@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 transparent !important;
  outline-offset: 1px !important; }

input:focus + label {
  outline: 2px solid transparent !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:993px)/";
  width: 551px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: white;
  color: black;
  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: 15px; }
  @media (min-width: 551px) {
    html {
      font-size: 15px; } }
  @media (min-width: 993px) {
    html {
      font-size: 15px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 15px; } }

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 0.73333rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: black;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 30px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: black;
  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.06667rem;
  width: 1.06667rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: black;
    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.13333rem;
  margin-left: -1.46667rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.46667rem; }
    .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: 2.03333rem;
  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.73333rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.73333rem 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: "Roboto", 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: black;
  font-size: 1rem;
  padding: 0.93333rem 2.23333rem;
  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.73333rem; } }

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

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.73333rem 0.73333rem; }
  .button--icon svg {
    fill: black; }

/*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.73333rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.73333rem;
  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: black;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.53333rem; }
  .form-label small {
    color: black;
    font-size: 0.66667rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: black;
  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: black;
  color: black;
  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 2.03333rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

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

Styling of the select element with the multiple attribute

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

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

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

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

.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(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(0, 0, 0, 0.999);
  content: "";
  font-size: 0.93333rem;
  line-height: 1;
  text-align: center; }

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

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

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

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

/*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: 6rem;
  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: black;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.86667rem;
  cursor: pointer;
  display: inline-block;
  height: 1.86667rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4rem; }
  .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.33336rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.33336rem;
  left: 0.19999rem;
  position: absolute;
  top: 0.19999rem;
  transition: all 100ms ease-out;
  width: 1.33336rem; }
  .switch--checked .switch-toggle::before {
    left: 2.33332rem; }

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

.switch-label--icon.icon {
  height: 1.73333rem;
  width: 1.73333rem; }
  .switch-label--icon.icon svg {
    height: 1.73333rem;
    width: 1.73333rem;
    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 2.03333rem;
    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.46667rem;
  width: 1.46667rem;
  float: left;
  margin: 0 0 0 -2rem;
  position: relative;
  top: 0.66667rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

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

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.4rem 0 -0.53333rem;
  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 2.03333rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2.03333rem 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: black;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: black; }
  .breadcrumb.current {
    color: black;
    cursor: default; }
    .breadcrumb.current a {
      color: black;
      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: black;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.53333rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.53333rem; } }

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

.tab.is-active .tab-title {
  color: black;
  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.73333rem; }

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

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

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

li.pagination-item--current a, li.pagination-item--current button {
  color: #006cff;
  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.73333rem;
  padding: 0.73333rem 1.13333rem 0.73333rem 1.13333rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.33333rem;
    width: 1.33333rem; }
  .alertBox .button {
    margin: 0 0 0 0.73333rem; }

.alertBox--info {
  background-color: #0d6795;
  border-color: #0d6795;
  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.13333rem; }

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

.alertBox-heading {
  margin: 0; }

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

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

.accordion-content {
  display: none;
  padding: 2.03333rem;
  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.73333rem 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.73333rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

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

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

.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.66667rem;
    width: 2.66667rem;
    border-radius: 2.66667rem;
    border: solid 2px;
    border-color: #bc0105 #bc0105 #3f51b5 #3f51b5;
    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.73333rem 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.4rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 13.33333rem; } }

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

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

.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: #797979;
    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.06667rem;
  margin-top: -1rem;
  padding: 0.66667rem;
  width: 2.66667rem;
  z-index: 1; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.73333rem;
    width: 1.33333rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.4rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23797979' 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.13333rem;
    width: 2.13333rem;
    margin: 0;
    padding: 0.33333rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1rem;
      width: 1rem;
      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.66667rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.53333rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.26667rem 0.4rem;
    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.53333rem;
  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: 993px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: black;
    font-size: 2rem; }
  .swal2-modal .swal2-content {
    color: black;
    font-size: 1.13333rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid black;
    color: black; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: black; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Roboto", 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: black;
    font-size: 1rem;
    padding: 0.93333rem 2.23333rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #999999;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #11b700;
    border-color: #11b700;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #193862;
    border-color: #193862;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #193862;
    border-color: #193862;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #cccccc;
    color: black; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.73333rem; }

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

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

figure {
  margin-bottom: 2.03333rem;
  margin-top: 2.03333rem; }
  figure > figcaption {
    margin-bottom: -0.53333rem; }

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 30px; }

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: black;
  float: left;
  font-weight: 400;
  margin: 0 0.4rem 0 0; }

.definitionList-value {
  margin: 0; }

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

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

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

.table {
  margin-top: 2.03333rem; }
  .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.4rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 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.73333rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.26667rem 1.13333rem;
    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: 993px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @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: 2.88333rem; }

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

.modal-close {
  height: 2.13333rem;
  width: 2.13333rem;
  color: black;
  font-size: 26px;
  line-height: 2.13333rem;
  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.66667rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.53333rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.26667rem 0.4rem;
    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: 993px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: calc(50% - remCalc(10px)); }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: black;
    font-size: 1.13333rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #11b700;
      border-color: #11b700;
      color: white; }
    .modal--alert .button-container .confirm:focus,
    .modal--alert .button-container .confirm:hover {
      background-color: #193862;
      border-color: #193862;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #193862;
      border-color: #193862;
      color: white; }

.hide-content {
  opacity: 0; }

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 black;
    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: 2.03333rem;
  padding: 2.03333rem; }

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

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

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

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

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

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

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

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

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

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

.tab-title {
  padding: 1.13333rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 993px) {
    .tab-title {
      padding: 0.73333rem 1.5rem; } }
  @media (min-width: 1261px) {
    .tab-title {
      padding: 0.73333rem 1.2rem; } }

.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: 993px) {
  .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: black;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  text-decoration: none;
  width: 100%;
  background-color: #f5f5f5; }

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

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

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

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

@media (min-width: 993px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    padding: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 993px) {
    .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;
  margin-bottom: 0; }

.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: black;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%); }
  @media (min-width: 993px) {
    .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.73333rem; }
  .inlineList--labels > li {
    margin-bottom: 0.73333rem;
    margin-left: 0.73333rem; }

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 98.4rem;
  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.73333rem; }
      @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.73333rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.2rem 0.33333rem; }

.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.33333rem; }
  .form-field--success .form-input--incrementTotal {
    float: none; }

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.46667rem;
  width: 1.46667rem;
  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.33333rem;
  line-height: 1rem;
  padding: 0.6rem 0.8rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.4rem;
  padding-left: 1.9rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid black;
    border-width: 1px;
    height: 1.06667rem;
    left: 0;
    top: 0;
    width: 1.06667rem; }
  .navList-action--checkbox::after {
    height: 0.93333rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.93333rem; }
  .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(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(0, 0, 0, 0.999);
    content: "";
    font-size: 0.93333rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.53333rem; }
  .navList-action--checkbox::after {
    margin-top: -0.46667rem; }
  .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.26667rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.86667rem;
    width: 0.86667rem;
    fill: #006cff; }
  .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.73333rem; }
    @media (min-width: 993px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 993px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 993px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid black;
        margin: 0;
        padding-left: 0.73333rem; } }
  .navBar--sub .navBar-action {
    color: black;
    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 black;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

.actionBar-section .form-label {
  color: black;
  font-size: 13px;
  line-height: 2.2rem;
  margin-bottom: 0;
  padding-left: 0.73333rem; }

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

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

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

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.73333rem -0.73333rem 0 0;
  padding: 0.06667rem 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: 993px) {
    .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.73333rem;
      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.86667rem;
      position: absolute; }

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

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

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 20rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu::before {
    left: 9.33333rem !important; }
  .navUser-action--storeCredit + .dropdown-menu::after {
    left: 9.46667rem !important; }

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

.navUser-item {
  display: none; }
  @media (min-width: 993px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.33333rem;
        padding-right: 0.33333rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.66667rem;
        margin-top: 0.53333rem;
        padding-left: 0.13333rem; } }

.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: 21.33333rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.33333rem;
      top: auto !important; }
      @media (min-width: 993px) {
        .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.4rem; }
        @media (min-width: 993px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.73333rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.53333rem; }
        @media (min-width: 993px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.86667rem; } }

.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.8rem;
  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.2rem;
  text-align: center;
  width: 20px; }

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

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

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

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

.navPages {
  background-color: #e5e5e5;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 993px) {
    .navPages {
      margin: 0 auto;
      max-width: 98.4rem;
      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: 993px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 993px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
    @media (min-width: 993px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 98.4rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

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

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

@media (min-width: 993px) {
  .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: 993px) {
    .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: 993px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.53333rem;
        width: 0.53333rem;
        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: 993px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: white;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.73333rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 993px) {
    .navPages-action {
      display: inline-block;
      padding: 0.73333rem 1.13333rem 1.13333rem; }
      .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: white;
    stroke: white;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: black; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 993px) {
  .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.73333rem 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: black;
    display: inline-block;
    padding: 0.4rem 0.53333rem;
    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.33333rem;
    width: 1.33333rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: black;
      transition: all 0.15s ease; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.4rem;
    margin-right: 0.73333rem; }
    .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.66667rem;
      content: " ";
      position: absolute;
      right: 0;
      top: 50%; }
    .socialLinks-item .socialLinks__link::after {
      background-color: #313440;
      border-radius: 0.53333rem;
      color: white;
      content: attr(title);
      cursor: default;
      font-size: 1rem;
      padding: 0.26667rem 0.4rem;
      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.4rem;
  width: 1.4rem; }

.socialLinks--alt svg {
  fill: black; }

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

.heroCarousel-content {
  background-color: white;
  padding: 0.73333rem 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: 46.66667rem;
      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: 993px) {
    .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: 993px) {
    .heroCarousel-description {
      font-size: 15px; } }

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

@media (min-width: 993px) {
  .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: 993px) {
  .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: 66.40625%;
    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.73333rem;
        padding-top: 0.73333rem; } }
    .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.2rem; }
  @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.4rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.4rem; }
  @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: 993px) {
    .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: 993px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

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

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

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

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

.productView {
  padding-top: 1rem; }

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

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 993px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.73333rem; }

.productView-img-container {
  margin: auto;
  max-width: 512px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 66.40625%;
    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;
  width: 200px; }
  .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; }
  @media (max-width: 992px) {
    .productView-thumbnails {
      width: 100%; } }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .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: 100px; }

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

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

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

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

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

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

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

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

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

.productView-info-value {
  margin-bottom: 0.4rem; }
  @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.66667rem;
      width: 50%; } }
  @media (min-width: 993px) {
    .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: 993px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.73333rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.73333rem; }

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

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

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

.compareTable-item {
  padding: 3.26667rem 1rem 1.26667rem; }
  @media (min-width: 993px) {
    .compareTable-item {
      padding-top: 1.26667rem; } }

.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: black;
    height: 1.5rem;
    margin-top: 0.53333rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2.03333rem 1rem 1.26667rem; }
  .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.73333rem;
    padding-right: 0.73333rem;
    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: 66.66667rem; }

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

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

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

.toggleLink {
  color: black; }
  .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: 98.4rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2.03333rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 993px) {
    .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: 993px) {
    .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: 2.03333rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
  .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: 993px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

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

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

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.2rem 0.53333rem 0.2rem 0.73333rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.8rem;
    width: 0.8rem;
    display: inline-block;
    fill: black;
    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.53333rem 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: 993px) {
    .cart {
      display: table; } }

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

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

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

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

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

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

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

.cart-item-label {
  color: black;
  float: left;
  margin-bottom: 0.4rem;
  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: 993px) {
    .cart-item-label {
      display: none; } }

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

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

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

.cart-item-options--giftWrapping {
  margin-top: 1.13333rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: black; }

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

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 993px) {
    .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: 993px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e5e5e5; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.13333rem;
    padding: 0.53333rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.33333rem center;
    background-size: 1.33333rem 1.33333rem;
    height: 2.13333rem;
    margin-bottom: 0.73333rem;
    padding: 0 0.73333rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: black;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 993px) {
    .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: 993px) {
    .cart-total-value {
      width: 50%; } }

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

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

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.gift-certificate-add,
.gift-certificate-cancel {
  color: black;
  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.73333rem;
    padding-right: 0.73333rem;
    width: 20%; }

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

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

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

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

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

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

.previewCartItem {
  margin: 0 auto;
  max-width: 98.4rem;
  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: 131.57895%;
    width: 100%; }
  .previewCartItem-image img {
    max-height: 90%;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  @media (min-width: 320px) {
    .previewCartItem-image::after {
      padding-bottom: 75%; } }
  @media (min-width: 481px) {
    .previewCartItem-image::after {
      padding-bottom: 100%; } }

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 98.4rem;
  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.73333rem 0.4rem; } }
  @media (min-width: 481px) {
    .previewCartAction {
      padding: 1.5rem 0.73333rem; } }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    width: 100%; }

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

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

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

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

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

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

.address {
  display: inline-block;
  padding: 0 0.73333rem;
  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: 16.66667rem;
    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.73333rem;
    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.73333rem; }
      .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.4rem; } }

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #006cff; }
  .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.06667rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.66667rem;
  position: relative;
  margin-bottom: 1.9rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 993px) {
    .videoGallery-item {
      width: 50%; } }

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

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

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

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

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

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

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

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

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

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

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

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

.maintenanceNotice-header {
  font-family: "Roboto";
  margin: 0 0 0.73333rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.login {
  margin: 3rem auto 6rem; }

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

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

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

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

.account-product-figure--opposite {
  float: right;
  margin-left: 0.73333rem;
  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 2.03333rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.57895%;
    width: 100%; }

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

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.53333rem;
  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.2rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.73333rem; }

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

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

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

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

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

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

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

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

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

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

.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.4rem;
  padding: 0.2rem 0.53333rem; }

.account-orderStatus-action {
  color: black;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.73333rem;
  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: black;
  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: black;
  font-size: 15px;
  margin-bottom: 0.2rem;
  text-transform: inherit; }

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

.account-downloadsItem-availability {
  color: black; }

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

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

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

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

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

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

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

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

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

.paymentMethod {
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  border-radius: 0.2rem;
  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.73333rem;
    width: 1.86667rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 2.8rem; } }
  .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.73333rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.2rem;
    margin-left: 0.73333rem;
    width: 1.2rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.33333rem;
        width: 1.33333rem; } }
  .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;
  justify-items: center;
  flex-direction: column;
  height: 100%;
  min-height: 12.4rem;
  text-decoration: none; }
  .newPaymentMethod-icon {
    font-size: 50px;
    line-height: 1;
    margin: auto 0 0.73333rem; }
  .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.73333rem; } }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Roboto", 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.2rem;
  width: 2.26667rem; }

.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.6rem;
  top: 2.6rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.4rem;
    width: 1.4rem; }

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

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

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

.skip-to-main-link {
  background: #f3f3f3;
  color: black;
  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.header {
  height: 6.93333rem !important; }
  @media (min-width: 993px) {
    header.header {
      height: auto !important; } }

.header {
  background-color: #f3f3f3;
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 993px) {
    .header {
      border-bottom: 1px solid #e5e5e5;
      display: flex;
      flex-direction: column;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 993px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.66667rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.5rem;
      margin-right: 5.5rem; } }
  @media (min-width: 993px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.4rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 993px) {
      .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: 993px) {
    .header-logo--left {
      margin-left: 2.66667rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

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

.header-logo-text {
  display: block;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 500;
  letter-spacing: 0.13333rem;
  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: 993px) {
    .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: 30px; } }

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

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

.header-logo-image {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  margin: 0 auto;
  max-height: 2.2rem; }
  @media (min-width: 993px) {
    .header-logo-image {
      max-height: none; } }

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

.mobileMenu-toggle {
  height: 3.66667rem;
  width: 3.66667rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.2rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 993px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    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.33333rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.8rem;
    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: black;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 6rem;
  margin-top: 1.5rem; }
  @media (min-width: 993px) {
    .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: 993px) {
  .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: 993px) {
    .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: #ececec;
  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: black;
  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: 993px) {
    .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: 993px) {
  .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: 993px) {
  .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: black;
    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: black;
    font-size: 12px;
    margin: 0; }
  .footer-copyright > .paypal-credit {
    color: black;
    font-size: 12px;
    margin: 1em 0 2em; }
  .footer-copyright a {
    color: black;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  height: 2.66667rem;
  margin-top: 1.5rem; }
  @media (min-width: 993px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.4rem;
    vertical-align: middle;
    width: 3.33333rem; }
  .footer-payment-icons svg {
    fill: black; }

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

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 993px) {
    .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.4rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: black;
  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: 290px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  @media (min-width: 993px) {
    .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: 993px) {
    .blog-post-body {
      width: 66.66667%; } }
  @media (min-width: 1261px) {
    .blog-post-body {
      width: 50%; } }

@media (pointer: coarse) {
  .blog-post ul li a {
    padding: .8em 0;
    display: block; } }

@media only screen and (max-width: 760px) {
  .blog-post iframe {
    width: 100%; } }

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

.sidebarBlock-heading {
  font-size: 1rem;
  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: 993px) {
      .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: 993px) {
      .productGrid .product {
        width: 25%; } }

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

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

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

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

@media (min-width: 993px) {
  .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.73333rem; }
  .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.73333rem;
      padding-right: 0.73333rem;
      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.26667rem;
    padding-right: 0.73333rem;
    width: 75%; } }

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

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

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

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

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

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

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

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.73333rem 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; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 993px) {
    .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: 993px) {
    .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: 993px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

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

.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: 1rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.33333rem;
  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.33333rem;
  line-height: 1.06667rem;
  padding-left: 0.53333rem;
  padding-right: 0.73333rem;
  padding-top: 0.1rem;
  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.33333rem;
  left: -25px;
  line-height: 1.06667rem;
  padding-top: 0.1rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: background-color 800ms ease;
  width: 7.93333rem;
  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: 22px;
  width: 22px; }

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

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

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

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

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

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

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

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

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

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

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

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

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default i {
  background: transparent;
  height: 24px;
  line-height: 24px;
  width: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

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

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

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

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

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

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

.jstree-default-small .jstree-wholerow {
  height: 18px; }

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

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

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

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

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

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

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

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

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

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

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

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

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

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

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

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

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  height: 18px;
  line-height: 18px;
  width: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

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

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

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

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

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

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

.jstree-default-large .jstree-wholerow {
  height: 32px; }

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

.jstree-default-large .jstree-node {
  background-position: -288px 0;
  background-repeat: repeat-y; }

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

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0; }

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

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 0; }

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

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

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

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

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

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

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

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

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

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0 -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0 no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-color: transparent;
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  height: 32px;
  line-height: 32px;
  width: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0 -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

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

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    font-size: 1.1em;
    font-weight: bold;
    line-height: 40px;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    height: 40px;
    width: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-top-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    line-height: 40px;
    margin-left: 40px;
    min-height: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    height: 40px;
    line-height: 40px;
    width: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0 !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0 !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-size: 1.1em;
    font-weight: bold;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    background: #ebebeb;
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    border-top: 0;
    box-shadow: inset 0 6px 3px -5px #666; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.hide-local {
  display: none !important; }

.flex {
  display: flex; }

.flex-center {
  align-self: center; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

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

.hide {
  display: none !important; }

.product-videos-target iframe {
  min-height: 480px; }

@media only screen and (max-width: 760px) {
  .blog-post-body .blog-post a {
    word-break: break-all; }
  /* Force table to not be like tables anymore */
  table.knowledge-table {
    display: block;
    /* Hide table headers (but not display: none;, for accessibility) */
    /*
        Label the data
        */ }
    table.knowledge-table thead, table.knowledge-table tbody, table.knowledge-table th, table.knowledge-table td, table.knowledge-table tr {
      display: block; }
    table.knowledge-table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    table.knowledge-table tr {
      border: 1px solid #ccc; }
    table.knowledge-table td {
      /* Behave  like a "row" */
      border: none;
      border-bottom: 1px solid #eee;
      position: relative;
      padding-left: 50%; }
    table.knowledge-table td:before {
      /* Now like a table header */
      position: absolute;
      /* Top/left values mimic padding */
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap; }
    table.knowledge-table td:nth-of-type(1):before {
      content: "State Law"; }
    table.knowledge-table td:nth-of-type(2):before {
      content: "Law Passed"; }
    table.knowledge-table td:nth-of-type(3):before {
      content: "Fine Amount up to"; }
    table.knowledge-table td:nth-of-type(4):before {
      content: "Applies To"; }
    table.knowledge-table td:nth-of-type(5):before {
      content: "Notes"; }
  .product-videos-target iframe {
    min-height: 180px; } }

img.lazyload {
  width: 50px !important;
  height: 50px !important; }

a, p, div, span {
  font-display: optional; }

