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

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

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

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

@media (max-width: 900px) {
  .stickyCart {
    position: fixed !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 10px 20px !important;
    background-color: #FFFFFF !important;
    width: 100%;
    -webkit-box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 12px 20px 0 rgba(0, 0, 0, 0.15);
    z-index: 5;
    top: 97px;
    left: 0; }
  .stickyCart form {
    display: inline-grid !important; }
  .stickyCart .need-help,
  .stickyCart .form-field.form-field--increments,
  .productView-details .itemImg,
  .productView-price .productTitle,
  .stickyCart .productView-product,
  .stickyCart .productView-price-subHeading,
  .stickyCart [data-product-option-change],
  .stickyCart [data-content-region=individual-product],
  .stickyCart .tiPhoneContainer,
  .stickyCart .customprinting-container {
    display: none; }
  .stickyCart .iconBar--mobile,
  .stickyCart .productView-info-value {
    display: none !important; }
  .stickyCart .child-sku-wrapper {
    display: none !important; }
  .stickyCart .addtocart-wrapper.disabled #form-action-addToCart {
    opacity: 1; }
  .stickyCart .productView-options {
    border-bottom: none !important;
    margin-bottom: 0 !important; }
  .stickyCart.productView-details .itemImg {
    width: 120px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .stickyCart.productView-details .itemImg img {
    width: 100%; }
  .stickyCart.product-right .addtocart-wrapper,
  .stickyCart form {
    margin: 0 !important; }
  .stickyCart .product-right--inner {
    padding: 0 15px;
    display: flex;
    align-items: center; }
  .stickyCart.product-right .price-section {
    text-align: left !important; }
  .stickyCart.product-right .price-section .price {
    font-size: 16px !important;
    line-height: 20px !important;
    color: #000000 !important;
    margin: 0 !important; }
  .stickyCart.product-right .form-cart--changes {
    padding: 0 !important; }
  .stickyCart .detailsWrapper {
    margin: auto;
    padding-left: 20px; }
  .stickyCart .productTitle {
    font-family: "Altform Regular", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #222F4D;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px; }
  .stickyCart .form-action {
    margin-top: 5px; }
  .stickyCart .button--primary {
    font-size: 15px !important;
    letter-spacing: 2.4px !important;
    line-height: 18px !important;
    padding: 13px 25px !important; }
  .stickyCart .productView-price {
    overflow: hidden;
    margin: 0 0 0.35714rem !important; } }

.body-product--custom .productViewCustom .stickyCart.product-right .product-options-message {
  display: none; }

.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: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 901px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  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.78571rem; }

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

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

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: 1.14286rem;
  width: 1.14286rem;
  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.21429rem;
  margin-left: -1.57143rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.57143rem; }
    .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.78571rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.78571rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #cccccc;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  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.78571rem; } }

/*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: #95bfe6;
  border-color: #95bfe6;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #78b0e4;
    border-color: #78b0e4;
    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.57143rem 1.5rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.78571rem 0.78571rem; }
  .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.78571rem;
  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.35714rem 0.71429rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.35714rem; }
  .dropdown-menu-item a {
    margin: -0.35714rem; }

/*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.78571rem;
  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.71429rem;
    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: #999999;
    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: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

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

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #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.35714rem;
    padding-left: 1.85714rem;
    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: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

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

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

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

/*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: 6.42857rem;
  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: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .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: #999999;
    cursor: default; }

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

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

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    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.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .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.21429rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb {
  color: #757575;
  float: left;
  font-size: 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: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .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.78571rem; }

/*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.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #757575;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .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.28571rem 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.78571rem;
  padding: 0.78571rem 1.14286rem 0.78571rem 1.14286rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox .button {
    margin: 0 0 0 0.78571rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .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.85714rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 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.78571rem; }
  @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.42857rem;
    width: 1.42857rem; }

@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.35714rem 0.78571rem; }

.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.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    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.78571rem 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.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@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.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .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.35714rem; } }
  .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.35714rem; } }
  .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: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    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: 901px) {
    .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; } }

.obx-payLater-heading {
  margin: 15px 0; }

.obx-payLater-heading span {
  font-size: 16px;
  font-weight: 400;
  font-style: Italic;
  letter-spacing: 0px;
  text-align: left;
  font-family: Helvetica, sans-serif; }

.obx-payLater-heading .buy {
  color: #00457F; }

.obx-payLater-heading .pay {
  color: #007BC8; }

.obx-payLater-heading .available {
  font-weight: 300;
  color: #5E5E5E;
  font-size: 14px;
  font-style: normal;
  margin-left: 5px; }

.obx-payLater-heading .pay:after {
  content: '';
  background: url("https://images.trinity.one/Versare/VER-PDP-PayLaterAdd-Apr2024/PayPal-Monogram-Small.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: inline-flex;
  margin-left: 5px;
  top: 2px;
  position: relative; }

@media screen and (max-width: 768px) {
  .ti-ver41 .body-product--custom .productViewCustom .product-right {
    padding-bottom: 0; } }

html,
body {
  height: auto; }

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

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

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

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

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

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.35714rem 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.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  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.35714rem; } }

.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: 5; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }
  .dropdown-menu .button:focus {
    z-index: 5; }

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

.form-wishlist {
  position: relative; }

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

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 901px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: 0;
    border-radius: 0;
    border-top: 0;
    margin-bottom: 0; }

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

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

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  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.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    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: 901px) {
    .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.71429rem); }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .alert-icon {
    border: 0.25em solid transparent;
    border-radius: 50%;
    box-sizing: content-box;
    cursor: default;
    display: flex;
    font-family: inherit;
    height: 5em;
    justify-content: center;
    line-height: 5em;
    margin: 1.25em auto 1.875em;
    position: relative;
    user-select: none;
    width: 5em; }
  .modal--alert .error-icon {
    animation: animate-icon 0.5s;
    border-color: #f27474;
    color: #f27474; }
    .modal--alert .error-icon .icon-content {
      animation: animate-icon-content 0.5s;
      flex-grow: 1;
      position: relative; }
      .modal--alert .error-icon .icon-content .line {
        background-color: #f27474;
        border-radius: 0.125em;
        display: block;
        height: 0.3125em;
        position: absolute;
        top: 2.3125em;
        width: 2.9375em; }
        .modal--alert .error-icon .icon-content .line-left {
          left: 1.0625em;
          transform: rotate(45deg); }
        .modal--alert .error-icon .icon-content .line-right {
          right: 1em;
          transform: rotate(-45deg); }
  .modal--alert .warning-icon {
    animation: animate-icon 0.5s;
    border-color: #facea8;
    color: #f8bb86; }
    .modal--alert .warning-icon .icon-content {
      align-items: center;
      animation: animate-icon-content 0.5s;
      display: flex;
      font-size: 3.75em; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #95bfe6;
      border-color: #95bfe6;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #78b0e4;
      border-color: #78b0e4;
      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.35714rem 0 0.78571rem; }
  .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.42857rem;
  margin-top: -0.14286rem;
  width: 1.42857rem; }

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

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

.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.35714rem; }
  .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: 901px) {
      .button + .button {
        margin-left: 0.78571rem; } }

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

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

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 901px) {
    .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: 901px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 901px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.78571rem 1.28571rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

.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.71429rem center;
  background-repeat: no-repeat; }

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

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

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

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

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

.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: 85.71429rem;
  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.78571rem; }
      @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.78571rem; } }

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

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

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

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

.form-fileDescription {
  color: #999999;
  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.35714rem; }
  @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.78571rem; } }

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

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.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.5rem; }
  .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.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  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.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.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: unset; }
  .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: 901px) {
    .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.28571rem; }
  .card-title > a {
    color: #333333;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #757575; }

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 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.35714rem 0 0; }

.card-body {
  text-align: center;
  display: flex;
  flex-direction: column-reverse; }
  @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.78571rem;
    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.35714rem;
  padding-left: 1.85714rem;
  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: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .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: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .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.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    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.78571rem; }
    @media (min-width: 901px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 901px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 901px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #757575;
        margin: 0;
        padding-left: 0.78571rem; } }
  .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.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  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.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 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: 901px) {
    .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.78571rem;
      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.92857rem;
      position: absolute; }

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

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

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 21.42857rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 10rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 10.14286rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 901px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.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: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 901px) {
        .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.42857rem; }
        @media (min-width: 901px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 901px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

.navUser-item-cartLabel {
  display: none; }
  @media (min-width: 551px) {
    .navUser-item-cartLabel {
      display: inline; } }

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

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

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

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  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.21429rem;
  text-align: center;
  width: 20px; }

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

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

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

.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: 901px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: unset; } }
  .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: 901px) {
    .navPages {
      margin: 0 auto;
      max-width: 85.71429rem;
      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: 901px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 901px) {
      .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;
    flex-basis: 66%; }
    @media (min-width: 901px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 85.71429rem;
        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; } }
    @media (max-width: 799px) {
      .navPages .navPage-subMenu-list {
        flex-basis: unset;
        width: 100%; } }

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

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

@media (min-width: 901px) {
  .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: 901px) {
    .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: 901px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        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: 901px) {
      .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.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 901px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .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.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 901px) {
    .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.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 901px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }
    @media (max-width: 799px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        width: 1rem;
        height: 1rem; } }

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

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

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

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

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

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 901px) {
    .navPage-subMenu-item {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .navPage-subMenu-item .navPages-action {
        text-transform: none;
        width: 100%; }
      .navPage-subMenu-item > .navPage-subMenu-action {
        border-bottom: 1px solid #cccccc;
        margin-bottom: 1.14286rem; } }
  .navPage-subMenu-item .navPage-childList-heading {
    display: none; }
  @media (min-width: 901px) {
    .navPage-subMenu-item .navPage-childList-heading {
      display: block; }
    .navPage-subMenu-item.active .navPage-childList {
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      height: 100%;
      padding: 35px; }
      .navPage-subMenu-item.active .navPage-childList-heading {
        border-bottom: 2px solid #cc89b4;
        margin-bottom: 30px;
        padding-bottom: 10px; }
        .navPage-subMenu-item.active .navPage-childList-heading span {
          font-size: 22px;
          color: #cc89b4;
          text-transform: uppercase; }
        .navPage-subMenu-item.active .navPage-childList-heading img {
          height: 50px; }
    .navPage-subMenu-item.active .navPage-childList-heading:before {
      content: "";
      background-size: contain !important;
      display: none;
      width: 50px;
      height: 50px; }
    .navPage-subMenu-item.active #navPages-25 .navPage-childList-heading:before {
      display: block;
      background: url("https://storage.googleapis.com/images.trinity.one/Versare/VER-D-Navigation-Add%20Images%20to%20Menu-V2-Jan2023/Icon_RoomDivider.svg") no-repeat center; }
    .navPage-subMenu-item.active #navPages-110 .navPage-childList-heading:before {
      display: block;
      background: url("https://storage.googleapis.com/images.trinity.one/Versare/VER-D-Navigation-Add%20Images%20to%20Menu-V2-Jan2023/Icon_ModularWalls.svg") no-repeat center; }
    .navPage-subMenu-item.active #navPages-26 .navPage-childList-heading:before {
      display: block;
      background: url("https://storage.googleapis.com/images.trinity.one/Versare/VER-D-Navigation-Add%20Images%20to%20Menu-V2-Jan2023/Icon_CubiclesWorkstations.svg") no-repeat center; }
    .navPage-subMenu-item.active #navPages-27 .navPage-childList-heading:before {
      display: block;
      background: url("https://storage.googleapis.com/images.trinity.one/Versare/VER-D-Navigation-Add%20Images%20to%20Menu-V2-Jan2023/Icon_Acoustic.svg") no-repeat center; }
    .navPage-subMenu-item.active #navPages-104 .navPage-childList-heading:before {
      display: block;
      background: url("https://storage.googleapis.com/images.trinity.one/Versare/VER-D-Navigation-Add%20Images%20to%20Menu-V2-Jan2023/Icon_ProtectionBarrier.svg") no-repeat center; }
    .navPage-subMenu-item.active #navPages-81 .navPage-childList-heading:before {
      display: block;
      background: url("https://storage.googleapis.com/images.trinity.one/Versare/VER-D-Navigation-Add%20Images%20to%20Menu-V2-Jan2023/Icon_ModularFloor.svg") no-repeat center; }
    .navPage-subMenu-item.active #navPages-60 .navPage-childList-heading:before {
      display: block;
      background: url("https://storage.googleapis.com/images.trinity.one/Versare/VER-D-Navigation-Add%20Images%20to%20Menu-V2-Jan2023/Icon_Outside.svg") no-repeat center; }
    .navPage-subMenu-item.active #navPages-108 .navPage-childList-heading:before {
      display: block;
      background: url("https://storage.googleapis.com/images.trinity.one/Versare/VER-D-Navigation-Add%20Images%20to%20Menu-V2-Jan2023/Icon_Furniture.svg") no-repeat center; }
    .navPage-subMenu-item.active #navPages-113 .navPage-childList-heading:before {
      display: block;
      background: url("https://storage.googleapis.com/images.trinity.one/Versare/VER-D-Navigation-Add%20Images%20to%20Menu-V2-Jan2023/Icon_PodsRooms.svg") no-repeat center; }
    .navPage-subMenu-item.active #navPages-103 .navPage-childList-heading:before {
      display: block;
      background: url("https://storage.googleapis.com/images.trinity.one/Versare/VER-D-Navigation-Add%20Images%20to%20Menu-V2-Jan2023/Icon_Parts.svg") no-repeat center; }
    .navPage-subMenu-item.active #navPages-100 .navPage-childList-heading:before {
      display: block;
      background: url("https://storage.googleapis.com/images.trinity.one/Versare/VER-D-Navigation-Add%20Images%20to%20Menu-V2-Jan2023/Icon_Parts.svg") no-repeat center; } }

.nav-propImage {
  flex-basis: 34%;
  display: none; }
  @media (min-width: 901px) {
    .nav-propImage {
      display: block; } }
  .nav-propImage img {
    object-fit: cover;
    height: 100%;
    width: 100%; }

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

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

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

@media (min-width: 901px) {
  .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.78571rem 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.35714rem 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.42857rem;
    width: 1.42857rem;
    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.35714rem;
    margin-right: 0.78571rem; }
    .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.71429rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.57143rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.28571rem 0.42857rem;
      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.5rem;
  width: 1.5rem; }

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 901px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 901px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @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: 901px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 901px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 901px) {
      .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: 28.57143rem; } }
    @media (min-width: 901px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

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

.heroCarousel-title {
  color: #444444;
  font-size: 20px;
  margin: 0; }
  @media (min-width: 901px) {
    .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: 901px) {
    .heroCarousel-description {
      font-size: 15px; } }

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

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

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

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

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

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

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .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.21429rem; }
  @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: #999999;
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @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: 901px) {
    .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: 901px) {
    .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.35714rem; }

.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: 901px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 901px) {
    .productView-image {
      pointer-events: none; } }

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .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.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding: 0.35714rem;
  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: 901px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

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

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 901px) {
    .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.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 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: 901px) {
    .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.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #333333; }
  .productView-reviewLink--new {
    padding: 0; }

.productView-info {
  margin-top: 0.78571rem; }
  .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.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @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: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 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; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 901px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 901px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.78571rem; }

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 901px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.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.28571rem; }
  .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.78571rem;
    padding-right: 0.78571rem;
    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: 71.42857rem; }

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

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

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

.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: 85.71429rem;
  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: 901px) {
    .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: 901px) {
    .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: 901px) {
      .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: 901px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

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

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  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.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    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: 901px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 901px) {
    .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: 901px) {
    .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: 901px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

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

.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: 901px) {
    .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: 901px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 7.14286rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 901px) {
    .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: 901px) {
    .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: 901px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

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

.cart-item-label {
  color: #333333;
  float: left;
  margin-bottom: 0.35714rem;
  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: 901px) {
    .cart-item-label {
      display: none; } }

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

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

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

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @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: 0.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: 901px) {
    .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: 901px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.28571rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem center;
    background-size: 1.42857rem 1.42857rem;
    height: 2.28571rem;
    margin-bottom: 0.78571rem;
    padding: 0 0.78571rem; }
  .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: 901px) {
    .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: 901px) {
    .cart-total-value {
      width: 50%; } }

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

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

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

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

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

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

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

.previewCart-checkoutPaymentIcons {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  padding-bottom: 10px; }
  .previewCart-checkoutPaymentIcons p {
    position: relative;
    margin-bottom: 1.2857142857rem;
    font-size: 1.14286rem;
    font-family: 'Altform Regular';
    text-align: center;
    color: #798190;
    background: #ffffff; }
    .previewCart-checkoutPaymentIcons p:after {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      height: 1px;
      background: #798190;
      z-index: 1; }
  .previewCart-checkoutPaymentIcons span {
    position: relative;
    padding: 0 0.5714285714rem;
    background: #ffffff;
    z-index: 2; }
  .previewCart-checkoutPaymentIcons .previewCart-checkoutPaymentIcons__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end; }
  .previewCart-checkoutPaymentIcons .previewCart-checkoutPaymentIcons__list--primary {
    justify-content: space-between;
    margin-bottom: 1.1428571429rem; }
  .previewCart-checkoutPaymentIcons .previewCart-checkoutPaymentIcons__list--secondary {
    gap: 8px; }

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  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.78571rem 0.35714rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.78571rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    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.35714rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.78571rem;
  padding-top: 0.35714rem; }

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

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

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

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

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    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.78571rem;
    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.78571rem; }
      .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.35714rem; } }

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

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

.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: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .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: 901px) {
    .videoGallery-item {
      width: 50%; } }

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

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

.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: 85.71429rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 901px) {
    .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; }
  .previewCart:before, .previewCart:after {
    display: none; }

.previewCartCheckout {
  background: #f4f5f7;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 901px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%;
    font-size: 18px;
    color: #798190;
    text-transform: uppercase; }
    .previewCartCheckout .button:hover {
      color: #fff;
      background: #798190;
      border-color: #798190; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #333; }

.previewCartCheckout-subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  color: #767676;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 16px; }

.previewCart p[data-cart-quantity] {
  text-align: left;
  font-size: 14px;
  color: #767676; }

hr.previewCartCheckout-divider {
  border: 1px solid #767676; }

.previewCart .previewCartCheckout-proceed {
  background-color: #ffc439;
  color: #333;
  border: none;
  font-size: 18px;
  font-weight: 800;
  font-family: "Altform regular";
  letter-spacing: 2px;
  line-height: 22px;
  padding: 15px 0;
  height: initial;
  display: flex;
  justify-content: center;
  align-items: center; }
  .previewCart .previewCartCheckout-proceed img {
    height: 18px;
    width: auto;
    margin-right: 10px; }
  .previewCart .previewCartCheckout-proceed.button--primary:hover, .previewCart .previewCartCheckout-proceed.button--primary:active, .previewCart .previewCartCheckout-proceed.button-primary:focus {
    color: #333 !important;
    border: none !important;
    background: #ffc439 !important; }

.previewCartCheckout_paymentIcons p {
  font-size: 16px;
  color: #798190;
  text-align: center;
  position: relative;
  max-width: fit-content;
  margin: 0 auto; }
  .previewCartCheckout_paymentIcons p:before, .previewCartCheckout_paymentIcons p:after {
    content: "";
    border: 1px solid #798190;
    width: 25%;
    position: absolute;
    top: 50%; }
  .previewCartCheckout_paymentIcons p:before {
    left: -30%; }
  .previewCartCheckout_paymentIcons p:after {
    right: -30%; }

.previewCartCheckout_paymentIcons div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0; }
  .previewCartCheckout_paymentIcons div img {
    width: auto;
    height: 17px;
    margin: 0 5px; }

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

div#previewModal a.modal-close.continue-shopping {
  top: 0;
  left: 0; }

div#previewModal .modal-close {
  top: 17.5px;
  right: 30px; }

div#previewModal #modalRelated {
  border-top: none; }

div#previewModal .modal-header-title {
  padding: 10px 0; }

.modal-body .previewCart .productView-details.totalSalePrice h3.productView-modalPrice .price--red {
  color: #c00; }

.modal-body .previewCart h3.productView-modalPrice {
  color: #333333;
  font-weight: bold;
  line-height: 21px; }

.modal-body .previewCart h2.productView-title {
  font-size: 18px;
  color: #444;
  line-height: 28px; }

.modal-body .previewCart .productView-price {
  font-size: 16px; }

.modal-body .previewCart .productView-details {
  display: flex;
  padding: 0;
  align-items: flex-start; }

.modal-body .previewCart .productView-imgCol {
  flex-basis: 30%; }
  .modal-body .previewCart .productView-imgCol img {
    position: static; }

.modal-body .previewCart .productView-infoCol {
  flex-basis: 70%; }

.modal-body .previewCart section.productView {
  width: 60%; }

.modal-body .previewCart .productView-imgCol .productView-img-container {
  margin-top: 0;
  padding-right: 10px; }
  .modal-body .previewCart .productView-imgCol .productView-img-container:after {
    display: none; }

.modal-body .previewCart .previewCartList .previewCartItem {
  border: none; }

.modal-body .previewCart .previewCartItem-left {
  display: flex;
  align-items: center;
  gap: 40px; }

.modal-body .previewCart .previewCartItem-image {
  display: flex;
  width: 150px;
  height: auto; }
  .modal-body .previewCart .previewCartItem-image img {
    position: static;
    width: 100%;
    max-height: 100%; }
  .modal-body .previewCart .previewCartItem-image:after {
    display: none; }

.modal-body .previewCart h4.previewCartItem-totalPrice {
  font-weight: bold;
  color: #333;
  font-size: 21px; }

.modal-body .previewCart h6.previewCartItem-name {
  font-size: 18px;
  margin-bottom: 5px; }

.modal-body .previewCart h6.previewCartItem-qty {
  margin-top: 0; }

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

@media (max-width: 991px) {
  div#previewModal {
    left: 0 !important;
    top: 0 !important;
    transform: none;
    max-width: 100%;
    width: 100vw !important;
    height: 100vh !important;
    max-height: 100%;
    overflow: auto; }
    div#previewModal .modal-body {
      padding: 0; }
      div#previewModal .modal-body .previewCart {
        display: flex;
        flex-direction: column-reverse; }
        div#previewModal .modal-body .previewCart > section {
          padding: 10px 15px; } }

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

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

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

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

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

.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: 901px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 901px) {
      .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: 901px) {
    .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.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  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.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    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.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

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

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 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: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

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

.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.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.78571rem;
  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: #999999;
  margin-top: 3rem;
  text-align: center; }

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

.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.21429rem;
  text-transform: inherit; }

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

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

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

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

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

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

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

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

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

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.21429rem;
  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.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .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.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .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: 13.28571rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.78571rem; }
  .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.78571rem; } }

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

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

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

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.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.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

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

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

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

@font-face {
  font-family: "Altform";
  font-style: normal;
  src: url("../fonts/Altform-SemiBold.otf"); }

@font-face {
  font-family: "Altform Regular";
  font-style: normal;
  src: url("../fonts/Altform-Regular.otf"); }

@font-face {
  font-family: "Altform Bold";
  font-style: normal;
  src: url("../fonts/Altform-Bold.otf"); }

.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: 3rem;
  width: 100%;
  z-index: 100; }
  @media (min-width: 901px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative;
      top: 0; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 901px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 901px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 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: 901px) {
      .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: 901px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

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

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  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: 901px) {
    .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: 901px) {
    .header-logo-image-container {
      min-height: 100px; } }

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

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

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 901px) {
    .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.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    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: 40px; }
  @media (min-width: 901px) {
    .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: 901px) {
  .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: 901px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

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

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

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

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

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 901px) {
    .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.35714rem; }
  .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: 901px) {
    .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: 901px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  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: 901px) {
      .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: 901px) {
      .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.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 901px) {
    .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: 901px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

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

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

@media (min-width: 901px) {
  .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.78571rem; }
  .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.78571rem;
      padding-right: 0.78571rem;
      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.28571rem;
    padding-right: 0.78571rem;
    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.35714rem; }

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

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

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 901px) {
    .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.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 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: 901px) {
    .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: 901px) {
    .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: 901px) {
    .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;
  float: none; }
  .productView-description .productView-title {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 901px) {
    .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.57143rem;
  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.57143rem;
  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.57143rem;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 3.57143rem; }

.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: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  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.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  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.42857rem;
  left: -25px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 8.5rem;
  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: 222px;
  width: 222px; }

.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: 901px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

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

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

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

html {
  width: 100vw; }
  html.cartPreview-open {
    overflow: hidden; }

html,
body {
  overflow-x: hidden; }

body {
  padding-top: 80px; }
  @media (min-width: 901px) {
    body {
      padding-top: 0px; } }
  body .dropdown-menu {
    z-index: 999; }
  body .shogun-root {
    z-index: 0; }

.body .hawk-noUi-connect {
  background: #5D97CA; }

.body .hawk-noUi-value.hawk-noUi-value-horizontal.hawk-noUi-value-large {
  font-size: 10px;
  font-weight: 400;
  color: #999; }

.body .hawk-noUi-marker, .body .hawk-noUi-marker-large {
  background: #e1e4e9; }

.body .hawk-noUi-handle .hawk-noUi-tooltip {
  color: #5D97CA; }

.body .hawk-noUi-marker-horizontal.hawk-noUi-marker {
  height: 4px; }

.body .hawk-noUi-marker-horizontal.hawk-noUi-marker-large {
  height: 8px; }

.body .hawk-noUi-marker-horizontal.hawk-noUi-marker {
  width: 1px; }

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

#filter_form {
  display: none !important; }

.breadcrumbs .breadcrumb {
  color: #798190; }
  .breadcrumbs .breadcrumb span {
    font-family: "Altform";
    font-size: 1rem;
    line-height: 1.78571rem;
    color: inherit; }
  .breadcrumbs .breadcrumb::before {
    content: '>';
    font-family: "Altform";
    font-size: 1rem;
    line-height: 1.78571rem;
    color: inherit;
    border: none;
    transform: rotate(0); }
  .breadcrumbs .breadcrumb:first-child::before {
    content: ""; }
  .breadcrumbs .breadcrumb .breadcrumb-label {
    text-decoration: none; }

.carousel-tooltip {
  min-height: auto;
  margin-top: 0; }

.body .container {
  max-width: 110.71429rem; }
  @media (min-width: 1261px) {
    .body .container {
      padding: 0; } }

.button-container .button.confirm {
  background-color: #c273a7;
  border-color: #c273a7; }
  .button-container .button.confirm:focus, .button-container .button.confirm:active, .button-container .button.confirm:hover {
    background-color: #c273a7;
    border-color: #c273a7; }

.page-education .breadcrumbs {
  display: none; }

[data-sub-layout-container="0fc94e33-4e23-4ef0-872e-1abd1547d1ae"] {
  z-index: 1 !important; }

.page-a [data-widget-id="68616049-ae95-4862-9c1d-714ce94c6f48"] {
  background: #788191 !important; }

.page-a [data-widget-id="5b94b885-d9ab-4b08-9197-ee02a1d47899"] {
  background: #788191 !important; }

.page-a .w68538b4a-2058-4bdd-97f5-3f3e3db855f4-container::before {
  background-color: #F4F5F7 !important;
  transform: none; }

.page-a .w68538b4a-2058-4bdd-97f5-3f3e3db855f4-container .view-all {
  display: none; }

.page-a .w68538b4a-2058-4bdd-97f5-3f3e3db855f4-header {
  color: #222F4D; }

.customer__services .footer-info-list {
  display: flex;
  flex-wrap: wrap;
  text-align: left; }
  .customer__services .footer-info-list li {
    font-family: "Altform Regular";
    line-height: 2.28571rem;
    font-size: 1.28571rem;
    font-weight: 400;
    width: 100%;
    padding-top: 8px; }
    .customer__services .footer-info-list li a {
      color: white; }
      .customer__services .footer-info-list li a:hover {
        text-decoration: underline; }

.footer-info-col--paddingLeft {
  padding-left: 0px;
  padding-right: 2%; }

.footer-info-col--paddingRight {
  padding-right: 0; }

.form-prefixPostfix .form-input {
  font-family: "Abel"; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-input {
      height: 2.5rem; } }

.form-prefixPostfix .button {
  padding: 0px 20px;
  font-size: 1.07143rem;
  height: 2.5rem;
  font-family: "Abel"; }

.subscribe__intro {
  color: #b7b7b7;
  font-style: italic;
  margin-top: 0.9rem;
  font-size: 0.95rem;
  font-family: "Abel"; }

.footer-info-col {
  width: 100%; }
  @media (min-width: 901px) {
    .footer-info-col {
      width: 20%; } }
  .footer-info-col form {
    margin-bottom: 0; }

.footer-info-col--borderleft {
  padding: 0 20px 0 0;
  border-bottom: #a0a0a0 0.07143rem solid;
  color: #ffffff;
  text-align: left; }
  @media (min-width: 901px) {
    .footer-info-col--borderleft {
      border-bottom: none; } }

.footer-info-col--borderbottom {
  border-bottom: #a0a0a0 0.07143rem solid; }
  @media (min-width: 551px) {
    .footer-info-col--borderbottom {
      border-bottom: none; } }

.socialLinks .icon svg {
  fill: white; }

.socialLinks .icon:hover svg {
  fill: #5d96ca; }

.socialLinks--alt .icon {
  border: 0.12857rem solid white;
  border-radius: 100%;
  padding: 0.42857rem;
  color: white;
  height: 2rem;
  width: 2rem; }
  @media (min-width: 901px) {
    .socialLinks--alt .icon {
      height: 2rem;
      width: 2rem; } }
  @media (min-width: 1261px) {
    .socialLinks--alt .icon {
      height: 2.5rem;
      width: 2.5rem; } }
  .socialLinks--alt .icon:hover {
    border: 0.12857rem solid #5d96ca; }

.footer__number {
  font-size: 1.2rem;
  font-family: "Abel"; }
  @media (min-width: 551px) {
    .footer__number {
      margin-left: 0; } }

.footer__infocontainer {
  display: block; }
  @media (min-width: 901px) {
    .footer__infocontainer {
      display: flex; } }
  .footer__infocontainer .footer__address {
    width: 100%; }
    @media (min-width: 901px) {
      .footer__infocontainer .footer__address {
        width: 49%; } }
    .footer__infocontainer .footer__address .footer__addressfont {
      font-style: normal;
      word-wrap: break-word;
      font-family: "Abel"; }
  .footer__infocontainer .footer__socials {
    width: 100%;
    margin-top: 1.2rem;
    height: 50px; }
    @media (min-width: 901px) {
      .footer__infocontainer .footer__socials {
        width: 49%;
        margin-top: 0;
        height: initial; } }

.body {
  margin-bottom: 8rem; }
  @media (min-width: 901px) {
    .body {
      margin-bottom: 6rem; } }

.footer {
  background-color: #788191;
  padding: 0;
  padding-bottom: 100px;
  margin-top: 100px; }
  @media (min-width: 901px) {
    .footer {
      padding-bottom: 60px; } }
  .footer .footer-newsletter {
    background: #a1bcdd;
    padding: 25px 10px;
    border-radius: 5px;
    position: absolute;
    top: -95px;
    right: 0;
    left: 0;
    width: 95%;
    margin: auto; }
    @media (min-width: 901px) {
      .footer .footer-newsletter {
        padding: 35px 45px;
        top: -73px;
        width: 100%; } }
    @media (min-width: 1441px) {
      .footer .footer-newsletter {
        top: -57px; } }
    .footer .footer-newsletter .form {
      margin: 0; }
    @media (min-width: 901px) {
      .footer .footer-newsletter .newsletter-wrapper {
        display: flex;
        align-items: center;
        gap: 20px; } }
    .footer .footer-newsletter .newsletter-wrapper .subscribe__intro {
      color: white;
      margin: 0;
      font-family: "Altform Regular";
      font-style: normal;
      font-size: 1.28571rem;
      line-height: 2.28571rem;
      padding-bottom: 30px;
      text-align: center; }
      @media (min-width: 901px) {
        .footer .footer-newsletter .newsletter-wrapper .subscribe__intro {
          flex: 3;
          font-family: "Altform";
          font-size: 1.71429rem;
          line-height: 3.14286rem;
          padding-bottom: 0;
          text-align: left; } }
      @media (min-width: 1261px) {
        .footer .footer-newsletter .newsletter-wrapper .subscribe__intro {
          flex: 4; } }
    .footer .footer-newsletter .newsletter-wrapper .form-field {
      padding: 0;
      margin: 0; }
      @media (min-width: 901px) {
        .footer .footer-newsletter .newsletter-wrapper .form-field {
          flex: 2;
          padding: 0; } }
      @media (min-width: 1261px) {
        .footer .footer-newsletter .newsletter-wrapper .form-field {
          flex: 2;
          padding: 0 60px 0 0; } }
      @media (min-width: 1441px) {
        .footer .footer-newsletter .newsletter-wrapper .form-field {
          padding: 0 100px 0 0; } }
      .footer .footer-newsletter .newsletter-wrapper .form-field .form-prefixPostfix {
        position: relative; }
        @media screen and (max-width: 900px) {
          .footer .footer-newsletter .newsletter-wrapper .form-field .form-prefixPostfix {
            justify-content: center; } }
      .footer .footer-newsletter .newsletter-wrapper .form-field .form-input {
        border-radius: 5px;
        font-family: "Altform Regular";
        font-size: 1.28571rem;
        line-height: 2.28571rem;
        padding: 10px;
        height: 50px; }
      .footer .footer-newsletter .newsletter-wrapper .form-field .button {
        position: absolute;
        right: 0;
        background: #c273a7;
        border-color: #c273a7;
        border-radius: 0 5px 5px 0;
        width: 120px;
        height: 50px;
        font-family: "Altform";
        font-size: 1.14286rem;
        line-height: 1.35714rem;
        letter-spacing: 0.2rem;
        margin: 0; }
        @media (min-width: 901px) {
          .footer .footer-newsletter .newsletter-wrapper .form-field .button {
            width: 120px;
            font-size: 1rem;
            line-height: 1.21429rem;
            letter-spacing: 0.175rem; } }
        @media (min-width: 1261px) {
          .footer .footer-newsletter .newsletter-wrapper .form-field .button {
            width: 150px; } }
        @media (min-width: 1441px) {
          .footer .footer-newsletter .newsletter-wrapper .form-field .button {
            width: 170px; } }
    .footer .footer-newsletter .newsletter-wrapper .hs-form-private {
      display: flex; }
      .footer .footer-newsletter .newsletter-wrapper .hs-form-private .hs-email > label {
        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; }
      .footer .footer-newsletter .newsletter-wrapper .hs-form-private .hs-email input {
        color: #666;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-family: "Altform Regular";
        font-size: 1.28571rem;
        line-height: 2.28571rem;
        padding: 10px;
        height: 50px;
        width: auto;
        appearance: none;
        background-color: #fff;
        border-color: #ccc;
        border-style: solid;
        border-width: 1px;
        transition: border-color .1s ease-out; }
      .footer .footer-newsletter .newsletter-wrapper .hs-form-private .hs-email .hs-error-msgs {
        list-style-type: none;
        margin: 0;
        position: absolute;
        padding-top: 0.35714rem; }
        .footer .footer-newsletter .newsletter-wrapper .hs-form-private .hs-email .hs-error-msgs label {
          font-family: Montserrat;
          color: #f2545b; }
      .footer .footer-newsletter .newsletter-wrapper .hs-form-private .hs_error_rollup {
        display: none; }
      .footer .footer-newsletter .newsletter-wrapper .hs-form-private .hs-submit input {
        width: 150px;
        font-size: 1rem;
        line-height: 1.21429rem;
        letter-spacing: .175rem;
        background: #c273a7;
        border-color: #c273a7;
        border-radius: 0 5px 5px 0;
        height: 50px;
        font-family: Altform;
        margin: 0;
        padding: 0 20px;
        cursor: pointer;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        text-transform: uppercase;
        outline: 0;
        vertical-align: middle;
        border-style: solid;
        border-width: 1px;
        text-align: center; }
        @media screen and (max-width: 440px) {
          .footer .footer-newsletter .newsletter-wrapper .hs-form-private .hs-submit input {
            width: 100px; } }
        .footer .footer-newsletter .newsletter-wrapper .hs-form-private .hs-submit input:hover {
          color: #c273a7 !important;
          background-color: #fff !important;
          border: 1px solid #c273a7 !important; }
    .footer .footer-newsletter .newsletter-wrapper .hbspt-form .submitted-message {
      color: #c273a7 !important;
      font-size: 1.57143rem;
      font-family: "Altform"; }
  .footer .maxwidth-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 55px 0 0 0; }
    @media (min-width: 901px) {
      .footer .maxwidth-wrapper {
        width: 90%; } }
  .footer .store-logo {
    margin: 90px auto 40px auto;
    width: 95%;
    min-width: 175px; }
    .footer .store-logo img {
      width: 300px;
      height: 70px;
      max-width: 175px;
      z-index: 1; }
      @media (min-width: 901px) {
        .footer .store-logo img {
          max-width: 100%; } }
    @media (min-width: 901px) {
      .footer .store-logo {
        padding-left: 40px;
        margin: 75px 0; } }
    .footer .store-logo a {
      padding: 0; }
  .footer .footer-info {
    margin: 0 auto; }
    @media (min-width: 901px) {
      .footer .footer-info {
        padding: 0 0 50px 40px;
        display: flex; } }
    .footer .footer-info .footer-info-col {
      text-align: left;
      margin: 0;
      border-bottom: 1px solid white;
      padding: 0 1.5rem;
      flex: 1; }
      @media (min-width: 901px) {
        .footer .footer-info .footer-info-col {
          border-bottom: none;
          padding: 0 0.75rem; } }
      .footer .footer-info .footer-info-col .footer-info-heading {
        position: relative; }
        .footer .footer-info .footer-info-col .footer-info-heading .icon {
          position: absolute;
          right: 0;
          transform: rotate(0deg);
          top: 0;
          bottom: 0;
          margin: auto;
          width: 1rem; }
          @media (min-width: 901px) {
            .footer .footer-info .footer-info-col .footer-info-heading .icon {
              display: none; } }
          .footer .footer-info .footer-info-col .footer-info-heading .icon svg {
            fill: white; }
        .footer .footer-info .footer-info-col .footer-info-heading.is-open .icon {
          transform: rotate(180deg); }
    .footer .footer-info .customer__services {
      display: none; }
      .footer .footer-info .customer__services.is-open {
        display: block;
        padding-left: 30px; }
        @media (min-width: 901px) {
          .footer .footer-info .customer__services.is-open {
            padding-left: 0; } }
      @media (min-width: 901px) {
        .footer .footer-info .customer__services {
          display: block; } }
  .footer .footer-info-heading {
    font-family: "Altform Regular";
    color: white;
    margin-bottom: 0;
    font-size: 1.28571rem;
    line-height: 2.28571rem;
    letter-spacing: 0;
    position: relative;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: 500; }
    @media (min-width: 901px) {
      .footer .footer-info-heading {
        font-family: "Altform";
        font-size: 1.57143rem;
        line-height: 2.85714rem;
        margin-bottom: 1rem;
        padding: 0;
        text-transform: capitalize; } }
    @media (min-width: 901px) {
      .footer .footer-info-heading:before {
        content: " ";
        position: absolute;
        left: 0;
        bottom: -4px;
        width: 40px;
        height: 2px;
        color: white;
        background-color: white; } }
  .footer div.footer-tag {
    width: 100%;
    display: block;
    margin-top: 1.14286rem; }
  @media (min-width: 901px) {
    .footer .footer-bottom {
      border-top: 1px solid #f4f5f7; } }
  .footer .footer-bottom .maxwidth-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    flex-direction: column; }
    @media (min-width: 901px) {
      .footer .footer-bottom .maxwidth-wrapper {
        flex-direction: row;
        padding: 30px 0 30px 40px; } }
  .footer .footer-bottom .footer-copyright {
    font-family: "Altform Regular";
    font-size: 1rem;
    line-height: 1.78571rem;
    order: 3; }
    @media (min-width: 901px) {
      .footer .footer-bottom .footer-copyright {
        flex: 1;
        order: 1; } }
    @media (min-width: 1261px) {
      .footer .footer-bottom .footer-copyright {
        flex: 1; } }
    @media (min-width: 1441px) {
      .footer .footer-bottom .footer-copyright {
        flex: 2; } }
  .footer .footer-bottom .footer-bottom-webpages {
    text-align: center;
    order: 2; }
    @media (min-width: 901px) {
      .footer .footer-bottom .footer-bottom-webpages {
        flex: 3; } }
    .footer .footer-bottom .footer-bottom-webpages ul {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
      .footer .footer-bottom .footer-bottom-webpages ul li {
        list-style-type: none;
        padding: 0 10px; }
        @media (min-width: 901px) {
          .footer .footer-bottom .footer-bottom-webpages ul li {
            padding: 0 28px; } }
        .footer .footer-bottom .footer-bottom-webpages ul li:nth-child(2) {
          border-left: 1px solid white;
          border-right: 1px solid white; }
        .footer .footer-bottom .footer-bottom-webpages ul li a {
          text-decoration: none;
          font-family: "Altform Regular";
          color: white;
          font-size: 0.85714rem;
          line-height: 1.57143rem; }
          .footer .footer-bottom .footer-bottom-webpages ul li a:hover {
            text-decoration: underline; }
          @media (min-width: 901px) {
            .footer .footer-bottom .footer-bottom-webpages ul li a {
              font-size: 1rem;
              line-height: 1.78571rem; } }
  .footer .footer-bottom .footer-socials {
    text-align: center;
    order: 1;
    padding: 50px 0; }
    @media (min-width: 901px) {
      .footer .footer-bottom .footer-socials {
        flex: 2;
        order: 3;
        text-align: right;
        padding: 0; } }
    .footer .footer-bottom .footer-socials .socialLinks {
      line-height: 1; }
      .footer .footer-bottom .footer-socials .socialLinks li {
        margin-bottom: 0; }
        .footer .footer-bottom .footer-socials .socialLinks li .icon {
          background: #a1bcdd;
          border-color: #a1bcdd; }
        .footer .footer-bottom .footer-socials .socialLinks li svg {
          fill: #788191; }

.footer-copyright > .powered-by {
  margin: 20px 0;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: white; }
  @media (min-width: 901px) {
    .footer-copyright > .powered-by {
      margin: 0; } }

.wrapper {
  width: 100%; }
  .wrapper .heading-container {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5rem; }
    @media (min-width: 901px) {
      .wrapper .heading-container {
        margin-top: 12rem; } }
    .wrapper .heading-container .heading {
      text-align: center;
      background: #404041;
      height: auto;
      padding: 0.17857rem 0rem;
      font-size: 1.1rem;
      width: 78%;
      color: white;
      text-transform: uppercase;
      z-index: 5; }
      @media (min-width: 551px) {
        .wrapper .heading-container .heading {
          width: 70%;
          font-size: 1.78571rem; } }
      @media (min-width: 901px) {
        .wrapper .heading-container .heading {
          width: 60%; } }
      @media (min-width: 1261px) {
        .wrapper .heading-container .heading {
          width: 40%; } }
    .wrapper .heading-container .heading-line {
      height: 1px;
      background: #404041;
      width: 100%;
      margin-top: -1rem;
      z-index: 1; }
      @media (min-width: 551px) {
        .wrapper .heading-container .heading-line {
          margin-top: -1.5rem; } }
  .wrapper .inner-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem; }
    .wrapper .inner-wrapper .block {
      width: 100%; }
      @media (min-width: 551px) {
        .wrapper .inner-wrapper .block {
          width: 47%; } }
      @media (min-width: 901px) {
        .wrapper .inner-wrapper .block {
          width: 49%; } }
      .wrapper .inner-wrapper .block .block-text h2 {
        font-size: 1.28571rem;
        font-weight: bolder; }
        @media (min-width: 551px) {
          .wrapper .inner-wrapper .block .block-text h2 {
            font-size: 1.28571rem; } }
        @media (min-width: 901px) {
          .wrapper .inner-wrapper .block .block-text h2 {
            font-size: 1.78571rem; } }
      .wrapper .inner-wrapper .block .block-text p {
        font-family: "Abel";
        font-size: 1.1rem; }
      @media (min-width: 551px) {
        .wrapper .inner-wrapper .block .block-image {
          margin-top: 6rem; } }
    @media (min-width: 901px) {
      .wrapper .inner-wrapper .block--small {
        width: 40%;
        margin-right: 1%; } }
    @media (min-width: 1261px) {
      .wrapper .inner-wrapper .block--small {
        margin-right: 9%; } }
    @media (min-width: 901px) {
      .wrapper .inner-wrapper .block--big {
        width: 58%; } }
    @media (min-width: 1261px) {
      .wrapper .inner-wrapper .block--big {
        width: 50%; } }
    .wrapper .inner-wrapper .advantagewrapper {
      display: flex;
      justify-content: space-around;
      perspective: 1000px;
      margin-top: 2.14286rem; }
      .wrapper .inner-wrapper .advantagewrapper .item {
        height: 7.14286rem;
        width: 7.14286rem;
        position: relative; }
        @media (min-width: 901px) {
          .wrapper .inner-wrapper .advantagewrapper .item {
            height: 9.28571rem;
            width: 9.28571rem; } }
        @media (min-width: 1261px) {
          .wrapper .inner-wrapper .advantagewrapper .item {
            height: 12.14286rem;
            width: 12.14286rem; } }
        .wrapper .inner-wrapper .advantagewrapper .item .item-info {
          height: 100%;
          width: 100%;
          border-radius: 100%; }
          .wrapper .inner-wrapper .advantagewrapper .item .item-info .item-front {
            background-position: center;
            background-size: contain;
            background-color: #375176;
            border-radius: inherit;
            height: 100%;
            width: 100%;
            position: absolute; }
            @media (min-width: 1261px) {
              .wrapper .inner-wrapper .advantagewrapper .item .item-info .item-front {
                background-size: initial; } }
            .wrapper .inner-wrapper .advantagewrapper .item .item-info .item-front .patented > span {
              position: absolute;
              top: 0;
              left: 0;
              background: url("https://cdn11.bigcommerce.com/s-bcwxdbhdjm/product_images/uploaded_images/bg-label.png?t=1571237199&_ga=2.168959777.1615262002.1571234977-1483870874.1570543089") no-repeat center top;
              width: 60px;
              height: 65px;
              background-size: contain; }
              @media (min-width: 901px) {
                .wrapper .inner-wrapper .advantagewrapper .item .item-info .item-front .patented > span {
                  width: 79px;
                  height: 75px; } }
              @media (min-width: 1261px) {
                .wrapper .inner-wrapper .advantagewrapper .item .item-info .item-front .patented > span {
                  width: 103px;
                  height: 82px; } }
          .wrapper .inner-wrapper .advantagewrapper .item .item-info .item-back {
            background-color: black;
            position: absolute;
            width: 100%;
            height: 100%;
            text-align: center;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: inherit;
            overflow: hidden; }
            .wrapper .inner-wrapper .advantagewrapper .item .item-info .item-back .back-text {
              padding: 0.35714rem;
              display: flex;
              flex-wrap: wrap; }
              .wrapper .inner-wrapper .advantagewrapper .item .item-info .item-back .back-text a {
                color: white;
                padding: 1rem;
                font-size: 0.5rem;
                text-decoration: none;
                text-transform: uppercase; }
                @media (min-width: 551px) {
                  .wrapper .inner-wrapper .advantagewrapper .item .item-info .item-back .back-text a {
                    font-size: 0.5rem; } }
                @media (min-width: 901px) {
                  .wrapper .inner-wrapper .advantagewrapper .item .item-info .item-back .back-text a {
                    font-size: 0.64286rem; } }
                @media (min-width: 1261px) {
                  .wrapper .inner-wrapper .advantagewrapper .item .item-info .item-back .back-text a {
                    font-size: 0.85714rem; } }

.item {
  transition: transform .33s;
  transform-style: preserve-3d; }

.item:hover {
  transform: rotateX(-89deg); }

.item:hover .item-back {
  opacity: 1;
  transition: 0.45s ease-in-out; }

.item:hover .item-front {
  opacity: 0;
  transition: 0.45s ease-in-out; }

.item-front {
  opacity: 1;
  transition: 0.45 ease-in-out; }

.item-back {
  transform: rotateX(90deg);
  opacity: 0;
  transition: 0.5s; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .item:hover {
    transform: none; }
    .item:hover .item-front {
      display: none; }
    .item:hover .item-back {
      opacity: 1;
      display: block;
      transform: none;
      transform-style: inherit;
      transition: none; } }

.front-one {
  background-image: url("https://cdn11.bigcommerce.com/s-bcwxdbhdjm/product_images/uploaded_images/demo-1.png?t=1571236472&_ga=2.94010141.1615262002.1571234977-1483870874.1570543089"); }

.front-two {
  background-image: url("https://cdn11.bigcommerce.com/s-bcwxdbhdjm/product_images/uploaded_images/demo-2.png?t=1571236473&_ga=2.96615071.1615262002.1571234977-1483870874.1570543089"); }

.front-three {
  background-image: url("https://cdn11.bigcommerce.com/s-bcwxdbhdjm/product_images/uploaded_images/demo-3.png?t=1571236473&_ga=2.96615071.1615262002.1571234977-1483870874.1570543089"); }

.front-four {
  background-image: url("https://cdn11.bigcommerce.com/s-bcwxdbhdjm/product_images/uploaded_images/demo-4.png?t=1571236473&_ga=2.96615071.1615262002.1571234977-1483870874.1570543089"); }

.front-five {
  background-image: url("https://cdn11.bigcommerce.com/s-bcwxdbhdjm/product_images/uploaded_images/demo-5.png?t=1571236473&_ga=2.96615071.1615262002.1571234977-1483870874.1570543089"); }

.front-six {
  background-image: url("https://cdn11.bigcommerce.com/s-bcwxdbhdjm/product_images/uploaded_images/demo-6.png?t=1571236473&_ga=2.96615071.1615262002.1571234977-1483870874.1570543089"); }

#maintenance-notice {
  display: none !important; }

.mobileMenu-toggle {
  margin-top: 1rem; }

.navPages .navPages-quickSearch {
  border-bottom: none; }

.navPages .navPages-list.navPages-list--user {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding: 0;
  border: none;
  background: #e5e5e5; }
  .navPages .navPages-list.navPages-list--user .navPages-item {
    border: none; }
    .navPages .navPages-list.navPages-list--user .navPages-item:first-child {
      border: none; }

.navPages .navPages-list .navPages-item {
  position: relative;
  border-bottom: 1px solid #e5e5e5; }
  .navPages .navPages-list .navPages-item:first-child {
    border-top: 1px solid #e5e5e5;
    position: unset; }
  @media (min-width: 901px) {
    .navPages .navPages-list .navPages-item {
      border-bottom: none; }
      .navPages .navPages-list .navPages-item:first-child {
        border-top: none; } }
  .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action {
    font-family: "Altform";
    letter-spacing: 0;
    color: #222f4d;
    position: relative; }
    @media (min-width: 901px) {
      .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action {
        font-size: 1.14286rem;
        padding: 15px 2px 16px 2px;
        text-transform: capitalize; } }
    @media (max-width: 899px) {
      .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action {
        text-transform: capitalize;
        color: #24324E;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 17px; } }
    @media (min-width: 1120px) {
      .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action {
        padding: 15px 12px 16px 12px; } }
    @media (min-width: 1261px) {
      .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action {
        font-size: 1.28571rem;
        padding: 15px 10px 16px 10px; } }
    @media (min-width: 1400px) {
      .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action {
        padding: 15px 15px 16px 15px; } }
    @media (min-width: 1600px) {
      .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action {
        padding: 15px 20px 16px 20px; } }
    .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action.is-open {
      color: #c273a7; }
      .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action.is-open .icon {
        transform: rotate(0deg); }
        @media (min-width: 901px) {
          .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action.is-open .icon {
            transform: rotate(0deg); } }
    .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action .icon {
      position: absolute;
      right: 0;
      margin: 0;
      transform: rotate(-90deg);
      margin: 2px 1rem 0 4px; }
      @media (min-width: 901px) {
        .navPages .navPages-list .navPages-item.mainmenu--item > .navPages-action .icon {
          position: unset; } }

@media (max-width: 799px) {
  .navPages .navPages-list.child-active {
    position: relative; }
    .navPages .navPages-list.child-active .navPages-item.mainmenu--item {
      display: none; }
    .navPages .navPages-list.child-active .navPages-item.mainmenu--item.active {
      display: block;
      border: none; }
    .navPages .navPages-list.child-active .navPages-action.active {
      background: #E8E8E8;
      color: #24324E !important;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 17px;
      font-family: 'Altform Regular';
      padding-left: 50px;
      width: 100vw;
      left: -1.5rem; }
      .navPages .navPages-list.child-active .navPages-action.active.hidden {
        display: none; }
      .navPages .navPages-list.child-active .navPages-action.active .icon.navPages-action-moreIcon {
        transform: rotate(90deg);
        right: unset;
        left: 1.5rem;
        margin: 0;
        transition: none; }
        .navPages .navPages-list.child-active .navPages-action.active .icon.navPages-action-moreIcon svg {
          stroke: #24324E; }
    .navPages .navPages-list.child-active .navPage-subMenu-list {
      margin: 0; }
    .navPages .navPages-list.child-active .navPage-subMenu {
      border: 0; }
      .navPages .navPages-list.child-active .navPage-subMenu .menu__container {
        padding: 0; }
    .navPages .navPages-list.child-active .list__container.current-active .navPage-subMenu-item {
      display: none; }
      .navPages .navPages-list.child-active .list__container.current-active .navPage-subMenu-item .subMenu-heading-title {
        left: -1.5rem;
        position: relative;
        padding: 1.2rem 1rem 1.14286rem;
        padding-left: 50px; }
        .navPages .navPages-list.child-active .list__container.current-active .navPage-subMenu-item .subMenu-heading-title span {
          background: #E8E8E8;
          color: #24324E !important;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 17px;
          font-family: 'Altform Regular'; }
      .navPages .navPages-list.child-active .list__container.current-active .navPage-subMenu-item.currently-active {
        display: block;
        border: none; }
      .navPages .navPages-list.child-active .list__container.current-active .navPage-subMenu-item .navPage-childList {
        margin: 0;
        border: none;
        padding: 0; }
        .navPages .navPages-list.child-active .list__container.current-active .navPage-subMenu-item .navPage-childList .navPage-childList-action {
          font-size: 16px;
          letter-spacing: 0;
          line-height: 17px;
          font-family: "Altform Regular";
          font-weight: 400;
          padding: 20px 14px 14px; }
          .navPages .navPages-list.child-active .list__container.current-active .navPage-subMenu-item .navPage-childList .navPage-childList-action:hover {
            background: transparent; }
      .navPages .navPages-list.child-active .list__container.current-active .navPage-subMenu-item .navPage-childList-action {
        padding: 20px 0 14px;
        border-bottom: 1px solid #E8E8E8; }
    .navPages .navPages-list.child-active .list__container .subMenu-wrapper span {
      font-size: 16px;
      letter-spacing: 0;
      line-height: 17px;
      text-align: center;
      font-family: "Altform Regular";
      font-weight: 400; }
    .navPages .navPages-list.child-active .list__container .subMenu-wrapper .navPages-action-moreIcon {
      position: absolute;
      right: 0rem;
      margin: 0 1rem; }
    .navPages .navPages-list.child-active .list__container li.navPage-subMenu-item {
      padding: 0;
      border-bottom: 1px solid #E8E8E8; }
      .navPages .navPages-list.child-active .list__container li.navPage-subMenu-item > a {
        padding: 20px 0 14px;
        padding-left: 15px; }
    .navPages .navPages-list.child-active .list__container .navPage-subMenu-item .navPage-childList .navPage-childList-item:last-child {
      position: absolute;
      top: 0;
      right: 0;
      padding-right: 1.5rem; }
      .navPages .navPages-list.child-active .list__container .navPage-subMenu-item .navPage-childList .navPage-childList-item:last-child a {
        padding: 17px 0;
        border: none;
        background: none;
        text-decoration: underline; }
    .navPages .navPages-list.child-active .list__container .navPage-childList-item.navPage-subMenu-item {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10000;
      border: none;
      padding-right: 1.5rem; }
      .navPages .navPages-list.child-active .list__container .navPage-childList-item.navPage-subMenu-item a {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 17px;
        font-family: "Altform Regular";
        font-weight: 400;
        text-decoration: underline; }
  .navPages .navPage-subMenu > .menu__container > .navPage-subMenu-list > .list__container .navPage-subMenu-item:nth-child(9) .subMenu-heading-title,
  .navPages .navPage-subMenu > .menu__container > .navPage-subMenu-list > .list__container .navPage-subMenu-item:nth-child(10) .subMenu-heading-title {
    display: none; }
  .navPages .navPage-subMenu > .menu__container > .navPage-subMenu-list > .list__container .navPage-subMenu-item:nth-child(9) > .navPage-childList-action.navPages-action,
  .navPages .navPage-subMenu > .menu__container > .navPage-subMenu-list > .list__container .navPage-subMenu-item:nth-child(10) > .navPage-childList-action.navPages-action {
    color: #24324E;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 17px;
    font-family: "Altform Regular";
    font-weight: 400; }
  .navPages .navPages-list.child-active .list__container .navPage-childList-item.navPage-subMenu-item a:hover {
    background: transparent; } }

.navPages .navPage-subMenu {
  background-color: white;
  border-top: 0.07143rem solid #cccccc;
  z-index: 999; }
  @media (min-width: 901px) {
    .navPages .navPage-subMenu {
      box-shadow: 0 4px 5px rgba(50, 50, 50, 0.3); } }
  @media (min-width: 901px) {
    .navPages .navPage-subMenu--page {
      padding: 1.5rem !important; } }
  @media (min-width: 1000px) {
    .navPages .navPage-subMenu--page {
      padding: 1.5rem 1.5rem !important; } }
  .navPages .navPage-subMenu--page .navPage-subMenu-list {
    width: 100%;
    min-width: 100%; }
    @media (min-width: 901px) {
      .navPages .navPage-subMenu--page .navPage-subMenu-list {
        max-width: none; } }
    .navPages .navPage-subMenu--page .navPage-subMenu-list .list__container {
      justify-content: flex-start; }
      @media (min-width: 901px) {
        .navPages .navPage-subMenu--page .navPage-subMenu-list .list__container .navPage-subMenu-item {
          width: 33%; } }
      @media (min-width: 901px) {
        .navPages .navPage-subMenu--page .navPage-subMenu-list .list__container .navPage-subMenu-item .navPage-subMenu-action {
          font-size: 1rem;
          margin-bottom: 0; } }
      @media (min-width: 1000px) {
        .navPages .navPage-subMenu--page .navPage-subMenu-list .list__container .navPage-subMenu-item .navPage-subMenu-action {
          font-size: 1.14286rem; } }
      @media (min-width: 1261px) {
        .navPages .navPage-subMenu--page .navPage-subMenu-list .list__container .navPage-subMenu-item .navPage-subMenu-action {
          font-size: 1.28571rem; } }
  @media (min-width: 901px) {
    .navPages .navPage-subMenu.navPage-subMenu--page {
      width: 390px; } }
  .navPages .navPage-subMenu.navPage-subMenu--page .list__container li.navPage-subMenu-item a.subMenu-heading-title {
    padding-bottom: 0;
    margin-bottom: 0;
    font-family: "Altform";
    font-size: 1.14286rem;
    text-transform: capitalize;
    color: black;
    font-weight: normal; }
    @media (max-width: 799px) {
      .navPages .navPage-subMenu.navPage-subMenu--page .list__container li.navPage-subMenu-item a.subMenu-heading-title {
        font-size: 16px;
        font-family: "Altform Regular";
        font-weight: 400;
        padding: 20px 14px 14px;
        line-height: 17px; } }
    .navPages .navPage-subMenu.navPage-subMenu--page .list__container li.navPage-subMenu-item a.subMenu-heading-title svg {
      display: none; }
  .navPages .navPage-subMenu.navPage-subMenu--page.single-col .list__container li.navPage-subMenu-item {
    display: block;
    width: 100%; }
  @media (min-width: 901px) {
    .navPages .navPage-subMenu.navPage-subMenu--page.multi-col .list__container {
      display: block;
      -moz-column-count: 2;
      -moz-column-gap: 0px;
      -webkit-column-count: 2;
      -webkit-column-gap: 0px;
      column-count: 2;
      column-gap: 0px; } }
  @media (min-width: 901px) {
    .navPages .navPage-subMenu.navPage-subMenu--page.multi-col .list__container li.navPage-subMenu-item {
      width: inherit; } }

.navPages-action .activePage, .navPages-action:hover {
  background-color: white; }

.navPages-action.is-open {
  background-color: white; }

.mainmenu--item:hover > a {
  color: #c273a7; }

.mainmenu--item > a.is-open {
  background-color: white;
  margin-bottom: -1px;
  position: relative;
  z-index: 3000;
  color: #c273a7; }
  @media (min-width: 901px) {
    .mainmenu--item > a.is-open {
      border: 0.07143rem solid #cccccc;
      border-bottom: 0.07143rem solid white; } }
  .mainmenu--item > a.is-open .icon svg {
    stroke: #c273a7; }

.navPage-subMenu-item > .navPage-subMenu-action {
  background-color: transparent;
  border-bottom: none; }
  @media (min-width: 901px) {
    .navPage-subMenu-item > .navPage-subMenu-action {
      padding: 0.78571rem 0 0.78571rem; } }

.menu__container {
  display: flex;
  justify-content: flex-start;
  padding-left: 0.71429rem; }
  @media (min-width: 901px) {
    .menu__container {
      padding-left: 0; } }
  @media (min-width: 901px) {
    .menu__container .navPage-subMenu-list {
      margin: 0;
      width: 100%;
      max-width: unset; } }
  .menu__container .navPage-subMenu-list .list__container {
    justify-content: flex-start; }
    @media (min-width: 901px) {
      .menu__container .navPage-subMenu-list .list__container {
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        flex-wrap: nowrap;
        max-width: 50%;
        position: relative;
        background: rgba(154, 188, 225, 0.2);
        padding: 1.5rem 0; } }
    .menu__container .navPage-subMenu-list .list__container .navPage-subMenu-item:not(.active) .navPage-childList {
      display: none !important; }
    @media (min-width: 901px) {
      .menu__container .navPage-subMenu-list .list__container .navPage-subMenu-item {
        width: 100%;
        padding: 0.5rem 2rem; }
        .menu__container .navPage-subMenu-list .list__container .navPage-subMenu-item.active {
          background-color: #24324e; }
          .menu__container .navPage-subMenu-list .list__container .navPage-subMenu-item.active .subMenu-wrapper > span {
            color: #fff; } }
  .menu__container .navPage-image {
    display: none;
    width: 20%; }
    @media (min-width: 901px) {
      .menu__container .navPage-image {
        display: inline;
        width: 25%;
        padding-left: 5%; } }

.navPages-container .navPages {
  background-color: white; }
  .navPages-container .navPages .navPages-list .mainmenu--item > a {
    font-size: 14px;
    padding: 1.2rem 1rem 1.14286rem; }
    @media (min-width: 901px) {
      .navPages-container .navPages .navPages-list .mainmenu--item > a {
        padding: 1.5rem 0.7rem 1.14286rem; } }
    @media (min-width: 1261px) {
      .navPages-container .navPages .navPages-list .mainmenu--item > a {
        font-size: 1.21429rem;
        padding: 1.2rem 1.3rem; } }

.subMenu-heading-title {
  font-size: 0.95rem;
  color: #c273a7; }

.navPage-subMenu-item > .navPage-subMenu-action {
  text-transform: uppercase; }
  @media (min-width: 901px) {
    .navPage-subMenu-item > .navPage-subMenu-action {
      margin: 0; } }

.navPages-action svg.icon-double_arrow {
  display: none; }
  @media (min-width: 901px) {
    .navPages-action svg.icon-double_arrow {
      display: inline-block;
      fill: none;
      stroke: #c273a7; } }

.navPages-action:hover {
  color: #c273a7; }
  .navPages-action:hover .icon-double_arrow {
    stroke: #5d96ca; }

@media (min-width: 901px) {
  .header .maxwidth-wrapper,
  .header__top .maxwidth-wrapper {
    width: 90%;
    margin: 0 auto; } }

@media (min-width: 901px) {
  .scrolled .header .maxwidth-wrapper {
    width: 95%;
    margin: 0 auto; } }

@media (min-width: 901px) {
  .scrolled .header .header-item-container .navUser {
    padding: 10px 0; } }

.scrolled .header .header-item-container {
  margin-bottom: 0;
  height: 5.65rem; }

.header-item-container .header-logo-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto; }
  @media (min-width: 901px) {
    .header-item-container .header-logo-image-container {
      justify-content: flex-start; } }
  .header-item-container .header-logo-image-container .header-logo-image {
    margin: 0;
    max-height: 4rem; }
    @media (min-width: 901px) {
      .header-item-container .header-logo-image-container .header-logo-image {
        max-height: 6rem; } }
    @media (min-width: 1261px) {
      .header-item-container .header-logo-image-container .header-logo-image {
        max-height: 8rem; } }

@media (min-width: 901px) {
  .header-item-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px; } }

@media (min-width: 1261px) {
  .header-item-container {
    align-items: center; } }

.header-item-container .header-logo-image-container:after {
  padding-bottom: 4.28571rem; }

@media (min-width: 901px) {
  .header-item-container .header-logo {
    margin: 0;
    z-index: 10000;
    flex-basis: 20%;
    height: auto; } }

@media (min-width: 901px) {
  .header-item-container .navPages-container {
    flex-basis: 53%;
    padding-left: 20px; } }

@media (min-width: 1261px) {
  .header-item-container .navPages-container {
    flex-basis: 57%;
    position: unset;
    padding-top: 0; } }

@media (min-width: 901px) {
  .header-item-container .navUser {
    padding: 0;
    flex-basis: 27%; } }

@media (min-width: 1261px) {
  .header-item-container .navUser {
    padding: 0 1rem 0 0;
    flex-basis: 23%; } }

@media (min-width: 1441px) {
  .header-item-container .navUser {
    padding: 0 1rem;
    flex-basis: 23%; } }

@media (min-width: 901px) {
  .header-item-container .navUser ul {
    width: 100%; } }

.header-item-container .navUser .navUser-action .icon-shopping-cart {
  height: auto;
  width: auto;
  fill: none;
  stroke: #525252; }
  .header-item-container .navUser .navUser-action .icon-shopping-cart:hover {
    opacity: 0.8; }

.mobile-only {
  display: block; }
  @media (min-width: 901px) {
    .mobile-only {
      display: none; } }

.topUser ul {
  display: flex;
  align-items: center;
  height: 100%;
  column-gap: 20px; }
  .topUser ul .navUser-action {
    color: white;
    font-family: "Altform Regular";
    text-transform: capitalize;
    padding: 0; }
    .topUser ul .navUser-action:hover {
      opacity: 0.8; }
    .topUser ul .navUser-action .icon-user {
      padding-right: 10px; }

.navPages-item .navPages-action .icon-user {
  margin-right: 0.71429rem;
  height: 1.5rem;
  width: 1.5rem;
  fill: none;
  stroke: #525252; }

.navPages-item .user-login {
  display: flex;
  gap: 10px;
  justify-content: center; }
  .navPages-item .user-login span {
    font-family: "Altform";
    text-transform: capitalize;
    font-size: 1.28571rem;
    line-height: 1.57143rem; }
  .navPages-item .user-login:hover {
    color: #333333;
    opacity: 0.8; }

.header-logo--left {
  text-align: center;
  position: relative;
  z-index: 10; }
  @media (min-width: 901px) {
    .header-logo--left {
      text-align: left; } }
  .header-logo--left .header-logo-image {
    right: 0; }
    @media (min-width: 551px) {
      .header-logo--left .header-logo-image {
        margin-left: auto; } }
    @media (min-width: 901px) {
      .header-logo--left .header-logo-image {
        right: unset; } }

.header__bottomnav {
  display: none; }
  @media (min-width: 551px) {
    .header__bottomnav {
      display: inline-flex;
      height: 3.57143rem;
      border-top: 0.07143rem solid #cccccc;
      align-items: center;
      width: 100%;
      flex-wrap: wrap;
      justify-content: space-evenly; } }
  .header__bottomnav .bottomnav__list {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: middle;
    list-style: none;
    margin-left: 0;
    margin-right: 0; }
    .header__bottomnav .bottomnav__list .bottomnav-icons {
      height: 2.5rem;
      padding-right: 0.71429rem; }
    .header__bottomnav .bottomnav__list .bottomnav-text {
      display: none; }
      @media (min-width: 551px) {
        .header__bottomnav .bottomnav__list .bottomnav-text {
          display: inline;
          font-size: 0.85714rem; } }
      @media (min-width: 901px) {
        .header__bottomnav .bottomnav__list .bottomnav-text {
          font-size: 1rem; } }

.header__top {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  display: flex;
  justify-content: space-around;
  background-color: #788191;
  height: 3rem;
  margin-bottom: 2.57143rem; }
  @media (min-width: 901px) {
    .header__top {
      position: relative; } }
  .header__top .top__text {
    font-style: italic;
    color: #767676;
    font-weight: 500;
    font-size: 1.28571rem;
    line-height: 1.57143rem; }
    .header__top .top__text a {
      color: white;
      text-decoration: none; }
    .header__top .top__text .icon-phone {
      position: relative;
      left: 0;
      top: 0; }
      @media (min-width: 901px) {
        .header__top .top__text .icon-phone {
          display: none; } }
      .header__top .top__text .icon-phone svg {
        stroke: white;
        stroke-width: 2px; }
  .header__top .top__text,
  .header__top .top__number {
    margin: 0.71429rem;
    font-family: "Altform Regular"; }
  .header__top .topUser {
    display: none; }
    @media (min-width: 901px) {
      .header__top .topUser {
        display: block; } }

a.navUser-action.navUser-action--quickSearch {
  width: 173px;
  border-left: 1px solid #222f4d;
  border-right: 1px solid #222f4d;
  height: 40px;
  padding-top: 1rem;
  margin-top: 4px;
  font-size: 0.71429rem;
  font-family: "Montserrat"; }
  @media (min-width: 901px) {
    a.navUser-action.navUser-action--quickSearch {
      width: 130px; } }
  @media (min-width: 1261px) {
    a.navUser-action.navUser-action--quickSearch {
      width: 173px; } }

@media (min-width: 901px) {
  .dropdown--quickSearch {
    padding: 1rem 1rem; } }

@media (min-width: 901px) {
  .dropdown--quickSearch .container {
    padding: 0; } }

.icon-search {
  margin-top: -4.5rem;
  margin-left: 80%;
  height: 1.5rem;
  width: 1.5rem; }
  .icon-search svg {
    fill: #c4c4c4; }

.icon-phone {
  display: inline-block;
  position: fixed;
  top: 2.25rem;
  left: 80%;
  z-index: 999;
  padding-right: 0.35714rem;
  height: 1.5rem;
  width: 1.5rem; }
  @media (min-width: 551px) {
    .icon-phone {
      height: 2rem;
      width: 2rem;
      top: 2rem; } }
  @media (min-width: 901px) {
    .icon-phone {
      position: inherit;
      display: inline-block;
      height: 1.5rem;
      width: 1.5rem; } }
  .icon-phone svg {
    fill: none;
    stroke: #525252; }

.navUser .navUser-section .navUser-item--cart {
  padding: 0 1.28571rem; }
  @media (min-width: 901px) {
    .navUser .navUser-section .navUser-item--cart {
      margin: 0;
      padding: 0; } }
  .navUser .navUser-section .navUser-item--cart .navUser-item-cartLabel {
    display: block; }
  .navUser .navUser-section .navUser-item--cart .dropdown-menu {
    width: auto; }

.maxwidth-wrapper {
  max-width: 110.71429rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%; }

.maxwidth-wrappertop {
  max-width: 110.71429rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center; }
  @media (min-width: 901px) {
    .maxwidth-wrappertop {
      justify-content: space-between; } }

.header__top .top__text {
  color: white; }

.maxwidth-wrapper--height {
  height: 100%; }

.header-logo-mini-container {
  display: none;
  position: absolute; }

.top__number span::before {
  content: ""; }
  @media (min-width: 901px) {
    .top__number span::before {
      content: "Toll-Free: "; } }

.top-number--logo {
  display: none;
  position: absolute;
  font-size: 0.85714rem;
  margin-top: -2.85714rem;
  margin-left: 3.92857rem; }
  .top-number--logo span::before {
    content: ""; }
    @media (min-width: 1000px) {
      .top-number--logo span::before {
        content: "Toll-Free: "; } }
  .top-number--logo a {
    text-decoration: none; }
  @media (min-width: 1261px) {
    .top-number--logo {
      font-size: 1.07143rem;
      margin-top: -3rem;
      margin-left: 4.28571rem; } }
  .top-number--logo.mobile-only {
    display: block;
    position: relative;
    margin: 0; }
    .top-number--logo.mobile-only .icon-phone {
      position: relative;
      top: 0;
      left: 0; }
      .top-number--logo.mobile-only .icon-phone svg {
        stroke-width: 2px; }

.scrolled .header {
  position: fixed;
  z-index: 999; }

@media (min-width: 901px) {
  .scrolled .top-number--logo {
    display: block; } }

@media (min-width: 901px) {
  .scrolled .header-logo-mini-container {
    display: block; } }

@media (min-width: 901px) {
  .scrolled .header-logo-image {
    display: none; } }

.countPill--positive {
  position: absolute;
  top: -8px;
  right: 4px; }
  @media (min-width: 901px) {
    .countPill--positive {
      top: 1px;
      right: 1px; } }

.countPill {
  background-color: #f85f5d; }

.navUser-item--cart .dropdown-menu {
  width: 20.85714rem !important; }

.navUser-item--cart .account--cart {
  padding: 0; }

.previewCart {
  background: white;
  border: 1px solid #c9cdd3; }
  .previewCart .previewCartAction .button--small {
    font-size: 1rem;
    font-family: "Altform"; }
  .previewCart .previewCartAction-checkout {
    width: 100%;
    padding: 0; }
    .previewCart .previewCartAction-checkout .button--primary {
      padding: 1rem;
      background-color: #c273a7;
      border-color: #c273a7;
      color: white;
      text-transform: uppercase; }
      .previewCart .previewCartAction-checkout .button--primary:hover {
        background-color: white;
        color: #c273a7; }
  .previewCart .previewCartAction-viewCart {
    width: 100%;
    padding: 0;
    margin-bottom: 10px; }
    .previewCart .previewCartAction-viewCart .button--small {
      padding: 1rem;
      background-color: white;
      border-color: #c273a7;
      color: #c273a7;
      font-family: "Altform";
      letter-spacing: 0.175rem;
      text-transform: uppercase; }
      .previewCart .previewCartAction-viewCart .button--small:hover {
        background-color: #c273a7;
        color: white; }
  .previewCart .button--small {
    letter-spacing: 0.175rem; }
  .previewCart .previewCartList {
    display: unset; }
    .previewCart .previewCartList .previewCartItem {
      padding: 10px;
      display: flex;
      gap: 10px;
      border-bottom: 1px solid #c9cdd3;
      background: none; }
      .previewCart .previewCartList .previewCartItem .previewCartItem-content {
        font-family: "Altform Regular"; }
        .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand,
        .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
          color: #798190; }
        .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
          font-family: inherit;
          color: #222f4d; }

.modal-body .previewCart {
  width: 100%; }

.navPages-action,
.bottomnav-text {
  font-family: "Montserrat"; }

li.navPage-childList-item a.navPages-action {
  font-family: "Altform";
  font-size: 1rem;
  padding: 0 0 0.65rem; }
  @media (min-width: 1261px) {
    li.navPage-childList-item a.navPages-action {
      font-size: 1.14286rem; } }
  @media (min-width: 901px) {
    li.navPage-childList-item a.navPages-action:after {
      content: "";
      background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMyNDMyNGUiIGNsYXNzPSJiaSBiaS1jaGV2cm9uLXJpZ2h0IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGlkPSJJY29uQ2hhbmdlQ29sb3IiPiA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjY0NiAxLjY0NmEuNS41IDAgMCAxIC43MDggMGw2IDZhLjUuNSAwIDAgMSAwIC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDgtLjcwOEwxMC4yOTMgOCA0LjY0NiAyLjM1NGEuNS41IDAgMCAxIDAtLjcwOHoiIGlkPSJtYWluSWNvblBhdGhBdHRyaWJ1dGUiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2U9IiMyNDMyNGUiPjwvcGF0aD4gPC9zdmc+");
      height: 12px;
      width: 10px;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center; } }

.account--logout {
  font-family: "Montserrat"; }

.quickSearchResults {
  max-height: 42.85714rem;
  overflow: auto; }
  .quickSearchResults .modal-close {
    margin-top: -0.5rem; }
  .quickSearchResults .productGrid {
    min-height: 21.42857rem; }
    .quickSearchResults .productGrid .product {
      display: flex;
      background: white;
      border: 1px solid black;
      width: 88%;
      padding-left: 0;
      padding-right: 0;
      margin: auto;
      margin-bottom: 0.35714rem; }
      @media (min-width: 901px) {
        .quickSearchResults .productGrid .product {
          margin-bottom: 1rem;
          width: 100%; } }
      .quickSearchResults .productGrid .product .card,
      .quickSearchResults .productGrid .product .card--alternate {
        width: 100%;
        display: flex;
        margin-bottom: 0;
        max-height: 10.71429rem; }
        .quickSearchResults .productGrid .product .card:hover,
        .quickSearchResults .productGrid .product .card--alternate:hover {
          border-color: none; }
          .quickSearchResults .productGrid .product .card:hover .card-body,
          .quickSearchResults .productGrid .product .card--alternate:hover .card-body {
            background-color: none; }
        .quickSearchResults .productGrid .product .card .card-figure,
        .quickSearchResults .productGrid .product .card--alternate .card-figure {
          width: 35%; }
        .quickSearchResults .productGrid .product .card .card-body,
        .quickSearchResults .productGrid .product .card--alternate .card-body {
          width: 65%; }
          .quickSearchResults .productGrid .product .card .card-body .card-title,
          .quickSearchResults .productGrid .product .card--alternate .card-body .card-title {
            font-size: 0.71429rem; }
  .quickSearchResults .card--alternate:hover {
    border-color: transparent; }
  .quickSearchResults .card--alternate:hover .card-body {
    background-color: transparent; }
  .quickSearchResults .card--alternate:hover .card-text {
    color: #95bfe6; }
  .quickSearchResults .card--alternate:hover .card-title a {
    color: #95bfe6; }
  .quickSearchResults .card-img-container:after {
    padding-bottom: 0; }
  .quickSearchResults .card-figcaption-button {
    font-size: 0.57143rem; }

#search_query {
  border: 1px solid #e5e5e5;
  border-radius: 0; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .header-logo.header-logo--left {
    width: 310px;
    display: inline-block;
    position: relative; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 901px), screen and (-ms-high-contrast: none) and (min-width: 901px) {
    .header-logo.header-logo--left {
      display: block;
      left: -330px; } }
  @media screen and (-ms-high-contrast: active) and (min-width: 1261px), screen and (-ms-high-contrast: none) and (min-width: 1261px) {
    .header-logo.header-logo--left {
      left: -500px; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .scrolled .header-logo-image-container .header-logo-image {
    display: none; } }

@media screen and (-ms-high-contrast: active) and (min-width: 901px), screen and (-ms-high-contrast: none) and (min-width: 901px) {
  .navPages-list {
    margin-left: 55px; } }

@media screen and (-ms-high-contrast: active) and (min-width: 1261px), screen and (-ms-high-contrast: none) and (min-width: 1261px) {
  .navPages-list {
    margin-left: 75px; } }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .bottomnav__list {
    -ms-flex: flex;
    -ms-text-justify: center;
    justify-content: space-around; } }

@supports (-ms-ime-align: auto) {
  .header__bottomnav .bottomnav__list {
    -ms-flex: flex;
    -ms-text-justify: center;
    justify-content: space-around; } }

header.header {
  width: 100vw; }
  header.header.is-open {
    z-index: 4; }

@media (min-width: 901px) {
  .body {
    margin-top: 1.5rem; } }

.navUser .destop-search {
  border: 1px solid #222f4d;
  border-radius: 5px;
  width: 100%;
  position: relative; }
  .navUser .destop-search.loggedin {
    max-width: 120px; }
  .navUser .destop-search .container {
    padding: 0;
    margin: 0; }
  .navUser .destop-search .form-field,
  .navUser .destop-search .form {
    margin: 0; }
  .navUser .destop-search input {
    border: 0;
    color: black;
    height: auto; }
    .navUser .destop-search input::placeholder {
      font-family: "Altform";
      color: #939aa7;
      font-weight: 600;
      font-size: 1.14286rem;
      line-height: 1.35714rem;
      letter-spacing: 0; }
  .navUser .destop-search .quickSearchResults {
    display: none; }
  .navUser .destop-search .search-button {
    position: absolute;
    right: 18px; }
    .navUser .destop-search .search-button svg use {
      fill: #222f4d; }

.container-mobile {
  position: relative; }
  .container-mobile #search_query_mobile {
    border-color: #222f4d; }
  .container-mobile .search-button {
    position: absolute;
    right: 18px; }
    .container-mobile .search-button svg use {
      fill: #222f4d; }

.subMenu-wrapper {
  width: 100%;
  display: flex;
  gap: 5px;
  align-items: center; }
  .subMenu-wrapper .img-wrapper {
    flex-basis: 15%; }
  .subMenu-wrapper span {
    color: #24324e;
    font-size: 22px;
    font-family: "Altform";
    text-transform: capitalize; }
    @media (min-width: 901px) {
      .subMenu-wrapper span:after {
        content: "";
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMyNDMyNGUiIGNsYXNzPSJiaSBiaS1jaGV2cm9uLXJpZ2h0IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGlkPSJJY29uQ2hhbmdlQ29sb3IiPiA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjY0NiAxLjY0NmEuNS41IDAgMCAxIC43MDggMGw2IDZhLjUuNSAwIDAgMSAwIC43MDhsLTYgNmEuNS41IDAgMCAxLS43MDgtLjcwOEwxMC4yOTMgOCA0LjY0NiAyLjM1NGEuNS41IDAgMCAxIDAtLjcwOHoiIGlkPSJtYWluSWNvblBhdGhBdHRyaWJ1dGUiIHN0cm9rZS13aWR0aD0iMS4zIiBzdHJva2U9IiMyNDMyNGUiPjwvcGF0aD4gPC9zdmc+");
        height: 14px;
        width: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center; } }

.active .subMenu-wrapper span:after {
  filter: brightness(0) invert(1); }

body.hasAdminBar header.header {
  padding-top: 0; }

.mobileMenu-toggle {
  margin-top: 0; }

.navPages-quickSearch .form .form-field {
  position: relative; }
  .navPages-quickSearch .form .form-field .search-button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
    .navPages-quickSearch .form .form-field .search-button .icon-search {
      margin: 0; }

.list__container li.navPage-subMenu-item {
  padding: 0 0 0.5rem; }
  .list__container li.navPage-subMenu-item a.subMenu-heading-title {
    padding: 0; }
  .list__container li.navPage-subMenu-item .navPages-action {
    text-transform: capitalize;
    padding-left: 1rem; }
    @media (min-width: 901px) {
      .list__container li.navPage-subMenu-item .navPages-action {
        text-transform: uppercase;
        padding-left: 0; } }

.navPages-container.is-open {
  z-index: 3; }

.skip-to-main-link {
  display: none; }

[data-banner-location="top"] {
  margin-top: 16px; }
  @media (min-width: 901px) {
    [data-banner-location="top"] {
      margin-top: 0; } }

.modal-body .previewCart {
  border: none; }

.heroCarousel {
  margin-top: -1.5rem; }
  @media (min-width: 1000px) {
    .heroCarousel {
      display: flex;
      justify-content: center;
      height: 600px; } }
  @media (min-width: 1000px) {
    .heroCarousel .heroCarousel-col-left {
      width: 64%;
      height: 100%;
      margin-right: 1%; } }
  .heroCarousel .heroCarousel-col-left .heroCarousel-slide-container {
    height: 600px; }
    .heroCarousel .heroCarousel-col-left .heroCarousel-slide-container::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #9abee6;
      opacity: 0.59; }
    .heroCarousel .heroCarousel-col-left .heroCarousel-slide-container a .heroCarousel-slide {
      display: flex;
      align-items: center;
      justify-content: center; }
    .heroCarousel .heroCarousel-col-left .heroCarousel-slide-container a .heroCarousel-content {
      text-align: left;
      max-width: 500px;
      margin: 0 auto; }
      @media (min-width: 901px) {
        .heroCarousel .heroCarousel-col-left .heroCarousel-slide-container a .heroCarousel-content {
          padding: 0; } }
      .heroCarousel .heroCarousel-col-left .heroCarousel-slide-container a .heroCarousel-content .heroCarousel-title {
        font-size: 3rem;
        line-height: 1.1; }
        @media (min-width: 551px) {
          .heroCarousel .heroCarousel-col-left .heroCarousel-slide-container a .heroCarousel-content .heroCarousel-title {
            font-size: 4.28571rem; } }
        @media (min-width: 901px) {
          .heroCarousel .heroCarousel-col-left .heroCarousel-slide-container a .heroCarousel-content .heroCarousel-title {
            font-size: 5.14286rem;
            margin-bottom: 2rem; } }
      .heroCarousel .heroCarousel-col-left .heroCarousel-slide-container a .heroCarousel-content .heroCarousel-description {
        font-size: 1.14286rem; }
        @media (min-width: 551px) {
          .heroCarousel .heroCarousel-col-left .heroCarousel-slide-container a .heroCarousel-content .heroCarousel-description {
            font-size: 1.28571rem; } }
      .heroCarousel .heroCarousel-col-left .heroCarousel-slide-container a .heroCarousel-content .heroCarousel-action {
        width: 240px; }
  @media (min-width: 901px) {
    .heroCarousel .heroCarousel-col-right {
      display: flex;
      justify-content: space-between; } }
  @media (min-width: 1000px) {
    .heroCarousel .heroCarousel-col-right {
      flex-direction: column;
      width: 35%;
      height: 100%; } }
  .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container {
    height: 320px; }
    @media (min-width: 901px) {
      .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container {
        width: 50%; } }
    @media (min-width: 1000px) {
      .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container {
        height: 49%;
        width: 100%; } }
    .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #365276;
      opacity: 0.59; }
    .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container a .heroCarousel-slide {
      display: flex;
      align-items: center;
      justify-content: center; }
    .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container a .heroCarousel-content {
      display: flex;
      align-items: left;
      justify-content: center;
      flex-direction: column;
      text-align: left;
      height: 100%;
      width: 100%; }
      @media (min-width: 901px) {
        .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container a .heroCarousel-content {
          padding: 3rem; } }
      .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container a .heroCarousel-content .heroCarousel-title {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1; }
        @media (min-width: 1000px) {
          .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container a .heroCarousel-content .heroCarousel-title {
            font-size: 3.57143rem;
            margin-top: 1rem; } }
      .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container a .heroCarousel-content .heroCarousel-description {
        font-size: 2rem;
        line-height: 1; }
        @media (min-width: 1000px) {
          .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container a .heroCarousel-content .heroCarousel-description {
            font-size: 2.57143rem;
            margin-bottom: 0; } }
      .heroCarousel .heroCarousel-col-right .heroCarousel-slide-container a .heroCarousel-content .heroCarousel-action {
        width: 158px; }
  .heroCarousel .heroCarousel-slide-container {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%; }
    .heroCarousel .heroCarousel-slide-container a {
      display: block;
      height: 100%;
      width: 100%; }
    .heroCarousel .heroCarousel-slide-container .heroCarousel-slide {
      width: 100%;
      height: 100%; }
    .heroCarousel .heroCarousel-slide-container .heroCarousel-content {
      z-index: 100;
      background: transparent; }
      @media (min-width: 901px) {
        .heroCarousel .heroCarousel-slide-container .heroCarousel-content {
          position: static;
          transform: none; } }
      .heroCarousel .heroCarousel-slide-container .heroCarousel-content .heroCarousel-title {
        color: white;
        text-transform: uppercase; }
      .heroCarousel .heroCarousel-slide-container .heroCarousel-content .heroCarousel-description {
        color: white;
        font-family: "Montserrat"; }
      .heroCarousel .heroCarousel-slide-container .heroCarousel-content .heroCarousel-action {
        text-transform: uppercase; }

@media (min-width: 1261px) {
  .container {
    padding-top: 0; } }

.container .breadcrumbs {
  text-align: left; }

.productView-details {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  padding: 2rem;
  text-align: center; }
  @media (min-width: 901px) {
    .productView-details {
      width: 35%;
      text-align: left;
      background-color: #f1f3f4; } }
  @media (min-width: 1261px) {
    .productView-details {
      width: 33%;
      padding: 1rem; } }
  .productView-details.productView--borderTop {
    border-top: 1px solid #222f4d; }

.pVd--spacing {
  text-align: left; }
  @media (min-width: 901px) {
    .pVd--spacing {
      margin-top: -5rem;
      padding-bottom: 0px;
      padding-top: 0px; } }
  @media (min-width: 901px) {
    .pVd--spacing .pVp--spacing {
      padding-bottom: 0.5rem; } }
  .pVd--spacing .pVp--spacing .pVt--spacing {
    margin-top: 0.5rem;
    margin-bottom: 1rem; }

.productView-description {
  width: 100%;
  font-family: "Abel";
  z-index: 0; }
  .productView-description .tabs-contents {
    min-height: 14.28571rem; }
  @media (min-width: 901px) {
    .productView-description .tabs {
      display: flex; } }
  .productView-description .tabs li {
    flex: 1; }

.tabs {
  text-transform: uppercase; }
  @media (min-width: 901px) {
    .tabs {
      border-bottom: 1px solid #c5c5c6; } }
  @media (min-width: 901px) {
    .tabs .is-active {
      border: 1px solid #c5c5c6;
      border-bottom: 1px solid white; } }
  .tabs .tab-title {
    color: #5d96ca;
    font-size: 1.21429rem;
    font-weight: 500;
    white-space: nowrap;
    font-family: "Montserrat";
    text-align: center; }
    @media (min-width: 901px) {
      .tabs .tab-title {
        font-size: .85rem;
        padding: 0.78571rem 8px; } }
    @media (min-width: 1000px) {
      .tabs .tab-title {
        font-size: 1.1rem; } }
    @media (min-width: 1300px) {
      .tabs .tab-title {
        font-size: 1.07143rem;
        padding: 0.78571rem 1.07143rem; } }

.form-option-swatch {
  border-radius: 100%; }
  .form-option-swatch .form-option-variant {
    border-radius: 100%;
    height: 50px;
    width: 50px;
    background-size: cover; }

.addtocart-qty-label {
  font-weight: bolder;
  text-align: left; }

.addtocart-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .addtocart-wrapper.disabled {
    pointer-events: auto;
    opacity: 1; }
    .addtocart-wrapper.disabled:hover .form-action.form-cart--changes {
      cursor: not-allowed; }
      .addtocart-wrapper.disabled:hover .form-action.form-cart--changes #form-action-addToCart {
        pointer-events: none; }
    .addtocart-wrapper.disabled:hover .form-field--increments {
      cursor: not-allowed; }
      .addtocart-wrapper.disabled:hover .form-field--increments > * {
        pointer-events: none; }
    .addtocart-wrapper.disabled #form-action-addToCart,
    .addtocart-wrapper.disabled .form-field--increments {
      opacity: .5; }

.form-number--changes {
  font-size: 1.42857rem;
  padding: 0.42857rem 0.14286rem;
  width: 3rem;
  font-family: "Abel";
  border-radius: 0; }

.form-increment .button--changes {
  padding: 0.78571rem;
  background-color: white; }

.productView-options .form-cart--changes {
  margin: 0;
  width: 50%; }
  @media (min-width: 551px) {
    .productView-options .form-cart--changes {
      width: 50%; } }
  @media (min-width: 901px) {
    .productView-options .form-cart--changes {
      width: 50%; } }
  .productView-options .form-cart--changes .button--cart {
    background: #f85f5d;
    border-color: #f85f5d;
    text-transform: uppercase;
    font-family: "Abel";
    font-size: 1.21429rem; }
    .productView-options .form-cart--changes .button--cart:hover {
      opacity: 0.7; }

.rectangle-item {
  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; }
  .rectangle-item.active-rectangle {
    border: 1px solid rgba(93, 150, 202, 0.6);
    background-color: #b5d1eb;
    color: white; }
  .rectangle-item.disabled {
    pointer-events: none;
    opacity: .5; }

.productView .form-select {
  border: 1px solid #c9cdd3;
  border-radius: unset;
  padding: 0.5rem 1rem;
  font-size: 1.21429rem;
  line-height: normal;
  transition: all 0.15s ease;
  margin-bottom: 0.8rem;
  height: unset;
  font-family: "Altform Regular";
  font-size: 1.14286rem;
  line-height: 1.35714rem;
  letter-spacing: 0.11429rem;
  border-radius: 3px;
  min-width: 325px; }

.form-label--changes,
.rectangle-item {
  background-color: white;
  font-family: "Abel"; }
  .form-label--changes .form-option-variant,
  .rectangle-item .form-option-variant {
    font-size: 1.21429rem;
    pointer-events: none; }
  .form-label--changes.rectangle-item--padding,
  .rectangle-item.rectangle-item--padding {
    padding: 0.5rem 1rem; }
    @media (min-width: 901px) {
      .form-label--changes.rectangle-item--padding,
      .rectangle-item.rectangle-item--padding {
        padding: 0.25rem 1rem; } }
  .form-label--changes:hover,
  .rectangle-item:hover {
    border: 1px solid rgba(93, 150, 202, 0.6);
    background-color: #b5d1eb;
    color: white; }

.wallmount-container {
  position: relative; }
  @media (min-width: 901px) {
    .wallmount-container {
      margin-bottom: 0.3rem; } }
  .wallmount-container .wallmount-options .form-option-variant {
    pointer-events: auto;
    color: #757575; }
  .wallmount-container .icon-question-circle-o {
    margin-left: 0.5rem; }
    .wallmount-container .icon-question-circle-o:hover {
      fill: #95bfe6; }
      .wallmount-container .icon-question-circle-o:hover .wallmount-pop-box {
        display: block !important; }

.form-label--changes:hover .form-links .form-option-variant {
  color: white; }

.wallmount-pop-box {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  width: 150px;
  font-size: 0.78571rem;
  font-weight: 500;
  text-align: center;
  top: -10px;
  left: 40%;
  padding: 0.71429rem 0.35714rem;
  border-radius: 2px;
  border: 1px solid #9c9191;
  z-index: 3;
  display: none; }

.icon-question-circle-o:hover ~ .wallmount-pop-box {
  display: block; }

.dropdown-menu-button {
  padding: 0.8rem;
  width: 100%; }
  .dropdown-menu-button:hover {
    border-color: #5d96ca; }
    .dropdown-menu-button:hover .wishlist-container {
      color: #5d96ca; }
      .dropdown-menu-button:hover .wishlist-container .star-icon svg {
        fill: #5d96ca; }
  .dropdown-menu-button .wishlist-container {
    align-items: center;
    display: flex;
    font-size: 1.2rem; }
    .dropdown-menu-button .wishlist-container .star-icon {
      margin-left: 0;
      margin-top: -0.14286rem;
      margin-left: 0.85714rem; }

.form-radio:checked + .form-option {
  background-color: #95bfe6;
  border-color: rgba(93, 150, 202, 0.6);
  color: white;
  box-shadow: none;
  transition: 0.75s; }

.productView-options .form-action .button {
  display: inline-flex;
  justify-content: center; }

.productView-options .accordion-navigation {
  border: none;
  flex-direction: column;
  width: 100%;
  padding: 0; }
  .productView-options .accordion-navigation .swatch-color-header {
    width: 100%; }

.wishlist-container .form-wishlist {
  width: 100%;
  padding: 0;
  margin-bottom: 0; }
  .wishlist-container .form-wishlist .dropdown-menu-button {
    width: 100%; }

.wishlist-container #wishlist-dropdown.is-open {
  padding-right: 0;
  margin-right: 0; }

.select-color {
  width: 100%;
  height: auto;
  margin: 0 0 2rem 0; }
  @media (min-width: 901px) {
    .select-color {
      margin: 0rem 0rem 0.8rem 0; } }
  .select-color .select-color-btn {
    background-color: #FFFFFF;
    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-repeat: no-repeat;
    background-position: right 0.57143rem top 0.51429rem;
    background-size: 17px 17px;
    border: 1px solid #798190;
    transition: 0.5s ease-in-out;
    font-family: "Altform Regular";
    font-size: 1.14286rem;
    line-height: 1.35714rem;
    letter-spacing: 0.11429rem;
    border-radius: 3px;
    min-width: 100%;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.6rem 0.5rem 0; }
    @media (min-width: 1441px) {
      .select-color .select-color-btn {
        padding: 0.5rem 0.3rem 0.5rem 0; } }
    @media (min-width: 1441px) {
      .select-color .select-color-btn {
        padding: 0.5rem 1rem 0.5rem 0; } }
    .select-color .select-color-btn:hover {
      border: 1px solid rgba(93, 150, 202, 0.6);
      background-color: #b5d1eb;
      color: white;
      transition: 0.5s ease-in-out; }

.swatch-color-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  padding: 0.5rem 2rem;
  border: 2px solid #f1f3f4; }
  .swatch-color-header .swatch-header {
    margin: 0; }
  .swatch-color-header .swatch-header-btn {
    background: url(https://cdn11.bigcommerce.com/s-bcwxdbhdjm/product_images/uploaded_images/close-btn-black.png) center center no-repeat;
    width: 25px;
    height: 25px;
    background-size: contain;
    display: none; }

#tab-color div.swatch-color-header {
  display: none; }

@media (min-width: 901px) {
  #tab-color .form-option-swatch .form-option-variant {
    height: 80px;
    width: 80px; } }

#tab-color .form-option {
  cursor: default; }
  #tab-color .form-option:hover {
    border-color: #cccccc; }

.swatch-full-container {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  background: white;
  border: 1px solid #cccccc;
  border-top: none; }
  .swatch-full-container .swatch-container {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 0.75rem; }
  .swatch-full-container .swatch-cont-titles {
    color: black;
    font-size: 1.07143rem;
    height: 30px;
    width: 100%;
    text-align: left;
    margin-left: 5%;
    font-weight: 500;
    font-family: "Montserrat";
    position: relative;
    cursor: pointer;
    font-weight: 700; }
    .swatch-full-container .swatch-cont-titles .swatch-switch {
      position: absolute;
      top: -1px;
      right: 2rem;
      transform: translateY(-50%); }
      .swatch-full-container .swatch-cont-titles .swatch-switch:before {
        content: "|";
        position: absolute;
        left: -6px;
        transform: rotate(-45deg);
        transition: all .2s;
        font-size: 10px; }
      .swatch-full-container .swatch-cont-titles .swatch-switch[aria-label="open"]:before {
        left: -3px;
        font-size: 1rem; }
      .swatch-full-container .swatch-cont-titles .swatch-switch:after {
        content: "|";
        position: absolute;
        right: -5px;
        transform: rotate(45deg);
        transition: all .2s;
        font-size: 10px; }
      .swatch-full-container .swatch-cont-titles .swatch-switch[aria-label="open"]:after {
        right: -2px;
        font-size: 1rem; }
  .swatch-full-container .titles-off {
    display: none; }
  .swatch-full-container .swatch-full-container--inner {
    width: 100%; }

[data-product-attribute] .form-option.form-option-swatch {
  margin-right: 0; }

.color-palette-label {
  width: 100%;
  display: none; }

.label-color-container {
  display: none;
  padding: 0.2rem;
  width: 25%;
  text-align: center; }
  .label-color-container .swatch-color-label {
    font-size: 0.8rem;
    font-family: "Montserrat";
    font-weight: 500; }

.customprinting-container {
  margin-bottom: 1.5rem; }
  @media (min-width: 901px) {
    .customprinting-container {
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; } }
  .customprinting-container .customprint-label {
    font-size: 1.1rem;
    font-weight: bolder;
    color: #5d96ca;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 551px) {
      .customprinting-container .customprint-label {
        justify-content: left; } }
    .customprinting-container .customprint-label:hover, .customprinting-container .customprint-label:focus {
      cursor: pointer; }
    .customprinting-container .customprint-label .icon-question-circle {
      margin-left: 0.5rem;
      fill: #95bfe6;
      height: 1.5rem;
      width: 1.5rem; }

/* The Modal (background) */
.cp-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.cp-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  height: auto;
  position: relative; }
  @media (min-width: 551px) {
    .cp-modal-content {
      width: 70%; } }
  @media (min-width: 901px) {
    .cp-modal-content {
      width: 50%; } }
  @media (min-width: 1261px) {
    .cp-modal-content {
      width: 40%; } }
  .cp-modal-content .cp-content-container .cp-content-header {
    margin-left: 8%;
    margin-bottom: 1rem; }
    .cp-modal-content .cp-content-container .cp-content-header h2 {
      font-size: 2.14286rem;
      font-weight: 500;
      color: #93bee6; }
  .cp-modal-content .cp-content-container .cp-content-body .cp-body-step {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 1rem;
    padding: 20px 35px; }
    .cp-modal-content .cp-content-container .cp-content-body .cp-body-step .cp-step-number {
      font-size: 1.42857rem;
      color: #93bee6; }
    .cp-modal-content .cp-content-container .cp-content-body .cp-body-step .cp-step-text {
      font-size: 1.14286rem;
      margin-left: 0.8rem;
      font-family: "Abel";
      line-height: 1.35714rem;
      color: #767676; }
      @media (min-width: 1261px) {
        .cp-modal-content .cp-content-container .cp-content-body .cp-body-step .cp-step-text {
          font-size: 1.42857rem; } }
      .cp-modal-content .cp-content-container .cp-content-body .cp-body-step .cp-step-text p {
        margin: 0; }
    .cp-modal-content .cp-content-container .cp-content-body .cp-body-step .cp-step-image {
      width: 30%;
      margin-left: 2rem; }
  .cp-modal-content .cp-content-container .cp-content-body .cp-body-info {
    display: block;
    padding: 1rem 3rem;
    text-align: left;
    font-family: "Abel";
    color: #767676; }
    .cp-modal-content .cp-content-container .cp-content-body .cp-body-info p,
    .cp-modal-content .cp-content-container .cp-content-body .cp-body-info strong {
      font-size: 1.14286rem; }
      @media (min-width: 901px) {
        .cp-modal-content .cp-content-container .cp-content-body .cp-body-info p,
        .cp-modal-content .cp-content-container .cp-content-body .cp-body-info strong {
          font-size: 1.42857rem; } }
    .cp-modal-content .cp-content-container .cp-content-body .cp-body-info li {
      font-size: 1.14286rem; }
      @media (min-width: 901px) {
        .cp-modal-content .cp-content-container .cp-content-body .cp-body-info li {
          font-size: 1.42857rem; } }
    .cp-modal-content .cp-content-container .cp-content-body .cp-body-info strong {
      color: #333333; }

/* The Close Button */
.cp-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  margin-top: -35px;
  background-color: #93bee6;
  margin-right: -35px;
  text-align: center;
  border-radius: 100%;
  border: solid white 0.28571rem;
  display: flex;
  justify-content: center;
  align-items: center; }

.cp-close:hover,
.cp-close:focus {
  color: #767676;
  text-decoration: none;
  cursor: pointer; }

.hushpanel-container {
  margin-bottom: 1.5rem; }
  @media (min-width: 901px) {
    .hushpanel-container {
      margin-bottom: 0.5rem;
      margin-top: 0.5rem; } }
  .hushpanel-container .hushpanel-label {
    font-size: 1.1rem;
    font-weight: bolder;
    color: #5d96ca;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 551px) {
      .hushpanel-container .hushpanel-label {
        justify-content: left; } }
    .hushpanel-container .hushpanel-label:hover, .hushpanel-container .hushpanel-label:focus {
      cursor: pointer; }
    .hushpanel-container .hushpanel-label .icon-question-circle {
      margin-left: 0.5rem;
      fill: #95bfe6;
      height: 1.5rem;
      width: 1.5rem; }

/* The Modal (background) */
.hp-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.hp-modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 90%;
  height: auto;
  position: relative; }
  @media (min-width: 551px) {
    .hp-modal-content {
      width: 70%; } }
  @media (min-width: 901px) {
    .hp-modal-content {
      width: 50%; } }
  @media (min-width: 1261px) {
    .hp-modal-content {
      width: 40%; } }
  .hp-modal-content .hp-content-container .hp-content-header {
    text-align: center;
    margin-bottom: 1rem; }
    .hp-modal-content .hp-content-container .hp-content-header h2 {
      font-size: 2.14286rem;
      font-weight: 500;
      color: #93bee6;
      margin-top: 1rem; }
  .hp-modal-content .hp-content-container .hp-content-body .hp-body-step {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem; }
    .hp-modal-content .hp-content-container .hp-content-body .hp-body-step .hp-step-number {
      font-size: 1.42857rem;
      color: #93bee6; }
    .hp-modal-content .hp-content-container .hp-content-body .hp-body-step .hp-step-text {
      font-size: 1.14286rem;
      margin-left: 0.8rem;
      font-family: "Abel";
      width: 50%;
      line-height: 1.35714rem;
      color: #767676; }
      .hp-modal-content .hp-content-container .hp-content-body .hp-body-step .hp-step-text--border {
        border-top: 1px solid #767676;
        padding-top: 1rem; }
      @media (min-width: 1261px) {
        .hp-modal-content .hp-content-container .hp-content-body .hp-body-step .hp-step-text {
          font-size: 1.42857rem; } }
      .hp-modal-content .hp-content-container .hp-content-body .hp-body-step .hp-step-text p {
        margin: 0; }
    .hp-modal-content .hp-content-container .hp-content-body .hp-body-step .hp-step-image {
      width: 30%;
      margin-left: 2rem; }
  .hp-modal-content .hp-content-container .hp-content-body .hushpanel-label {
    display: inline-block; }
    .hp-modal-content .hp-content-container .hp-content-body .hushpanel-label:hover, .hp-modal-content .hp-content-container .hp-content-body .hushpanel-label:focus {
      color: #757575; }

/* The Close Button */
.hp-close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  width: 40px;
  height: 40px;
  margin-top: -35px;
  background-color: #93bee6;
  margin-right: -35px;
  text-align: center;
  border-radius: 100%;
  border: solid white 0.28571rem;
  display: flex;
  justify-content: center;
  align-items: center; }
  .hp-close:hover, .hp-close:focus {
    color: #767676;
    text-decoration: none;
    cursor: pointer; }

.form-radio:checked + .label-color-container .form-option {
  border: 1px solid black;
  color: white;
  box-shadow: none;
  transition: 0.75s; }

.form-field[data-product-attribute="set-select"] .form-label.has-help {
  padding-right: 22px !important; }

.form-field a {
  text-decoration: none; }

.product--position {
  position: relative;
  margin-bottom: 1rem; }
  @media (min-width: 901px) {
    .product--position .form-field {
      margin-bottom: 0.3rem; } }
  .product--position .form-field[data-product-attribute="set-select"] {
    max-width: 100%;
    margin: 0 auto 2rem; }
    @media (min-width: 901px) {
      .product--position .form-field[data-product-attribute="set-select"] {
        margin: 0; } }
    .product--position .form-field[data-product-attribute="set-select"] select {
      min-width: 100%; }
  .product--position .form-field-colors {
    position: absolute;
    top: 0;
    left: 0;
    background: #f1f3f4;
    padding: 0;
    z-index: 5;
    height: 100%;
    width: 100%; }

.form-option:active {
  border-color: black; }

.i-wrapper {
  text-align: center;
  background-color: white;
  padding: 1rem;
  font-size: 0.9rem; }
  .i-wrapper .icon-info {
    fill: #5d96ca;
    height: 1.5rem;
    width: 1.5rem;
    margin-bottom: 1rem; }
  .i-wrapper .i-part {
    margin-bottom: 1rem;
    font-family: "Abel";
    font-size: 1.07143rem;
    font-weight: 500; }
    .i-wrapper .i-part p {
      margin-bottom: 0; }
    .i-wrapper .i-part .i-part-link {
      text-decoration: none;
      color: #5d96ca;
      font-weight: bolder;
      font-size: 1rem;
      font-family: "Montserrat"; }

.price-heading {
  color: gray;
  font-family: "Abel";
  font-size: 1.21429rem; }

.productView-price {
  margin-bottom: 2rem;
  font-family: "Montserrat"; }
  @media (min-width: 901px) {
    .productView-price {
      margin-bottom: 0.64286rem; } }
  .productView-price .price-section::before {
    display: none; }
  .productView-price .productView-price-notice {
    display: none;
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    color: red; }
  .productView-price .price-section .price.price--withoutTax {
    margin: 0 !important; }
    .productView-price .price-section .price.price--withoutTax.price--red {
      color: #cc0000 !important; }

.contact-wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
  flex-wrap: wrap; }
  @media (min-width: 1261px) {
    .contact-wrapper {
      padding-top: 1rem;
      border-top: 1px solid #c5c5c6; } }
  .contact-wrapper .chat-container {
    display: flex;
    justify-content: center; }
    .contact-wrapper .chat-container .chat-part {
      margin-left: 0.5rem;
      font-family: "Abel"; }
      .contact-wrapper .chat-container .chat-part .part-link {
        font-family: "Montserrat";
        font-size: 1.07143rem; }
      .contact-wrapper .chat-container .chat-part .icon-bubbles3 {
        height: 2.5rem;
        width: 2.5rem; }
      .contact-wrapper .chat-container .chat-part p {
        margin-bottom: 0; }
    .contact-wrapper .chat-container .part--center {
      display: flex;
      align-items: center; }
  .contact-wrapper .call-container {
    display: flex;
    justify-content: center; }
    .contact-wrapper .call-container .call-part {
      margin-left: 0.5rem;
      font-family: "Abel"; }
      .contact-wrapper .call-container .call-part .part-link {
        font-family: "Montserrat";
        font-size: 1.07143rem; }
      .contact-wrapper .call-container .call-part .icon-phone {
        height: 2.5rem;
        width: 2.5rem;
        position: static;
        stroke-width: 2px;
        z-index: 1; }
      .contact-wrapper .call-container .call-part p {
        margin-bottom: 0; }
    .contact-wrapper .call-container .part--center {
      display: flex;
      align-items: center; }

.part-link {
  text-decoration: none;
  color: #5d96ca;
  font-size: 1.2rem;
  font-weight: bolder; }

.tab-content {
  padding: 2rem; }

.label-title--changes, .form-label {
  font-weight: 700;
  font-size: 1rem; }
  @media (min-width: 901px) {
    .label-title--changes, .form-label {
      margin-bottom: 0.3rem; } }

.tab-content .tab-color-title {
  font-size: 1.28571rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  color: #636363;
  margin-bottom: 2rem; }
  .tab-content .tab-color-title .icon-download {
    margin-left: 0.5rem;
    height: 1.5rem;
    width: 1.5rem;
    fill: #5d96ca; }

.downloads-list {
  display: block;
  flex-wrap: wrap; }
  @media (min-width: 901px) {
    .downloads-list {
      display: flex; } }
  .downloads-list .downloads-section {
    width: 49%; }
    .downloads-list .downloads-section .downloads-header {
      font-size: 1.42857rem;
      text-transform: uppercase;
      font-weight: 500;
      font-family: "Montserrat";
      margin-bottom: 1rem; }
    .downloads-list .downloads-section .downloads-section-content li a {
      text-decoration: none;
      color: #5d96ca;
      font-size: 1.2rem; }
      .downloads-list .downloads-section .downloads-section-content li a .icon-download {
        fill: #5d96ca;
        margin-left: 0.75rem;
        height: 1.2rem;
        width: 1.2rem; }

.deliveryinfo-text {
  font-family: "Abel";
  font-size: 1.21429rem; }

.productReview-title {
  font-size: 1.42857rem;
  margin-bottom: 1rem;
  color: #5d96ca;
  font-family: "Abel"; }

.productReview-author {
  font-size: 1.07143rem; }

.productReview-body {
  font-size: 1.07143rem; }

.icon--ratingFull svg {
  fill: #95bfe6; }

.productView-reviewLink {
  margin-right: 0.5rem; }
  .productView-reviewLink .review-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    color: white;
    background-color: #95bfe6;
    padding: 0.25rem 0.75rem;
    border-radius: 3px;
    font-size: 1.1rem;
    font-family: "Abel";
    width: 132px; }
    @media (min-width: 551px) {
      .productView-reviewLink .review-link {
        width: auto; } }
    .productView-reviewLink .review-link:hover {
      background-color: #5d96ca;
      color: white; }
    .productView-reviewLink .review-link .icon-edit {
      margin-right: 0.5rem;
      fill: white; }

.productView-reviewLink + .productView-reviewLink {
  margin-top: 1rem;
  display: none; }
  @media (min-width: 551px) {
    .productView-reviewLink + .productView-reviewLink {
      margin-top: 0;
      margin-left: 0; } }

#tab-p-reviews .productView-reviewLink {
  margin-left: 0; }

.reviews-info {
  margin-bottom: 2rem;
  text-align: center;
  background-color: #f3f9fc;
  padding: 3rem 2rem; }
  .reviews-info h2 {
    margin-bottom: 1rem; }
    @media (min-width: 901px) {
      .reviews-info h2 {
        margin-bottom: 3rem; } }
  .reviews-info .reviews-info-wrapper {
    display: block;
    justify-content: space-evenly;
    flex-wrap: wrap; }
    @media (min-width: 901px) {
      .reviews-info .reviews-info-wrapper {
        display: flex; } }
    .reviews-info .reviews-info-wrapper .hbspt-form {
      width: 100%;
      max-width: 1060px; }
    .reviews-info .reviews-info-wrapper .reviews-info-container {
      flex: 1;
      margin-bottom: 1rem; }
      @media (min-width: 901px) {
        .reviews-info .reviews-info-wrapper .reviews-info-container {
          margin-bottom: 2rem; } }
      .reviews-info .reviews-info-wrapper .reviews-info-container .reviews-info-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem; }
        .reviews-info .reviews-info-wrapper .reviews-info-container .reviews-info-icon svg {
          height: 4rem;
          width: 4rem;
          fill: #424242; }
        .reviews-info .reviews-info-wrapper .reviews-info-container .reviews-info-icon svg.icon-phone {
          fill: transparent;
          stroke: #424242;
          stroke-width: 2.25px;
          height: 4rem;
          width: 4rem;
          position: static;
          z-index: 99; }
      .reviews-info .reviews-info-wrapper .reviews-info-container .reviews-info-text .chat-two,
      .reviews-info .reviews-info-wrapper .reviews-info-container .reviews-info-text .call-one,
      .reviews-info .reviews-info-wrapper .reviews-info-container .reviews-info-text .mail-one {
        color: #5d96ca;
        font-size: 1.8rem;
        font-weight: bolder; }
      .reviews-info .reviews-info-wrapper .reviews-info-container .reviews-info-text .chat-one,
      .reviews-info .reviews-info-wrapper .reviews-info-container .reviews-info-text .call-two {
        font-size: 1.1rem;
        color: gray; }
      .reviews-info .reviews-info-wrapper .reviews-info-container .reviews-info-text .mail-two {
        font-size: 1.1rem;
        color: #5d96ca; }
      .reviews-info .reviews-info-wrapper .reviews-info-container .reviews-info-text a {
        text-decoration: none; }
      .reviews-info .reviews-info-wrapper .reviews-info-container .reviews-info-text p {
        margin-bottom: 0.2rem; }

.reviews-tab-cont {
  display: block;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .reviews-tab-cont {
      display: flex; } }
  .reviews-tab-cont .reviews-tab-one {
    width: auto;
    margin-right: 2rem; }
  .reviews-tab-cont .reviews-tab-two {
    width: 60%; }
    .reviews-tab-cont .reviews-tab-two .toggle-title {
      font-family: "Abel"; }
    @media (min-width: 901px) {
      .reviews-tab-cont .reviews-tab-two {
        width: 30%; } }

.tab-content .overview-header h1.productView-title {
  padding-left: 0;
  color: #39c;
  border-bottom: none;
  margin-bottom: 2.5rem;
  font-family: "Abel";
  font-size: 2rem;
  text-transform: uppercase; }

.overview-container .overview-title {
  text-transform: uppercase;
  font-size: 1.28571rem;
  font-weight: 500;
  font-family: "Montserrat"; }

.overview-container a {
  text-decoration: none;
  font-size: 1.21429rem;
  color: #5d96ca; }

.overview-container .overview-text {
  font-size: 1.21429rem;
  line-height: 1.35714rem; }

.overview-container ul li {
  font-size: 1.21429rem; }

.overview-container .indent {
  text-indent: 0.71429rem; }
  @media (min-width: 901px) {
    .overview-container .indent {
      text-indent: 1.42857rem; } }

.features-container {
  display: flex;
  flex-wrap: wrap; }
  .features-container .feature {
    margin-bottom: 2.5rem;
    width: 100%;
    margin-right: 5%; }
    @media (min-width: 551px) {
      .features-container .feature {
        width: 45%; } }
    @media (min-width: 901px) {
      .features-container .feature {
        width: 40%; } }
    @media (min-width: 1261px) {
      .features-container .feature {
        width: 35%; } }
    .features-container .feature .feature-image {
      margin-bottom: 0.5rem; }
      .features-container .feature .feature-image img {
        border-radius: 100%; }
    .features-container .feature .feature-heading {
      font-size: 1.42857rem;
      color: #354053; }
      .features-container .feature .feature-heading p {
        margin-bottom: 0.2rem; }
    .features-container .feature .feature-text {
      font-size: 1.21429rem;
      color: #767676; }
      .features-container .feature .feature-text p {
        margin-bottom: 0.2rem; }

@media (min-width: 901px) {
  .related-product-grid.product-you-like--container .product-like--inner .product-inner .image-wrapper {
    min-height: 165px;
    padding: 0; } }

.related-product-grid.product-you-like--container .product-like--inner .product-inner .price-section::before {
  margin-right: 0; }

.related-product-grid.product-you-like--container .product-like--inner .product-inner .defaultImg {
  width: 100%; }

#tab-customDelivery p, #tab-specifications p {
  font-size: 1.21429rem;
  line-height: 1.35714rem; }

#tab-customDelivery a, #tab-specifications a {
  text-decoration: none;
  font-size: 1.21429rem;
  color: #5d96ca; }

.pdpinfo-container {
  background-color: whitesmoke;
  padding: 2rem; }
  @media (min-width: 1261px) {
    .pdpinfo-container {
      display: flex;
      justify-content: center; } }
  .pdpinfo-container .pdpinfo-wrapper {
    max-width: 1600px;
    display: block;
    justify-content: space-around; }
    @media (min-width: 901px) {
      .pdpinfo-container .pdpinfo-wrapper {
        display: flex; } }
    .pdpinfo-container .pdpinfo-wrapper .pdpinfo-part {
      display: flex;
      align-items: center;
      width: 100%;
      margin: 1rem; }
      @media (min-width: 901px) {
        .pdpinfo-container .pdpinfo-wrapper .pdpinfo-part {
          width: auto;
          margin: 0.5rem; } }
      @media (min-width: 1261px) {
        .pdpinfo-container .pdpinfo-wrapper .pdpinfo-part {
          margin: 1rem; } }
      .pdpinfo-container .pdpinfo-wrapper .pdpinfo-part .pdpinfo-image {
        height: 82px;
        width: 82px; }
      .pdpinfo-container .pdpinfo-wrapper .pdpinfo-part .pdpinfo-text {
        margin-left: 0.5rem;
        font-size: 1.42857rem; }
        .pdpinfo-container .pdpinfo-wrapper .pdpinfo-part .pdpinfo-text p {
          margin-bottom: 0; }

.backend-warning {
  display: none; }

.modal-background {
  background: rgba(51, 51, 51, 0.65); }

#previewModal .previewCart .productView-details {
  background-color: white; }

#modal-learn-more {
  overflow: visible;
  border-radius: 0.71429rem; }
  #modal-learn-more .modal-close {
    font-size: 32px;
    border: 1px solid black;
    border-radius: 100%;
    background: #ffffff;
    margin-top: -33px;
    color: #000000; }
    #modal-learn-more .modal-close:hover {
      color: #95bfe6; }
  #modal-learn-more .learn-more-body iframe {
    width: 100%; }

.breadcrumbs {
  display: block; }
  .breadcrumbs .breadcrumb.is-active {
    text-overflow: ellipsis;
    max-width: 250px;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: bottom; }

.pVd--spacing {
  border-top: 1px solid #222f4d;
  border-left: 1px solid #222f4d;
  border-right: 1px solid #222f4d;
  border-bottom: 1px solid #222f4d; }
  @media (min-width: 901px) {
    .pVd--spacing {
      border-bottom: none; } }

.product--position {
  border-bottom: 1px solid #222f4d;
  border-left: 1px solid #222f4d;
  border-right: 1px solid #222f4d;
  border-top: 1px solid #222f4d; }
  @media (min-width: 901px) {
    .product--position {
      border-top: none; } }

@media (min-width: 1261px) {
  .productView-img-container {
    max-width: 50rem; } }

@media (min-width: 1261px) {
  .productView-img-container:after {
    padding-bottom: 75%; } }

@media (min-width: 1261px) {
  .productView-img-container img {
    width: 50rem;
    margin: 0; } }

@media (min-width: 1261px) {
  .productView-image {
    width: 50rem;
    margin: 0; } }

.productView-thumbnails:not(.slick-initialized) .productView-thumbnail {
  width: 20%; }

@media (min-width: 1261px) {
  .productView-thumbnails img {
    width: 50rem; } }

@media (min-width: 901px) {
  .product--position {
    margin-top: -1rem; } }

@media (min-width: 1261px) {
  .product--position {
    margin-top: -0.71429rem; } }

@media (min-width: 1261px) {
  .pVt--spacing {
    font-size: 1.42857rem; } }

@media (min-width: 901px) {
  .container {
    position: relative; } }

@media (min-width: 901px) {
  #mobile--title {
    display: none; } }

.desktop--widget .pVd--spacing {
  width: 100%; }

.desktop--widget .productView-title {
  color: #f85f5d; }

.desktop--widget .product--position {
  width: 100%; }

@media (min-width: 901px) {
  .desktop--widget {
    position: absolute;
    width: 32%;
    max-width: 380px;
    right: 50px; } }

@media (min-width: 1261px) {
  .desktop--widget {
    right: 0px; } }

.desktop--widget #desktop--title {
  display: none; }
  @media (min-width: 901px) {
    .desktop--widget #desktop--title {
      display: block; } }

@media (min-width: 901px) {
  .productView-description ul.tabs,
  .productView-description .tabs-contents {
    width: 65%; } }

.desktop-widget-title {
  font-family: "Montserrat";
  font-size: 1rem;
  font-weight: 800; }

@media (min-width: 901px) {
  .desktop--widget #desktop--title {
    display: flex;
    justify-content: center;
    background: #ffffff; } }

.desktop--widget #desktop--title .pVt--spacing {
  margin-top: 1rem; }

.products--title {
  display: none; }
  @media (min-width: 901px) {
    .products--title {
      display: block;
      font-size: 2rem;
      margin-top: -1rem; } }

@media (min-width: 901px) {
  .card-image {
    top: 0.57143rem;
    max-height: 11.57143rem; } }

.learn-more-body {
  text-align: center; }

@media (min-width: 901px) {
  .icon-search svg {
    margin-left: -10px; } }

@media (min-width: 1261px) {
  .icon-search svg {
    margin-left: -5px; } }

@media (min-width: 901px) {
  .navUser-action--quickSearch .form {
    margin-bottom: 3rem; } }

@media (min-width: 1261px) {
  .navUser-action--quickSearch .form {
    margin-bottom: 1.5rem; } }

@media (min-width: 901px) {
  .quickSearchResults {
    max-height: 42.85714rem;
    overflow-y: auto;
    width: 300%;
    margin-left: -150px;
    margin-top: -50px; } }

@media (min-width: 1261px) {
  .quickSearchResults {
    width: 200%;
    margin-left: -115px;
    padding: 10px;
    border: none;
    margin-top: -48px; } }

@media (min-width: 901px) {
  .quickSearchResults .productGrid {
    border: 10px solid rgba(149, 191, 230, 0.2);
    background: rgba(149, 191, 230, 0.7);
    overflow-y: auto; } }

.quickSearchResults .card-image {
  max-height: 3.57143rem; }

@media (min-width: 901px) {
  .quickSearchResults .quickSearchMessage {
    background: rgba(64, 64, 65, 0.7);
    border: 0.5rem solid rgba(64, 64, 65, 0.7);
    padding: 2.85714rem;
    font-size: 1.42857rem;
    margin-top: 0; }
    .quickSearchResults .quickSearchMessage:hover {
      color: #93bee6; } }

@media (min-width: 901px) {
  .quickSearchResults .modal-close {
    margin-top: -0.5rem;
    left: 40%;
    background: #95bfe6;
    color: white; } }

@media (min-width: 1261px) {
  .quickSearchResults .modal-close {
    left: 48%;
    margin-top: -0.5rem; } }

@media (min-width: 901px) {
  #search_query {
    margin-top: -15px; } }

@media (min-width: 901px) {
  .card-figcaption-body-hover {
    height: 49%; } }

@media (min-width: 1261px) {
  .card-figcaption-body-hover {
    height: 50%; } }

.slick-next,
.slick-prev {
  border: 0.07143rem solid #D3D3D3;
  background-color: #ffffff; }
  .slick-next:hover, .slick-next:active, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:active,
  .slick-prev:focus {
    background-color: #ffffff; }
  .slick-next:hover,
  .slick-prev:hover {
    border: 0.07143rem solid #95bfe6; }

.productView-thumbnails .slick-next {
  right: -3px; }

.productView-thumbnails .slick-track {
  display: flex; }

.productView-images .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='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");
  transform: rotate(180deg); }

.productView-images .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"); }

#cp-btn {
  display: none; }

.select-color {
  display: flex;
  justify-content: center; }
  @media (min-width: 551px) {
    .select-color {
      display: block;
      justify-content: none; } }

.swatch-full-container {
  max-height: 695px;
  overflow-x: hidden; }

.swatch-full-container::-webkit-scrollbar {
  display: none; }

.title--contents {
  width: 73%;
  max-width: 850px; }
  @media (min-width: 1261px) {
    .title--contents {
      width: 74%; } }

.yotpo .yotpo-label-container {
  display: none !important; }

.page-404-container {
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap; }
  .page-404-container .image-404 {
    margin: auto;
    width: 50%;
    display: flex;
    justify-content: center; }
  .page-404-container .content-404 {
    display: flex;
    justify-content: center;
    margin-top: 20px; }
  .page-404-container .return-to-homepage-btn {
    background: #f85f5d;
    color: #ffffff;
    padding: 10px 10px;
    text-decoration: none;
    font-family: "Abel";
    border-radius: 5px;
    margin: auto;
    width: 50%; }
    .page-404-container .return-to-homepage-btn:hover {
      opacity: 0.7; }
  .page-404-container .text-404 h1 {
    font-size: 1.2rem; }
    @media (min-width: 901px) {
      .page-404-container .text-404 h1 {
        font-size: 2rem; } }

.shg-lightbox {
  display: none; }

.relatedproducts-cont .card-body {
  padding-top: 10px; }

.relatedproducts-cont .card-img-container {
  max-width: 500px;
  overflow: hidden;
  height: 170px; }

.relatedproducts-cont .relatedproducts-cont .hover-image {
  object-fit: cover;
  position: absolute;
  top: 0;
  height: 200%;
  max-height: 175px; }

.relatedproducts-cont .card-figcaption-body-hover {
  height: 100%; }

.relatedproducts-cont .card-figure img {
  height: 100%; }

.relatedproducts-cont .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"); }

.relatedproducts-cont .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"); }

.relatedproducts-cont .productCarousel-slide .card .card-title {
  min-height: 60px; }

.relatedproducts-cont .card-body .card-price-review-container .card--price {
  display: none; }

.relatedproducts-cont .card-price-review-container {
  display: none; }

.videoGallery {
  width: 100%; }
  @media (min-width: 901px) {
    .videoGallery {
      max-width: 500px;
      width: 70%; } }
  @media (min-width: 1261px) {
    .videoGallery {
      max-width: 1000px;
      width: 73%; } }

.tabs-contents .yotpo div,
.tabs-contents .yotpo span,
.tabs-contents .yotpo p,
.tabs-contents .yotpo a,
.tabs-contents .yotpo img,
.tabs-contents .yotpo i,
.tabs-contents .yotpo strong,
.tabs-contents .yotpo ul,
.tabs-contents .yotpo li,
.tabs-contents .yotpo form,
.tabs-contents .yotpo label,
.tabs-contents .yotpo sup {
  font-family: "Abel"; }

.tabs-contents .write-question-review-buttons-container .write-question-review-button .write-question-review-button-text {
  font-family: "Abel"; }

.tabs-contents .bottom-line-items-container .reviews-qa-labels-container .reviews-qa-label {
  font-family: "Abel"; }

.tabs-contents .yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
  font-family: "Abel"; }

.tabs-contents .yotpo .yotpo-nav ul .yotpo-nav-tab span {
  font-family: "Abel"; }

.tabs-contents .filters-container .filters-container-title {
  font-family: "Montserrat"; }

.tabs-contents .filters-dropdown .yotpo-dropdown-button .selected {
  font-family: "Montserrat"; }

.tabs-contents .yotpo .yotpo-default-button,
.tabs-contents .yotpo input[type="button"].yotpo-default-button {
  font-family: "Abel"; }

.tabs-contents #yotpo-questions-cf43c2cb-d19a-4a75-8089-d39d6711e545 > div > div.yotpo-first-review-content > input {
  font-family: "Abel"; }

[data-product-attribute="product-list"] {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  width: 200px;
  height: 100%;
  overflow: scroll;
  background: grey; }
  [data-product-attribute="product-list"] label {
    color: black; }

.price-sub,
.price-brackets {
  position: absolute;
  right: 3.5rem;
  font-size: 1.42857rem;
  margin-top: 3px; }
  @media (min-width: 901px) {
    .price-sub,
    .price-brackets {
      right: 2rem; } }
  @media (min-width: 1261px) {
    .price-sub,
    .price-brackets {
      margin-top: 5px; } }

.price-custom + .price {
  display: none !important; }

.page--higher {
  margin-top: 0rem; }

.videoGal-btn {
  display: flex;
  align-items: center;
  border: 1px solid #e5e5e5;
  padding: 0; }
  .videoGal-btn:hover, .videoGal-btn.is-active {
    border-color: #333333; }
  .videoGal-btn img {
    width: 55%;
    margin: auto;
    margin-top: 1.42857rem; }
    @media (min-width: 901px) {
      .videoGal-btn img {
        margin-top: 3px; } }

.videoGallery {
  margin: auto;
  width: 100%; }

.zoid-outlet {
  display: none !important; }

.productView-info-value--availability {
  text-align: left;
  float: none; }

.productView .title--contents .productView-info-value {
  color: #cc0000;
  font-weight: 600; }

.productView .productView-details .desktop-widget-title {
  color: #cc0000; }

.productView .productView-options .productView-info-value--availability {
  color: #cc0000;
  font-weight: 600; }

.child-sku-wrapper {
  display: none;
  margin-bottom: 1rem;
  font-family: "Montserrat";
  font-size: 1.2rem;
  font-weight: 500; }

.accordion-color-selector .form-label {
  width: 100%; }

/*
* Version 1 Product View Style
*/
.body-product--custom {
  margin: 0 !important;
  /* Unicode character for "plus" sign (+) */
  /* Style the element that is used for the panel class */
  /* Hidde need-help if empty content */
  /* End Hidde need-help if empty content */ }
  .body-product--custom .container {
    max-width: 110.71429rem;
    padding: 0; }
    @media (min-width: 901px) {
      .body-product--custom .container {
        padding: 0 1rem; } }
  .body-product--custom .breadcrumbs {
    display: none; }
    @media (min-width: 901px) {
      .body-product--custom .breadcrumbs {
        display: block; } }
  .body-product--custom .productViewCustom {
    margin: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
    @media (min-width: 901px) {
      .body-product--custom .productViewCustom {
        display: grid;
        grid-template-areas: "leftTop rightTop" "leftMiddle rightTop" "leftMiddle rightBottom" "leftMiddle rightBottom" "leftBottom rightBottom" "leftBottom rightBottom";
        grid-template-columns: minmax(350px, 5fr) 3fr;
        border-bottom: 1.5px solid #c9cdd3; } }
    @media (min-width: 1261px) {
      .body-product--custom .productViewCustom {
        grid-template-columns: minmax(500px, 5fr) 3fr; } }
    @media (min-width: 1441px) {
      .body-product--custom .productViewCustom {
        grid-template-columns: minmax(600px, 5fr) 3fr; } }
    .body-product--custom .productViewCustom .productView-images {
      width: 100%;
      margin: 0 0 20px; }
      .body-product--custom .productViewCustom .productView-images .productView-image {
        width: 100%; }
        .body-product--custom .productViewCustom .productView-images .productView-image .productView-img-container {
          max-width: 100%; }
          .body-product--custom .productViewCustom .productView-images .productView-image .productView-img-container::after {
            padding-bottom: 80%; }
            @media (min-width: 901px) {
              .body-product--custom .productViewCustom .productView-images .productView-image .productView-img-container::after {
                padding-bottom: 75%; } }
          .body-product--custom .productViewCustom .productView-images .productView-image .productView-img-container img {
            width: 100%;
            margin: 0; }
      .body-product--custom .productViewCustom .productView-images .productView-thumbnails {
        margin: 10px 0 0; }
        @media (min-width: 901px) {
          .body-product--custom .productViewCustom .productView-images .productView-thumbnails {
            margin: 25px 0 0; } }
        .body-product--custom .productViewCustom .productView-images .productView-thumbnails .productView-thumbnail {
          padding: 0 10px; }
          .body-product--custom .productViewCustom .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
            max-width: 100%;
            height: auto; }
          .body-product--custom .productViewCustom .productView-images .productView-thumbnails .productView-thumbnail img {
            object-fit: cover;
            width: 100%;
            height: 50px; }
            @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
              .body-product--custom .productViewCustom .productView-images .productView-thumbnails .productView-thumbnail img {
                height: 110px; } }
            @media (min-width: 901px) {
              .body-product--custom .productViewCustom .productView-images .productView-thumbnails .productView-thumbnail img {
                height: 60px; } }
            @media (min-width: 1261px) {
              .body-product--custom .productViewCustom .productView-images .productView-thumbnails .productView-thumbnail img {
                height: 90px; } }
            @media (min-width: 1441px) {
              .body-product--custom .productViewCustom .productView-images .productView-thumbnails .productView-thumbnail img {
                height: 105px; } }
        .body-product--custom .productViewCustom .productView-images .productView-thumbnails .slick-arrow {
          border: none;
          margin-top: 0; }
          .body-product--custom .productViewCustom .productView-images .productView-thumbnails .slick-arrow::before {
            width: 36px;
            height: 36px; }
          .body-product--custom .productViewCustom .productView-images .productView-thumbnails .slick-arrow.slick-next {
            right: 0; }
            .body-product--custom .productViewCustom .productView-images .productView-thumbnails .slick-arrow.slick-next::before {
              background-image: url("../icons/slick-down.svg"); }
          .body-product--custom .productViewCustom .productView-images .productView-thumbnails .slick-arrow.slick-prev {
            left: 0; }
            .body-product--custom .productViewCustom .productView-images .productView-thumbnails .slick-arrow.slick-prev::before {
              background-image: url("../icons/slick-down.svg");
              transform: scaleX(-1) scaleY(-1) rotate(180deg); }
    .body-product--custom .productViewCustom .product-left-top {
      grid-area: leftTop;
      order: 1; }
    .body-product--custom .productViewCustom .product-left-middle {
      grid-area: leftMiddle;
      order: 3; }
    .body-product--custom .productViewCustom .product-left-bottom {
      grid-area: leftBottom;
      order: 5; }
      @media (min-width: 901px) {
        .body-product--custom .productViewCustom .product-left-bottom {
          min-height: 1250px; } }
      @media (min-width: 1261px) {
        .body-product--custom .productViewCustom .product-left-bottom {
          min-height: 850px; } }
      @media (min-width: 1441px) {
        .body-product--custom .productViewCustom .product-left-bottom {
          min-height: 750px; } }
    .body-product--custom .productViewCustom .product-right-top {
      grid-area: rightTop;
      order: 2;
      flex-basis: 100%; }
    .body-product--custom .productViewCustom .product-right-bottom {
      grid-area: rightBottom;
      order: 4;
      height: min-content; }
    @media (min-width: 901px) {
      .body-product--custom .productViewCustom .product-left {
        padding: 15px 20px 0 20px; } }
    .body-product--custom .productViewCustom .product-left .model-p-container {
      max-width: 100%; }
    @media (min-width: 1441px) {
      .body-product--custom .productViewCustom .product-left.product-left-middle {
        padding: 40px 60px 0 20px; } }
    .body-product--custom .productViewCustom .product-left.product-left-bottom {
      padding: 50px 20px 0; }
      @media (min-width: 901px) {
        .body-product--custom .productViewCustom .product-left.product-left-bottom {
          padding: 80px 20px 0 20px; } }
      @media (min-width: 1261px) {
        .body-product--custom .productViewCustom .product-left.product-left-bottom {
          padding-right: 60px; } }
      @media (min-width: 1441px) {
        .body-product--custom .productViewCustom .product-left.product-left-bottom {
          padding: 80px 0 0;
          padding-right: 60px; } }
    .body-product--custom .productViewCustom .product-right {
      width: auto;
      position: unset;
      padding: 0;
      background: none;
      padding: 0 20px 50px; }
      @media (min-width: 901px) {
        .body-product--custom .productViewCustom .product-right {
          padding: 0 50px; } }
      .body-product--custom .productViewCustom .product-right.product-right-top {
        padding-top: 30px; }
        @media (min-width: 901px) {
          .body-product--custom .productViewCustom .product-right.product-right-top {
            padding-top: 40px;
            background: #f0f4f8; }
            .body-product--custom .productViewCustom .product-right.product-right-top .product-right--inner {
              padding-bottom: 12px;
              border-bottom: 1px solid #979797; } }
      .body-product--custom .productViewCustom .product-right.product-right-bottom {
        background: #f0f4f8;
        padding: 20px; }
        @media (min-width: 901px) {
          .body-product--custom .productViewCustom .product-right.product-right-bottom {
            padding: 0 50px 50px; } }
      .body-product--custom .productViewCustom .product-right .products--title {
        display: block; }
      .body-product--custom .productViewCustom .product-right .form-label {
        font-family: "Altform";
        color: #222f4d;
        font-size: 1.14286rem;
        line-height: 1.35714rem;
        margin-bottom: 0.71429rem; }
        .body-product--custom .productViewCustom .product-right .form-label img {
          margin-left: 5px; }
      .body-product--custom .productViewCustom .product-right .form-field {
        margin-bottom: 20px; }
      .body-product--custom .productViewCustom .product-right .form-select {
        height: 35px;
        background-image: url("../icons/chevron-down-form.svg");
        background-repeat: no-repeat;
        background-size: 1.5rem;
        min-width: 100%; }
        @media (min-width: 1261px) {
          .body-product--custom .productViewCustom .product-right .form-select {
            height: 45px;
            background-position: right 0.5rem top 0.8rem; } }
      .body-product--custom .productViewCustom .product-right .select-color-btn {
        background-color: white; }
      .body-product--custom .productViewCustom .product-right .form-select option {
        background-color: white;
        color: #222f4d; }
      .body-product--custom .productViewCustom .product-right [data-product-attribute="input-checkbox"] {
        margin-bottom: 0; }
      .body-product--custom .productViewCustom .product-right .productView-price {
        margin: 1rem 0; }
      .body-product--custom .productViewCustom .product-right .productView-product {
        padding: 0;
        border: none; }
      .body-product--custom .productViewCustom .product-right .productView-options {
        text-align: left; }
        .body-product--custom .productViewCustom .product-right .productView-options .select-color {
          position: relative;
          display: flex; }
      .body-product--custom .productViewCustom .product-right .productWidget-title {
        font-family: "Altform Regular";
        color: #222f4d;
        font-size: 1.5rem;
        line-height: 2.71429rem;
        letter-spacing: 0.075rem;
        text-align: left;
        margin: 0 0 30px; }
        @media (min-width: 901px) {
          .body-product--custom .productViewCustom .product-right .productWidget-title {
            font-size: 1.71429rem;
            line-height: 3.07143rem;
            letter-spacing: 0.08571rem;
            margin: 25px 0; } }
      .body-product--custom .productViewCustom .product-right .swatch-full-container {
        display: block;
        border: 1px solid #c9cdd3;
        border-top: none;
        border-radius: 0 0 5px 5px;
        padding: 0;
        max-height: none; }
        .body-product--custom .productViewCustom .product-right .swatch-full-container .swatch-full-container--inner {
          padding: 10px; }
        .body-product--custom .productViewCustom .product-right .swatch-full-container .swatch-container {
          border: 1px solid #c9cdd3;
          border-radius: 5px;
          margin: 10px 0; }
        .body-product--custom .productViewCustom .product-right .swatch-full-container .form-option-expanded {
          display: none; }
        .body-product--custom .productViewCustom .product-right .swatch-full-container .form-option:hover .form-option-expanded {
          display: block; }
      .body-product--custom .productViewCustom .product-right .accordion-color-selector .accordion-block .form-field {
        border: none; }
      .body-product--custom .productViewCustom .product-right .swatch-cont-titles {
        font-family: "Altform";
        color: #222f4d;
        font-size: 1.14286rem;
        line-height: 2.85714rem;
        height: 40px; }
        .body-product--custom .productViewCustom .product-right .swatch-cont-titles .swatch-switch::before {
          left: -3px; }
      .body-product--custom .productViewCustom .product-right .swatch-color-label {
        font-family: "Altform Regular";
        color: #798190; }
      .body-product--custom .productViewCustom .product-right .swatch-color-header .swatch-header {
        font-family: "Altform";
        color: #222f4d; }
      .body-product--custom .productViewCustom .product-right .productView-title {
        font-family: "Altform Bold";
        color: #222f4d;
        font-size: 1.71429rem;
        line-height: 3.07143rem; }
        @media (min-width: 901px) {
          .body-product--custom .productViewCustom .product-right .productView-title {
            font-size: 2.28571rem;
            line-height: 4.14286rem; } }
      .body-product--custom .productViewCustom .product-right .productView-price-subHeading .subHeading-text {
        font-size: 1.42857rem;
        color: #5E5E5E; }
      .body-product--custom .productViewCustom .product-right .productView-price-subHeading .subHeading-price {
        font-size: 1.71429rem;
        color: #23304C; }
        .body-product--custom .productViewCustom .product-right .productView-price-subHeading .subHeading-price.crossedout {
          text-decoration: line-through;
          font-size: 1.42857rem; }
        .body-product--custom .productViewCustom .product-right .productView-price-subHeading .subHeading-price.red {
          color: #cc0000; }
      .body-product--custom .productViewCustom .product-right .price-section {
        text-align: center; }
        @media (min-width: 901px) {
          .body-product--custom .productViewCustom .product-right .price-section {
            text-align: left; } }
        .body-product--custom .productViewCustom .product-right .price-section .price {
          font-family: "Altform Regular";
          color: #222f4d;
          font-size: 1.71429rem;
          line-height: 3.07143rem;
          letter-spacing: 0.08rem;
          font-weight: 600; }
        .body-product--custom .productViewCustom .product-right .price-section span {
          line-height: 3.07143rem; }
      .body-product--custom .productViewCustom .product-right .productView-details {
        padding: 1rem 0; }
      .body-product--custom .productViewCustom .product-right .accordion-block {
        margin-bottom: 20px; }
      .body-product--custom .productViewCustom .product-right .addtocart-wrapper {
        font-family: "Altform Regular";
        margin: 20px 0;
        justify-content: center;
        gap: 30px; }
        @media (min-width: 901px) {
          .body-product--custom .productViewCustom .product-right .addtocart-wrapper {
            justify-content: flex-start; } }
        .body-product--custom .productViewCustom .product-right .addtocart-wrapper .form-cart--changes {
          flex-basis: 100%; }
          @media (min-width: 901px) {
            .body-product--custom .productViewCustom .product-right .addtocart-wrapper .form-cart--changes {
              flex-basis: auto;
              width: auto; } }
        .body-product--custom .productViewCustom .product-right .addtocart-wrapper button {
          border: none;
          font-size: 1.5rem;
          line-height: 1.78571rem; }
        .body-product--custom .productViewCustom .product-right .addtocart-wrapper .form-field--increments {
          margin: 0; }
          .body-product--custom .productViewCustom .product-right .addtocart-wrapper .form-field--increments .form-increment {
            border: 1px solid #798190;
            border-radius: 5px;
            background: white; }
        .body-product--custom .productViewCustom .product-right .addtocart-wrapper .button--cart {
          background: #FFC439;
          border-color: #FFC439;
          color: #333333;
          text-decoration: none;
          padding: 15px 25px;
          font-size: 1.14286rem;
          font-weight: 600;
          letter-spacing: 0.2rem;
          line-height: 1.35714rem;
          text-transform: uppercase;
          border-radius: 0.35714rem;
          margin: 0;
          font-family: "Altform"; }
          .body-product--custom .productViewCustom .product-right .addtocart-wrapper .button--cart:hover {
            color: #333333 !important;
            background-color: white !important;
            border: 1px solid #FFC439 !important; }
      .body-product--custom .productViewCustom .product-right .product-options-message {
        font-family: "Altform Regular";
        font-size: 1rem;
        line-height: 1.57143rem;
        font-weight: 600;
        color: #222f4d;
        display: flex;
        align-items: center;
        text-align: left; }
        .body-product--custom .productViewCustom .product-right .product-options-message__icon {
          flex: 0 0 1.4rem;
          margin-right: 0.71429rem;
          color: #fff;
          display: inline-block;
          width: 1.4rem;
          height: 1.4rem;
          background-color: #c273a7;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 0.85714rem; }
    .body-product--custom .productViewCustom .title--contents, .body-product--custom .productViewCustom .productView-details {
      width: 100%; }
  .body-product--custom .productView-rating {
    display: flex;
    padding: 2px 3px;
    line-height: 1; }
    .body-product--custom .productView-rating .write-review-btn .review-link {
      background: #c273a7; }
    .body-product--custom .productView-rating .icon--rating {
      background: #61b33b;
      text-align: center; }
      .body-product--custom .productView-rating .icon--rating.icon--ratingEmpty {
        background: #cccccc; }
      .body-product--custom .productView-rating .icon--rating svg {
        fill: white;
        width: 12px; }
  .body-product--custom p.accordion {
    cursor: pointer;
    padding: 18px 0;
    width: 100%;
    text-align: left;
    transition: 0.4s;
    border: none;
    border-bottom: 1.5px solid #c9cdd3;
    border-radius: 0;
    margin-bottom: 0;
    font-family: "Altform Regular";
    color: #222f4d;
    font-weight: 600;
    font-size: 1.28571rem;
    line-height: 2.28571rem;
    letter-spacing: 0.06429rem; }
    @media (min-width: 901px) {
      .body-product--custom p.accordion {
        font-size: 1.71429rem;
        line-height: 3.07143rem;
        letter-spacing: normal; } }
    .body-product--custom p.accordion:first-child {
      border-top: 1.5px solid #c9cdd3; }
    .body-product--custom p.accordion a {
      text-decoration: none;
      display: block; }
  .body-product--custom p.accordion.active {
    border-bottom: none; }
  .body-product--custom .accordion::after {
    content: '+';
    color: #a3a3a3;
    float: right;
    font-size: 2.14286rem;
    font-weight: 500; }
    @media (min-width: 901px) {
      .body-product--custom .accordion::after {
        font-size: 2.71429rem; } }
  .body-product--custom .accordion.active::after {
    content: "-";
    font-size: 2.28571rem; }
    @media (min-width: 901px) {
      .body-product--custom .accordion.active::after {
        font-size: 3rem; } }
  .body-product--custom div.panel {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    opacity: 0;
    border-bottom: 1.5px solid #c9cdd3;
    font-family: "Altform Regular"; }
    .body-product--custom div.panel .content {
      font-size: 1rem;
      line-height: 1.42857rem; }
      @media (min-width: 901px) {
        .body-product--custom div.panel .content {
          font-size: 1.28571rem;
          line-height: 1.71429rem; } }
    .body-product--custom div.panel .overview-container .overview-text {
      font-size: 1rem;
      line-height: 1.42857rem; }
      @media (min-width: 901px) {
        .body-product--custom div.panel .overview-container .overview-text {
          font-size: 1.28571rem;
          line-height: 1.71429rem; } }
  .body-product--custom div.panel.show {
    opacity: 1;
    max-height: 100%;
    /* Whatever you like, as long as its more than the height of the content (on all screen sizes) */ }
    .body-product--custom div.panel.show .tab-content {
      display: block; }
  .body-product--custom .productView-options {
    position: relative;
    border-bottom: 1.5px solid #c9cdd3;
    margin: 0 0 30px; }
    .body-product--custom .productView-options .form-field-colors {
      position: relative;
      top: 0;
      left: 0;
      background: #f1f3f4;
      padding: 0;
      z-index: 5;
      width: 100%;
      border: 1px solid #c9cdd3; }
      .body-product--custom .productView-options .form-field-colors.is-open .swatch-header-btn {
        display: block; }
      .body-product--custom .productView-options .form-field-colors.is-open .select-color.form-select {
        background-image: none; }
    .body-product--custom .productView-options .swatch-full-container {
      border: none; }
    .body-product--custom .productView-options .accordion-navigation {
      margin: 0;
      border: none; }
      .body-product--custom .productView-options .accordion-navigation.is-open .select-color.form-select {
        background-image: url("../icons/chevron-up-form.svg");
        border-bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; }
  .body-product--custom .child-sku-wrapper {
    font-family: "Altform Regular";
    font-size: 1rem;
    line-height: 1.21429rem;
    text-align: center; }
    @media (min-width: 901px) {
      .body-product--custom .child-sku-wrapper {
        text-align: left; } }
  .body-product--custom .productView-options .productView-info-value--availability {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: 0.05rem;
    color: #222f4d;
    text-align: center;
    margin: 25px 0 15px; }
    @media (min-width: 901px) {
      .body-product--custom .productView-options .productView-info-value--availability {
        letter-spacing: 0.05714rem; } }
    .body-product--custom .productView-options .productView-info-value--availability img {
      width: 60px; }
    .body-product--custom .productView-options .productView-info-value--availability .availability-text {
      text-align: left;
      margin-left: 1.28571rem; }
      .body-product--custom .productView-options .productView-info-value--availability .availability-text--title {
        font-family: "Altform Bold";
        font-size: 1.14286rem;
        line-height: 1.42857rem; }
      .body-product--custom .productView-options .productView-info-value--availability .availability-text--content {
        font-family: "Altform Regular";
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.14286rem; }
  .body-product--custom .need-help {
    font-family: "Altform Regular";
    font-size: 1rem;
    line-height: 1.57143rem;
    font-weight: 600;
    color: #222f4d;
    padding-bottom: 1.78571rem;
    text-align: center;
    border-bottom: 1.5px solid #c9cdd3; }
    @media (min-width: 901px) {
      .body-product--custom .need-help {
        text-align: left;
        font-size: 1.14286rem;
        line-height: 1.35714rem; } }
    .body-product--custom .need-help a {
      color: #c273a7;
      text-decoration: none;
      width: 100%;
      text-align: center; }
      .body-product--custom .need-help a:hover {
        text-decoration: underline; }
      @media (min-width: 901px) {
        .body-product--custom .need-help a {
          float: none; } }
  .body-product--custom .need-help:has(div:empty) {
    display: none; }
  .body-product--custom .need-help:empty {
    display: none; }
  @media (min-width: 901px) {
    .body-product--custom .productViewVersion2 .product-left-bottom {
      min-height: 1550px; } }
  @media (min-width: 1261px) {
    .body-product--custom .productViewVersion2 .product-left-bottom {
      min-height: 1300px; } }
  @media (min-width: 1441px) {
    .body-product--custom .productViewVersion2 .product-left-bottom {
      min-height: 1100px; } }
  @media (min-width: 901px) {
    .body-product--custom .productViewVersion2 .product-right {
      padding: 0 40px; } }
  .body-product--custom .productViewVersion2 .product-right.product-right-bottom {
    padding: 0 0 20px; }
    @media (min-width: 901px) {
      .body-product--custom .productViewVersion2 .product-right.product-right-bottom {
        padding: 50px 40px; } }
  .body-product--custom .productViewVersion2 .product-right .form-field, .body-product--custom .productViewVersion2 .product-right .accordion-color-selector, .body-product--custom .productViewVersion2 .product-right .addtocart-wrapper, .body-product--custom .productViewVersion2 .product-right .individual-product--container {
    padding: 0 20px; }
    @media (min-width: 901px) {
      .body-product--custom .productViewVersion2 .product-right .form-field, .body-product--custom .productViewVersion2 .product-right .accordion-color-selector, .body-product--custom .productViewVersion2 .product-right .addtocart-wrapper, .body-product--custom .productViewVersion2 .product-right .individual-product--container {
        padding: 0; } }
  .body-product--custom .productViewVersion2 .productView-step {
    background-color: #788191;
    color: white;
    font-family: "Altform Regular";
    letter-spacing: 0.06429rem;
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 30px;
    font-size: 1.28571rem;
    line-height: 1.57143rem; }
    @media (min-width: 901px) {
      .body-product--custom .productViewVersion2 .productView-step {
        font-size: 1.35714rem;
        line-height: 1.57143rem;
        border-radius: 5px;
        padding: 10px 12px; } }
  .body-product--custom .productViewCustomDesign .add-to-cart-wrapper {
    display: none; }
  .body-product--custom .productViewCustomDesign .product-right.product-right-bottom {
    padding: 28px 20px 20px 20px; }
    @media (min-width: 901px) {
      .body-product--custom .productViewCustomDesign .product-right.product-right-bottom {
        padding: 20px 0 40px 0; } }
  @media (min-width: 901px) {
    .body-product--custom .productViewCustomDesign .product-right.product-right-bottom, .body-product--custom .productViewCustomDesign .product-right.product-right-top {
      position: relative;
      padding-left: 40px;
      padding-right: 40px; } }
  .body-product--custom .productViewCustomDesign .product-right .individual-product--container {
    padding: 0 20px; }
    @media (min-width: 901px) {
      .body-product--custom .productViewCustomDesign .product-right .individual-product--container {
        padding: 0; } }
  .body-product--custom .productViewCustomDesign .product-right .productWidget-title {
    display: none; }
    @media (min-width: 901px) {
      .body-product--custom .productViewCustomDesign .product-right .productWidget-title {
        display: block; } }
  .body-product--custom .productViewCustomDesign .product-right .productView-info {
    margin-top: 0; }
  .body-product--custom .productViewCustomDesign .product-right .form-field, .body-product--custom .productViewCustomDesign .product-right .form-select, .body-product--custom .productViewCustomDesign .product-right .accordion-block, .body-product--custom .productViewCustomDesign .product-right .select-color {
    margin: 0; }
  .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"].form-field--hash .rectangle-item, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"].form-field--hash .rectangle-item {
    padding: 1px; }
  .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"] .rectangle-item, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"] .rectangle-item {
    border: 1.5px solid #c9cdd3;
    border-radius: 5px;
    padding: 6px 25px;
    margin-right: 15px; }
    @media (min-width: 901px) {
      .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"] .rectangle-item, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"] .rectangle-item {
        padding: 5px 18px;
        margin-right: 8px; } }
    @media (min-width: 1261px) {
      .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"] .rectangle-item, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"] .rectangle-item {
        padding: 5px 20px;
        margin-right: 10px; } }
    @media (min-width: 1441px) {
      .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"] .rectangle-item, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"] .rectangle-item {
        padding: 6px 25px;
        margin-right: 15px; } }
    .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"] .rectangle-item.active-rectangle, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"] .rectangle-item.active-rectangle {
      background-color: #23304c;
      border-color: #23304c; }
      .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"] .rectangle-item.active-rectangle .form-option-variant, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"] .rectangle-item.active-rectangle .form-option-variant {
        color: white; }
    .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"] .rectangle-item:hover .form-option-variant, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"] .rectangle-item:hover .form-option-variant {
      color: white; }
    .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"] .rectangle-item .form-option-variant, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"] .rectangle-item .form-option-variant {
      font-family: "Altform Regular";
      font-size: 1.28571rem;
      line-height: 2.28571rem;
      letter-spacing: 0.06429rem;
      color: #222f4d; }
  .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"], .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"], .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector {
    padding: 10px 0px 10px 0px; }
    .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"] .form-label, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"] .select-color-btn, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"] .form-label, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"] .select-color-btn, .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector .form-label, .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector .select-color-btn {
      font-family: "Altform Bold";
      color: #23304c;
      line-height: 1.42857rem;
      font-weight: 700;
      border: none;
      height: auto;
      max-width: 100%;
      font-size: 18px;
      letter-spacing: 0.06429rem;
      background-image: none; }
    .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"] .form-select, .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-rectangle"] .form-select, .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector .form-select {
      font-family: "Altform Regular";
      color: #5E5E5E;
      font-weight: 300;
      font-size: 1.28571rem;
      line-height: 1.57143rem;
      letter-spacing: 0.06429rem; }
  .body-product--custom .productViewCustomDesign .product-right .form-field::before, .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector::before {
    position: absolute;
    content: none;
    font-size: 18px;
    color: white;
    background-color: #788191;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 901px) {
      .body-product--custom .productViewCustomDesign .product-right .form-field::before, .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector::before {
        width: 30px;
        height: 30px; } }
    @media (min-width: 1261px) {
      .body-product--custom .productViewCustomDesign .product-right .form-field::before, .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector::before {
        width: 35px;
        height: 35px; } }
    @media (min-width: 1441px) {
      .body-product--custom .productViewCustomDesign .product-right .form-field::before, .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector::before {
        width: 40px;
        height: 40px; } }
  @media (min-width: 901px) {
    .body-product--custom .productViewCustomDesign .product-right [data-product-option-change] > *:last-child {
      border-radius: 0 0 5px 5px; } }
  .body-product--custom .productViewCustomDesign .product-right .form-field.form-field-colors::before {
    content: none; }
  .body-product--custom .productViewCustomDesign .product-right .form-field .form-select {
    max-width: calc(100% - 55px);
    border: 1px solid #c9cdd3; }
  .body-product--custom .productViewCustomDesign .product-right .form-cart--changes {
    padding: 0; }
  .body-product--custom .productViewCustomDesign .product-right .productView-price {
    margin: 2rem 0; }
    @media (min-width: 901px) {
      .body-product--custom .productViewCustomDesign .product-right .productView-price {
        margin: 2rem 0 1rem 0; } }
  .body-product--custom .productViewCustomDesign .product-right [data-product-attribute="input-checkbox"] {
    padding: 0 20px; }
    @media (min-width: 901px) {
      .body-product--custom .productViewCustomDesign .product-right [data-product-attribute="input-checkbox"] {
        padding: 0; } }
    .body-product--custom .productViewCustomDesign .product-right [data-product-attribute="input-checkbox"] .form-label-display {
      width: auto; }
    .body-product--custom .productViewCustomDesign .product-right [data-product-attribute="input-checkbox"] .tooltip {
      background-image: url("../icons/question-mark-new.png");
      background-repeat: no-repeat;
      margin-bottom: 0;
      padding: 15px 10px;
      cursor: pointer;
      margin-left: 10px; }
  .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector {
    position: relative; }
    .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector .accordion-block .select-color-btn {
      background-color: unset;
      padding: 0; }
      .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector .accordion-block .select-color-btn:hover {
        background-color: unset; }
      .body-product--custom .productViewCustomDesign .product-right .accordion-color-selector .accordion-block .select-color-btn .chosen-color {
        font-family: "Altform Regular";
        color: #5E5E5E;
        font-size: 1.28571rem;
        font-weight: 300; }
  .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"].open {
    background-position: right 1rem top 1.8rem; }
    .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"].open .form-label {
      display: none; }
    .body-product--custom .productViewCustomDesign .product-right div[data-product-attribute="set-select"].open .form-select {
      margin: 0 0 0 50px; }
  .body-product--custom .productViewCustomDesign.productViewVersion4 .product-right .form-field .price-sub, .body-product--custom .productViewCustomDesign.productViewVersion4 .product-right .form-field .price-brackets {
    display: none; }
  .body-product--custom .productViewCustomDesign.productViewVersion4 .product-right .form-field:last-child .form-label {
    position: relative;
    width: 88%;
    padding-top: 8px; }
    @media only screen and (max-width: 360px) {
      .body-product--custom .productViewCustomDesign.productViewVersion4 .product-right .form-field:last-child .form-label {
        width: 80%;
        padding-top: 0px; } }
    @media (min-width: 901px) {
      .body-product--custom .productViewCustomDesign.productViewVersion4 .product-right .form-field:last-child .form-label {
        width: 100%;
        padding-top: 8px; } }
    .body-product--custom .productViewCustomDesign.productViewVersion4 .product-right .form-field:last-child .form-label a {
      position: absolute;
      top: 4px;
      right: 0; }
      @media only screen and (max-width: 360px) {
        .body-product--custom .productViewCustomDesign.productViewVersion4 .product-right .form-field:last-child .form-label a {
          top: 0; } }
      @media (min-width: 901px) {
        .body-product--custom .productViewCustomDesign.productViewVersion4 .product-right .form-field:last-child .form-label a {
          position: unset; } }

.product--centred {
  max-width: 700px;
  margin: auto;
  text-align: center;
  padding: 0 20px; }
  @media (min-width: 901px) {
    .product--centred {
      padding: 0; } }
  .product--centred h2 {
    font-family: "Altform";
    color: #222f4d;
    font-size: 1.71429rem;
    line-height: 3.07143rem;
    font-weight: 600;
    margin-top: 60px; }
    @media (min-width: 901px) {
      .product--centred h2 {
        font-size: 2.28571rem;
        line-height: 4.14286rem; } }
  .product--centred p {
    font-family: "Altform";
    color: #798190;
    font-size: 1.28571rem;
    line-height: 2.28571rem;
    margin: 15px 0 25px; }
    @media (min-width: 901px) {
      .product--centred p {
        font-size: 1.5rem;
        line-height: 2.71429rem; } }

.product-like--inner {
  margin: 30px 10px 50px;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 901px) {
    .product-like--inner {
      margin: 50px 0 50px; } }
  .product-like--inner .product-inner {
    padding: 0 10px 30px;
    flex-basis: 50%; }
    @media (min-width: 901px) {
      .product-like--inner .product-inner {
        flex-basis: 25%;
        padding: 0 10px; } }
    .product-like--inner .product-inner .text-wrapper a {
      text-decoration: none; }
    .product-like--inner .product-inner .text-wrapper h4 {
      font-family: "Altform";
      color: black;
      font-size: 1.14286rem;
      line-height: 2.07143rem;
      margin: 10px 0 0;
      text-align: center; }
      @media (min-width: 901px) {
        .product-like--inner .product-inner .text-wrapper h4 {
          font-size: 1.5rem;
          line-height: 2.71429rem;
          margin: 18px 0 5px;
          text-align: left; } }
    .product-like--inner .product-inner .text-wrapper .product-price {
      font-family: "Altform Regular";
      color: #798190;
      font-size: 1rem;
      line-height: 1.78571rem;
      text-align: center; }
      @media (min-width: 901px) {
        .product-like--inner .product-inner .text-wrapper .product-price {
          font-size: 1.28571rem;
          line-height: 2.28571rem;
          text-align: left; } }
    .product-like--inner .product-inner .image-wrapper {
      padding: 0; }
      @media (min-width: 901px) {
        .product-like--inner .product-inner .image-wrapper {
          padding: 0 80px 0 0; } }
      @media (min-width: 1261px) {
        .product-like--inner .product-inner .image-wrapper {
          padding: 0 100px 0 0; } }

.individual-product--container .text-wrapper {
  background: white;
  padding: 30px; }
  .individual-product--container .text-wrapper a {
    text-decoration: none; }
  .individual-product--container .text-wrapper h4 {
    margin: 0 0 10px;
    text-align: center;
    font-family: "Altform";
    color: #222f4d;
    font-size: 1.5rem;
    line-height: 2.71429rem; }
    @media (min-width: 901px) {
      .individual-product--container .text-wrapper h4 {
        font-size: 1.85714rem;
        line-height: 3.35714rem; } }
  .individual-product--container .text-wrapper .product-description {
    font-family: "Altform Regular";
    color: #798190;
    font-size: 1.14286rem;
    line-height: 2.07143rem;
    text-align: center; }
    @media (min-width: 901px) {
      .individual-product--container .text-wrapper .product-description {
        font-size: 1.28571rem;
        line-height: 2.28571rem; } }

.helpful-modal .modal-body {
  padding: 0 0 25px; }

.helpful-modal h2 {
  font-family: "Altform";
  color: #222f4d;
  font-size: 1.85714rem;
  line-height: 2.57143rem;
  margin: 10px 0;
  padding: 0 30px; }

.helpful-modal ol {
  font-family: "Altform Regular";
  color: #798190;
  font-size: 1.14286rem;
  line-height: 1.71429rem;
  font-weight: 400;
  padding: 0 30px; }

.helpful-modal img {
  width: 100%; }

#previewModal .productView-details {
  width: 100%; }

#previewModal .productView-title {
  font-weight: 500; }

#previewModal .modal-header-title {
  font-weight: 500;
  font-size: 18px;
  text-align: left;
  height: fit-content;
  line-height: 22px; }
  #previewModal .modal-header-title a {
    text-decoration: none;
    font-size: 18px;
    color: #444;
    position: relative;
    box-sizing: revert;
    margin-left: 10px;
    line-height: 22px; }
    #previewModal .modal-header-title a:before {
      content: "";
      width: 15px;
      height: 15px;
      display: block;
      position: absolute;
      left: -15px;
      top: 3px;
      border: 2px solid #444;
      border-width: 2px 0px 0 2px;
      transform: rotate(-45deg); }

#previewModal .relatedproducts-title {
  font-size: 1.5rem;
  margin-top: 10px; }

@media (min-width: 901px) {
  #previewModal .previewCartCheckout {
    width: 35%;
    margin-bottom: 1.14286rem; } }

#previewModal .viewCart {
  border: 2px solid;
  font-weight: bold; }

#previewModal .previewContinue {
  font-size: 1rem;
  margin-top: 3rem;
  padding: 12px 32px;
  text-transform: none; }

#previewModal .productView-image {
  width: 100%; }

#previewModal #modalRelated {
  border-top: 1px solid #c9cdd3; }

#previewModal .product-like--inner .product-inner {
  flex-basis: 100%; }
  @media (min-width: 551px) {
    #previewModal .product-like--inner .product-inner {
      flex-basis: 50%; } }
  @media (min-width: 901px) {
    #previewModal .product-like--inner .product-inner {
      flex-basis: 25%; } }

#previewModal [aria-label="paypal paylater"] {
  display: none; }

#previewModal .AmazonPayContainer [role="button"] {
  margin: 0 auto; }

#previewModal .BraintreePaypalCreditButton {
  display: none; }

#bundle-container > .MuiBox-root.css-0 .MuiSnackbar-root.MuiSnackbar-anchorOriginTopRight {
  align-items: flex-start;
  position: fixed;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%); }

#bundle-container > .MuiBox-root.css-0 .MuiAlert-message, #bundle-container > .MuiBox-root.css-0 .MuiAlert-action {
  pointer-events: auto; }

#bundle-container > .MuiBox-root.css-0 .MuiSnackbar-root[role="presentation"] + .MuiSnackbar-root[role="presentation"] {
  display: none !important; }

.MuiButton-containedPrimary.MuiButton-sizeMedium:hover {
  background-color: #ffffff; }

.b2b-add-to-quote.b2b-add-to-quote--custom {
  margin-top: 1rem;
  width: 100%;
  text-transform: uppercase;
  padding: 14px 24px;
  font-size: 1.14286rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 1.35714rem;
  font-family: "Altform";
  background-color: transparent !important; }
  .b2b-add-to-quote.b2b-add-to-quote--custom:hover {
    color: #333333 !important;
    background-color: white !important;
    opacity: .7; }
  @media (min-width: 1455px) {
    .b2b-add-to-quote.b2b-add-to-quote--custom {
      width: auto;
      margin: 0 0 0 12px;
      height: 100%;
      vertical-align: middle; } }

@media (min-width: 1455px) {
  .button--cart:focus + .b2b-add-to-quote.b2b-add-to-quote--custom {
    padding: 15px 10px; } }

@media (max-width: 900px) {
  .MuiSnackbar-root.css-xrgl7p {
    top: 50% !important;
    transform: translateY(-50%); } }

.js-trustpilot-widget {
  position: relative; }
  .js-trustpilot-widget::before {
    content: '';
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer; }

.back-to-parent-product {
  font-size: 1.28571rem; }
  .back-to-parent-product .icon {
    width: 1.71429rem;
    height: 1.71429rem;
    margin-right: 0.35714rem; }
  .back-to-parent-product:hover .icon {
    opacity: .6; }

.pages-custom-product-version1 .productViewVersion3 .product-right-top.product-right .product-right--inner .productView-title.products--title, .pages-custom-product-version3 .productViewVersion3 .product-right-top.product-right .product-right--inner .productView-title.products--title, .pages-product .productViewVersion3 .product-right-top.product-right .product-right--inner .productView-title.products--title {
  line-height: normal; }

.pages-custom-product-version1 .productViewVersion3 .productView-images.product-left-middle.product-left, .pages-custom-product-version3 .productViewVersion3 .productView-images.product-left-middle.product-left, .pages-product .productViewVersion3 .productView-images.product-left-middle.product-left {
  width: 90%; }

.pages-custom-product-version1 .productViewVersion3 .price-section.price-section--withoutTax.non-sale-price--withoutTax, .pages-custom-product-version3 .productViewVersion3 .price-section.price-section--withoutTax.non-sale-price--withoutTax, .pages-product .productViewVersion3 .price-section.price-section--withoutTax.non-sale-price--withoutTax {
  display: none !important; }

.pages-custom-product-version1 .productViewVersion3 .product-right .price-section .price.price--non-sale, .pages-custom-product-version3 .productViewVersion3 .product-right .price-section .price.price--non-sale, .pages-product .productViewVersion3 .product-right .price-section .price.price--non-sale {
  margin: 0 0 0 10px;
  font-size: 14px;
  font-weight: 400; }

.pages-custom-product-version1 .productViewVersion3 .product-right--inner .productView-price.productView-priceTop .price-section.price-section--withoutTax, .pages-custom-product-version3 .productViewVersion3 .product-right--inner .productView-price.productView-priceTop .price-section.price-section--withoutTax, .pages-product .productViewVersion3 .product-right--inner .productView-price.productView-priceTop .price-section.price-section--withoutTax {
  display: flex; }

.pages-custom-product-version1 .productViewVersion3 .productView-price.productView-priceTop .obx-payLater-heading, .pages-custom-product-version3 .productViewVersion3 .productView-price.productView-priceTop .obx-payLater-heading, .pages-product .productViewVersion3 .productView-price.productView-priceTop .obx-payLater-heading {
  margin-top: 0px !important; }

.pages-custom-product-version1 .productViewVersion3 .product-right .price-section .price, .pages-custom-product-version3 .productViewVersion3 .product-right .price-section .price, .pages-product .productViewVersion3 .product-right .price-section .price {
  margin-left: 5px !important; }

.pages-custom-product-version1 .productViewVersion3 .product-right .addtocart-wrapper .button--cart, .pages-custom-product-version3 .productViewVersion3 .product-right .addtocart-wrapper .button--cart, .pages-product .productViewVersion3 .product-right .addtocart-wrapper .button--cart {
  width: 100%; }

.pages-custom-product-version1 .productViewVersion3 .product-right .addtocart-wrapper .form-cart--changes, .pages-custom-product-version3 .productViewVersion3 .product-right .addtocart-wrapper .form-cart--changes, .pages-product .productViewVersion3 .product-right .addtocart-wrapper .form-cart--changes {
  flex-basis: 100%;
  flex-direction: column;
  display: flex; }

.pages-custom-product-version1 .productViewVersion3 .b2b-add-to-quote.b2b-add-to-quote--custom, .pages-custom-product-version3 .productViewVersion3 .b2b-add-to-quote.b2b-add-to-quote--custom, .pages-product .productViewVersion3 .b2b-add-to-quote.b2b-add-to-quote--custom {
  margin-left: 0; }

@media (min-width: 900px) {
  .pages-custom-product-version1 .productViewVersion3, .pages-custom-product-version3 .productViewVersion3, .pages-product .productViewVersion3 {
    padding-bottom: 50px; } }

.pages-custom-product-version1 .productView-description, .pages-custom-product-version3 .productView-description, .pages-product .productView-description {
  z-index: 1; }

.pages-custom-product-version1 .obx-solution-section, .pages-custom-product-version3 .obx-solution-section, .pages-product .obx-solution-section {
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.15);
  background-color: white;
  padding: 50px; }

.pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner, .pages-product .obx-solution-section .obx-solution-section-inner {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner .obx-solution-text span, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner .obx-solution-text span, .pages-product .obx-solution-section .obx-solution-section-inner .obx-solution-text span {
  color: #222f4d;
  font-family: "Altform";
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0px;
  text-align: left; }

.pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a, .pages-product .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a {
  border-radius: 4px;
  font-family: "Altform";
  font-size: 16px;
  font-weight: 700;
  font-style: Bold;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: none;
  padding: 14px 20px;
  min-width: 149px; }

.pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a.obx-custom-quote-btn, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a.obx-custom-quote-btn, .pages-product .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a.obx-custom-quote-btn {
  background-color: #c273a7;
  color: #fff; }

.pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a.obx-contact-btn, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a.obx-contact-btn, .pages-product .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a.obx-contact-btn {
  border: 1px solid #222f4d;
  color: #222F4D; }

.pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons, .pages-product .obx-solution-section .obx-solution-section-inner .obx-solution-buttons {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 10px; }

.pages-custom-product-version1 .obx-solution-section.obx-desktop, .pages-custom-product-version3 .obx-solution-section.obx-desktop, .pages-product .obx-solution-section.obx-desktop {
  margin-top: 2rem; }

.pages-custom-product-version1 .productView-info-value.productView-info-value--availability, .pages-custom-product-version3 .productView-info-value.productView-info-value--availability, .pages-product .productView-info-value.productView-info-value--availability {
  display: none; }

.pages-custom-product-version1 .need-help, .pages-custom-product-version3 .need-help, .pages-product .need-help {
  display: none; }

.pages-custom-product-version1 div[data-content-region="individual-product"], .pages-custom-product-version3 div[data-content-region="individual-product"], .pages-product div[data-content-region="individual-product"] {
  display: none; }

.pages-custom-product-version1 .productView-options, .pages-custom-product-version3 .productView-options, .pages-product .productView-options {
  border-bottom: none;
  margin: 0; }

.pages-custom-product-version1 .product-right .accordion-color-selector, .pages-custom-product-version3 .product-right .accordion-color-selector, .pages-product .product-right .accordion-color-selector {
  padding: 0; }

.pages-custom-product-version1 .productView-details.product-right-bottom.product-right, .pages-custom-product-version3 .productView-details.product-right-bottom.product-right, .pages-product .productView-details.product-right-bottom.product-right {
  padding-bottom: 10px; }

.pages-custom-product-version1 .features-container .feature, .pages-custom-product-version3 .features-container .feature, .pages-product .features-container .feature {
  text-align: center;
  margin: 0 0 2.5rem 0; }

.pages-custom-product-version1 .features-container .feature .feature-text p, .pages-custom-product-version3 .features-container .feature .feature-text p, .pages-product .features-container .feature .feature-text p {
  padding: 0 20px; }

.pages-custom-product-version1 .product-right .addtocart-wrapper .form-cart--changes .b2b-add-to-quote, .pages-custom-product-version3 .product-right .addtocart-wrapper .form-cart--changes .b2b-add-to-quote, .pages-product .product-right .addtocart-wrapper .form-cart--changes .b2b-add-to-quote {
  margin-top: 1rem; }

@media (min-width: 900px) {
  .pages-custom-product-version1 .features-container .feature, .pages-custom-product-version3 .features-container .feature, .pages-product .features-container .feature {
    width: 25%; }
  .pages-custom-product-version1 .obx-mobile, .pages-custom-product-version3 .obx-mobile, .pages-product .obx-mobile {
    display: none; }
  .pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons, .pages-product .obx-solution-section .obx-solution-section-inner .obx-solution-buttons {
    justify-content: flex-end; }
  .pages-custom-product-version1 #product-description, .pages-custom-product-version3 #product-description, .pages-product #product-description {
    border-top: none; }
  .pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner .obx-solution-text span, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner .obx-solution-text span, .pages-product .obx-solution-section .obx-solution-section-inner .obx-solution-text span {
    width: 100%;
    font-size: 24px;
    line-height: 29px; }
  .pages-custom-product-version1 .product--centred h2, .pages-custom-product-version3 .product--centred h2, .pages-product .product--centred h2 {
    line-height: 2rem; } }

@media (max-width: 450px) {
  .pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons, .pages-product .obx-solution-section .obx-solution-section-inner .obx-solution-buttons {
    flex-wrap: wrap; } }

@media (min-width: 450px) and (max-width: 899px) {
  .pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons, .pages-product .obx-solution-section .obx-solution-section-inner .obx-solution-buttons {
    flex-wrap: unset;
    justify-content: center; } }

.pages-custom-product-version1 #relatedItems, .pages-custom-product-version3 #relatedItems, .pages-product #relatedItems {
  position: relative;
  top: 55px; }

@media (max-width: 899px) {
  .pages-custom-product-version1 .product--centred h2, .pages-custom-product-version3 .product--centred h2, .pages-product .product--centred h2 {
    line-height: 2rem; }
  .pages-custom-product-version1 .features-container .feature .feature-heading, .pages-custom-product-version3 .features-container .feature .feature-heading, .pages-product .features-container .feature .feature-heading {
    font-size: 16px; }
  .pages-custom-product-version1 .features-container .feature .feature-text p, .pages-custom-product-version3 .features-container .feature .feature-text p, .pages-product .features-container .feature .feature-text p {
    font-size: 14px; }
  .pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner .obx-solution-text span, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner .obx-solution-text span, .pages-product .obx-solution-section .obx-solution-section-inner .obx-solution-text span {
    font-size: 20px;
    line-height: 24px;
    max-width: 260px; }
  .pages-custom-product-version1 .product-right div[data-product-attribute=set-rectangle] .rectangle-item, .pages-custom-product-version3 .product-right div[data-product-attribute=set-rectangle] .rectangle-item, .pages-product .product-right div[data-product-attribute=set-rectangle] .rectangle-item {
    padding: 6px 12px;
    margin-right: 6px; }
  .pages-custom-product-version1 .productTitle, .pages-custom-product-version3 .productTitle, .pages-product .productTitle {
    display: none; }
  .pages-custom-product-version1 .product-right .form-field, .pages-custom-product-version3 .product-right .form-field, .pages-product .product-right .form-field {
    padding-top: 20px; }
  .pages-custom-product-version1 .features-container .feature, .pages-custom-product-version3 .features-container .feature, .pages-product .features-container .feature {
    width: 50%; }
  .pages-custom-product-version1 .product-right.product-right-top, .pages-custom-product-version3 .product-right.product-right-top, .pages-product .product-right.product-right-top {
    padding-top: 50px; }
  .pages-custom-product-version1 .obx-desktop, .pages-custom-product-version3 .obx-desktop, .pages-product .obx-desktop {
    display: none; }
  .pages-custom-product-version1 .obx-solution-section.obx-mobile .obx-solution-section-inner, .pages-custom-product-version3 .obx-solution-section.obx-mobile .obx-solution-section-inner, .pages-product .obx-solution-section.obx-mobile .obx-solution-section-inner {
    flex-direction: column; }
  .pages-custom-product-version1 .obx-solution-section.obx-mobile .obx-solution-section-inner .obx-solution-text, .pages-custom-product-version3 .obx-solution-section.obx-mobile .obx-solution-section-inner .obx-solution-text, .pages-product .obx-solution-section.obx-mobile .obx-solution-section-inner .obx-solution-text {
    text-align: center;
    margin-bottom: 15px; }
  .pages-custom-product-version1 .obx-solution-section.obx-mobile, .pages-custom-product-version3 .obx-solution-section.obx-mobile, .pages-product .obx-solution-section.obx-mobile {
    padding: 20px;
    order: 5;
    margin: 30px 0;
    width: 100%; }
  .pages-custom-product-version1 .iconBar--mobile, .pages-custom-product-version3 .iconBar--mobile, .pages-product .iconBar--mobile {
    order: 5; }
  .pages-custom-product-version1 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a, .pages-custom-product-version3 .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a, .pages-product .obx-solution-section .obx-solution-section-inner .obx-solution-buttons a {
    width: 100%; } }

.pages-custom-product-version4 {
  /* Tip Wrapper - Modal Background */
  /* Tip Content - Modal Box */
  /* Close Button */
  /* Tip Body Images */ }
  .pages-custom-product-version4 div[data-product-option-change] {
    display: flex;
    flex-direction: column; }
  .pages-custom-product-version4 label[data-rect-type="Width"] {
    font-size: 0 !important; }
  .pages-custom-product-version4 label[data-rect-type="Width"]:before {
    content: "Width";
    font-size: 18px; }
  .pages-custom-product-version4 label[data-rect-type="Height"] {
    font-size: 0 !important; }
  .pages-custom-product-version4 label[data-rect-type="Height"]:before {
    content: "Height";
    font-size: 18px; }
  .pages-custom-product-version4 .form-field.form-field--hash label a img {
    display: none; }
  .pages-custom-product-version4 .accordion-block.accordion-color-selector {
    order: -1; }
  .pages-custom-product-version4 .body-product--custom .productViewCustom .product-right .productView-title {
    line-height: normal; }
  .pages-custom-product-version4 .form-action.form-cart--changes {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100% !important; }
  .pages-custom-product-version4 .addtocart-wrapper {
    width: 100%;
    margin-bottom: 0px !important; }
  .pages-custom-product-version4 input#form-action-addToCart {
    width: 100%; }
  .pages-custom-product-version4 .form-action.form-cart--changes > div {
    margin: 0; }
  .pages-custom-product-version4 .productView .custom-icons img {
    max-width: 100px; }
  .pages-custom-product-version4 .productView .custom-icons .custom-title {
    max-width: 186px;
    margin: auto; }
  .pages-custom-product-version4 .individual-desc > div {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    gap: 70px; }
  .pages-custom-product-version4 .individual-desc > div div {
    width: 50%; }
  .pages-custom-product-version4 .individual-desc .product-description {
    width: 100%;
    text-align: left !important; }
  .pages-custom-product-version4 .individual-desc {
    margin-bottom: 30px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .pages-custom-product-version4 .body-product--custom .need-help {
    display: none; }
  .pages-custom-product-version4 section.productView-details .individual-product--container {
    display: none; }
  .pages-custom-product-version4 section.productView-details .productView-options {
    margin-bottom: 0px !important; }
  .pages-custom-product-version4 section.productView-details .productView-info-value.productView-info-value--availability {
    display: none; }
  .pages-custom-product-version4 .productView-options {
    border-bottom: 0; }
  .pages-custom-product-version4 .features-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px; }
  .pages-custom-product-version4 .features-container .feature {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    text-align: center; }
  .pages-custom-product-version4 .productDescription {
    margin-top: 50px; }
  .pages-custom-product-version4 .productView {
    border-bottom: 0 !important; }
  .pages-custom-product-version4 .cta .cta-wrapper span {
    color: #222f4d;
    font-size: 24px;
    font-weight: 700;
    font-family: "Altform Bold";
    line-height: normal; }
  .pages-custom-product-version4 .cta .cta-wrapper {
    box-shadow: 3px 3px 25px #0000002e;
    padding: 3em;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    gap: 20px; }
  .pages-custom-product-version4 .cta .cta-wrapper .col {
    width: 50%; }
  .pages-custom-product-version4 .cta a.btn {
    font-family: "Altform Bold";
    font-size: 16px;
    font-weight: 700;
    padding: 0.7em 1.5em;
    border-radius: 4px;
    text-decoration: unset; }
  .pages-custom-product-version4 .cta a.btn.pink {
    background-color: #C273A7;
    color: #fff;
    border: 1px solid #c273a7; }
  .pages-custom-product-version4 a.btn.pink:hover {
    background-color: #fff;
    color: #c27da7; }
  .pages-custom-product-version4 .cta a.btn.clean {
    color: #222F4D;
    border: 1px solid #222F4D; }
  .pages-custom-product-version4 .cta a.btn.clean:hover {
    background-color: #222f4d;
    color: #fff; }
  .pages-custom-product-version4 .cta .cta-wrapper .col.right {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: flex-end; }
  .pages-custom-product-version4 .tip-wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000009c;
    z-index: 1000;
    justify-content: center;
    align-items: center; }
  .pages-custom-product-version4 .tip {
    background-color: #fff;
    padding: 40px 20px;
    max-width: 901px;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Altform Regular'; }
  .pages-custom-product-version4 .tip button.close {
    position: absolute;
    top: 5px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    color: #757575; }
  .pages-custom-product-version4 .tip .body img {
    max-width: 100%;
    height: auto;
    /* Responsive image scaling */
    display: block;
    margin-bottom: 15px; }
  .pages-custom-product-version4 .tip-wrapper .tip .container {
    display: flex;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
    padding-left: 3em;
    padding-right: 3em; }
  .pages-custom-product-version4 .tip-wrapper .tip .container .bar {
    height: 100%;
    width: 1px;
    min-height: 401px;
    background-color: #222f4d;
    display: block;
    position: relative; }
  .pages-custom-product-version4 .tip-wrapper .tip .container img {
    max-width: 300px; }
  .pages-custom-product-version4 .tip-wrapper .tip .container h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Montserrat';
    color: #222F4D;
    text-align: center; }
  .pages-custom-product-version4 .tip-wrapper .tip .container ul {
    color: #222F4D;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    line-height: normal;
    max-width: 300px; }
  .pages-custom-product-version4 .tip-wrapper .tip .container .body {
    display: flex;
    flex-direction: column;
    margin: 0;
    justify-content: center; }
  .pages-custom-product-version4 .tooltip span {
    font-size: 14px;
    line-height: normal;
    color: #222f4d;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
    font-family: 'Altform Regular'; }
  .pages-custom-product-version4 .tooltip span img {
    max-width: 15px;
    position: relative;
    top: -2px;
    cursor: pointer; }
  .pages-custom-product-version4 .overview-container .product-description .text-wrapper {
    width: 100%;
    text-align: left;
    padding: 0; }
  .pages-custom-product-version4 .overview-container .product-description .text-wrapper a h4 {
    text-align: left; }
  .pages-custom-product-version4 .overview-container .text-wrapper h4 {
    text-align: left; }
  .pages-custom-product-version4 .container > div > .cta {
    display: none; }
  .pages-custom-product-version4 .individual-product--container .text-wrapper .product-description {
    color: #222F4D; }
  .pages-custom-product-version4 .features-container .feature .feature-heading {
    color: #222F4D; }
  .pages-custom-product-version4 .features-container .feature .feature-text {
    color: #222F4D; }
  .pages-custom-product-version4 .features-container .feature .feature-image {
    background-color: #f0f4f8;
    border-radius: 50%; }
  .pages-custom-product-version4 .mb-container h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    font-family: 'Montserrat';
    color: #222F4D;
    text-align: center;
    margin-top: 19px;
    margin-bottom: 20px; }
  .pages-custom-product-version4 .mb-container ul {
    color: #222F4D;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    line-height: normal;
    max-width: 300px;
    margin-bottom: 55px;
    text-align: left; }
  .pages-custom-product-version4 .mb-container img {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .pages-custom-product-version4 .mb-container .body1 {
    text-align: center; }
  .pages-custom-product-version4 .mb-container div.active {
    background-color: #222f4d !important; }
  .pages-custom-product-version4 .mb-container div.next {
    background-color: #fff !important;
    border: 1px solid #222f4d; }
  .pages-custom-product-version4 label[data-select-type="# of Wall-Mount Brackets"]:after {
    content: "(Optional)";
    font-weight: 500 !important;
    font-size: 14px;
    font-family: 'Montserrat'; }
  .pages-custom-product-version4 .cta a.btn.pink {
    text-align: center; }
  .pages-custom-product-version4 .cta a.btn.clean {
    text-align: center; }
  @media only screen and (max-width: 1122px) {
    .pages-custom-product-version4 .productView .cta .cta-wrapper {
      flex-direction: column; }
    .pages-custom-product-version4 .productView .cta .cta-wrapper .col {
      width: 100%;
      text-align: center; }
    .pages-custom-product-version4 .productView .cta .cta-wrapper span {
      text-align: center; }
    .pages-custom-product-version4 .productView .cta .cta-wrapper .col.right {
      justify-content: center; } }
  @media only screen and (min-width: 901px) {
    .pages-custom-product-version4 .tip-wrapper .mb-container {
      display: none !important; }
    .pages-custom-product-version4 label[data-rect-type="Color"]:before {
      content: "Color";
      font-size: 18px; }
    .pages-custom-product-version4 label[data-rect-type="Color"] {
      font-size: 0 !important; } }
  @media only screen and (max-width: 900px) {
    .pages-custom-product-version4 .tip-wrapper .mb-container {
      display: flex !important; }
    .pages-custom-product-version4 .tip-wrapper .container {
      display: none !important; }
    .pages-custom-product-version4 .productView-images.product-left-middle.product-left .cta {
      display: none; }
    .pages-custom-product-version4 .container div > .cta {
      display: block; }
    .pages-custom-product-version4 .container div > .cta {
      display: flex;
      flex-direction: column-reverse;
      gap: 30px; }
    .pages-custom-product-version4 .container div > .cta ul {
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 215px;
      margin-left: auto;
      margin-right: auto; }
    .pages-custom-product-version4 .container div > .cta ul li {
      width: 100%;
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 20px; }
    .pages-custom-product-version4 .container div > .cta ul li img {
      max-width: 55px; }
    .pages-custom-product-version4 .container div > .cta ul li .custom-icon {
      padding: 0; }
    .pages-custom-product-version4 .container div > .cta ul li .custom-title {
      padding: 0; }
    .pages-custom-product-version4 .container div > .cta .cta-wrapper {
      flex-direction: column;
      padding: 27px 10px; }
    .pages-custom-product-version4 .container div > .cta .cta-wrapper .col {
      width: 100%;
      display: flex;
      align-items: center;
      align-content: center;
      flex-direction: column; }
    .pages-custom-product-version4 .container div > .cta .cta-wrapper span {
      text-align: center;
      font-size: 20px;
      max-width: 250px; }
    .pages-custom-product-version4 .container div > .cta .cta-wrapper .col.right {
      justify-content: center;
      flex-direction: row; }
    .pages-custom-product-version4 .productDescription {
      margin-top: 30px; }
    .pages-custom-product-version4 .individual-desc > div {
      flex-direction: column;
      gap: 20px; }
    .pages-custom-product-version4 .individual-desc > div div {
      width: 100%; }
    .pages-custom-product-version4 .individual-product--container .text-wrapper {
      padding: 0; }
    .pages-custom-product-version4 .individual-desc .product-description {
      text-align: center !important; }
    .pages-custom-product-version4 .overview-container .product-description .text-wrapper a h4 {
      text-align: center;
      font-size: 18px;
      margin-bottom: 0; }
    .pages-custom-product-version4 .individual-product--container .text-wrapper .product-description {
      font-size: 16px;
      line-height: normal;
      color: #222F4D; }
    .pages-custom-product-version4 .features-container {
      grid-template-columns: repeat(2, 1fr); }
    .pages-custom-product-version4 .features-container .feature .feature-heading {
      font-size: 16px; }
    .pages-custom-product-version4 .features-container .feature .feature-text {
      font-size: 14px; }
    .pages-custom-product-version4 .overview-container .text-wrapper h4 {
      text-align: center;
      font-size: 18px;
      margin-bottom: 0; }
    .pages-custom-product-version4 .individual-product--container .text-wrapper .product-description {
      font-size: 16px;
      line-height: normal;
      color: #222F4D; } }
  @media only screen and (min-width: 501px) {
    .pages-custom-product-version4 .mb-container ul {
      margin-left: auto;
      margin-right: auto; } }
  @media only screen and (max-width: 500px) {
    .pages-custom-product-version4 .features-container .feature .feature-image {
      max-width: 60px; }
    .pages-custom-product-version4 .cta a.btn {
      padding: 10px 13px; } }
  .pages-custom-product-version4 .productView-options form .productTitle {
    display: none; }
  .pages-custom-product-version4 section.productView-details > .itemImg {
    display: none; }

.recentlyViewed {
  padding-top: 1rem; }

.shoppableImage.panel.hotSpot-container.show {
  overflow: visible; }

.shoppableImage__img {
  margin: 0 auto; }

.shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item.is-open .hot-spot-link {
  width: 55px;
  height: 55px;
  animation: none; }

.shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .hot-spot-link {
  border: 4px solid rgba(43, 255, 152, 0.25);
  background: rgba(0, 135, 90, 0.75);
  background-clip: padding-box;
  animation: 1.5s linear infinite running flashing; }
  .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .hot-spot-link:hover {
    animation: none; }
  @media screen and (min-width: 551px) {
    .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .hot-spot-link {
      width: 45px;
      height: 45px; } }
  .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .hot-spot-link::after {
    background: #fff;
    width: 11px;
    height: 11px;
    animation: none; }

.shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu {
  width: 440px; }
  @media screen and (max-width: 750px) {
    .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu::before {
      display: none; } }
  @media screen and (max-width: 750px) {
    .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu {
      position: fixed;
      left: 50%;
      transform: translateX(-50%);
      max-width: 90vw; } }
  .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup {
    display: grid;
    align-items: center;
    grid-template-columns: 130px 1fr;
    gap: 0 30px; }
    @media screen and (max-width: 750px) {
      .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup {
        grid-template-columns: 1fr;
        gap: 5px; } }
    .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup img {
      grid-row: 1/4;
      grid-column: 1;
      align-self: center; }
      @media screen and (max-width: 750px) {
        .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup img {
          margin: 0 auto;
          grid-row: 1; } }
    .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup h4 {
      font-family: "Altform Bold";
      font-size: 1.14286rem;
      line-height: 1.85714rem;
      font-weight: 600; }
    .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup p {
      font-size: 1.42857rem;
      font-weight: 600; }
    .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup h4, .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup p {
      text-align: left; }
    .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup h4, .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup p, .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup a {
      grid-column: 2; }
      @media screen and (max-width: 750px) {
        .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup h4, .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup p, .shoppableImage.hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu .product-popup a {
          grid-column: 1; } }

@keyframes flashing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

.solution-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (min-width: 551px) {
    .solution-wrapper {
      justify-content: space-around; } }
  @media (min-width: 901px) {
    .solution-wrapper {
      justify-content: space-between; } }
  .solution-wrapper .solution-outer {
    min-width: 175px;
    min-height: 138px;
    width: 90%; }
    @media (min-width: 551px) {
      .solution-wrapper .solution-outer {
        width: 40%; } }
    @media (min-width: 901px) {
      .solution-wrapper .solution-outer {
        width: 25%; } }
    .solution-wrapper .solution-outer .solution-part {
      border: 1px solid #e7e7e7;
      margin: 1rem;
      width: auto;
      height: auto;
      position: relative;
      overflow: hidden; }
      .solution-wrapper .solution-outer .solution-part .solution-image {
        width: 100%;
        height: auto; }

.solution-icon {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  transition: 0.01s;
  fill: white; }

.solution-icon path {
  transition-delay: 0.5s;
  transition: 0.5s; }

.solution-part:hover .solution-icon path, .solution-part:active .solution-icon path {
  d: path("M0,0C0,0,0,38,0,38C0,38,90,58,90,58C90,58,180.5,38,180.5,38C180.5,38,180,0,180,0C180,0,0,0,0,0C0,0,0,0,0,0") !important;
  d: "M0,0C0,0,0,38,0,38C0,38,90,58,90,58C90,58,180.5,38,180.5,38C180.5,38,180,0,180,0C180,0,0,0,0,0C0,0,0,0,0,0";
  transition-delay: 1s;
  transition: 0.5s; }

.solution-outer:hover .solution-icon, .solution-outer:active .solution-icon {
  height: 170%;
  transition: 0.01s; }

.solution-part a .view-btn {
  transform: translateY(-250%) translateX(-50%) scale(0.25); }

.view-btn {
  position: absolute;
  padding: 2px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: opacity 0.3s,transform 0.3s;
  font-size: 18px;
  font-weight: bolder;
  top: 50%;
  left: 50%;
  border: 2px solid #5d96ca;
  background: white;
  color: #5d96ca;
  opacity: 0;
  z-index: 7; }

.solution-part:hover .view-btn, .solution-part:active .view-btn {
  opacity: 1;
  transform: translateY(-50%) translateX(-50%) scale(1); }

.icon-header {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  transform: translateY(5px);
  width: 100%; }
  @media (min-width: 551px) {
    .icon-header {
      font-size: 0.71429rem; } }
  @media (min-width: 901px) {
    .icon-header {
      font-size: 0.64286rem; } }
  @media (min-width: 1261px) {
    .icon-header {
      font-size: 1rem; } }

.solution-part:hover .icon-header, .solution-part:active .icon-header {
  transition: 0.5s;
  animation-name: iconheader;
  animation-duration: 0.25s; }

.heading-container .heading {
  font-family: "Montserrat"; }

@keyframes iconheader {
  0% {
    transform: translateY(0px); }
  25% {
    transform: translateY(-50px); }
  50% {
    transform: translateY(-25px); }
  75% {
    transform: translateY(10px); }
  80% {
    transform: translateY(15px); }
  85% {
    transform: translateY(20px); }
  90% {
    transform: translateY(15px); }
  95% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }

.blogs-container {
  margin: 4rem 0; }

.blogs-heading {
  color: #365276;
  font-size: 2.57143rem;
  font-family: "Montserrat";
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem; }

.blogs {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 4rem; }
  .blogs .blog {
    border: none;
    padding-top: 0;
    width: 100%;
    max-width: 400px;
    margin: 0 auto; }
    @media (min-width: 551px) {
      .blogs .blog {
        width: 50%; } }
    @media (min-width: 1000px) {
      .blogs .blog {
        width: 25%; } }
    .blogs .blog + .blog {
      margin-top: 0; }
    .blogs .blog:not(:last-child) {
      margin-bottom: 4rem; }
    .blogs .blog .blog-post-figure {
      width: 185px;
      height: 125px; }
      .blogs .blog .blog-post-figure .blog-thumbnail {
        height: 100%;
        width: 100%;
        margin: 0; }
        .blogs .blog .blog-post-figure .blog-thumbnail a {
          display: block;
          height: 100%;
          width: 100%; }
          .blogs .blog .blog-post-figure .blog-thumbnail a img {
            height: 100%;
            width: 100%; }
    .blogs .blog .blog-post-body {
      width: 80%; }
      .blogs .blog .blog-post-body .title {
        position: relative;
        font-size: 1.1rem;
        padding: 0.5rem;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: "Abel";
        font-size: 1.14286rem;
        font-weight: 700;
        color: #333333; }
      .blogs .blog .blog-post-body .blog-post-summary {
        font-family: "Abel";
        font-size: 1.07143rem;
        margin-bottom: 1.5rem; }
      .blogs .blog .blog-post-body .button--blog {
        background-color: white;
        color: black;
        border-radius: 0;
        border: 0.07143rem solid black;
        font-family: "Abel";
        text-transform: uppercase; }
        .blogs .blog .blog-post-body .button--blog:hover {
          color: #95bfe6;
          border: 0.07143rem solid #95bfe6; }

.sidebarBlock {
  font-family: "Abel"; }
  .sidebarBlock .sidebarBlock-heading {
    font-family: "Abel";
    font-size: 1.21429rem;
    text-transform: uppercase; }

.sidebar-title-main {
  font-size: 1.78571rem;
  font-family: "Montserrat";
  width: 80%; }
  .sidebar-title-main h2 {
    font-weight: 600;
    margin-top: 0.2rem; }

.sidebar-sub {
  text-transform: uppercase;
  border-top: 1px solid #c5c5c6;
  border-bottom: 1px solid #c5c5c6;
  padding-top: 1rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .sidebar-sub h2 {
    font-size: 1.07143rem;
    font-weight: 600;
    margin-top: 1.42857rem;
    margin-bottom: 1.42857rem; }

@media (min-width: 901px) {
  .page-sidebar {
    width: 22%; } }

.product-banner-container img {
  width: 100%;
  height: auto;
  border-radius: 10px; }
  @media (min-width: 901px) {
    .product-banner-container img {
      border-radius: 25px; } }

.heading-below-banner {
  text-align: left;
  font-weight: 500;
  margin-bottom: 0; }

.product-list-sorting {
  display: flex;
  justify-content: flex-end; }
  .product-list-sorting .actionBar {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    text-transform: uppercase;
    font-weight: 600;
    border: none; }
    .product-list-sorting .actionBar .form-label {
      color: black; }
    .product-list-sorting .actionBar .form-select--small {
      text-transform: uppercase; }
  .product-list-sorting .sorting-icons {
    float: left;
    margin-right: 25px; }
    .product-list-sorting .sorting-icons .icon-list {
      width: 2.2rem;
      height: 2.2rem;
      margin-right: 0.5rem;
      fill: #95bfe6; }
      .product-list-sorting .sorting-icons .icon-list:hover {
        cursor: pointer; }
    .product-list-sorting .sorting-icons .icon-grid {
      width: 1.9rem;
      height: 1.9rem;
      fill: #95bfe6; }
      .product-list-sorting .sorting-icons .icon-grid:hover {
        cursor: pointer; }

.card-body .card-title {
  font-size: 1.14286rem;
  font-family: "Abel"; }

.card-body .card-price-review-container .card--price {
  font-weight: 600;
  font-family: "Montserrat";
  font-size: 1.28571rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .card-body .card-price-review-container .card--price .price-text {
    font-weight: 100;
    font-size: 1rem;
    font-family: "Abel"; }

.card-body .card-price-review-container .card--rating .rating--small .icon--ratingFull svg {
  fill: #95bfe6;
  stroke: #95bfe6;
  stroke-width: 2px; }

.card-body .card-price-review-container .card--rating .rating--small .icon--ratingEmpty svg {
  fill: white;
  stroke: #95bfe6;
  stroke-width: 2px; }

.product-listing-section {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  margin-bottom: 4rem; }
  @media (min-width: 901px) {
    .product-listing-section {
      margin-bottom: auto; } }
  .product-listing-section .product-listing-text {
    width: 100%;
    margin-bottom: 2rem; }
    @media (min-width: 901px) {
      .product-listing-section .product-listing-text {
        width: 48%;
        margin-bottom: 0; } }
    .product-listing-section .product-listing-text .product-listing-header {
      padding-top: 1rem;
      font-family: "Montserrat";
      color: #97c1e7; }
      .product-listing-section .product-listing-text .product-listing-header h3 {
        font-size: 1.28571rem;
        margin-top: 0;
        font-family: "Montserrat";
        color: #97c1e7;
        font-weight: 600; }
        @media (min-width: 1261px) {
          .product-listing-section .product-listing-text .product-listing-header h3 {
            font-size: 25px; } }
    .product-listing-section .product-listing-text .product-listing-description {
      font-size: 0.92857rem;
      font-family: "Abel"; }
      .product-listing-section .product-listing-text .product-listing-description a {
        color: #93bee6; }
  .product-listing-section .product-listing-image {
    width: 100%; }
    @media (min-width: 901px) {
      .product-listing-section .product-listing-image {
        width: 50%; } }
    .product-listing-section .product-listing-image .info-image {
      width: 100%; }
  .product-listing-section div#text-one {
    order: 1; }
    @media (min-width: 901px) {
      .product-listing-section div#text-one {
        order: 1; } }
  .product-listing-section div#image-one {
    order: 2; }
    @media (min-width: 901px) {
      .product-listing-section div#image-one {
        order: 2; } }
  @media (min-width: 901px) {
    .product-listing-section div#text-two {
      order: 2; } }
  @media (min-width: 901px) {
    .product-listing-section div#image-two {
      order: 1; } }
  .product-listing-section div#text-three {
    order: 1; }
    @media (min-width: 901px) {
      .product-listing-section div#text-three {
        order: 1; } }
  .product-listing-section div#image-three {
    order: 2; }
    @media (min-width: 901px) {
      .product-listing-section div#image-three {
        order: 2; } }
  .product-listing-section div#text-four {
    order: 1; }
    @media (min-width: 901px) {
      .product-listing-section div#text-four {
        order: 2; } }
  .product-listing-section div#image-four {
    order: 2; }
    @media (min-width: 901px) {
      .product-listing-section div#image-four {
        order: 1; } }
  .product-listing-section div#text-five {
    order: 1; }
    @media (min-width: 901px) {
      .product-listing-section div#text-five {
        order: 1; } }
  .product-listing-section div#image-five {
    order: 2; }
    @media (min-width: 901px) {
      .product-listing-section div#image-five {
        order: 2; } }

.space-saving-container .ss-header {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3rem; }
  .space-saving-container .ss-header h3 {
    margin-top: 0;
    font-family: "Montserrat";
    color: #97c1e7;
    font-weight: 600; }

.space-saving-container .ss-part-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .space-saving-container .ss-part-wrapper .ss-part {
    width: 45%; }
    @media (min-width: 551px) {
      .space-saving-container .ss-part-wrapper .ss-part {
        width: 20%; } }
    .space-saving-container .ss-part-wrapper .ss-part .ss-part-link {
      text-decoration: none;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .space-saving-container .ss-part-wrapper .ss-part .ss-part-link .ss-image-text {
        text-transform: uppercase;
        text-align: center;
        margin-top: 1rem;
        font-weight: 600;
        color: #97c1e7; }

.page-sidebar + .page-content .grid-change {
  margin-top: 5rem; }
  .page-sidebar + .page-content .grid-change .product {
    width: 100%;
    margin-bottom: 5rem; }
    .page-sidebar + .page-content .grid-change .product .card {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: top; }
      .page-sidebar + .page-content .grid-change .product .card .card-figure {
        width: 45%; }
        .page-sidebar + .page-content .grid-change .product .card .card-figure .card-img-container:after {
          padding-bottom: 60%; }
      .page-sidebar + .page-content .grid-change .product .card .card-body {
        width: 45%; }

@media (min-width: 901px) {
  .container {
    padding-top: 0; } }

#SideCategoryRefinements h2.open {
  font-size: 0; }

#SideCategoryRefinements h2.open:after {
  content: 'Filters';
  font-size: 16px; }

.card-figcaption-body-hover {
  width: 100%;
  height: 97%; }
  @media (min-width: 901px) {
    .card-figcaption-body-hover {
      height: 12rem; } }
  @media (min-width: 1261px) {
    .card-figcaption-body-hover {
      height: 78%; } }

.hover-image {
  object-fit: cover;
  height: 100%;
  width: 100%; }

.card-img-container:after {
  padding-bottom: 69%; }

.card-img-container img {
  height: 28vw; }
  @media (min-width: 551px) {
    .card-img-container img {
      height: 19vw; } }
  @media (min-width: 901px) {
    .card-img-container img {
      height: 10.7vw !important; } }
  @media (min-width: 1261px) {
    .card-img-container img {
      height: 9.7vw !important; } }
  @media (min-width: 1730px) {
    .card-img-container img {
      height: 185px !important; } }

.card-image {
  width: 60%; }
  @media (min-width: 1261px) {
    .card-image {
      width: 100%; } }

@media (min-width: 901px) {
  .card-figure img {
    height: 10rem; } }

.card-price-review-container {
  display: flex;
  justify-content: space-around; }
  .card-price-review-container .sr-only {
    display: none !important; }
  .card-price-review-container .review-container-text {
    font-family: "Abel";
    font-size: 1.2rem; }

.no--space {
  margin-top: -3rem; }

.card-body .card-title {
  text-align: center;
  min-height: 3.28571rem; }

.card-body .category-reviews-container {
  display: flex;
  justify-content: center; }

.card-figure {
  text-align: center; }

.card-body .yotpo div, .card-body .yotpo span, .card-body .yotpo p, .card-body .yotpo a, .card-body .yotpo img, .card-body .yotpo i, .card-body .yotpo strong, .card-body .yotpo sup, .card-body .yotpo ul, .card-body .yotpo li, .card-body .yotpo form, .card-body .yotpo label {
  display: flex;
  justify-content: center; }

.price-section::before {
  content: 'Starting At';
  margin-right: 3.57143rem; }

.card--price .price-section::before {
  display: none; }

.card-text {
  display: flex;
  justify-content: center; }

.space-placeholder {
  display: none; }
  @media (min-width: 901px) {
    .space-placeholder {
      display: block;
      visibility: hidden; } }

.region-below-product-grid {
  clear: both; }

.main-blog-page .socialLinks .icon svg {
  fill: #404040; }
  .main-blog-page .socialLinks .icon svg:hover, .main-blog-page .socialLinks .icon svg:active {
    fill: #5d96ca; }

.main-blog-page .tag {
  border-top: 0.14286rem solid #95bfe6;
  border-bottom: 0.14286rem solid #95bfe6;
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 0.85714rem; }

.main-blog-page .blog-post-figure {
  width: 100%; }
  @media (min-width: 551px) {
    .main-blog-page .blog-post-figure {
      width: 40%; } }
  .main-blog-page .blog-post-figure .blog-thumbnail {
    max-width: 100%; }
    @media (min-width: 551px) {
      .main-blog-page .blog-post-figure .blog-thumbnail {
        max-width: 70%; } }
    @media (min-width: 901px) {
      .main-blog-page .blog-post-figure .blog-thumbnail {
        max-width: 80%; } }
    @media (min-width: 1261px) {
      .main-blog-page .blog-post-figure .blog-thumbnail {
        max-width: 100%; } }
    .main-blog-page .blog-post-figure .blog-thumbnail img {
      object-fit: fill; }

.main-blog-page .blog-post-body .blog-header .blog-title {
  text-align: left;
  margin-left: 0;
  font-size: 1.28571rem;
  font-family: "Abel"; }
  .main-blog-page .blog-post-body .blog-header .blog-title a {
    color: black; }
    .main-blog-page .blog-post-body .blog-header .blog-title a:hover {
      color: #5d96ca; }

.main-blog-page .blog-post-body .blog-header .blog-date {
  text-align: left;
  font-family: "Abel"; }

.main-blog-page .blog-post-body .blog-post {
  font-family: "Abel";
  font-size: 1.14286rem;
  line-height: 1.21429rem; }
  .main-blog-page .blog-post-body .blog-post .blog-block {
    margin-top: 1.4rem; }
  .main-blog-page .blog-post-body .blog-post .button--blog {
    background-color: white;
    color: black;
    border-radius: 0;
    border: 0.07143rem solid black;
    text-decoration: none;
    font-family: "Abel";
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    font-size: 1rem; }
    @media (min-width: 551px) {
      .main-blog-page .blog-post-body .blog-post .button--blog {
        padding: 0.755rem 1.5rem; } }
    .main-blog-page .blog-post-body .blog-post .button--blog:hover {
      color: #95bfe6;
      border: 0.07143rem solid #95bfe6; }

.single--post .blog-header {
  text-align: left;
  margin-left: 0; }
  .single--post .blog-header .blog-title {
    margin-left: 0;
    font-weight: 500;
    font-size: 1.78571rem; }
    .single--post .blog-header .blog-title a {
      color: black; }
      .single--post .blog-header .blog-title a:hover {
        color: #5d96ca; }
  .single--post .blog-header .blog-date {
    text-align: left;
    margin-left: 0;
    font-family: "Montserrat";
    margin-bottom: 0; }

.single--post .blog-post-figure {
  width: 90%;
  margin-left: 0; }
  .single--post .blog-post-figure .blog-thumbnail {
    margin-left: 0; }

.single--post .blog-post-body {
  width: 90%;
  margin-left: 0; }

.single--post .blog-info-container {
  display: block;
  align-items: top;
  width: 100%;
  justify-content: start;
  height: auto;
  margin-bottom: 2rem;
  align-items: center; }
  @media (min-width: 551px) {
    .single--post .blog-info-container {
      display: flex; } }
  .single--post .blog-info-container .blog-date-cont {
    margin-right: 1rem; }
  .single--post .blog-info-container .tags-cont {
    margin: 1rem 0rem; }
    @media (min-width: 551px) {
      .single--post .blog-info-container .tags-cont {
        margin-right: 1rem; } }
    .single--post .blog-info-container .tags-cont .tags {
      margin-top: 0;
      text-align: left;
      margin-bottom: 0; }
  @media (min-width: 551px) {
    .single--post .blog-info-container .blog-post-social {
      margin-left: 1rem; } }
  .single--post .blog-info-container .blog-post-social .addthis_toolbox {
    margin-top: 0; }
    .single--post .blog-info-container .blog-post-social .addthis_toolbox .socialLinks {
      text-align: left; }

@media (min-width: 551px) {
  .blog--page .main-blog-page {
    display: flex; } }

.account-buttons, .account .form-actions [data-wishlist-delete], .panel--address .form-actions .button + .button, .form-actions a.button {
  padding: 20px 25px;
  font-family: "Altform";
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 1.14286rem;
  font-weight: 600;
  border-color: #c273a7;
  color: #c273a7; }
  .account-buttons:hover, .account .form-actions :hover[data-wishlist-delete], .panel--address .form-actions .button + .button:hover, .form-actions a.button:hover {
    background-color: #c273a7;
    color: #FFFFFF; }

.account--headings {
  font-family: "Altform";
  font-weight: 600; }

.navBar--account {
  display: block; }
  .navBar--account .navBar-section .navBar-item {
    font-family: "Altform Regular"; }
    .navBar--account .navBar-section .navBar-item.navBar-item--wishlist.is-active a {
      color: #3399cc; }
  .navBar--account .navBar-section .is-active {
    color: #3399cc;
    border-color: #3399cc; }

.account {
  font-family: "Altform";
  font-weight: 500; }
  @media (min-width: 551px) {
    .account {
      padding-top: 3rem; } }
  .account .form-actions a.button.button-primary, .account .form-actions a.button.button--primary {
    color: white; }
  .account .form-actions .button {
    padding: 10px 20px !important; }
  .account .table-actions.ae-edit .form {
    margin-top: 0; }
  .account .page-heading {
    font-family: "Altform";
    font-weight: 600; }
  .account .navBar-section .navBar-item {
    font-family: "Altform Regular"; }
    .account .navBar-section .navBar-item .navBar-action {
      font-family: "Altform Regular"; }
  .account .navBar-section .is-active {
    color: #3399cc;
    border-color: #3399cc; }
  .account .form-label {
    font-family: "Altform Regular";
    font-size: 1.1rem; }
  .account .account--customization .product .card-body .card-title {
    font-family: "Altform Regular";
    font-size: 1.2rem; }
  .account .account--customization .product .card-body .card-text .rating--small .icon--ratingFull svg {
    fill: #95bfe6;
    stroke: #95bfe6;
    stroke-width: 2px; }
  .account .account--customization .product .card-body .card-text .rating--small .icon--ratingEmpty svg {
    fill: white;
    stroke: #95bfe6;
    stroke-width: 2px; }

@media (min-width: 901px) {
  .account--login, .account--logout {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1261px) {
  .account--login, .account--logout {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

@media (min-width: 901px) {
  .account--logout {
    font-size: 0.71429rem; } }

@media (min-width: 901px) {
  .account--cart {
    padding-left: 0.1rem;
    padding-right: 0.1rem; } }

@media (min-width: 1261px) {
  .account--cart {
    padding-left: 0.5rem;
    padding-right: 0.5rem; } }

.login-form {
  margin-top: 1.5rem; }
  .login-form .form-actions {
    align-items: center;
    display: flex;
    justify-content: center; }

.account--crumbs {
  font-family: "Altform";
  font-weight: 500; }

.account {
  padding: 0; }
  .account .form {
    margin-top: 50px; }
    .account .form .form-label {
      font-weight: 500; }

.navBar--sub {
  margin-bottom: 20px; }
  .navBar--sub .navBar-item {
    color: #798190; }
    .navBar--sub .navBar-item a {
      color: inherit; }
    .navBar--sub .navBar-item.is-active {
      font-weight: 700;
      border: none; }
      .navBar--sub .navBar-item.is-active a {
        text-decoration: underline; }

.type-account_addressbook .alertBox {
  margin-bottom: 30px; }

.panel--address .button--small {
  text-transform: uppercase;
  font-family: "Altform Regular"; }

.panel--address .address-title {
  font-weight: 600; }

.panel--address .form-actions .button + .button {
  background-color: #FFFFFF; }

.type-cart .footer-newsletter {
  display: none; }

.type-cart .b2b-cart-to-quote.b2b-cart-to-quote--custom {
  position: relative; }
  .type-cart .b2b-cart-to-quote.b2b-cart-to-quote--custom::before {
    position: absolute;
    background-image: url("../icons/money-icon.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 1.42857rem;
    width: 1.42857rem;
    left: 2rem; }
    @media (min-width: 551px) {
      .type-cart .b2b-cart-to-quote.b2b-cart-to-quote--custom::before {
        left: 4rem; } }
  @media (max-width: 400px) {
    .type-cart .b2b-cart-to-quote.b2b-cart-to-quote--custom {
      font-size: 1rem; } }

.mobile-header-cta .cart-total {
  display: flex;
  align-items: center; }
  .mobile-header-cta .cart-total .cart-total-label {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Altform Regular';
    padding-left: 15px; }
  .mobile-header-cta .cart-total .cart-total-value {
    color: #333333;
    font-family: "Altform Regular";
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 23px;
    padding: 0; }

.mobile-header-cta .btn-checkout--main {
  text-transform: uppercase;
  font-family: 'Altform Regular';
  font-size: 14px;
  padding: 14px 8px;
  margin-bottom: 2rem;
  background-color: #FFC439;
  border: none;
  letter-spacing: 0.175rem;
  color: black;
  text-transform: uppercase;
  border: #FFC439;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700; }
  .mobile-header-cta .btn-checkout--main:hover {
    background-color: #FFC439 !important;
    color: #000 !important;
    border: #FFC439 !important; }
  .mobile-header-cta .btn-checkout--main .checkout-lock {
    width: 15px;
    margin-right: 15px; }
  @media (max-width: 400px) {
    .mobile-header-cta .btn-checkout--main {
      font-size: 14px; } }

@media (min-width: 1024px) {
  .mobile-header-cta {
    display: none; } }

.cart-container {
  font-family: "Altform Regular";
  justify-content: space-between; }
  @media (min-width: 551px) {
    .cart-container {
      display: flex; } }
  .cart-container .cart--heading {
    font-family: inherit;
    font-size: 1.07143rem;
    text-align: left;
    width: 100%;
    margin-bottom: 0.5rem; }
    @media (min-width: 551px) {
      .cart-container .cart--heading {
        width: 50%;
        margin-bottom: 2rem; } }
    .cart-container .cart--heading .cart-header {
      font-size: 1.78571rem;
      font-weight: 600; }
      @media (max-width: 899px) {
        .cart-container .cart--heading .cart-header {
          display: flex;
          align-items: center;
          font-size: 1.28571rem; }
          .cart-container .cart--heading .cart-header .cart-header-span {
            margin-left: 10px; } }
  .cart-container .cart-heading-btns {
    display: flex;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
    font-family: "Altform"; }
    @media (min-width: 551px) {
      .cart-container .cart-heading-btns {
        justify-content: flex-end;
        width: 50%; } }
    @media (max-width: 899px) {
      .cart-container .cart-heading-btns .button.continue-shopping-btn {
        margin-bottom: 25px; } }
    .cart-container .cart-heading-btns .btn--shopping {
      font-family: inherit;
      padding: 0.35714rem 0.71429rem;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 1rem;
      background-color: #c273a7;
      border-color: #c273a7;
      color: white; }
      @media (min-width: 551px) {
        .cart-container .cart-heading-btns .btn--shopping {
          padding: 0.71429rem 1.07143rem;
          font-size: 1.14286rem; } }
      .cart-container .cart-heading-btns .btn--shopping svg {
        margin-left: 0.3rem;
        margin-right: 0.3rem;
        fill: white;
        margin-bottom: 0.14286rem; }
      .cart-container .cart-heading-btns .btn--shopping:hover svg {
        fill: #c273a7; }
    .cart-container .cart-heading-btns .btn--checkout {
      font-family: inherit;
      font-size: 1.14286rem;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 0.35714rem 0.71429rem;
      background-color: white;
      border-color: #c273a7;
      color: #c273a7;
      text-transform: uppercase; }
      .cart-container .cart-heading-btns .btn--checkout:hover {
        background-color: #c273a7 !important;
        color: white !important; }
        .cart-container .cart-heading-btns .btn--checkout:hover svg {
          fill: white; }
      @media (min-width: 551px) {
        .cart-container .cart-heading-btns .btn--checkout {
          padding: 0.71429rem 1.07143rem;
          font-size: 1.14286rem; } }
      .cart-container .cart-heading-btns .btn--checkout svg {
        margin-left: 0.3rem;
        margin-right: 0.3rem;
        margin-bottom: 0.14286rem;
        fill: #c273a7; }

.cart {
  font-family: "Altform Regular";
  display: flex;
  flex-direction: column; }
  .cart .cart-item-name {
    font-family: inherit;
    display: block; }
  .cart .cart-remove--changes {
    margin-left: 0; }
  .cart .cart-header {
    display: block;
    width: 100%;
    border-top: 1px solid #e5e5e5; }
    @media (max-width: 899px) {
      .cart .cart-header {
        display: none; } }
    .cart .cart-header > div {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between; }
    .cart .cart-header .cart-header-item {
      margin: 0; }
      .cart .cart-header .cart-header-item:last-child {
        text-align: left;
        width: 15%; }
  .cart .cart-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%; }
    @media (max-width: 549px) {
      .cart .cart-item {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 2fr;
        grid-template-rows: 2fr 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 5px;
        position: relative;
        padding-top: 20px; }
        .cart .cart-item > div:nth-child(3), .cart .cart-item > div:nth-child(4) {
          display: none; } }
    @media (min-width: 550px) and (max-width: 899px) {
      .cart .cart-item {
        padding-left: 0; } }
    .cart .cart-item.totalSalePrice .cart--price {
      display: flex;
      flex-direction: column; }
      .cart .cart-item.totalSalePrice .cart--price .price--red {
        color: #c00; }
    .cart .cart-item .cart-item-figure {
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 15%; }
      @media (min-width: 550px) and (max-width: 899px) {
        .cart .cart-item .cart-item-figure {
          width: 20%; } }
      @media (max-width: 549px) {
        .cart .cart-item .cart-item-figure {
          height: 150px;
          align-items: flex-start;
          width: 100%; } }
    .cart .cart-item .cart-item-title {
      width: 60%;
      display: flex;
      flex-direction: column;
      margin: 0; }
      .cart .cart-item .cart-item-title .product-sku {
        display: none; }
      .cart .cart-item .cart-item-title .product-availble {
        display: none; }
      @media (max-width: 549px) {
        .cart .cart-item .cart-item-title {
          width: 100%; }
          .cart .cart-item .cart-item-title .cart-item-name__label {
            font-size: 1.1rem; }
          .cart .cart-item .cart-item-title .product-sku {
            display: block;
            color: #798190;
            margin: 10px 0; }
          .cart .cart-item .cart-item-title .product-availble {
            display: block;
            margin: 0; } }
      @media (min-width: 1024px) and (max-width: 1200px) {
        .cart .cart-item .cart-item-title {
          padding-left: 1rem; } }
      @media (max-width: 549px) {
        .cart .cart-item .cart-item-title .form-increment {
          position: absolute;
          left: 0;
          top: 45%;
          margin: 0;
          display: flex;
          justify-content: center;
          width: 35%; } }
      @media (min-width: 768px) and (max-width: 899px) {
        .cart .cart-item .cart-item-title .form-increment {
          margin: 0; } }
    .cart .cart-item > .cart-item-block.cart-item-info:last-child {
      width: 15%;
      text-align: left; }
      @media (min-width: 1024px) and (max-width: 1200px) {
        .cart .cart-item > .cart-item-block.cart-item-info:last-child {
          width: 20%; } }
      @media (max-width: 549px) {
        .cart .cart-item > .cart-item-block.cart-item-info:last-child {
          width: 100%; }
          .cart .cart-item > .cart-item-block.cart-item-info:last-child .cart-item-value {
            padding: 0; } }

.cart--stat {
  font-family: inherit; }
  .cart--stat:nth-child(2n-1) {
    text-transform: uppercase; }

.cart--edit {
  font-size: 0.85714rem;
  text-transform: uppercase;
  padding: 0.71429rem 1.78571rem;
  margin-bottom: 0;
  margin-top: 1rem;
  float: left; }

.cart--des {
  padding-left: 3rem; }

.cart--image {
  margin-top: 2rem; }

.cart--price {
  font-size: 1.28571rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px; }

.cart-item--align {
  vertical-align: top;
  padding-top: 1.42857rem; }

.cart-btn-container .button {
  letter-spacing: 0.175rem; }

@media (min-width: 1024px) {
  .cart-totals-checkout-buttons .mobile-checkout-button {
    display: none; } }

.cart-totals-checkout-buttons .mobile-checkout-button .btn-checkout--main {
  text-transform: uppercase;
  font-family: 'Altform Regular';
  font-size: 1.28571rem;
  padding: 1.21429rem 0.71429rem;
  margin-bottom: 2rem;
  background-color: #FFC439;
  border: none;
  letter-spacing: 0.175rem;
  color: black;
  text-transform: uppercase;
  border: #FFC439;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700; }
  .cart-totals-checkout-buttons .mobile-checkout-button .btn-checkout--main:hover {
    background-color: #FFC439 !important;
    color: #000 !important;
    border: #FFC439 !important; }
  .cart-totals-checkout-buttons .mobile-checkout-button .btn-checkout--main .checkout-lock {
    width: 15px;
    margin-right: 15px; }
  @media (max-width: 400px) {
    .cart-totals-checkout-buttons .mobile-checkout-button .btn-checkout--main {
      font-size: 14px; } }

.cart-actions .btn-checkout--main,
.cart-actions .b2b-cart-to-quote--custom {
  text-transform: uppercase;
  font-family: 'Altform Regular';
  font-size: 1.28571rem;
  padding: 1.21429rem 0.71429rem;
  margin-bottom: 1rem;
  border: none;
  letter-spacing: 0.175rem;
  color: black;
  text-transform: uppercase;
  border: #FFC439;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700; }
  .cart-actions .btn-checkout--main .checkout-lock,
  .cart-actions .b2b-cart-to-quote--custom .checkout-lock {
    width: 15px;
    margin-right: 15px; }

.cart-actions .btn-checkout--main {
  background-color: #FFC439; }
  .cart-actions .btn-checkout--main:hover {
    background-color: #FFC439 !important;
    color: #000 !important;
    border: #FFC439 !important; }

.cart-actions .b2b-cart-to-quote--custom {
  background-color: transparent !important; }

@media (max-width: 899px) {
  .cart-actions .button {
    display: none; } }

.cart-totals .cart-total .cart-total-label {
  font-family: 'Altform Regular';
  text-transform: uppercase;
  color: gray;
  font-size: 1.14286rem;
  letter-spacing: 0;
  line-height: 19px; }
  @media (max-width: 899px) {
    .cart-totals .cart-total .cart-total-label {
      font-size: 1rem; } }

.cart-totals .cart-total .cart-total-value {
  font-family: 'Altform Regular';
  font-weight: 700;
  font-size: 1.14286rem;
  letter-spacing: 0;
  line-height: 17px; }
  @media (max-width: 899px) {
    .cart-totals .cart-total .cart-total-value {
      font-size: 1rem; } }

.cart-totals .cart-total .final-total--label {
  font-family: 'Altform Regular';
  font-size: 1.42857rem;
  padding: 1.8rem 0; }

.cart-totals .cart-total .final-total--value {
  font-size: 1.57143rem;
  padding: 1.8rem 0;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 26px; }

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

.cart-remove--changes {
  padding: 0.5rem 1.42857rem;
  border-radius: 4px;
  margin-top: 1rem;
  margin-left: 0.75rem;
  float: left;
  height: auto;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
  font-family: inherit;
  background-color: white;
  color: black;
  border: 0.07143rem solid black; }
  .cart-remove--changes:hover {
    border-color: #95bfe6;
    color: #95bfe6; }

.cart--spacing {
  padding-top: 1.8rem; }

.increment--size {
  font-size: 1.42857rem; }

.cart-header-item {
  text-transform: uppercase;
  font-family: inherit;
  font-weight: 500;
  border-top: 1px solid #e5e5e5;
  padding-top: 1.07143rem; }

.cart-item-figure {
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      width: 33.33333333%; } }
  @media (min-width: 901px) {
    .cart-item-figure {
      width: 20%; } }

.cart-item-name a {
  text-decoration: none;
  font-family: inherit;
  font-size: 1.21429rem; }

.cart-item-name:hover a {
  color: #3399cc; }

.or-use-label {
  display: none; }

.previewCartCheckout-additionalCheckoutButtons {
  margin-top: 25px; }

.cart-below-items {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media (min-width: 551px) {
    .cart-below-items {
      flex-direction: row; } }
  @media (min-width: 1024px) {
    .cart-below-items {
      display: none; } }
  .cart-below-items .custom-icons {
    flex-wrap: wrap;
    width: 100%;
    order: 2;
    margin-top: 35px; }
    @media (min-width: 551px) {
      .cart-below-items .custom-icons {
        order: 1;
        margin-top: 0; } }
    @media (min-width: 901px) {
      .cart-below-items .custom-icons {
        margin-top: 0;
        width: 60%; } }
  .cart-below-items .cart-below-icons {
    padding-top: 50px;
    display: none; }
    .cart-below-items .cart-below-icons li {
      width: 25%; }
    @media (min-width: 901px) {
      .cart-below-items .cart-below-icons {
        margin-top: 0;
        width: 100%;
        order: 1;
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        list-style: none; } }

.cart .cart-below-items {
  display: none; }
  @media (min-width: 1024px) {
    .cart .cart-below-items {
      display: flex; } }
  @media (min-width: 1024px) and (max-width: 1400px) {
    .cart .cart-below-items .custom-icon {
      padding: 0 25px; } }

.cart-totals-checkout-buttons {
  width: 100%;
  order: 1;
  height: fit-content; }
  @media (min-width: 901px) {
    .cart-totals-checkout-buttons {
      order: 2;
      margin-left: 100px;
      padding: 35px 24px 30px;
      width: 100%;
      max-width: 405px;
      background: #F4F5F7;
      border-radius: 10px; } }
  @media (max-width: 899px) {
    .cart-totals-checkout-buttons .cart-total:last-child {
      display: flex;
      flex-direction: row;
      align-items: center; }
      .cart-totals-checkout-buttons .cart-total:last-child .final-total--label {
        padding: 0.5rem 0 0.5rem 1.5rem;
        padding-bottom: 0; }
      .cart-totals-checkout-buttons .cart-total:last-child .final-total--value {
        padding: 0.5rem 0 0.5rem 1.5rem;
        padding-bottom: 0; } }
  .cart-totals-checkout-buttons .cart-totals {
    width: 100%; }

.cart-page {
  max-width: 110.714rem;
  margin: 0 auto;
  float: none;
  padding: 0 5%; }
  .cart-page .cart-header-span {
    color: #444444;
    font-family: Helvetica;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 19px;
    font-weight: 400; }
  .cart-page .cart-content-padding-right {
    display: flex; }
  .cart-page .cart-item-image {
    width: 100%; }
  .cart-page .cart-btn-container .button.continue-shopping-btn {
    background: unset;
    color: #818896;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 17px;
    border: none;
    padding: 0;
    text-transform: capitalize;
    font-weight: 400;
    text-decoration: underline;
    position: relative;
    margin-left: 10px;
    margin-bottom: 25px; }
    .cart-page .cart-btn-container .button.continue-shopping-btn img {
      filter: invert(0.475); }
    .cart-page .cart-btn-container .button.continue-shopping-btn:hover {
      color: #818896 !important;
      background-color: none !important;
      border: none !important; }
  .cart-page .cart-item-quantity {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center; }
  .cart-page .cart-remove--changes {
    margin: 0;
    margin-left: 20px;
    padding: 0;
    border: none;
    text-decoration: underline;
    text-transform: capitalize;
    color: #818896;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 17px; }
    @media (max-width: 549px) {
      .cart-page .cart-remove--changes {
        position: absolute;
        bottom: 35px;
        right: 0; } }
    .cart-page .cart-remove--changes img {
      width: 15px;
      margin-right: 7px; }
  .cart-page .cart-quick-pay {
    clear: both;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
    .cart-page .cart-quick-pay .top-quick-pay {
      height: 17px; }
    .cart-page .cart-quick-pay .lower-quick-pay {
      height: 28px; }
    .cart-page .cart-quick-pay span {
      color: #798190;
      font-family: "Altform";
      font-size: 16px;
      letter-spacing: 0;
      line-height: 17px;
      position: relative; }
      .cart-page .cart-quick-pay span::before, .cart-page .cart-quick-pay span::after {
        content: '';
        width: 37px;
        height: 1px;
        border-bottom: 1px solid #798190;
        display: block;
        position: absolute;
        top: 50%;
        left: -30%; }
      .cart-page .cart-quick-pay span::after {
        right: -30%;
        left: unset; }
    .cart-page .cart-quick-pay div {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      max-width: 282px;
      align-items: center;
      justify-content: center;
      column-gap: 14px;
      row-gap: 20px;
      margin-top: 20px; }
    @media (max-width: 899px) {
      .cart-page .cart-quick-pay {
        padding-bottom: 30px;
        border-bottom: 1px solid #798190; } }
  @media (min-width: 1024px) and (max-width: 1200px) {
    .cart-page .cart-totals-checkout-buttons {
      margin-left: 5%; } }
  @media (max-width: 1023px) {
    .cart-page {
      padding: 0 15px; }
      .cart-page .cart-content-padding-right {
        flex-direction: column; }
      .cart-page .cart-item-label {
        display: none; } }

.coupon-form .form-input {
  width: 65%; }

.coupon-form .button {
  width: 30%; }

.estimator-form .button--primary {
  width: 100%; }

.model-p-container {
  width: inherit;
  height: auto;
  min-height: 28.57143rem;
  overflow: hidden;
  transform: scale(0.24);
  margin-left: -23.57143rem;
  transition: 0.2s;
  min-width: 71.42857rem; }
  @media (min-width: 551px) {
    .model-p-container {
      transform: scale(0.39);
      margin-left: -14.71429rem;
      margin-top: 3.57143rem; } }
  @media (min-width: 901px) {
    .model-p-container {
      transform: scale(0.57);
      margin-left: -10.71429rem; } }
  @media (min-width: 1261px) {
    .model-p-container {
      transform: none;
      margin-left: -1.07143rem; } }

.wide--mode {
  margin-left: -38.78571rem;
  min-width: 98.92857rem;
  transition: 0.2s; }
  @media (min-width: 551px) {
    .wide--mode {
      margin-left: -31.21429rem; } }
  @media (min-width: 901px) {
    .wide--mode {
      margin-left: -22.85714rem; } }
  @media (min-width: 1261px) {
    .wide--mode {
      margin-left: -8.57143rem; } }

.model-p {
  position: relative;
  height: auto;
  width: 100%; }
  .model-p .p2-wrapper {
    width: 107.14286rem; }
  .model-p .model-p2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 95.85714rem; }
  .model-p .upper {
    position: absolute;
    left: 0;
    bottom: -8.57143rem;
    background-color: #96c0e6;
    transition: 0.2s;
    z-index: 50; }
  .model-p .lower {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #96c0e6;
    transition: 0.2s;
    z-index: 51; }
  .model-p .upper-long {
    z-index: -1;
    position: absolute;
    left: -52.78571rem;
    bottom: -8.57143rem;
    width: 100%;
    height: auto;
    transition: 0.2s;
    background-color: #96c0e6; }
  .model-p .lower-long {
    position: absolute;
    left: -52.78571rem;
    top: 0;
    width: 100%;
    height: auto;
    transition: 0.2s;
    background-color: #96c0e6; }
  .model-p .size-small {
    bottom: 0;
    transition: 0.2s; }

.width-1 .upper-long {
  left: -62.07143rem;
  transition: 0.2s; }

.width-1 .lower-long {
  left: -62.07143rem;
  transition: 0.2s; }

.width-2 .upper-long {
  left: -43.5rem;
  transition: 0.2s; }

.width-2 .lower-long {
  left: -43.5rem;
  transition: 0.2s; }

.width-3 .upper-long {
  left: -24.92857rem;
  transition: 0.2s; }

.width-3 .lower-long {
  left: -24.92857rem;
  transition: 0.2s; }

.width-4 .upper-long {
  left: -6.35714rem;
  transition: 0.2s; }

.width-4 .lower-long {
  left: -6.35714rem;
  transition: 0.2s; }

.width-5 .upper-long {
  left: 2.92857rem;
  transition: 0.2s; }

.width-5 .lower-long {
  left: 2.92857rem;
  transition: 0.2s; }

.height-1 .upper, .height-1 .upper-long {
  bottom: -8.57143rem;
  transition: 0.2s; }

.height-2 .upper, .height-2 .upper-long {
  bottom: -6.07143rem;
  transition: 0.2s; }

.height-3 .upper, .height-3 .upper-long {
  bottom: -3.92857rem;
  transition: 0.2s; }

.height-4 .upper, .height-4 .upper-long {
  bottom: -3rem;
  transition: 0.2s; }

.height-5 .upper, .height-5 .upper-long {
  bottom: -1.78571rem;
  transition: 0.2s; }

.productView-details {
  background-color: rgba(241, 243, 244, 0.9); }

.model-p-people {
  position: absolute;
  z-index: 60;
  top: -7.21429rem;
  left: 1.42857rem;
  display: flex;
  align-items: baseline; }
  .model-p-people .man, .model-p-people .woman, .model-p-people .child {
    object-fit: contain;
    filter: grayscale(100%) brightness(0);
    opacity: 0.4; }
    .model-p-people .man:hover, .model-p-people .woman:hover, .model-p-people .child:hover {
      cursor: pointer;
      filter: contrast(0) sepia(100%) hue-rotate(190deg) saturate(150%) brightness(100%); }
  .model-p-people .man {
    z-index: 61;
    height: 21.07143rem; }
  .model-p-people .woman {
    margin-left: -3.92857rem;
    z-index: 63;
    height: 19.21429rem; }
  .model-p-people .child {
    margin-left: -2.5rem;
    z-index: 62; }
  .model-p-people .colored-active {
    filter: none;
    opacity: 1;
    z-index: 65;
    pointer-events: none;
    touch-action: none; }
  @media (min-width: 320px) and (max-width: 901px) {
    .model-p-people img {
      pointer-events: auto; } }

.has-360 .inactive-model {
  display: none; }

.chosen-swatch {
  height: 1.42857rem;
  width: 1.42857rem;
  background-color: #96c0e6;
  display: inline-block;
  border-radius: 100%;
  margin-right: 1rem;
  display: none; }

.active-swatch {
  display: block; }

.disabled {
  pointer-events: none;
  opacity: 0.5; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .model-p-container {
    padding-top: 140px; } }

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

.shop-card-container {
  background-color: #e3e3e3;
  padding: 2rem; }
  @media (min-width: 551px) {
    .shop-card-container {
      padding: 0.5rem 2rem; } }
  @media (min-width: 700px) {
    .shop-card-container {
      padding: 1.5rem 0.5rem; } }
  @media (min-width: 1500px) {
    .shop-card-container {
      padding: 0.5rem 2rem; } }
  .shop-card-container .shop-card {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 551px) {
      .shop-card-container .shop-card {
        flex-direction: row; } }
    @media (min-width: 700px) {
      .shop-card-container .shop-card {
        flex-direction: column; } }
    @media (min-width: 1500px) {
      .shop-card-container .shop-card {
        flex-direction: row; } }
    .shop-card-container .shop-card-col-left {
      order: 2;
      text-align: center; }
      @media (min-width: 551px) {
        .shop-card-container .shop-card-col-left {
          width: 50%;
          order: 1;
          text-align: left; } }
      @media (min-width: 700px) {
        .shop-card-container .shop-card-col-left {
          width: 100%;
          order: 2;
          text-align: center; } }
      @media (min-width: 1500px) {
        .shop-card-container .shop-card-col-left {
          order: 1;
          text-align: left; } }
    .shop-card-container .shop-card-col-right {
      order: 1; }
      @media (min-width: 551px) {
        .shop-card-container .shop-card-col-right {
          width: 50%;
          order: 2; } }
      @media (min-width: 700px) {
        .shop-card-container .shop-card-col-right {
          width: 100%;
          order: 1;
          text-align: center; } }
      @media (min-width: 1500px) {
        .shop-card-container .shop-card-col-right {
          order: 2; } }
      .shop-card-container .shop-card-col-right .shop-card-img-link {
        display: block; }
        @media (min-width: 551px) {
          .shop-card-container .shop-card-col-right .shop-card-img-link {
            text-align: right; } }
        @media (min-width: 700px) {
          .shop-card-container .shop-card-col-right .shop-card-img-link {
            text-align: center; } }
        .shop-card-container .shop-card-col-right .shop-card-img-link img {
          height: 130px;
          width: 160px; }
    .shop-card-container .shop-card .shop-card-heading {
      color: black;
      font-size: 1.71429rem; }
      @media (min-width: 551px) {
        .shop-card-container .shop-card .shop-card-heading {
          margin-top: 0.6rem; } }
    .shop-card-container .shop-card .shop-card-cta {
      text-transform: uppercase; }
      @media (min-width: 700px) {
        .shop-card-container .shop-card .shop-card-cta {
          padding: 0.8rem 2rem;
          font-size: 0.85714rem; } }

.advantage-section {
  background-color: #365276;
  padding: 56px 0;
  margin: 4rem 0 2rem 0; }
  .advantage-section#advantage-section div[data-sub-layout-container]:first-of-type span[id^="sd-simple-text"] {
    line-height: 1.2; }

.clients-section {
  background-color: #ededed;
  padding: 2rem 0;
  margin: 5rem 0; }
  .clients-section .client-carousel {
    margin: 1.5rem 0; }
  .clients-section .client-carousel-item {
    width: 250px; }
    .clients-section .client-carousel-item img {
      width: auto !important; }

.button {
  line-height: 1.35714rem; }

.button--primary {
  background-color: #c273a7;
  border-color: #c273a7;
  color: white;
  text-decoration: none;
  padding: 20px 25px;
  font-size: 1.14286rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  line-height: 1.35714rem;
  text-transform: uppercase;
  border-radius: 0.35714rem;
  margin: 0;
  font-family: "Altform"; }
  .button--primary:hover, .button--primary:active {
    color: #c273a7 !important;
    background-color: white !important;
    border: 1px solid #c273a7 !important; }
  .button--primary:focus {
    color: white !important;
    background-color: #c273a7 !important;
    border: 1px solid #c273a7 !important; }

.homeHeroWidget {
  max-width: 110.71429rem;
  margin: 0 10px 75px 10px;
  font-family: "Altform"; }
  @media (min-width: 901px) {
    .homeHeroWidget {
      width: 90%;
      margin: 0 auto 75px auto; } }
  .homeHeroWidget .homeHeroWidget-slide {
    display: flex;
    flex-direction: column; }
    .homeHeroWidget .homeHeroWidget-slide .left {
      order: 1;
      padding: 0 10px 0 2px; }
    @media (min-width: 901px) {
      .homeHeroWidget .homeHeroWidget-slide {
        flex-direction: row; }
        .homeHeroWidget .homeHeroWidget-slide .left {
          order: 0;
          flex-basis: 40%; }
        .homeHeroWidget .homeHeroWidget-slide .right {
          flex-basis: 60%; } }
    .homeHeroWidget .homeHeroWidget-slide h2 {
      font-family: "Altform";
      font-weight: 600;
      font-size: 1.71429rem;
      letter-spacing: 0;
      color: #222f4d;
      margin: 59px 0 0 0;
      line-height: 1.85714rem; }
      @media (min-width: 901px) {
        .homeHeroWidget .homeHeroWidget-slide h2 {
          font-size: 2.57143rem;
          margin: 15px 0 0 0;
          line-height: 3.42857rem; } }
      @media (min-width: 901px) and (max-width: 1240px) {
        .homeHeroWidget .homeHeroWidget-slide h2 {
          font-size: 2rem;
          line-height: 2.57143rem; } }
    .homeHeroWidget .homeHeroWidget-slide p {
      font-family: "Altform Regular";
      font-size: 1.5rem;
      letter-spacing: 0;
      line-height: 2.71429rem;
      color: #798190;
      margin: 25px 0 28px 0; }
      @media (min-width: 901px) {
        .homeHeroWidget .homeHeroWidget-slide p {
          font-size: 2rem;
          margin: 10px 0 10px 0;
          line-height: 4.14286rem; } }
      @media (min-width: 901px) and (max-width: 1240px) {
        .homeHeroWidget .homeHeroWidget-slide p {
          margin: 20px 0 20px 0;
          line-height: 1.85714rem;
          font-size: 1.57143rem; } }
  .homeHeroWidget .slick-prev,
  .homeHeroWidget .slick-next {
    position: absolute;
    height: 50px;
    width: 70px;
    top: 48%;
    bottom: unset;
    background-color: #c273a7;
    border: none;
    margin: auto; }
    .homeHeroWidget .slick-prev::before,
    .homeHeroWidget .slick-next::before {
      height: 21px;
      width: 41.5px;
      margin: auto; }
    @media (min-width: 551px) {
      .homeHeroWidget .slick-prev,
      .homeHeroWidget .slick-next {
        top: 66%; } }
    @media (min-width: 779px) and (max-width: 1024px) {
      .homeHeroWidget .slick-prev,
      .homeHeroWidget .slick-next {
        top: unset;
        bottom: -25px; } }
    @media (min-width: 901px) {
      .homeHeroWidget .slick-prev,
      .homeHeroWidget .slick-next {
        top: unset;
        bottom: 30px;
        height: 59px;
        width: 75px; } }
  .homeHeroWidget .slick-prev {
    left: unset;
    right: 68px;
    border-radius: 5px 0 0 5px; }
    @media (min-width: 901px) {
      .homeHeroWidget .slick-prev {
        left: 34.5%;
        right: unset; } }
    @media (min-width: 1441px) {
      .homeHeroWidget .slick-prev {
        left: 35.5%; } }
    @media (min-width: 779px) and (max-width: 1024px) {
      .homeHeroWidget .slick-prev {
        left: 32.5%; } }
    .homeHeroWidget .slick-prev::before {
      background: url("../icons/prev.svg") no-repeat center center/cover; }
  .homeHeroWidget .slick-next {
    left: unset;
    right: 0;
    border-radius: 0 5px 5px 0; }
    @media (min-width: 901px) {
      .homeHeroWidget .slick-next {
        left: unset;
        right: 53.75%; } }
    @media (min-width: 1441px) {
      .homeHeroWidget .slick-next {
        right: 54.85%; } }
    @media (min-width: 779px) and (max-width: 1024px) {
      .homeHeroWidget .slick-next {
        right: 51%; } }
    .homeHeroWidget .slick-next::before {
      background: url("../icons/next.svg") no-repeat center center/cover;
      content: ""; }
  .homeHeroWidget .slick-disabled {
    opacity: 1; }

.pages-home section.homeHeroWidget .custom-icons {
  padding-top: 30px;
  margin-bottom: 0;
  gap: 0 5px; }
  .pages-home section.homeHeroWidget .custom-icons li {
    width: 24%; }
    @media (max-width: 676px) {
      .pages-home section.homeHeroWidget .custom-icons li {
        flex-basis: 45%; } }

.pages-home section.homeHeroWidget .custom-title {
  max-width: 75px;
  text-align: center;
  margin: 0 auto;
  min-width: min-content; }
  @media (min-width: 901px) and (max-width: 1240px) {
    .pages-home section.homeHeroWidget .custom-title {
      font-size: 14px; } }

.pages-home section.homeHeroWidget .custom-icon,
.pages-home section.homeHeroWidget .custom-title {
  padding: 0;
  color: #000; }

.pages-home section.homeHeroWidget .custom-icon {
  padding: 0 15px; }

.pages-home section.homeHeroWidget .slick-next {
  right: calc(0% + -50px);
  bottom: 25%; }

.pages-home section.homeHeroWidget .slick-prev {
  right: calc(0% + 25px);
  left: unset;
  bottom: 25%; }

@media (max-width: 901px) {
  .pages-home section.homeHeroWidget .slick-prev {
    right: calc(0% + 70px);
    bottom: 52%; }
  .pages-home section.homeHeroWidget .slick-next {
    right: 5px;
    bottom: 52%; }
  .pages-home section.homeHeroWidget .homeHeroWidget-slide h2 {
    margin-top: 75px; } }

@media (max-width: 778px) {
  .pages-home section.homeHeroWidget .slick-prev {
    top: 43%;
    bottom: unset; }
  .pages-home section.homeHeroWidget .slick-next {
    top: 43%;
    bottom: unset; } }

@media (max-width: 778px) and (max-width: 676px) {
  .pages-home section.homeHeroWidget .slick-prev {
    top: 25%; }
  .pages-home section.homeHeroWidget .slick-next {
    top: 25%; } }

.pages-home > .custom-icons {
  display: none; }

.widget-container {
  max-width: 110.71429rem; }
  @media (min-width: 901px) {
    .widget-container {
      width: 90%;
      margin: auto; } }

.two_column_widget_2 {
  margin: 75px auto; }
  .two_column_widget_2 .right {
    padding: 0 20px; }
    @media (min-width: 901px) {
      .two_column_widget_2 .right {
        padding: 0; } }
  @media (min-width: 901px) {
    .two_column_widget_2 {
      margin: 110px auto; } }

.twoColumnWidget {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 901px) {
    .twoColumnWidget {
      flex-direction: row; } }
  .twoColumnWidget h3 {
    font-family: "Altform";
    font-weight: 600;
    letter-spacing: 0;
    color: #23304c;
    margin: 0;
    font-size: 1.71429rem;
    line-height: 3.07143rem;
    margin: 40px 0 10px 0; }
    @media (min-width: 901px) {
      .twoColumnWidget h3 {
        font-size: 2.28571rem;
        line-height: 4.14286rem;
        margin: 0; } }
  .twoColumnWidget p {
    margin: 0;
    line-height: 0; }
  .twoColumnWidget span {
    color: #c273a7;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 1.28571rem;
    line-height: 2.28571rem;
    margin-top: 10px; }
    @media (min-width: 901px) {
      .twoColumnWidget span {
        font-size: 1.5rem;
        line-height: 2.71429rem;
        margin-top: 0; } }
  .twoColumnWidget ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 1; }
    .twoColumnWidget ul li {
      position: relative;
      font-family: "Altform Regular";
      color: #798190;
      font-size: 1.28571rem;
      line-height: 2.28571rem;
      letter-spacing: 0;
      flex-basis: 100%;
      margin-bottom: 21px;
      padding-left: 2.5rem; }
      .twoColumnWidget ul li::before {
        background: url("../icons/check.svg") no-repeat center center/cover;
        content: "";
        position: absolute;
        width: 2.5rem;
        height: 2.5rem;
        left: 0; }
      @media (min-width: 901px) {
        .twoColumnWidget ul li {
          font-size: 1.5rem;
          line-height: 2.71429rem;
          flex-basis: 50%;
          margin-bottom: 0;
          padding-right: 10px; }
          .twoColumnWidget ul li:nth-child(1), .twoColumnWidget ul li:nth-child(2) {
            margin-bottom: 17px; } }
      @media (min-width: 779px) and (max-width: 1024px) {
        .twoColumnWidget ul li {
          flex-basis: 100%; }
          .twoColumnWidget ul li:nth-child(1), .twoColumnWidget ul li:nth-child(2) {
            margin-bottom: 0; } }
  .twoColumnWidget .widget-btn {
    margin-top: 40px; }
    @media (min-width: 901px) {
      .twoColumnWidget .widget-btn {
        margin-top: 50px; } }
  .twoColumnWidget .text-container {
    order: 2; }
  .twoColumnWidget .img-container {
    order: 1; }
  .twoColumnWidget .left {
    font-family: "Altform"; }
    @media (min-width: 901px) {
      .twoColumnWidget .left {
        flex-basis: 50%;
        order: 1;
        padding: 0 50px 0 0; } }
    @media (min-width: 1261px) {
      .twoColumnWidget .left {
        padding: 0 70px 0 0; } }
  @media (min-width: 901px) {
    .twoColumnWidget .right {
      flex-basis: 50%;
      order: 2; } }
  .twoColumnWidget .text--inner {
    padding: 0 20px; }
    @media (min-width: 901px) {
      .twoColumnWidget .text--inner {
        padding: 0; } }
    .twoColumnWidget .text--inner div {
      font-family: "Altform Regular";
      margin: 25px 0 15px 0;
      color: #798190;
      font-size: 1.28571rem;
      line-height: 2.28571rem;
      letter-spacing: 0; }
      @media (min-width: 901px) {
        .twoColumnWidget .text--inner div {
          font-size: 1.5rem;
          line-height: 2.71429rem;
          margin: 20px 0; } }
  @media (min-width: 901px) {
    .twoColumnWidget.updated .left.img-container {
      padding: 0 50px 0 0; } }

.callToActionWidget {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  z-index: 1; }
  @media (min-width: 901px) {
    .callToActionWidget {
      flex-direction: row; } }
  .callToActionWidget.widget-container {
    width: 95%;
    margin: 10px auto;
    max-width: 118.71429rem; }
    @media (min-width: 901px) {
      .callToActionWidget.widget-container {
        width: 97%;
        margin-bottom: -180px; } }
  .callToActionWidget .left {
    order: 1;
    font-family: "Altform";
    padding: 0.5rem 0.75rem 3rem 0.75rem; }
    @media (min-width: 901px) {
      .callToActionWidget .left {
        order: 0;
        padding: 1rem 2.5rem; } }
    @media (min-width: 1261px) {
      .callToActionWidget .left {
        padding: 1rem 4rem; } }
    .callToActionWidget .left h3 {
      font-family: "Altform";
      font-weight: 600;
      letter-spacing: 0;
      color: white;
      margin: 0;
      font-size: 1.71429rem;
      line-height: 3.07143rem;
      margin: 40px 0 10px 0; }
      @media (min-width: 901px) {
        .callToActionWidget .left h3 {
          font-size: 2.14286rem;
          line-height: 4.14286rem;
          margin: 20px 0 10px 0; } }
    .callToActionWidget .left p {
      font-family: "Altform Regular";
      margin: 15px 0 40px 0;
      color: white;
      font-size: 1.28571rem;
      line-height: 2.28571rem;
      letter-spacing: 0; }
      @media (min-width: 901px) {
        .callToActionWidget .left p {
          font-size: 1.5rem;
          line-height: 2.71429rem;
          margin: 10px 0 20px 0; } }
      @media (min-width: 1261px) {
        .callToActionWidget .left p {
          margin: 20px 0 30px 0; } }
  @media (min-width: 901px) {
    .callToActionWidget .right {
      display: flex;
      justify-content: right;
      align-items: center;
      overflow: hidden;
      border-radius: 0 5px 5px 0; } }
  .callToActionWidget .right img {
    border-radius: 5px 5px 0 0; }
    @media (min-width: 901px) {
      .callToActionWidget .right img {
        border-radius: 0;
        max-height: 450px;
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        flex-shrink: 0; } }

[data-content-region="blog_article_widget"] {
  background-color: #f4f5f7; }
  @media (min-width: 901px) {
    [data-content-region="blog_article_widget"] {
      margin: 0; } }
  [data-content-region="blog_article_widget"] .blog-widget--upper-container .blog-widget--header {
    font-family: "Altform";
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 75px 10px 40px 10px;
    font-size: 1.71429rem;
    line-height: 3.07143rem; }
    @media (min-width: 901px) {
      [data-content-region="blog_article_widget"] .blog-widget--upper-container .blog-widget--header {
        font-size: 2.28571rem;
        line-height: 4.14286rem;
        text-align: center;
        margin: 120px 0 75px 0; } }
  [data-content-region="blog_article_widget"] .blog-widget {
    margin: 0 10px; }
    @media (min-width: 901px) {
      [data-content-region="blog_article_widget"] .blog-widget {
        margin: 0 auto; } }
  [data-content-region="blog_article_widget"] .slick-prev,
  [data-content-region="blog_article_widget"] .slick-next {
    display: none;
    opacity: 0.8; }
    [data-content-region="blog_article_widget"] .slick-prev.slick-disabled,
    [data-content-region="blog_article_widget"] .slick-next.slick-disabled {
      opacity: 0.1; }
    @media (min-width: 901px) {
      [data-content-region="blog_article_widget"] .slick-prev,
      [data-content-region="blog_article_widget"] .slick-next {
        display: block; } }
  [data-content-region="blog_article_widget"] .slick-next,
  [data-content-region="blog_article_widget"] .slick-prev {
    background-color: #c273a7;
    height: 45px;
    width: 45px;
    border: none;
    border-radius: 50%;
    opacity: 1;
    display: block; }
    @media (min-width: 901px) {
      [data-content-region="blog_article_widget"] .slick-next,
      [data-content-region="blog_article_widget"] .slick-prev {
        display: none; } }
    [data-content-region="blog_article_widget"] .slick-next::before,
    [data-content-region="blog_article_widget"] .slick-prev::before {
      height: 15px;
      width: 28px; }
    [data-content-region="blog_article_widget"] .slick-next.slick-disabled,
    [data-content-region="blog_article_widget"] .slick-prev.slick-disabled {
      opacity: 0.7; }
  [data-content-region="blog_article_widget"] .slick-next {
    right: 11px; }
    [data-content-region="blog_article_widget"] .slick-next::before {
      background: url("../icons/next.svg") no-repeat center center/cover;
      content: ""; }
  [data-content-region="blog_article_widget"] .slick-prev {
    left: -9px; }
    [data-content-region="blog_article_widget"] .slick-prev::before {
      background: url("../icons/prev.svg") no-repeat center center/cover;
      content: ""; }
  [data-content-region="blog_article_widget"] .slick-list {
    padding: 0 20% 0 0; }
    @media (min-width: 901px) {
      [data-content-region="blog_article_widget"] .slick-list {
        padding: 0; } }
  [data-content-region="blog_article_widget"] .slick-track .blog-article {
    margin-right: 20px; }
    [data-content-region="blog_article_widget"] .slick-track .blog-article .text-wrapper .header-link {
      text-decoration: none; }
      [data-content-region="blog_article_widget"] .slick-track .blog-article .text-wrapper .header-link:hover {
        text-decoration: underline; }
    [data-content-region="blog_article_widget"] .slick-track .blog-article .text-wrapper h4 {
      font-family: "Altform";
      color: #242f49;
      letter-spacing: 0;
      font-size: 1.5rem;
      line-height: 2.14286rem;
      font-weight: 600; }
    [data-content-region="blog_article_widget"] .slick-track .blog-article .text-wrapper .blog-description {
      font-family: "Altform Regular";
      color: #798190;
      font-size: 1.28571rem;
      line-height: 2.28571rem;
      letter-spacing: 0.02571rem; }
    [data-content-region="blog_article_widget"] .slick-track .blog-article .text-wrapper .blog-read-more {
      display: none; }
    [data-content-region="blog_article_widget"] .slick-track .blog-article:last-child {
      margin-bottom: 75px; }
  @media (min-width: 901px) {
    [data-content-region="blog_article_widget"] .slick-track {
      display: grid;
      width: 100% !important;
      grid-template-columns: repeat(2, 1fr);
      column-gap: 7.14286rem;
      row-gap: 3.57143rem; }
      [data-content-region="blog_article_widget"] .slick-track .blog-article {
        display: flex;
        flex-wrap: wrap;
        width: 100% !important; }
        [data-content-region="blog_article_widget"] .slick-track .blog-article .image-wrapper {
          flex-basis: 40%; }
          [data-content-region="blog_article_widget"] .slick-track .blog-article .image-wrapper img {
            width: 100%; }
        [data-content-region="blog_article_widget"] .slick-track .blog-article .text-wrapper {
          flex-basis: 60%;
          padding: 0 10px 20px 40px; }
          [data-content-region="blog_article_widget"] .slick-track .blog-article .text-wrapper h4 {
            margin-top: 0;
            margin: 0 0 20px 0; }
        [data-content-region="blog_article_widget"] .slick-track .blog-article:first-child {
          display: block;
          grid-column: 1/2;
          grid-row: 1/4; }
          [data-content-region="blog_article_widget"] .slick-track .blog-article:first-child .text-wrapper {
            padding: 0; }
            [data-content-region="blog_article_widget"] .slick-track .blog-article:first-child .text-wrapper h4 {
              font-size: 1.85714rem;
              line-height: 3.35714rem;
              margin: 40px 0 15px 0; }
            [data-content-region="blog_article_widget"] .slick-track .blog-article:first-child .text-wrapper .blog-description {
              font-size: 1.42857rem;
              line-height: 2.57143rem;
              letter-spacing: 0.02857rem;
              margin-bottom: 1.78571rem; }
            [data-content-region="blog_article_widget"] .slick-track .blog-article:first-child .text-wrapper .blog-read-more {
              display: block;
              font-family: "Altform Regular";
              color: #c273a7;
              font-size: 1.42857rem;
              letter-spacing: 0.02857rem; }
        [data-content-region="blog_article_widget"] .slick-track .blog-article:nth-child(2) {
          grid-column: 2;
          grid-row: 1; }
        [data-content-region="blog_article_widget"] .slick-track .blog-article:nth-child(3) {
          grid-column: 2;
          grid-row: 2; }
        [data-content-region="blog_article_widget"] .slick-track .blog-article:nth-child(4) {
          grid-column: 2;
          grid-row: 3; } }

.card-carousel-upper-container {
  color: white;
  font-family: "Altform";
  padding: 25px 10px 0 10px; }
  @media (min-width: 551px) {
    .card-carousel-upper-container {
      padding: 100px 10px 0 10px; } }
  @media (min-width: 901px) {
    .card-carousel-upper-container {
      padding: 100px 10px 0 10px; } }
  @media (min-width: 1261px) {
    .card-carousel-upper-container {
      padding: 100px 10px 0 10px; } }
  @media (min-width: 1441px) {
    .card-carousel-upper-container {
      padding: 100px 10px 0 10px; } }
  .card-carousel-upper-container .card-carousel-header {
    margin: 0;
    color: white;
    font-family: "Altform";
    font-size: 1.71429rem;
    line-height: 3.07143rem;
    letter-spacing: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left; }
    @media (min-width: 901px) {
      .card-carousel-upper-container .card-carousel-header {
        font-size: 2.28571rem;
        line-height: 4.14286rem;
        text-align: center; } }
  .card-carousel-upper-container .card-carousel-description {
    font-family: "Altform Regular";
    font-size: 1.28571rem;
    line-height: 2.28571rem;
    letter-spacing: normal;
    margin: 0 auto 50px auto;
    font-weight: normal;
    text-align: left; }
    @media (min-width: 901px) {
      .card-carousel-upper-container .card-carousel-description {
        font-size: 1.5rem;
        line-height: 2.71429rem;
        max-width: 700px;
        margin: 0 auto 75px auto;
        text-align: center; } }

.card-carousel {
  margin: 0 10px; }
  @media (min-width: 901px) {
    .card-carousel {
      margin: 0; } }
  .card-carousel .text-wrapper {
    text-align: center; }
  .card-carousel.slick-slider .slick-list {
    padding: 0 20% 0 0; }
    @media (min-width: 901px) {
      .card-carousel.slick-slider .slick-list {
        padding: 0; } }
  .card-carousel.slick-slider .slick-slide {
    margin: 0 20px 0 0;
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid white; }
    @media (min-width: 901px) {
      .card-carousel.slick-slider .slick-slide {
        margin: 0 37.5px;
        padding: 30px; } }
    .card-carousel.slick-slider .slick-slide .header-link {
      text-decoration: none; }
      .card-carousel.slick-slider .slick-slide .header-link:hover {
        text-decoration: underline; }
    .card-carousel.slick-slider .slick-slide .card-header {
      font-family: "Altform";
      font-size: 1.28571rem;
      text-align: center;
      letter-spacing: 0;
      line-height: 2.28571rem;
      margin: 1.07143rem 0 0.35714rem 0;
      color: #23304c; }
      @media (min-width: 901px) {
        .card-carousel.slick-slider .slick-slide .card-header {
          margin: 1.07143rem 0 0 0;
          font-size: 1.5rem;
          line-height: 2.71429rem; } }
    .card-carousel.slick-slider .slick-slide .card-description {
      font-family: "Altform Regular";
      font-size: 1.14286rem;
      text-align: center;
      letter-spacing: 0;
      line-height: 2.07143rem;
      margin-bottom: 1.78571rem;
      color: #798190; }
      @media (min-width: 901px) {
        .card-carousel.slick-slider .slick-slide .card-description {
          font-size: 1.28571rem;
          line-height: 2.28571rem;
          margin-bottom: 2.14286rem; } }
  .card-carousel .slick-next,
  .card-carousel .slick-prev {
    background-color: #c273a7;
    height: 45px;
    width: 45px;
    border: none;
    border-radius: 50%; }
    @media (min-width: 901px) {
      .card-carousel .slick-next,
      .card-carousel .slick-prev {
        height: 60px;
        width: 60px; } }
    .card-carousel .slick-next::before,
    .card-carousel .slick-prev::before {
      height: 15px;
      width: 28px; }
      @media (min-width: 901px) {
        .card-carousel .slick-next::before,
        .card-carousel .slick-prev::before {
          height: 21px;
          width: 40px; } }
    .card-carousel .slick-next.slick-disabled,
    .card-carousel .slick-prev.slick-disabled {
      opacity: 0.7; }
  .card-carousel .slick-next {
    right: 11px; }
    @media (min-width: 901px) {
      .card-carousel .slick-next {
        right: -3.35714rem; } }
    .card-carousel .slick-next::before {
      background: url("../icons/next.svg") no-repeat center center/cover;
      content: ""; }
  .card-carousel .slick-prev {
    left: -9px; }
    @media (min-width: 901px) {
      .card-carousel .slick-prev {
        left: -3.35714rem; } }
    .card-carousel .slick-prev::before {
      background: url("../icons/prev.svg") no-repeat center center/cover;
      content: ""; }

[data-content-region="card_carousel_widget"] {
  font-family: "Altform";
  position: relative;
  text-align: center;
  margin: 0;
  width: 100%; }
  @media (min-width: 901px) {
    [data-content-region="card_carousel_widget"] {
      margin: 40px 0; } }
  [data-content-region="card_carousel_widget"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #788191; }
    @media (min-width: 901px) {
      [data-content-region="card_carousel_widget"]:before {
        transform: skew(0deg, -2deg);
        z-index: -1; } }
  [data-content-region="card_carousel_widget"] .widget-container {
    margin-bottom: 75px; }
    @media (min-width: 901px) {
      [data-content-region="card_carousel_widget"] .widget-container {
        width: 100%;
        max-width: 1093px;
        margin-bottom: 150px; } }

[data-content-region="popular_products_widget"] {
  position: relative;
  margin-top: 30px; }
  [data-content-region="popular_products_widget"]:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #788191; }
    @media (min-width: 901px) {
      [data-content-region="popular_products_widget"]:before {
        transform: skew(0deg, 2deg);
        z-index: -1; } }

.popular-products--upper-container {
  margin: 75px 20px 40px 20px; }
  @media (min-width: 901px) {
    .popular-products--upper-container {
      margin: 100px 0 75px 0; } }
  .popular-products--upper-container .popular-products--header {
    font-family: "Altform";
    color: white;
    letter-spacing: normal;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    font-size: 1.71429rem;
    line-height: 3.07143rem; }
    @media (min-width: 901px) {
      .popular-products--upper-container .popular-products--header {
        font-size: 2.28571rem;
        line-height: 4.14286rem;
        text-align: center; } }
  .popular-products--upper-container .popular-products--description {
    max-width: 800px;
    margin: auto;
    font-family: "Altform Regular";
    color: white;
    letter-spacing: normal;
    font-size: 1.5rem;
    line-height: 2.71429rem; }
    @media (min-width: 901px) {
      .popular-products--upper-container .popular-products--description {
        text-align: center; } }

.popular-products-widget {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  width: 1550px;
  padding: 100px 20px;
  gap: 30px 8%; }
  @media (min-width: 901px) {
    .popular-products-widget {
      gap: 100px 4%; } }
  .popular-products-widget .card {
    flex-basis: 46%;
    margin: 0; }
    @media (min-width: 901px) {
      .popular-products-widget .card {
        flex-basis: 22%; } }
    .popular-products-widget .card .header-link {
      text-decoration: none; }
      .popular-products-widget .card .header-link:hover {
        text-decoration: underline; }
    .popular-products-widget .card .card-header {
      font-family: "Altform";
      letter-spacing: normal;
      text-align: center;
      margin: 10px 0 0 0;
      font-size: 1.14286rem;
      line-height: 2.07143rem; }
      @media (min-width: 901px) {
        .popular-products-widget .card .card-header {
          font-size: 1.71429rem;
          line-height: 3.07143rem;
          margin: 15px 0 0 0; } }
    .popular-products-widget .card .card-description {
      font-family: "Altform Regular";
      text-align: center;
      letter-spacing: normal;
      font-size: 1rem;
      line-height: 1.78571rem; }
      @media (min-width: 901px) {
        .popular-products-widget .card .card-description {
          font-size: 1.5rem;
          line-height: 2.71429rem; } }

[data-content-region="company_carousel_widget"] {
  background: #788191; }
  [data-content-region="company_carousel_widget"] .company-carousel-widget .company-carousel-item {
    margin-right: 30px;
    padding: 20px 0; }
    @media (min-width: 901px) {
      [data-content-region="company_carousel_widget"] .company-carousel-widget .company-carousel-item {
        margin-right: 65px;
        padding: 25px 0; } }
    [data-content-region="company_carousel_widget"] .company-carousel-widget .company-carousel-item img {
      width: auto; }

[data-sub-layout] {
  padding: 0 !important; }

.trust-us-widget--container {
  background: #788191;
  margin: 20px auto; }
  .trust-us-widget--container .trust-us-widget {
    display: flex;
    max-width: 110.71429rem;
    flex-direction: column;
    padding: 75px 0 50px 0; }
    @media (min-width: 901px) {
      .trust-us-widget--container .trust-us-widget {
        margin: auto;
        width: 90%;
        padding: 60px 0;
        gap: 40px;
        flex-direction: row; } }
    .trust-us-widget--container .trust-us-widget .left {
      flex: 1;
      order: 2;
      padding: 0 10px; }
      @media (min-width: 901px) {
        .trust-us-widget--container .trust-us-widget .left {
          order: 1;
          padding: 0; } }
      .trust-us-widget--container .trust-us-widget .left h3 {
        color: white;
        font-family: "Altform";
        font-size: 1.71429rem;
        line-height: 3.07143rem;
        margin-top: 40px; }
        @media (min-width: 901px) {
          .trust-us-widget--container .trust-us-widget .left h3 {
            font-size: 2.28571rem;
            line-height: 4.14286rem;
            margin-top: 0; } }
      .trust-us-widget--container .trust-us-widget .left p {
        color: white;
        margin: 15px 0 40px 0;
        font-family: "Altform Regular";
        font-size: 1.28571rem;
        line-height: 2.28571rem; }
        @media (min-width: 901px) {
          .trust-us-widget--container .trust-us-widget .left p {
            font-size: 1.5rem;
            line-height: 2.71429rem; } }
    .trust-us-widget--container .trust-us-widget .right {
      display: flex;
      flex: 1;
      justify-content: center;
      align-items: center;
      order: 1; }
      @media (min-width: 901px) {
        .trust-us-widget--container .trust-us-widget .right {
          order: 2; } }
      .trust-us-widget--container .trust-us-widget .right .col {
        flex: 1;
        padding: 20px 30px; }
        @media (min-width: 901px) {
          .trust-us-widget--container .trust-us-widget .right .col {
            padding: 40px 20px; } }
        @media (min-width: 1261px) {
          .trust-us-widget--container .trust-us-widget .right .col {
            padding: 40px 60px; } }
        .trust-us-widget--container .trust-us-widget .right .col:nth-child(2) {
          border-left: 1px solid white;
          border-right: 1px solid white; }

[data-content-region="three_block_widget"] {
  z-index: 1; }

@media (min-width: 901px) {
  [data-content-region="call_to_action_widget"] [data-sub-layout-container] {
    z-index: 1; } }

@media (min-width: 901px) {
  [data-widget-id="33e0096b-be7b-43f8-a29e-f1a0d4f9ff35"] {
    z-index: 1; } }

[data-widget-id="fece243c-198b-4584-b829-b196f287d573"],
[data-sub-layout-container="46a1df9d-656b-4753-a5dc-61d3691d2975"],
[data-sub-layout-container="6767ea0b-db3e-4eb5-9dcb-ffdc8422a50a"],
[data-sub-layout-container="7466c0d7-d0bb-42d4-aafe-bb61742938aa"],
[data-sub-layout-container="fee2b0ec-63f8-4881-8a8b-70c0c88a992e"],
[data-sub-layout-container="1bbdc3cf-e396-44a1-94c4-9b3a96f3e805"],
[data-sub-layout-container="63c0c46a-680e-42e6-82be-57d85e5cd9b7"],
[data-sub-layout-container="c458556a-5fbe-4ad0-b7ec-8dc0b74e9a6f"],
[data-sub-layout-container="07a15aae-6ae2-4f59-a0f3-83d4734ee271"],
[data-sub-layout-container="46f20122-bf74-4733-bb15-ece5f7b00341"],
[data-sub-layout-container="609da840-be1b-41ea-b884-e0b5f5a725f5"],
[data-sub-layout-container="75506abe-fe63-48b8-94c4-de21c4a6a3a4"],
.footer {
  z-index: 0 !important; }

[data-sub-layout-container="678b343f-3f08-4551-b67d-f290e3da0793"] {
  z-index: 20 !important; }

.item-widget-top-wrapper {
  padding: 65px 20px 0;
  z-index: 0; }
  @media (min-width: 901px) {
    .item-widget-top-wrapper {
      background: #f4f5f7;
      padding: 300px 0 50px; } }
  .item-widget-top-wrapper .heading {
    font-family: "Altform";
    color: #222f4d;
    font-size: 1.71429rem;
    line-height: 3.07143rem;
    text-align: left;
    margin-top: 0; }
    @media (min-width: 901px) {
      .item-widget-top-wrapper .heading {
        font-size: 2.28571rem;
        line-height: 4.14286rem;
        text-align: center; } }
  .item-widget-top-wrapper .sub-heading {
    font-family: "Altform Regular";
    color: #798190;
    max-width: 69.78571rem;
    font-size: 1.28571rem;
    line-height: 2.28571rem;
    text-align: left;
    margin: auto; }
    @media (min-width: 901px) {
      .item-widget-top-wrapper .sub-heading {
        font-size: 1.5rem;
        line-height: 2.71429rem;
        text-align: center; } }

@media (min-width: 901px) {
  .threeItemsBlockWidget {
    background: #f4f5f7; } }

.threeItemsBlockWidget ul {
  list-style-type: none;
  margin: 0; }
  @media (min-width: 901px) {
    .threeItemsBlockWidget ul {
      padding: 50px 0; } }
  .threeItemsBlockWidget ul li {
    display: flex;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 8px 22px -6px rgba(24, 39, 75, 0.12), 0 14px 64px -4px rgba(24, 39, 75, 0.12); }
    .threeItemsBlockWidget ul li:first-child {
      margin-top: 40px; }
      @media (min-width: 901px) {
        .threeItemsBlockWidget ul li:first-child {
          margin-top: 0; } }
      .threeItemsBlockWidget ul li:first-child .img-container {
        padding-top: 0; }
    @media (min-width: 901px) {
      .threeItemsBlockWidget ul li {
        flex-direction: row;
        padding: 50px 0 50px 50px;
        box-shadow: none; } }
    .threeItemsBlockWidget ul li .card-container {
      z-index: 2;
      order: 2; }
      @media (min-width: 901px) {
        .threeItemsBlockWidget ul li .card-container {
          flex: 4; } }
      @media (min-width: 901px) {
        .threeItemsBlockWidget ul li .card-container.left {
          order: 1; } }
      @media (min-width: 901px) {
        .threeItemsBlockWidget ul li .card-container.right {
          order: 2; }
          .threeItemsBlockWidget ul li .card-container.right .card-container-inner {
            z-index: 1; } }
    @media (min-width: 901px) and (min-width: 901px) {
      .threeItemsBlockWidget ul li .card-container.right .card-container-inner {
        margin-left: -50px;
        margin-right: 0; } }
      .threeItemsBlockWidget ul li .card-container .card-container-inner {
        padding: 0 20px 75px 20px;
        background: white; }
        @media (min-width: 901px) {
          .threeItemsBlockWidget ul li .card-container .card-container-inner {
            padding: 43px 45px 41px 75px;
            margin-right: -50px;
            box-shadow: 0 8px 22px -6px rgba(24, 39, 75, 0.12), 0 14px 64px -4px rgba(24, 39, 75, 0.12);
            border-radius: 5px; } }
      .threeItemsBlockWidget ul li .card-container .block-heading {
        margin: 0;
        font-family: "Altform";
        font-size: 1.71429rem;
        line-height: 3.07143rem; }
      .threeItemsBlockWidget ul li .card-container .block-description {
        font-size: 1.28571rem;
        line-height: 2.28571rem;
        color: #798190;
        font-family: "Altform Regular"; }
        @media (min-width: 901px) {
          .threeItemsBlockWidget ul li .card-container .block-description {
            margin: 12px 0 26px 0; } }
    .threeItemsBlockWidget ul li .img-container {
      z-index: 1;
      order: 1;
      padding: 75px 10px 40px 10px; }
      .threeItemsBlockWidget ul li .img-container:first-child {
        padding: 40px 10px; }
      @media (min-width: 901px) {
        .threeItemsBlockWidget ul li .img-container {
          padding: 0;
          flex: 5; } }
      @media (min-width: 901px) {
        .threeItemsBlockWidget ul li .img-container.left {
          order: 1;
          z-index: 2; } }
      @media (min-width: 901px) {
        .threeItemsBlockWidget ul li .img-container.right {
          order: 2; } }
      .threeItemsBlockWidget ul li .img-container img {
        width: 100vw;
        border-radius: 5px;
        box-shadow: 0 8px 22px -6px rgba(24, 39, 75, 0.12), 0 14px 64px -4px rgba(24, 39, 75, 0.12); }
        @media (min-width: 901px) {
          .threeItemsBlockWidget ul li .img-container img {
            width: 100%;
            box-shadow: 0 8px 22px -6px rgba(24, 39, 75, 0.12), 0 14px 64px -4px rgba(24, 39, 75, 0.25); } }
    @media (min-width: 901px) {
      .threeItemsBlockWidget ul li.img-left {
        padding: 50px 50px 50px 0; } }

.make-us-top--container {
  background: #788191;
  position: relative; }
  @media (min-width: 901px) {
    .make-us-top--container {
      border-radius: 5px; } }
  @media (min-width: 1261px) {
    .make-us-top--container {
      background: none; } }
  .make-us-top--container .make-us-top--inner {
    max-width: 950px;
    padding: 50px 20px 75px 20px; }
    @media (min-width: 901px) {
      .make-us-top--container .make-us-top--inner {
        padding: 65px 0 180px 0; } }
  .make-us-top--container .heading {
    color: white;
    font-family: "Altform";
    text-align: left;
    font-size: 1.71429rem;
    line-height: 3.07143rem; }
    @media (min-width: 901px) {
      .make-us-top--container .heading {
        font-size: 2.28571rem;
        line-height: 4.14286rem; } }
  .make-us-top--container .sub-heading {
    color: white;
    font-family: "Altform Regular";
    text-align: left;
    font-size: 1.28571rem;
    line-height: 2.28571rem; }
    @media (min-width: 901px) {
      .make-us-top--container .sub-heading {
        font-size: 1.5rem;
        line-height: 2.71429rem; } }
  @media (min-width: 1261px) {
    .make-us-top--container .left-panel {
      position: absolute;
      width: 100%;
      top: 0px;
      background-color: #788191;
      left: 0;
      z-index: -1;
      height: 100%;
      border-radius: 5px; } }
  @media (min-width: 1441px) {
    .make-us-top--container .left-panel {
      width: 75%; } }

.make-us-bottom--container {
  margin-top: 10px;
  padding: 0 15px; }
  @media (min-width: 901px) {
    .make-us-bottom--container {
      padding: 0;
      margin-top: -60px; } }
  @media (min-width: 1261px) {
    .make-us-bottom--container {
      margin-top: -120px; } }
  .make-us-bottom--container ul {
    list-style-type: none;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4%; }
    @media (min-width: 901px) {
      .make-us-bottom--container ul {
        gap: 20px; } }
    .make-us-bottom--container ul li {
      flex-basis: 48%;
      margin-bottom: 20px; }
      @media (min-width: 901px) {
        .make-us-bottom--container ul li {
          flex: 1; } }
      .make-us-bottom--container ul li .heading {
        background: #a1bcdd;
        color: white;
        font-family: "Altform";
        text-align: center;
        border: 2px solid #a1bcdd;
        font-size: 1.28571rem;
        line-height: 2.28571rem;
        padding: 15px 0; }
        @media (min-width: 1261px) {
          .make-us-bottom--container ul li .heading {
            font-size: 1.71429rem;
            line-height: 3.07143rem;
            padding: 20px 0; } }
      .make-us-bottom--container ul li .description {
        font-family: "Altform";
        background: white;
        color: #222f4d;
        text-align: center;
        border: 2px solid #a1bcdd;
        font-size: 1.28571rem;
        line-height: 2.28571rem;
        padding: 15px 0; }
        @media (min-width: 1261px) {
          .make-us-bottom--container ul li .description {
            font-size: 1.71429rem;
            line-height: 3.07143rem;
            padding: 20px 0; } }

@media (min-width: 1261px) {
  .header-hero--container {
    position: relative; } }

@media (min-width: 1261px) {
  .header-hero--container .widget-container {
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    max-width: 116.5rem; } }
  @media (min-width: 1261px) and (min-width: 1261px) {
    .header-hero--container .widget-container {
      width: 96%; } }
  @media (min-width: 1261px) and (min-width: 1441px) {
    .header-hero--container .widget-container {
      width: 92%; } }

.header-hero--container .widget-container .card-container {
  background-color: white;
  border-radius: 5px 5px 0 0;
  padding: 20px 20px 75px; }
  @media (min-width: 901px) {
    .header-hero--container .widget-container .card-container {
      padding: 20px 0 75px; } }
  @media (min-width: 1261px) {
    .header-hero--container .widget-container .card-container {
      padding: 40px;
      max-width: 750px; } }
  .header-hero--container .widget-container .card-container .heading {
    font-family: "Altform";
    color: #222f4d;
    margin: 0;
    font-size: 1.71429rem;
    line-height: 3.07143rem; }
    @media (min-width: 901px) {
      .header-hero--container .widget-container .card-container .heading {
        font-size: 2.28571rem;
        line-height: 3.42857rem; } }
    @media (min-width: 1261px) {
      .header-hero--container .widget-container .card-container .heading {
        font-family: "Altform Regular";
        font-size: 2.28571rem;
        line-height: 2.71429rem; } }
    @media (min-width: 1441px) {
      .header-hero--container .widget-container .card-container .heading {
        font-size: 2.71429rem;
        line-height: 3.42857rem; } }
    .header-hero--container .widget-container .card-container .heading span {
      font-family: "Altform";
      color: #c273a7; }
  .header-hero--container .widget-container .card-container .description {
    font-family: "Altform Regular";
    color: #798190;
    font-size: 1.5rem;
    line-height: 2.71429rem;
    margin: 25px 0 30px; }
    @media (min-width: 901px) {
      .header-hero--container .widget-container .card-container .description {
        margin: 10px 0 40px; } }
    @media (min-width: 1261px) {
      .header-hero--container .widget-container .card-container .description {
        font-size: 1.71429rem;
        line-height: 2.42857rem; } }
    @media (min-width: 1441px) {
      .header-hero--container .widget-container .card-container .description {
        font-size: 2rem;
        line-height: 3rem; } }

[data-content-region="sticky_nav_widget_region"] [data-sub-layout-container],
[data-sub-layout-container="825db5a4-a0af-49bf-92fa-2b39febece82"] {
  z-index: 2 !important; }

.sticky-nav--container {
  background: #788191;
  margin-bottom: 10px;
  width: 100%; }
  .sticky-nav--container.scrolled {
    position: fixed;
    top: 95px;
    z-index: 999; }
    @media (min-width: 901px) {
      .sticky-nav--container.scrolled {
        top: 80px; } }
  .sticky-nav--container .widget-container {
    display: flex;
    align-items: center;
    min-height: 100px;
    justify-content: space-between;
    padding-right: 20px; }
    @media (min-width: 901px) {
      .sticky-nav--container .widget-container {
        padding-right: 0; } }
  .sticky-nav--container .sticky-nav--inner {
    position: relative; }
  .sticky-nav--container .stickyMobileMenu-toggle {
    height: 3.92857rem;
    width: 2.85714rem;
    display: inline-block;
    font-size: 0;
    left: 0;
    overflow: hidden;
    padding: 0 4rem;
    z-index: 50; }
    @media (min-width: 901px) {
      .sticky-nav--container .stickyMobileMenu-toggle {
        display: none; } }
    .sticky-nav--container .stickyMobileMenu-toggle.is-open .stickyMobileMenu-toggleIcon {
      background-color: transparent;
      transition-delay: 100ms; }
      .sticky-nav--container .stickyMobileMenu-toggle.is-open .stickyMobileMenu-toggleIcon::before {
        top: 0;
        transform: rotate(45deg); }
      .sticky-nav--container .stickyMobileMenu-toggle.is-open .stickyMobileMenu-toggleIcon::after {
        bottom: 0;
        transform: rotate(-45deg); }
    .sticky-nav--container .stickyMobileMenu-toggle .stickyMobileMenu-toggleIcon {
      background: white;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      transform: rotate(0);
      width: 2.85714rem;
      top: 1.92857rem;
      transition: background-color 10ms ease-in 0.1s; }
      .sticky-nav--container .stickyMobileMenu-toggle .stickyMobileMenu-toggleIcon::before, .sticky-nav--container .stickyMobileMenu-toggle .stickyMobileMenu-toggleIcon::after {
        background: white;
        content: "";
        display: block;
        height: 2px;
        position: absolute;
        transform: rotate(0);
        transition: transform 0.1s ease-in, top 0.1s ease-in 150ms, bottom 0.1s ease-in 150ms;
        width: 2.85714rem; }
      .sticky-nav--container .stickyMobileMenu-toggle .stickyMobileMenu-toggleIcon::before {
        top: -0.75rem; }
      .sticky-nav--container .stickyMobileMenu-toggle .stickyMobileMenu-toggleIcon::after {
        bottom: -0.75rem; }
  .sticky-nav--container .sticky-nav-items {
    list-style-type: none;
    margin: 0;
    display: none; }
    @media (min-width: 901px) {
      .sticky-nav--container .sticky-nav-items {
        display: flex;
        align-items: center; } }
    .sticky-nav--container .sticky-nav-items.is-open {
      display: block;
      background: #788191;
      position: absolute;
      top: 80px;
      padding: 1rem 0;
      min-width: 300px; }
      .sticky-nav--container .sticky-nav-items.is-open li {
        padding: 1rem 4rem; }
      @media (min-width: 901px) {
        .sticky-nav--container .sticky-nav-items.is-open {
          position: unset;
          display: flex;
          padding: 0; }
          .sticky-nav--container .sticky-nav-items.is-open li {
            padding: 40px 0;
            margin-right: 40px; } }
    @media (min-width: 901px) {
      .sticky-nav--container .sticky-nav-items li {
        padding: 40px 0;
        margin-right: 40px;
        position: relative; }
        .sticky-nav--container .sticky-nav-items li::before {
          content: "";
          position: absolute;
          left: 52%;
          right: 50%;
          bottom: 0;
          background: #c273a7;
          height: 4px;
          transition-property: left, right;
          transition-duration: 0.3s;
          transition-timing-function: ease-out; }
        .sticky-nav--container .sticky-nav-items li:hover::before {
          left: 0;
          right: 0; } }
    .sticky-nav--container .sticky-nav-items li a {
      color: white;
      text-decoration: none;
      font-family: "Altform";
      font-size: 1.28571rem;
      line-height: 1.57143rem; }

[data-content-region="item_block_top_container"] {
  z-index: 1; }

[data-widget-id="238c763d-daf4-44f5-8bbc-fba84d3adfe3"] {
  z-index: 9; }

[data-content-region="header_bottom"] [data-sub-layout-container="80cc80b8-9c49-40db-893d-5528b9bf153e"] {
  z-index: 1; }

[data-widget-id="919bd5ab-3f78-4ef8-90cd-894382f4f13f"] {
  z-index: 1; }

[data-sub-layout-container="5819f3a0-9909-4104-ac92-e2e73bedddde"] {
  z-index: -1 !important; }

.target-sticky-element {
  display: block;
  position: relative;
  top: -60px;
  visibility: hidden; }
  @media (min-width: 901px) {
    .target-sticky-element {
      top: -80px; } }
  .target-sticky-element#learnmore {
    top: -80px; }
    @media (min-width: 901px) {
      .target-sticky-element#learnmore {
        top: 0px; } }

.centred-content--container h3 {
  font-family: "Altform";
  color: #222f4d;
  font-size: 1.71429rem;
  line-height: 3.07143rem; }
  @media (min-width: 901px) {
    .centred-content--container h3 {
      font-size: 2.28571rem;
      line-height: 4.14286rem; } }

.centred-content--container p {
  font-family: "Altform Regular";
  color: #798190;
  max-width: 69.78571rem;
  font-size: 1.28571rem;
  line-height: 2.28571rem;
  margin: auto; }
  @media (min-width: 901px) {
    .centred-content--container p {
      font-size: 1.5rem;
      line-height: 2.71429rem; } }

.centred-content--container.alignment-center h3,
.centred-content--container.alignment-center p {
  text-align: center; }

.centred-content--container.alignment-left h3,
.centred-content--container.alignment-left p {
  text-align: left; }

.centred-content--container.alignment-right h3,
.centred-content--container.alignment-right p {
  text-align: right; }

.smart-flexible-spaces-widget-tab-content:not(.slick-initialized) {
  display: none; }

.hawk-body {
  margin: 0; }
  .hawk-body .body {
    margin-top: 40px; }
    .hawk-body .body .container {
      max-width: 110.71429rem;
      padding: 0 1.5rem; }
      @media (min-width: 901px) {
        .hawk-body .body .container {
          width: 90%; } }
      @media (min-width: 1441px) {
        .hawk-body .body .container {
          padding: 0px; } }
      .hawk-body .body .container .page {
        margin: 0; }
        .hawk-body .body .container .page .sitebody {
          display: flex;
          flex-direction: row; }
          .hawk-body .body .container .page .sitebody .container {
            padding: 0;
            flex: 0; }
          .hawk-body .body .container .page .sitebody .grid_3 {
            display: none; }
            @media (min-width: 901px) {
              .hawk-body .body .container .page .sitebody .grid_3 {
                display: block;
                flex-basis: 35%;
                padding-right: 50px; } }
            @media (min-width: 1261px) {
              .hawk-body .body .container .page .sitebody .grid_3 {
                flex-basis: 30%; } }
            @media (min-width: 1441px) {
              .hawk-body .body .container .page .sitebody .grid_3 {
                flex-basis: 25%; } }
        .hawk-body .body .container .page .productGrid .product {
          position: relative; }
          @media (min-width: 901px) {
            .hawk-body .body .container .page .productGrid .product:hover .card-figure > a::before {
              content: "Shop Now";
              position: absolute;
              z-index: 2;
              border-radius: 5px;
              background-color: #C273A7;
              font-size: 16px;
              font-weight: bold;
              letter-spacing: 0;
              line-height: 24px;
              color: #FFF;
              padding: 10px;
              max-width: 167px;
              width: 100%;
              text-align: center;
              bottom: 20%;
              left: 50%;
              transform: translate(-50%, -50%);
              cursor: pointer;
              pointer-events: all; }
            .hawk-body .body .container .page .productGrid .product:hover .card-figure > a::after {
              content: "";
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0;
              background: rgba(0, 0, 0, 0.25);
              cursor: pointer;
              pointer-events: all; } }
          .hawk-body .body .container .page .productGrid .product:hover .card-figure > a img.defaultImage:not(:only-child) {
            display: none !important; }
          .hawk-body .body .container .page .productGrid .product:hover .card-figure > a img.alternateImage {
            display: block !important; }
          @media (min-width: 901px) {
            .hawk-body .body .container .page .productGrid .product {
              width: 33.33%;
              height: 300px; } }
          @media (min-width: 1261px) {
            .hawk-body .body .container .page .productGrid .product {
              width: 25%; } }
          @media (min-width: 901px) {
            .hawk-body .body .container .page .productGrid .product .card {
              padding-top: 20px; } }

body.type-category .body div#circleNavWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px; }
  body.type-category .body div#circleNavWrap a {
    background-color: #EFF4FB;
    border-radius: 50%;
    width: 195px;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #293D47; }
    body.type-category .body div#circleNavWrap a:hover {
      background-color: #99BBE2; }
  body.type-category .body div#circleNavWrap img {
    max-width: 100%;
    max-height: 95px; }
  body.type-category .body div#circleNavWrap p {
    text-align: center;
    margin: 0;
    max-width: 70%; }
  @media (max-width: 991px) {
    body.type-category .body div#circleNavWrap {
      display: none; } }

body.type-category .body .container {
  max-width: none;
  padding: 0;
  width: 100%; }
  body.type-category .body .container .page {
    margin: 0 auto;
    max-width: 110.71429rem;
    padding: 0 1.5rem; }
    @media (min-width: 901px) {
      body.type-category .body .container .page {
        width: 90%; } }
    @media (min-width: 1441px) {
      body.type-category .body .container .page {
        padding: 0px; } }
    body.type-category .body .container .page .page-topbar {
      margin: 0px auto 30px; }
    @media (min-width: 901px) {
      body.type-category .body .container .page .page-main {
        display: flex;
        gap: 50px;
        padding-top: 60px;
        border-top: 2px solid #c9cdd3; } }
    @media (min-width: 901px) {
      body.type-category .body .container .page .page-main .page-sidebar {
        flex-basis: 35%; } }
    @media (min-width: 1261px) {
      body.type-category .body .container .page .page-main .page-sidebar {
        flex-basis: 30%; } }
    @media (min-width: 1441px) {
      body.type-category .body .container .page .page-main .page-sidebar {
        flex-basis: 25%; } }
    body.type-category .body .container .page .page-main .page-sidebar .sidebar-nav {
      background-color: #F2F2F4;
      padding: 30px;
      margin-bottom: 50px;
      display: block; }
      body.type-category .body .container .page .page-main .page-sidebar .sidebar-nav p > a {
        font-size: 24px;
        line-height: 30px;
        color: #333;
        font-weight: 600;
        text-decoration: none; }
      body.type-category .body .container .page .page-main .page-sidebar .sidebar-nav ul {
        list-style: none;
        margin: 0; }
      body.type-category .body .container .page .page-main .page-sidebar .sidebar-nav li {
        padding: 10px 0;
        margin: 0;
        margin-left: 15px; }
      body.type-category .body .container .page .page-main .page-sidebar .sidebar-nav ul a {
        font-size: 16px;
        line-height: 24px;
        color: #222f4b;
        text-decoration: none;
        position: relative; }
        body.type-category .body .container .page .page-main .page-sidebar .sidebar-nav ul a:hover {
          color: #757575; }
        body.type-category .body .container .page .page-main .page-sidebar .sidebar-nav ul a.active {
          font-weight: bold;
          text-decoration: underline;
          margin-left: 15px; }
          body.type-category .body .container .page .page-main .page-sidebar .sidebar-nav ul a.active:before {
            content: ">";
            position: absolute;
            left: -15px; }
    body.type-category .body .container .page #pageHeading {
      font-family: "Altform";
      color: #222f4d;
      font-size: 1.71429rem;
      line-height: 3.07143rem;
      margin-bottom: 15px;
      text-transform: uppercase;
      text-align: center; }
      @media (min-width: 901px) {
        body.type-category .body .container .page #pageHeading {
          font-size: 2.28571rem;
          line-height: 4.14286rem;
          margin-bottom: 10px; } }
    body.type-category .body .container .page .hawk-searchView, body.type-category .body .container .page .product-list-sorting {
      display: none; }
    body.type-category .body .container .page .category-description {
      margin: 10px auto;
      text-align: center; }
      @media (min-width: 901px) {
        body.type-category .body .container .page .category-description {
          width: 80%; } }
      @media (min-width: 1261px) {
        body.type-category .body .container .page .category-description {
          width: 70%; } }
      body.type-category .body .container .page .category-description p {
        font-family: "Altform Regular";
        color: #798190;
        font-size: 1.5rem;
        line-height: 2.71429rem; }
    body.type-category .body .container .page #hawkbannertop {
      display: flex;
      justify-content: center;
      margin: 0 0 20px; }
  body.type-category .body .container .breadcrumbs {
    margin: auto;
    max-width: 110.71429rem;
    padding: 0 1.5rem;
    display: none; }
    @media (min-width: 901px) {
      body.type-category .body .container .breadcrumbs {
        width: 90%;
        display: block; } }
    @media (min-width: 1441px) {
      body.type-category .body .container .breadcrumbs {
        padding: 0px; } }

#hawktoppager {
  margin-bottom: 50px; }
  #hawktoppager .sortList {
    border: none;
    border-radius: 5px;
    background-color: #F2F2F4;
    padding: 10px 12px 10px 20px;
    min-width: 325px;
    width: 100%; }
    @media (min-width: 901px) {
      #hawktoppager .sortList {
        width: auto; } }
    #hawktoppager .sortList label, #hawktoppager .sortList select {
      font-family: "Altform";
      color: #23304c;
      letter-spacing: 0.06429rem;
      background-color: #F2F2F4;
      font-size: 1.14286rem;
      line-height: 1.42857rem; }
      @media (min-width: 901px) {
        #hawktoppager .sortList label, #hawktoppager .sortList select {
          font-size: 1.28571rem;
          line-height: 1.57143rem; } }
    #hawktoppager .sortList select {
      background-image: url("../icons/chevron-down-form.svg");
      background-repeat: no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;
      text-indent: 1px;
      text-overflow: '';
      width: 100%;
      background-size: 25px 22px;
      background-position: right 0rem top 0rem; }
      @media (min-width: 901px) {
        #hawktoppager .sortList select {
          background-size: 30px 25px; } }
  #hawktoppager .hawk-pagination {
    display: none; }
  #hawktoppager .product-list-sorting {
    display: none; }

#hawkbottompager .hawk-sortWrapper {
  display: none; }

#hawkbottompager .hawk-paging .hawk-pageActive {
  font-family: "Altform";
  padding: 8px 13px;
  color: #222f4d; }

#hawkbottompager .hawk-paging .hawk-pageLink {
  font-family: "Altform Regular";
  padding: 8px 13px;
  color: #222f4d; }

.hawkRailNav .hawk-guidedNavWrapper {
  min-height: 100px; }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup .hawk-navGroupContent {
    display: none; }
    @media (min-width: 901px) {
      .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup .hawk-navGroupContent {
        display: block; } }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup .hawk-groupHeading {
    background-color: #F2F2F4;
    padding: 10px 70px 10px 20px;
    border: none;
    border-radius: 5px;
    margin-top: 0;
    font-family: "Altform";
    color: #23304c !important;
    font-size: 1.28571rem;
    line-height: 1.57143rem;
    letter-spacing: 0.06429rem; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup .hawk-groupHeading::after {
      content: "";
      background-image: url("../icons/chevron-down-form.svg");
      background-repeat: no-repeat;
      background-size: 25px 22px;
      width: 40px;
      height: 40px;
      left: unset;
      right: 0;
      top: 0;
      transform: rotate(0deg);
      background-position: 10px; }
      @media (min-width: 901px) {
        .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup .hawk-groupHeading::after {
          background-position: 13px 8px;
          transform: rotate(180deg); } }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup.hawk-collapsed .hawk-groupHeading::after {
    background-position: 10px;
    transform: rotate(180deg); }
    @media (min-width: 901px) {
      .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup.hawk-collapsed .hawk-groupHeading::after {
        background-position: 4px 8px;
        transform: rotate(0deg); } }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup.hawk-collapsed .hawk-navGroupContent {
    display: block; }
    @media (min-width: 901px) {
      .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroup.hawk-collapsed .hawk-navGroupContent {
        display: none; } }
  .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroupContent {
    padding-top: 20px; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroupContent .noUi-value, .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroupContent .hawk-selectionInner {
      font-family: "Altform Regular";
      color: #798190; }
    .hawkRailNav .hawk-guidedNavWrapper .hawk-navGroupContent .noUi-marker {
      background: #798190; }

.hawk-railNavHeading {
  margin-bottom: 15px;
  background-color: #F2F2F4;
  padding: 10px 70px 10px 20px;
  border: none;
  border-radius: 5px;
  margin-top: 0;
  font-family: "Altform";
  color: #23304c !important;
  font-size: 1.28571rem;
  line-height: 1.57143rem;
  letter-spacing: 0.06429rem; }
  .hawk-railNavHeading::after {
    content: "";
    background-image: url("../icons/chevron-down-form.svg");
    background-repeat: no-repeat;
    background-size: 25px 22px;
    width: 40px;
    height: 40px;
    left: unset;
    right: 7px;
    top: 0;
    transform: rotate(0deg);
    background-position: 10px;
    border: none; }
    @media (min-width: 901px) {
      .hawk-railNavHeading::after {
        background-position: 13px 8px;
        transform: rotate(180deg); } }
  .hawk-railNavHeading.hawk-railNavHeadingActive::after {
    transform: rotate(180deg); }
  @media (min-width: 997px) {
    .hawk-railNavHeading {
      display: none; } }

#hawkitemlist .productGrid .product .card-img-container {
  text-align: center;
  min-height: 250px; }
  #hawkitemlist .productGrid .product .card-img-container::after {
    padding-bottom: 0; }
  #hawkitemlist .productGrid .product .card-img-container .hawk-brokenImage {
    width: 100%;
    background-position: center center; }
    @media (min-width: 901px) {
      #hawkitemlist .productGrid .product .card-img-container .hawk-brokenImage {
        background-position: left center; } }

#hawkitemlist .productGrid .product .card-title {
  margin: 0;
  min-height: none;
  min-height: 0;
  text-align: center; }
  @media (min-width: 901px) {
    #hawkitemlist .productGrid .product .card-title {
      text-align: left; } }
  #hawkitemlist .productGrid .product .card-title a {
    font-family: "Altform Regular";
    font-size: 1.14286rem;
    line-height: 2.07143rem;
    text-align: center;
    color: #0F4A65; }
    @media (min-width: 901px) {
      #hawkitemlist .productGrid .product .card-title a {
        font-family: "Altform";
        font-size: 18px;
        line-height: 24px; } }

#hawkitemlist .productGrid .product .card-price-review-container {
  justify-content: center; }
  #hawkitemlist .productGrid .product .card-price-review-container .review-container-text {
    margin-right: 5px;
    font-family: "Altform Regular";
    color: #798190;
    font-size: 1rem;
    line-height: 1.78571rem; }
    @media (min-width: 901px) {
      #hawkitemlist .productGrid .product .card-price-review-container .review-container-text {
        margin-right: 8px;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px; } }
  #hawkitemlist .productGrid .product .card-price-review-container .card-text {
    font-family: "Altform";
    color: #798190;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.78571rem; }
    @media (min-width: 901px) {
      #hawkitemlist .productGrid .product .card-price-review-container .card-text {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 24px;
        font-weight: bold; } }

#hawkbreadcrumb {
  display: none; }

#hawkitemlist .productGrid .product .card-img-container {
  min-height: unset; }
  #hawkitemlist .productGrid .product .card-img-container .card-image {
    position: unset; }
  #hawkitemlist .productGrid .product .card-img-container .hawk-brokenImage {
    background-size: 100%; }

.hawk-body .body {
  margin-top: 40px; }
  @media (min-width: 901px) {
    .hawk-body .body {
      margin-top: 1.5rem; } }
  .hawk-body .body .container .page .sitebody {
    flex-direction: column;
    position: relative;
    padding-top: 100px; }
    @media only screen and (max-width: 500px) {
      .hawk-body .body .container .page .sitebody {
        padding-top: 130px; } }
    @media (min-width: 901px) {
      .hawk-body .body .container .page .sitebody {
        flex-direction: row;
        padding-top: 0; } }
    .hawk-body .body .container .page .sitebody .grid_3 {
      display: block;
      width: 100%;
      padding: 0; }
      @media (min-width: 901px) {
        .hawk-body .body .container .page .sitebody .grid_3 {
          width: 25%;
          padding-right: 50px; } }
    .hawk-body .body .container .page .sitebody .grid_9 {
      width: 100%;
      padding: 0; }
      @media (min-width: 901px) {
        .hawk-body .body .container .page .sitebody .grid_9 {
          width: 75%;
          padding: 0 10px; } }
      .hawk-body .body .container .page .sitebody .grid_9 #hawktitle {
        position: absolute;
        top: 0; }
        @media (min-width: 901px) {
          .hawk-body .body .container .page .sitebody .grid_9 #hawktitle {
            position: unset; } }
      .hawk-body .body .container .page .sitebody .grid_9 .hawk-searchView {
        position: absolute;
        top: 50px;
        width: 100%; }
        @media only screen and (max-width: 500px) {
          .hawk-body .body .container .page .sitebody .grid_9 .hawk-searchView {
            top: 80px; } }
        @media (min-width: 901px) {
          .hawk-body .body .container .page .sitebody .grid_9 .hawk-searchView {
            position: unset; } }

[data-reveal-id="videoPlayer"] img {
  object-fit: contain !important;
  padding: 20px; }

.type-category .page > img {
  display: none; }

.category-reviews-container .yotpo {
  display: none; }

.hawk-navGroupContent .hawk-slideFacet {
  z-index: 0; }

[data-content-region="item_block_top_container"] {
  position: relative; }

@media (max-width: 1699px) {
  .hotSpot-container {
    margin: 0;
    padding: 0 !important;
    width: 100% !important;
    max-width: initial !important; } }

.hotSpot-container .hot-spot-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 75px; }
  @media (min-width: 1700px) {
    .hotSpot-container .hot-spot-container {
      padding: 0; } }
  .hotSpot-container .hot-spot-container .hot-spot-title-container {
    width: 1100px;
    max-width: calc(100% + 90px);
    margin: 0 -35px; }
    @media (min-width: 1700px) {
      .hotSpot-container .hot-spot-container .hot-spot-title-container {
        max-width: 100%;
        margin: 0; } }
    .hotSpot-container .hot-spot-container .hot-spot-title-container h2 {
      color: #23304c;
      font-family: "Altform";
      font-size: 1.71429rem;
      line-height: 43px;
      font-weight: 600;
      letter-spacing: 0;
      text-align: center;
      margin: 0;
      text-transform: uppercase; }
      @media (min-width: 901px) {
        .hotSpot-container .hot-spot-container .hot-spot-title-container h2 {
          font-size: 2.28571rem;
          line-height: 58px; } }
    .hotSpot-container .hot-spot-container .hot-spot-title-container p {
      color: #798190;
      font-family: "Karla";
      font-size: 1.5rem;
      letter-spacing: 0;
      line-height: 38px;
      text-align: center;
      margin: 15px 0 50px; }
  .hotSpot-container .hot-spot-container .hot-spot-panel {
    display: none;
    padding-bottom: 20px;
    width: calc(100% + 110px);
    position: relative;
    z-index: 1; }
    @media (min-width: 551px) {
      .hotSpot-container .hot-spot-container .hot-spot-panel {
        width: 100%;
        padding-bottom: 27px; } }
    .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list {
      overflow: visible; }
      .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide {
        position: relative; }
        .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-image {
          width: 100%;
          height: 54vw;
          border-radius: 5px;
          object-fit: cover; }
          @media (min-width: 551px) {
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-image {
              height: 47vw; } }
          @media (min-width: 1700px) {
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-image {
              height: 800px; } }
        .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item {
          position: absolute;
          display: flex;
          justify-content: center; }
          .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .hot-spot-link {
            position: absolute;
            width: 50px;
            height: 50px;
            background: rgba(242, 201, 76, 0.2);
            border-radius: 50%;
            border: 1px solid #f8d44e;
            transition: 0.3s ease;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            padding: 1rem; }
            @media (min-width: 551px) {
              .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .hot-spot-link {
                width: 80px;
                height: 80px; } }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .hot-spot-link:after {
              content: '';
              width: 14px;
              height: 14px;
              background: #f8d44e;
              border-radius: 50%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%); }
              @media (min-width: 551px) {
                .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .hot-spot-link:after {
                  width: 24px;
                  height: 24px; } }
          .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item.is-open .hot-spot-link {
            width: 14px;
            height: 14px;
            padding: 7px; }
            @media (min-width: 551px) {
              .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item.is-open .hot-spot-link {
                width: 24px;
                height: 24px;
                padding: 12px; } }
          .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu {
            display: none;
            left: initial;
            top: initial;
            bottom: 20px;
            justify-content: center;
            width: 210px;
            padding: 25px 15px 15px;
            max-width: initial;
            border-radius: 5px;
            background: white;
            box-shadow: 0 4px 5px rgba(50, 50, 50, 0.3); }
            @media (min-width: 551px) {
              .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu {
                width: 270px; } }
            @media (min-width: 767px) {
              .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu {
                width: 300px;
                padding: 25px; } }
            @media (min-width: 901px) {
              .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu {
                width: 320px;
                padding: 25px 30px; } }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu:before {
              display: inline-block;
              width: 0;
              height: 0;
              border-right: 15px solid white;
              border-top: 15px solid transparent;
              border-left: 0 dotted;
              border-bottom: 15px solid transparent;
              vertical-align: middle;
              position: absolute;
              bottom: -22px;
              -webkit-filter: drop-shadow(-4px 0px 2px rgba(130, 130, 130, 0.3));
              filter: drop-shadow(-4px 0px 2px rgba(130, 130, 130, 0.3));
              -ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
              filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=2, Color='#444')";
              left: 50%;
              transform: translate(-50%, 0) rotate(270deg);
              content: ''; }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu.flipped {
              bottom: initial;
              top: 20px; }
              .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .dropdown-menu.flipped:before {
                top: -20px;
                transform: translate(-50%, 0) rotate(90deg); }
          .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item.is-open .dropdown-menu {
            display: flex; }
          .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup {
            display: flex;
            flex-direction: column;
            align-items: center; }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup .close-popup {
              position: absolute;
              right: 5px;
              top: 6px;
              width: 22px;
              height: 22px;
              cursor: pointer;
              display: flex;
              align-items: center;
              overflow: hidden; }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup img {
              width: 239px;
              margin-bottom: 7px;
              border-radius: 4px; }
              @media (min-width: 901px) {
                .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup img {
                  width: 279px; } }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup h4 {
              font-family: "Altform";
              font-weight: 600;
              font-size: 1.14286rem;
              line-height: 20px;
              color: #23304c;
              margin: 0 0 10px;
              text-align: center; }
              @media (min-width: 551px) {
                .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup h4 {
                  margin: 0 0 20px;
                  font-size: 1.28571rem;
                  line-height: 22px; } }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup p {
              font-family: "Karla";
              margin: 0 0 10px;
              font-weight: 400;
              font-size: 1.14286rem;
              line-height: 19px;
              text-align: center; }
              @media (min-width: 551px) {
                .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup p {
                  margin: 0 0 20px; } }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup a {
              text-transform: uppercase;
              margin: 0;
              width: 100%;
              padding: 10px;
              font-size: 0.85714rem; }
              @media (min-width: 551px) {
                .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup a {
                  padding: 20px 10px;
                  font-size: 1.14286rem; } }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup__options-list {
              display: flex;
              gap: 10px;
              list-style: none;
              margin-left: 0; }
              .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup__options-list li {
                width: 23px;
                height: 23px;
                border-radius: 50%; }
                .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup__options-list li.border-black {
                  border: 1px solid #000; }
                .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup__options-list li img {
                  width: 100%;
                  height: 100%;
                  object-fit: cover;
                  border-radius: 50%; }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup__startingAt {
              color: #5e5e5e; }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup__price .crossedout {
              text-decoration: line-through;
              color: #23304c;
              font-weight: 400; }
            .hotSpot-container .hot-spot-container .hot-spot-panel .slick-list .slick-track .hot-spot-slide .hot-spot-products .hot-spot-item .product-popup__price .red {
              color: #cc0000;
              font-weight: 400; }
    .hotSpot-container .hot-spot-container .hot-spot-panel.slick-initialized {
      display: block; }
  .hotSpot-container .hot-spot-container .hot-spot-carousel {
    display: none; }
    .hotSpot-container .hot-spot-container .hot-spot-carousel.slick-initialized {
      display: block; }
    .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-list {
      margin: 0 -6px; }
      @media (min-width: 551px) {
        .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-list {
          margin: 0 -12px; } }
      @media (min-width: 1261px) {
        .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-list {
          margin: 0 -27px; } }
      .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-list .slick-track .hot-spot-item {
        margin: 0 6px; }
        .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-list .slick-track .hot-spot-item.slick-selected {
          position: relative; }
          .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-list .slick-track .hot-spot-item.slick-selected:before {
            content: '';
            border: 3px solid #c273a7;
            border-radius: 5px;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%; }
        @media (min-width: 551px) {
          .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-list .slick-track .hot-spot-item {
            margin: 0 12px; } }
        @media (min-width: 1261px) {
          .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-list .slick-track .hot-spot-item {
            margin: 0 27px; } }
        .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-list .slick-track .hot-spot-item .hot-spot-image {
          border-radius: 5px;
          cursor: pointer;
          height: 13vw;
          object-fit: cover; }
          @media (min-width: 1700px) {
            .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-list .slick-track .hot-spot-item .hot-spot-image {
              height: 220px; } }
    .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow {
      border: none;
      height: 40px;
      width: 40px;
      padding: 0;
      background: none;
      top: 50%;
      transform: translate(0, -50%);
      margin: 0;
      z-index: 0; }
      @media (min-width: 901px) {
        .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow {
          height: 50px;
          width: 50px; } }
      .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow:before {
        background-image: url(https://store-1kskgks3ik.mybigcommerce.com/content/chevron-down.svg);
        height: 30px;
        width: 40px; }
        @media (min-width: 901px) {
          .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow:before {
            height: 40px;
            width: 50px; } }
      .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow.slick-prev {
        left: -56px; }
        @media (min-width: 901px) {
          .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow.slick-prev {
            left: -62px; } }
        @media (min-width: 1700px) {
          .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow.slick-prev {
            left: -66px; } }
        .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow.slick-prev:before {
          transform: rotate(90deg); }
      .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow.slick-next {
        right: -56px; }
        @media (min-width: 901px) {
          .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow.slick-next {
            right: -62px; } }
        @media (min-width: 1700px) {
          .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow.slick-next {
            right: -66px; } }
        .hotSpot-container .hot-spot-container .hot-spot-carousel .slick-arrow.slick-next:before {
          transform: rotate(270deg); }

.cart-preview-background {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1004;
  pointer-events: none; }
  .cart-preview-background:before {
    transition: background-color 0.3s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0); }
  .cart-preview-background.is-open {
    pointer-events: initial; }
    .cart-preview-background.is-open:before {
      background-color: rgba(0, 0, 0, 0.6); }
  .cart-preview-background .cart-preview-background-el {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 600px);
    height: 100%;
    cursor: pointer; }
  .cart-preview-background #cart-preview-dropdown {
    position: fixed !important;
    top: 0 !important;
    bottom: unset !important;
    left: unset !important;
    width: 600px !important;
    min-width: unset;
    max-width: 100% !important;
    height: 100%;
    transform: initial;
    opacity: 1;
    visibility: visible;
    right: -600px !important;
    transition: right 0.3s ease;
    display: block;
    background: white;
    padding: 27px 20px 20px; }
    @media (min-width: 600px) {
      .cart-preview-background #cart-preview-dropdown {
        padding: 40px 30px 20px; } }
    .cart-preview-background #cart-preview-dropdown.is-open {
      right: 0 !important; }
    .cart-preview-background #cart-preview-dropdown .cart-preview-alert {
      color: #008a06;
      display: none;
      position: absolute;
      top: 5px;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: 20px; }
    .cart-preview-background #cart-preview-dropdown .previewCartWrapper {
      height: calc(100% - 450px);
      overflow: hidden; }
      .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCartHeader {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCartHeader h2 {
          color: black;
          margin: 0;
          font-size: 1.5rem;
          font-weight: 400; }
          @media (min-width: 600px) {
            .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCartHeader h2 {
              font-size: 2rem; } }
        .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCartHeader .preview-cart-close {
          font-size: 3.21429rem;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 30px;
          position: relative;
          top: -4px; }
          @media (min-width: 600px) {
            .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCartHeader .preview-cart-close {
              top: 0; } }
      .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCartCount {
        font-weight: 400;
        font-size: 1.14286rem;
        line-height: 180%;
        color: #798190;
        margin: 10px 0 30px; }
        @media (min-width: 600px) {
          .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCartCount {
            margin: 10px 0 20px; } }
      .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart {
        height: calc(100% - 100px);
        overflow-y: auto;
        padding-bottom: 30px;
        border: none; }
        .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCart-emptyBody {
          font-size: 1.42857rem; }
        .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem {
          padding: 20px 0 20px 12px;
          display: flex;
          flex-direction: column; }
          @media (min-width: 600px) {
            .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem {
              flex-direction: row; } }
          .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem.totalSalePrice .previewCartItem-totalPrice {
            display: flex;
            flex-direction: column; }
            .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem.totalSalePrice .previewCartItem-totalPrice .price--red {
              color: #c00; }
          .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem:first-child {
            padding-top: 0; }
          .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left {
            display: flex; }
            .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-image-container .previewCartItem-image {
              width: 100px;
              height: 77px; }
              @media (min-width: 600px) {
                .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-image-container .previewCartItem-image {
                  width: 150px;
                  height: 107px; } }
              .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-image-container .previewCartItem-image:after {
                content: none; }
              .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-image-container .previewCartItem-image img {
                width: 100%;
                height: 100%;
                max-width: unset;
                object-fit: contain;
                margin: 0; }
            .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-image-container .form-increment {
              padding: 14px 0 0;
              display: flex;
              justify-content: center;
              align-items: center; }
              .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-image-container .form-increment .button {
                border: 1px solid #798190;
                border-radius: 50%;
                width: 15px;
                height: 15px;
                padding: 1px 0 0;
                display: flex;
                justify-content: center;
                align-items: center; }
                @media (min-width: 600px) {
                  .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-image-container .form-increment .button {
                    padding: 0; } }
                .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-image-container .form-increment .button .icon {
                  font-weight: 400;
                  font-size: 1.14286rem;
                  line-height: 16px;
                  color: #798190; }
                  .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-image-container .form-increment .button .icon.minus {
                    line-height: 14px; }
              .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-image-container .form-increment .form-input {
                font-weight: 400;
                font-size: 1.28571rem;
                color: #222f4d; }
            .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-content {
              padding-left: 10px;
              padding-right: 0;
              gap: 0;
              display: flex;
              flex-direction: column;
              justify-content: space-between;
              max-width: 100%;
              width: initial;
              flex: 1; }
              @media (min-width: 600px) {
                .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-content {
                  padding-left: 30px;
                  padding-right: 0.75rem; } }
              .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-content .previewCartItem-name {
                font-weight: 400;
                font-size: 1.14286rem;
                color: #222f4d;
                padding: 10px 0;
                margin: 0; }
              .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-content .previewCartItem-price {
                font-weight: 400;
                font-size: 1rem;
                color: #798190;
                padding-bottom: 10px; }
                .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-content .previewCartItem-price.availability {
                  padding-bottom: 0;
                  font-weight: 400;
                  font-size: 1rem;
                  color: #222f4d; }
              .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-left .previewCartItem-content .previewCartItem-brand {
                display: none; }
          .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-right {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between; }
            @media (min-width: 600px) {
              .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-right {
                flex-direction: column;
                justify-content: space-between;
                align-items: flex-end; } }
            .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-right .previewCartItem-totalPrice {
              margin: 0;
              font-weight: 500;
              font-size: 1.14286rem;
              line-height: 17px;
              color: #222f4d;
              padding: 10px 0;
              margin: 0; }
            .cart-preview-background #cart-preview-dropdown .previewCartWrapper .previewCart .previewCartList .previewCartItem .previewCartItem-right .cart-remove {
              font-weight: 400;
              font-size: 1rem;
              line-height: 17px;
              color: #798190;
              border: none;
              border-radius: 0;
              border-bottom: 1px solid #798190;
              padding: 0;
              margin: 0;
              text-transform: initial; }
    .cart-preview-background #cart-preview-dropdown .previewCartAction {
      height: 470px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: white;
      box-shadow: 0px -1px 36px -1px rgba(0, 0, 0, 0.08);
      border-radius: 0px 0px 0px 5px;
      border: none;
      display: flex;
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: center;
      overflow-y: auto;
      padding-left: 20px;
      padding-right: 20px; }
      @media (min-width: 600px) {
        .cart-preview-background #cart-preview-dropdown .previewCartAction {
          flex-direction: row;
          justify-content: center;
          align-items: normal; } }
      .cart-preview-background #cart-preview-dropdown .previewCartAction .shipping-estimate-submit {
        padding: 10px 18px;
        width: initial; }
      .cart-preview-background #cart-preview-dropdown .previewCartAction .coupon-form .coupon-flex {
        width: 100%;
        display: inline-flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end; }
        .cart-preview-background #cart-preview-dropdown .previewCartAction .coupon-form .coupon-flex .button {
          padding: 10px 18px;
          width: initial;
          margin-top: 10px; }
      .cart-preview-background #cart-preview-dropdown .previewCartAction .remove-coupon-container {
        display: inline;
        margin-left: 10px; }
      .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content {
        width: 400px;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals {
          width: 100%; }
          .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals .cart-total + .cart-total {
            border-top: 1px solid #e5e5e5; }
          .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals .cart-total .cart-total-label {
            font-weight: 400;
            font-size: 1rem;
            line-height: 180%;
            color: #798190;
            text-transform: initial;
            width: 60%;
            padding: 7px 0;
            text-align: left; }
            @media (min-width: 600px) {
              .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals .cart-total .cart-total-label {
                padding: 0.3571428571rem 0;
                font-size: 1.14286rem; } }
            .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals .cart-total .cart-total-label.final-total--label {
              font-weight: bold;
              color: #222f4d;
              font-size: 1.28571rem;
              padding: 0.5rem 0 1rem; }
              @media (min-width: 600px) {
                .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals .cart-total .cart-total-label.final-total--label {
                  padding: 0.3571428571rem 0 0.7857142857rem; } }
          .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals .cart-total .cart-total-value {
            font-weight: 400;
            font-size: 1rem;
            line-height: 180%;
            color: #798190;
            padding: 7px 0;
            text-align: right;
            width: 40%; }
            @media (min-width: 600px) {
              .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals .cart-total .cart-total-value {
                padding: 0.3571428571rem 0;
                font-size: 1.14286rem; } }
            .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals .cart-total .cart-total-value.final-total--value {
              font-weight: bold;
              color: #222f4d;
              font-size: 1.28571rem;
              padding: 0.5rem 0 0.5rem 1.5rem;
              display: flex;
              justify-content: flex-end; }
              @media (min-width: 600px) {
                .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals .cart-total .cart-total-value.final-total--value {
                  padding: 0.3571428571rem 0 0.7857142857rem 1.5rem; } }
              @media (min-width: 901px) {
                .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals .cart-total .cart-total-value.final-total--value {
                  top: 0; } }
          .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .cart-totals .cart-total .select-shipping-quote {
            margin-bottom: 15px; }
        .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 100%; }
          .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-viewCart {
            padding: 0;
            margin: 10px 0 0; }
          .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-checkout {
            width: 100%;
            padding: 0; }
            .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-checkout .button {
              display: flex;
              justify-content: center;
              align-items: center;
              gap: 10px;
              padding-top: 1.1428571429rem;
              padding-bottom: 1.1428571429rem;
              font-size: 1.14286rem;
              line-height: 20px;
              letter-spacing: 0.090em;
              font-weight: bold;
              color: #222f4d;
              margin-bottom: 14px;
              border-color: #ffc439;
              background-color: #ffc439; }
              @media (min-width: 600px) {
                .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-checkout .button {
                  letter-spacing: 0.175em; } }
              .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-checkout .button:hover, .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-checkout .button:active, .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-checkout .button:focus {
                color: #222f4d !important;
                background-color: #ffc439 !important;
                border-color: #ffc439 !important; }
              .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-checkout .button .checkout-lock {
                position: relative;
                top: -1px; }
          .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-view-cart {
            width: 100%;
            padding: 0; }
            .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-view-cart .button {
              padding-top: 1.1428571429rem;
              padding-bottom: 1.1428571429rem;
              font-size: 1.14286rem;
              line-height: 20px;
              letter-spacing: 0.175em;
              font-weight: bold;
              color: #798190;
              margin-bottom: 11px;
              border-width: 2px;
              border-color: #798190;
              background-color: #ffffff; }
              .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-view-cart .button:hover, .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-view-cart .button:active, .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-view-cart .button:focus {
                color: #798190 !important;
                background-color: #fff !important;
                border-width: 2px !important;
                border-color: #798190 !important; }
              @media (min-width: 600px) {
                .cart-preview-background #cart-preview-dropdown .previewCartAction .previewCartAction-content .previewCartButtons .previewCartAction-view-cart .button {
                  margin-bottom: 18px; } }

.contact-us--page {
  padding: 0 10px 100px; }
  .contact-us--page .contact-us--widget {
    display: flex;
    flex-direction: column; }
    @media (min-width: 901px) {
      .contact-us--page .contact-us--widget {
        display: grid;
        grid-template-areas: "topSection formSection" "bottomSection formSection";
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 50px; } }
    @media (min-width: 1261px) {
      .contact-us--page .contact-us--widget {
        grid-column-gap: 100px; } }
    .contact-us--page .contact-us--widget .top-section {
      grid-area: topSection;
      order: 1;
      margin: 0 0 50px; }
    .contact-us--page .contact-us--widget .bottom-section {
      grid-area: bottomSection;
      order: 3; }
    .contact-us--page .contact-us--widget .form-section {
      grid-area: formSection;
      order: 2; }
    .contact-us--page .contact-us--widget h1 {
      font-family: "Altform Regular";
      color: #23304c;
      font-weight: 600;
      margin: 0 0 15px;
      font-size: 1.71429rem;
      line-height: 3.07143rem; }
      @media (min-width: 901px) {
        .contact-us--page .contact-us--widget h1 {
          font-size: 3rem;
          line-height: 5.42857rem;
          margin: 0; } }
    .contact-us--page .contact-us--widget h2 {
      font-family: "Altform";
      color: #23304c;
      font-weight: 600;
      font-size: 1.28571rem;
      line-height: 2.28571rem;
      margin: 50px 0 10px; }
      @media (min-width: 901px) {
        .contact-us--page .contact-us--widget h2 {
          margin: 50px 0 10px;
          letter-spacing: 0.03rem; } }
    .contact-us--page .contact-us--widget p {
      font-family: "Altform Regular";
      color: #798190;
      font-size: 1.28571rem;
      line-height: 2.28571rem;
      letter-spacing: 0.02571rem;
      font-weight: 400;
      margin: 0; }
      @media (min-width: 901px) {
        .contact-us--page .contact-us--widget p {
          font-size: 1.5rem;
          line-height: 2.71429rem;
          letter-spacing: normal; } }
  .contact-us--page .socialLinks-item {
    margin-right: 15px; }
    .contact-us--page .socialLinks-item .icon {
      width: 40px;
      height: 40px;
      padding: 8px;
      background-color: #798190; }
      .contact-us--page .socialLinks-item .icon.icon--linkedin {
        padding: 6px; }
        .contact-us--page .socialLinks-item .icon.icon--linkedin svg {
          background-color: white;
          fill: #798190;
          stroke: #798190; }
  @media (min-width: 901px) {
    .contact-us--page .hbspt-form {
      margin: 5rem 0; } }
  .contact-us--page .hbspt-form label span {
    font-family: "Altform Regular";
    color: black;
    font-weight: 600;
    font-size: 1.14286rem;
    line-height: 2.07143rem; }

.custom-icons {
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 55%;
  flex-wrap: wrap; }
  .custom-icons ul,
  .custom-icons ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 901px) {
    .custom-icons {
      flex-wrap: nowrap; } }
  .custom-icons li {
    text-align: center;
    width: 50%; }
    @media (min-width: 901px) {
      .custom-icons li {
        width: 25%; } }
  .custom-icons .custom-title {
    color: #203052;
    font-family: "Altform Regular";
    font-size: 1.07143rem;
    padding: 20px 30px; }
    @media (min-width: 901px) {
      .custom-icons .custom-title {
        font-size: 1.21429rem;
        padding: 20px 15px; } }
    @media (min-width: 1261px) {
      .custom-icons .custom-title {
        padding: 20px 41px; } }
  .custom-icons .custom-icon {
    padding: 0 45px; }
    @media (min-width: 1261px) {
      .custom-icons .custom-icon {
        padding: 0 65px; } }
  .custom-icons.light-icons .custom-title {
    color: #FFFFFF; }

.pages-home .custom-icons {
  margin-bottom: -390px;
  position: relative;
  z-index: 1;
  width: 100%; }
  @media (min-width: 551px) {
    .pages-home .custom-icons {
      margin-bottom: -190px; } }
  @media (min-width: 901px) {
    .pages-home .custom-icons {
      margin-bottom: -230px; } }
  @media (min-width: 1261px) {
    .pages-home .custom-icons {
      margin-bottom: -260px;
      padding-top: 60px; } }
  @media (min-width: 1441px) {
    .pages-home .custom-icons {
      margin-bottom: -330px;
      padding-top: 100px; } }
  .pages-home .custom-icons .custom-icon {
    padding: 0 50px; }
    @media (min-width: 551px) {
      .pages-home .custom-icons .custom-icon {
        padding: 0 65px; } }
    @media (min-width: 901px) {
      .pages-home .custom-icons .custom-icon {
        padding: 0 85px; } }
    @media (min-width: 1261px) {
      .pages-home .custom-icons .custom-icon {
        padding: 0 135px; } }
  @media (min-width: 551px) {
    .pages-home .custom-icons li {
      width: 25%; } }

.productView .custom-icons {
  width: 100%;
  margin-top: 35px; }
  @media (min-width: 551px) {
    .productView .custom-icons li {
      width: 25%; } }
  @media (min-width: 901px) {
    .productView .custom-icons .custom-icon {
      padding: 0 15px; } }
  @media (min-width: 1261px) {
    .productView .custom-icons .custom-icon {
      padding: 0 45px; } }

.productView .iconBar--mobile {
  display: block; }
  @media (min-width: 901px) {
    .productView .iconBar--mobile {
      display: none; } }
  .productView .iconBar--mobile .custom-icons {
    flex-direction: column;
    align-items: center;
    max-width: 200px;
    margin: 0 auto; }
    .productView .iconBar--mobile .custom-icons li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 20px; }
    .productView .iconBar--mobile .custom-icons .custom-icon {
      padding: 0; }
      .productView .iconBar--mobile .custom-icons .custom-icon img {
        width: 40px;
        height: 40px; }
    .productView .iconBar--mobile .custom-icons .custom-title {
      padding: 0;
      font-size: 1.14286rem;
      width: 10rem;
      text-align: left; }

.productView .iconBar--desktop {
  display: none; }
  @media (min-width: 901px) {
    .productView .iconBar--desktop {
      display: block; } }

.pages-custom-page-hullabalook .container {
  width: 100% !important;
  max-width: unset !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (min-width: 1560px) {
    .pages-custom-page-hullabalook .container {
      max-width: 90% !important; } }

.page-3d-space-designer {
  background-color: #F2F4F6; }

.hullabalook {
  margin: 2rem .5rem; }
  .hullabalook .page-heading {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0; }
    @media (min-width: 901px) {
      .hullabalook .page-heading {
        font-size: 44px; } }
  .hullabalook .page-subheading {
    font-size: 16px;
    text-align: center;
    margin: 0; }
    @media (min-width: 901px) {
      .hullabalook .page-subheading {
        font-size: 24px; } }