.search-container {
  background-color: #fff; }

.body {
  margin-bottom: 2rem;
  margin-top: 1.2rem; }
  @media (min-width: 993px) {
    .body {
      margin-top: 1rem; } }

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select:focus,
textarea {
  font-size: 14px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
  textarea,
  input {
    font-size: 14px; } }

div#maintenance-notice {
  display: none; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
    a:hover img {
      opacity: .7; }

/* Link Color Overrides */
.cat-title {
  color: #193862; }
  .cat-title > a {
    color: #193862 !important; }

.u-textAlignCenter > a {
  color: #193862 !important; }

.lazyautosizes.lazyloaded ~ p {
  color: #193862; }

.shop-now {
  color: #006cff !important; }
  .shop-now > a {
    color: #006cff !important; }

.video-col.first a {
  color: #006cff !important; }

.news-col > a {
  color: #006cff !important; }
  .news-col > a > p {
    color: #006cff !important; }

.cat-img-col-4 > .text-center > a {
  color: #193862 !important; }

/* End Link Color Overrides */
.pace {
  display: none; }

ul.breadcrumbs {
  text-align: left;
  border-bottom: 1px solid #525252;
  padding: .4rem 0;
  display: block;
  margin: -0.55rem -0.75rem .7rem; }
  @media (min-width: 993px) {
    ul.breadcrumbs {
      margin: 0 0 .7rem;
      border-top: 1px solid #525252; } }
  ul.breadcrumbs span.breadcrumb-label.last {
    color: #B4B4B4 !important; }
  ul.breadcrumbs.two li:nth-child(2) {
    display: inline-block; }

h1.page-heading {
  line-height: 1.25;
  margin: 0 0 1rem;
  text-align: left; }

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

svg.ob-icon {
  width: 1.4rem;
  height: 1.4rem; }

:focus {
  outline: none !important; }

.previewCartAction-viewCart {
  padding: 0;
  width: 100%;
  margin-top: .5rem; }

@media (min-width: 993px) {
  .container--mobile-full {
    margin-left: auto;
    margin-right: auto;
    max-width: 104.4rem;
    padding: 0 1.5rem;
    position: relative;
    width: 100%; } }

@media (min-width: 1261px) {
  .container--mobile-full {
    padding: 0 6rem; } }

.category-section-half div {
  align-self: flex-start !important; }

.__mce_add_custom__ {
  margin-top: 5.5px; }

@media (max-width: 900px) and (min-width: 802px) {
  header .navPages li.navPages-item a.navPages-action,
  header a.navPages-action {
    padding-right: 0.3rem !important;
    padding-left: 0.3rem !important; } }

h1.page-heading {
  font-size: 26px !important; }

.breadcrumb-label[href="https://extreme-tactical-dynamics9.mybigcommerce.com/pages/customer-videos"]:hover,
.breadcrumb-label[href="javascript:void(0)"]:hover {
  cursor: default; }

.cartContent--payment .PayPalExpressCheckout {
  margin-top: 1rem; }
  .cartContent--payment .PayPalExpressCheckout p {
    display: none; }

.product-videos-target {
  display: flex; }
  .product-videos-target iframe:first-child {
    margin-right: 0.25rem; }
  .product-videos-target iframe:nth-child(2n) {
    margin-left: 0.25rem; }
  @media (min-width: 993px) {
    .product-videos-target {
      flex-direction: row; }
      .product-videos-target iframe:first-child {
        margin-right: 0.5rem; }
      .product-videos-target iframe:nth-child(2n) {
        margin-left: 0.5rem; } }

@media (max-width: 800px) {
  .static-menu-trigger {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0rem 0.75rem;
    padding: 0.75rem 1.5rem;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    background-color: #f5f5f5;
    border: 2px solid #e5e5e5; }
    .static-menu-trigger .arrow-down,
    .static-menu-trigger .arrow-right {
      margin-top: 4px;
      height: 1rem;
      width: 1rem;
      stroke: #999999;
      fill: #999999;
      stroke-width: 0.02rem; }
      .static-menu-trigger .arrow-down svg,
      .static-menu-trigger .arrow-right svg {
        height: 1rem;
        width: 1rem;
        stroke-width: 0.02rem;
        stroke: #999999;
        fill: #999999; }
    .static-menu-trigger .arrow-down {
      display: none; }
    .static-menu-trigger ~ .static-container {
      transition: height 0.4s ease-out;
      height: 0 !important;
      overflow: hidden; }
    .static-menu-trigger ~ .active-static-menu {
      height: auto !important; }
  .active-static-menu-container {
    border-bottom: none; }
    .active-static-menu-container .arrow-down {
      display: block; }
    .active-static-menu-container .arrow-right {
      display: none; } }

@media (min-width: 801px) {
  .static-menu-trigger {
    display: none; } }

header.header {
  border-bottom: none;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.19); }
  @media (min-width: 993px) {
    header.header {
      box-shadow: none; } }

.header--container {
  background: #ffffff;
  position: relative;
  z-index: 9; }
  @media (min-width: 993px) {
    .header--container {
      background: transparent;
      z-index: 999; } }

@media (min-width: 993px) {
  .mobile-quickSearch {
    display: none; } }

span.hide-sm {
  display: none; }
  @media (min-width: 1261px) {
    span.hide-sm {
      display: inline-block; } }

.pencil-banner {
  padding: .3rem 0;
  display: none; }
  @media (min-width: 993px) {
    .pencil-banner {
      border-bottom: 1px solid #525252;
      display: block; } }

.top-nav--container {
  display: flex;
  justify-content: space-between; }
  .top-nav--container p,
  .top-nav--container a {
    margin: 0;
    font-weight: 500;
    color: #525252;
    font-size: 12px; }
    @media (min-width: 1400px) {
      .top-nav--container p,
      .top-nav--container a {
        font-size: 1rem; } }
  .top-nav--container .top-nav--col {
    align-self: center; }
    @media (min-width: 993px) {
      .top-nav--container .top-nav--col {
        padding: 0; } }
    .top-nav--container .top-nav--col.middle {
      text-align: center;
      display: block; }
      .top-nav--container .top-nav--col.middle h2 {
        margin: 0;
        color: #012F5E;
        font-size: 20px;
        font-weight: 700; }
      .top-nav--container .top-nav--col.middle span {
        color: #0D6795;
        font-weight: 500; }
    .top-nav--container .top-nav--col.right {
      text-align: right; }
      .top-nav--container .top-nav--col.right > a {
        padding: 0 1rem; }
        .top-nav--container .top-nav--col.right > a:last-child {
          padding-right: 0; }

.header-wrapper {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex; }
  .header-wrapper:before, .header-wrapper:after {
    content: " ";
    display: table; }
  .header-wrapper:after {
    clear: both; }
  @media (min-width: 993px) {
    .header-wrapper {
      padding: 1rem 0; } }
  @media (min-width: 1261px) {
    .header-wrapper {
      padding: 2rem 0; } }
  .header-wrapper > div {
    align-self: center; }
  .header-wrapper .header-mobile-toggle {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    display: flex; }
    @media (min-width: 993px) {
      .header-wrapper .header-mobile-toggle {
        display: none; } }
    .header-wrapper .header-mobile-toggle a.mobile-search-toggle {
      align-self: center;
      margin: .4rem 0 0 1rem; }
      .header-wrapper .header-mobile-toggle a.mobile-search-toggle svg {
        fill: #525252;
        stroke-width: 2px;
        stroke: #525252;
        width: 20px;
        height: 18px; }
  .header-wrapper .header-logo-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    text-align: center; }
    @media (min-width: 993px) {
      .header-wrapper .header-logo-container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 22.5%;
        float: left;
        text-align: left; } }
  .header-wrapper .header-search-container {
    display: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left; }
    @media (min-width: 993px) {
      .header-wrapper .header-search-container {
        display: block; } }
  .header-wrapper .header-right-container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    display: flex; }
    @media (min-width: 993px) {
      .header-wrapper .header-right-container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 19.16667%;
        float: left; } }

.header-account > a,
.navUser-item-cartLabel {
  color: #525252;
  font-size: 15px;
  font-weight: 500; }

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 1.92857rem;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0;
  position: initial;
  z-index: 50; }

.header-logo-container h1 {
  margin: 0; }

.header-logo-container .header-logo-image {
  position: relative;
  max-height: 3.35714rem; }
  @media (min-width: 993px) {
    .header-logo-container .header-logo-image {
      max-height: none; } }

.header-logo-container .header-logo-image-container:after {
  display: none; }

.mobileMenu-toggle .mobileMenu-toggleIcon,
.mobileMenu-toggle .mobileMenu-toggleIcon::before,
.mobileMenu-toggle .mobileMenu-toggleIcon::after {
  background: #525252;
  content: "";
  height: 2px;
  position: absolute;
  transform: rotate(0deg);
  transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
  width: 1.52857rem; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  background: #525252; }

.header-account {
  text-align: right; }
  .header-account svg.ob-icon {
    fill: #525252;
    vertical-align: middle;
    width: 1.4rem;
    height: 1.4rem; }
    @media (min-width: 993px) {
      .header-account svg.ob-icon {
        width: 1.4rem;
        height: 1.4rem; } }

.header-cart {
  text-align: right; }
  .header-cart svg.ob-icon {
    fill: #525252;
    vertical-align: inherit;
    width: 1.5rem;
    height: 1.5rem; }
    @media (min-width: 993px) {
      .header-cart svg.ob-icon {
        width: 1.4rem;
        height: 1.4rem;
        vertical-align: middle; } }
  .header-cart .countPill {
    display: none; }
    @media (min-width: 551px) {
      .header-cart .countPill {
        display: inline-block;
        vertical-align: text-bottom; } }

@media (min-width: 1261px) {
  .header-cart:before {
    content: "";
    border-left: 1px solid #525252;
    right: 19px;
    position: relative;
    font-weight: 500; } }

.mobile-quickSearch {
  display: none; }

.header-search-container,
.mobile-quickSearch {
  position: relative;
  z-index: 9; }
  .header-search-container .form,
  .header-search-container .form-field,
  .mobile-quickSearch .form,
  .mobile-quickSearch .form-field {
    margin: 0; }
  .header-search-container input#search_query,
  .mobile-quickSearch input#search_query {
    border: 1px solid #0D6795;
    border-radius: 0; }
    @media (min-width: 993px) {
      .header-search-container input#search_query,
      .mobile-quickSearch input#search_query {
        border-color: #ececec; } }
  .header-search-container .form button,
  .mobile-quickSearch .form button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0D6795;
    width: 100px;
    color: #ffffff; }
    .header-search-container .form button svg.ob-icon,
    .mobile-quickSearch .form button svg.ob-icon {
      fill: #ffffff;
      stroke: #ffffff;
      width: 26px;
      height: 11px;
      stroke-width: 3px; }
  .header-search-container section.quickSearchResults,
  .mobile-quickSearch section.quickSearchResults {
    width: 100%;
    position: absolute;
    overflow: hidden;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  .header-search-container .quickSearchMessage,
  .mobile-quickSearch .quickSearchMessage {
    font-size: 20px;
    margin: 0.3rem;
    text-align: center;
    width: 100%; }
  .header-search-container a.modal-close,
  .mobile-quickSearch a.modal-close {
    display: none; }
  .header-search-container .productGrid,
  .mobile-quickSearch .productGrid {
    max-height: 500px;
    overflow-y: scroll;
    margin-bottom: 0; }
  .header-search-container .productGrid .product,
  .mobile-quickSearch .productGrid .product {
    width: 100%;
    border-bottom: 1px solid #000000; }
    .header-search-container .productGrid .product:last-child,
    .mobile-quickSearch .productGrid .product:last-child {
      border-bottom: none; }
    .header-search-container .productGrid .product .card,
    .mobile-quickSearch .productGrid .product .card {
      display: flex;
      margin: 0.5rem 0; }
    .header-search-container .productGrid .product .card-figure,
    .mobile-quickSearch .productGrid .product .card-figure {
      width: 35%; }
    .header-search-container .productGrid .product .card-body,
    .mobile-quickSearch .productGrid .product .card-body {
      width: 65%; }
    .header-search-container .productGrid .product .card-img-container:after,
    .mobile-quickSearch .productGrid .product .card-img-container:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: 67%; }
    .header-search-container .productGrid .product .card-figcaption-body,
    .mobile-quickSearch .productGrid .product .card-figcaption-body {
      display: none; }

.header-account {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .header-account {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      padding: 0; } }
  @media (min-width: 1261px) {
    .header-account {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left;
      padding: 0; } }

.header-cart {
  position: relative;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .header-cart {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      padding: 0; } }
  @media (min-width: 1261px) {
    .header-cart {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      padding: 0; } }

header.header.pencil-banner-hidden.is-open .navPages {
  top: 6.5%; }
  @media (min-width: 551px) {
    header.header.pencil-banner-hidden.is-open .navPages {
      top: 4.5%; } }

@media (min-width: 993px) {
  .navPages-container {
    background: #193862; } }

div#cart-preview-dropdown {
  left: -230px !important;
  width: 300px !important;
  top: 30px !important;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  background: #ffffff;
  max-width: 300px; }
  @media (min-width: 551px) {
    div#cart-preview-dropdown {
      left: -180px !important; } }
  @media (min-width: 1261px) {
    div#cart-preview-dropdown {
      left: -100px !important; } }

div#account-links-dropdown {
  width: 150px;
  top: 30px !important;
  left: 10px !important;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
  background: #ffffff;
  max-width: 150px; }
  @media (max-width: 500px) {
    div#account-links-dropdown {
      left: -59px !important;
      width: 150px !important;
      top: 44px !important; } }

ul.account-links-list {
  list-style-type: none;
  padding: 1rem 1rem .7rem;
  margin: 0; }
  ul.account-links-list li {
    text-align: left; }
    ul.account-links-list li a {
      padding-bottom: .5rem;
      display: block; }

.header-bottom {
  background: #ffffff;
  display: none; }
  @media (min-width: 1261px) {
    .header-bottom {
      display: block;
      margin-bottom: -1rem; } }

.header-bottom--container {
  display: flex;
  flex: 1;
  padding: 1rem 0; }
  .header-bottom--container .hb--col {
    display: flex;
    flex-wrap: wrap;
    flex-grow: inherit;
    justify-content: center; }
  .header-bottom--container .hb-text {
    font-size: 19px;
    margin-left: .5rem;
    align-self: center; }
  .header-bottom--container .hb-icon {
    align-self: center; }
    .header-bottom--container .hb-icon.warranty svg {
      width: 35px;
      height: 35px;
      vertical-align: middle; }
    .header-bottom--container .hb-icon.shipping svg {
      width: 40px;
      height: 27px;
      vertical-align: middle; }
    .header-bottom--container .hb-icon.reviews svg {
      width: 6.5rem;
      height: 35px;
      vertical-align: middle;
      position: relative;
      top: 5px; }
  .header-bottom--container .hb-message {
    font-size: 11px;
    text-align: center;
    width: 100%; }

.navPages-container.is-open {
  display: block;
  padding-top: 60px;
  z-index: 0; }

.pencil-banner-hidden .navPages-container.is-open {
  padding-top: 60px; }

header .navPages {
  background: #ffffff;
  padding: 0; }
  @media (min-width: 993px) {
    header .navPages {
      margin-left: auto;
      margin-right: auto;
      max-width: 104.4rem;
      padding: 0 1.5rem;
      position: relative;
      width: 100%;
      background: #193862; } }
  @media (min-width: 1261px) {
    header .navPages {
      padding: 0 6rem; } }
  header .navPages a.navPages-action {
    display: flex; }
    @media (min-width: 993px) {
      header .navPages a.navPages-action {
        display: inline-block; } }
  header .navPages span.navPages--name {
    width: 100%; }
    @media (min-width: 993px) {
      header .navPages span.navPages--name {
        width: auto; } }
  header .navPages li.navPages-item-page {
    border-bottom: 1px solid #525252; }
    @media (min-width: 993px) {
      header .navPages li.navPages-item-page {
        float: left;
        border-bottom: none; } }
    header .navPages li.navPages-item-page a.navPages-action {
      background: #ffffff;
      color: #000000;
      font-weight: 400;
      font-size: 1rem; }
      @media (min-width: 993px) {
        header .navPages li.navPages-item-page a.navPages-action {
          color: #ffffff;
          background: #0D6795;
          text-transform: capitalize;
          font-weight: 500;
          width: 100%;
          z-index: 2;
          position: relative; } }
  header .navPages li.navPages-item {
    border-bottom: 1px solid #ffffff; }
    @media (min-width: 993px) {
      header .navPages li.navPages-item {
        border-bottom: none; } }
    header .navPages li.navPages-item a.navPages-action {
      color: #ffffff;
      background: #094E94;
      padding: 0.78571rem 1.5rem;
      font-weight: 400;
      font-size: 1rem; }
      @media (min-width: 993px) {
        header .navPages li.navPages-item a.navPages-action {
          background: #3f51b5;
          font-size: 13px;
          padding: 0.78571rem;
          text-transform: capitalize;
          font-weight: 500;
          width: 100%;
          border-right: 1px solid #ffffff;
          z-index: 2;
          position: relative; } }
      @media screen and (min-width: 1500px) {
        header .navPages li.navPages-item a.navPages-action {
          font-size: 1rem;
          padding: 0.78571rem; } }
      @media screen and (min-width: 1600px) {
        header .navPages li.navPages-item a.navPages-action {
          padding: 0.78571rem 1.5rem; } }

header .navPages-action:hover svg,
header .navPages-action.is-open svg {
  fill: #ffffff;
  stroke: #ffffff; }

header li.navPages-item-page .navPages-action svg {
  fill: #000000;
  stroke: #000000; }

header li.navPages-item-page .navPages-action.is-open svg {
  fill: #ffffff;
  stroke: #ffffff; }

header .navPages-list + .navPages-list {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }
  @media (min-width: 993px) {
    header .navPages-list + .navPages-list {
      display: none; } }

header .navPages-action-moreIcon {
  float: right;
  position: relative;
  top: 6px;
  margin: 0; }
  @media (min-width: 993px) {
    header .navPages-action-moreIcon {
      float: none;
      margin-left: 0.35714rem;
      top: initial; } }

header a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.is-open {
  background: #BC0105;
  text-align: left; }
  @media (min-width: 993px) {
    header a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.is-open {
      background: #094E94;
      text-decoration: underline; } }

header .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
  border: none;
  float: right;
  transform: rotate(0deg);
  height: 0.57143rem;
  width: 0.57143rem; }
  @media (min-width: 993px) {
    header .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
      float: none;
      transform: none; } }

header .navPages .navPage-subMenu-list {
  margin: 0; }
  header .navPages .navPage-subMenu-list li a.navPages-action {
    border-bottom: 1px solid #000000;
    background: #ffffff;
    color: #000000; }
    @media (min-width: 993px) {
      header .navPages .navPage-subMenu-list li a.navPages-action {
        border-right: 1px solid #ffffff !important;
        border-bottom: none; }
        header .navPages .navPage-subMenu-list li a.navPages-action:hover {
          opacity: 1;
          text-decoration: underline; } }
  header .navPages .navPage-subMenu-list li:last-child a {
    border-bottom: none; }

header .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: block; }

header .navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: block; }

header .navPage-subMenu {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }

header li.navPages-categories {
  display: none !important;
  float: left; }
  @media (min-width: 993px) {
    header li.navPages-categories {
      display: block !important; } }
  header li.navPages-categories a {
    color: #ffffff;
    background: #193862;
    padding: 0.78571rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    width: 100%; }
    @media (min-width: 993px) {
      header li.navPages-categories a {
        font-size: 13px;
        padding: 0.78571rem; }
        header li.navPages-categories a:hover {
          color: #ffffff; } }
    @media (min-width: 1261px) {
      header li.navPages-categories a {
        padding: 0.78571rem 1.5rem; } }
    @media screen and (min-width: 1500px) {
      header li.navPages-categories a {
        font-size: 1rem; } }

@media (min-width: 993px) {
  header li.navPages-item-page.Blog {
    display: none !important; } }

@media (min-width: 993px) {
  header .navPages li {
    flex: 1; } }

header a.navPages-action {
  padding: 0.78571rem 1.5rem; }

@media (min-width: 993px) {
  header .has-subMenu.is-root + .navPage-subMenu-horizontal {
    width: auto; } }

@media (min-width: 993px) {
  li.navPages-item-page.Knowledge.Base a.is-root {
    background: #0D6795 !important;
    font-size: 13px !important; }
    li.navPages-item-page.Knowledge.Base a.is-root svg {
      fill: #ffffff;
      stroke: #ffffff; } }

@media screen and (min-width: 1500px) {
  li.navPages-item-page.Knowledge.Base a.is-root {
    font-size: 1rem !important; } }

header .megamenu--pages-container {
  right: 0;
  left: initial;
  width: 89%;
  padding: 1rem 2rem 1.5rem; }
  header .megamenu--pages-container.is-open {
    display: block; }
  @media (min-width: 993px) {
    header .megamenu--pages-container {
      right: 89px;
      width: 79%; } }
  @media (min-width: 1261px) {
    header .megamenu--pages-container {
      right: 89px;
      width: 79%; } }
  @media (min-width: 1400px) {
    header .megamenu--pages-container {
      right: 216px;
      width: 67%; } }
  header .megamenu--pages-container .megamenu-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left; }
    header .megamenu--pages-container .megamenu-col p {
      margin: 0;
      text-align: left; }
      header .megamenu--pages-container .megamenu-col p a {
        color: #BC0105;
        text-decoration: underline;
        padding: 0.5rem 0.5rem 0 0;
        font-size: 18px; }
    header .megamenu--pages-container .megamenu-col ul {
      margin: 0;
      padding: 0;
      text-align: left; }
      header .megamenu--pages-container .megamenu-col ul li {
        border-bottom: none; }
        header .megamenu--pages-container .megamenu-col ul li a {
          font-size: 16px;
          font-weight: 400;
          text-transform: capitalize;
          padding: .2rem 0; }

header .megamenu--category {
  width: 225px; }

header .megamenu--category,
header .megamenu--pages-container {
  display: none;
  background: #ffffff;
  position: absolute;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  header .megamenu--category.is-open,
  header .megamenu--pages-container.is-open {
    display: block; }
  header .megamenu--category ul.megamenu--top-list,
  header .megamenu--pages-container ul.megamenu--top-list {
    margin: 0;
    padding: 1rem .5rem 1.5rem;
    text-align: left; }
  header .megamenu--category li,
  header .megamenu--pages-container li {
    flex: none !important;
    border-bottom: 1px solid #e5e5e5; }
    header .megamenu--category li a,
    header .megamenu--pages-container li a {
      color: #000000;
      background: #ffffff;
      padding: 1rem 1rem;
      display: block;
      font-weight: 500;
      font-size: 18px; }
      header .megamenu--category li a i.icon,
      header .megamenu--pages-container li a i.icon {
        float: right;
        position: relative;
        top: 8px;
        margin-left: 1.5rem; }
      header .megamenu--category li a:hover,
      header .megamenu--pages-container li a:hover {
        color: #BC0105; }
        header .megamenu--category li a:hover svg,
        header .megamenu--pages-container li a:hover svg {
          fill: #BC0105;
          transform: rotate(-90deg); }

.megamenu--child-container {
  display: none;
  position: absolute;
  width: 71vw;
  top: 0;
  left: 15rem;
  padding: 1rem 1rem 1.5rem;
  background: #ffffff;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  @media (min-width: 993px) {
    .megamenu--child-container {
      max-width: 67vw;
      min-width: 42vw;
      width: max-content; } }
  @media (min-width: 1261px) {
    .megamenu--child-container {
      max-width: 62vw;
      min-width: 42vw; } }
  @media (min-width: 1400px) {
    .megamenu--child-container {
      max-width: 60vw;
      min-width: 35vw; } }
  @media screen and (min-width: 1700px) {
    .megamenu--child-container {
      max-width: 50vw;
      min-width: 35vw; } }
  .megamenu--child-container .megamenu-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left; }
    .megamenu--child-container .megamenu-col.half {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; }
    .megamenu--child-container .megamenu-col p {
      margin: 0; }
      .megamenu--child-container .megamenu-col p a {
        color: #BC0105;
        text-decoration: underline;
        padding: 0.5rem 0.5rem 0;
        font-size: 18px;
        text-transform: capitalize; }
    .megamenu--child-container .megamenu-col ul {
      margin: 0;
      padding: 0; }
      .megamenu--child-container .megamenu-col ul li {
        border-bottom: none; }
        .megamenu--child-container .megamenu-col ul li a {
          font-size: 16px;
          font-weight: 400;
          text-transform: capitalize;
          padding: .2rem .5rem; }

.navPages ul .navPages-action-moreIcon {
  height: 0.83333rem !important;
  width: 0.83333rem !important; }
  .navPages ul .navPages-action-moreIcon svg {
    height: 0.83333rem !important;
    width: 0.83333rem !important; }
  @media (min-width: 993px) {
    .navPages ul .navPages-action-moreIcon {
      height: 0.53333rem !important;
      width: 0.53333rem !important; }
      .navPages ul .navPages-action-moreIcon svg {
        height: 0.53333rem !important;
        width: 0.53333rem !important; } }

.navPage-subMenu-horizontal.is-open {
  border-left: none; }

.ais-search-box--magnifier {
  display: none; }

div#hits {
  position: absolute;
  left: 0;
  background: white;
  width: 100%;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  div#hits .hits-wrapper {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.ais-hits {
  margin: 1rem; }

.search-container {
  position: relative; }

.hits--item {
  padding: .5rem;
  border-bottom: 1px solid #cccccc; }
  .hits--item a {
    display: block; }
  .hits--item:hover {
    background: #f5f5f5; }

p.no-results {
  text-align: center;
  margin: 0;
  font-weight: 500;
  font-size: 18px; }

.ais-hits:before {
  content: 'Products';
  font-weight: 600;
  text-transform: uppercase;
  padding-left: .5rem; }

.ais-hits.ais-hits__empty:before {
  content: 'Trending';
  position: absolute; }

li.navPages-item.mobile-hide,
li.mobile-hide {
  display: none !important; }
  @media (min-width: 993px) {
    li.navPages-item.mobile-hide,
    li.mobile-hide {
      display: block !important; } }

@media (min-width: 993px) {
  li.navPages-item.desktop-hide,
  li.desktop-hide {
    display: none !important; } }

li[data-id="227"] {
  display: none; }
  @media screen and (min-width: 1300px) {
    li[data-id="227"] {
      display: inline-block; } }

.mega-flex-row.is-open {
  display: flex !important; }

.desktop-nav-pages {
  display: none; }
  @media (min-width: 993px) {
    .desktop-nav-pages {
      display: block; } }

.mobile-nav-pages {
  display: block; }
  @media (min-width: 993px) {
    .mobile-nav-pages {
      display: none; } }

.mobile-navPages--navPages-container {
  margin: 0; }
  .mobile-navPages--navPages-container .nav-page-namespan {
    width: 100%; }
  .mobile-navPages--navPages-container .navPages-action-moreIcon {
    height: .83333rem !important;
    width: .83333rem !important;
    float: right;
    position: relative;
    top: 6px;
    margin: 0;
    fill: #fff;
    stroke: #fff;
    transition: transform 0.1s ease-out; }

.expandable-submenu {
  display: none;
  margin: 0; }

.cat-lvl-1 {
  border-bottom: 2px solid #fff;
  background: #094E94;
  padding: .78571rem 1.5rem;
  font-weight: 400;
  font-size: 1rem; }
  .cat-lvl-1.active {
    background-color: #BC0105; }
  .cat-lvl-1 a {
    color: #fff; }

.cat-lvl-2 {
  border-bottom: 2px solid #fff;
  font-size: 1rem;
  background-color: #145fab;
  padding: .78571rem 1.5rem;
  font-weight: 400; }
  .cat-lvl-2.active {
    background-color: #e21c20; }
  .cat-lvl-2 a {
    color: #fff; }

.cat-lvl-3 {
  padding: .78571rem 1.5rem;
  border-bottom: 1px solid #000;
  background: #fff;
  color: #000; }

.active .navPages-action-moreIcon {
  transform: rotate(0deg); }

.strip-styling {
  list-style: none !important; }
  .strip-styling .cat-lvl-1,
  .strip-styling .cat-lvl-2 {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5 !important; }
    .strip-styling .cat-lvl-1:hover,
    .strip-styling .cat-lvl-2:hover {
      cursor: pointer; }
    .strip-styling .cat-lvl-1 a,
    .strip-styling .cat-lvl-2 a {
      color: #000000 !important; }
  .strip-styling .cat-lvl-3 {
    border: 1px solid #e5e5e5 !important; }
    .strip-styling .cat-lvl-3 a {
      color: #000000 !important; }
    .strip-styling .cat-lvl-3:hover {
      background-color: #f5f5f5; }
  .strip-styling .navPages-action-moreIcon {
    fill: #000000;
    stroke: #000000; }

[data-fullclick] {
  display: block;
  width: 100%;
  height: 100%; }

.col-third {
  width: 33.3333% !important; }

.mobile-quickSearch button[value="Search"] {
  height: 45px !important; }

footer.footer {
  padding-bottom: 3rem;
  border-top: none;
  overflow: hidden; }
  footer.footer address {
    font-style: inherit; }

.footer--container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0;
  overflow: hidden; }
  @media (min-width: 993px) {
    .footer--container {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 87.5%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none; } }
  @media (min-width: 1261px) {
    .footer--container {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 79.16667%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none;
      padding: 0; } }
  .footer--container .footer-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding: 0;
    border-bottom: 1px solid #ffffff; }
    @media (min-width: 551px) {
      .footer--container .footer-col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 33.33333%;
        float: left;
        border-bottom: none; } }

@media (min-width: 551px) {
  .footer--newsletter {
    text-align: center; } }

.footer--newsletter .form-field {
  margin-bottom: 0; }

.footer--newsletter h5 {
  display: none; }

.footer--newsletter p {
  font-size: 1.4rem; }

.footer--newsletter input#nl_email {
  border-color: transparent;
  border-radius: 0; }

.footer--newsletter .form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0; }
  @media (min-width: 551px) {
    .footer--newsletter .form .form-prefixPostfix .form-input {
      width: auto; }
    .footer--newsletter .form .form-prefixPostfix .button {
      width: auto;
      margin: 0; } }
  @media (min-width: 993px) {
    .footer--newsletter .form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 70.83333%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.footer--newsletter input.button.button--primary.form-prefixPostfix-button--postfix {
  background: #0D6795;
  border-color: #0D6795; }
  @media (min-width: 993px) {
    .footer--newsletter input.button.button--primary.form-prefixPostfix-button--postfix {
      margin: 0; } }

h5.footer-info-heading,
h2.footer-info-heading {
  margin: 0;
  font-size: 17px;
  position: relative;
  padding: .5rem 0; }
  h5.footer-info-heading:after,
  h2.footer-info-heading:after {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000000;
    position: absolute;
    right: 0;
    top: 18px; }
    @media (min-width: 551px) {
      h5.footer-info-heading:after,
      h2.footer-info-heading:after {
        display: none; } }
  @media (min-width: 551px) {
    h5.footer-info-heading,
    h2.footer-info-heading {
      font-size: 25px; } }
  h5.footer-info-heading + ul,
  h2.footer-info-heading + ul {
    display: none; }
    @media (min-width: 551px) {
      h5.footer-info-heading + ul,
      h2.footer-info-heading + ul {
        display: block !important; } }

.footer-info-list a {
  color: #000000;
  display: block;
  padding-bottom: .3rem; }

.footer-bottom {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  text-align: center;
  clear: both; }
  .footer-bottom:before, .footer-bottom:after {
    content: " ";
    display: table; }
  .footer-bottom:after {
    clear: both; }
  .footer-bottom p {
    margin: 0 0 1rem; }
    .footer-bottom p.footer-bottom-links a {
      padding: 0 1rem;
      color: #333333; }
    .footer-bottom p.footer-bottom-links a:hover {
      color: #757575; }
    .footer-bottom p.footer-bottom-links a:active {
      color: #757575; }
  .footer-bottom ul.socialLinks.socialLinks--alt {
    margin-bottom: .5rem;
    margin-top: 1rem; }

div.footer-secure-icons {
  text-align: center;
  padding: 0 1rem;
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  div.footer-secure-icons div {
    padding: 1rem;
    align-self: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left; }
    @media (min-width: 551px) {
      div.footer-secure-icons div {
        flex-grow: 1;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 12.5%;
        float: left; } }
    @media (min-width: 993px) {
      div.footer-secure-icons div {
        margin: 1rem 0 .5rem; } }
    @media (min-width: 1261px) {
      div.footer-secure-icons div {
        border-right: 1px solid #525252; }
        div.footer-secure-icons div:last-child {
          border-color: transparent; } }

.text-overflow-footer {
  overflow-wrap: break-word;
  word-wrap: break-word; }

.button {
  font-weight: 500;
  font-size: 16px;
  border-radius: 0;
  text-transform: capitalize; }

.category-bestseller--bottom > a {
  margin-top: 1.5rem; }

.button--CTA {
  background-image: linear-gradient(to bottom, #11B700, #109b01);
  border-color: #1588c2;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 1px; }
  .button--CTA:hover, .button--CTA:visited {
    opacity: .8;
    color: #ffffff;
    border-color: #1588c2; }

.heroCarousel {
  display: block;
  margin: -0.85rem 0 1rem; }
  @media (min-width: 551px) {
    .heroCarousel {
      margin-top: 0; } }
  .heroCarousel a, .heroCarousel picture {
    display: block; }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  top: 77%;
  display: none; }
  @media (min-width: 551px) {
    .heroCarousel .slick-next,
    .heroCarousel .slick-prev {
      display: block;
      top: 50%; } }

.slick-next,
.slick-prev {
  background-color: transparent !important;
  border: none !important; }

.heroCarousel .slick-next {
  right: 0px; }
  @media (min-width: 551px) {
    .heroCarousel .slick-next {
      right: 15px; } }

.heroCarousel .slick-prev {
  left: 0px; }
  @media (min-width: 551px) {
    .heroCarousel .slick-prev {
      left: 15px; } }

.mobile-carousel-hero {
  margin-top: -1rem;
  margin-bottom: 1rem;
  height: 330px;
  background-size: cover;
  background-repeat: no-repeat;
  zoom: 69%; }
  @media (min-width: 551px) {
    .mobile-carousel-hero {
      display: none; } }

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

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

ul.home-top-icons {
  display: block;
  padding: 0;
  margin: 0 -0.66667rem;
  display: none; }
  ul.home-top-icons:before, ul.home-top-icons:after {
    content: " ";
    display: table; }
  ul.home-top-icons:after {
    clear: both; }
  ul.home-top-icons > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.66667rem 1.33333rem; }
  ul.home-top-icons > li {
    list-style: none;
    padding: 0 0.66667rem 1.33333rem;
    width: 20%; }
    ul.home-top-icons > li:nth-of-type(1n) {
      clear: none; }
    ul.home-top-icons > li:nth-of-type(5n+1) {
      clear: both; }
  @media (min-width: 551px) {
    ul.home-top-icons {
      display: flex; } }
  ul.home-top-icons li {
    text-align: center;
    border-right: 1px solid #525252;
    padding-bottom: 0;
    align-self: center;
    height: 100%; }
    ul.home-top-icons li:last-child {
      border-color: #ffffff; }
  ul.home-top-icons .home-top-icons--message {
    display: block;
    font-size: 11px;
    margin-top: 0.5rem; }

.categoryCarousel a,
.home-callout--bottom a {
  color: #006cff !important; }
  .categoryCarousel a:active,
  .home-callout--bottom a:active {
    color: #006cff; }
  .categoryCarousel a:hover,
  .home-callout--bottom a:hover {
    color: #006cff; }

.carousel-yt-thumbnail {
  border: 1px solid #e5e5e5 !important;
  height: 67px !important;
  width: 72px !important;
  margin-right: 0.6rem !important; }

.similar-carousel-target {
  /*
  .slick-next {
    right: 40px;
  }
  .slick-prev {
    left: 40px;
  }
  */ }

.mobile-hero-container {
  display: block;
  width: 100%;
  height: auto;
  margin: -12px 0 10px; }
  @media (min-width: 551px) {
    .mobile-hero-container {
      display: none; } }

article.card {
  border-bottom: 1px solid #525252;
  padding-bottom: .5rem;
  margin-top: .5rem;
  margin-bottom: 1rem; }
  article.card:hover {
    outline: 1px solid #525252;
    border: none; }
  article.card + .card {
    border-right: 1px solid #525252; }
    @media (min-width: 551px) {
      article.card + .card {
        border-right: none; } }
  article.card .card-body {
    text-align: center; }
  article.card .price-section {
    margin-bottom: .5rem; }
    @media (min-width: 1261px) {
      article.card .price-section {
        display: flex;
        justify-content: center; } }
    article.card .price-section .price-list--left {
      margin-right: .5rem;
      position: relative;
      top: 1px; }
  @media (min-width: 1261px) {
    article.card h4.card-title,
    article.card h2.card-title {
      padding: 0 2rem; } }
  article.card p.card-custom {
    border: none;
    margin: .5rem 0; }
  article.card span.price.price--withoutTax {
    font-size: 20px;
    color: #BC0105;
    font-weight: 500; }
    @media (min-width: 1261px) {
      article.card span.price.price--withoutTax {
        font-size: 30px; } }
  article.card .price-list--left {
    font-weight: 500;
    color: #000000; }

.img-container {
  height: 100px;
  width: 100%;
  position: relative; }
  .img-container img {
    object-fit: cover;
    position: absolute; }

ul.home-dynamic-categories.bottom-hide {
  display: none; }

.productCarousel-slide .card {
  margin-bottom: 1rem; }

.darkBlue-bg {
  background: #0D6795; }

.home-callout--standards {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  color: #ffffff;
  padding: 2rem 0; }
  .home-callout--standards:before, .home-callout--standards:after {
    content: " ";
    display: table; }
  .home-callout--standards:after {
    clear: both; }
  @media (min-width: 993px) {
    .home-callout--standards {
      display: flex; } }
  .home-callout--standards .std-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    align-self: center;
    text-align: center;
    margin-bottom: 1rem; }
    @media (min-width: 551px) {
      .home-callout--standards .std-col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left;
        margin-bottom: 0; } }
    @media (min-width: 993px) {
      .home-callout--standards .std-col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 19.16667%;
        float: left; } }
    .home-callout--standards .std-col.first {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left;
      text-align: center;
      border-bottom: 1px solid #ffffff;
      padding-bottom: 1rem;
      margin-bottom: 1rem; }
      @media (min-width: 993px) {
        .home-callout--standards .std-col.first {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 25%;
          float: left;
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none; } }
    .home-callout--standards .std-col--message {
      display: inline-block;
      font-size: 11px; }
  .home-callout--standards-row {
    color: #ffffff;
    padding-bottom: 2rem;
    text-align: center;
    width: 100%; }
  .home-callout--standards h2 {
    color: #ffffff;
    font-size: 22px;
    margin: 0 0 1rem; }
  .home-callout--standards p {
    margin: 0; }
  .home-callout--standards svg {
    fill: #ffffff;
    width: 3rem;
    height: 3rem; }
    .home-callout--standards svg.reviews {
      width: 9rem; }

@media (min-width: 1261px) {
  .page {
    margin: 0; } }

.home-category-grid {
  margin: 0 auto;
  max-width: 98.4rem;
  width: 100%; }
  .home-category-grid:before, .home-category-grid:after {
    content: " ";
    display: table; }
  .home-category-grid:after {
    clear: both; }
  .home-category-grid.full-width {
    width: 100%;
    max-width: 100%; }
  .home-category-grid h2 {
    display: inline-block;
    border-bottom: 4px solid #0D6795;
    margin-bottom: -2px;
    padding-bottom: .5rem;
    font-size: 20px;
    margin-top: 0; }
    @media (min-width: 551px) {
      .home-category-grid h2 {
        font-size: 30px;
        margin-top: 2.28571rem; } }
  .home-category-grid .inner {
    border-top: 1px solid #000000;
    padding-top: 2rem; }
    .home-category-grid .inner.no-border {
      border-top: none; }
    .home-category-grid .inner.no-padding {
      padding: 0; }
  .home-category-grid--message {
    border-top: 1px solid #000000;
    padding-top: 0.5rem; }
  .home-category-grid ul {
    display: block;
    padding: 0;
    margin: 0 -0.66667rem; }
    .home-category-grid ul:before, .home-category-grid ul:after {
      content: " ";
      display: table; }
    .home-category-grid ul:after {
      clear: both; }
    .home-category-grid ul > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.66667rem 1.33333rem; }
    .home-category-grid ul > li {
      list-style: none;
      padding: 0 0.66667rem 1.33333rem;
      width: 50%; }
      .home-category-grid ul > li:nth-of-type(1n) {
        clear: none; }
      .home-category-grid ul > li:nth-of-type(2n+1) {
        clear: both; }
    @media (min-width: 551px) {
      .home-category-grid ul {
        display: block;
        padding: 0;
        margin: 0 -0.66667rem; }
        .home-category-grid ul:before, .home-category-grid ul:after {
          content: " ";
          display: table; }
        .home-category-grid ul:after {
          clear: both; }
        .home-category-grid ul > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 0.66667rem 1.33333rem; }
        .home-category-grid ul > li {
          list-style: none;
          padding: 0 0.66667rem 1.33333rem;
          width: 14.28571%; }
          .home-category-grid ul > li:nth-of-type(1n) {
            clear: none; }
          .home-category-grid ul > li:nth-of-type(7n+1) {
            clear: both; } }
    @media (min-width: 993px) {
      .home-category-grid ul {
        display: block;
        padding: 0;
        margin: 0 -0.66667rem; }
        .home-category-grid ul:before, .home-category-grid ul:after {
          content: " ";
          display: table; }
        .home-category-grid ul:after {
          clear: both; }
        .home-category-grid ul > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 0.66667rem 1.33333rem; }
        .home-category-grid ul > li {
          list-style: none;
          padding: 0 0.66667rem 1.33333rem;
          width: 14.28571%; }
          .home-category-grid ul > li:nth-of-type(1n) {
            clear: none; }
          .home-category-grid ul > li:nth-of-type(7n+1) {
            clear: both; } }
  .home-category-grid h3.cat-title,
  .home-category-grid p.cat-title {
    border-top: 1px solid #525252;
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    padding-top: 1rem; }
  .home-category-grid .home-category--bottom {
    text-align: center; }

.categoryCarousel-item {
  float: left;
  padding: 0 0.5rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .categoryCarousel-item {
      width: 50%; } }
  @media (min-width: 993px) {
    .categoryCarousel-item {
      width: 33.33%; } }
  @media (min-width: 1261px) {
    .categoryCarousel-item {
      width: 25%; } }

.categoryCarousel img {
  margin: 0 auto; }

.categoryCarousel a {
  color: #193862; }

.categoryCarousel p {
  border: none;
  color: #193862;
  margin: 1rem 0 0;
  text-align: right; }
  @media (min-width: 551px) {
    .categoryCarousel p {
      text-align: left; } }
  .categoryCarousel p.shop-now {
    font-weight: 500;
    margin: 0; }

.standard-icons-section {
  margin: 2rem 0 1.5rem; }
  @media (min-width: 993px) {
    .standard-icons-section {
      margin: 2rem 0 0; } }

.blue-bg {
  background: #c3e6f8; }

.home-callout--about {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .home-callout--about:before, .home-callout--about:after {
    content: " ";
    display: table; }
  .home-callout--about:after {
    clear: both; }
  @media (min-width: 993px) {
    .home-callout--about {
      display: flex;
      flex-wrap: wrap;
      padding: 2rem 0;
      margin-bottom: 0; } }
  .home-callout--about h2 {
    margin-top: 0.5rem;
    text-align: center;
    width: 100%; }
    @media (min-width: 993px) {
      .home-callout--about h2 {
        margin-top: 0; } }
  .home-callout--about .about-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ffffff;
    text-align: center; }
    @media (min-width: 993px) {
      .home-callout--about .about-col {
        width: 25%;
        border-right: 1px solid #525252;
        padding-left: 2rem;
        padding-right: 2rem;
        border-bottom: none; }
        .home-callout--about .about-col:last-child {
          border-right: 1px solid transparent; } }
  .home-callout--about h3 {
    margin: 0;
    font-size: 17px;
    position: relative;
    padding: .5rem 0;
    text-align: left; }
    .home-callout--about h3:after {
      content: '';
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-top: 7px solid #000000;
      position: absolute;
      right: 0;
      top: 18px; }
      @media (min-width: 993px) {
        .home-callout--about h3:after {
          display: none; } }
    @media (min-width: 993px) {
      .home-callout--about h3 {
        font-size: 25px;
        text-align: center; } }
    .home-callout--about h3 + p {
      display: none;
      margin-top: 1rem; }
      @media (min-width: 993px) {
        .home-callout--about h3 + p {
          display: block !important;
          margin-top: 0; } }

.home-callout--bottom {
  text-align: center;
  padding: 0 0 2rem;
  font-weight: 500;
  display: none; }
  .home-callout--bottom a {
    color: #193862; }
    .home-callout--bottom a:hover {
      text-decoration: underline; }
  @media (min-width: 993px) {
    .home-callout--bottom {
      display: block; } }

.home-videos-review-section {
  display: none; }
  @media (min-width: 551px) {
    .home-videos-review-section {
      display: block; } }

.home-videos--container {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  @media (min-width: 1261px) {
    .home-videos--container {
      display: flex; } }
  .home-videos--container:before, .home-videos--container:after {
    content: " ";
    display: table; }
  .home-videos--container:after {
    clear: both; }
  .home-videos--container .video-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left; }
    @media (min-width: 993px) {
      .home-videos--container .video-col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 26.66667%;
        float: left; } }
    .home-videos--container .video-col.first {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; }
      @media (min-width: 993px) {
        .home-videos--container .video-col.first {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 20%;
          float: left;
          text-align: center;
          align-self: center; } }
      .home-videos--container .video-col.first a {
        font-weight: 600;
        color: #000000; }
  .home-videos--container-message {
    text-align: center; }

.page-videos--container {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page-videos--container:before, .page-videos--container:after {
    content: " ";
    display: table; }
  .page-videos--container:after {
    clear: both; }
  .page-videos--container .video-row {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding: 0; }
    @media (min-width: 551px) {
      .page-videos--container .video-row {
        display: flex; } }
  .page-videos--container .video-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    margin-bottom: 1rem; }
    @media (min-width: 551px) {
      .page-videos--container .video-col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }
    .page-videos--container .video-col p {
      margin: 0 0 .5rem; }
    .page-videos--container .video-col .video--subtitle {
      font-size: 13px;
      margin-top: 1rem; }
    .page-videos--container .video-col .video--title {
      font-weight: 500;
      font-size: 18px; }

.video-inline, .files-inline,
a.popup-youtube {
  position: relative;
  display: block; }
  .video-inline::after, .files-inline::after,
  a.popup-youtube::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 35px solid #ffffff;
    border-bottom: 15px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.home-callout--reviews h3 {
  margin: 0 0 1rem; }

.home-callout--reviews-micro {
  font-size: 0.8rem;
  font-style: italic;
  padding: 0 0 1rem;
  margin: 0;
  text-align: center; }

.home-callout--reviews .about-col {
  text-align: center; }
  @media (min-width: 551px) {
    .home-callout--reviews .about-col {
      padding: 1rem;
      border-right: 1px solid #525252; }
      .home-callout--reviews .about-col:first-child {
        border-left: 1px solid #525252; } }

.home-callout--reviews .review-block {
  background: #c3e6f8; }
  .home-callout--reviews .review-block p {
    color: #000000; }
  .home-callout--reviews .review-block p.review-text {
    font-weight: 400; }

.home-callout--top span {
  font-size: 20px; }
  .home-callout--top span + a {
    color: #000000;
    font-weight: 500;
    margin-left: 1rem; }

.home-callout--shipping {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  padding: 1.3rem 0 0; }
  .home-callout--shipping:before, .home-callout--shipping:after {
    content: " ";
    display: table; }
  .home-callout--shipping:after {
    clear: both; }
  @media (min-width: 993px) {
    .home-callout--shipping {
      padding: 2rem 0; } }
  .home-callout--shipping h2 {
    display: inline-block;
    font-size: 20px;
    border-bottom: 4px solid #0d6795;
    margin: 0 0 -2px;
    padding-bottom: .5rem; }
    @media (min-width: 551px) {
      .home-callout--shipping h2 {
        font-size: 30px;
        margin-top: 2.2857rem; } }
    .home-callout--shipping h2 + p {
      border-top: 1px solid #525252;
      margin: 0;
      padding: 1rem 0; }
  .home-callout--shipping .ship-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding: 0;
    text-align: center;
    margin-bottom: .5rem; }
    @media (min-width: 993px) {
      .home-callout--shipping .ship-col-wrap {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px; } }
    .home-callout--shipping .ship-col-wrap .ship-col {
      width: 100%; }
    @media (min-width: 993px) {
      .home-callout--shipping .ship-col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left;
        margin-bottom: 0; } }
  .home-callout--shipping .inner {
    padding: 1.5rem 0.75rem;
    background: #f5f5f5;
    display: flex;
    justify-content: center; }
    @media (min-width: 551px) {
      .home-callout--shipping .inner {
        padding: 1.5rem; } }
  .home-callout--shipping svg {
    fill: #0D6795;
    width: 3rem;
    height: 3rem;
    right: 100%;
    top: -4px;
    position: absolute; }
  .home-callout--shipping .ship-icon {
    position: relative; }
  .home-callout--shipping .ship-text {
    font-size: 15px;
    margin-left: .5rem; }
    @media (min-width: 551px) {
      .home-callout--shipping .ship-text {
        font-size: 18px; } }
  .home-callout--shipping .shipping svg {
    width: 4rem;
    height: 4rem;
    top: -13px; }

.home-customer-reviews {
  padding-top: .5rem; }
  @media (min-width: 551px) {
    .home-customer-reviews {
      padding-top: 0; } }
  .home-customer-reviews p {
    border-top: 1px solid #525252;
    margin: 0;
    padding: 1rem 0; }
  .home-customer-reviews .home-callout--top {
    padding: .5rem; }
    @media (min-width: 551px) {
      .home-customer-reviews .home-callout--top {
        padding: 1rem 0; } }
    .home-customer-reviews .home-callout--top span, .home-customer-reviews .home-callout--top a {
      display: none; }
      @media (min-width: 551px) {
        .home-customer-reviews .home-callout--top span, .home-customer-reviews .home-callout--top a {
          display: block; } }

.home-callout--news {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  padding: 0; }
  .home-callout--news:before, .home-callout--news:after {
    content: " ";
    display: table; }
  .home-callout--news:after {
    clear: both; }
  @media (min-width: 551px) {
    .home-callout--news {
      display: flex; } }
  .home-callout--news .news-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding: 0;
    margin-top: 1rem; }
    .home-callout--news .news-col:not(.first) {
      display: flex;
      height: 130px;
      overflow: hidden; }
      @media (min-width: 551px) {
        .home-callout--news .news-col:not(.first) {
          display: block;
          height: auto; } }
    @media (min-width: 551px) {
      .home-callout--news .news-col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 29.16667%;
        float: left;
        margin-top: 0; } }
    .home-callout--news .news-col .left {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      padding: 0; }
      @media (min-width: 551px) {
        .home-callout--news .news-col .left {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 100%;
          float: left;
          padding: 0; } }
    .home-callout--news .news-col .right {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left;
      background: #0D6795; }
      @media (min-width: 551px) {
        .home-callout--news .news-col .right {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 100%;
          float: left;
          padding: 0;
          background: #ffffff; } }
    .home-callout--news .news-col p {
      text-align: left;
      margin: 0;
      font-size: 15px;
      margin: 1rem 0 0;
      color: #ffffff; }
      @media (min-width: 551px) {
        .home-callout--news .news-col p {
          color: #000000; } }
      .home-callout--news .news-col p + p {
        font-weight: 700;
        margin: 0; }
        .home-callout--news .news-col p + p a {
          color: #ffffff; }
          @media (min-width: 993px) {
            .home-callout--news .news-col p + p a {
              color: #000000; } }
    .home-callout--news .news-col.first {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left;
      text-align: center;
      align-self: center; }
      .home-callout--news .news-col.first p {
        color: #000000; }
      @media (min-width: 551px) {
        .home-callout--news .news-col.first {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 41.66667%;
          float: left;
          text-align: left; } }
  .home-callout--news h2 {
    margin: 0;
    line-height: 1.2;
    padding-right: 2rem;
    font-size: 17px;
    text-align: left; }
    @media (min-width: 993px) {
      .home-callout--news h2 {
        font-size: 30px; } }
    .home-callout--news h2 + p.read-more {
      margin: 1rem 0 0;
      font-size: 16px;
      font-weight: 600; }
  .home-callout--news .inner {
    padding: 1.5rem;
    background: #f5f5f5; }

h1.page-heading {
  border-bottom: 5px solid #0D6795;
  display: inline-block; }
  h1.page-heading.no-line {
    border-bottom: none; }

.header-line {
  background: #000000;
  height: 1px;
  margin-top: -1.2rem; }

.page--category-grid {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page--category-grid:before, .page--category-grid:after {
    content: " ";
    display: table; }
  .page--category-grid:after {
    clear: both; }
  .page--category-grid .grid-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-bottom: 1rem;
    /* &:last-child {
      clear: both;
    }*/ }
    @media (min-width: 551px) {
      .page--category-grid .grid-col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
  .page--category-grid p.title {
    font-size: 16px;
    margin: 1rem 0 0; }
  .page--category-grid a.txt-link {
    font-weight: 500; }

/*
.flex-grid-kb-fix {
  display: flex;
  flex-wrap: wrap;
}
*/
.team--container {
  margin: 0 auto;
  max-width: 98.4rem;
  width: 100%; }
  .team--container:before, .team--container:after {
    content: " ";
    display: table; }
  .team--container:after {
    clear: both; }
  .team--container h2 {
    margin: 0 0 1rem;
    font-size: 25px; }
  .team--container h5.collapsing-heading {
    text-transform: capitalize;
    padding: .7rem 0; }
    @media (min-width: 551px) {
      .team--container h5.collapsing-heading {
        display: none; } }
  .team--container .team-col--full {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    display: none;
    border-bottom: 1px solid #000000; }
    .team--container .team-col--full.active {
      display: block; }
    @media (min-width: 551px) {
      .team--container .team-col--full {
        display: block;
        border: none; } }
    .team--container .team-col--full .left {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; }
      @media (min-width: 551px) {
        .team--container .team-col--full .left {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 41.66667%;
          float: left; } }
    .team--container .team-col--full .right {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left;
      padding-top: 1rem; }
      @media (min-width: 551px) {
        .team--container .team-col--full .right {
          padding-left: 0.75rem;
          padding-right: 0.75rem;
          width: 58.33333%;
          float: left; } }
      @media (min-width: 1261px) {
        .team--container .team-col--full .right {
          padding-left: 2rem;
          padding-top: 0; } }
    .team--container .team-col--full.blue-bg {
      padding: 1rem;
      margin-bottom: 1.5rem; }
      @media (min-width: 551px) {
        .team--container .team-col--full.blue-bg {
          padding: 2rem; } }
  .team--container .team-row {
    margin: 0 auto;
    max-width: 98.4rem;
    width: 100%; }
    .team--container .team-row:before, .team--container .team-row:after {
      content: " ";
      display: table; }
    .team--container .team-row:after {
      clear: both; }
    @media (min-width: 551px) {
      .team--container .team-row {
        display: flex; } }
    .team--container .team-row.first {
      border-top: 1px solid #000000; }
      @media (min-width: 551px) {
        .team--container .team-row.first {
          border: none; } }
  .team--container .team-col--half {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding: 0;
    border-bottom: 1px solid #000000; }
    @media (min-width: 551px) {
      .team--container .team-col--half {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left;
        padding: 1rem 2rem;
        border-bottom: 2px solid #e5e5e5; } }
    .team--container .team-col--half .inner {
      display: none; }
      @media (min-width: 551px) {
        .team--container .team-col--half .inner {
          display: block; } }
      .team--container .team-col--half .inner.active {
        display: block; }
    .team--container .team-col--half img {
      margin: 0 auto;
      display: block; }
    .team--container .team-col--half h4 {
      font-size: 18px;
      margin: 1rem 0 .5rem; }
    @media (min-width: 551px) {
      .team--container .team-col--half + .team-col--half {
        border-left: 2px solid #e5e5e5; } }

.page-header--container {
  margin-bottom: 1.5rem; }

path:hover,
circle:hover {
  stroke: #002868 !important;
  stroke-width: 2px;
  stroke-linejoin: round;
  fill: #002868 !important;
  cursor: pointer; }

#path67 {
  fill: none !important;
  stroke: #A9A9A9 !important;
  cursor: default; }

#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #BF0A30;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
  font-display: optional; }

.contact-page--wrapper {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-top: 1.5rem; }
  .contact-page--wrapper:before, .contact-page--wrapper:after {
    content: " ";
    display: table; }
  .contact-page--wrapper:after {
    clear: both; }
  .contact-page--wrapper .left {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 551px) {
      .contact-page--wrapper .left {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }
    @media (min-width: 1261px) {
      .contact-page--wrapper .left {
        padding-right: 2rem; } }
    .contact-page--wrapper .left h2 {
      margin: 0 0 .8rem; }
  .contact-page--wrapper .right {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding: 1rem 2rem; }
    @media (min-width: 551px) {
      .contact-page--wrapper .right {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }
    .contact-page--wrapper .right ul {
      margin: 1rem 0;
      padding: 0;
      list-style-type: none; }
      .contact-page--wrapper .right ul li.list-title {
        font-weight: 500; }

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

h5.collapsing-heading {
  margin: 0;
  position: relative; }
  @media (min-width: 993px) {
    h5.collapsing-heading {
      display: none; } }
  h5.collapsing-heading:after {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000000;
    position: absolute;
    right: 15px;
    top: 18px; }

/* Knowledge Base Table Style 12-18-2018 */
.knowledge-table {
  border: 1px solid black; }
  .knowledge-table tr {
    border: 1px solid black;
    text-align: center; }
  .knowledge-table td {
    border: 1px solid black;
    padding: 5px 15px; }

.table-responsive {
  overflow: hidden; }
  .table-responsive .table thead tr th {
    padding: .5rem;
    text-align: center;
    background: white;
    border-bottom: 2px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
  .table-responsive .table tbody tr td {
    border-bottom: 1px solid #e5e5e5; }
  .table-responsive th.first.last {
    display: none; }
    @media (min-width: 551px) {
      .table-responsive th.first.last {
        display: table-cell; } }
  .table-responsive tr.row-a td:last-child, .table-responsive tr.row-b td:last-child {
    display: none; }
    @media (min-width: 551px) {
      .table-responsive tr.row-a td:last-child, .table-responsive tr.row-b td:last-child {
        display: table-cell; } }
  @media (min-width: 551px) {
    .table-responsive p.international {
      display: none; } }

aside.webpage-sidebar h5.sidebarBlock-heading {
  background: #f5f5f5;
  border: none; }
  @media (min-width: 993px) {
    aside.webpage-sidebar h5.sidebarBlock-heading {
      background: #ffffff; } }

span.mobile-sidebar-heading {
  display: block;
  text-align: center; }
  @media (min-width: 993px) {
    span.mobile-sidebar-heading {
      display: none; } }

span.desktop-sidebar-heading {
  display: none; }
  @media (min-width: 993px) {
    span.desktop-sidebar-heading {
      display: block; } }

svg#us-map {
  display: none;
  max-width: 100%; }
  @media (min-width: 551px) {
    svg#us-map {
      display: block; } }

.state-rules-columns {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .state-rules-columns:before, .state-rules-columns:after {
    content: " ";
    display: table; }
  .state-rules-columns:after {
    clear: both; }
  .state-rules-columns h5 {
    color: #000000;
    display: block;
    font-size: 25px; }
    @media (min-width: 551px) {
      .state-rules-columns h5:after {
        display: none; } }
  .state-rules-columns ul {
    list-style-type: none;
    margin: 0 0 .4rem; }
    .state-rules-columns ul li {
      padding: .3rem 0;
      margin-top: 6px;
      margin-bottom: 6px; }
      .state-rules-columns ul li a {
        font-weight: 500;
        font-size: 16px; }
        .state-rules-columns ul li a:hover {
          text-decoration: underline;
          font-weight: 600; }
  .state-rules-columns .state-wrap {
    border-bottom: 1px solid #000000;
    padding: .3rem; }
    @media (min-width: 551px) {
      .state-rules-columns .state-wrap {
        border: none; } }
  .state-rules-columns .state-rule-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 551px) {
      .state-rules-columns .state-rule-col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
    .state-rules-columns .state-rule-col .inner {
      display: none; }
      @media (min-width: 551px) {
        .state-rules-columns .state-rule-col .inner {
          display: block !important; } }

/* Hardcoded Sidebar for Content page Starts - 17th Nov. 2018 */
.hardcoded-menu li a .icon {
  transform: rotate(-90deg) !important; }

.hardcoded-menu li a.activeMenu .icon {
  transform: rotate(0deg) !important; }

.hardcoded-menu li .navPages--name {
  width: 85%;
  border-right: 1px solid #e5e5e5; }

.hardcoded-menu li ul.navPage-subMenu-list {
  display: none; }
  .hardcoded-menu li ul.navPage-subMenu-list li .navPages--name {
    width: 100%;
    border-right: none; }

.hardcoded-menu li.no-submenu .navPages--name {
  width: 100%;
  border-right: none; }

p.sub-text {
  font-size: 14px; }

/* Responsive Part Styling for  Hard-coded Menu */
.hard-coded-menu {
  display: none; }

@media screen and (min-width: 801px) {
  .navPages-container.is-open {
    padding-top: 0; } }

@media screen and (max-width: 800px) {
  .hard-coded-menu {
    display: block;
    clear: both; }
  .sidebarBlock-heading, ul.navList.category-sidebar-menu {
    display: none; }
  ul.navList.category-sidebar-menu.hardcoded-menu {
    display: block; }
  .category-sidebar-menu .navPages-action {
    position: relative; }
  .hardcoded-menu li a .icon {
    position: absolute;
    right: 10px;
    top: 0;
    width: 15px !important;
    height: 15px !important;
    min-height: 15px;
    padding: 18px; }
  .hardcoded-menu li .navPages--name {
    width: 100%;
    border-right: none; }
  .category-sidebar-menu .navPages-action span.navPages--name-inner {
    padding: 0.7rem 35px 0.7rem 20px !important; } }

/* Hardcoded Sidebar for Content page Ends - 17th Nov. 2018 */
.top-section--layout {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .top-section--layout:before, .top-section--layout:after {
    content: " ";
    display: table; }
  .top-section--layout:after {
    clear: both; }
  .top-section--layout .top-section--col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 551px) {
      .top-section--layout .top-section--col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 33.33333%;
        float: left; } }
  .top-section--layout p {
    margin: .5rem 0 1rem 0; }
  .top-section--layout img {
    width: 100%; }

div#right-side-image iframe {
  width: 100%; }

.strobe-video--responsive-container {
  width: 100% !important; }
  @media (min-width: 993px) {
    .strobe-video--responsive-container #right-side-image {
      float: right !important; } }

[data-header-override] {
  margin: 0;
  color: #012F5E !important;
  font-size: 20px;
  font-weight: 700 !important; }

.facetedSearch-refineFilters h2 {
  margin: 0;
  padding: 0.73333rem;
  border: 1px solid #e5e5e5 !important;
  text-transform: uppercase;
  font-size: 15px; }

[data-accordion-override] {
  width: 85% !important;
  padding: 0.73333rem !important;
  margin: 0 !important;
  background-color: #f5f5f5 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  line-height: 24px !important; }

[data-accordion-override-clear] {
  background-color: #fff !important;
  border: none !important; }

.card-title {
  font-size: 15px !important;
  border-bottom: none !important; }

.solitary-videos {
  display: flex; }
  @media (min-width: 993px) {
    .solitary-videos {
      flex-direction: column; } }

.header-wrapper {
  max-width: 100%; }

.mobile-quickSearch button[value="Search"] {
  display: flex;
  align-items: center; }
  .mobile-quickSearch button[value="Search"] .ob-icon {
    margin-top: auto;
    margin-bottom: auto; }

.centered-additional-payment-buttons p {
  text-align: center; }

.centered-additional-payment-buttons #PayPalExpressCheckoutForm,
.centered-additional-payment-buttons #PayPalExpressCreditCheckoutForm {
  display: flex;
  justify-content: center; }

.state-wrap:hover {
  cursor: pointer; }
  @media (min-width: 993px) {
    .state-wrap:hover {
      cursor: default; } }

.state-wrap .collapsing-heading::after {
  transition: transform 0.3s ease;
  transform: rotate(0deg); }

.state-wrap.active .collapsing-heading::after {
  transform: rotate(-180deg); }

.ob-siren-submenu {
  min-width: 226px; }

@media (max-width: 1180px) {
  .hard-coded-menu {
    display: block;
    clear: both; } }

@media (max-width: 1180px) and (min-width: 801px) {
  header .navPages {
    margin-top: 60px; }
  /*
  .navPages-container {
    overflow: auto;
  }
  */ }

#TopHeaderLine {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 4px solid #0D6795;
  margin: 0 0 -2px;
  margin-top: 0px;
  padding-bottom: .5rem;
  margin-top: 0; }

.card-title {
  font-weight: 500; }

.productView {
  padding-top: 0; }

.productView-product {
  padding-bottom: 0rem;
  margin-bottom: 1rem; }
  @media (min-width: 551px) {
    .productView-product {
      border-bottom: 1px solid #525252; } }

.card-buttons {
  padding-top: .5rem; }

p.card-text.card-rating {
  margin-bottom: 0; }
  p.card-text.card-rating span.num-ratings {
    font-size: 14px;
    vertical-align: top; }

.card-body {
  padding: 0; }

.card .price-section--product-page, .card span.price-now-label, .card .price-section.price-section--withoutTax.non-sale-price--withoutTax {
  display: none !important; }

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

p.productView--no-videos {
  font-size: 20px;
  margin: 1rem 0 0;
  text-align: center; }

ul.product-categories-list {
  display: block;
  padding: 0;
  margin: 0 -0.66667rem; }
  ul.product-categories-list:before, ul.product-categories-list:after {
    content: " ";
    display: table; }
  ul.product-categories-list:after {
    clear: both; }
  ul.product-categories-list > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.66667rem 1.33333rem; }
  ul.product-categories-list > li {
    list-style: none;
    padding: 0 0.66667rem 1.33333rem;
    width: 50%; }
    ul.product-categories-list > li:nth-of-type(1n) {
      clear: none; }
    ul.product-categories-list > li:nth-of-type(2n+1) {
      clear: both; }
  @media (min-width: 551px) {
    ul.product-categories-list {
      display: block;
      padding: 0;
      margin: 0 -0.66667rem; }
      ul.product-categories-list:before, ul.product-categories-list:after {
        content: " ";
        display: table; }
      ul.product-categories-list:after {
        clear: both; }
      ul.product-categories-list > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.66667rem 1.33333rem; }
      ul.product-categories-list > li {
        list-style: none;
        padding: 0 0.66667rem 1.33333rem;
        width: 33.33333%; }
        ul.product-categories-list > li:nth-of-type(1n) {
          clear: none; }
        ul.product-categories-list > li:nth-of-type(3n+1) {
          clear: both; } }
  @media (min-width: 993px) {
    ul.product-categories-list {
      display: block;
      padding: 0;
      margin: 0 -0.66667rem; }
      ul.product-categories-list:before, ul.product-categories-list:after {
        content: " ";
        display: table; }
      ul.product-categories-list:after {
        clear: both; }
      ul.product-categories-list > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.66667rem 1.33333rem; }
      ul.product-categories-list > li {
        list-style: none;
        padding: 0 0.66667rem 1.33333rem;
        width: 25%; }
        ul.product-categories-list > li:nth-of-type(1n) {
          clear: none; }
        ul.product-categories-list > li:nth-of-type(4n+1) {
          clear: both; } }
  @media (min-width: 1261px) {
    ul.product-categories-list {
      display: block;
      padding: 0;
      margin: 0 -0.66667rem; }
      ul.product-categories-list:before, ul.product-categories-list:after {
        content: " ";
        display: table; }
      ul.product-categories-list:after {
        clear: both; }
      ul.product-categories-list > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.66667rem 1.33333rem; }
      ul.product-categories-list > li {
        list-style: none;
        padding: 0 0.66667rem 1.33333rem;
        width: 16.66667%; }
        ul.product-categories-list > li:nth-of-type(1n) {
          clear: none; }
        ul.product-categories-list > li:nth-of-type(6n+1) {
          clear: both; } }
  ul.product-categories-list p.cat-title {
    border-top: 1px solid #525252;
    padding-top: 1rem;
    font-weight: 400; }

.productView-details {
  margin-bottom: 0; }

li.product {
  margin-top: .5rem; }

.productView-title {
  margin: 0; }

.form-field.form-field--increments {
  display: block; }
  .form-field.form-field--increments .form-label--alternate {
    margin-bottom: 0.28571rem; }

.productView-options .form-wishlist {
  display: block; }
  @media (min-width: 1261px) {
    .productView-options .form-wishlist {
      display: inline-block; } }
  .productView-options .form-wishlist .icon {
    margin-left: 0; }
  .productView-options .form-wishlist svg {
    width: 2rem;
    height: 2rem;
    vertical-align: bottom; }
  .productView-options .form-wishlist a.dropdown-menu-button {
    display: flex; }
  .productView-options .form-wishlist a.button.dropdown-menu-button.is-open {
    border-bottom: none; }

#wishlist-dropdown.is-open {
  width: 230px !important;
  padding-right: 0;
  top: 30px !important;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); }
  #wishlist-dropdown.is-open input,
  #wishlist-dropdown.is-open a.button {
    border: none; }

.warranty-returns a {
  font-weight: 600;
  text-decoration: underline; }

.warranty-returns h2 {
  margin: 0 0 .6rem;
  font-size: 20px;
  color: #BC0105; }

.warranty-returns table {
  *border-collapse: collapse;
  /* IE7 and lower */
  border-spacing: 0;
  width: 100%;
  margin-bottom: 1.5rem; }

.warranty-returns .bordered {
  border: solid #ccc 1px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 1px 1px #ccc;
  -moz-box-shadow: 0 1px 1px #ccc;
  box-shadow: 0 1px 1px #ccc; }

.warranty-returns .bordered tr:hover {
  background: #fbf8e9;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

.warranty-returns .bordered td,
.warranty-returns .bordered th {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5px;
  text-align: left;
  background: #ffffff; }

.warranty-returns .bordered th {
  background-color: #dce9f9;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
  background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -moz-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -ms-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: -o-linear-gradient(top, #ebf3fc, #dce9f9);
  background-image: linear-gradient(top, #ebf3fc, #dce9f9);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
  border-top: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }

.warranty-returns .bordered td:first-child,
.warranty-returns .bordered th:first-child {
  border-left: none; }

.warranty-returns .bordered th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0; }

.warranty-returns .bordered th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0; }

.warranty-returns .bordered th:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0; }

.warranty-returns .bordered tr:last-child td:first-child {
  -moz-border-radius: 0 0 0 6px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px; }

.warranty-returns .bordered tr:last-child td:last-child {
  -moz-border-radius: 0 0 6px 0;
  -webkit-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0; }

@media (min-width: 993px) {
  .warranty-tab--content {
    display: flex; } }

.warranty-tab--content .left-side {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  text-align: center;
  padding: 1rem 0; }
  .warranty-tab--content .left-side img {
    border-radius: 4px; }
  @media (min-width: 993px) {
    .warranty-tab--content .left-side {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 16.66667%;
      float: left; } }

.warranty-tab--content .right-side {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 993px) {
    .warranty-tab--content .right-side {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 83.33333%;
      float: left; } }

.warranty-tab--content + .warranty-tab--content {
  border-top: 1px solid #525252;
  padding-top: 2rem; }

a.addthis_button_google_plusone.icon.icon--google_plusone.at300b {
  width: 1.42857rem; }

.google_plusone_iframe_widget {
  overflow: hidden;
  opacity: 0;
  position: absolute;
  top: 0; }

@media (min-width: 993px) {
  section.productView-images {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    display: flex; } }

a.productView-thumbnail-link.popup-youtube {
  display: inline-block; }
  a.productView-thumbnail-link.popup-youtube:after {
    border-top: 10px solid transparent;
    border-left: 20px solid #ffffff;
    border-bottom: 10px solid transparent; }

@media (min-width: 993px) {
  section.productView-details {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    clear: right;
    float: right;
    margin-bottom: 0;
    border-left: 1px solid #525252; } }

@media (min-width: 1261px) {
  section.productView-details {
    padding-left: 2rem; } }

article.productView-description-tabs {
  margin: 1rem 0; }

.productView-images {
  margin-bottom: 1rem; }
  @media (min-width: 551px) {
    .productView-images {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 66.66667%;
      float: left; } }
  @media (min-width: 993px) {
    .productView-images {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left; } }

.productView-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 993px) {
    .productView-image {
      position: relative;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 83.33333%;
      left: 16.66667%;
      right: auto;
      float: left; } }
  @media (min-width: 1261px) {
    .productView-image {
      position: relative;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      left: 16.66667%;
      right: auto;
      float: left; } }

h2.product-section-title {
  font-size: 23px;
  position: relative;
  z-index: 1; }

.productView-thumbscontainer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0;
  align-self: flex-start; }
  @media (min-width: 551px) {
    .productView-thumbscontainer {
      padding-left: 1.4rem;
      padding-right: 1.4rem;
      margin-top: 2rem; } }
  @media (min-width: 993px) {
    .productView-thumbscontainer {
      position: relative;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 16.66667%;
      right: 83.33333%;
      left: auto;
      float: left;
      margin-top: 0; } }
  @media (min-width: 1261px) {
    .productView-thumbscontainer {
      position: relative;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      right: 79.16667%;
      left: auto;
      float: left;
      margin-top: 0; } }
  .productView-thumbscontainer .slick-arrow {
    position: absolute; }
    @media (min-width: 993px) {
      .productView-thumbscontainer .slick-arrow {
        position: absolute; } }
  .productView-thumbscontainer .slick-prev {
    left: -17px;
    top: 88%; }
    @media (min-width: 993px) {
      .productView-thumbscontainer .slick-prev {
        top: -23px;
        left: 28%;
        right: initial;
        transform: rotate(90deg); } }
  .productView-thumbscontainer .slick-next {
    right: -17px;
    top: 88%; }
    @media (min-width: 993px) {
      .productView-thumbscontainer .slick-next {
        bottom: 0;
        left: 50%;
        right: initial;
        transform: rotate(90deg) translate(115%, 28%);
        top: initial; } }

.form-label {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.3rem; }

.productView-options .form-field {
  margin: 0 0 1rem;
  position: relative; }
  @media (min-width: 551px) {
    .productView-options .form-field {
      margin: 0 0 1.03333rem; } }

section.productView-details--options {
  margin-top: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    section.productView-details--options {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: left;
      border-left: 1px solid #000000; } }
  @media (min-width: 1261px) {
    section.productView-details--options {
      padding-left: 2rem; } }

@media (min-width: 993px) {
  ul.productView-thumbnails {
    margin-top: 3rem; } }

ul.productView-thumbnails .slick-track, ul.productView-thumbnails .slick-list {
  margin-left: 0;
  margin-right: 0;
  height: auto !important; }

p.product-model {
  margin: 0 0 .1rem;
  font-size: 15px; }

@media (min-width: 551px) {
  .productView-options .form-action {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding: 0; } }

@media (min-width: 993px) {
  input#form-action-addToCart {
    width: 300px; } }

.form-label--inlineSmall small {
  color: #BC0105; }

.form-increment {
  display: flex;
  justify-content: center; }
  @media (min-width: 551px) {
    .form-increment {
      justify-content: left; } }
  .form-increment .button {
    border-color: #000000;
    padding: .51429rem 1.35714rem; }
    .form-increment .button svg {
      fill: #000000; }
  .form-increment input {
    color: #000000; }
  .form-increment .form-input--incrementTotal {
    width: 5rem;
    font-size: 13px;
    line-height: 1.6rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-radius: 0; }

.price-section.price-section--withoutTax.non-sale-price--withoutTax {
  display: none; }

.productView-price {
  font-size: 1rem;
  margin-bottom: .5rem; }
  .productView-price .price-section--card {
    display: none; }
  .productView-price span.price.price--withoutTax, .productView-price span.price-now-label {
    color: #BC0105; }
  .productView-price .price-section.rrp-price--withoutTax.price-section--withoutTax {
    font-size: 15px; }
  .productView-price .price-section.price-section--withoutTax {
    font-size: 30px; }
  .productView-price .price-section.price-section--withoutTax.rrp-price--withoutTax {
    display: inline-block; }
  .productView-price .price-section.price-section--saving.price {
    font-size: 15px;
    display: inline-block;
    color: #525252;
    margin-left: .5rem; }
  .productView-price .price-section.price-section-wrap.non-sale-price---withoutTax.price-section--withoutTax {
    display: flex; }

.button--saveoptions.button.button--CTA {
  display: none; }

.price-section.price-section--withoutTax.non-sale-price--withoutTax {
  display: none !important; }

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

.productView--quickView.frequent section.productView-details,
.productView--quickView.frequent .productView-details--options {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .productView--quickView.frequent section.productView-details,
    .productView--quickView.frequent .productView-details--options {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      float: right;
      padding-left: 2rem; } }

.productView--quickView.frequent .productView-thumbscontainer,
.productView--quickView.frequent .productView-rating,
.productView--quickView.frequent input#form-action-addToCart {
  display: none; }

.productView--quickView.frequent .button--saveoptions.button.button--CTA {
  display: inline-block; }

.productView--quickView.frequent .productView-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0;
  left: initial;
  right: initial; }

.productView-freqbought {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-bottom: 1.2rem; }
  .productView-freqbought:before, .productView-freqbought:after {
    content: " ";
    display: table; }
  .productView-freqbought:after {
    clear: both; }
  .productView-freqbought .left {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 551px) {
      .productView-freqbought .left {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left;
        display: flex;
        flex-wrap: wrap; } }
    .productView-freqbought .left > div:nth-child(3):after {
      display: none; }
  .productView-freqbought .right {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 551px) {
      .productView-freqbought .right {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left;
        padding: 0; } }
  .productView-freqbought .related-divider:last-child {
    display: none; }
  .productView-freqbought .form-field {
    margin: 0; }
  .productView-freqbought input:checked + label + .related-price,
  .productView-freqbought input:checked + label {
    font-weight: 500;
    color: #000000; }
  .productView-freqbought .related-product-image {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
    margin-bottom: 1rem;
    position: relative; }
    @media (min-width: 551px) {
      .productView-freqbought .related-product-image {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 33.33333%;
        float: left; } }
    .productView-freqbought .related-product-image label.form-label {
      margin-bottom: 0;
      color: #525252; }
    .productView-freqbought .related-product-image:after {
      content: "+";
      display: block;
      position: absolute;
      right: -.35rem;
      top: 32%; }
      @media (min-width: 1261px) {
        .productView-freqbought .related-product-image:after {
          font-size: 20px; } }
    .productView-freqbought .related-product-image:last-child:after {
      display: none; }
  .productView-freqbought .related-product-body {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    border: 1px solid #000000;
    margin-bottom: .3rem;
    padding: .6rem 0.75rem; }
    @media (min-width: 551px) {
      .productView-freqbought .related-product-body {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 33.33333%;
        float: left;
        padding: 0 0.75rem;
        border: none;
        margin-bottom: 0; } }
    .productView-freqbought .related-product-body label.form-label {
      margin-bottom: 0;
      color: #525252;
      font-size: 13px; }
      @media (min-width: 551px) {
        .productView-freqbought .related-product-body label.form-label {
          font-size: 1rem; } }
    .productView-freqbought .related-product-body .price-section.rrp-price--withoutTax.price-section--withoutTax, .productView-freqbought .related-product-body .price-section.price-section--saving.price, .productView-freqbought .related-product-body .price-section.price-section--withoutTax.price-section--product-page {
      display: none; }
    .productView-freqbought .related-product-body .form-checkbox + .form-label::before,
    .productView-freqbought .related-product-body .form-radio + .form-label::before {
      top: 0.1rem; }
    .productView-freqbought .related-product-body .form-checkbox + .form-label::after,
    .productView-freqbought .related-product-body .form-radio + .form-label::after {
      top: 0.16667rem; }
  .productView-freqbought .related-img-container {
    text-align: center; }
  .productView-freqbought .related-price {
    padding-left: 1.85714rem;
    color: #525252;
    display: none; }
    @media (min-width: 993px) {
      .productView-freqbought .related-price {
        display: inline-block; } }
    .productView-freqbought .related-price .price-savings--right {
      display: none; }
  .productView-freqbought .related-addtocart {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    text-align: center; }
    @media (min-width: 1261px) {
      .productView-freqbought .related-addtocart {
        vertical-align: top;
        margin-top: 1.5rem; } }
    .productView-freqbought .related-addtocart p {
      font-weight: 500;
      color: #BC0105;
      font-size: 17px;
      margin: .5rem 0; }

.product-video-render img {
  width: 100%; }
  @media (min-width: 551px) {
    .product-video-render img {
      padding: 0 .5rem; } }

.product-video-render-btm {
  text-align: center;
  padding: 1rem 0 0.5rem; }
  .product-video-render-btm a {
    margin: 0; }
  @media (min-width: 551px) {
    .product-video-render-btm {
      padding: 1.5rem 0; } }

.review-block {
  background: #0D6795;
  text-align: center;
  padding: 1rem 1.5rem 1.5rem; }
  .review-block p {
    color: #ffffff;
    margin: 0;
    font-weight: 500; }
  .review-block p.review-rating {
    margin: .5rem 0; }
  .review-block p.review-title {
    font-weight: 600;
    font-size: 15px; }

.productView--callout-icons {
  background: #fff;
  padding: .5rem 1rem;
  overflow: hidden;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center; }
  @media (min-width: 993px) {
    .productView--callout-icons {
      margin-bottom: 0; } }
  .productView--callout-icons .icon-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: .3rem; }
    @media (min-width: 993px) {
      .productView--callout-icons .icon-col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 33.33333%;
        float: left;
        margin-bottom: 0;
        border-right: 1px solid #525252; }
        .productView--callout-icons .icon-col:last-child {
          border-color: transparent; } }
  .productView--callout-icons svg {
    vertical-align: middle;
    width: 3rem;
    height: 3rem; }
  .productView--callout-icons span {
    font-weight: 500;
    padding-left: .4rem; }
    @media (min-width: 1261px) {
      .productView--callout-icons span {
        font-size: 17px; } }

.productView-videos-reviews {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .productView-videos-reviews:before, .productView-videos-reviews:after {
    content: " ";
    display: table; }
  .productView-videos-reviews:after {
    clear: both; }
  .productView-videos-reviews .left {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 993px) {
      .productView-videos-reviews .left {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 58.33333%;
        float: left; } }
    @media (min-width: 1261px) {
      .productView-videos-reviews .left {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }
  .productView-videos-reviews .right {
    display: none;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 993px) {
      .productView-videos-reviews .right {
        display: block;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 41.66667%;
        float: left; } }
    @media (min-width: 1261px) {
      .productView-videos-reviews .right {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
  .productView-videos-reviews .slick-next,
  .productView-videos-reviews .slick-prev {
    margin-top: 0; }

.no-reviews-ms {
  text-align: center;
  padding-top: 1.5rem; }

.product-callout--reviews {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  padding: 2rem 0; }
  .product-callout--reviews:before, .product-callout--reviews:after {
    content: " ";
    display: table; }
  .product-callout--reviews:after {
    clear: both; }
  @media (min-width: 551px) {
    .product-callout--reviews {
      display: flex; } }
  .product-callout--reviews .review-block {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    text-align: center; }
    @media (min-width: 551px) {
      .product-callout--reviews .review-block {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 33.33333%;
        float: left;
        border-right: 1px solid #ffffff; }
        .product-callout--reviews .review-block:last-child {
          border-right: 1px solid transparent; } }
    @media (min-width: 1261px) {
      .product-callout--reviews .review-block {
        padding: 1rem 4rem; } }

.product-reviews-container {
  margin: 0 auto;
  max-width: 98.4rem;
  width: 100%; }
  .product-reviews-container:before, .product-reviews-container:after {
    content: " ";
    display: table; }
  .product-reviews-container:after {
    clear: both; }
  .product-reviews-container p.total-reviews {
    padding: 1rem;
    border-bottom: 1px solid #525252; }
  .product-reviews-container .review-block-alt {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    border-bottom: 1px solid #cccccc;
    padding: 1rem;
    display: none; }
    .product-reviews-container .review-block-alt.show-review {
      display: flex; }
    .product-reviews-container .review-block-alt p {
      margin: 0; }
    .product-reviews-container .review-block-alt .left {
      margin-right: 1.5rem; }
    .product-reviews-container .review-block-alt p.review-name {
      font-size: 16px; }
    .product-reviews-container .review-block-alt p.review-rating {
      margin: .5rem 0; }
    .product-reviews-container .review-block-alt p.review-title {
      font-size: 13px;
      margin-bottom: .4rem; }
    .product-reviews-container .review-block-alt p.user-initial {
      background: #f5f5f5;
      font-size: 30px;
      line-height: 50px;
      width: 50px;
      height: 50px;
      color: #525252;
      border-radius: 50%;
      text-align: center; }

.ob-review-paginator {
  width: 100%;
  min-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px; }
  .ob-review-paginator .next-rev {
    float: right;
    display: none; }
    .ob-review-paginator .next-rev.show-paginator {
      display: block; }
  .ob-review-paginator .prev-rev {
    float: left;
    display: none; }
    .ob-review-paginator .prev-rev.show-paginator {
      display: block; }

.dark-blue-bg {
  background: #0D6795; }

.accordian-title {
  background: #c3e6f8;
  padding: .7rem 1.5rem;
  font-weight: 500;
  font-size: 20px;
  border-bottom: 2px solid #ffffff;
  margin: 0;
  position: relative;
  cursor: pointer; }
  .accordian-title:hover {
    opacity: .8; }
  .accordian-title:after {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000000;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transition: .3s ease-in-out; }
  .accordian-title.open:after {
    transform: rotate(180deg); }

.accordian-content {
  display: none;
  margin: 0 auto;
  max-width: 98.4rem;
  width: 100%;
  background: #c3e6f8;
  padding: 1.5rem 1.5rem;
  border-bottom: 2px solid #ffffff; }
  .accordian-content:before, .accordian-content:after {
    content: " ";
    display: table; }
  .accordian-content:after {
    clear: both; }
  .accordian-content .left,
  .accordian-content .right {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 993px) {
      .accordian-content .left,
      .accordian-content .right {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left;
        padding-left: 0; } }
  .accordian-content ul.accordian-features {
    font-size: 16px;
    padding-top: 1rem; }
    @media (min-width: 551px) {
      .accordian-content ul.accordian-features {
        padding-left: 2rem; } }
    @media (min-width: 1261px) {
      .accordian-content ul.accordian-features {
        padding-left: 5rem;
        padding-top: 0; } }
    .accordian-content ul.accordian-features li {
      padding: .2rem; }

p.color-name {
  display: none;
  margin: 0; }

ul.freeproductGrid {
  display: block;
  padding: 0;
  margin: 0 -0.66667rem; }
  ul.freeproductGrid:before, ul.freeproductGrid:after {
    content: " ";
    display: table; }
  ul.freeproductGrid:after {
    clear: both; }
  ul.freeproductGrid > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.66667rem 1.33333rem; }
  ul.freeproductGrid > li {
    list-style: none;
    padding: 0 0.66667rem 1.33333rem;
    width: 50%; }
    ul.freeproductGrid > li:nth-of-type(1n) {
      clear: none; }
    ul.freeproductGrid > li:nth-of-type(2n+1) {
      clear: both; }
  @media (min-width: 551px) {
    ul.freeproductGrid {
      display: block;
      padding: 0;
      margin: 0 -0.66667rem;
      display: flex;
      flex-wrap: wrap; }
      ul.freeproductGrid:before, ul.freeproductGrid:after {
        content: " ";
        display: table; }
      ul.freeproductGrid:after {
        clear: both; }
      ul.freeproductGrid > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.66667rem 1.33333rem; }
      ul.freeproductGrid > li {
        list-style: none;
        padding: 0 0.66667rem 1.33333rem;
        width: 33.33333%; }
        ul.freeproductGrid > li:nth-of-type(1n) {
          clear: none; }
        ul.freeproductGrid > li:nth-of-type(3n+1) {
          clear: both; } }
  @media (min-width: 1261px) {
    ul.freeproductGrid {
      display: block;
      padding: 0;
      margin: 0 -0.66667rem;
      display: flex;
      flex-wrap: wrap; }
      ul.freeproductGrid:before, ul.freeproductGrid:after {
        content: " ";
        display: table; }
      ul.freeproductGrid:after {
        clear: both; }
      ul.freeproductGrid > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.66667rem 1.33333rem; }
      ul.freeproductGrid > li {
        list-style: none;
        padding: 0 0.66667rem 1.33333rem;
        width: 25%; }
        ul.freeproductGrid > li:nth-of-type(1n) {
          clear: none; }
        ul.freeproductGrid > li:nth-of-type(4n+1) {
          clear: both; } }
  ul.freeproductGrid li {
    padding-top: 1rem; }
    ul.freeproductGrid li .inner {
      box-shadow: 0 0px 20px rgba(0, 0, 0, 0.19);
      padding: 1rem;
      height: 100%; }
    ul.freeproductGrid li p {
      font-size: 17px;
      font-weight: 500;
      margin: .6rem 0 0; }
      ul.freeproductGrid li p span {
        color: #BC0105; }
    ul.freeproductGrid li small {
      font-size: 70%;
      color: #0D6795; }
    ul.freeproductGrid li h4 {
      font-size: 16px; }

@media (min-width: 551px) {
  .form-field.custom-color-dropdown {
    max-width: 300px; } }

.form-field.custom-color-dropdown .color-name-hex {
  display: flex;
  margin-left: .5rem; }

.form-field.custom-color-dropdown small {
  display: none; }

.form-field.custom-color-dropdown [data-option-value] {
  align-self: center; }

.form-field.custom-color-dropdown .form-label {
  border: 1px solid #000000;
  padding: .5rem 1rem;
  margin: 0;
  display: flex;
  font-size: 16px;
  position: relative; }
  @media (min-width: 551px) {
    .form-field.custom-color-dropdown .form-label {
      max-width: 300px; } }
  .form-field.custom-color-dropdown .form-label:after {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000000;
    position: absolute;
    right: 15px;
    top: 18px; }
  .form-field.custom-color-dropdown .form-label .color-circle {
    width: 13px;
    height: 13px; }
  .form-field.custom-color-dropdown .form-label p.color-name {
    font-size: 13px;
    font-weight: 300; }

.form-field.custom-color-dropdown .custom-colors-wrapper {
  height: 0;
  overflow: hidden; }
  .form-field.custom-color-dropdown .custom-colors-wrapper.open {
    height: auto;
    border: 1px solid #000000;
    border-top: none; }

.form-field.custom-color-dropdown .custom-colors-wrapper {
  position: absolute;
  width: 100%;
  background: white;
  z-index: 5;
  max-height: 420px;
  overflow-y: scroll; }
  @media (min-width: 551px) {
    .form-field.custom-color-dropdown .custom-colors-wrapper {
      max-width: 300px; } }
  .form-field.custom-color-dropdown .custom-colors-wrapper label {
    display: flex;
    border: none;
    padding: .3rem 1rem;
    margin-right: 0;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .form-field.custom-color-dropdown .custom-colors-wrapper label {
        max-width: 300px; } }
    .form-field.custom-color-dropdown .custom-colors-wrapper label:hover {
      background: #f5f5f5; }

.form-field.custom-color-dropdown p.color-name {
  display: inline-block;
  font-size: 1rem; }

.form-field.custom-color-dropdown .color-circle {
  display: flex;
  width: 18px;
  height: 18px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #838383;
  margin-right: .4rem;
  position: relative;
  top: 3px; }

.form-field.custom-color-dropdown .form-radio:checked + .form-option {
  background: #f5f5f5; }

.form-field.custom-color-dropdown ul.productOptions-list {
  border: none; }
  .form-field.custom-color-dropdown ul.productOptions-list .productOptions-list-item {
    padding: 0.5rem 1rem;
    position: relative;
    border: none; }
    .form-field.custom-color-dropdown ul.productOptions-list .productOptions-list-item label.form-label {
      padding: 0 0 0 3rem;
      height: 100%;
      border: none; }
      .form-field.custom-color-dropdown ul.productOptions-list .productOptions-list-item label.form-label:before, .form-field.custom-color-dropdown ul.productOptions-list .productOptions-list-item label.form-label:after {
        display: none; }
      .form-field.custom-color-dropdown ul.productOptions-list .productOptions-list-item label.form-label span {
        top: 50%;
        position: absolute;
        transform: translateY(-50%);
        font-size: 1rem;
        font-weight: 300; }

.form-field.custom-color-dropdown .productOptions-list-item-figure {
  position: relative;
  z-index: 1;
  top: -2px; }

.form-field.custom-color-dropdown .productOptions-list-item-content {
  position: absolute;
  padding: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%; }

.form-field.custom-color-dropdown span[data-option-value] {
  font-size: 13px; }
  .form-field.custom-color-dropdown span[data-option-value] img {
    padding: 0 .3rem; }

.freeItem--quickView .form-field.form-field--increments,
.freeItem--quickView .productView-rating {
  display: none; }

.freeItem--quickView .productView-images {
  margin-bottom: 0; }

.freeItem--quickView a.modal-close:before {
  content: "No Thanks, I don't like free stuff";
  font-size: 13px;
  position: absolute;
  left: -184px;
  display: none; }
  @media (min-width: 993px) {
    .freeItem--quickView a.modal-close:before {
      display: block; } }

.freeItem--quickView p.sub-text--free {
  text-align: center;
  font-size: 14px; }

.modal--small {
  margin: 0;
  overflow: visible !important; }
  .modal--small .custom-colors-wrapper {
    max-height: 200px;
    overflow-y: scroll !important; }

#modal .modal-content .modal-body {
  padding: 1rem !important;
  overflow: visible !important; }

.no-results-search {
  text-align: center; }

.similar-carousel-target .similar-items-carousel-prep .card-title {
  max-height: 200px; }

.hide-default-similar {
  display: none !important; }

#style-similar-header {
  display: inline-block;
  border-bottom: 4px solid #0D6795;
  margin-bottom: -2px;
  padding-bottom: .5rem;
  font-size: 20px;
  margin-top: 0; }
  @media (min-width: 551px) {
    #style-similar-header {
      font-size: 30px;
      margin-top: 2.28571rem; } }

#style-similar-header ~ #dynamic-similar-items {
  border-top: 1px solid black; }

[data-product-option-change] {
  margin: 0 !important; }
  @media (min-width: 993px) {
    [data-product-option-change] {
      padding: 0 !important; } }

.productView-freqbought .related-addtocart {
  padding-left: 0;
  padding-right: 0; }

.accordian-video {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.product-page .breadcrumb.is-active {
  display: none; }
  @media (min-width: 993px) {
    .product-page .breadcrumb.is-active {
      display: inline-block; } }

.product-model {
  display: none; }

#TopCategoryText ~ p:first-child,
.page-heading ~ p:first-child {
  display: none; }
  @media (min-width: 993px) {
    #TopCategoryText ~ p:first-child,
    .page-heading ~ p:first-child {
      display: block; } }

.related-addtocart {
  padding-left: 0;
  padding-right: 0; }
  .related-addtocart .button {
    width: 100%; }
  @media (min-width: 993px) {
    .related-addtocart {
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
      .related-addtocart .button {
        width: 153.8px; } }

[data-rcount-0] {
  display: none; }
  @media (min-width: 993px) {
    [data-rcount-0] {
      display: block; } }

.product-videos-container {
  display: none; }

.productView--callout-icons .icon-col {
  display: none; }
  @media (min-width: 993px) {
    .productView--callout-icons .icon-col {
      display: block; } }

.productView--callout-icons img {
  display: block; }
  @media (min-width: 993px) {
    .productView--callout-icons img {
      display: none; } }

.randomize-video {
  padding: 2px; }
  @media (min-width: 993px) {
    .randomize-video {
      padding: 0; } }

.left-align-slick > .slick-list > .slick-track {
  margin-left: 0; }

.productView--callout-icons--mobile-only {
  display: flex;
  height: auto;
  width: 100%;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media (min-width: 551px) {
    .productView--callout-icons--mobile-only {
      display: none; } }

.mobile-trust-icons {
  height: auto;
  width: auto; }

.showinpopup {
  display: none !important; }

.hideinpopup a:after {
  display: none !important; }

.hideinpopup svg {
  width: 100%;
  height: 67px; }

.mfp-productgallery .mfp-content .hideinpopup {
  display: none !important; }

.mfp-productgallery .mfp-content .showinpopup {
  display: inline !important; }

.mfp-productgallery .mfp-content .productView-images {
  width: 80%;
  margin: 0 auto;
  background: #fff;
  float: none;
  position: relative;
  padding: 25px 0; }
  .mfp-productgallery .mfp-content .productView-images .productView-image {
    left: 0; }
  .mfp-productgallery .mfp-content .productView-images .productView-thumbscontainer {
    right: 0; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 70%;
  margin: 20px auto;
  display: flex;
  flex-direction: column; }
  @media (max-width: 992px) {
    .white-popup {
      max-width: 90%; } }

.files-links {
  margin: 0 -4px !important;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: calc(100% + 9px); }
  .files-links .files-inline:after {
    display: none !important; }
  @media (max-width: 992px) {
    .files-links {
      flex-flow: row;
      overflow: auto;
      width: unset; } }
  .files-links li {
    height: 75px;
    width: 43% !important;
    border: 1px solid #e5e5e5;
    display: -ms-inline-flexbox;
    display: flex;
    margin-right: 6px;
    margin-bottom: 5px; }
    .files-links li a.video-inline.carousel-yt-thumbnail {
      border: 0 !important;
      width: 100% !important;
      margin-right: 0 !important; }
    .files-links li svg {
      width: 100%;
      height: 100%; }
  .files-links .productView-thumbnail {
    width: 50%;
    padding: 0;
    min-width: 80px; }

.vplayer {
  display: none; }

.mfp-productgallery .vplayer {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  .mfp-productgallery .vplayer iframe {
    width: 80%;
    height: 450px;
    margin: 0 auto;
    text-align: center;
    justify-content: center; }

.mfp-productgallery ul.productView-thumbnails.solitary-videos.files-links {
  align-items: flex-end;
  width: 200px; }
  .mfp-productgallery ul.productView-thumbnails.solitary-videos.files-links span#filecounter, .mfp-productgallery ul.productView-thumbnails.solitary-videos.files-links #imgcounter,
  .mfp-productgallery ul.productView-thumbnails.solitary-videos.files-links span#videocounter {
    flex: 0 0 100%;
    margin-left: 8px;
    margin-top: 15px; }

.mfp-productgallery .productView-thumbnails[data-slick].slick-initialized {
  margin-top: 0; }

span.icondef {
  text-transform: uppercase;
  font-size: 7px;
  color: #4c4b4b;
  text-align: center;
  margin: 0 auto;
  text-decoration: none; }
  span.icondef svg {
    width: 100%;
    height: 30px;
    display: block;
    margin: 8px auto 4px; }

.open-popup-link, .open-popup-link:hover {
  text-decoration: none;
  line-height: 8px; }

@media (max-width: 992px) {
  .productView-thumbnails[data-slick].slick-initialized {
    overflow: auto;
    display: flex;
    flex-direction: row; }
    .productView-thumbnails[data-slick].slick-initialized .slick-slide {
      display: flex;
      flex-direction: row;
      width: max-content !important; }
      .productView-thumbnails[data-slick].slick-initialized .slick-slide > div {
        display: flex; }
        .productView-thumbnails[data-slick].slick-initialized .slick-slide > div .productView-thumbnail {
          width: 80px !important; }
    .productView-thumbnails[data-slick].slick-initialized .slick-track, .productView-thumbnails[data-slick].slick-initialized .slick-list {
      width: max-content !important; }
    .productView-thumbnails[data-slick].slick-initialized .slick-list {
      overflow: auto; }
  .mfp-productgallery .mfp-content {
    text-align: center; }
  .mfp-productgallery .mfp-content .productView-images {
    width: 95%;
    display: inline-block;
    margin: 0 auto;
    text-align: center; }
  .mfp-productgallery #filecounter, .mfp-productgallery #videocounter,
  .mfp-productgallery .productView-img-container, .mfp-productgallery #imgcounter, .mfp-productgallery .productView-thumbnail,
  .mfp-productgallery .productView-thumbnails[data-slick].slick-initialized {
    display: none !important; }
  .mfp-productgallery .vplayer, .mfp-productgallery li.productView-thumbnail.video-thumb.showinpopup {
    display: inline !important; }
  .mfp-productgallery li.productView-thumbnail.video-thumb.showinpopup {
    width: 100px;
    margin: 0 0 0 15px; }
  .mfp-productgallery .vplayer iframe {
    width: 100%;
    height: 400px;
    margin: 20px auto 0; } }

@media (max-width: 650px) {
  .vplayer iframe {
    height: 320px; } }

.productView-image {
  margin-top: 0; }

.mfp-productgallery .productView-image {
  margin-top: auto; }

img.iconimg {
  width: 60px;
  display: block;
  margin: 0 auto; }

.files-inline .open-popup-link {
  margin: 0 auto; }

span.icondef svg.ob-icon {
  height: 48px; }

.accordian-title i.icon {
  display: none !important; }

.productView-img-container {
  max-width: 600px !important; }

@media (min-width: 993px) and (max-width: 1260px) {
  .productView-thumbnails .slick-slide {
    min-width: 140px; }
  .mfp-productgallery .mfp-content .productView-images {
    width: 90%; }
  .files-links li {
    width: 64px !important;
    height: auto;
    min-width: unset !important; } }

.productView-images {
  position: relative; }

button#image-zoom {
  max-width: 40px;
  max-height: 40px;
  position: absolute;
  top: 20px;
  right: 20px; }

button#image-zoom svg {
  width: 30px;
  height: 30px; }

button#image-zoom[data-zoom="disable-zoom"] svg {
  fill: #eee; }

cc-snippet[name="video"],
cc-snippet[name="videoslider"] {
  display: none; }

@media only screen and (max-width: 992px) {
  cc-snippet[name="videoslider"] {
    display: block; } }

.cc-thumb-promot-video {
  padding: 0px 1.5rem; }
  .cc-thumb-promot-video .cc-truth-video {
    position: relative;
    margin: 0 auto; }
    .cc-thumb-promot-video .cc-truth-video .cc-videoimage {
      list-style: none;
      position: relative;
      height: 365px;
      display: block;
      overflow: hidden; }
      .cc-thumb-promot-video .cc-truth-video .cc-videoimage .swiper-container {
        height: 100%;
        overflow: hidden; }
      .cc-thumb-promot-video .cc-truth-video .cc-videoimage .swiper-wrapper {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: inherit;
        display: flex; }
    .cc-thumb-promot-video .cc-truth-video .cc-prev {
      position: absolute;
      top: -23px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 9999;
      background: #313131;
      height: 20px; }
      .cc-thumb-promot-video .cc-truth-video .cc-prev img {
        width: 20px;
        position: relative;
        top: -2px; }
    .cc-thumb-promot-video .cc-truth-video .cc-next {
      position: absolute;
      bottom: -23px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 9999;
      background: #313131;
      height: 20px; }
      .cc-thumb-promot-video .cc-truth-video .cc-next img {
        width: 20px;
        position: relative;
        top: -2px; }
    .cc-thumb-promot-video .cc-truth-video .cc-slider-video {
      position: relative; }
      .cc-thumb-promot-video .cc-truth-video .cc-slider-video:after {
        display: block;
        width: 45px;
        transform: translateY(-50%);
        top: 50%;
        position: absolute;
        right: 0;
        margin: 0 auto;
        left: 0;
        height: 50px;
        content: "";
        cursor: pointer;
        background: url(https://cdn.convertcart.com/uploads/08e507d2.png);
        background-size: contain;
        z-index: 5;
        background-repeat: no-repeat;
        /* background-position-y: -2px; */ }
      .cc-thumb-promot-video .cc-truth-video .cc-slider-video .cc-frame-overlay {
        z-index: 9999999;
        display: block;
        height: auto;
        width: 100%;
        cursor: pointer;
        opacity: 0; }
      .cc-thumb-promot-video .cc-truth-video .cc-slider-video iframe {
        height: 64px;
        pointer-events: none;
        padding: 10px 0px;
        width: 100%; }
    .cc-thumb-promot-video .cc-truth-video ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      /* li:first-child {
         border: 1px solid #000;
       } */ }
      .cc-thumb-promot-video .cc-truth-video ul li.cc-active {
        border: 1px solid #000; }
      .cc-thumb-promot-video .cc-truth-video ul li {
        list-style: none;
        margin: 2px 0 0;
        flex-shrink: 1;
        height: auto;
        border: 1px solid #ebebeb;
        /* a:hover {
           opacity: 0.8;
         } */ }
        .cc-thumb-promot-video .cc-truth-video ul li a {
          display: block;
          width: 100%;
          position: relative; }
          .cc-thumb-promot-video .cc-truth-video ul li a img {
            max-height: 65px;
            margin: 0 auto;
            display: block;
            padding: 3px; }
    .cc-thumb-promot-video .cc-truth-video .swiper-button-disabled {
      display: none !important; }

.cc-video-popup-92643762 {
  display: none;
  position: relative;
  /* z-index: 999999999; */
  width: 100%; }
  .cc-video-popup-92643762 .cc-assembly-content {
    /* &:after {
       display: block;
       width: 100px;
       transform: translateY(-50%);
       top: 50%;
       position: absolute;
       right: 0;
       margin: 0 auto;
       left: 0;
       height: 100px;
       content: "";
       cursor: pointer;
       background: url(https://cdn.convertcart.com/uploads/b631d7fe.png);
       background-size: contain;
       z-index: 999999999;
       background-repeat: no-repeat;
     } */ }

@media only screen and (max-width: 992px) {
  .productView-thumbscontainer.thumb-image-gallery .slick-list.draggable {
    display: none; } }

.productView-thumbnail.cc-active {
  border: 1px solid #000; }

.productView-thumbscontainer {
  width: 20% !important;
  padding-left: 0 !important;
  right: 83.33% !important; }

.cc-video-show .easyzoom-flyout {
  display: none !important; }

@media only screen and (max-width: 992px) {
  .cc-video-popup-92643762 .cc-assembly-content iframe {
    max-height: 190px; }
  .cc-thumb-promot-video {
    padding: 0 !important; }
  .productView-thumbscontainer {
    width: 100% !important; }
  .cc-thumb-promot-video ::-webkit-scrollbar {
    -webkit-appearance: none; }
  .cc-thumb-promot-video ::-webkit-scrollbar:vertical {
    width: 20px; }
  .cc-thumb-promot-video ::-webkit-scrollbar:horizontal {
    height: 8px; }
  .cc-thumb-promot-video ::-webkit-scrollbar-thumb {
    background-color: #c0c0c0;
    /* border-radius: 10px; */
    border: 2px solid #ffffff; }
  .cc-thumb-promot-video ::-webkit-scrollbar-track {
    /* border-radius: 10px; */
    background-color: #ffffff; }
  .cc-thumb-promot-video .cc-videoimage {
    display: block !important;
    overflow: hidden !important;
    height: unset !important; }
    .cc-thumb-promot-video .cc-videoimage .swiper-wrapper {
      display: block !important;
      white-space: nowrap !important;
      overflow: auto !important; }
  .cc-thumb-promot-video .cc-truth-video .cc-prev {
    display: none; }
  .cc-thumb-promot-video .cc-truth-video .cc-next {
    display: none; }
  .cc-thumb-promot-video .cc-truth-video ul li {
    width: 100px !important;
    display: inline-block !important;
    margin: 0px 7px 10px !important;
    max-height: 67px;
    vertical-align: middle;
    overflow: hidden;
    border: 0; }
  .cc-thumb-promot-video .cc-truth-video .cc-slider-video iframe {
    /* width: 100%; */ } }

.cc-tm-section-52147 {
  position: relative; }
  @media (min-width: 993px) {
    .cc-tm-section-52147 {
      display: none; } }
  .cc-tm-section-52147 .cc-tm-wrap, .cc-tm-section-52147 .cc-tm-list {
    margin: 0 auto; }
  .cc-tm-section-52147 .cc-tm-wrap {
    position: relative; }
  .cc-tm-section-52147 .cc-tm-content.slick-initialized .cc-tm-list {
    display: inline-block; }
  .cc-tm-section-52147 .cc-tm-list {
    width: 100%; }
    .cc-tm-section-52147 .cc-tm-list:not(:first-child) {
      display: none; }
  .cc-tm-section-52147 p {
    font-weight: 600;
    margin: 10px auto 0; }

.cc-cat-banner-65943954 {
  display: none; }
  @media (min-width: 993px) {
    .cc-cat-banner-65943954 {
      display: block;
      margin-bottom: 20px;
      width: 100%; } }
  .cc-cat-banner-65943954 * {
    box-sizing: border-box; }
  .cc-cat-banner-65943954 h2 {
    display: inline-block;
    border-bottom: 4px solid #0d6795;
    margin-bottom: -2px;
    padding-bottom: 0.5rem;
    padding-top: 30px;
    font-size: 26px;
    margin-top: 0;
    /* max-width: 1320px;
        */ }
  .cc-cat-banner-65943954--message {
    border-top: 1px solid #000;
    padding-top: 0.5rem; }
  .cc-cat-banner-65943954 .cc-cat-banner-wrap {
    /* max-width: 1320px;
            */
    margin: 0 auto;
    border-top: 1px solid #000;
    padding-top: 2rem; }
    .cc-cat-banner-65943954 .cc-cat-banner-wrap.no-border {
      border: none; }
    .cc-cat-banner-65943954 .cc-cat-banner-wrap.no-padding {
      padding: 0; }
  .cc-cat-banner-65943954 .cc-cat-main {
    position: relative; }
    .cc-cat-banner-65943954 .cc-cat-main.cc-stop-pointer {
      pointer-events: none; }
  .cc-cat-banner-65943954 .cc-cat-items {
    display: flex;
    max-height: 401px; }
  .cc-cat-banner-65943954 .cc-cat-item {
    display: flex;
    width: 20%; }
    .cc-cat-banner-65943954 .cc-cat-item .cc-detail-wrap {
      background: rgba(217, 217, 217, 0.38);
      padding: 20px; }
    .cc-cat-banner-65943954 .cc-cat-item[data-index="0"] .cc-banner {
      background-image: url("https://cdn.convertcart.com/uploads/055d7112.png");
      background-position: 56%; }
    .cc-cat-banner-65943954 .cc-cat-item[data-index="1"] .cc-banner {
      background-image: url("https://cdn.convertcart.com/uploads/bedfcdf9.png");
      background-position: 48% 30px; }
    .cc-cat-banner-65943954 .cc-cat-item[data-index="2"] .cc-banner {
      background-image: url("https://cdn.convertcart.com/uploads/e6cbb4e8.png");
      background-position: center; }
    .cc-cat-banner-65943954 .cc-cat-item[data-index="3"] .cc-banner {
      background-image: url("https://cdn.convertcart.com/uploads/1c5c4c9d.png");
      background-position: 90%; }
    .cc-cat-banner-65943954 .cc-cat-item[data-index="3"] .cc-detail-wrap {
      background: rgba(0, 0, 0, 0.15); }
    .cc-cat-banner-65943954 .cc-cat-item[data-index="4"] .cc-banner {
      background-image: url("https://cdn.convertcart.com/uploads/f26df3a5.png");
      background-position: 64% 15%; }
    .cc-cat-banner-65943954 .cc-cat-item.cc-cat-active[data-index="0"] .cc-banner {
      left: 0; }
    .cc-cat-banner-65943954 .cc-cat-item.cc-cat-active[data-index="1"] .cc-banner {
      left: 20%; }
    .cc-cat-banner-65943954 .cc-cat-item.cc-cat-active[data-index="2"] .cc-banner {
      left: 40%; }
    .cc-cat-banner-65943954 .cc-cat-item.cc-cat-active[data-index="3"] .cc-banner {
      left: 60%; }
    .cc-cat-banner-65943954 .cc-cat-item.cc-cat-active[data-index="4"] .cc-banner {
      left: 80%; }
    .cc-cat-banner-65943954 .cc-cat-item.cc-cat-active.cc-cat-expanded .cc-banner {
      background-size: cover;
      left: 0; }

.cc-cat-banner-65943954 .cc-cat-item.cc-cat-active .cc-cat-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

.cc-cat-banner-65943954 .cc-cat-item.cc-cat-active .cc-cat-details {
  justify-content: left; }

.cc-cat-banner-65943954 .cc-cat-item.cc-cat-active .cc-cat-details .cc-detail-wrap {
  background: #000;
  padding: 20px;
  position: relative;
  left: 8%; }

.cc-cat-banner-65943954 .cc-cat-item.cc-cat-active .cc-banner {
  width: 20%; }

.cc-cat-banner-65943954 .cc-cat-item.cc-cat-active .cc-banner:after {
  display: none; }

.cc-cat-banner-65943954 .cc-cat-item.cc-cat-expand .cc-banner {
  transition: all 0.7s ease;
  left: 0; }

.cc-cat-banner-65943954 .cc-cat-item.cc-cat-expanded .cc-cat-link {
  background: rgba(255, 255, 255, 0.5); }

.cc-cat-banner-65943954 .cc-cat-item.cc-cat-expanded .cc-banner {
  width: 100%; }

.cc-cat-banner-65943954 .cc-cat-item.cc-cat-expanded .cc-cat-sub-title {
  text-align: left; }

.cc-cat-banner-65943954 .cc-cat-item.cc-cat-expanded .cc-cat-country {
  text-align: right; }

.cc-cat-banner-65943954 .cc-cat-item.cc-cat-expanded .cc-cat-action {
  margin: 0; }

.cc-cat-banner-65943954 .cc-cat-content {
  position: relative; }

.cc-cat-banner-65943954 .cc-cat-link {
  display: flex;
  height: 100%;
  transition: background 0.7s ease; }

.cc-cat-banner-65943954 .cc-banner {
  display: flex;
  width: 100%;
  background-repeat: no-repeat;
  position: relative; }

.cc-cat-banner-65943954 .cc-banner:after {
  content: '';
  padding-top: 156.645%;
  display: block; }

.cc-cat-banner-65943954 .cc-cat-details {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: #00000061;
	 */ }

.cc-cat-banner-65943954 .cc-cat-wrap {
  width: 100%;
  transition: all 0.5s ease;
  /* &:hover {
		 position: absolute;
		 width: 100%;
		 height: 100%;
		 top: 0;
		 left: 0;
		 z-index: 1;
		 .cc-banner {
			 &:after {
				 display: none;
			}
		}
	}
	 */ }

.cc-cat-banner-65943954 .cc-subtitle-wrap {
  margin-bottom: 15px; }

.cc-cat-banner-65943954 .cc-cat-sub-title {
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 22px;
  transition: all 0.7s ease; }

.cc-cat-banner-65943954 .cc-cat-title-wrap {
  margin-bottom: 15px; }

.cc-cat-banner-65943954 .cc-cat-title {
  margin: 0;
  color: #fff;
  font-weight: 500;
  /* text-transform: uppercase;
	 */
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  max-width: 136px; }

.cc-cat-banner-65943954 .cc-cat-country-wrap {
  margin-bottom: 20px;
  height: 17px; }

.cc-cat-banner-65943954 .cc-cat-country {
  display: block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  transition: all 0.7s ease; }

.cc-cat-banner-65943954 .cc-cat-action {
  display: flex;
  width: 130px;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 0 20px;
  height: 34px;
  align-items: center;
  appearance: none;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  user-select: none;
  position: relative;
  /* &:after {
		 content: '';
		 position: absolute;
		 width: 8px;
		 height: 8px;
		 border-top: 1px solid #fff;
		 border-right: 1px solid #fff;
		 transform: rotate(45deg);
		 right: 12px;
		 top: 12px;
	}
	 */ }

.cc-cat-banner-65943954 .cc-cat-action-label {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  margin-top: 1px; }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cc-cat-banner-65943954 .cc-cat-title {
    font-size: 24px;
    line-height: 26px; } }

.cc-extremetactic-95250842 {
  display: block;
  position: relative;
  z-index: 4; }
  @media (min-width: 993px) {
    .cc-extremetactic-95250842 {
      display: none; } }

.cc-extremetactic-95250842 .cc-catetitle {
  display: inline-block;
  border-bottom: 4px solid #0d6795;
  margin-bottom: -2px;
  padding-bottom: 0.5rem;
  padding-top: 30px;
  font-size: 26px;
  margin-top: 0;
  max-width: 1320px; }

.cc-extremetactic-95250842 .cc-hompage-slider {
  padding: 0 30px;
  border-top: 1px solid #000;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.cc-extremetactic-95250842 .cc-hompage-slider .cc-items {
  padding: 20px 15px 20px 0px; }

.cc-extremetactic-95250842 .cc-hompage-slider .cc-proposition {
  position: relative; }

.cc-extremetactic-95250842 .cc-hompage-slider .cc-proposition .cc-content {
  bottom: 45px;
  position: absolute;
  padding: 0 15px;
  right: 0;
  left: 0;
  text-align: center; }

.cc-extremetactic-95250842 .cc-hompage-slider .cc-proposition .cc-content h1 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  line-height: 19px;
  color: #fff;
  padding-bottom: 16px; }

.cc-extremetactic-95250842 .cc-hompage-slider .cc-proposition .cc-content a {
  border: 1px solid #fff;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 6px 20px; }

.cc-extremetactic-95250842 .cc-hompage-slider .cc-proposition .cc-content a:hover {
  color: #fff;
  text-decoration: none; }

.cc-extremetactic-95250842 .cc-arrow-sec .cc-left-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  transform: translateY(-50%);
  z-index: 99999; }

.cc-extremetactic-95250842 .cc-arrow-sec .cc-right-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  transform: translateY(-50%);
  z-index: 99999; }

.cc-extremetactic-95250842 .cc-arrow-sec .cc-wl-slide-inactive {
  opacity: 0;
  pointer-events: none; }

.actionBar {
  margin: 0; }

.page-sidebar {
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 1261px) {
    .page-sidebar {
      padding-right: 0.75rem; } }

.category-page .category-thumb {
  display: none; }

ul.subCategoryCarousel {
  margin: 0 auto;
  max-height: 180px; }
  ul.subCategoryCarousel li {
    float: left;
    list-style: none; }
  ul.subCategoryCarousel.slick-initialized.slick-slider {
    opacity: 1; }
    ul.subCategoryCarousel.slick-initialized.slick-slider li .slide-inner {
      padding: 0 1rem;
      margin: 4px; }
  ul.subCategoryCarousel li .slide-inner {
    padding: 0 1rem;
    margin-bottom: 1rem; }
    ul.subCategoryCarousel li .slide-inner:hover {
      outline: 1px solid #525252; }

@media (min-width: 551px) {
  ul.bestSellerCarousel {
    max-width: 94%;
    margin: 0 auto !important; } }

ul.bestSellerCarousel li {
  padding: 0 1rem; }

.category-image-grid {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-bottom: -2rem; }
  .category-image-grid:before, .category-image-grid:after {
    content: " ";
    display: table; }
  .category-image-grid:after {
    clear: both; }
  .category-image-grid + p {
    clear: both; }
  .category-image-grid .cat-img-col {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; }
    @media (min-width: 993px) {
      .category-image-grid .cat-img-col {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 33.33333%;
        float: left; } }
  .category-image-grid .cat-img-col-4 {
    text-align: center;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; }
    @media (min-width: 551px) {
      .category-image-grid .cat-img-col-4 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }
    @media (min-width: 993px) {
      .category-image-grid .cat-img-col-4 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 33.33333%;
        float: left; } }
    @media (min-width: 1261px) {
      .category-image-grid .cat-img-col-4 {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25%;
        float: left; } }
  .category-image-grid img {
    width: 100%; }
  .category-image-grid p {
    margin: .7rem 0 1.5rem 0; }
    @media (min-width: 551px) {
      .category-image-grid p {
        font-size: 17px; } }

.category-section-half {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-bottom: 2rem; }
  .category-section-half:before, .category-section-half:after {
    content: " ";
    display: table; }
  .category-section-half:after {
    clear: both; }
  @media (min-width: 993px) {
    .category-section-half {
      display: flex !important; } }
  .category-section-half div {
    align-self: center; }
  .category-section-half img {
    width: 100%; }
  .category-section-half .left {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 551px) {
      .category-section-half .left {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }
    @media (min-width: 1261px) {
      .category-section-half .left {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 41.66667%;
        float: left; } }
  .category-section-half .right {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 551px) {
      .category-section-half .right {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }
    @media (min-width: 1261px) {
      .category-section-half .right {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 58.33333%;
        float: left; } }

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

@media (min-width: 1261px) {
  div[data-category-level="4"] .page-sidebar + .page-content .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    float: none; } }

div[data-category-level="4"] .page-sidebar + .page-content .productGrid .product article.card .price-section {
  display: block; }

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

#TopCategoryContent {
  margin: 0 auto;
  max-width: 98.4rem;
  width: 100%; }
  #TopCategoryContent:before, #TopCategoryContent:after {
    content: " ";
    display: table; }
  #TopCategoryContent:after {
    clear: both; }
  #TopCategoryContent #left-description {
    padding: 0 !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 993px) {
      #TopCategoryContent #left-description {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 58.33333%;
        float: left; } }
  #TopCategoryContent #right-side-image {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    padding: 0 !important; }
    @media (min-width: 993px) {
      #TopCategoryContent #right-side-image {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 41.66667%;
        float: left;
        padding: 0 0.75rem !important; } }

ul.product-categories-list-grid.three {
  display: block;
  padding: 0;
  margin: 0 -0.66667rem; }
  ul.product-categories-list-grid.three:before, ul.product-categories-list-grid.three:after {
    content: " ";
    display: table; }
  ul.product-categories-list-grid.three:after {
    clear: both; }
  ul.product-categories-list-grid.three > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.66667rem 1.33333rem; }
  ul.product-categories-list-grid.three > li {
    list-style: none;
    padding: 0 0.66667rem 1.33333rem;
    width: 50%; }
    ul.product-categories-list-grid.three > li:nth-of-type(1n) {
      clear: none; }
    ul.product-categories-list-grid.three > li:nth-of-type(2n+1) {
      clear: both; }
  @media (min-width: 551px) {
    ul.product-categories-list-grid.three {
      display: block;
      padding: 0;
      margin: 0 -0.66667rem; }
      ul.product-categories-list-grid.three:before, ul.product-categories-list-grid.three:after {
        content: " ";
        display: table; }
      ul.product-categories-list-grid.three:after {
        clear: both; }
      ul.product-categories-list-grid.three > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.66667rem 1.33333rem; }
      ul.product-categories-list-grid.three > li {
        list-style: none;
        padding: 0 0.66667rem 1.33333rem;
        width: 33.33333%; }
        ul.product-categories-list-grid.three > li:nth-of-type(1n) {
          clear: none; }
        ul.product-categories-list-grid.three > li:nth-of-type(3n+1) {
          clear: both; } }

ul.product-categories-list-grid p.cat-title {
  border-top: 1px solid #525252;
  padding-top: 1rem;
  font-weight: 400;
  margin: 1rem 0 0;
  padding-top: 0.5rem;
  font-size: 17px; }

ul.product-categories-list-grid img.lazyloaded {
  width: 100%;
  object-fit: contain;
  height: 100%; }

.text-hide-mobile {
  display: none; }
  @media (min-width: 993px) {
    .text-hide-mobile {
      display: block; } }

@media (min-width: 993px) {
  .text-hide-desktop {
    display: none; } }

.category-page-grid {
  margin: 0 auto;
  max-width: 98.4rem;
  width: 100%;
  margin-bottom: 1rem; }
  .category-page-grid:before, .category-page-grid:after {
    content: " ";
    display: table; }
  .category-page-grid:after {
    clear: both; }
  .category-page-grid ul {
    border-bottom: 1px solid #525252; }
  .category-page-grid h2 {
    display: inline-block;
    border-bottom: 4px solid #0D6795;
    margin: 0 0 -2px;
    padding-bottom: .5rem;
    font-size: 20px;
    margin-top: 0; }
    @media (min-width: 551px) {
      .category-page-grid h2 {
        font-size: 25px; } }
  .category-page-grid .inner.no-border {
    border-top: none; }
  .category-page-grid ul {
    display: block;
    padding: 0;
    margin: 0 -0.66667rem; }
    .category-page-grid ul:before, .category-page-grid ul:after {
      content: " ";
      display: table; }
    .category-page-grid ul:after {
      clear: both; }
    .category-page-grid ul > li {
      display: block;
      float: left;
      height: auto;
      padding: 0 0.66667rem 1.33333rem; }
    .category-page-grid ul > li {
      list-style: none;
      padding: 0 0.66667rem 1.33333rem;
      width: 50%; }
      .category-page-grid ul > li:nth-of-type(1n) {
        clear: none; }
      .category-page-grid ul > li:nth-of-type(2n+1) {
        clear: both; }
    @media (min-width: 551px) {
      .category-page-grid ul {
        display: block;
        padding: 0;
        margin: 0 -0.66667rem; }
        .category-page-grid ul:before, .category-page-grid ul:after {
          content: " ";
          display: table; }
        .category-page-grid ul:after {
          clear: both; }
        .category-page-grid ul > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 0.66667rem 1.33333rem; }
        .category-page-grid ul > li {
          list-style: none;
          padding: 0 0.66667rem 1.33333rem;
          width: 25%; }
          .category-page-grid ul > li:nth-of-type(1n) {
            clear: none; }
          .category-page-grid ul > li:nth-of-type(4n+1) {
            clear: both; } }
    @media (min-width: 1261px) {
      .category-page-grid ul {
        display: block;
        padding: 0;
        margin: 0 -0.66667rem; }
        .category-page-grid ul:before, .category-page-grid ul:after {
          content: " ";
          display: table; }
        .category-page-grid ul:after {
          clear: both; }
        .category-page-grid ul > li {
          display: block;
          float: left;
          height: auto;
          padding: 0 0.66667rem 1.33333rem; }
        .category-page-grid ul > li {
          list-style: none;
          padding: 0 0.66667rem 1.33333rem;
          width: 16.66667%; }
          .category-page-grid ul > li:nth-of-type(1n) {
            clear: none; }
          .category-page-grid ul > li:nth-of-type(6n+1) {
            clear: both; } }
    .category-page-grid ul li {
      padding-bottom: .5rem; }
  .category-page-grid p.cat-title {
    border-top: 1px solid #525252;
    padding: 1rem 0 .5rem;
    font-weight: 400;
    margin: 0; }

.category-sidebar-menu {
  border: 1px solid #e5e5e5;
  display: none; }
  @media (min-width: 993px) {
    .category-sidebar-menu {
      display: block; } }
  .category-sidebar-menu .navPages-action {
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    background-color: #193862;
    border-bottom: 1px solid #e5e5e5 !important;
    display: flex; }
    .category-sidebar-menu .navPages-action.navPages-grey-bg {
      background: #f5f5f5; }
    .category-sidebar-menu .navPages-action span.navPages--name-inner {
      padding: .7rem;
      display: block; }
    .category-sidebar-menu .navPages-action.has-subMenu span.navPages--name {
      width: 85%;
      border-right: 1px solid #ffffff;
      color: white; }
    .category-sidebar-menu .navPages-action i {
      width: 15% !important;
      height: 100% !important;
      margin: 0;
      position: relative;
      min-height: 45px; }
      .category-sidebar-menu .navPages-action i svg {
        fill: #fff;
        stroke: #fff;
        width: 20px !important;
        height: 10px !important;
        stroke-width: 0.13rem;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: none; }
  .category-sidebar-menu .navPage-subMenu {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important; }
  .category-sidebar-menu .navPage-subMenu-action {
    background: #ffffff;
    color: #000000; }
    .category-sidebar-menu .navPage-subMenu-action.is-open {
      background-color: #f5f5f5; }
  .category-sidebar-menu .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
  .category-sidebar-menu .navPage-subMenu-item-child .navPage-subMenu-action:hover,
  .category-sidebar-menu .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
  .category-sidebar-menu .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
    background: #f5f5f5;
    color: #000000;
    font-weight: 400;
    opacity: 1; }

.facetedSearch.sidebarBlock {
  border: 1px solid #e5e5e5;
  margin-bottom: 1.5rem; }
  .facetedSearch.sidebarBlock h5.accordion-title {
    padding: 0.73333rem;
    margin: 0;
    background: #f5f5f5;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400; }
    .facetedSearch.sidebarBlock h5.accordion-title:last-child {
      border-bottom: none; }
  .facetedSearch.sidebarBlock .accordion {
    margin: 0; }
  .facetedSearch.sidebarBlock .navList-action {
    margin: 0;
    padding: 0.73333rem;
    padding-left: 2.2rem; }
  .facetedSearch.sidebarBlock .navList-action--checkbox::before {
    height: 1.06667rem;
    left: .7333rem; }
  .facetedSearch.sidebarBlock .navList-action--checkbox::after {
    left: .7333rem; }
  .facetedSearch.sidebarBlock .navList-action-close {
    display: none; }
  .facetedSearch.sidebarBlock .accordion-navigation.toggleLink {
    margin-top: 0;
    display: flex; }
    .facetedSearch.sidebarBlock .accordion-navigation.toggleLink h5 {
      width: 85%; }
  .facetedSearch.sidebarBlock .accordion-block {
    border-bottom: 1px solid #e5e5e5; }
    .facetedSearch.sidebarBlock .accordion-block:last-child {
      border-bottom: none; }
  .facetedSearch.sidebarBlock .navList-item {
    border-top: 1px solid #e5e5e5; }
  .facetedSearch.sidebarBlock .accordion-navigation-actions {
    position: relative;
    width: 15%;
    background: #f5f5f5;
    border-left: 1px solid #e5e5e5; }
  .facetedSearch.sidebarBlock .accordion--navList .accordion-indicator {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    fill: #999999;
    stroke: #999999; }
  .facetedSearch.sidebarBlock svg.icon.accordion-indicator.toggleLink-text.toggleLink-text--on {
    width: 19px;
    height: 10px;
    stroke-width: 2px; }
  .facetedSearch.sidebarBlock svg.icon.accordion-indicator.toggleLink-text.toggleLink-text--off {
    width: 35px;
    height: 35px;
    stroke-width: 0.02rem; }

a.facetedSearch-clearLink {
  display: none; }

.accordion-content a.toggleLink {
  display: inline-block;
  padding: 0 1rem 1rem; }

.accordion--navList .accordion-block {
  margin-top: 0;
  border-bottom: 1px solid #e5e5e5; }

form#facet-range-form {
  padding: 1rem;
  border-top: 1px solid #e5e5e5; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 0; }

h5.sidebarBlock-heading {
  margin: 0;
  padding: 0.73333rem;
  border: 1px solid #e5e5e5 !important;
  text-transform: uppercase; }
  h5.sidebarBlock-heading:after {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000000;
    position: absolute;
    right: 15px;
    top: 18px; }
    @media (min-width: 993px) {
      h5.sidebarBlock-heading:after {
        display: none; } }

ul.inlineList.inlineList--labels {
  display: none; }
  ul.inlineList.inlineList--labels + a {
    display: none; }

#FacetedSearchSelected .facetedSearch-refineFilters.sidebarBlock,
#FacetedSearchSelected ul.inlineList.inlineList--labels {
  display: block; }

#FacetedSearchSelected div#facetedSearch {
  border: none; }

#FacetedSearchSelected .facetedSearch-navList {
  display: none !important; }

#FacetedSearchSelected h5.sidebarBlock-heading {
  display: none; }

a.facetLabel {
  border-radius: 0;
  background: white;
  border: 1px solid black;
  padding: 0.5rem 0.73333rem 0.5rem 0.73333rem; }
  a.facetLabel .icon {
    height: 1.2rem;
    width: 1.2rem; }

#TopTitleText, #TopCategoryText,
#BottomCategoryContent, #RemoveHeader {
  display: none; }

#TopHeaderLine {
  display: none;
  min-height: 50px; }
  #TopHeaderLine.show-header {
    display: inline-block;
    min-height: 50px; }

.category-page h1.page-heading {
  display: none; }
  .category-page h1.page-heading.show-header {
    display: block; }

.CategoryBestsellers {
  border-bottom: none; }
  .CategoryBestsellers ul.productGrid li:nth-child(n+5) {
    display: none; }
  .CategoryBestsellers .category-bestseller--bottom {
    text-align: center; }

a.button.button--primary.card-add-to-cart-btn .loadingOverlay {
  display: block !important; }

div#search-results-heading + nav.navBar.navBar--sub,
.panel.panel--large.search-suggestion-panel {
  display: none; }

a.facetedSearch-toggle.toggleLink {
  background: #f5f5f5; }

div#facetedSearch-content--Color li span.facet--title:before,
.facetedSearch-optionColumns li span.facet--title:before {
  content: "";
  overflow: hidden;
  border-radius: 50%;
  border-left: 8px solid white;
  border-right: 8px solid white;
  margin-right: .4rem;
  position: relative;
  font-size: 12px;
  box-shadow: 0px 0px 1px 1px;
  display: inherit; }

div#facetedSearch-content--Color li span.facet--title[data-title="Amber/Amber"]:before, div#facetedSearch-content--Color li span.facet--title[data-title="Amber"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Amber/Amber"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Amber"]:before {
  border-left-color: yellow;
  border-right-color: yellow; }

div#facetedSearch-content--Color li span.facet--title[data-title="Amber/White"]:before, div#facetedSearch-content--Color li span.facet--title[data-title="Amber/White (Alternating)"]:before, div#facetedSearch-content--Color li span.facet--title[data-title="Amber/White Split"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Amber/White"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Amber/White (Alternating)"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Amber/White Split"]:before {
  border-left-color: yellow;
  border-right-color: white; }

div#facetedSearch-content--Color li span.facet--title[data-title="Blue/Amber"]:before, div#facetedSearch-content--Color li span.facet--title[data-title="Blue/Amber (Alternating)"]:before, div#facetedSearch-content--Color li span.facet--title[data-title="Blue/Amber Split"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Blue/Amber"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Blue/Amber (Alternating)"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Blue/Amber Split"]:before {
  border-left-color: Blue;
  border-right-color: yellow; }

div#facetedSearch-content--Color li span.facet--title[data-title="Blue/Blue"]:before, div#facetedSearch-content--Color li span.facet--title[data-title="Blue"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Blue/Blue"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Blue"]:before {
  border-left-color: Blue;
  border-right-color: Blue; }

div#facetedSearch-content--Color li span.facet--title[data-title="Blue/White"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Blue/White"]:before {
  border-left-color: Blue;
  border-right-color: White; }

div#facetedSearch-content--Color li span.facet--title[data-title="Green/Amber"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Green/Amber"]:before {
  border-left-color: Green;
  border-right-color: Yellow; }

div#facetedSearch-content--Color li span.facet--title[data-title="Green/Green"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Green/Green"]:before {
  border-left-color: Green;
  border-right-color: Green; }

div#facetedSearch-content--Color li span.facet--title[data-title="Blue/Green"]:before, div#facetedSearch-content--Color li span.facet--title[data-title="Blue/Green (Alternating)"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Blue/Green"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Blue/Green (Alternating)"]:before {
  border-left-color: Blue;
  border-right-color: Green; }

div#facetedSearch-content--Color li span.facet--title[data-title="Red/Amber"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Red/Amber"]:before {
  border-left-color: Red;
  border-right-color: Yellow; }

div#facetedSearch-content--Color li span.facet--title[data-title="Red/Blue"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Red/Blue"]:before {
  border-left-color: Red;
  border-right-color: Blue; }

div#facetedSearch-content--Color li span.facet--title[data-title="Red/Red"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Red/Red"]:before {
  border-left-color: Red;
  border-right-color: Red; }

div#facetedSearch-content--Color li span.facet--title[data-title="Red/White"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Red/White"]:before {
  border-left-color: Red;
  border-right-color: White; }

div#facetedSearch-content--Color li span.facet--title[data-title="White/White"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="White/White"]:before {
  border-left-color: White;
  border-right-color: White; }

div#facetedSearch-content--Color li span.facet--title[data-title="Blue/Blue (Changes to Amber)"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Blue/Blue (Changes to Amber)"]:before {
  border-left-color: Blue;
  border-right-color: Blue; }

div#facetedSearch-content--Color li span.facet--title[data-title="Red/Blue (Changes to Amber)"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Red/Blue (Changes to Amber)"]:before {
  border-left-color: Red;
  border-right-color: Blue; }

div#facetedSearch-content--Color li span.facet--title[data-title="Red/Red (Changes to Amber)"]:before,
.facetedSearch-optionColumns li span.facet--title[data-title="Red/Red (Changes to Amber)"]:before {
  border-left-color: Red;
  border-right-color: Red; }

ul.category-sidebar-menu .navPage-subMenu-horizontal .navPages-action-moreIcon {
  transform: none; }

ul.category-sidebar-menu li a.navPages-action.navPages-action-depth-max.has-subMenu.is-root svg,
ul.category-sidebar-menu li a.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu svg {
  transform: translate(-50%, -50%) rotate(-90deg) !important; }

ul.category-sidebar-menu li a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.is-really-open svg,
ul.category-sidebar-menu li a.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu.is-really-open svg {
  transform: translate(-50%, -50%) rotate(0deg) !important; }

.accordion--navList .accordion-navigation-actions {
  right: 0;
  top: 0; }

.accordion-navigation,
.accordion,
.facetedSearch-toggle {
  border: none; }

.facetedSearch-toggle {
  margin-bottom: 0; }

.accordion--navList .accordion-content {
  padding: 0; }

.facetedSearch.sidebarBlock.sidebarBlock--sortBy {
  clear: both; }
  .facetedSearch.sidebarBlock.sidebarBlock--sortBy h5.accordion-title,
  .facetedSearch.sidebarBlock.sidebarBlock--sortBy .accordion-navigation-actions {
    background: #ffffff; }

div#BottomCategoryTarget p + .home-category-grid h2 {
  margin-top: 0; }

div#BottomCategoryTarget .home-category-grid h2 {
  margin-top: 1rem; }

.bottom-category-links p {
  margin: 0 0 .5rem; }

.bottom-category-links a.info-link {
  position: relative;
  padding-left: 2rem; }
  .bottom-category-links a.info-link:before {
    content: " ";
    background-image: url("https://cdn7.bigcommerce.com/s-nahd2uztbg/product_images/uploaded_images/more-info-icon.png?t=1540917763");
    position: absolute;
    background-repeat: no-repeat;
    width: 21px;
    left: 2px;
    top: -2px;
    height: 20px; }

.bottom-category-links a.faq-link {
  position: relative;
  padding-left: 2rem; }
  .bottom-category-links a.faq-link:before {
    content: " ";
    background-image: url("https://cdn7.bigcommerce.com/s-nahd2uztbg/product_images/uploaded_images/faq-icon.png?t=1540917763");
    position: absolute;
    background-repeat: no-repeat;
    width: 21px;
    left: 2px;
    top: -2px;
    height: 20px; }

.category-center-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.ib {
  display: inline-block;
  width: 100%; }

.ob-sortbox-container {
  background-color: #f5f5f5;
  padding: 6px;
  margin-bottom: 16px; }
  .ob-sortbox-container .facetedSearch.sidebarBlock {
    display: none; }
  .ob-sortbox-container fieldset {
    display: block !important;
    float: right; }
  .ob-sortbox-container .form-field {
    margin-bottom: 0; }

.ob-sortbox-container .facetedSearch.sidebarBlock {
  width: 350px;
  margin-left: auto; }

#FacetedSearchSelected {
  display: none; }

.desktop-reviews {
  display: none; }
  @media (min-width: 993px) {
    .desktop-reviews {
      display: block; } }

.mobile-reviews {
  display: block; }
  @media (min-width: 993px) {
    .mobile-reviews {
      display: block; } }

.bestSellerCarousel figure .card-img-container, .bestSellerCarousel figure .card-img-container img {
  min-height: 200px; }

.CategoryBestsellers .inner + .bestSellerCarousel {
  min-height: 250px; }

.cc-bs-category {
  position: relative; }

.cc-bs-img {
  left: -6px;
  position: absolute;
  top: -1px;
  z-index: 4; }
  .cc-bs-img:before {
    color: #fff;
    content: 'Best Seller';
    font-size: 12px;
    font-weight: 500;
    left: -2px;
    line-height: normal;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 100%; }

.cc-bs-icon {
  width: 80px; }

.slick-slide .cc-bs-icon {
  width: 80px; }

[data-content-region="category_below_header"] .pbw-text-block-0 {
  --lines: 4;
  --fade-stop: 80%; }
  @media (max-width: 801px) {
    [data-content-region="category_below_header"] .pbw-text-block-0 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: var(--lines);
      overflow: hidden;
      -webkit-mask-image: linear-gradient(180deg, #000 var(--fade-stop), transparent);
      mask-image: linear-gradient(180deg, #000 var(--fade-stop), transparent);
      max-height: calc(var(--lines) * 1em * 1.5);
      transition: max-height 200ms ease; } }
  [data-content-region="category_below_header"] .pbw-text-block-0.expanded {
    display: block;
    -webkit-line-clamp: initial;
    -webkit-mask-image: none;
    mask-image: none;
    max-height: none; }
    [data-content-region="category_below_header"] .pbw-text-block-0.expanded + .expand-button svg {
      rotate: 180deg; }

[data-content-region="category_below_header"] .expand-button {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 1.66667rem;
  justify-content: center;
  margin-top: -1rem;
  padding: 0;
  width: 1.66667rem; }
  [data-content-region="category_below_header"] .expand-button .icon {
    height: 0.93333rem;
    width: 0.93333rem; }

.cart-actions.top .button {
  margin-bottom: 1.5rem; }

.previewCart.miniCart {
  padding: .5rem 1rem 1rem;
  text-align: left; }
  .previewCart.miniCart h4 {
    display: inline-block;
    border-bottom: 4px solid #0D6795;
    margin: 0 0 -2px;
    padding-bottom: .5rem; }
  .previewCart.miniCart ul.previewCartList {
    border-top: 1px solid #525252;
    max-height: 400px;
    overflow-y: auto;
    display: block; }
  .previewCart.miniCart .form-increment {
    float: left; }
    .previewCart.miniCart .form-increment .button {
      padding: 0 .2rem; }
  .previewCart.miniCart .form-increment .form-input--incrementTotal {
    line-height: 1.2rem;
    width: 3rem; }

.previewCartAction {
  padding: 0;
  border-top: 1px solid #525252;
  padding-top: .7rem; }

.previewCartItem-content {
  padding: 0.75rem 0 0.75rem 0.75rem;
  position: relative; }

h6.previewCartItem-name {
  padding-right: 1.3rem; }

span.previewCartItem-price {
  font-weight: 600;
  float: right; }

.previewCartItem-option {
  font-size: 13px;
  margin-bottom: .5rem; }

.previewCartItem-remove {
  position: absolute;
  top: .55rem;
  right: 0;
  cursor: pointer; }
  .previewCartItem-remove:hover svg {
    fill: #000000; }

.previewCartItem + .previewCartItem {
  border-top: 1px solid #525252; }

p.previewCart--freeship {
  margin: 1rem 0 .3rem;
  text-align: center;
  font-weight: 500; }

p.previewCart-total {
  text-align: right;
  font-size: 1.5rem;
  font-weight: 500;
  color: #43B820;
  margin: .5rem 0 1rem; }

.previewCart--subtotal, .previewCart--shipping {
  margin: 0;
  text-align: right;
  font-size: 15px;
  font-weight: 500; }

.dropdown-menu.is-loading-custom .loadingOverlay {
  padding: 4.5rem 0;
  position: absolute;
  top: 0; }

.cartContent--wrapper {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .cartContent--wrapper:before, .cartContent--wrapper:after {
    content: " ";
    display: table; }
  .cartContent--wrapper:after {
    clear: both; }
  .cartContent--wrapper .cartContent--items {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 993px) {
      .cartContent--wrapper .cartContent--items {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 74.16667%;
        float: left; } }
  .cartContent--wrapper .cartContent--payment {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 993px) {
      .cartContent--wrapper .cartContent--payment {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 25.83333%;
        float: left; } }
    .cartContent--wrapper .cartContent--payment .inner {
      overflow: hidden;
      background: #f5f5f5;
      padding: 1.5rem;
      box-shadow: 0 0px 2px rgba(0, 0, 0, 0.19); }

.cart-total-label,
.cart-total-value {
  padding: 0.5rem 0; }
  @media (min-width: 1261px) {
    .cart-total-label,
    .cart-total-value {
      padding: .7rem 0; } }

.cart-total-label {
  text-align: left;
  display: block; }

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

ul.cart-totals {
  width: 100%; }

.cart-additionalCheckoutButtons--custom {
  margin-bottom: .5rem;
  text-align: center; }
  .cart-additionalCheckoutButtons--custom div {
    display: inline-block; }

.cart-header-item {
  display: none; }

.cart-actions-box {
  clear: both;
  text-align: center; }
  .cart-actions-box .cart-additionalCheckoutButtons--custom {
    display: flex;
    flex-direction: column; }
    .cart-actions-box .cart-additionalCheckoutButtons--custom .PayPalExpressCheckout p {
      display: none; }
  .cart-actions-box a {
    display: block;
    text-decoration: underline; }
    .cart-actions-box a.button {
      text-decoration: none;
      /*  background: #0D6795; */
      border-color: #0D6795; }
      .cart-actions-box a.button:hover {
        background: #193862;
        border-color: #193862; }

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

.cart--coupon-gc {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .cart--coupon-gc:before, .cart--coupon-gc:after {
    content: " ";
    display: table; }
  .cart--coupon-gc:after {
    clear: both; }
  .cart--coupon-gc h4 {
    margin: 0 0 .5rem 0;
    font-weight: 400;
    font-size: 18px; }
  .cart--coupon-gc .cart--giftcert {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 993px) {
      .cart--coupon-gc .cart--giftcert {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }
  .cart--coupon-gc .cart--coupon {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }
    @media (min-width: 993px) {
      .cart--coupon-gc .cart--coupon {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 50%;
        float: left; } }

.footer-secure-icons.cart-page {
  margin-top: 2rem; }

.cart-total-grandTotal {
  margin: 1rem 0 3rem;
  color: #43B820;
  font-weight: 500;
  font-size: 22px; }
  .cart-total-grandTotal strong {
    font-weight: 500; }

@media (min-width: 993px) {
  .cart-item-figure {
    width: 20%; } }

@media (min-width: 993px) {
  .cart-item-info {
    width: 20%; } }

.cart-total-label strong {
  font-weight: 500; }

h1.blue-border-title {
  border-bottom: 4px solid #0D6795;
  display: inline-block;
  margin: 0 0 -2px; }

.cart-list {
  border-top: 1px solid #525252; }

td.cart-item-block.cart-item-info.cart-item-quantity .form-increment {
  display: flex; }

td.cart-item-block.cart-item-info.cart-item-quantity .form-increment .button {
  padding: .21429rem 0.35714rem; }

td.cart-item-block.cart-item-info.cart-item-quantity .form-increment .form-input--incrementTotal {
  width: 5rem; }

a.cart-remove-txt {
  font-weight: 400;
  text-decoration: underline;
  font-size: 13px;
  margin-left: 1rem; }

.coupon-form .button,
.cart-gift-certificate-form .button {
  margin: 0;
  background: #ECECEC;
  border-color: #ECECEC;
  color: #000000; }

.coupon-form .form-input,
.cart-gift-certificate-form .form-input {
  border-radius: 0;
  padding-right: 1rem;
  margin-right: 1rem;
  border-color: #ECECEC;
  width: 75%; }

[data-item-edit] {
  text-decoration: underline;
  font-weight: 500; }

td.cart-item-block.cart-item-info.cart-item-single-price {
  display: none; }

div[data-cart-status] {
  margin-top: 1rem; }

#modal {
  overflow-y: auto; }
  #modal .modal-content {
    overflow: auto; }
    #modal .modal-content .modal-body {
      overflow: auto; }

.cart-footer-icon-container {
  width: 100% !important; }
  @media (min-width: 551px) {
    .cart-footer-icon-container {
      width: 25% !important; } }
  .cart-footer-icon-container a {
    display: block; }
  .cart-footer-icon-container img {
    min-height: 85px;
    width: auto; }

.footer-secure-icons.cart-page {
  display: flex;
  flex-direction: column; }
  @media (min-width: 551px) {
    .footer-secure-icons.cart-page {
      flex-direction: row; } }

.cart-total-grandTotal {
  margin-bottom: 0px !important; }

@media (max-width: 1180px) {
  .header-cart .navUser-item-cartLabel {
    display: none; }
  .header-cart .ob-cart-icon-relative-container {
    position: relative; }
  .header-cart .countPill {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 15px;
    height: 15px;
    top: -2px;
    right: -8px;
    background-color: #cfe1ea;
    color: black;
    font-weight: 400; } }

.ob-topcart-container {
  display: block;
  margin-bottom: 1rem; }
  @media (min-width: 993px) {
    .ob-topcart-container {
      display: none; } }

.cart-actions-box--mobile {
  display: block;
  width: 100%; }
  .cart-actions-box--mobile .button {
    width: 100%;
    background-color: #0D6795; }
  @media (min-width: 993px) {
    .cart-actions-box--mobile {
      display: none; } }

.cart-subtotal-topcontainer {
  /* display: flex; */
  display: none;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  margin: 8px 0px; }
  @media (min-width: 993px) {
    .cart-subtotal-topcontainer {
      display: none; } }

@media (max-width: 1080px) {
  .cartContent--payment .cart-additionalCheckoutButtons--custom {
    display: flex;
    flex-direction: column;
    align-items: center; } }

.blog .addthis_toolbox {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.blog + .blog {
  border-top: 1px solid #e5e5e5;
  margin-top: 0rem;
  padding-top: 1.5rem; }

.blog-single-post {
  margin-top: 2rem; }
  .blog-single-post .blog-thumbnail {
    display: none; }

.login-row {
  margin-top: 0; }
  .login-row .forgot-password {
    font-weight: 500; }
  .login-row .form-actions {
    margin-top: 1.5rem; }
    .login-row .form-actions .button {
      display: block;
      width: 100%;
      margin: 0; }
      .login-row .form-actions .button:last-child {
        margin-top: 1rem; }

.reset-container {
  margin: 0;
  width: 100%; }
  .reset-container .flex-col-1-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 3rem auto 6rem; }
  .reset-container .forgot-password-form {
    width: 50%; }

.login-form {
  margin-top: 0; }
  @media (min-width: 993px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: right;
      margin-left: auto;
      margin-right: auto;
      float: none; } }

.account-body {
  margin: 0; }

.hide-sm {
  font-size: 0.8rem; }

.hide-sm:hover {
  text-decoration: underline; }

@media (max-width: 1500px) {
  .hide-sm {
    font-size: 0.7rem; } }

@media (max-width: 1400px) {
  .hide-sm {
    font-size: 0.6rem; } }

@media (max-width: 1300px) {
  .header-account {
    margin-right: 12px; }
  .hide-sm {
    font-size: 0.5rem; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.product-bottom-tabs {
  clear: both; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

.cart-actions-box--mobile .button {
  border-color: #0D6795;
  background-color: #11B703; }

.cart-actions-box--mobile .button--primary:focus {
  background-color: #193862;
  border-color: #193862; }

.footer--newsletter p {
  font-size: 1rem;
  padding-top: 10px; }
  @media (min-width: 551px) {
    .footer--newsletter p {
      font-size: 1.4rem;
      padding: 0; } }

.footer--container {
  width: 100%; }
  .footer--container .footer-col {
    border: none;
    width: 100%; }
    @media (min-width: 551px) {
      .footer--container .footer-col {
        width: 25%; } }
  .footer--container h2 {
    font-size: 1.1rem;
    font-weight: 500; }
    .footer--container h2 .navPages-action-moreIcon {
      display: none; }
    @media (max-width: 550px) {
      .footer--container h2 {
        border-bottom: 1px solid #fff; }
        .footer--container h2 + ul {
          margin-top: 10px; } }
    @media (min-width: 481px) {
      .footer--container h2 {
        font-size: 1.3rem; } }

.footer-bottom {
  padding-top: 2rem; }
