@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

nav.navUser {
  float: right; }

.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: #2f2f2b;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2f2f2b;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #393939;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

.table-tbody tr {
  border-bottom: 1px solid #e0e0e0; }
  .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: "Lato", 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: #dfdfdf;
  color: #454545;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #d25b00;
    color: #d25b00; }
  .button:active {
    background-color: transparent;
    border: 1px solid #454545;
    color: #454545; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #d25b00;
  border-color: #d25b00;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: white;
    border-color: white;
    color: white; }
  .button--primary:active {
    background-color: #989898;
    border: 1px solid #989898;
    color: white; }

.button[disabled] {
  background-color: #dadada;
  border-color: #cac9c9;
  color: white;
  cursor: default; }

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
  appearance: none;
  background-color: white;
  border-color: #de2323;
  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: #f2f2f2;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #f8f8f8;
    border-color: #f6f6f6;
    color: #393939;
    cursor: text; }
  .form-input:focus {
    border-color: #989898;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #f2f2f2; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #f2f2f2; }
  .form-input:-ms-input-placeholder {
    color: #f2f2f2; }

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

/*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: #e0e0e0;
  border: 1px solid #f6f6f6;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

.switch-toggle {
  background-color: #393939;
  border: 1px solid #393939;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #2f2f2b;
    border-color: #2f2f2b; }
  .switch--disabled .switch-toggle {
    background-color: #cac9c9;
    border-color: #f2f2f2;
    cursor: default; }

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

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

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

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

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

.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: #e0e0e0;
    border-top: 1px solid #f6f6f6;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #2f2f2b; }

.form-field--success .form-input-indicator > svg {
  fill: #2f2f2b; }

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

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

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

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

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

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

/*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: #f6f6f6;
  margin: 0;
  padding: 1.5rem 2rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #f6f6f6; }
  .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: #393939;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #393939; }
  .breadcrumb.current {
    color: #393939;
    cursor: default; }
    .breadcrumb.current a {
      color: #393939;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #f2f2f2; }
    .breadcrumb.unavailable a {
      color: #f2f2f2; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #f2f2f2;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #393939;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #d42020;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #393939;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #f2f2f2;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e0e0e0;
  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: #393939;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #2f2f2b; }

.tab.is-active .tab-title {
  color: #2f2f2b;
  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: white;
  font-size: 15px;
  padding: 0.78571rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #e5e5e5; }

/*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: #e0e0e0 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e0e0e0 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: #e0e0e0;
    color: white; }
  .accordion-navigation > a {
    background: #e0e0e0;
    color: #2f2f2b;
    padding: 1.85714rem;
    display: block;
    font-family: "Lato", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f6f6f6; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: white;
  background: rgba(52, 52, 52, 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 #e0e0e0;
  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 #e0e0e0;
  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 #e0e0e0;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

.loadingNotification-label {
  background: #2f2f2b;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-image {
  border: 1px solid #f6f6f6;
  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: #393939; }

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

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

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

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

.mobile-magnify {
  background-color: #2f2f2b;
  background-color: rgba(47, 47, 43, 0.9); }

.slick-next,
.slick-prev {
  background-color: #2f2f2b;
  background-color: rgba(47, 47, 43, 0.9);
  z-index: 1;
  border: 1px solid;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: #2f2f2b;
    background-color: rgba(47, 47, 43, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

ul.productGrid .slick-next,
ul.productGrid .slick-prev {
  background-color: transparent !important; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }

#body.not-internet-explorer .slick-next::before {
  background-color: #e0e0e0 !important;
  -webkit-mask: url("../icons/angle-right.svg");
  mask: url("../icons/angle-right.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .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='str-replace(#e0e0e0, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

#body.not-internet-explorer .slick-next:hover::before {
  background-color: #e0e0e0 !important;
  -webkit-mask: url("../icons/angle-right.svg");
  mask: url("../icons/angle-right.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .slick-next:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+") !important; }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }

#body.not-internet-explorer .slick-prev::before {
  background-color: #e0e0e0 !important;
  -webkit-mask: url("../icons/angle-left.svg");
  mask: url("../icons/angle-left.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .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='str-replace(#e0e0e0, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E") !important; }

#body.not-internet-explorer .slick-prev:hover::before {
  background-color: #e0e0e0 !important;
  -webkit-mask: url("../icons/angle-left.svg");
  mask: url("../icons/angle-left.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .slick-prev:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") !important; }

.productCarousel .slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .productCarousel .slick-next {
      right: -3.35714rem; } }

#body .productCarousel .slick-next {
  border: 0; }

#body.not-internet-explorer .productCarousel .slick-next::before {
  background-color: #2f2f2b !important;
  -webkit-mask: url("../icons/chevron-right.svg");
  mask: url("../icons/chevron-right.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .productCarousel .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='str-replace(#2f2f2b, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

#body.not-internet-explorer .productCarousel .slick-next:hover::before {
  background-color: #2f2f2b !important;
  -webkit-mask: url("../icons/chevron-right.svg");
  mask: url("../icons/chevron-right.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .productCarousel .slick-next:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.productCarousel .slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .productCarousel .slick-prev {
      left: -3.35714rem; } }

#body .productCarousel .slick-prev {
  border: 0; }

#body.not-internet-explorer .productCarousel .slick-prev::before {
  background-color: #2f2f2b !important;
  -webkit-mask: url("../icons/chevron-left.svg");
  mask: url("../icons/chevron-left.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .productCarousel .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='str-replace(#2f2f2b, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
  left: 94% !important; }

#body.not-internet-explorer .productCarousel .slick-prev:hover::before {
  background-color: #2f2f2b !important;
  -webkit-mask: url("../icons/chevron-left.svg");
  mask: url("../icons/chevron-left.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .productCarousel .slick-prev:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  left: 94% !important; }

.carousel-vertical .slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .carousel-vertical .slick-next {
      right: -3.35714rem; } }

#body.not-internet-explorer .carousel-vertical .slick-next::before {
  background-color: #2f2f2b !important;
  -webkit-mask: url("../icons/chevron-right.svg");
  mask: url("../icons/chevron-right.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .carousel-vertical .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='str-replace(#2f2f2b, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

#body.not-internet-explorer .carousel-vertical .slick-next:hover::before {
  background-color: #2f2f2b !important;
  -webkit-mask: url("../icons/chevron-right.svg");
  mask: url("../icons/chevron-right.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .carousel-vertical .slick-next:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.carousel-vertical .slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .carousel-vertical .slick-prev {
      left: -3.35714rem; } }

#body.not-internet-explorer .carousel-vertical .slick-prev::before {
  background-color: #2f2f2b !important;
  -webkit-mask: url("../icons/chevron-left.svg");
  mask: url("../icons/chevron-left.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .carousel-vertical .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='str-replace(#2f2f2b, \"#\", \"%23\")' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E");
  left: 94% !important; }

#body.not-internet-explorer .carousel-vertical .slick-prev:hover::before {
  background-color: #2f2f2b !important;
  -webkit-mask: url("../icons/chevron-left.svg");
  mask: url("../icons/chevron-left.svg");
  mask-repeat: no-repeat !important; }

#body.internet-explorer .carousel-vertical .slick-prev:hover::before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
  left: 94% !important; }

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

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

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

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #de2323;
  height: 0.35714rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.page-heading {
  font-size: 28px;
  margin: 0 0 3rem;
  text-align: center; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

.table--line {
  border-color: #e0e0e0;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e0e0e0;
    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 #e0e0e0; }
    .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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

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

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

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

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #2f2f2b;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #d25b00; }

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

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

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

.button--icon svg {
  fill: white; }

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

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

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

.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 {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

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

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

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

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

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

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

.accordion--navList .accordion-indicator {
  fill: #f2f2f2; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.21429rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

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

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

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

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #393939;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #d42020; }

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

.form-field--success .form-input[type="text"] {
  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(47, 47, 43, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }

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

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

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

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

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

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

.card-figure {
  margin-top: 0; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

.card-image {
  border: 0;
  display: flex;
  margin: auto;
  width: auto; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #545454;
    text-decoration: none; }
    .card-title > a:hover {
      color: #de2323; }

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: rgba(0, 0, 255, 0);
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

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

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

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #dfdfdf;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(47, 47, 43, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(47, 47, 43, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #f6f6f6;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #d42020; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

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

.loadingOverlay {
  background-color: rgba(88, 88, 88, 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 #de2323;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #989898; }

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

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

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

.actionBar-section .form-select {
  color: #d42020;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #ffcb07; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .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.78571rem; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 0.92857rem; }

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

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

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

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

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

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

.dropdown--quickSearch {
  background-color: #e8e8e8;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #4f4f4f;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.21429rem;
  text-align: center;
  width: 20px;
  position: relative;
  top: -13px;
  left: -16px; }

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

.countPill--alt {
  background-color: #dfdfdf;
  color: #2f2f2b; }

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

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

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

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

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

.navPages-action {
  color: white;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 0;
  padding-left: 0 !important;
  text-decoration: none;
  text-transform: capitalize; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #f2f2f2; }
        .navPages-action.is-open svg {
          fill: #d25b00;
          stroke: #d25b00; } }
  .navPages-action:hover {
    color: #d25b00; }
    .navPages-action:hover svg {
      fill: #d25b00;
      stroke: #d25b00; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.35714rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: #f2f2f2;
      padding: 1.5rem 1.5rem 2.28571rem !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; }

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

.navPage-subMenu-action {
  padding: 0.78571rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }

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

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

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

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

nav.navUser {
  float: right;
  width: 33%; }

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

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

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -2.5rem; }
  .js .heroCarousel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 600ms ease-out; }
  .heroCarousel.slick-initialized {
    max-height: 71.42857rem;
    opacity: 1; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 20%; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next,
      .heroCarousel .slick-prev {
        top: 50%; } }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: blue;
      background-color: rgba(0, 0, 255, 0.9); }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }

@media (min-width: 801px) {
  .heroCarousel-image {
    visibility: hidden; } }

.heroCarousel-content {
  background-color: black;
  padding: 0.78571rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 801px) {
    .heroCarousel-content {
      background-color: black;
      background-color: rgba(0, 0, 0, 0.9);
      background-color: rgba(0, 0, 0, 0.7);
      left: 0;
      margin: 0 auto;
      padding: 0.75rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 35.71429rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

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

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

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 335px;
      min-width: 335px; } }
  .productView-image img {
    width: 100%; }
  .productView-image .productView-image--default {
    width: auto; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }

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

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

.productView-thumbnail-link {
  border: 2px solid transparent;
  display: inline-block;
  padding: 2px;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #2f2f2b; }

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

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

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

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

.productView-brand {
  color: #393939;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #393939; }
    .productView-brand a:hover {
      color: #d42020; }

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

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.78571rem; } }
  .productView-reviewLink > a {
    color: #393939; }
    .productView-reviewLink > a:hover {
      color: #d42020; }

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

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

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Lato", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      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: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #de2323;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #de2323; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

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

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

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

.shareProduct {
  text-align: center; }

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

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

.compareTable {
  border-top: 1px solid #e0e0e0;
  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 #e0e0e0; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

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

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

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

.compareTable-removeProduct {
  background-color: #f6f6f6;
  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: #2f2f2b;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

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

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

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

.banners {
  background-color: #de2323;
  background: #ebebeb;
  color: white;
  color: #2f2f2b;
  padding: 0.78571rem 0;
  text-align: center;
  border-radius: 5px; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

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

.facetLabel {
  background: #f6f6f6;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #393939;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      text-align: left;
      width: 8.33333%; } }

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

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

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

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

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

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

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

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.35714rem; }

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

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

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

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

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

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

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

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

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

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

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

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

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

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

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

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }

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

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

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

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

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin-bottom: 0.35714rem;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight form {
  float: right; }

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

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

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 1.5rem;
  text-align: center; }

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

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

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  display: block;
  padding: 1.5rem 0.78571rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartCheckout {
  background: #f6f6f6;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }

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

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

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #f2f2f2;
  color: #2f2f2b;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #2f2f2b; }

.maintenanceNotice-header {
  font-family: "Lato";
  margin: 0 0 0.78571rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-listItem {
  border-bottom: 1px solid #e0e0e0;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }

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

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

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

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

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

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

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

.account-product-figure {
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }

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

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

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

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

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

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

.account-product-refundQty {
  color: #f2f2f2;
  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: #393939;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

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

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

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

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

.account-orderTotal-value {
  border-bottom: 1px solid #e0e0e0;
  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: #bfbfbf;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

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

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

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

.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: #de2323;
  font-weight: 400;
  margin-top: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.78571rem; }

.header {
  background-color: #3d451d;
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto !important;
  z-index: 20;
  padding: 20px 0; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #e0e0e0;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center;
  margin: 20px 0 !important;
  width: 33%;
  float: left; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #cac9c9;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #4f4f4f;
    display: inline-block;
    padding: 0.78571rem 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0; } }
    .header-logo > a:hover {
      color: #d25b00; }
    .header-logo > a:active {
      color: #d25b00; }

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

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

.header-logo-text {
  display: block;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  font-size: 20px;
  letter-spacing: 0.35714rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.21429rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      letter-spacing: 0.64286rem;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.64286rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 18px; } }

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

.mobileMenu-toggle {
  height: 3.92857rem;
  width: 3.92857rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.28571rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #2f2f2b;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.42857rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.92857rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #2f2f2b;
      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;
  max-width: 980px;
  margin: 0 auto; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

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

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

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

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

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

.footer {
  background-color: #f6f6f6;
  border-top: 1px solid #e0e0e0;
  padding: 3rem 0; }

.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: #393939;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

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

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

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

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

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

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

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

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #2f2f2b; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

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

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

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

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

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

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

.blog-thumbnail {
  margin: 0 0 2rem; }

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

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

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

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit; }

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

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

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

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

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

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

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

.productList {
  list-style: none;
  margin-left: 0; }
  .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; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@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-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media (min-width: 551px) and (min-width: 551px) {
    .listItem-figure {
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

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

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

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

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

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

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

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

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

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

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

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #989898;
  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 {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a {
  color: #de2323; }

a:hover {
  color: #ffcb07; }

h4.card-title {
  line-height: 1.25;
  height: 40px;
  overflow: hidden; }

input.form-file {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: white;
  color: #2f2f2b;
  border: 1px solid;
  border-color: #de2323;
  border-radius: 0 !important;
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  padding: 10px; }

input.form-file:focus + label,
input.form-file + label:hover {
  background-color: red; }

::selection {
  background-color: #de2323 !important;
  color: #ffffff; }

::-moz-selection {
  background-color: #de2323;
  color: #ffffff; }

.page-heading {
  color: white; }

.quickSearchMessage {
  font-size: 24px; }

.form-actions input {
  border-color: #d25b00; }

.search-results .form-actions input {
  border-color: #d25b00; }

.primary-color {
  color: #de2323; }

span.primary-color span {
  color: #de2323; }

.button {
  border-radius: 0; }

.button {
  text-transform: uppercase;
  font-size: 18px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 0; }

a.button {
  text-transform: uppercase;
  font-size: 18px; }

div#cart-preview-dropdown {
  background: white; }

div#cart-preview-dropdown {
  border: 1px solid;
  border-color: #ebebeb; }

.previewCartCheckout .button + .button,
.previewCartCheckout .button + p {
  background-color: #de2323; }

.previewCartCheckout .button:hover {
  background-color: white; }

.previewCartCheckout .button {
  margin-bottom: 15px; }

.previewCartAction .button {
  background-color: #de2323; }

.previewCartAction .button:hover {
  background-color: white; }

.cart-item-brand {
  color: #2f2f2b; }

.previewCart-emptyBody {
  background: white; }

.cart-remove > svg {
  fill: red; }

.previewCartAction .button {
  font-size: 14px; }

i.fa.fa-shopping-cart {
  margin-right: 1px;
  background: #d25b00;
  padding: 6px 13px 6px 7px;
  font-size: 20px;
  border-color: white;
  color: white; }

i.fa.fa-shopping-cart:hover {
  background-color: #d75813;
  color: white;
  border-color: #d75813; }

.previewCartList {
  overflow: hidden; }

.pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
  color: #2f2f2b; }

.breadcrumb {
  color: #2f2f2b;
  font-family: 'Roboto', sans-serif !important;
  font-size: 11px; }

.breadcrumb.is-active > .breadcrumb-label {
  font-family: 'Roboto', sans-serif !important;
  color: #de2323;
  font-size: 11px; }

.breadcrumb a {
  font-size: 11px; }

.breadcrumb a:hover {
  color: #de2323; }

:focus {
  outline: 0; }

.bolder.bigger {
  font-size: 20px !important; }

.red {
  color: #d42020; }

span.lowercase {
  text-trasform: lowercase; }

span.smaller.lighter.lowercase {
  text-transform: lowercase;
  font-size: 16px; }

.left {
  float: left; }

.right {
  float: right; }

.top-menu {
  background-color: #de2323;
  height: 30px;
  font-size: 14px; }

.top-menu .content {
  max-width: 960px;
  margin: 0 auto; }

.top-menu .left {
  float: left;
  line-height: 30px;
  color: white; }

.navUser-action {
  padding: 5px;
  color: white;
  text-transform: capitalize; }

.top-menu .right a.navUser-action {
  padding-right: 0;
  color: white;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 0; }

.top-menu .right a.navUser-action.login {
  padding-left: 0; }

.top-menu .right a.navUser-action.create {
  padding-left: 5px; }

.top-menu .right span.or-text {
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.top-menu .right a.navUser-action:hover {
  color: black; }

.top-menu div {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700; }

a.navUser-action.logout {
  padding-left: 0; }

.countPill {
  top: -5px !important;
  background-color: #ffffff;
  color: #de2323; }

a.navUser-action {
  padding-left: 10px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 30px; }

.footer-info-list a.navUser-action {
  line-height: inherit; }

footer .blog {
  width: auto;
  float: none; }

footer li.socialLinks-item {
  padding: 3px; }

.navUser-item--cart .navUser-action {
  position: relative;
  z-index: 9;
  padding-top: 0; }

.previewCart-emptyBody {
  background: #ffffff;
  color: #545454; }

.navUser-item--account .navUser-action img {
  margin-top: -5px;
  padding-right: 5px; }

.navUser-item--account .navUser-action {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: flex-end; }

li.navUser-item.navUser-item--account.is-root a.navUser-action svg {
  width: 36px;
  height: 36px; }

li.navUser-item.navUser-item--account.is-root a.navUser-action {
  padding-right: 0; }

.right-align-container.sticky .navUser-item--account .navUser-action {
  display: inline-block;
  height: auto; }

.right-align-container.sticky li.navUser-item.navUser-item--account.is-root a.navUser-action {
  padding-right: 5px; }

i.fa.fa-user {
  margin-right: 5px; }

/*QUICK SEARCH*/
/*.navPages-quickSearch {
    display: block;
    position: absolute;
    top: -85px;
    z-index: 10 !important;
    right: 0;
    max-width: 25%;
    width: 25%;
}*/
/*.navPages-quickSearch:before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: 300;
	position: absolute;
	top: 1px;
	right: 0px;
	z-index: 20;
	background-color: stencilColor("input-bg-color");
	padding: 0 10px 0 15px;
	width: 20%;
	color: stencilColor("input-font-color");
}*/
section.quickSearchResults {
  background-color: white; }

section.quickSearchResults li.product {
  width: 100% !important;
  background-color: white;
  padding: 0; }

section.quickSearchResults .card-figure {
  width: 25%;
  text-align: left;
  margin: 0 !important;
  float: left;
  padding: 5px; }

section.quickSearchResults article.card {
  min-height: 80px;
  width: 100% !important;
  margin-bottom: 5px; }

section.quickSearchResults .card-body {
  float: left;
  width: 75%;
  min-height: auto;
  padding: 0 5px;
  max-height: 65px;
  padding: 0 5px;
  margin: 1px 0; }

section.quickSearchResults .card-text.add-to-cart-button {
  position: relative;
  float: right;
  /*top: -40px;*/
  padding: .25rem;
  right: 5px;
  margin-top: 5px; }

section.quickSearchResults .card-text.add-to-cart-button a {
  position: static;
  float: right;
  top: -30px;
  padding: .25rem;
  right: 5px;
  font-size: 10px; }

section.quickSearchResults a.button.button--small.card-figcaption-button.quickview {
  display: none !important; }

section.quickSearchResults .card--alternate {
  border: none; }

section.quickSearchResults .card--alternate:hover {
  border-color: transparent; }

section.quickSearchResults .card--alternate:hover .card-body {
  background-color: white; }

section.quickSearchResults .card--alternate:hover .card-title > a {
  color: #2f2f2b; }

section.quickSearchResults .sale-flag-side {
  bottom: -20px;
  left: 5px;
  margin-right: 5px;
  right: 5px;
  display: none; }

section.quickSearchResults.hide.active {
  width: 100% !important; }

section.quickSearchResults {
  display: block;
  border: 0px solid;
  border-top: none;
  border-color: #de2323;
  position: absolute;
  z-index: 999;
  width: 100% !important; }

section.quickSearchResults ul.productGrid {
  width: 100% !important; }

section.quickSearchResults a.modal-close {
  top: -5px;
  right: 0;
  display: none; }

section.quickSearchResults ul.productGrid li.product article.card a img {
  height: auto !important; }

section.quickSearchResults ul.productGrid li.product article.card h4 > a:hover {
  color: #de2323; }

section.quickSearchResults ul.productGrid li.product article.card .card-text {
  color: #2f2f2b !important; }

section.quickSearchResults ul.productGrid li.product article.card .card-text .price-visibility.restricted {
  margin-bottom: 0;
  position: relative; }

article.card.card--alternate.price-visibility.restricted {
  margin-bottom: 5px; }

section.quickSearchResults .card-body {
  padding-top: 5px; }

section.quickSearchResults article.card.card--alternate.price-visibility.restricted .card-body .card-text[data-test-info-type="price"] {
  clear: both;
  width: 50%;
  float: left;
  position: relative;
  bottom: -10px; }

section.quickSearchResults article.card.card--alternate.price-visibility.restricted .card-body.purchase-ability.restricted .card-text.add-to-cart-button {
  top: -25px !important; }

section.quickSearchResults article.card.card--alternate.price-visibility.restricted .card-body .card-text[data-test-info-type="price"] .price-visibility.visible {
  margin-bottom: 0; }

/*MAIN NAV*/
.navPages-container {
  border-color: rgba(0, 0, 255, 0);
  background-color: #f6f6f6; }

.navPages-action {
  color: #3d451d; }

.navPages-action:hover {
  color: #de2323; }

#menu .navPage-subMenu {
  background: white !important;
  border: 1px solid;
  border-color: #f6f6f6;
  padding: 0; }

#menu ul.navPage-subMenu-list {
  background: white; }

#menu .navPage-subMenu:hover {
  display: block !important;
  color: #de2323; }

#menu .navPage-subMenu li {
  width: 100%; }

#menu .navPages .navPage-subMenu-list {
  padding: 5px; }

#menu .navPage-subMenu li a {
  background: white;
  text-decoration: none;
  border-bottom: none;
  padding: 5px 0 !important;
  margin-bottom: 0;
  line-height: 15px; }

#menu li.navPage-subMenu-item:first-of-type {
  display: block; }

#menu .navPage-subMenu {
  padding: 0 !important; }

#navPages-:before {
  content: "\f0d7" !important;
  font-family: fontAwesome;
  position: absolute;
  left: 0;
  margin-left: 10px;
  top: -18px;
  border-width: 10px;
  border-style: solid outset solid solid;
  color: white;
  display: block !important;
  z-index: 99999999999999 !important;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) white rgba(0, 0, 0, 0) !important; }

#menu .custom-pages-nav .navPage-subMenu li {
  width: auto !important;
  float: none; }

div#menu span.down-arrow {
  display: none; }

#menu .navPage-subMenu li a i {
  float: right;
  display: none; }

.custom-pages-nav div#navPages- {
  min-width: 215px;
  width: auto; }

.navPage-subMenu.is-open {
  /*display: block !important;*/ }

ul#navPages-:before {
  display: none !important; }

.navPage-subMenu.is-open span.down-arrow {
  float: right;
  position: relative;
  top: -25px;
  display: block !important; }

.top-menu .right {
  float: right; }

.top-menu .right ul li {
  display: inline-block; }

body.content {
  max-width: 960px !important;
  margin: 0 auto !important; }

.header {
  max-width: 960px;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 0;
  height: 135px; }

.header-logo--left {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 33.33%;
  line-height: 110px; }

.header-logo-text {
  letter-spacing: 0;
  font-size: 32px;
  display: table-cell !important;
  font-family: "Anton" !important;
  font-weight: "Anton" !important; }

.header-logo.header-logo--center .header-logo-text {
  display: block !important;
  text-align: center !important; }

.header-logo.header-logo--right .header-logo-text {
  display: block !important;
  text-align: right !important; }

.header-logo-text:hover {
  color: #de2323; }

.header-logo-image {
  display: table-cell; }

.header-container {
  background-color: white; }

header.header {
  background-color: white; }

.body {
  max-width: 960px; }

.container {
  max-width: 960px; }

.clear {
  clear: both; }

.header-tagline {
  font-size: 15px;
  float: left;
  width: 33.33%;
  display: inline-block;
  text-align: center;
  padding-top: 0;
  padding-left: 6%;
  line-height: 110px; }

.header-tagline p {
  margin-bottom: 0;
  color: #2f2f2b; }

.right.searchbar {
  /*padding-top: 34px;*/
  /*width: 33.33;*/ }

.navPages-quickSearch.right.searchbar input.button {
  position: absolute;
  top: 1px;
  width: 12%;
  right: 1px;
  border-color: #de2323;
  border-width: 2px;
  opacity: 0;
  z-index: 9; }

.fa-search:before {
  color: black;
  font-size: 20px; }

/*.navPages-quickSearch.right.searchbar input:before {
	content: "\f002";
	font-family: FontAwesome;
	font-size: 20px;
	font-weight: 300;
	position: absolute;
	top: 1px;
	right: 0px;
	z-index: 9;
	background-color: stencilColor("input-bg-color");
	padding: 0 10px 0 15px;
	width: 20%;
	color: stencilColor("input-font-color");
	display: block;
}*/
.right.searchbar .form {
  margin-bottom: 0 !important; }

.search-icon {
  position: absolute;
  right: 10px;
  top: 6px; }

.right.searchbar .form input.button {
  padding: 0;
  margin: 0;
  width: 30px; }

header .form-prefixPostfix .form-input {
  border-radius: 0 !important;
  border-color: #de2323;
  border-right: none;
  height: 32px !important;
  font-size: 13px;
  font-family: 'Roboto', sans-serif; }

.navPages-quickSearch .form-prefixPostfix .form-input {
  border-radius: 0 !important;
  border-color: #de2323;
  border-right: none;
  height: 32px !important;
  font-size: 13px; }

footer .form-prefixPostfix .form-input {
  border-radius: 0 !important;
  height: 32px !important;
  font-size: 13px;
  border-right: 1px solid;
  border-color: #de2323; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black !important; }

article.footer-info-col.footer-info-col--small {
  font-size: 12px; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: black !important; }

.form-input {
  background-color: white;
  border-color: #de2323;
  border-radius: 0; }

.form-input--incrementTotal {
  background-color: #ffffff;
  padding: 1px; }

input#gift-certificate-preview {
  color: #2f2f2b; }

.form-actions input {
  text-transform: uppercase;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: rgba(0, 0, 0, 0.35); }

input#gift-certificate-preview {
  background-color: rgba(0, 0, 255, 0);
  font-size: 14px;
  text-transform: uppercase;
  border-color: #2f2f2b;
  border-radius: 0;
  height: 32px !important;
  line-height: 32px;
  padding: 0 30px; }

.navBar--sub .navBar-action:hover {
  color: #de2323; }

input#gift-certificate-submit {
  text-transform: uppercase;
  margin-left: 0;
  border-radius: 0;
  padding: 0;
  height: 42px !important;
  line-height: 32px;
  padding: 0 30px;
  margin-left: 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323; }

input#gift-certificate-submit:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

input#gift-certificate-preview {
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323;
  height: 42px !important; }

input#gift-certificate-preview:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

.form-select {
  border-radius: 0;
  border-color: #de2323;
  /*color: stencilColor("input-font-color") !important;*/
  color: black !important; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: black !important; }

input::-moz-placeholder {
  /* Firefox 18- */
  color: black !important; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: black !important; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: black !important; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: black !important; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: black !important; }

.form-select {
  background-color: white; }

header input#search_query_adv {
  padding-left: 15px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 35px;
  background-color: white;
  border-color: #de2323; }

.navPages-quickSearch input#search_query {
  padding-left: 15px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 35px;
  background-color: white;
  border-color: #de2323;
  height: 40px !important;
  text-transform: capitalize;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-style: italic; }

.right.searchbar .form .form-prefixPostfix .button {
  background-color: white;
  border: 1px solid;
  border-color: #de2323;
  border-left: none !important;
  /*background-image: url('../img/search-icon.png');*/
  background-repeat: no-repeat;
  /*background-position: 50%;*/
  text-indent: -99999999px !important;
  padding: 0 31px 0 0;
  height: 32px !important;
  margin-top: 0;
  width: auto;
  position: relative;
  background-color: transparent;
  color: transparent;
  width: 20%;
  z-index: 9999999; }

.right.searchbar .form .form-prefixPostfix {
  position: absolute;
  width: 25%; }

.right.searchbar .form .form-prefixPostfix:before {
  content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  position: absolute;
  top: 1px;
  right: 0px;
  z-index: 9;
  background-color: white;
  padding: 0 10px 0 15px;
  width: 20%;
  color: black; }

input {
  border-radius: 0 !important; }

header .form-fieldset {
  width: 75% !important;
  float: right; }

.custom-pages-nav {
  height: auto; }

div#menu {
  max-width: 960px;
  margin: 0 auto; }

div#menu.main-nav {
  position: relative;
  z-index: 1 !important; }

div#menu.main-nav .nav-align.center .custom-pages-nav li.navPages-item {
  text-align: center;
  display: inline-block;
  float: none; }

div#menu.main-nav .nav-align.center .custom-pages-nav li.navPages-item.mobile {
  display: none; }

.main-nav-container.full-width {
  background-color: #f6f6f6;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 255, 0); }

.main-nav-container.full-width .navPages-container {
  background-color: #f6f6f6;
  border: none; }

.body.content {
  position: relative;
  z-index: 0; }

.custom-pages-nav .navPages-action {
  line-height: 40px;
  padding-right: 35px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Lato" !important;
  font-weight: 700 !important;
  font-size: 14px;
  color: #3d451d; }

.custom-pages-nav a.navPage-subMenu-action.navPages-action {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #2f2f2b; }

.custom-pages-nav a.navPage-subMenu-action.navPages-action:hover {
  color: #de2323; }

.custom-pages-nav ul#navPages- li a {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400; }

.custom-pages-nav .navPage-childList.sub-category-visible li a {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #2f2f2b; }

.custom-pages-nav .navPage-childList.sub-category-visible li a:hover {
  color: #de2323; }

.right-main {
  float: left;
  width: 75%; }

.slider {
  width: 100%; }

.heroCarousel {
  margin-bottom: 15px !important;
  margin-top: 0; }

.slider span.heroCarousel-action.button {
  color: white;
  background-color: #de2323;
  border-color: #de2323 !important;
  border: 1px solid;
  border-radius: 4px; }

.slider span.heroCarousel-action.button:hover {
  color: white !important;
  background-color: #de2323;
  border-color: #de2323 !important; }

section.heroCarousel.slick-initialized.slick-slider {
  /*width: 75%;
    float: left;
    padding-top: 20px;*/ }

.slick-list {
  border-radius: 0 !important; }

span.go-arrow i.fa.fa-chevron-right {
  position: relative !important;
  top: 2px; }

.banners {
  background: #de2323 !important;
  border-color: #de2323;
  margin-bottom: 15px;
  border-radius: 0;
  padding: 5px !important;
  margin-top: 15px;
  color: white !important; }

.banner .banner {
  color: white;
  font-size: 14px; }

.banners .banner p {
  font-size: 14px;
  font-style: italic;
  text-align: center;
  color: white; }

.banners .banner p span {
  font-size: 16px; }

.banners .banner {
  font-family: "Lato";
  font-weight: 700; }

h2.page-heading {
  text-transform: uppercase;
  border-color: #f6f6f6;
  color: white;
  text-align: left;
  padding: 13px 24px 9px 24px;
  font-size: 15px;
  margin-bottom: 12px !important; }

.main.full.home .productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -2px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
  width: 100%; }

.main.full .productGrid .product {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important;
  position: relative; }

footer .footer-top .content {
  max-width: 960px;
  margin: 0 auto;
  line-height: 45px; }

input.button.button--primary.form-prefixPostfix-button--postfix {
  text-transform: uppercase;
  margin-left: 0;
  border-radius: 0;
  padding: 0;
  height: 42px !important;
  line-height: 42px;
  padding: 0 30px;
  margin-left: 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323; }

input.button.button--primary.form-prefixPostfix-button--postfix:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

.footer-top.newsletter .form-prefixPostfix .button {
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 0;
  border-radius: 0;
  padding: 0;
  line-height: 32px;
  padding: 0 15px;
  margin-left: 0px;
  color: #2f2f2b !important;
  background-color: #ffcb07;
  border-color: #ffca07; }

.footer-top.newsletter .form-prefixPostfix .button:hover {
  background: #ffcb07;
  border-color: #ffcb07;
  color: #2f2f2b !important; }

.footer-top h5 {
  float: left;
  font-size: 20px;
  text-transform: uppercase;
  padding-right: 10px;
  line-hieght: 45px !important; }

h5.footer-info-heading {
  color: black;
  margin: 0;
  font-size: 16px;
  padding-bottom: 15px;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }

.footer-top.newsletter {
  margin-top: -11px; }

.footer-top.newsletter h5 {
  float: none;
  padding-bottom: 0; }

p.subscription-intro.smaller.lighter.lowercase {
  line-height: 20px;
  font-family: "Lato" !important;
  font-weight: 700 !important;
  color: black; }

.footer-bottom {
  line-height: 33px;
  border-bottom: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400; }

.footer-bottom .content {
  border-top: 1px solid;
  border-color: #2f2f2b;
  max-width: 1170px;
  margin: 0 auto;
  line-height: 29px;
  font-size: 12px; }

.footer-bottom .right {
  width: 50% !important; }

.footer-info-col--small {
  width: 25%;
  margin-bottom: 0; }

footer ul.site-info {
  margin-bottom: 0; }

.socialLinks {
  padding-top: 5px; }

.socialLinks--alt .icon {
  height: 25px;
  width: 25px; }

footer a {
  color: black;
  text-deocoration: none !important; }

.footer-info-list a {
  color: black;
  text-decoration: none;
  display: inline-block;
  padding: 0; }

.footer-info-list {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700; }

footer ul {
  margin-left: 0; }

footer address {
  color: black; }

footer ul li {
  color: black;
  list-style-type: none;
  padding-bottom: 5px; }

.footer-bottom span {
  color: #2f2f2b; }

.footer-bottom ul li a {
  color: #2f2f2b; }

.footer-bottom ul li {
  color: #2f2f2b; }

.footer-bottom ul li a:hover {
  color: #de2323; }

footer ul li a {
  text-decoration: none; }

footer-info .regular {
  line-height: 25px; }

ul.site-info li {
  display: inline-block; }

footer .navUser-action {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700; }

footer address {
  font-style: normal;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.footer-info {
  padding-bottom: 15px;
  clear: both;
  padding-top: 30px; }

.footer-copyright {
  text-align: right;
  margin-bottom: -20px; }

.footer-info-list a:hover {
  color: #ffcb07; }

.form-prefixPostfix .button {
  text-transform: uppercase;
  margin-left: 0;
  border-radius: 0 5px 5px 0;
  padding: 15px; }

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

.footer-bottom .left {
  float: left;
  width: 50%; }

.footer-payment-icons {
  margin-top: 0;
  float: right;
  text-align: right;
  margin-left: 5px;
  margin-bottom: 10px; }

svg.footer-payment-icon.amex {
  width: 4.5rem; }

svg.footer-payment-icon.discover {
  width: 6.5rem; }

svg.footer-payment-icon.paypal {
  width: 5rem;
  padding-top: 4px; }

.footer-copyright > .powered-by {
  padding-top: 15px;
  width: 50%;
  float: right;
  margin-right: -10px; }

.footer .navPages ul li {
  float: none;
  text-align: left;
  font-size: 1rem;
  line-height: 1.5; }

.footer .navPages-action {
  padding: 0;
  font-size: 1rem; }

footer ul.navPages-list {
  display: none; }

a.lone-star-templates {
  font-weight: 900; }

.backtoTop {
  opacity: 0;
  bottom: 48px;
  right: 15px;
  cursor: pointer;
  position: fixed;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  z-index: 9999999999; }

.backtoTop.visible {
  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.footer-info .navUser-or {
  padding: 0 12px; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  font-size: 30px;
  color: #8b8b8b; }

.fa-caret-square-up:before, .fa-caret-square-up:before {
  font-size: 30px;
  color: #8b8b8b; }

.fa-caret-square-up:before, .fa-caret-square-up {
  font-size: 30px;
  color: #8b8b8b; }

.backtoTop.visible:hover > .fa-caret-square-o-up:before {
  color: #de2323; }

.backtoTop.visible:hover > .fa-caret-square-up:before {
  color: #de2323; }

.backtoTop.visible:hover > .fa-caret-square-o-up {
  color: #de2323; }

.backtoTop.visible:hover > .fa-caret-square-up {
  color: #de2323; }

svg.svg-inline--fa.fa-caret-square-up:hover {
  color: #de2323; }

#side-categories li {
  list-style-type: none;
  padding: 0;
  padding-right: 0 !important;
  margin: 0px 0;
  width: 100%;
  float: none;
  border-radius: 5px;
  padding-left: 0 !important; }

.navPage-subMenu.is-open {
  display: none; }

.brands-option {
  display: none; }

.brands-option.with-brands {
  display: block;
  margin-bottom: 30px; }

.container.main {
  float: right;
  width: 75%; }

.main.full.home {
  width: 100%; }

.slick-dots {
  text-align: right;
  bottom: -3px !important; }

.slick-dots li.slick-active button::before {
  background: #de2323; }

.slick-dots li button,
.slick-dots li button::before {
  width: .75rem;
  height: .75rem; }

.slick-dots li {
  height: 24px;
  width: 20px;
  line-height: 14px;
  padding-top: 3px; }

.slick-dots li button:before {
  background: #ffcb07;
  opacity: 1; }

.heroCarousel-action {
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: rgba(0, 0, 0, 0.35);
  font-size: 18px !important;
  line-height: .5rem;
  padding: 11px 15px 10px 15px;
  text-transform: initial; }

.button--primary:hover {
  border-color: rgba(0, 0, 0, 0.35); }

.sideCategoryList .navPages-action {
  padding: 5px; }

.heroCarousel-content {
  border-radius: 4px; }

.heroCarousel .slick-prev {
  left: 0;
  display: none;
  opacity: 0;
  z-index: 99999; }

.heroCarousel .slick-next {
  right: 0;
  display: none;
  opacity: 0; }

.slider.active .heroCarousel .slick-prev {
  opacity: 1; }

.slider.active .heroCarousel .slick-next {
  opacity: 1; }

.heroCarousel-title {
  font-family: "Anton";
  font-weight: !important;
  color: white;
  font-size: 32px;
  text-align: left;
  line-height: 39px;
  text-transform: initial; }

p.heroCarousel-description {
  font-family: "Lato";
  font-weight: 700;
  color: #de2323;
  text-align: left;
  font-size: 18px;
  text-transform: initial; }

.heroCarousel-action {
  text-align: left;
  display: table;
  font-family: "Anton";
  color: white;
  background: #de2323;
  border-color: #de2323; }

.heroCarousel-action:hover {
  color: white;
  background: #de2323;
  border-color: #de2323; }

.heroCarousel {
  margin-bottom: 20px; }

.sideCategoryList .navPage-subMenu li {
  margin: 0 !important; }

div#menu .navPage-subMenu.active {
  display: block; }

#menu i.fa.fa-chevron-down.main-nav {
  font-size: 12px; }

.custom-pages-nav li.navPage-subMenu-item {
  position: relative; }

div#navPages-.custom-pages-nav li.navPage-subMenu-item span.down-arrow {
  top: initial;
  position: absolute;
  display: inline-block; }

.custom-pages-nav span.down-arrow:hover {
  color: #de2323; }

.custom-pages-nav li.navPage-subMenu-item span.down-arrow {
  color: #2f2f2b; }

.custom-pages-nav li.navPage-subMenu-item span.down-arrow:hover {
  color: #de2323; }

article.card {
  background-color: white; }

.card-body {
  position: relative;
  height: auto;
  min-height: 120px; }

.card {
  margin-bottom: 1rem; }

a.button.button--small.card-figcaption-button {
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid;
  border-color: #de2323;
  border-radius: 4px;
  background-color: rgba(0, 0, 255, 0);
  color: #de2323;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  font-weight: !important;
  width: 100%; }

a.button.button--small.card-figcaption-button:hover {
  background-color: #de2323;
  color: white !important;
  border-color: #de2323; }

a.button.button--small.card-figcaption-button.quickview {
  background-color: white;
  border: 1px solid;
  border-color: rgba(0, 0, 255, 0);
  text-transform: uppercase;
  color: #2f2f2b;
  max-width: 80% !important;
  margin: 0 auto;
  height: 30px !important;
  top: 41%;
  opacity: 1;
  float: none;
  font-size: 14px !important; }

a.button.button--small.card-figcaption-button.quickview:hover {
  background-color: #de2323;
  color: white;
  border-color: rgba(0, 0, 255, 0); }

.card-figcaption-body {
  position: relative;
  top: 92%;
  width: 100%; }

.card-text.add-to-cart-button {
  text-align: left;
  width: auto;
  position: static;
  bottom: 5px;
  width: 100%; }

p.card-text.featured-ratings {
  position: absolute;
  top: 260px;
  left: 10px;
  z-index: 999999999; }

.alertBox {
  background-color: white;
  border-radius: 0;
  border: 1px solid;
  border-color: #f6f6f6; }

.form-fileDescription {
  color: #2f2f2b; }

small.required {
  color: #de2323;
  float: none;
  padding-right: 5px; }

.writeReview-productDetails .product-brand {
  color: #2f2f2b; }

.writeReview-productDetails img {
  padding-bottom: 15px; }

.new-products-container {
  display: none; }

.new-products-container .sale-flag-side {
  right: -1px; }

ul.productGrid li.product article.card a {
  width: 100% !important;
  height: 100% !important;
  display: block !important; }

ul.productGrid li.product article.card a img {
  display: block !important;
  height: auto !important;
  /*max-width: 176px !important;*/
  max-width: 100% !important;
  width: auto !important;
  max-height: 176px !important; }

section.quickSearchResults ul.productGrid li.product article.card a img {
  width: auto !important;
  max-height: 70px !important;
  /*max-width: 110px !important;*/
  max-width: 100% !important; }

section.quickSearchResults .card-figcaption-body {
  top: 80%; }

.new-products-container .slick-track {
  width: 100% !important; }

.productCarousel-slide.slick-slide {
  margin-bottom: 15px; }

/*CATEGORY PAGE*/
li.subcategory-item {
  float: left;
  width: 25%;
  list-style-type: none;
  padding: 0 15px; }

a.subcategory-link {
  display: block;
  text-decoration: none;
  font-family: "Lato";
  font-weight: 700;
  color: #2f2f2b;
  width: 100%; }

.category-main-image {
  display: none; }

li.subcategory-item:hover span.subcategory-name {
  color: #de2323; }

li.subcategory-item:hover > a {
  color: #de2323; }

li.subcategory-item:first-of-type {
  padding-left: 0; }

li.subcategory-item:last-of-type {
  padding-right: 0 !important; }

.subcategory-link-container {
  height: auto;
  width: auto;
  /*padding: 10px;*/
  /*border: 1px solid;
    border-color: stencilColor("container-border-global-color-dark");*/
  border: none;
  /*background: stencilColor("body-bg");*/
  margin-bottom: 5px;
  /*background-color: stencilColor("color-secondaryDark");*/
  background-color: #ffffff; }

.subcategory-image {
  height: 150px;
  max-width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  margin-top: 15px;
  display: none;
  border-radius: 8px;
  border: 1px solid #e5e5e5 !important; }

.subcategory-image.placeholder-image {
  background-image: url("../img/image-coming-soon-placeholder.png") !important; }

a.sucategory-link {
  display: block;
  text-decoration: none;
  padding: 10px;
  font-size: 14px;
  color: #2f2f2b; }

li.subcategory-item span.subcategory-name {
  text-align: center;
  display: block; }

.subcategory-grid {
  border-bottom: 1px solid;
  border-color: #f6f6f6;
  display: none; }

.actionBar-section .form-field {
  background: transparent;
  border: none; }

.container.main {
  margin-top: -18px; }

ul.breadcrumbs {
  margin-bottom: 18px;
  margin-left: 0 !important; }

img.category-header-image {
  margin-top: 0;
  width: 100%; }

.category .productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -2px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }

.category .productGrid .product {
  padding-left: 15px !important;
  padding-right: 15px !important;
  margin-bottom: 10px; }

.category .page-content {
  padding-left: 0;
  padding-right: 0;
  margin-top: 0px; }

.category .page {
  margin: 0; }

.card-text.add-to-cart-button label.form-label {
  text-transform: uppercase;
  font-size: 14px;
  padding-left: 0 !important; }

select#sort {
  border: 1px solid;
  border-color: #f6f6f6;
  border-radius: 0 !important;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 10px;
  background-color: white; }

fieldset.form-fieldset.actionBar-section {
  width: 100%; }

.actionBar-section .form-select {
  color: #2f2f2b !important; }

.card-title > a {
  color: #545454;
  font-size: 14px; }

.card-title > a:hover {
  color: #de2323 !important; }

.card-figcaption-button + .card-figcaption-button {
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  padding: 10px 0 !important;
  padding-bottom: 0 !important; }

label.button.button--small.card-figcaption-button {
  text-transform: uppercase;
  font-size: 14px;
  text-align: left;
  padding: 10px 0 !important;
  padding-bottom: 0 !important; }

.card-text {
  font-family: "Anton";
  color: #2f2f2b; }

.card-body .card-text {
  color: #2f2f2b; }

.card-text span.price {
  color: #2f2f2b;
  font-size: 16px; }

.category .page-content {
  position: relative; }

a.pagination-link {
  border-radius: 0;
  background: #ffffff; }

.pagination {
  position: absolute !important;
  top: 20px !important;
  right: 0; }

.pagination.bottom {
  position: static !important;
  clear: both;
  margin-bottom: 15px; }

.pagination.bottom .pagination-list {
  text-align: left; }

.pagination-item .pagination-link {
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid;
  border-color: #f6f6f6;
  border-radius: 4px;
  background: transparent;
  color: #2f2f2b;
  font-size: 12px;
  padding: 8px 7px; }

.pagination-item.pagination-item--current {
  background: #ebebeb;
  border-radius: 4px; }

.pagination-item .pagination-link:hover {
  color: #de2323; }

.pagination-item.pagination-item--current a:hover {
  color: #2f2f2b; }

li.pagination-item.pagination-item--next a {
  color: #393939;
  padding: 5px 15px 5px 5px; }

li.pagination-item.pagination-item--next a:hover {
  color: #de2323; }

.pagination-item.pagination-item--next > a:hover .icon > svg {
  fill: #de2323; }

.pagination-item--next .icon, .pagination-item--previous .icon {
  width: 1rem;
  padding-top: 4px; }

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

.pagination-item--next .icon svg, .pagination-item--previous .icon svg {
  height: 1rem;
  width: 1rem; }

li.pagination-item.pagination-item--previous a {
  padding: 5px 5px 5px 15px; }

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

.icon--ratingEmpty svg {
  fill: #ebebeb;
  stroke: #de2323;
  stroke-width: 20px; }

.pagination-list .pagination-item {
  display: inline-block;
  margin: 0 2px !important; }

.compare {
  float: right;
  margin-bottom: 30px;
  display: none; }

.compare a {
  border: 1px solid;
  border-color: rgba(0, 0, 255, 0);
  background: #ebebeb;
  font-family: "Anton";
  text-transform: uppercase;
  font-size: 12px;
  color: #2f2f2b;
  border-radius: 4px;
  padding: 0 15px;
  display: block !important; }

.compare a:hover {
  background-color: #de2323;
  color: white;
  border-color: #de2323; }

.category-main-image {
  height: 182px;
  background-color: transparent;
  margin-bottom: 20px; }

img.category-header-image {
  width: auto; }

div.category-header-image {
  height: 140px;
  background-size: cover; }

/*COMPARE WINDOW*/
.compareTable-action a.button.button--primary {
  font-size: 14px;
  text-transform: uppercase;
  border-top: none;
  border-left: none;
  border-right: none;
  font-size: 14px;
  text-transform: uppercase;
  border-color: #de2323;
  border-radius: 0;
  background-color: rgba(0, 0, 255, 0);
  color: #de2323;
  font-family: "Anton"; }

.compareTable-action a.button.button--primary:hover {
  background-color: #de2323;
  color: white;
  border-color: #de2323; }

.compareTable-removeProduct .icon {
  fill: #2f2f2b; }

table {
  background-color: white; }

.compareTable-product .card-body {
  min-height: 105px; }

.category.main {
  width: 75%;
  float: left; }

.category.main .card-body {
  min-height: 195px; }

.container.main {
  width: 100%;
  /*float: none;*/
  margin-bottom: 15px; }

.page.category-grid .card-body.purchase-ability.visible {
  min-height: 125px; }

label.button.button--small.card-figcaption-button {
  background: transparent;
  border: none; }

/*BRAND PAGE*/
.brand.main {
  float: left;
  width: 75%; }

.brand .page-content {
  margin-top: 15px; }

.brand-main-image {
  margin-bottom: 20px; }

.brand.main {
  float: left;
  width: 75%; }

.brand.main .card-body {
  min-height: 195px; }

.brand .productGrid {
  margin-bottom: 1.5rem !important; }

.brand .productGrid .product {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important;
  margin-bottom: 10px; }

/*BRANDS PAGE*/
.page.brands ul.brandGrid .brand .card {
  background: transparent;
  min-height: auto; }

.page.brands ul.brandGrid {
  margin: 0 auto;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 15px; }

.page.brands ul.brandGrid .brand .card-body {
  background: transparent;
  min-height: auto;
  padding-top: 5px; }

.page.brands .brandGrid .brand {
  width: 20%;
  padding-left: 5px;
  padding-right: 5px; }

.page.brands .card-figure {
  border: 2px solid;
  border-color: #f6f6f6;
  border-radius: 4px;
  height: 176px; }

.page.brands .card-figure img {
  max-width: 80%; }

.page.brands .card-title > a {
  font-size: 14px; }

.category.main p.p1 {
  margin-top: 15px; }

ul.productGrid li.product article.card h4 > a {
  height: 40px !important;
  overflow: hidden !important; }

.category.main .banners {
  margin-top: 0; }

.category.main h1.container-header {
  margin-bottom: 15px;
  border-bottom: 0;
  padding-left: 0;
  font-size: 30px !important; }

.category.main .subcategory-image {
  margin-top: 0; }

.category.main .actionBar {
  margin-top: 15px; }

.pagination {
  top: 13px !important; }

.category.main .card-body.price-visibility.restricted {
  min-height: 125px; }

.category.main form article.card.price-visibility.restricted {
  min-height: 300px !important; }

.category .page .card.price-visibility.restricted .card-text[data-test-info-type=price] {
  position: absolute;
  bottom: 80px; }

.category .page .card.price-visibility.restricted .card-text[data-test-info-type=price] .price-visibility.visible {
  position: relative;
  bottom: 0px; }

.home .card-body.price-visibility.restricted {
  min-height: 95px; }

.home.card.price-visibility.restricted .card-text[data-test-info-type=price] {
  position: absolute;
  bottom: -10px; }

.price-visibility.restricted p {
  margin-bottom: 0; }

.similar-products-by-views .card-body.price-visibility.restricted {
  min-height: 95px; }

.sidebar.right .card-body.price-visibility.restricted {
  min-height: 100px; }

.home .card-body.purchase-ability.restricted {
  min-height: 135px; }

.price-visibility.restricted {
  margin-bottom: 0; }

.previewCartCheckout .button, .previewCartCheckout .button + .button {
  font-family: "Anton";
  line-height: 20px;
  background: #de2323;
  border-color: #de2323;
  border-radius: 4px;
  color: white; }

.previewCartCheckout .button:hover, .previewCartCheckout .button + .button:hover {
  background: #ffcb07;
  border-color: #ffcb07;
  color: white; }

/*PRODUCT PAGE*/
.breadcrumbs {
  text-align: left; }

.product.main.left .breadcrumbs {
  margin-bottom: 0; }

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

h2.productView-brand {
  background: transparent;
  font-size: 14px;
  text-transform: capitalize !important;
  text-decoration: none;
  border-bottom: none;
  padding-left: 0 !important;
  margin-bottom: -5px !important; }

.productView-details {
  padding: 0 5px;
  padding-left: 15px; }

.productView-brand a {
  text-decoration: none;
  font-family: "Lato";
  font-weight: 400;
  color: #2f2f2b; }

.productView-brand a:hover {
  color: #de2323; }

.productView-title {
  font-family: "Anton";
  color: #2f2f2b;
  font-size: 28px;
  border-bottom: 0;
  border-color: #f6f6f6;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

dt.productView-info-name {
  float: left;
  font-family: "Lato";
  font-weight: 700;
  color: #2f2f2b; }

dd.productView-info-value {
  float: left;
  display: block;
  font-family: "Lato";
  font-weight: 400;
  color: #2f2f2b; }

.productView-details dt {
  font-size: 14px;
  float: left;
  margin-top: 0 !important; }

.card-figure {
  background: #ffffff; }

.productView-details dd {
  font-size: 14px;
  float: left; }

.productView-details .socialLinks .icon svg {
  /*fill: stencilColor("input-font-color");*/
  fill: #3d451d; }

/*a.addthis_button_google_plusone.icon.icon--google_plusone.at300b {
    height: 25px;
    width: 25px;
}*/
/*.google_plusone_iframe_widget{
	position: relative;
}*/
div#___plusone_0 {
  position: absolute;
  top: -17px;
  opacity: 0; }

/*.productView.productView--quickView .google_plusone_iframe_widget {
    width: 40px !important;
    top: -25px;
    opacity: 0;
}*/
.productView-details .socialLinks .icon:hover > svg {
  fill: #de2323; }

/*.productView li.socialLinks-item.socialLinks-item--google_plusone a:hover > svg {
	fill: stencilColor("color-primary");
}*/
.productView-price {
  font-size: 20px;
  font-family: "Anton";
  color: #2f2f2b;
  padding-top: 10px;
  width: 50%;
  float: left; }

.productView-price .price-section--minor {
  font-size: 20px;
  font-family: "Anton";
  color: #2f2f2b; }

.price-section--minor {
  font-family: "Anton";
  color: #2f2f2b; }

.productView {
  margin: 0 !important; }

.product.main.left {
  float: left;
  width: 75%; }

.productView-rating {
  float: left;
  width: 50%;
  margin-top: 10px;
  margin-bottom: 15px; }

hr {
  border-color: #f6f6f6 !important;
  margin-bottom: 15px; }

.recommended-visibility.disabled .product.main.left {
  width: auto; }

.productView-description {
  width: 100%;
  padding: 0 !important;
  margin-top: 15px; }

.productView input#form-action-addToCart {
  background-color: #de2323;
  border-color: #de2323;
  color: white;
  padding: 10px 15px 8px 15px; }

#body .productView input#form-action-addToCart:hover {
  background-color: #ffcb07;
  border-color: #ffcb07;
  color: white !important; }

.product.main .tabs-contents {
  margin-bottom: 1.5rem;
  padding: 15px;
  border: 1px solid;
  border-color: #f6f6f6;
  background-color: white;
  color: #2f2f2b;
  font-family: "Lato";
  font-weight: stenciFontFamily("productPage-tabContent-fontFamily");
  border-top: 0;
  border-radius: 4px; }

.product.main li.tab {
  border-top: 1px solid #f6f6f6; }

.related-products-container .tabs li.tab {
  border-top: 1px solid #f6f6f6;
  border-right: none; }
  .related-products-container .tabs li.tab:first-child {
    border-top: none; }
  @media (min-width: 551px) {
    .related-products-container .tabs li.tab {
      border-top: none;
      border-right: 1px solid #ebebeb; }
      .related-products-container .tabs li.tablast-child {
        border-right: none; } }

figure.productView-image {
  border-bottom: 3px solid;
  border-color: #f6f6f6;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  border: 0; }

.productView .tab {
  border: 0;
  border-bottom: 1px solid;
  border-color: #f6f6f6;
  border-radius: 0; }

.product-page ul.tabs {
  border: 0 !important;
  margin-bottom: 15px; }

.tab {
  font-family: "Anton";
  background-color: white;
  border: none;
  margin-right: 2px;
  width: 16%;
  border-bottom: none; }

.tab a {
  color: #2f2f2b;
  font-size: 13px;
  padding: 5px; }

.tab.is-active .tab-title {
  background-color: white;
  color: #de2323;
  padding: 0; }

.tab.is-active {
  border: none; }

.tab.is-active a.tab-title {
  padding: 5px; }

.tabs {
  border: none; }

h3.tab-content-title {
  font-family: "Lato";
  font-weight: 400;
  color: #2f2f2b;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 0;
  border-color: #f6f6f6;
  padding-bottom: 10px;
  margin-top: 0; }

.tab-content.is-active {
  padding-top: 0 !important; }

.tab-title {
  text-align: center;
  padding: 0; }

.tab-title:hover {
  color: #de2323; }

.productView-reviewLink > a:hover {
  color: #de2323; }

.sidebar.right {
  display: none; }

.sidebar.right {
  float: right;
  width: 25%;
  padding-left: 20px; }

.sidebar.right ul.product-list {
  margin-left: 0;
  background: white;
  padding: 20px 20px;
  border-color: #f6f6f6; }

.sidebar.right ul.product-list li {
  list-style-type: none;
  background-color: white; }

.sidebar.right .card-text.add-to-cart-button {
  position: absolute;
  bottom: 5px !important;
  width: 90%; }

.sidebar.right .card-image {
  padding-top: 0px;
  padding-bottom: 0px;
  max-width: 175px !important;
  max-height: 175px !important;
  height: auto !important;
  width: auto !important; }

.sidebar.right .card-body {
  padding: 5px 10px 15px;
  min-height: 140px; }

.sidebar.right li.product-card {
  padding: 0; }

.sidebar.right h4.card-title {
  margin-top: 15px; }

.productView-info-value {
  margin-bottom: 0; }

.productView {
  margin-right: 0; }

.productView-images {
  padding-left: 0; }

.productView label.form-label {
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  color: #2f2f2b;
  float: left;
  margin-right: 10px; }

.productView p.share-title {
  display: none; }

.options-container {
  float: left;
  width: 75%; }

.productView-product {
  border: none; }

.productView .form-increment {
  float: left;
  margin-left: 5px; }

.form-increment .button {
  margin: 0;
  border-radius: 0 !important;
  background-color: rgba(0, 0, 255, 0);
  padding: 2px;
  border-color: #f6f6f6; }

.form-increment .button--icon svg {
  fill: #de2323; }

.productGrid.wishlist li.product {
  width: 20%;
  padding-left: 2.5px;
  padding-right: 2.5px; }

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

.form-input[readonly] {
  color: black; }

.button--primary {
  font-family: "Anton";
  font-weight: !important;
  background-color: #de2323;
  color: white;
  border-bottom: 0;
  border-color: #de2323;
  border-radius: 4px !important; }

.button--primary:hover {
  background-color: #de2323;
  color: white !important;
  background: #de2323;
  border-color: #de2323; }

.form-actions .button {
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323;
  border-radius: 4px !important; }

.form-actions .button:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

.form-actions a.button.button--small {
  text-transform: uppercase;
  margin-left: 0;
  border-radius: 0;
  padding: 0;
  height: 42px !important;
  line-height: 42px;
  padding: 0 30px;
  margin-left: 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323; }

.form-actions a.button.button--small:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

.table-actions .button + .button {
  background-color: #de2323;
  color: #ffffff; }

.table-actions .button + .button:hover {
  background-color: #de2323;
  color: #ffffff;
  background: white;
  border-color: #d25b00; }

span.custom-checkbox-text {
  position: relative;
  left: -50px;
  top: 8px;
  text-transform: uppercase; }

.form-action.add-to-cart {
  float: left; }

input#form-action-addToCart {
  font-family: "Anton", Arial, Helvetica, sans-serif; }

form.form.wishlist {
  float: left;
  width: 40%; }

.form-action.wishlist input.button {
  text-align: left;
  padding: 0;
  line-height: 30px;
  border-bottom: 0px solid;
  text-transform: capitalize;
  font-size: 12px;
  text-decoration: underline;
  margin-left: 15px; }

.form-action.wishlist input.button:hover {
  color: #de2323 !important; }

a.addthis_button_email.icon.icon--email {
  padding: 1px; }

.productView .socialLinks .icon {
  height: 20px;
  width: 20px;
  margin: 0;
  text-decoration: none; }

.footer-payment-icons svg {
  fill: #3d451d; }

.socialLinks .icon svg {
  fill: #3d451d; }

.socialLinks .icon:hover svg {
  fill: #de2323; }

li.socialLinks-item {
  padding: 4px;
  margin-right: 2px !important; }

li.socialLinks-item.socialLinks-item--google_plusone {
  /*padding-top: 0;
    top: -1.5px;
    position: relative;
    margin-right: 5px !important;
    max-width: 50px;*/
  /*visibility: hidden;
    display: none !important;*/ }

/*.productView li.socialLinks-item.socialLinks-item--google_plusone {
	margin-right: 15px;
}*/
.pin_it_iframe_widget {
  top: -18px;
  position: relative;
  left: 25px;
  display: none; }

/*.google_plusone_iframe_widget {
	width: 40px !important;
}*/
.productView-options {
  margin-bottom: 0 !important; }

.form-field.form-field--increments {
  margin-bottom: 15px !important; }

section.productView-details {
  margin-bottom: 0 !important; }

.productView-product {
  padding-bottom: 15px;
  overflow: hidden; }

.addthis_toolbox.addthis_32x32_style {
  float: left;
  margin-left: 0; }

.productView .addthis_toolbox.addthis_32x32_style {
  margin-top: -20px; }

.sidebar.right .card-figure {
  height: 175px; }

/*.productView li.socialLinks-item.socialLinks-item--google_plusone {
	margin-right: 0px !important;
}*/
.productView-options .form-field[data-product-attribute="product-list"] label {
  float: none; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  font-size: 20px;
  color: white;
  background-color: black;
  display: inline-block;
  height: 50px;
  width: 100%; }

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: red; }

.productView-options .form-field[data-product-attribute="date"] label {
  float: none; }

.toggleLink {
  color: #de2323; }

.toggleLink:hover {
  color: #ffcb07; }

.productReview {
  width: 100%; }

.product.main.left .similar-products-by-views.with-sidenav {
  display: none !important; }

.product.main.left .sidebar.right.with-sidenav {
  display: none !important; }

.product .similar-products-by-views .card-body.purchase-ability {
  min-height: 120px; }

.product .sidebar.right .card-body.purchase-ability {
  min-height: 150px; }

.product.main.left.product-page-with-sidenav .similar-products-by-views.with-sidenav {
  display: block !important; }

.product.main.left.product-page-with-sidenav .sidebar.right.with-sidenav {
  display: block !important; }

.product.main.left.product-page-with-sidenav .breadcrumbs {
  margin-bottom: 15px; }

.product.main.left.product-page-with-sidenav {
  width: 100%;
  float: none;
  padding-right: 0; }

.product-page-with-sidenav .productView-images {
  width: 37.5%;
  float: left; }

.product-page-with-sidenav section.productView-details {
  width: 37.5%;
  float: left;
  margin-top: 0; }

.product-page-with-sidenav .productView-description {
  width: 75%;
  float: left; }

.product-page-with-sidenav .similar-products-by-views {
  width: 100%;
  float: left; }

.sidebar.right.with-sidenav {
  width: 100%;
  float: left;
  margin-right: 20px;
  margin-top: 20px; }

.product-page-with-sidenav .productView {
  padding-top: 0; }

.product.main.left.product-page-with-sidenav .sidebar.right.with-sidenav {
  padding-left: 0; }

.recommended-visibility .recommended-position.below .productView-images {
  width: 50%;
  float: left; }

.recommended-visibility .recommended-position.below section.productView-details {
  width: 50%;
  float: left; }

.recommended-visibility .recommended-position.below article.productView-description {
  width: 100%;
  float: none;
  clear: both; }

.recommended-visibility .product.main.left {
  width: 100%;
  float: none; }

.recommended-visibility .product.main.left .recommended-position {
  width: 75%;
  float: left; }

.recommended-visibility .product.main.left .recommended-position.below {
  width: 100%;
  float: none; }

.recommended-visibility .product.main.left.product-page-with-sidenav .recommended-position {
  width: 100%; }

/*CONTENT PAGE*/
.page.content a {
  color: #de2323; }

.page.content {
  margin: 0 !important; }

.page.content h1 span {
  font-size: 28px; }

.page.content h2 span {
  font-size: 26px; }

.page.content h3 span {
  font-size: 18px; }

.page.content h4 span {
  font-size: 18px; }

.page.content h5 span {
  font-size: 14px; }

.page.content h6 span {
  font-size: 12px; }

.page.content h3 {
  background-color: transparent;
  border: none;
  text-transform: capitalize !important;
  background-color: transparent !important;
  font-size: 18px;
  padding-left: 0 !important;
  color: #2f2f2b;
  margin-top: 1.25rem; }

.page.content h4 {
  background-color: transparent;
  border: none;
  text-transform: capitalize !important;
  background-color: transparent !important;
  font-size: 18px;
  padding-left: 0 !important;
  color: #2f2f2b;
  margin-top: 1.25rem; }

.page.content h5 {
  background-color: transparent;
  border: none;
  text-transform: capitalize !important;
  background-color: transparent !important;
  font-size: 14px;
  padding-left: 0 !important;
  color: #2f2f2b;
  margin-top: 1.25rem; }

.page.content h6 {
  background-color: transparent;
  border: none;
  text-transform: capitalize !important;
  background-color: transparent !important;
  font-size: 12px;
  padding-left: 0 !important;
  color: #2f2f2b;
  margin-top: 1.25rem; }

.page.content ul {
  margin-left: 30px; }

.page.content ul li {
  /*list-style-type: none !important;*/
  /*display: block !important;*/ }

.page.content th {
  text-align: left;
  font-size: 14px; }

.page.content td {
  font-size: 14px;
  text-align: left; }

.page.content td {
  padding-right: 50px; }

.page.content {
  /*background-color: stencilColor("card--alternate-backgroundColor");*/
  /*padding: 0 15px;*/ }

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

main.page.content h1, main.page.content h2, main.page.content h3, main.page.content h4, main.page.content h5, main.page.content h6 {
  font-family: "Lato";
  font-weight: 700;
  color: #2f2f2b; }

main.page.content h1.page-heading {
  font-family: "Lato";
  font-weight: 300;
  color: #2f2f2b; }

main.page.content a {
  color: #de2323; }

main.page.content a:hover {
  color: #ffcb07; }

.content-page-with-sidenav h1.page-heading {
  margin-bottom: 15px; }

.content-page-with-sidenav .page-content.page-content {
  width: 75%;
  float: left;
  margin-top: -5px; }

.content-page-with-sidenav ul.breadcrumbs {
  margin-bottom: 5px;
  margin-top: 5px; }

.content-page-with-sidenav .sideCategoryList ul {
  margin-left: 0; }

.content-page h1 {
  margin-top: 0; }

.page-content.page-content.with-sidenav .main-content {
  float: left;
  width: 75%; }

.page-content.page-content.with-sidenav .main-content ul.breadcrumbs {
  margin-bottom: 5px; }

main.page.contact-page-with-sidenav h1.page-heading {
  margin-bottom: 15px; }

/*blockquote, blockquote p, blockquote span {
	font-size: 24px !important;
	font-family: 'Roboto', sans-serif !important;
}*/
/*BLOG PAGE*/
.blog-title {
  margin: 0 auto;
  text-align: left;
  background-color: transparent !important; }

main.page.blog h1.page-heading {
  font-family: "Lato";
  font-weight: 300; }

main.page.blog {
  width: 100%; }

main.page.blog .blog-post {
  min-height: auto; }

main.page.blog .blog-post-figure {
  min-height: 165px; }

main.page.blog h1.page-heading {
  margin-bottom: 15px; }

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

header h2.blog-title a {
  color: #2f2f2b;
  font-size: 24px;
  height: 40px;
  overflow: hidden;
  display: block;
  text-transform: capitalize !important; }

.blog-title a {
  color: #2f2f2b;
  font-size: 24px;
  text-transform: captialize !important; }

.blog {
  width: 32.8%;
  float: left;
  margin-left: 2.5px;
  margin-right: 2.5px; }

.blog-post-body {
  width: 95%;
  margin: 0 auto;
  margin-top: -15px; }

.blog + .blog {
  border: none;
  margin-top: 0;
  padding-top: 15px; }

.blog-post-figure {
  width: 100%; }

main.page.blog .blog-title a:hover {
  color: #ffcb07 !important; }

main.page.blog article.blog {
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  min-height: 315px; }

article.blog img {
  width: 100%;
  border-color: #f6f6f6;
  border-radius: 4px !important; }

main.blog.page article.blog img {
  width: 100%;
  border-color: #f6f6f6;
  min-height: 165px;
  max-height: 165px;
  border-radius: 4px !important; }

article.blog .socialLinks {
  dislay: none !important; }

main.page.blog .excerpt {
  height: 65px;
  overflow: hidden;
  opacity: 0; }

main.page.blog .excerpt.visible {
  opacity: 1;
  display: inline; }

h2.blog-title {
  background: transparent;
  border: none;
  text-align: left;
  padding: 0 !important;
  font-size: 18px !important;
  text-transform: capitalize !important;
  height: auto;
  margin-bottom: 0; }

p.blog-date {
  font-size: 12px;
  font-style: italic; }

.blog-post {
  font-size: 14px;
  color: #2f2f2b; }

main.page.blog .blog-post {
  margin-top: -15px;
  min-height: 65px;
  overflow: hidden; }

main.page.blog .blog-post a {
  background-color: grey;
  background-color: white; }

.blog a.addthis_button_pinterest.icon.icon--pinterest.at300b {
  max-width: 25px; }

main.page.blog a.read-more-button {
  font-weight: 400;
  color: white;
  background-color: transparent;
  border-bottom: 0;
  text-transform: lowercase;
  text-decoration: none;
  padding: 0;
  position: static;
  text-decoration: underline; }

main.page.blog a.read-more-button:hover {
  color: white !important; }

.blog-post a:hover {
  color: #ffcb07 !important; }

article.blog .socialLinks {
  margin-top: 0px;
  text-align: left;
  margin-right: 0;
  margin-left: -3px;
  padding-top: 0 !important; }

main.page.blog .blog-post-body {
  opacity: 0; }

main.page.blog .blog-post-body.visible {
  opacity: 1; }

/*SINGLE POST PAGE*/
.blog.single {
  width: 100%; }

.blog .tags {
  margin: 0;
  text-align: left;
  padding-bottom: 15px; }

.blog .tags a:hover {
  color: #de2323; }

.blog.single article.blog {
  width: 100%;
  padding: 0;
  padding-bottom: 15px;
  background: white; }

.blog .addthis_toolbox {
  margin-top: 0; }

.blog .tag a {
  padding: 0;
  padding-right: 10px; }

.blog.single .blog-post-body {
  width: 100%;
  margin: 0 auto; }

p.share-title {
  text-align: left;
  margin: 0;
  font-size: 12px; }

main.page.blog .addthis_toolbox {
  position: absolute;
  bottom: 5px; }

/*.blog.single li.socialLinks-item.socialLinks-item--google_plusone {
	margin-left: 0px;
}*/
.blog.single h2 {
  height: auto; }

main.page.blog .socialLinks .icon svg {
  fill: black; }

main.page.blog .socialLinks a:hover > svg {
  fill: #de2323 !important; }

.blog.single a.read-more-button {
  display: none !important; }

.blog.single .socialLinks .icon svg {
  fill: black; }

.blog.single .socialLinks .socialLinks-item:hover {
  fill: #de2323; }

.blog.single .socialLinks a:hover > svg {
  fill: #de2323 !important; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #de2323;
  content: "";
  display: block;
  height: 3.57143rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.57143rem;
  position: absolute;
  top: 10px;
  width: 3.57143rem; }

.sale-text-burst {
  color: white;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 10; }

.sale-flag-side {
  background: #de2323;
  color: white;
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 10;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  font-weight: "Anton"; }

.product:hover .sale-flag-side {
  background: #de2323;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #de2323;
  color: white;
  font-size: 15px;
  height: 1.42857rem;
  left: -35px;
  line-height: 1.14286rem;
  padding-top: 0.10714rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 8.5rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: #de2323;
  border-color: #de2323;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

.sale-flag-side {
  border-radius: 4px;
  color: white !important;
  right: 10px;
  font-size: 14px;
  padding: 0 10px;
  border-color: #de2323;
  top: 10px;
  z-index: 9999;
  position: absolute; }

li.product .sale-flag-side.visible {
  display: block; }

.product:hover .sale-flag-side {
  border-color: #de2323; }

.sale-flag-side span {
  color: white !important;
  font-family: "Anton"; }

/*CART PAGE*/
main.page-content {
  padding: 0 !important; }

.cart-actions .button {
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323; }

.cart-actions .button:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

.previewCartAction .button {
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323; }

.previewCartAction .button:hover {
  background-color: #de2323;
  color: white !important;
  background: #de2323;
  border-color: #de2323; }

/*RSS FEED PAGE*/
.rss-feed-container ul {
  margin-left: 0; }

.rss-feed-container ul li {
  list-style-type: none; }

svg.rss-icon {
  width: 25px;
  height: 25px;
  padding: 5px;
  margin-bottom: -7px;
  fill: #de2323; }

.page-content.page-content {
  padding-left: 0;
  padding-right: 0; }

/*SEARCH RESULTS PAGE*/
.panel-body {
  /*background-color: stencilColor("color-primary");*/
  padding: 15px !important; }

.search.main {
  float: left;
  width: 75%; }

.search.main .navBar--sub {
  margin-bottom: 10px; }

.search.main .card-body {
  min-height: 195px; }

.search.main .productGrid .product {
  padding-left: 2.5px;
  padding-right: 2.5px; }

.search.main .productGrid {
  margin: 0 auto; }

select#search-form-brand {
  background-color: transparent;
  border-radius: 0; }

.search.main select#search-form-brand {
  background-color: white; }

/*GIFT CERTIFICATES PAGE*/
.account--fixed {
  width: 100%; }

.navBar--sub .navBar-item {
  text-transform: uppercase; }

.form-column {
  padding-left: 0;
  padding-right: 0; }

.form-field-group {
  border-radius: 0; }

/*ACCOUNT PAGE*/
.account-body {
  margin: 0 auto; }

.login {
  margin: 0 auto;
  max-width: 960px; }

select#sort {
  background-color: white;
  width: 20%; }

input.button.button--primary:hover {
  background-color: "container-border-global-color-dark"; }

.login-row {
  margin-top: 0; }

.new-customer div.panel-header {
  padding-left: 15px; }

input[type=number] {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding: 0 8px; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative; }

input[type=number]:hover::-webkit-inner-spin-button {
  background: #eee url("https://i.stack.imgur.com/YYySO.png") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  padding: 4px;
  position: relative;
  right: 4px;
  border-radius: 28px; }

.account--fixedLarge {
  width: 100%; }

.account.recent .card-body {
  min-height: 200px; }

.account.recent li.product {
  width: 20%;
  padding-left: 2.5px;
  padding-right: 2.5px; }

h3.account-heading {
  display: none; }

.navBar--account {
  margin-bottom: 30px; }

.account-content {
  padding-left: 0;
  padding-right: 0; }

.account .button {
  text-transform: uppercase;
  margin-left: 0;
  border-radius: 4px !important;
  padding: 0;
  height: 42px !important;
  line-height: 42px;
  padding: 0 30px;
  margin-left: 5px;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323; }

.account .button:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

/*THEME CONTENT HEADERS*/
h1.page-heading {
  background-color: transparent;
  border: none;
  text-transform: capitalize;
  font-size: 28px;
  padding-left: 0;
  margin-bottom: 0;
  color: #2f2f2b;
  margin-top: 0; }

h2.page-heading {
  border: none;
  text-transform: capitalize;
  font-size: 28px;
  padding-left: 0;
  margin-bottom: 0;
  color: #2f2f2b;
  margin-top: 0; }

h2 {
  border: none;
  text-transform: capitalize;
  font-size: 26px;
  padding-left: 0;
  margin-top: 2.28571rem;
  margin-bottom: 0.78571rem;
  color: #2f2f2b;
  margin-top: 1.25rem; }

/*THEME CONTAINER HEADERS*/
h1.container-header {
  margin: 0;
  font-size: 20px !important;
  color: #2f2f2b !important;
  text-transform: uppercase;
  height: auto;
  padding: 0 12px;
  line-height: 30px; }

h2.container-header {
  margin: 0;
  border-color: #ebebeb;
  color: #2f2f2b !important;
  text-transform: uppercase;
  height: auto;
  padding: 0 12px;
  line-height: 30px;
  font-size: 20px; }

.container-header {
  font-family: "Anton" !important;
  font-weight: !important;
  font-size: 20px;
  background-color: rgba(0, 0, 255, 0);
  color: #2f2f2b !important; }

h4.card-title a {
  opacity: 1; }

h4.card-title a.visible {
  opacity: 1; }

.productCarousel button {
  display: none !important; }

.navPages-quickSearch.right.searchbar.mobile {
  display: none; }

.login-form {
  padding: 0;
  padding-right: 0.75rem; }

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

/*main.page.blog .google_plusone_iframe_widget {
    position: relative;
    top: -50px;
    opacity: 0;
}*/
.navPages-item.mobile {
  display: none; }

.mobile {
  display: none; }

.brand.main .productGrid {
  margin: 0; }

.navBar--sub {
  margin-top: 15px; }

/*UAT REVISIONS*/
.header {
  height: auto; }

/*LOGO REVISIONS*/
header.header {
  display: table;
  clear: both !important;
  position: relative;
  z-index: 9; }

/*LEFT ALIGNED LOGO*/
.navPages-container.inside-header {
  background: transparent;
  position: initial;
  height: auto;
  z-index: 999999999999999;
  clear: none;
  float: left;
  width: 50%;
  height: 100%;
  display: none; }

div.header-logo.header-logo--left {
  float: none;
  display: table-cell;
  vertical-align: middle; }

.header-logo--left {
  display: table-cell;
  height: 110px;
  vertical-align: middle; }

.navPages-container.inside-header {
  border-bottom: none; }

.navPages-container.inside-header.left-logo {
  float: none;
  display: none; }

.navPages-container.inside-header.left-logo.visible {
  float: none;
  display: table-cell;
  vertical-align: middle; }

.navPages-container.inside-header.left-logo nav.navPages {
  display: table; }

.navPages-container.inside-header.left-logo .navPages-quickSearch {
  display: table-cell;
  vertical-align: middle;
  border-bottom: none; }

.navPages-container.inside-header.left-logo .right.searchbar {
  float: none; }

.header-logo > a {
  display: table-cell !important; }

/*CENTER-ALIGNED-LOGO*/
.header-logo {
  width: 50%;
  float: none;
  margin-top: 15px; }

.header-logo.header-logo--center a {
  display: block !important; }

.header-logo.header-logo--center .header-logo-image {
  display: inline; }

.navPages-container .navPages-quickSearch.right.searchbar.center {
  display: none; }

.header-logo.header-logo--center {
  margin-top: 15px !important;
  margin-bottom: 10px !important;
  padding-bottom: 10px; }

.navPages-container {
  background-color: #f6f6f6; }

.navPages-container.inside-header.center-logo {
  background: transparent;
  position: static;
  height: auto;
  z-index: 999;
  display: none;
  width: 100%;
  margin: 0 auto !important; }

.navPages-container.inside-header.center-logo nav.navPages {
  position: static; }

.navPages-container.inside-header.center-logo .navPages-quickSearch.right.searchbar.center {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 25px;
  display: block;
  float: none;
  z-index: 999 !important;
  border: none; }

header .navPages-container.inside-header.center-logo .navPages-quickSearch.right.searchbar.center .form-fieldset {
  width: 100% !important; }

header .navPages-container.inside-header.center-logo .navPages-quickSearch.right.searchbar.center .form-fieldset input.button {
  padding: 0;
  margin: 0;
  width: 30px; }

/*RIGHT ALIGNED LOGO*/
.navPages-container.inside-header.right-logo {
  height: auto;
  float: right;
  width: 100%; }

.navPages-container.inside-header.right-logo nav.navPages {
  display: block; }

.navPages-container.inside-header.right-logo .navPages-quickSearch {
  display: block;
  border-bottom: none; }

.navPages-container.inside-header.right-logo .right.searchbar {
  float: right;
  width: 100%; }

header .navPages-container.inside-header.right-logo .right.searchbar .form-fieldset {
  width: 100% !important; }

.header-logo.header-logo--right .header-logo-image {
  display: inline !important; }

.header-logo.header-logo--right a {
  display: block !important; }

.navPages-container.inside-header.right-logo {
  margin: 0 auto !important; }

header .navPages-container.inside-header.right-logo .navPages-quickSearch.right.searchbar.right .form-fieldset input.button {
  padding: 0;
  margin: 0;
  width: 30px; }

.header-logo.header-logo--right {
  padding-bottom: 5px !important; }

.header-logo.header-logo--right {
  margin-top: 15px !important; }

.header-container.in-container {
  max-width: 960px;
  margin: 0 auto; }

.header-padding.in-container-with-padding {
  padding: 0 15px; }

.header-container.full-width + .main-nav-container.full-width {
  margin-top: 0 !important; }

.header-container.full-width.in-container .header-padding.in-container-with-padding {
  margin-top: 10px;
  margin-bottom: 10px; }

.header-padding.in-container-with-padding-no-margin {
  padding: 0 15px; }

.header-padding.in-container-with-padding-no-margin + .main-nav-container {
  margin-top: 15px !important; }

/*PRODUCT GALLERY IMAGE RESIZING*/
figure.card-figure {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  background-color: white;
  min-height: 176px; }

/*FACETED SEARCH FILTERING*/
#facetedSearch {
  padding: 0 0 20px 0;
  background-color: #f6f6f6;
  border-radius: 4px !important; }

div#facetedSearch-navList {
  padding: 5px 12px; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 5px; }

.facetedSearch-refineFilters {
  padding: 2px 12px; }

div#side-categories .shop-by-price #facetedSearch li a {
  padding-left: 25px !important; }

ul.inlineList.inlineList--labels {
  margin: 0 auto; }

div#side-categories .shop-by-price #facetedSearch ul.inlineList.inlineList--labels li a {
  padding-left: 0 !important; }

div#faceted-search-container .sidebarBlock {
  display: none; }

div#faceted-search-container div#facetedSearch.sidebarBlock {
  display: block; }

.mobile-menu.navPages-container {
  display: none; }

span.custom-name {
  display: none; }

.tab-content .custom-field-container {
  display: none !important; }

.tab-content div.visible .custom-field-container {
  display: block !important; }

#tab-customField1 .custom-field-container.visible {
  display: inline !important; }

li.tab.customFieldOne {
  display: none; }

li.tab.customFieldOne.visible {
  display: block; }

li.tab.customFieldTwo {
  display: none; }

.caps {
  text-transform: uppercase; }

iframe {
  width: 100%; }

h4.card-title {
  /*height: auto;*/
  font-family: "Lato";
  font-weight: 700;
  height: 60px;
  overflow: hidden;
  margin-bottom: 0; }

div#navPages- span.down-arrow {
  display: block !important; }

.tab {
  padding: 0; }

.tab-title {
  padding-left: 5px;
  padding-right: 5px; }

.similar-products-by-views h2.container-header {
  margin-bottom: 15px; }

.brand .page-content {
  position: relative; }

.alertBox {
  margin-top: 15px;
  margin-bottom: 20px !important; }

p.alertBox-column.alertBox-message {
  color: #2f2f2b; }

p.alertBox-column.alertBox-message span {
  color: #2f2f2b; }

.cart-additionalCheckoutButtons {
  float: right; }

.cart-total-value button:hover {
  color: #de2323; }

form#LoginForm a {
  color: #de2323; }

form#LoginForm a:hover {
  color: #ffcb07; }

div.selector select {
  background: white !important; }

select option {
  /*background: stencilColor("input-bg-color") !important;*/
  background-color: white; }

main.page-content.search div#product-listing-container {
  position: relative; }

main.page-content.search .pagination {
  top: -32px !important; }

a.modal-close.custom-quick-search {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  padding: 5px 10px;
  right: 0;
  text-decoration: none;
  /*font-family: stencilFontFamily("forms-submitButton-fontFamily");*/
  color: #3d451d !important;
  background-color: #ffcb07;
  border-color: #ffca07;
  display: none;
  z-index: 9999;
  top: 40px;
  margin-top: 5px;
  border-radius: 4px; }

a.modal-close.custom-quick-search span {
  line-height: 12px;
  font-size: 12px;
  display: block; }

a.reset.quicksearch {
  display: block;
  width: auto;
  height: auto;
  position: absolute;
  padding: 5px 10px;
  right: 32px;
  text-decoration: none;
  font-family: "Anton";
  display: none;
  z-index: 9999;
  margin-top: 5px;
  border-radius: 4px;
  top: 40px;
  color: #3d451d !important;
  background-color: #ffcb07;
  border-color: #ffca07; }

a.reset.quicksearch span.reset {
  display: block;
  font-size: 12px;
  line-height: 12px; }

section.quickSearchResults {
  margin-top: 30px; }

section.quickSearchResults li.product figure {
  min-height: initial !important; }

section.quickSearchResults li.product figure img {
  max-height: 70px !important;
  padding: 5px; }

section.quickSearchResults .card-body {
  max-height: 75px !important; }

section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button a {
  width: auto !important; }

section.quickSearchResults .card-text.add-to-cart-button {
  /*top: -35px !important;*/ }

th.compareTable-heading {
  display: none; }

.compareTable-product {
  width: 100%; }

.compareTable-product .card-body {
  overflow: hidden; }

.top-menu .currency-converter {
  position: relative;
  z-index: 99 !important;
  float: left; }

.top-menu .currency-converter .navPages-list--user {
  display: block !important; }

.top-menu .currency-converter li {
  display: block !important;
  line-height: 28px;
  padding-left: 15px;
  width: 100%; }

.top-menu .currency-converter li a {
  padding: 0;
  margin: 0;
  color: white; }

.top-menu .currency-converter li a:hover {
  color: black !important; }

.top-menu .account-link a:hover {
  color: black !important; }

.top-menu .navPages-action svg {
  fill: white;
  stroke: white; }

.top-menu .navPages-action svg:hover {
  fill: black;
  stroke: black; }

div#navPages-currency {
  padding: 0 !important; }

.currency-converter span.down-arrow {
  display: none !important; }

.currency-converter ul.navPnavPagesage-subMenu-list {
  margin-left: 0;
  background: white !important; }

.currency-converter ul.navPnavPagesage-subMenu-list li {
  background: white !important; }

.currency-converter ul.navPnavPagesage-subMenu-list li a {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #2f2f2b !important; }

.currency-converter ul.navPnavPagesage-subMenu-list li a:hover {
  color: #de2323 !important; }

.top-menu .currency-converter li a {
  border-color: rgba(0, 0, 255, 0) !important; }

.top-menu .currency-converter .navPages-action.is-open {
  background-color: transparent; }

.product.main.left.product-page-with-sidenav .similar-products-by-views.with-sidenav .slick-track {
  margin-right: 0;
  width: 100%;
  margin: 0 auto; }

div#cart-preview-dropdown {
  z-index: 9999999999;
  /*min-width: 300px;*/
  min-width: 360px;
  left: -82px; }

div#navPages-currency {
  margin-top: 1px; }

.navPages-container.inside-header.right-logo .navPages-quickSearch.right.searchbar.right {
  margin-bottom: 25px; }

ul.pagination-list {
  display: inline; }

.previewCart li img {
  max-width: 65px; }

.modal-body.quickView .tabs-contents {
  margin-top: 15px; }

.productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
  width: 101% !important;
  max-width: 101% !important; }

.form-field.swatch label.form-label.form-label--alternate.form-label--inlineSmall {
  float: none; }

.home .card-body.purchase-ability {
  min-height: 115px !important; }

.home .card-body.with-as-low-as-pricing.purchase-ability {
  min-height: 135px !important; }

.home .card-body.purchase-ability.restricted {
  min-height: 115px !important; }

.home .card-body.with-as-low-as-pricing.purchase-ability.restricted {
  min-height: 135px !important; }

.home .card-body.purchase-ability.restricted .price-visibility.restricted {
  position: absolute;
  bottom: 10px; }

.home .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden {
  min-height: 95px !important; }

.home .card-body.purchase-ability.restricted.prices-hidden {
  min-height: 95px !important; }

.category .card-body.purchase-ability {
  min-height: 175px !important; }

.category .card-body.with-as-low-as-pricing.purchase-ability {
  min-height: 195px !important; }

.category .card-body.purchase-ability.restricted {
  min-height: 175px !important; }

.category .card-body.with-as-low-as-pricing.purchase-ability.restricted {
  min-height: 195px !important; }

.category.main form article.card.price-visibility.restricted {
  min-height: 275px !important; }

.category .card-body.purchase-ability.restricted .price-visibility.restricted {
  bottom: 10px;
  position: absolute; }

.category article.card.compare-disabled.price-visibility {
  min-height: 175px !important; }

.category article.card.compare-disabled.price-visibility .card-body.purchase-ability {
  min-height: 140px !important; }

.category.main form article.card.compare-disabled.price-visibility .card-text[data-test-info-type=price] {
  position: static !important; }

.category form article.card.compare-disabled.price-visibility .card-body.with-as-low-as-pricing.purchase-ability {
  min-height: 160px !important; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted {
  min-height: 135px !important; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted .card-text[data-test-info-type=price] {
  position: static; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted {
  min-height: 155px !important; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden {
  min-height: 110px !important; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted .card-text[data-test-info-type=price] {
  position: static; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted .card-text[data-test-info-type=price] .price-visibility.restricted.price-hidden {
  position: static; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted .card-text[data-test-info-type=price] .price-visibility.restricted {
  bottom: -35px;
  position: relative; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted .card-text[data-test-info-type=price] .price-visibility.restricted {
  bottom: -55px;
  position: relative; }

.category .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden {
  min-height: 115px !important; }

.category.main .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden .card-text[data-test-info-type=price] {
  position: static;
  margin-top: 5px; }

.category.main .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden .card-text[data-test-info-type=price] .price-visibility.restricted {
  position: static;
  margin-top: 5px; }

.category.main .card-body.purchase-ability.restricted.prices-hidden {
  min-height: 110px !important; }

.brand .card-body.purchase-ability {
  min-height: 175px !important; }

.brand article.card.compare-disabled.price-visibility {
  min-height: 320px !important; }

.brand article.card.compare-disabled.price-visibility .card-body.purchase-ability {
  min-height: 140px !important; }

.brand .card-body.with-as-low-as-pricing.purchase-ability {
  min-height: 195px !important; }

.brand .card-body.purchase-ability.restricted {
  min-height: 175px !important; }

.brand .card-body.with-as-low-as-pricing.purchase-ability.restricted {
  min-height: 195px !important; }

.brand form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted {
  min-height: 155px !important; }

.brand form article.card.compare-disabled.price-visibility .card-text[data-test-info-type=price] {
  position: static !important; }

.brand form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted {
  min-height: 135px !important; }

.brand.main form article.card.price-visibility.restricted {
  min-height: 275px !important; }

.brand .card-body.purchase-ability.restricted .price-visibility.restricted {
  bottom: -70px;
  position: relative; }

.brand .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden {
  min-height: 75px !important; }

.brand.main .card-body.purchase-ability.restricted.prices-hidden .card-text[data-test-info-type=price] {
  position: static;
  margin-top: 5px; }

.brand .card-body.purchase-ability.restricted.prices-hidden .price-visibility.restricted.price-hidden {
  position: absolute;
  bottom: 10px; }

.brand .card-body.purchase-ability.restricted.prices-hidden {
  min-height: 110px !important; }

.brand form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden {
  min-height: 110px !important; }

.brand form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted .card-text[data-test-info-type=price] {
  position: static; }

.brand form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted .card-text[data-test-info-type=price] .price-visibility.restricted.price-hidden {
  position: static; }

.brand.main .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden .card-text[data-test-info-type=price] {
  position: static;
  margin-top: 5px; }

.brand .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden .price-visibility.restricted.price-hidden {
  position: static; }

.brand form article.card.compare-disabled.price-visibility .card-body.with-as-low-as-pricing.purchase-ability {
  min-height: 160px !important; }

.sidebar.right .card-body.purchase-ability {
  min-height: 145px !important; }

.sidebar.right .card-body.with-as-low-as-pricing.purchase-ability {
  min-height: 145px !important; }

.sidebar.right .card-body.purchase-ability.restricted {
  min-height: 145px !important; }

.sidebar.right .card-body.with-as-low-as-pricing.purchase-ability.restricted {
  min-height: 145px !important; }

.sidebar.right .card-body.purchase-ability.restricted.prices-hidden.ratings-disabled {
  min-height: 95px !important; }

.sidebar.right .card-body.purchase-ability.restricted .price-visibility.restricted {
  bottom: 10px;
  position: absolute; }

.sidebar.right .card-body.with-as-low-as-pricing.purchase-ability.restricted .price-visibility.restricted {
  bottom: 10px;
  position: absolute; }

.sidebar.right .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden {
  min-height: 95px !important; }

.sidebar.right .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden .price-visibility.restricted.price-hidden {
  position: absolute;
  bottom: 10px; }

.product .similar-products-by-views .card-body.with-as-low-as-pricing.purchase-ability {
  min-height: 145px; }

.product .similar-products-by-views .card-body.purchase-ability.restricted {
  min-height: 120px; }

.product .similar-products-by-views .card-body.with-as-low-as-pricing.purchase-ability.restricted {
  min-height: 140px; }

.product .similar-products-by-views .card-body.purchase-ability.restricted.prices-hidden.ratings-disabled {
  min-height: 95px; }

.product .similar-products-by-views .card-body.purchase-ability.restricted .price-visibility.restricted {
  bottom: -50px;
  position: relative; }

.product .similar-products-by-views .card-body.with-as-low-as-pricing.purchase-ability.restricted .price-visibility.restricted {
  bottom: -55px;
  position: relative; }

.product .similar-products-by-views .card-body.purchase-ability.restricted .price-visibility.restricted.price-hidden {
  position: absolute;
  bottom: 10px; }

.product .similar-products-by-views .card-body.purchase-ability.restricted .card-text.add-to-cart-button {
  bottom: 10px; }

.product .similar-products-by-views .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden {
  min-height: 95px !important; }

.product .similar-products-by-views .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden .price-visibility.restricted.price-hidden {
  position: absolute;
  bottom: 10px; }

.category form article.card.price-visibility.ratings-disabled {
  min-height: 330px; }

.category form article.card.compare-disabled.price-visibility.ratings-disabled {
  min-height: auto !important; }

.category form article.card.compare-disabled.price-visibility.ratings-disabled .card-body.purchase-ability.ratings-disabled {
  min-height: 115px !important; }

.category form article.card.compare-disabled.price-visibility.ratings-disabled .card-body.with-as-low-as-pricing.purchase-ability.ratings-disabled {
  min-height: 135px !important; }

.category form article.card.price-visibility.ratings-disabled .card-body.purchase-ability.ratings-disabled {
  min-height: 155px !important; }

.category form article.card.price-visibility.ratings-disabled .card-body.with-as-low-as-pricing.purchase-ability.ratings-disabled {
  min-height: 175px !important; }

.category form article.card.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
  min-height: 160px !important; }

.category .card-body.with-as-low-as-pricing.purchase-ability.restricted.ratings-disabled {
  min-height: 160px !important; }

.category form article.card.compare-disabled.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
  min-height: 115px !important; }

.category form article.card.price-visibility.restricted.ratings-disabled .card-body.with-as-low-as-pricing.purchase-ability.restricted.ratings-disabled {
  min-height: 180px !important; }

.category.main .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden.ratings-disabled .card-text[data-test-info-type=price] .price-visibility.restricted.price-hidden {
  position: absolute;
  bottom: 10px; }

.category form article.card.price-visibility.restricted.ratings-disabled {
  min-height: auto !important; }

.category form article.card.price-visibility.restricted.ratings-disabled .card-body.with-as-low-as-pricing.purchase-ability.restricted.ratings-disabled.prices-hidden.ratings-disabled {
  min-height: 90px !important; }

.category article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted.ratings-disabled {
  min-height: 115px !important; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted.prices-hidden.ratings-disabled {
  min-height: 95px !important; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden.ratings-disabled {
  min-height: 95px !important; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted.prices-hidden.ratings-disabled .card-text[data-test-info-type=price] .price-visibility.restricted.price-hidden {
  position: absolute;
  bottom: 10px; }

.category article.card.compare-disabled.price-visibility.restricted.ratings-disabled {
  min-height: auto !important; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted.ratings-disabled {
  min-height: 135px !important; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted.prices-hidden {
  min-height: 105px !important; }

.category form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted.prices-hidden .card-text[data-test-info-type=price] .price-visibility.restricted {
  position: absolute;
  bottom: 10px; }

.category form article.card.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.prices-hidden.ratings-disabled {
  min-height: 90px !important; }

.brand form article.card.price-visibility.ratings-disabled {
  min-height: 330px; }

.brand form article.card.compare-disabled.price-visibility.ratings-disabled {
  min-height: auto !important; }

.brand form article.card.compare-disabled.price-visibility.ratings-disabled .card-body.purchase-ability.ratings-disabled {
  min-height: 115px !important; }

.brand form article.card.compare-disabled.price-visibility.ratings-disabled .card-body.with-as-low-as-pricing.purchase-ability.ratings-disabled {
  min-height: 135px !important; }

.brand form article.card.price-visibility.ratings-disabled .card-body.purchase-ability.ratings-disabled {
  min-height: 155px !important; }

.brand form article.card.price-visibility.ratings-disabled .card-body.with-as-low-as-pricing.purchase-ability.ratings-disabled {
  min-height: 175px !important; }

.brand form article.card.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
  min-height: 160px !important; }

.brand .card-body.with-as-low-as-pricing.purchase-ability.restricted.ratings-disabled {
  min-height: 160px !important; }

.brand form article.card.compare-disabled.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
  min-height: 115px !important; }

.brand form article.card.price-visibility.restricted.ratings-disabled .card-body.with-as-low-as-pricing.purchase-ability.restricted.ratings-disabled {
  min-height: 180px !important; }

.brand.main .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden.ratings-disabled .card-text[data-test-info-type=price] .price-visibility.restricted.price-hidden {
  position: absolute;
  bottom: 10px; }

.brand form article.card.price-visibility.restricted.ratings-disabled {
  min-height: auto !important; }

.brand form article.card.price-visibility.restricted.ratings-disabled .card-body.with-as-low-as-pricing.purchase-ability.restricted.ratings-disabled.prices-hidden.ratings-disabled {
  min-height: 90px !important; }

.brand article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted.ratings-disabled {
  min-height: 115px !important; }

.brand form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted.prices-hidden.ratings-disabled {
  min-height: 95px !important; }

.brand form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden.ratings-disabled {
  min-height: 95px !important; }

.brand form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted.prices-hidden.ratings-disabled .card-text[data-test-info-type=price] .price-visibility.restricted.price-hidden {
  position: absolute;
  bottom: 10px; }

.brand article.card.compare-disabled.price-visibility.restricted.ratings-disabled {
  min-height: auto !important; }

.brand form article.card.compare-disabled.price-visibility.restricted .card-body.with-as-low-as-pricing.purchase-ability.restricted.ratings-disabled {
  min-height: 135px !important; }

.brand form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted.prices-hidden {
  min-height: 105px !important; }

.brand form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted.prices-hidden .card-text[data-test-info-type=price] .price-visibility.restricted {
  position: absolute;
  bottom: 10px; }

.brand form article.card.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.prices-hidden.ratings-disabled {
  min-height: 90px !important; }

.productCarousel-slide h4.card-title a {
  display: block !important; }

form .card-text[data-test-info-type=price] {
  position: static !important;
  display: block;
  width: 100%; }

.account .card-text.add-to-cart-button a.button.button--small.card-figcaption-button {
  margin: 0 auto; }

.account .productGrid form.form {
  text-align: center; }

.account .button {
  margin-left: 0; }

.table-actions .button + .button {
  background-color: #de2323;
  color: #ffffff; }

.table-actions .button + .button:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

.panel--newAddress:hover .address-title {
  color: #ffcb07; }

.home .card-body.purchase-ability.withTax {
  min-height: 135px !important; }

.home .card-body.purchase-ability.withoutTax {
  min-height: 135px !important; }

.home .card-body.purchase-ability.withTax.withoutTax {
  min-height: 155px !important; }

.category .card-body.purchase-ability.withTax {
  min-height: 200px !important; }

.category .card-body.purchase-ability.withoutTax {
  min-height: 200px !important; }

.category .card-body.purchase-ability.withTax.withoutTax {
  min-height: 220px !important; }

.category article.card.compare-disabled.price-visibility .card-body.purchase-ability.withTax {
  min-height: 160px !important; }

.category article.card.compare-disabled.price-visibility .card-body.purchase-ability.withoutTax {
  min-height: 160px !important; }

.category article.card.compare-disabled.price-visibility .card-body.purchase-ability.withTax.withoutTax {
  min-height: 180px !important; }

.search.main .card-body.purchase-ability.withTax {
  min-height: 200px !important; }

.search.main .card-body.purchase-ability.withoutTax {
  min-height: 200px !important; }

.search.main .card-body.purchase-ability.withTax.withoutTax {
  min-height: 220px !important; }

.search.main article.card.compare-disabled.price-visibility .card-body.purchase-ability.withTax {
  min-height: 160px !important; }

.search.main article.card.compare-disabled.price-visibility .card-body.purchase-ability.withoutTax {
  min-height: 160px !important; }

.search.main article.card.compare-disabled.price-visibility .card-body.purchase-ability.withTax.withoutTax {
  min-height: 180px !important; }

.brand .card-body.purchase-ability.withTax {
  min-height: 200px !important; }

.brand .card-body.purchase-ability.withoutTax {
  min-height: 200px !important; }

.brand .card-body.purchase-ability.withTax.withoutTax {
  min-height: 220px !important; }

.brand article.card.compare-disabled.price-visibility .card-body.purchase-ability.withTax {
  min-height: 160px !important; }

.brand article.card.compare-disabled.price-visibility .card-body.purchase-ability.withoutTax {
  min-height: 160px !important; }

.brand article.card.compare-disabled.price-visibility .card-body.purchase-ability.withTax.withoutTax {
  min-height: 180px !important; }

.product .sidebar.right .card-body.purchase-ability.withTax.ratings-disabled {
  min-height: 125px !important; }

.product .sidebar.right .card-body.purchase-ability.withoutTax.ratings-disabled {
  min-height: 125px !important; }

.product .sidebar.right .card-body.purchase-ability.withTax.withoutTax.ratings-disabled {
  min-height: 140px !important; }

.product .similar-products-by-views .card-body.purchase-ability.withTax {
  min-height: 145px; }

.product .similar-products-by-views .card-body.purchase-ability.withoutTax {
  min-height: 145px; }

.recommended-position.below .sidebar.right .card-body.purchase-ability.withoutTax {
  min-height: 145px !important; }

.product.main.left.product-page-with-sidenav .sidebar.right.with-sidenav .card-body.purchase-ability.withoutTax {
  min-height: 145px !important; }

.product .similar-products-by-views .card-body.purchase-ability.withTax.withoutTax {
  min-height: 160px; }

.productView-image .productView-image--default {
  width: 100% !important; }

div#facetedSearch-content--price .form-minMaxRow .form-field {
  float: none;
  width: 100%;
  margin-top: 10px; }

.shop-by-price.mobile {
  display: none; }

.productView-options .form-field > .form-radio + .form-label {
  margin-left: 0 !important; }

.productView-options {
  text-align: left !important; }

.account .card-body.purchase-ability.withoutTax {
  min-height: 200px !important; }

.account a.button.button--small.card-figcaption-button {
  font-size: 9px;
  padding: 0 !important; }

.account .card-text.add-to-cart-button a {
  font-size: 14px !important; }

label.button.button--small.card-figcaption-button.compare {
  margin-bottom: 0; }

span.compare-text {
  color: #2f2f2b !important; }

a.pagination-link:hover {
  color: #de2323 !important; }

.pagination-item.pagination-item--previous > a:hover .icon > svg {
  fill: #de2323 !important; }

.pagination-item.pagination-item--next > a:hover .icon > svg {
  fill: #de2323 !important; }

.recommended-visibility .product.main.left.product-page-with-sidenav .recommended-position .recommended .productCarousel-slide.slick-slide {
  width: 25% !important; }

.recommended-visibility .product.main.left.product-page-with-sidenav .recommended-position.below .recommended .productCarousel-slide.slick-slide {
  width: 25% !important; }

li.subcategory-item.hasImage {
  min-height: 200px;
  margin-bottom: 20px; }

.previewCartAction-checkoutMultiple {
  display: none; }

li.productView-thumbnail {
  min-height: 100px !important; }

.additional-products {
  width: 75%;
  float: right; }

.recommended-visibility .product.main.left {
  width: 100%;
  float: none; }

.recommended-visibility .product.main.left .recommended-position {
  width: 100%;
  float: none; }

.product.main.left.product-page-with-sidenav {
  width: 100%;
  float: none; }

.recommended-visibility .product.main.left .recommended-position.below .additional-products {
  width: 100%;
  float: none; }

.product.main.left.product-page-with-sidenav .recommended-position .alertBox {
  width: 100%;
  float: none; }

.heroCarousel-slide a {
  dispay: block !important; }

.ui-widget-shadow {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.ui-widget {
  color: #2f2f2b !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  border-radius: 0 !important; }

.swal2-icon.swal2-warning {
  color: #de2323 !important;
  border-color: #de2323 !important; }

button.swal2-confirm.button {
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323; }

button.swal2-confirm.button:hover:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

button.swal2-cancel.button {
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323; }

button.swal2-cancel.button:hover:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

form#facet-range-form button.button.button--small {
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323;
  border-radius: 4px; }

form#facet-range-form button.button.button--small:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

.shop-by-price #facetedSearch {
  margin-top: 0; }

a.fancy-gallery {
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.productView .bx-wrapper {
  float: left; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 9999999999; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  border-radius: 4px;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }

.fancybox-navigation .fancybox-button--arrow_left {
  height: 50px;
  width: 50px;
  background: none;
  opacity: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  height: 50px;
  width: 50px;
  background: none;
  opacity: 0; }

.fancybox-navigation svg {
  opacity: 0; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.bx-controls-direction a {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.bx-wrapper:hover .bx-controls-direction a {
  opacity: 1; }

.productImageSlider {
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  float: left; }

.productImageSlider.ready {
  opacity: 1; }

.product.main.left .main-image-container {
  background: #ffffff;
  padding: 5px;
  padding-bottom: 0;
  border-bottom: 0;
  border-color: #f6f6f6;
  margin-bottom: 15px; }

.flex-inner {
  min-width: 0;
  max-height: 0; }

body.main.fourteen-forty .product.main.left .productImageSlider.slider-for .slick-slide img {
  max-width: 100%; }

.product.main.left div#product-images-container {
  width: 50%;
  float: left;
  margin-bottom: 50px; }

.product.main.left .slider-nav.slick-initialized.slick-slider .slick-list.draggable {
  padding: 0 10px !important; }

.product.main.left .slider-nav .slick-slide {
  padding: 0 15px; }

.product.main.left div#product-images-container .slick-prev:before {
  background-image: none !important;
  color: black; }

.product.main.left div#product-images-container .slick-next:before {
  background-image: none !important;
  color: black; }

.product.main.left .slider-nav .slick-slide img {
  cursor: pointer !important;
  cursor: -moz-pointer !important;
  cursor: -webkit-pointer !important; }

.product.main.left.product-page-with-sidenav .productView {
  float: left;
  width: 75%; }

.product-page-with-sidenav section.productView-details {
  width: 50%;
  float: left;
  z-index: 9999;
  position: relative; }

.product-page-with-sidenav .productView-description {
  width: 100%;
  float: left; }

.product.main.left.product-page-with-sidenav .recommended-position.below .productView {
  width: 100%;
  float: none; }

.product.main.left .slider-for .slick-prev {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.product.main.left .slider-for .slick-next {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.product.main.left .slider-for:hover .slick-prev {
  opacity: 1; }

.product.main.left .slider-for:hover .slick-next {
  opacity: 1; }

.product.main.left .slider-nav .slick-prev {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.product.main.left .slider-nav .slick-next {
  opacity: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.product.main.left .slider-nav:hover .slick-prev {
  opacity: 1; }

.product.main.left .slider-nav:hover .slick-next {
  opacity: 1; }

.productImageSlider.slider-for li {
  display: none !important;
  list-style-type: none !important; }

.productImageSlider.slider-for li:first-child {
  display: inline-block !important; }

.productImageSlider.slider-for li.ready {
  display: inline-block !important; }

/* Solutions */
.slider-for {
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important; }

.card-figure a {
  display: block;
  position: relative;
  overflow: hidden; }

.card-image ~ .card-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease; }

.card-figure.multiple-images:hover .card-image ~ .card-image,
.card-figure.multiple-images:focus .card-image ~ .card-image,
.card-figure.multiple-images:active .card-image ~ .card-image {
  opacity: 1; }

figure.card-figure.multiple-images.second-hover-img-active:hover img.card-image:nth-of-type(1) {
  opacity: 0; }

.productCarousel-slide.slick-slide img {
  width: 100% !important;
  background-color: white;
  z-index: 999; }

.new-products-container .slick-track figure.card-figure.multiple-images .card-image ~ .card-image {
  top: 0px; }

.card-figcaption-body {
  z-index: 99999999999; }

.card-figcaption-body {
  z-index: 999; }

.slider-nav .slick-slide > div {
  background: #ffffff;
  padding: 5px; }

.brand-page div#faceted-search-container h2.container-header {
  margin-bottom: -3px; }

.shop-by-price.search-page h2.container-header {
  margin-bottom: -3px; }

.main-image-container button {
  z-index: 9999999 !important; }

.product.main.left .recommended-position .main-image-container button.slick-prev {
  margin-top: 0 !important;
  left: 0; }

.product.main.left .recommended-position .main-image-container button.slick-next {
  margin-top: 0 !important;
  right: 0; }

.productImageSlider.slider-for li:first-child {
  padding-right: 0; }

figure.productView-image {
  display: flex !important; }

.slider-for:hover button.slick-arrow.slick-disabled {
  opacity: 0.2 !important;
  pointer-events: none !important; }

.product.main.left .slider-nav:hover button.slick-arrow.slick-disabled {
  opacity: 0.2 !important;
  pointer-events: none !important; }

.product.main.left .recommended-position .slider-nav button.slick-prev {
  left: -10px !important; }

.product.main.left .recommended-position .slider-nav button.slick-next {
  right: -10px !important; }

.product.main.left .recommended-position .slider-nav button.slick-prev {
  margin-top: 0 !important;
  left: -44px;
  z-index: 9999999 !important;
  height: 25px;
  width: 25px; }

.product.main.left .recommended-position .slider-nav button.slick-prev:before {
  position: relative;
  top: -8px;
  left: -3px;
  height: 20px;
  width: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }

.product.main.left .recommended-position .slider-nav button.slick-next {
  margin-top: 0 !important;
  height: 25px;
  width: 25px; }

.product.main.left .recommended-position .slider-nav button.slick-next:before {
  position: relative;
  top: -8px;
  left: -3px;
  height: 20px;
  width: 20px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat; }

.product.main.left.product-page-with-sidenav .recommended-position.below .main-image-container button.slick-prev {
  left: 0px;
  z-index: 99999; }

.product.main.left.product-page-with-sidenav .recommended-position.below .main-image-container button.slick-next {
  left: 475px;
  z-index: 99999; }

#mask {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #26262c;
  display: none;
  height: 100% !important;
  z-index: 99999; }

#newsletter-popup .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 440px;
  height: 850px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 5px;
  text-align: center; }

#newsletter-popup #dialog {
  width: 450px;
  height: auto;
  padding: 10px 35px 10px 35px;
  background-color: #ffffff; }

.agree:hover {
  background-color: #D1D1D1; }

.popupoption:hover {
  background-color: #D1D1D1;
  color: green; }

.popupoption2:hover {
  color: red; }

#newsletter-popup .form-prefixPostfix .form-input {
  float: none;
  width: 100%;
  text-align: center;
  background: transparent;
  height: 2.75rem !important; }

#newsletter-popup input.button.button--primary.form-prefixPostfix-button--postfix {
  margin-top: 10px;
  float: none;
  width: 100%;
  border-radius: 4px !important; }

#newsletter-popup a.close img {
  float: right;
  margin-right: -20px;
  margin-top: -10px !important; }

#newsletter-popup h1.newsletter-headline {
  text-transform: uppercase;
  font-family: "Anton" !important;
  font-weight: !important;
  font-size: 38px !important;
  color: black;
  margin-top: 15px; }

#newsletter-popup input.button.button--primary.form-prefixPostfix-button--postfix.popup {
  background-color: #d25b00;
  color: white;
  font-size: 20px !important;
  height: 2.75rem !important; }

input#nl_email {
  color: black;
  text-align: center;
  border: 1px solid !important;
  border-color: #de2323 !important; }

input#nl_email::placeholder {
  color: black;
  text-align: center; }

#newsletter-popup h5.footer-info-heading {
  color: #2f2f2b; }

#newsletter-popup .footer-newsletter {
  display: none; }

#newsletter-popup div#san {
  margin-bottom: -25px; }

footer.footer .popup {
  display: none; }

.newsletter-popup-content p {
  font-size: 16px;
  color: black; }

#newsletter-popup div#dialog {
  position: fixed;
  border-radius: 0;
  z-index: 9999999; }

#newsletter-popup input.button.button--primary.form-prefixPostfix-button--postfix {
  margin-left: 0;
  border-radius: 0 !important; }

.slider.in-container section.heroCarousel.slick-initialized.slick-slider {
  max-width: 960px;
  margin: 0 auto; }

.slider.in-container {
  background-color: black !important;
  margin-bottom: 0; }

.slider.full-width {
  max-width: 100%; }

.home.home-page-with-sidenav .right-main {
  float: none;
  width: 100%; }

.home.home-page-with-sidenav .banners.top {
  float: right;
  width: 75%;
  margin-top: 0; }

.home.home-page-with-sidenav .featured-products-section {
  width: 75%;
  float: right; }

ul.productGrid.productGrid--maxCol3 .product {
  width: 33.3333%; }

.featured-categories-banner.three-columns ul ul li {
  width: 33.3333%; }

ul.productGrid.productGrid--maxCol4 .product {
  width: 25%; }

.featured-categories-banner.four-columns ul ul li {
  width: 25%; }

ul.productGrid.productGrid--maxCol5 .product {
  width: 20%; }

.featured-categories-banner.five-columns ul ul li {
  width: 20%; }

.home.home-page-with-sidenav .banners.bottom {
  float: right;
  width: 75%; }

body.main.home .body.content {
  max-width: 100%; }

body.main.home .container.main {
  max-width: 100%;
  float: none; }

body.main.home .main.full.home {
  max-width: 960px;
  margin: 0 auto; }

.slider.full-width .heroCarousel-title {
  width: 40%; }

.slider.full-width p.heroCarousel-description {
  width: 40%; }

body.main .header-container.full-width.full-width-auto.full-width.in-container ~ .main-nav-container div#menu {
  max-width: 100% !important;
  position: relative;
  z-index: 9999 !important; }

body.main.nine-sixty .main {
  max-width: 960px; }

body.main.nine-sixty div#menu .navPages {
  max-width: 960px; }

body.main.home.nine-sixty .header-container.full-width.full-width header.header {
  max-width: 960px; }

body.main.home.nine-sixty ul.productGrid--maxCol3 figure.card-figure {
  min-height: 225px !important; }

body.main.home.nine-sixty ul.productGrid--maxCol3 figure.card-figure {
  min-height: 225px !important; }

body.main.home.nine-sixty ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 225px !important; }

body.main.home.nine-sixty ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.nine-sixty .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 305px !important; }

body.main.home.nine-sixty .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 305px !important; }

body.main.home.nine-sixty .no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 305px !important; }

body.main.home.nine-sixty .no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.nine-sixty .no-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 305px !important; }

body.main.home.nine-sixty .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 305px !important; }

body.main.home.nine-sixty .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 305px !important; }

body.main.home.nine-sixty .no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 305px !important; }

body.main.home.nine-sixty .no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.nine-sixty .no-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 305px !important; }

body.main.nine-sixty ul.productGrid--maxCol3 li.product article.card a {
  max-height: 229.33px !important; }

body.main.nine-sixty ul.productGrid--maxCol3 li.product article.card a img {
  max-height: 229.33px !important;
  max-width: 100% !important; }

body.main.nine-sixty ul.productGrid--maxCol3 figure.card-figure {
  min-height: 229.33px !important; }

body.main.nine-sixty ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.nine-sixty ul.productGrid--maxCol4 figure.card-figure {
  min-height: 163.75px !important; }

body.main.home.nine-sixty ul.productGrid--maxCol4 figure.card-figure {
  min-height: 163.75px !important; }

body.main.home.nine-sixty ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 163.75px !important; }

body.main.home.nine-sixty ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 12px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 276.25px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 276.25px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 276.25px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 276.25px !important; }

body.main.nine-sixty ul.productGrid--maxCol4 li.product article.card a {
  max-height: 171.97px !important; }

body.main.nine-sixty ul.productGrid--maxCol4 li.product article.card a img {
  max-height: 171.97px !important;
  max-width: 100% !important; }

body.main.nine-sixty ul.productGrid--maxCol4 figure.card-figure {
  min-height: 171.97px !important; }

body.main.nine-sixty ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 12px !important; }

body.main.home.nine-sixty ul.productGrid--maxCol5 figure.card-figure {
  min-height: 127px !important; }

body.main.home.nine-sixty ul.productGrid--maxCol5 figure.card-figure {
  min-height: 127px; }

body.main.home.nine-sixty ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 127px !important; }

body.main.home.nine-sixty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 10px !important; }

body.main.nine-sixty ul.productGrid--maxCol5 li.product article.card a {
  max-height: 136.58px !important; }

body.main.nine-sixty ul.productGrid--maxCol5 li.product article.card a img {
  max-height: 136.58px !important;
  max-width: 100% !important; }

body.main.nine-sixty ul.productGrid--maxCol5 figure.card-figure {
  min-height: 136.58px !important; }

body.main.nine-sixty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 10px !important; }

body.main.nine-sixty .header-container.full-width.full-width header.header {
  max-width: 960px; }

body.main.nine-sixty footer.footer .container {
  max-width: 960px !important; }

body.main.nine-sixty .footer-bottom .content {
  max-width: 960px !important; }

body.main.nine-sixty .instagram-feed {
  max-width: 960px !important; }

body.main.eleven-seventy .top-menu .content {
  max-width: 1170px !important; }

body.main.eleven-seventy .header-container.in-container {
  max-width: 1170px !important; }

body.main.eleven-seventy .header-container.in-container header.header {
  max-width: 1170px !important; }

body.main.eleven-seventy div#menu {
  max-width: 1170px; }

body.main.eleven-seventy div#menu .navPages {
  max-width: 1170px; }

body.main.eleven-seventy .slider.in-container section.heroCarousel {
  max-width: 1170px !important; }

body.main.eleven-seventy .main {
  max-width: 1170px !important; }

body.main.eleven-seventy footer .footer-top .content {
  max-width: 1170px !important; }

body.main.eleven-seventy footer.footer .container {
  max-width: 1170px !important; }

body.main.eleven-seventy .footer-bottom .content {
  max-width: 1170px !important; }

body.main.eleven-seventy .body.content {
  max-width: 1170px; }

body.main.home.eleven-seventy .body.content {
  max-width: 100% !important; }

body.main.home.eleven-seventy .body.content .container.main {
  max-width: 100% !important; }

body.main.eleven-seventy .instagram-feed {
  max-width: 1170px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol3 figure.card-figure {
  min-height: 289.33px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol3 figure.card-figure {
  min-height: 289.33px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 289.33px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol3 li.product article.card a {
  max-height: 289.33px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 375px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 375px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 375px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 375px !important; }

body.main.eleven-seventy ul.productGrid--maxCol3 li.product article.card a {
  max-height: 293.52px !important; }

body.main.eleven-seventy ul.productGrid--maxCol3 li.product article.card a img {
  max-height: 293.52px !important;
  max-width: 100% !important; }

body.main.eleven-seventy ul.productGrid--maxCol3 figure.card-figure {
  min-height: 293.52px !important; }

body.main.eleven-seventy ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol4 figure.card-figure {
  min-height: 212px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol4 figure.card-figure {
  min-height: 212px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 212px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 12px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 276.25px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 276.25px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 276.25px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 276.25px !important; }

body.main.eleven-seventy ul.productGrid--maxCol4 li.product article.card a {
  max-height: 220.13px !important; }

body.main.eleven-seventy ul.productGrid--maxCol4 li.product article.card a img {
  max-height: 220.13px !important;
  max-width: 100% !important; }

body.main.eleven-seventy ul.productGrid--maxCol4 figure.card-figure {
  min-height: 220.13px !important; }

body.main.eleven-seventy ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 12px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol5 figure.card-figure {
  min-height: 165.59px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol5 figure.card-figure {
  min-height: 165.59px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 165.59px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 10px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 217px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 217px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 217px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.eleven-seventy ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 12px !important; }

body.main.home.eleven-seventy .no-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 217px !important; }

body.main.eleven-seventy ul.productGrid--maxCol5 li.product article.card a {
  max-height: 175.09px !important; }

body.main.eleven-seventy ul.productGrid--maxCol5 li.product article.card a img {
  max-height: 175.09px !important;
  max-width: 100% !important; }

body.main.eleven-seventy ul.productGrid--maxCol5 figure.card-figure {
  min-height: 175.09px !important; }

body.main.eleven-seventy ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 10px !important; }

body.main.eleven-seventy .header-container.full-width.full-width header.header {
  max-width: 1170px; }

body.main.eleven-seventy .blog-list-container.with-sidenav {
  float: left;
  width: 77%; }

body.main.eleven-seventy .blog-list-container.with-sidenav .blog {
  width: 32.7%; }

body.main.eleven-seventy .blog-list-container.with-sidenav article.blog {
  padding-top: 5px; }

.blog-list-container.with-sidenav .pagination.bottom {
  margin-top: 35px; }

body.main.twelve-eighty .top-menu .content {
  max-width: 1280px !important; }

body.main.twelve-eighty .header-container.in-container {
  max-width: 1280px !important; }

body.main.twelve-eighty .header-container.in-container header.header {
  max-width: 1280px !important; }

body.main.twelve-eighty div#menu {
  max-width: 1280px; }

body.main.twelve-eighty div#menu .navPages {
  max-width: 1280px; }

body.main.twelve-eighty .slider.in-container section.heroCarousel {
  max-width: 1280px !important; }

body.main.twelve-eighty .main {
  max-width: 1280px !important; }

body.main.twelve-eighty footer .footer-top .content {
  max-width: 1280px !important; }

body.main.twelve-eighty footer.footer .container {
  max-width: 1280px !important; }

body.main.twelve-eighty .footer-bottom .content {
  max-width: 1280px !important; }

body.main.twelve-eighty .body.content {
  max-width: 1280px; }

body.main.home.twelve-eighty .body.content {
  max-width: 100% !important; }

body.main.home.twelve-eighty .body.content .container.main {
  max-width: 100% !important; }

body.main.twelve-eighty .instagram-feed {
  max-width: 1280px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol3 figure.card-figure {
  min-height: 305px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol3 figure.card-figure {
  min-height: 305px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 305px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol3 li.product article.card a {
  max-height: 305px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 411.66px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 411.66px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 411.66px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 411.66px !important; }

body.main.twelve-eighty ul.productGrid--maxCol3 li.product article.card a {
  max-height: 330.66px !important; }

body.main.twelve-eighty ul.productGrid--maxCol3 li.product article.card a img {
  max-height: 330.66px !important;
  max-width: 100% !important; }

body.main.twelve-eighty ul.productGrid--maxCol3 figure.card-figure {
  min-height: 330.66px !important; }

body.main.twelve-eighty ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol4 figure.card-figure {
  min-height: 239.75px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol4 figure.card-figure {
  min-height: 239.75px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 239.75px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 12px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 303.75px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 303.75px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 303.75px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 303.75px !important; }

body.main.twelve-eighty ul.productGrid--maxCol4 li.product article.card a {
  max-height: 247.97px !important; }

body.main.twelve-eighty ul.productGrid--maxCol4 li.product article.card a img {
  max-height: 247.97px !important;
  max-width: 100% !important; }

body.main.twelve-eighty ul.productGrid--maxCol4 figure.card-figure {
  min-height: 247.97px !important; }

body.main.twelve-eighty ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 12px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol5 figure.card-figure {
  min-height: 187.8px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol5 figure.card-figure {
  min-height: 187.8px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 187.8px !important; }

body.main.home.twelve-eighty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 10px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 239px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 239px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 239px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.twelve-eighty .no-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 239px !important; }

body.main.twelve-eighty ul.productGrid--maxCol5 li.product article.card a {
  max-height: 197.38px !important; }

body.main.twelve-eighty ul.productGrid--maxCol5 li.product article.card a img {
  max-height: 197.38px !important;
  max-width: 100% !important; }

body.main.twelve-eighty ul.productGrid--maxCol5 figure.card-figure {
  min-height: 197.38px !important; }

body.main.twelve-eighty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 10px !important; }

body.main.twelve-eighty .header-container.full-width.full-width header.header {
  max-width: 1280px; }

body.main.thirteen-sixty-six .top-menu .content {
  max-width: 1366px !important; }

body.main.thirteen-sixty-six .header-container.in-container {
  max-width: 1366px !important; }

body.main.thirteen-sixty-six .header-container.in-container header.header {
  max-width: 1366px !important; }

body.main.thirteen-sixty-six div#menu {
  max-width: 1366px; }

body.main.thirteen-sixty-six div#menu .navPages {
  max-width: 1366px; }

body.main.thirteen-sixty-six .slider.in-container section.heroCarousel {
  max-width: 1366px !important; }

body.main.thirteen-sixty-six .main {
  max-width: 1366px !important; }

body.main.thirteen-sixty-six footer .footer-top .content {
  max-width: 1366px !important; }

body.main.thirteen-sixty-six footer.footer .container {
  max-width: 1366px !important; }

body.main.thirteen-sixty-six .footer-bottom .content {
  max-width: 1366px !important; }

body.main.thirteen-sixty-six .body.content {
  max-width: 1366px; }

body.main.home.thirteen-sixty-six .body.content {
  max-width: 100% !important; }

body.main.home.thirteen-sixty-six .body.content .container.main {
  max-width: 100% !important; }

body.main.thirteen-sixty-six .instagram-feed {
  max-width: 1366px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol3 figure.card-figure {
  min-height: 349.33px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol3 figure.card-figure {
  min-height: 349.33px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 349.33px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol3 li.product article.card a {
  max-height: 349.33px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 440.33px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 440.33px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 440.33px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 440.33px !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol3 li.product article.card a {
  max-height: 353.59px !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol3 li.product article.card a img {
  max-height: 353.59px !important;
  max-width: 100% !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol3 figure.card-figure {
  min-height: 353.59px !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol4 figure.card-figure {
  min-height: 257px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol4 figure.card-figure {
  min-height: 257px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 257px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol4 li.product article.card a {
  max-height: 257px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 325.25px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 325.25px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 325.25px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 325.25px !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol4 li.product article.card a {
  max-height: 265.17px !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol4 li.product article.card a img {
  max-height: 265.17px !important;
  max-width: 100% !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol4 figure.card-figure {
  min-height: 265.17px !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 figure.card-figure {
  min-height: 201.59px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 figure.card-figure {
  min-height: 201.59px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 201.59px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 li.product article.card a {
  max-height: 201.59px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 256.19px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 256.19px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 256.19px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 256.19px !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol5 li.product article.card a {
  max-height: 211.14px !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol5 li.product article.card a img {
  max-height: 211.14px !important;
  max-width: 100% !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol5 figure.card-figure {
  min-height: 211.14px !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.thirteen-sixty-six .header-container.full-width.full-width header.header {
  max-width: 1366px; }

body.main.fourteen-forty .top-menu .content {
  max-width: 1440px !important; }

body.main.fourteen-forty .header-container.in-container {
  max-width: 1440px !important; }

body.main.fourteen-forty .header-container.in-container header.header {
  max-width: 1440px !important; }

body.main.fourteen-forty div#menu {
  max-width: 1440px; }

body.main.fourteen-forty div#menu .navPages {
  max-width: 1440px; }

body.main.fourteen-forty .slider.in-container section.heroCarousel {
  max-width: 1440px !important; }

body.main.fourteen-forty .main {
  max-width: 1440px !important; }

body.main.fourteen-forty footer .footer-top .content {
  max-width: 1440px !important; }

body.main.fourteen-forty footer.footer .container {
  max-width: 1440px !important; }

body.main.fourteen-forty .footer-bottom .content {
  max-width: 1440px !important; }

body.main.fourteen-forty .body.content {
  max-width: 1440px; }

body.main.home.fourteen-forty .body.content {
  max-width: 100% !important; }

body.main.home.fourteen-forty .body.content .container.main {
  max-width: 100% !important; }

body.main.fourteen-forty .instagram-feed {
  max-width: 1440px !important; }

body.main .related-products img.card-image.main {
  max-width: 100% !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol3 figure.card-figure {
  min-height: 369px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol3 figure.card-figure {
  min-height: 369px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 369px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol3 li.product article.card a {
  max-height: 369px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 465px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 465px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 465px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 465px !important; }

body.main.fourteen-forty ul.productGrid--maxCol3 li.product article.card a {
  max-height: 373.33px !important; }

body.main.fourteen-forty ul.productGrid--maxCol3 li.product article.card a img {
  max-height: 373.33px !important;
  max-width: 100% !important; }

body.main.fourteen-forty ul.productGrid--maxCol3 figure.card-figure {
  min-height: 373.33px !important; }

body.main.fourteen-forty ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol4 figure.card-figure {
  min-height: 271.75px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol4 figure.card-figure {
  min-height: 271.75px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 271.75px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 343.75px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 343.75px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 343.75px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 343.75px !important; }

body.main.fourteen-forty ul.productGrid--maxCol4 li.product article.card a {
  max-height: 279.97px !important; }

body.main.fourteen-forty ul.productGrid--maxCol4 li.product article.card a img {
  max-height: 279.97px !important;
  max-width: 100% !important; }

body.main.fourteen-forty ul.productGrid--maxCol4 figure.card-figure {
  min-height: 279.97px !important; }

body.main.fourteen-forty ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol5 figure.card-figure {
  min-height: 213.39px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol5 figure.card-figure {
  min-height: 213.39px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 213.39px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.fourteen-forty ul.productGrid--maxCol5 li.product article.card a {
  max-height: 213.39px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 271px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 271px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 271px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 271px !important; }

body.main.fourteen-forty ul.productGrid--maxCol5 li.product article.card a {
  max-height: 222.97px !important; }

body.main.fourteen-forty ul.productGrid--maxCol5 li.product article.card a img {
  max-height: 222.97px !important;
  max-width: 100% !important; }

body.main.fourteen-forty ul.productGrid--maxCol5 figure.card-figure {
  min-height: 222.97px !important; }

body.main.fourteen-forty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.fourteen-forty .header-container.full-width.full-width header.header {
  max-width: 1440px; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 216.66px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 216.66px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 216.66px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 216.66px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 296.66px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 296.66px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 296.66px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 296.66px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 158.75px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 158.75px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 158.75px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 10px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 158.75px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 218.75px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 218.75px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 218.75px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 10px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 218.75px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 124px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 124px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 124px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 9px !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 124px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 172px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 172px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 172px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 9px !important; }

body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 172px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 280.86px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 280.86px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 280.86px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 280.86px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 366.66px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 366.66px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 366.66px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 366.66px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 206.89px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 206.89px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 206.89px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 206.89px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 271.25px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 271.25px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 271.25px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 271.25px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 162.52px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 162.52px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 162.52px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 162.52px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 214px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 214px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 214px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 214px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 318px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 318px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 318px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 318px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 403.33px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 403.33px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 403.33px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 403.33px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 234.75px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 234.75px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 234.75px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 234.75px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 298.75px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 298.75px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 298.75px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 298.75px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 184.8px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 184.8px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 184.8px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 184.8px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 236px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 236px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 236px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 236px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 340.92px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 340.92px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 340.92px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 340.92px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 432px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 432px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 432px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 432px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 251.94px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 251.94px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 251.94px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 251.94px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 320.25px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 320.25px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 320.25px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 320.25px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 198.55px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 198.55px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 198.55px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 198.55px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 253.19px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 253.19px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 253.19px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.thirteen-sixty-six .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 253.19px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 367.33px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 367.33px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 367.33px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 367.33px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 456.66px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
  min-height: 456.66px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
  max-width: 100% !important;
  max-height: 456.66px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a {
  max-height: 456.66px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 266.75px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 266.75px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 266.75px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 266.75px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 338.75px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
  min-height: 338.75px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
  max-width: 100% !important;
  max-height: 338.75px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a {
  max-height: 338.75px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 210.39px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 210.39px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 210.39px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 210.39px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 268px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
  min-height: 268px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
  max-width: 100% !important;
  max-height: 268px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.fourteen-forty .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a {
  max-height: 268px !important; }

.grid-list-view.toggle {
  display: inline;
  border: none !important;
  position: relative;
  top: 8px; }

.grid-list-view.toggle svg.toggle {
  width: 35px;
  height: 35px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 2px; }

.page ul.productGrid {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s; }

.page ul.productGrid.visible {
  opacity: 1;
  height: auto;
  position: relative;
  top: -35px;
  display: block;
  width: 100%; }

.page ul.productList {
  width: 100%;
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s;
  display: none;
  clear: both; }

.page ul.productList.visible {
  opacity: 1;
  height: auto;
  display: block;
  margin-top: -75px; }

.category.main ul.productGrid {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s;
  display: none; }

.category.main ul.productGrid.visible {
  opacity: 1;
  height: auto;
  position: relative;
  top: -20px;
  display: block; }

.category.main ul.productList {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s; }

.category.main ul.productList.visible {
  opacity: 1;
  height: auto; }

.category.main .page ul.productList.visible {
  position: static !important; }

.category.main form.both-grid-default ul.productGrid.visible {
  display: block;
  height: 100%;
  opacity: 1;
  top: 0; }

.category.main form.both-grid-default ul.productList.visible {
  display: block;
  height: 100%;
  opacity: 1;
  position: static;
  margin-top: 0;
  margin-bottom: 45px; }

.category.main form.both-list-default ul.productList {
  opacity: 0;
  height: 0;
  display: none; }

.category.main form.both-list-default ul.productList.visible {
  opacity: 1;
  height: 100%;
  display: block;
  position: static;
  width: 100%; }

.category.main form.both-list-default ul.productGrid {
  opacity: 0;
  height: 0;
  display: none; }

.category.main form.both-list-default ul.productGrid.visible {
  opacity: 1;
  height: 100%;
  display: block;
  width: 100%;
  position: static; }

.category.main form.grid-only ul.productGrid.grid-only {
  opacity: 1;
  height: 100%;
  display: block;
  width: 100%; }

.brand.main form.grid-only ul.productGrid.grid-only {
  opacity: 1;
  height: 100%;
  display: block;
  width: 100%;
  margin-bottom: 0 !important; }

.category.main form.list-only ul.productList.list-only {
  opacity: 1;
  height: 100%;
  display: block;
  position: relative;
  top: -25px !important;
  margin-bottom: 0; }

.brand.main form.list-only ul.productList.list-only {
  opacity: 1;
  height: 100%;
  display: block;
  position: relative;
  top: 0px !important;
  margin-bottom: 20px; }

.category.main form.grid-only ul.productGrid.grid-only {
  position: relative;
  top: -25px;
  margin-bottom: 0; }

.brand.main .productGrid {
  display: none; }

.brand.main .both-grid-list-views {
  margin-bottom: 20px; }

.brand.main .both-grid-list-views ul.productList.visible {
  margin-bottom: 30px; }

.brand.main .actionBar {
  margin-bottom: 0; }

.brand.main .productGrid.visible {
  display: block;
  top: 0;
  position: relative; }

.brand.main .pagination.top {
  top: 20px !important; }

svg.toggle {
  margin-bottom: 0 !important; }

.grid-list-view.toggle {
  display: inline-block;
  margin-bottom: 0;
  z-index: 99999; }

.both-grid-list-views .actionBar {
  float: right;
  width: 75%;
  position: relative;
  top: -60px;
  margin-bottom: 0 !important; }

.both-grid-list-views .actionBar .form-field {
  margin-bottom: 0; }

.both-grid-list-views .actionBar select#sort {
  width: 35%; }

.both-grid-list-views form.both-grid-default {
  clear: both; }

.both-grid-list-views .pagination.top {
  position: absolute !important;
  top: -32px !important;
  right: 0; }

.both-grid-list-views ul.productGrid--maxCol.grid-default {
  margin-left: 0; }

.both-grid-list-views form.both-grid-default {
  position: relative;
  top: -10px; }

.category .both-grid-list-views form.both-grid-default {
  position: relative;
  top: -15px; }

a.toggle-link.active svg {
  fill: #ffffff !important;
  background: #de2323 !important;
  border-color: #de2323 !important; }

.listItem-image {
  position: relative;
  z-index: -1; }

.listItem-figure .overlay {
  position: relative; }

.listItem-figure:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  border-radius: 4px; }

.listItem-details {
  display: block;
  float: none; }

.listItem-actions {
  float: none;
  display: block;
  width: 100%;
  margin-top: 15px; }

.listItem-actions .button {
  display: block;
  float: left;
  width: auto;
  font-size: 14px;
  text-transform: uppercase;
  border: 1px solid;
  border-color: #de2323;
  border-radius: 0;
  background-color: rgba(0, 0, 255, 0);
  color: #de2323;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  width: auto; }

.listItem-actions .button:hover {
  background-color: #de2323;
  color: white !important;
  border-color: #de2323; }

.listItem-actions .button + .button {
  margin-top: 0;
  background: transparent;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  margin-left: 15px;
  text-transform: capitalize;
  color: #2f2f2b;
  border: 0 !important;
  height: 34px; }

.listItem-actions .button + .button:hover {
  color: #2f2f2b; }

.listItem-actions .button + .button input[type="checkbox"], input[type="radio"] {
  float: left;
  margin-top: 1px;
  margin-right: 5px; }

h4.listItem-title {
  height: auto;
  font-family: "Lato";
  font-weight: 700;
  height: auto;
  overflow: hidden;
  padding-top: 5px;
  margin-top: -5px; }

.listItem-title > a {
  color: #545454;
  font-size: 20px; }

.listItem-title > a:hover {
  color: #de2323; }

.listItem-details {
  padding-right: 0; }

.listItem-price {
  font-family: "Anton";
  color: #2f2f2b;
  margin-bottom: 5px;
  margin-top: 5px; }

.listItem-body {
  display: block;
  width: 100%;
  padding-right: 0;
  margin-right: 0; }

.productList .product + .product {
  margin-top: 25px; }

.listItem-figureBody {
  position: absolute;
  z-index: 99999999999999;
  text-align: center;
  width: 95.5%;
  bottom: 0px !important; }

.listItem-brand {
  color: #2f2f2b; }

.listItem-figure {
  position: relative;
  display: block;
  float: left;
  margin-right: 0px;
  padding-right: 0; }

figure.listItem-figure a.button.button--small.listItem-button.quickview {
  border: 0;
  background-color: white;
  font-size: 14px;
  text-transform: capitalize;
  color: #2f2f2b;
  max-width: 100% !important;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  width: 100%;
  margin-bottom: 0; }

figure.listItem-figure a.button.button--small.listItem-button.quickview:hover {
  background-color: #de2323;
  color: white; }

.listItem-figureBody {
  opacity: 0; }

.listItem-figure:hover .listItem-figureBody {
  opacity: 1; }

.home.home-page-with-sidenav.no-hero-carousel {
  margin-top: 40px; }

.header-container.full-width.full-width.in-container ~ .main-nav-container div#menu {
  padding: 0 15px !important; }

.header-container.full-width.full-width.full-width-auto.in-container ~ .main-nav-container div#menu {
  padding: 0 !important;
  margin: 0 !important; }

.right.account-links.shift-right {
  position: relative;
  right: -15px; }

label.button.button--small.card-figcaption-button {
  cursor: initial; }

span.custom-checkbox {
  cursor: pointer !important;
  cursor: -moz-pointer !important;
  cursor: -webkit-pointer !important;
  text-transform: uppercase; }

label.button.button--small.card-figcaption-button input {
  cursor: pointer !important;
  cursor: -moz-pointer !important;
  cursor: -webkit-pointer !important; }

.listItem-actions span.custom-checkbox {
  position: static;
  width: auto;
  height: initial;
  float: left;
  display: block; }

.listItem-actions span.custom-checkbox input {
  top: 0 !important;
  z-index: 9999; }

.listItem-actions span.compare-text {
  position: static !important;
  z-index: 0 !important;
  text-transform: uppercase; }

.listItem-figure {
  width: 32.8%; }

.listItem-figure .card-image {
  width: 100%;
  max-height: initial; }

.listItem-content {
  display: block;
  float: left;
  width: 68%;
  background-color: white;
  padding: 5px 15px; }

figure.listItem-figure a {
  height: 100%;
  display: block; }

.listItem-actions .button {
  padding: 8px 15px; }

.footer-top.newsletter input#nl_email::placeholder {
  color: black;
  text-align: left; }

.footer-top.newsletter input#nl_email {
  text-align: left; }

.newsletter input#nl_email {
  text-align: left !important;
  text-transform: lowercase !important;
  border: 1px solid;
  border-color: #de2323; }

.newsletter input#nl_email::placeholder {
  text-align: left !important;
  text-transform: capitalize !important; }

.newsletter input#nl_email {
  background-color: white; }

footer.footer .contact .newsletter .form-prefixPostfix .button {
  text-transform: uppercase;
  margin-left: 0;
  border-radius: 0 4px 4px 0 !important;
  padding: 0;
  padding: 0 15px;
  color: #2f2f2b !important;
  background-color: #ffcb07;
  border-color: #ffca07; }

footer.footer .contact .newsletter .form-prefixPostfix .button:hover {
  background: #ffcb07;
  border-color: #ffcb07;
  color: #2f2f2b !important; }

.card-figure a {
  display: block;
  position: relative;
  overflow: hidden; }

.listItem-image ~ .listItem-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s ease; }

figure.listItem-figure.multiple-images:hover .listItem-image ~ .listItem-image,
figure.listItem-figure.multiple-images:focus .listItem-image ~ .listItem-image,
figure.listItem-figure.multiple-images:active .listItem-image ~ .listItem-image {
  opacity: 1; }

figure.listItem-figure.multiple-images:hover img.listItem-image:nth-of-type(1) {
  opacity: 0; }

figure.listItem-figure {
  background-color: white;
  position: relative;
  z-index: 1; }

figure.listItem-figure {
  min-height: 211px; }

.brand .page-content {
  top: -10px;
  margin-top: 0; }

.brand.main .both-grid-list-views .actionBar .form-field {
  position: relative;
  top: 20px; }

.brand.main .both-grid-list-views form.both-grid-default ul.productGrid {
  top: 0px;
  position: relative; }

.brand.main .both-grid-list-views .pagination {
  top: -20px !important; }

.modal div#product-images-container {
  float: left; }

.category .page-content.both-grid-list-views {
  margin-top: 0; }

.category .both-grid-list-views .actionBar {
  top: -45px; }

main.search.both-grid-list-views .actionBar {
  top: -45px;
  float: right;
  width: 75%;
  position: relative;
  margin-bottom: 0;
  margin-top: 15px; }

main.search.both-grid-list-views ul.productList.list-only.visible {
  margin-bottom: 65px;
  position: relative; }

.category .both-grid-list-views .pagination.bottom {
  bottom: 0 !important;
  position: static !important;
  /*margin-top: -30px;*/ }

.brand .both-grid-list-views .pagination.bottom {
  bottom: 0 !important;
  position: static !important;
  margin-top: -30px; }

.search .both-grid-list-views .pagination.bottom {
  bottom: 0 !important;
  position: static !important;
  margin-top: -30px; }

div#product-listing-container ul.productList {
  width: 100%; }

.listItem {
  position: relative;
  z-index: 0;
  background-color: white;
  display: block; }

.both-grid-list-views .actionBar {
  float: right;
  width: 75%;
  position: relative;
  top: -60px;
  margin-bottom: 0 !important; }

main:not(.nine-sixty).blog.page article.blog img {
  min-height: initial;
  max-height: initial; }

main:not(.nine-sixty).page.blog a.read-more-button {
  bottom: 10px;
  right: 20px; }

main:not(.nine-sixty).page.blog .addthis_toolbox {
  position: static; }

.category.main form.both-list-default ul.productList {
  margin-bottom: 25px !important; }

main.page-content.search .pagination.top {
  top: 0px !important; }

main.page-content.search.both-grid-list-views .pagination.top {
  top: -32px !important; }

.category.main form.grid-only {
  position: relative;
  top: -25px;
  margin-bottom: -30px; }

.category.main form.grid-only ul.productGrid.grid-only {
  position: static;
  margin-bottom: 5px; }

.category.main form.both-grid-default ul.productList.visible {
  position: static; }

.category.main form.both-list-default {
  position: relative;
  top: -15px; }

a.button.button--small.card-figcaption-button.quickview {
  position: relative;
  transform: translate(-50%, -50%);
  left: 50%;
  right: 0;
  top: 50%;
  margin: 0; }

.listItem-figure a.button.button--small.card-figcaption-button.quickview {
  position: relative;
  transform: translate(-50%, -50%);
  left: calc(50% + 5px);
  right: 0;
  top: 50%;
  margin: 0; }

.fancybox-slide--gallery .fancybox-content {
  width: 800px;
  height: 600px;
  max-width: 100%;
  max-height: calc( 100% - 100px);
  margin: 50px 0;
  overflow: visible;
  background: #000; }

.fancybox-navigation .button-previous,
.fancybox-navigation .button-next {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.3) !important;
  text-align: center;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
  font-size: 16px; }

.fancybox-navigation .button-previous,
.fancybox-navigation .button-next {
  top: 50%;
  margin-top: -22px;
  line-height: 42px; }

.fancybox-navigation .button-previous {
  left: 0px; }

.fancybox-navigation .button-next {
  right: 0px; }

.fancybox-container i.icon {
  height: 50px;
  width: 50px;
  /* padding: 15px; */ }

svg.custom-fancy-arrows.custom {
  opacity: 1; }

svg.custom-fancy-arrows.custom {
  fill: #e0e0e0 !important;
  background: #2f2f2b !important; }

.product.main.left {
  overflow: visible !important; }

a.fancybox-button.fancybox-button--arrow_left.disabled, a.fancybox-button.fancybox-button--arrow_right.disabled {
  opacity: 0.1 !important; }

label.button.button--small.card-figcaption-button.compare {
  cursor: pointer;
  float: left;
  display: block;
  margin-bottom: 0; }

.main form.both-list-default ul.productGrid.visible .compare {
  line-height: 0;
  width: 65%;
  margin-bottom: 0; }

.main form.both-list-default ul.productGrid.visible span.custom-checkbox {
  width: 100%;
  cursor: initial; }

.main form.both-list-default ul.productGrid.visible span.compare-text {
  position: relative;
  top: -12px;
  left: 25px;
  cursor: initial; }

.main form.both-list-default ul.productGrid.visible input {
  z-index: 9999999;
  width: 100%; }

body.main section.quickSearchResults ul.productGrid li.product article.card a img.card-image.main {
  width: auto !important;
  max-height: 70px !important;
  /*max-width: 110px !important;*/
  max-width: 100% !important; }

body.main section.quickSearchResults ul.productGrid li.product figure.card-figure {
  min-height: auto !important;
  max-height: auto !important; }

body.main section.quickSearchResults ul.productGrid li.product .card-body {
  min-height: auto !important;
  max-height: auto !important; }

.home.home-page-with-sidenav.slider-in-container .main.full.home {
  padding: 0; }

.brand.main form.both-grid-default ul.productList.visible {
  margin-bottom: 45px; }

.brand.main .both-grid-list-views {
  margin-bottom: 0; }

.brand.main form.both-list-default {
  position: relative;
  top: -10px; }

.brand.main .productGrid.visible {
  position: static; }

.brand.main .both-grid-list-views ul.productList.visible {
  margin-bottom: 45px; }

.brand.main ul.productList.list-default.visible {
  margin-bottom: 30px !important; }

body.main.fourteen-forty .sidebar.right .card-image {
  max-width: 100% !important; }

body.main.thirteen-sixty-six .sidebar.right .card-image {
  max-width: 100% !important; }

body.main.twelve-eighty .sidebar.right .card-image {
  max-width: 100% !important; }

body.main.eleven-seventy .sidebar.right .card-image {
  max-width: 100% !important; }

body.main.nine-sixty .sidebar.right .card-image {
  max-width: 100% !important; }

body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
  max-width: 100% !important; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav .sidebar.right .card-image {
  max-width: 100% !important; }

body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
  max-width: 100% !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav .sidebar.right .card-image {
  max-width: 100% !important; }

body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
  max-width: 100% !important; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav .sidebar.right .card-image {
  max-width: 100% !important; }

body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
  max-width: 100% !important; }

body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
  max-width: 100% !important; }

body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
  max-width: 100% !important; }

body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
  max-width: 100% !important; }

body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
  max-width: 100% !important; }

.product.main.left.product-page-with-sidenav .sidebar.right.with-sidenav {
  margin-top: -15px; }

fieldset.form-fieldset.actionBar-section {
  width: 100%;
  z-index: 999;
  position: relative; }

.pagination.top {
  z-index: 9999; }

.login {
  max-width: 100% !important; }

.login-row {
  max-width: 100% !important; }

body.main .product.main.left .productImageSlider.slider-for .slick-slide img {
  margin: 0 auto; }

.listItem-actions span.compare-text {
  margin-top: 0;
  font-size: 14px;
  background: transparent;
  font-family: "Lato", Arial, Helvetica, sans-serif !important;
  margin-left: 5px;
  text-transform: uppercase;
  color: #2f2f2b;
  border: 0 !important;
  height: 34px; }

.productView-options .form-action {
  float: left; }

body {
  overflow-x: hidden; }

body.main.fourteen-forty div#side-categories {
  width: 20%; }

body.main.fourteen-forty .slider.float.in-container {
  width: 80%; }

body.main.fourteen-forty .home.home-page-with-sidenav .banners.top {
  width: 100%; }

body.main.home.fourteen-forty.slider-full-width-in-container .banners.top {
  width: 100%; }

body.main.fourteen-forty .home.home-page-with-sidenav .featured-products-section {
  width: 80%; }

body.main.fourteen-forty .category.main {
  width: 80%; }

body.main.fourteen-forty .category.main .banners.bottom {
  width: 80%; }

body.main.fourteen-forty .brand.main {
  width: 80%; }

body.main.fourteen-forty .brand.main .banners.bottom {
  width: 80%; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav .productView {
  width: 80%; }

body.main.fourteen-forty .product.main.left.product-page-with-sidenav .additional-products {
  width: 80%; }

body.main.fourteen-forty .content-page-with-sidenav .page-content.page-content {
  width: 80%; }

body.main.fourteen-forty .home.home-page-with-sidenav .banners.bottom {
  width: 80%; }

body.main.thirteen-sixty-six div#side-categories {
  width: 20%; }

body.main.thirteen-sixty-six .slider.float.in-container {
  width: 80%; }

body.main.thirteen-sixty-six .home.home-page-with-sidenav .banners.top {
  width: 80%; }

body.main.thirteen-sixty-six .home.home-page-with-sidenav .featured-products-section {
  width: 80%; }

body.main.thirteen-sixty-six .category.main {
  width: 80%; }

body.main.thirteen-sixty-six .category.main .banners.bottom {
  width: 80%; }

body.main.thirteen-sixty-six .brand.main {
  width: 80%; }

body.main.thirteen-sixty-six .brand.main .banners.bottom {
  width: 80%; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav .productView {
  width: 80%; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav .additional-products {
  width: 80%; }

body.main.thirteen-sixty-six .content-page-with-sidenav .page-content.page-content {
  width: 80%; }

body.main.thirteen-sixty-six .home.home-page-with-sidenav .banners.bottom {
  width: 80%; }

body.main.twelve-eighty div#side-categories {
  width: 20%; }

body.main.twelve-eighty .slider.float.in-container {
  width: 80%; }

body.main.twelve-eighty .home.home-page-with-sidenav .banners.top {
  width: 80%; }

body.main.twelve-eighty .home.home-page-with-sidenav .featured-products-section {
  width: 80%; }

body.main.twelve-eighty .category.main {
  width: 80%; }

body.main.twelve-eighty .category.main .banners.bottom {
  width: 80%; }

body.main.twelve-eighty .brand.main {
  width: 80%; }

body.main.twelve-eighty .brand.main .banners.bottom {
  width: 80%; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav .productView {
  width: 80%; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav .additional-products {
  width: 80%; }

body.main.twelve-eighty .content-page-with-sidenav .page-content.page-content {
  width: 80%; }

body.main.twelve-eighty .home.home-page-with-sidenav .banners.bottom {
  width: 80%; }

body.main.eleven-seventy div#side-categories {
  width: 22%; }

body.main.eleven-seventy .slider.float.in-container {
  width: 77%; }

body.main.eleven-seventy .home.home-page-with-sidenav .banners.top {
  width: 77%; }

body.main.eleven-seventy .home.home-page-with-sidenav .featured-products-section {
  width: 77%; }

body.main.eleven-seventy .category.main {
  width: 77%; }

body.main.eleven-seventy .category.main .banners.bottom {
  width: 80%; }

body.main.eleven-seventy .brand.main {
  width: 77%; }

body.main.eleven-seventy .brand.main .banners.bottom {
  width: 77%; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav .productView {
  width: 77%; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav .additional-products {
  width: 77%; }

body.main.eleven-seventy .content-page-with-sidenav .page-content.page-content {
  width: 77%; }

body.main.eleven-seventy .home.home-page-with-sidenav .banners.bottom {
  width: 80%; }

.slider.float.in-container .heroCarousel-content {
  margin: 0;
  left: 30px; }

.slider.in-container .heroCarousel-content {
  margin: 0;
  left: 5%; }

.slider.full-width .heroCarousel-content {
  margin: 0;
  left: 25.5%; }

.heroCarousel .slick-next,
.heroCarousel .slick-prev {
  /*top: 57%;*/
  top: 50%;
  transform: translateY(-50%); }

.wishlists-table {
  max-width: 100%; }

.form-actions {
  max-width: 100%; }

.account-body .address {
  width: 50%; }

a.navUser-action.logout {
  margin-right: 10px; }

.slider.in-container .heroCarousel-content {
  width: 37rem; }

.slider.in-container .heroCarousel-content .heroCarousel-title {
  width: 100%; }

.slider-in-container .heroCarousel-content .heroCarousel-description {
  width: 100%; }

.previewCartCheckout-additionalCheckoutButtons {
  padding: 0 20px; }

.previewCartCheckout-additionalCheckoutButtons .apple-pay-checkout-button {
  width: 100%;
  max-width: 200px;
  float: none;
  margin: 0 auto;
  margin-bottom: 5px;
  height: 30px;
  left: 12%;
  padding: 15px 5px;
  position: relative; }

.previewCartCheckout-additionalCheckoutButtons div#merchant-checkout-container0.BraintreeContainer {
  max-width: 200px;
  margin: 0 auto; }

.previewCartCheckout-additionalCheckoutButtons div#paypal-button0 {
  display: block;
  margin: 0 auto;
  width: 100%; }

.previewCartCheckout-additionalCheckoutButtons .FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton {
  width: 100% !important;
  float: none; }

.previewCartCheckout-additionalCheckoutButtons .xcomponent-outlet {
  width: 100% !important;
  height: 60px !important; }

.previewCartCheckout-additionalCheckoutButtons .FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton {
  width: 50%;
  text-align: center; }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0;
  margin-bottom: 15px;
  width: 150px; }

.container.main .cart-actions .button {
  width: 150px;
  float: right;
  font-size: 16px; }
  @media (max-width: 550px) {
    .container.main .cart-actions .button {
      width: 100%; } }

.previewCartCheckout-additionalCheckoutButtons p {
  display: none !important; }

div#CheckoutButtonAmazon0 {
  width: 100% !important;
  margin: 0 auto;
  display: block;
  max-width: 200px;
  text-align: center;
  margin-bottom: 10px; }

.cart-additionalCheckoutButtons .FloatRight p {
  display: none !important; }

div#CheckoutButtonAmazon0 {
  margin-bottom: 10px; }

.footer-info .blog.regular {
  margin-left: 0;
  margin-right: 0; }

a.optional-message-link {
  padding-right: 15px;
  text-decoration: none;
  line-height: 30px;
  color: white; }

a.optional-message-link:hover {
  color: #de2323; }

div#cart-preview-dropdown div#paypal-credit-button0 {
  display: block;
  width: 100%;
  max-width: 200px; }

.compare-page a#remove {
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  top: 0;
  right: 0; }

.compareTable-removeProduct .icon {
  height: 100%;
  margin-top: 0.5rem;
  width: 80%;
  margin-top: 0;
  position: relative;
  top: -2px;
  left: 2px; }

.compare-page .card-body {
  min-height: 550px; }

.compare-page .custom-fields ul {
  margin-left: 0; }

.compare-page .price-visibility {
  margin-top: 15px;
  margin-bottom: 15px;
  font-weight: 600; }

body.main .product.main.left.product-page-with-sidenav.full-width .productView {
  width: 100%; }

body.main .product.main.left.product-page-with-sidenav.full-width .additional-products {
  width: 100% !important; }

.normal-text {
  font-weight: 400; }

.compare-page span.compareTable-headingText {
  margin-top: 15px !important;
  display: block; }

.compare-page .custom-fields li {
  margin-bottom: 15px; }

.compare-page span.name {
  font-weight: 400; }

.compare-page span.value {
  font-weight: 400; }

.compare-page .card-text.add-to-cart-button {
  position: static;
  width: 100%; }

.compare-page .availability {
  margin-top: 15px; }

.compare-page .card-body {
  padding: 0; }

.compare-page .top-card-body {
  padding: 15px 10px;
  min-height: 145px; }

.compare-page .bottom-card-body {
  padding: 15px 10px;
  padding-top: 5px;
  padding-bottom: 10px; }

.compare-page span.compareTable-headingText.brand {
  display: inline; }

.compare-page .brand a {
  display: inline !important; }

.compare-page .brand {
  min-height: 42px; }

.compare-page .compareTable-item {
  padding: 0; }

.compare-page .compareTable-item.rating {
  margin-top: 15px; }

.compare-page .bottom-card-body .card-text {
  padding: 15px;
  background-color: white; }

.compare-page ul.productGrid.visible {
  position: static;
  margin-top: 20px; }

.compare-page ul.productList.list-only.visible {
  margin-top: 20px; }

.compare-page figure.listItem-figure {
  min-height: 211px;
  float: none;
  width: 100%; }

.compare-page .image-and-price.list-view {
  float: left;
  width: 32%; }

.compare-page .top-card-body.list-view {
  background-color: white; }

.compare-page .productList .list-view article {
  min-height: 445px; }

.compare-page .compareTable-headingText {
  position: static; }

.compare-page li.product.list-view {
  background-color: white; }

.checkout-header li.navPages-item.mobile {
  display: none; }

.product.main.left.product-page-with-sidenav .recommended-position .alertBox {
  margin-top: 0; }

div#recommended-products-below .alertBox {
  width: 100%;
  float: none; }

.top-pagination-hidden .pagination.top {
  display: none; }

.bottom-pagination-hidden .pagination.bottom {
  display: none; }

.main.full.home .slider {
  margin-bottom: 20px; }

.slider.in-container {
  margin-bottom: 20px; }

.slider.full-width {
  margin-bottom: 20px; }

section.heroCarousel {
  margin-bottom: 0 !important; }

.header-container.sticky-header .top-menu {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 999999;
  top: 0; }

.header-container.sticky-header .header-container {
  margin-top: 30px; }

.header-container nav.navPages.sticky-nav.search .searchbar {
  display: none; }

nav.navPages.sticky-nav.search {
  width: 30% !important;
  float: left; }

nav.navPages.sticky-nav.search .navPages-quickSearch {
  display: block;
  width: 100%;
  float: left;
  display: block;
  margin-left: 25px; }

nav.navPages.sticky-nav.search input.button.button--primary.form-prefixPostfix-button--postfix {
  display: none; }

nav.navPages.sticky-nav.search {
  width: 30% !important;
  float: left;
  margin-left: 8%;
  /* height: 20px !important; */ }

.header-container.sticky-header .navPages.sticky-nav.search .navPages-quickSearch input#search_query {
  border: 0;
  height: 29px !important; }

nav.navPages.sticky-nav.search a.modal-close.custom-quick-search {
  top: 29px; }

/*PRODUCT CONTAINERS FIX*/
article.card {
  position: relative; }

.category .page .card-text[data-test-info-type=price] {
  position: absolute;
  bottom: 80px; }

.brand.main .card-text[data-test-info-type=price] {
  position: absolute;
  bottom: 80px; }

.search.main .card-text[data-test-info-type=price] {
  position: absolute;
  bottom: 80px; }

.search.main article.card {
  min-height: 350px; }

form article.card {
  min-height: 350px; }

form .card-text[data-test-info-type=price] {
  position: absolute;
  bottom: 80px; }

.card-body {
  position: initial; }

.card-figure {
  min-height: 176px; }

.productCarousel .slick-dots {
  display: none !important; }

nav.navPages.sticky-nav.search section.quickSearchResults {
  width: 216% !important; }

nav.navPages.sticky-nav.search .search-reset-button-container {
  display: block;
  width: 100%;
  height: 30px;
  background: transparent;
  display: none; }

section.quickSearchResults ul.productGrid {
  width: 100% !important;
  overflow-y: scroll;
  max-height: 595px;
  height: 100%; }

nav.navPages.sticky-nav.search section.quickSearchResults {
  display: none;
  height: 100%;
  max-height: 595px;
  min-height: 595px;
  background: transparent; }

nav.navPages.sticky-nav.search section.quickSearchResults ul.productGrid {
  overflow-y: scroll;
  height: 100%; }

nav.navPages.sticky-nav.search .search-icon {
  top: 5px; }

#mobile-menu li.navPages-item.mobile:last-of-type {
  margin-bottom: 0 !important; }

.mobile-menu .custom-pages-nav {
  margin-top: 50px; }

.mobile-menu .navPages {
  padding-top: 0; }

.mobile-menu .right.searchbar {
  float: none;
  margin-bottom: 25px;
  position: fixed;
  width: 90%;
  z-index: 999; }

.mobile-menu .form-fieldset {
  margin-top: 5px; }

#modal li a {
  color: #2f2f2b !important; }

#modal li a:hover {
  color: #de2323 !important; }

.modal-close:hover {
  color: #de2323 !important; }

a.modal-close.custom-quick-search:hover {
  color: white !important; }

body.main.home.fourteen-forty .slider.full-width .heroCarousel-content {
  margin: 0;
  left: 0;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  display: block;
  padding: 0; }

body.main.home.thirteen-sixty-six .slider.full-width .heroCarousel-content {
  margin: 0;
  left: 0;
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
  display: block;
  padding: 0; }

body.main.home.twelve-eighty .slider.full-width .heroCarousel-content {
  margin: 0;
  left: 0;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
  padding: 0; }

body.main.home.nine-sixty .slider.full-width .heroCarousel-content {
  margin: 0;
  left: 0;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: block;
  padding: 0; }

body.main.home.eleven-seventy .slider.full-width .heroCarousel-content {
  margin: 0;
  left: 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
  padding: 0; }

body.main.home.nine-sixty .slider.full-width .heroCarousel-content {
  margin: 0;
  left: 0;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
  padding: 0; }

.main.nine-sixty .slider.float.in-container .heroCarousel-title {
  font-size: 1.85rem;
  line-height: 1.85rem;
  padding-top: 5px; }

.main.nine-sixty .slider.float.in-container .heroCarousel-description {
  font-size: 1.3rem;
  margin-bottom: 10px; }

.main.nine-sixty .slider.float.in-container .heroCarousel-action {
  margin-top: 10px; }

body.main.home.nine-sixty.slider-in-container-floated .main-nav-container {
  margin: 0 auto; }

body.main.home.nine-sixty.slider-in-container-floated .body.content {
  padding: 0; }

body.main.home.slider-full-width .main-nav-container.in-container {
  padding: 0 !important; }

.top-menu {
  border-bottom: 1px solid #9a977e !important; }

.main-nav-container {
  border-top: 1px solid rgba(0, 0, 255, 0) !important;
  border-bottom: 1px solid rgba(0, 0, 255, 0) !important; }

.header-container.full-width.full-width.in-container ~ .main-nav-container div#menu {
  border: 0; }

.productView.productView--quickView li.productView-images {
  width: 100%; }

.productView.productView--quickView div#product-images-container {
  width: 50%;
  float: left; }

#modal .productView.productView--quickView .tab {
  font-family: "Anton";
  background-color: white;
  border: none;
  margin-right: 2px;
  width: 16%;
  border-bottom: none; }

#modal .productView.productView--quickView .tab a {
  color: #2f2f2b !important;
  font-size: 13px;
  padding: 5px; }

#modal .productView.productView--quickView .tab.is-active .tab-title {
  background-color: white !important;
  color: #de2323 !important;
  padding: 5px; }

#modal .productView.productView--quickView .tab-title:hover {
  color: #de2323 !important; }

#modal .productView.productView--quickView .tab.is-active {
  border: none; }

#modal .productView.productView--quickView .tabs-contents {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding: 15px;
  border-color: #f6f6f6;
  background-color: white !important;
  color: #2f2f2b;
  font-family: "Lato";
  font-weight: stenciFontFamily("productPage-tabContent-fontFamily"); }

.home.home-page-with-sidenav .banners.top {
  float: none;
  width: 100%;
  background: transparent; }

.home.home-page-with-sidenav .featured-categories-banner {
  float: none;
  width: 100%; }

.main.full.home.no-sidenav .featured-categories-banner {
  float: none;
  width: 100%; }

.featured-categories-banner {
  margin-bottom: 40px; }

.top-site-banner {
  text-align: center;
  background: #de2323;
  border-color: #de2323;
  color: white;
  font-family: "Lato";
  font-weight: 700;
  padding: 5px;
  position: relative;
  z-index: 0; }

.featured-categories-banner ul.featured-categories {
  display: block; }

.featured-categories-banner a {
  display: block !important;
  text-decoration: none !important; }

.top-site-banner p {
  margin-bottom: 0; }

.featured-categories-banner ul.featured-categories .category-image {
  background-repeat: no-repeat;
  width: 100%; }

.featured-categories-banner.one-column ul.featured-categories li {
  display: inline-block;
  float: left;
  width: 100%;
  padding-bottom: 40px;
  padding: 7.5px;
  padding-top: 5px; }

.featured-categories-banner.two-columns ul.featured-categories li {
  display: inline-block;
  float: left;
  width: 50%;
  padding-bottom: 40px;
  padding: 7.5px;
  padding-top: 5px; }

.featured-categories-banner.three-columns ul.featured-categories li {
  display: inline-block;
  float: left;
  width: 33.33%;
  padding-bottom: 40px;
  padding: 7.5px;
  padding-top: 5px; }

.featured-categories-banner.four-columns ul.featured-categories li {
  display: inline-block;
  float: left;
  width: 25%;
  padding-bottom: 40px;
  padding: 7.5px;
  padding-top: 5px; }

.featured-categories-banner.five-columns ul.featured-categories li {
  display: inline-block;
  float: left;
  width: 20%;
  padding-bottom: 40px;
  padding: 7.5px;
  padding-top: 5px; }

.featured-categories-banner ul.featured-categories {
  display: block;
  margin: 0 auto !important; }

.featured-categories-banner span.category-name {
  color: #2f2f2b !important;
  font-family: "Anton";
  font-weight: initial !important;
  font-weight: !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  text-align: center; }

.card-figcaption-body {
  position: absolute;
  width: 100%;
  /*background-color: rgba(0, 0, 0, .50);*/
  background-color: rgba(0, 0, 0, 0.25);
  height: 100%;
  border-radius: 4px;
  top: 50%;
  left: 0; }

.productList .product + .product {
  border-radius: 4px !important; }

.card-figure:hover .card-figcaption {
  opacity: 1; }

ul.productGrid.productGrid--maxCol5 .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button.quickview {
  width: 80% !important;
  max-width: 80% !important; }

.standard-grid h2.page-heading {
  clear: both;
  border: 1px solid;
  border-radius: 4px 4px 0 0;
  border-color: #ebebeb;
  padding: 9px 15px;
  color: #2f2f2b !important;
  font-family: "Anton" !important;
  font-weight: !important;
  font-size: 20px !important;
  text-transform: uppercase; }

.main.full.home {
  margin-top: 25px !important; }

#side-categories .navPages-action {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: "Lato";
  font-weight: 700;
  font-size: 13px;
  color: #2f2f2b; }

#side-categories li.navPages-item.active li.navPage-subMenu-item a {
  font-size: 13px; }

#side-categories a.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu {
  font-size: 13px;
  padding-left: 25px !important; }

#side-categories a.navPage-subMenu-action.navPages-action {
  font-size: 13px;
  padding-left: 25px !important;
  background-color: #f6f6f6; }

div#side-categories {
  float: left;
  width: 25%;
  margin-top: 0;
  padding-right: 2%; }

div#side-categories i.fa.fa-chevron-down.main-nav {
  display: none; }

div#side-categories a > i.fa.fa-chevron-down {
  display: none; }

#side-categories li {
  list-style-type: none;
  padding: 0;
  padding-right: 0 !important;
  margin: 0px 0;
  width: 100%;
  float: none;
  padding-left: 0 !important; }

.navPage-subMenu.is-open {
  display: none; }

#side-categories li .navPages-action {
  text-decoration: none;
  font-family: "Lato";
  font-weight: 700;
  color: #2f2f2b;
  width: 85%;
  padding: 10px 12px !important;
  display: block;
  line-height: 20px; }

div#side-categories ul.navPage-subMenu-list li .navPages-action {
  font-family: "Lato";
  font-weight: 400; }

a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.active {
  background: #e0e0e0 !important; }

div#side-categories li.navPages-item.is-root.active {
  background: #e0e0e0 !important;
  border-bottom: 0 !important; }

div#side-categories li.navPages-item.is-root {
  background: #f6f6f6 !important;
  border-radius: 4px; }

div#side-categories li.navPages-item.is-root a {
  border-radius: 4px; }

div#side-categories li a:hover {
  color: #2f2f2b; }

.main-nav-container a.navPage-subMenu-action.navPages-action {
  color: #2f2f2b;
  font-family: "Lato" !important;
  font-weight: 400 !important; }

a.navPage-subMenu-action.navPages-action:hover {
  color: #2f2f2b; }

.sideCategoryList a.navPages-action.has-subMenu:after {
  float: right;
  text-align: right;
  font-size: 25px;
  line-height: 1.25rem; }

.sideCategoryList .navPage-subMenu {
  display: block;
  position: relative;
  padding: 0 !important; }

.sideCategoryList .navPage-subMenu-item > .navPage-subMenu-action {
  border-bottom: none;
  padding: 0;
  margin: 0; }

.sideCategoryList .navPages-action-moreIcon {
  display: none; }

.sideCategoryList ul.navPage-subMenu-list {
  margin-bottom: 0;
  margin-left: 0;
  border: 1px solid;
  /*border-color: stencilColor("color-greyLightest");*/
  border: none; }

.sideCategoryList li.navPage-subMenu-item {
  background: none; }

#side-categories div.brands li a {
  font-family: "Lato";
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  color: #2f2f2b;
  width: 100%;
  padding: 10px 12px !important;
  display: block; }

#side-categories div.brands li a:hover {
  color: #2f2f2b; }

.sideCategoryList .navPages-action {
  padding: 5px; }

.sideCategoryList .navPage-subMenu li {
  margin: 0 !important; }

.sideCategoryList a.navPage-subMenu-action.navPages-action {
  font-size: 12px; }

.brands-list li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important; }

.brands li.navPages-item.is-root.active {
  margin-bottom: 0 !important;
  border-radius: 4px 4px 0 0 !important; }

.shop-by-price .navList {
  padding: 0;
  background-color: #f6f6f6;
  border-color: rgba(0, 0, 255, 0);
  display: none; }

.shop-by-price .navList li a {
  font-family: "Lato";
  font-weight: 700;
  font-size: 13px; }

.sideCategoryList .navPage-subMenu li {
  border-radius: none !important;
  border-bottom: .5px solid #ebebeb; }

.sideCategoryList ul.navPage-subMenu-list li:last-of-type {
  border-radius: 0 0 5px 5px; }

li.navPage-subMenu-item:first-of-type {
  display: none; }

.sideCategoryList .navPage-childList {
  display: block; }

#side-categories li.navPage-subMenu-item {
  margin-left: 0;
  width: 100% !important;
  padding-left: 10px !important;
  border: none !important;
  background-color: white; }

.sideCategoryList a.navPage-childList-action.navPages-action {
  font-size: 12px;
  /*margin-left: 10%;*/
  width: 90% !important; }

.sideCategoryList .navPage-childList {
  margin-left: 0;
  padding-left: 0;
  margin-right: 0;
  margin-bottom: 0 !important; }

.sideCategoryList li.navPage-subMenu-item {
  border-bottom: none !important; }

.sideCategoryList li.navPage-subMenu-item {
  border-bottom: .5px solid #ebebeb !important; }

.sideCategoryList .navPage-subMenu {
  display: none;
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 255, 0); }

.sideCategoryList a.navPages-action.has-subMenu:after {
  display: none !important; }

a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.active {
  border-radius: 4px !important; }

#side-categories li {
  position: relative;
  border-bottom: 1px solid;
  background-color: #f6f6f6;
  margin: 5px 0;
  border-color: rgba(0, 0, 255, 0); }

#side-categories li.active {
  background: #f6f6f6; }

#side-categories li.navPage-subMenu-item-child {
  background: #f6f6f6;
  border-bottom: 1px solid rgba(0, 0, 255, 0);
  border-radius: 0 !important; }

#side-categories .sub-category-visible li:last-of-type {
  border: 0; }

.sideCategoryList ul.navPage-subMenu-list {
  border-radius: 0 !important; }

li.navPages-item.active {
  background: #f6f6f6; }

li.navPages-item.active a {
  background-color: #e0e0e0; }

span.down-arrow {
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0 5px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 12px;
  color: #2f2f2b; }

span.down-arrow svg {
  float: right;
  position: absolute;
  top: -10px;
  right: 0px;
  padding: 0 5px;
  border-radius: 5px !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 12px;
  color: #2f2f2b;
  width: 24px;
  height: 24px;
  z-index: 999999999; }

div#side-categories span.down-arrow svg {
  top: -4px; }

.custom-pages-nav li.navPage-subMenu-item {
  position: relative; }

div#navPages-.custom-pages-nav li.navPage-subMenu-item span.down-arrow {
  top: initial;
  position: absolute;
  display: inline-block; }

.custom-pages-nav span.down-arrow:hover {
  color: #de2323; }

.custom-pages-nav li.navPage-subMenu-item span.down-arrow {
  color: #2f2f2b; }

.custom-pages-nav li.navPage-subMenu-item span.down-arrow:hover {
  color: #de2323; }

#side-categories span.down-arrow:hover {
  color: #2f2f2b; }

div#side-categories li.navPages-item.active span.down-arrow {
  color: #2f2f2b; }

div#side-categories li.navPages-item.active span.down-arrow:hover {
  color: white; }

.sideCategoryList .navPage-childList {
  display: none; }

div#side-categories li a {
  background-color: #f6f6f6; }

div#side-categories li.navPages-item.active a {
  background: #f6f6f6;
  border: none;
  border-color: rgba(0, 0, 255, 0);
  color: #2f2f2b;
  border-radius: 0; }

div#side-categories li.navPages-item.active li.navPage-subMenu-item-child a {
  color: #2f2f2b !important; }

div#side-categories li.navPages-item.is-root.active li.navPage-subMenu-item-child svg {
  fill: #2f2f2b !important; }

div#side-categories li.navPages-item.is-root.active li.navPage-subMenu-item-child:hover svg {
  fill: #2f2f2b !important; }

div#side-categories li.navPages-item.active a:hover {
  color: #2f2f2b !important; }

div#side-categories li.navPages-item.active:hover a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.topLevel.active {
  color: #2f2f2b !important; }

div#side-categories li.navPages-item.is-root.active:hover svg {
  fill: #2f2f2b !important; }

div#side-categories li.navPages-item.is-root a:hover {
  background-color: #e0e0e0 !important; }

div#side-categories li.navPages-item.is-root:hover {
  background: #e0e0e0 !important; }

a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.active {
  color: #2f2f2b !important; }

li.navPage-subMenu-item-child.is-root:hover li.navPage-subMenu-item-child.is-root a {
  background-color: #f6f6f6 !important; }

li.navPage-subMenu-item-child.is-root:hover li.navPage-subMenu-item-child.is-root a {
  background-color: #f6f6f6 !important; }

span.down-arrow:hover {
  cursor: pointer !important;
  cursor: -moz-pointer !important;
  cursor: -webkit-pointer !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important; }

#side-categories li.navPages-item.active li.navPage-subMenu-item a {
  color: #2f2f2b;
  font-family: "Lato";
  font-weight: 400;
  padding: 5px 12px !important;
  background: #f6f6f6;
  border-bottom: none; }

#side-categories li.navPages-item.active li.navPage-subMenu-item a:hover {
  color: white; }

#side-categories li.navPages-item.active li.navPage-subMenu-item {
  background: #f6f6f6;
  color: #2f2f2b; }

.sideCategoryList .categories {
  border-color: rgba(0, 0, 255, 0);
  margin-bottom: 0px; }

.sideCategoryList .brands {
  margin-top: 0px;
  border-color: rgba(0, 0, 255, 0);
  margin-bottom: 0px; }

div#side-categories .brands li.navPages-item.is-root.active {
  background-color: #e0e0e0; }

div#side-categories .brands li.navPages-item.is-root.active a {
  background-color: #e0e0e0; }

div#side-categories .brands-list.active li.navPage-subMenu-item-child.is-root {
  background: #f6f6f6 !important; }

div#side-categories .brands-list.active li.navPage-subMenu-item-child.is-root a {
  background: #f6f6f6 !important; }

div#side-categories .brands .is-root {
  background-color: #f6f6f6;
  border-radius: 4px !important; }

div#side-categories .brands .is-root a {
  background-color: #f6f6f6; }

div#side-categories .brands .is-root:hover {
  background-color: #e0e0e0; }

div#side-categories .brands .is-root:hover a {
  background-color: #e0e0e0; }

div#side-categories .brands a.navPages-action.navPages-action-depth-max.has-submenu.is-root {
  background-color: #f6f6f6; }

div#side-categories .brands li.navPage-subMenu-item-child.is-root:hover {
  background-color: #e0e0e0 !important; }

div#side-categories .brands li.navPage-subMenu-item-child.is-root:hover a {
  background-color: #e0e0e0 !important; }

div#side-categories .brands li.navPages-item.is-root:first-of-type a {
  border-radius: 4px 4px 0 0 !important; }

div#side-categories .brands li.is-root:last-of-type a {
  border-radius: 4px !important; }

div#side-categories .brands li.navPages-item.is-root {
  margin-bottom: 0 !important; }

a.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu {
  border-radius: 0 !important; }

div#side-categories .shop-by-price li a {
  text-decoration: none;
  color: #2f2f2b;
  width: 100%;
  padding: 10px 12px !important;
  display: block; }

div#side-categories .shop-by-price li:first-of-type {
  /*padding-top: 10px;*/
  margin-bottom: 0; }

.container-header.shop-by-price li.navPages-item.is-root.active {
  border-radius: 4px 4px 0 0 !important; }

.container-header.shop-by-price li.navPages-item.is-root.active a {
  border-radius: 4px 4px 0 0 !important; }

div#side-categories .shop-by-price li a:hover {
  color: #2f2f2b; }

/*FACETED SEARCH FILTERING*/
#facetedSearch {
  padding: 0 0 20px 0;
  background-color: #f6f6f6; }

div#facetedSearch-navList {
  padding: 5px 12px; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 5px; }

.facetedSearch-refineFilters {
  padding: 2px 12px; }

div#side-categories .shop-by-price #facetedSearch li a {
  padding-left: 25px !important; }

div#side-categories .shop-by-price #facetedSearch li a:hover {
  color: #de2323 !important; }

ul.inlineList.inlineList--labels {
  margin: 0 auto; }

div#side-categories .shop-by-price #facetedSearch ul.inlineList.inlineList--labels li a {
  padding-left: 0 !important; }

div#faceted-search-container .sidebarBlock {
  display: none; }

div#faceted-search-container div#facetedSearch.sidebarBlock {
  display: block; }

div#side-categories .brands-list li.navPage-subMenu-item-child.is-root a {
  padding-left: 25px !important; }

div#side-categories .brands-list li.all-brands.is-root a.navPages-action {
  padding-left: 25px !important;
  font-weight: 400 !important; }

div#side-categories .brands-list.active li.navPage-subMenu-item-child.is-root a {
  font-weight: 400 !important; }

div#side-categories .shop-by-price li:first-of-type {
  border-radius: 4px 4px 0 0 !important; }

ul.navList.faceted-search li.navList-item.is-root {
  background: #f6f6f6 !important;
  margin: 0 !important; }

div#side-categories ul.navList.faceted-search li.navList-item.is-root a {
  background-color: #f6f6f6;
  padding-left: 25px !important;
  font-weight: 400 !important; }

div#side-categories li.navPages-item.is-root:hover > a {
  background: #e0e0e0 !important;
  color: #2f2f2b !important; }

div#side-categories li.navPages-item.is-root:hover svg {
  fill: #2f2f2b !important; }

div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a:hover {
  background: #f6f6f6 !important;
  /*color: stencilColor("sideNav-subLevel-active-hover-fontColor") !important;*/
  color: #de2323 !important; }

div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root:hover {
  background: #f6f6f6 !important;
  color: #2f2f2b !important; }

div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child a:hover {
  background: #f6f6f6 !important;
  color: #2f2f2b !important; }

div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child:hover {
  background: #f6f6f6 !important;
  color: #2f2f2b !important; }

div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child:hover a {
  background: #f6f6f6 !important;
  color: #2f2f2b !important; }

div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child svg {
  fill: #2f2f2b !important; }

div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child:hover svg {
  fill: #2f2f2b !important; }

div#side-categories .brands-list li.navPage-subMenu-item-child.is-root a {
  font-weight: 400 !important; }

a.navPages-action.navPages-action-depth-max.has-submenu.is-root.active {
  background: #e0e0e0 !important;
  color: #2f2f2b !important; }

div#side-categories .brands-option.with-brands li.navPages-item.is-root svg {
  fill: #2f2f2b !important; }

#side-categories li.navPage-subMenu-item-child li.navPages-item.active a {
  color: #2f2f2b !important; }

#side-categories li.navPage-subMenu-item-child li.navPages-item a {
  color: #2f2f2b !important; }

#side-categories li.navPage-subMenu-item-child li.navPages-item svg {
  color: #2f2f2b !important; }

div#side-categories .navPage-subMenu li.navPages-item.active a {
  color: #2f2f2b !important; }

div#side-categories .navPage-subMenu li.navPages-item.is-root.active li.navPage-subMenu-item-child svg {
  fill: #2f2f2b !important; }

.category-list {
  padding: 0 0 20px; }

.bottom-page-banner {
  width: 100%;
  text-align: center;
  left: 0;
  bottom: -15px;
  background: #de2323;
  border-color: #de2323;
  color: white;
  font-family: "Lato";
  font-weight: 700;
  padding: 5px; }

.banners .bottom-page-banner {
  padding: 0 15px; }

div#side-categories .banners {
  padding: 0 !important;
  background: transparent; }

.sidenav-banner {
  padding-top: 0px; }

.featured-categories-banner a.category-image-link:hover span.category-name {
  color: #de2323 !important; }

.navPages-container .search-icon {
  position: absolute;
  right: 5px;
  top: 5px; }

.navPages-container .searchbar svg {
  height: 35px !important;
  width: 35px !important;
  position: relative;
  display: block;
  float: left;
  fill: #3d451d !important; }

.brands-slider-section .bx-controls-direction {
  right: 33px; }

.bx-wrapper .bx-controls-direction a {
  margin-top: -14px !important; }

.bx-wrapper .bx-prev {
  left: -8px !important;
  background-color: #b3b3b3 !important;
  -webkit-mask: url(../icons/angle-left.svg);
  mask: url(../icons/angle-left.svg);
  width: 15px !important;
  height: 25px !important;
  opacity: .6; }

.bx-wrapper .bx-next {
  right: -25px !important;
  background-color: #b3b3b3 !important;
  -webkit-mask: url(../icons/angle-right.svg);
  mask: url(../icons/angle-right.svg);
  width: 15px !important;
  height: 25px !important;
  opacity: .6; }

.instagram-feed.above-footer h2.container-header.instagram-header {
  border: 1px solid;
  border-color: #ebebeb;
  border-radius: 4px 4px 0 0;
  padding: 9px 15px;
  margin-bottom: 0 !important;
  font-size: 20px !important; }

.instagram-feed.above-footer .bx-wrapper {
  border: 0 !important;
  padding-top: 10px; }

.instagram-feed.above-footer .bx-controls-direction {
  right: 35px; }

.instagram-feed iframe img {
  border-radius: 4px !important; }

#instafeed-euro {
  margin: 0 auto; }

#instafeed-euro a {
  display: block;
  float: left;
  width: 16.66%;
  padding: 8px; }

#instafeed-euro img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  border-radius: 4px; }

#instafeed-impact {
  margin: 0 auto; }

#instafeed-impact a {
  display: block;
  float: left;
  width: 16.66%;
  padding: 8px; }

#instafeed-impact img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  border-radius: 4px; }

#instafeed-sport {
  margin: 0 auto; }

#instafeed-sport a {
  display: block;
  float: left;
  width: 16.66%;
  padding: 8px; }

#instafeed-sport img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  border-radius: 4px; }

#instafeed-tech {
  margin: 0 auto; }

#instafeed-tech a {
  display: block;
  float: left;
  width: 16.66%;
  padding: 8px; }

#instafeed-tech img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
  border-radius: 4px; }

.instagram-feed .bx-wrapper {
  background: transparent !important; }

.instagram-feed.in-footer .bx-wrapper {
  border: 0 !important;
  margin-bottom: 0; }

.instagram-feed.in-footer .bx-wrapper .bx-controls-direction a {
  background: !important;
  opacity: 1;
  display: none; }

.instagram-feed {
  margin: 0 auto;
  margin-bottom: 20px;
  clear: both; }

.bx-wrapper {
  border-color: #ebebeb !important; }

.home.recent-blog-posts figure {
  width: 25%;
  float: left; }

.home.recent-blog-posts {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 21px; }

.home.recent-blog-posts p.blog-date {
  color: #2f2f2b; }

.home.recent-blog-posts .blog-title a {
  font-size: 14px;
  font-family: "Lato";
  font-weight: 700;
  color: #2f2f2b;
  overflow: hidden;
  display: block; }

h2.container-header.page-heading.news {
  border: 1px solid;
  padding: 9px 15px;
  border-radius: 4px;
  border-color: #ebebeb;
  margin-bottom: 20px !important; }

.productCarousel-slide.slick-slide {
  margin-top: 7px;
  margin-bottom: -2px; }

ul.productGrid.productGrid--maxCol3 .slick-track {
  width: 3516px !important; }

ul.productGrid.productGrid--maxCol3 .productCarousel-slide.slick-slide.slick-active {
  width: 293px !important; }

ul.productGrid.productGrid--maxCol3 .productCarousel-slide.slick-slide {
  margin-top: 7px;
  margin-bottom: -2px;
  width: 293px !important; }

ul.productGrid.productGrid--maxCol4 .slick-track {
  width: 2640px !important; }

ul.productGrid.productGrid--maxCol4 .productCarousel-slide.slick-slide.slick-active {
  width: 220px !important; }

ul.productGrid.productGrid--maxCol4 .productCarousel-slide.slick-slide {
  margin-top: 7px;
  margin-bottom: -2px;
  width: 220px !important; }

ul.productGrid.productGrid--maxCol4 .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button.quickview {
  width: 70% !important;
  max-width: 70% !important; }

ul.productGrid.productGrid--maxCol5 .slick-track {
  width: 2112px !important; }

ul.productGrid.productGrid--maxCol5 .productCarousel-slide.slick-slide.slick-active {
  width: 176px !important; }

ul.productGrid.productGrid--maxCol5 .productCarousel-slide.slick-slide {
  margin-top: 7px;
  margin-bottom: -2px;
  width: 176px !important; }

ul.productGrid.productGrid--maxCol5 .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button.quickview {
  width: 80% !important;
  max-width: 80% !important; }

ul.productGrid.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

.tabs-contents .tab-content {
  padding-top: 0; }

.featured-products-section .slick-prev {
  left: initial;
  position: absolute;
  top: -35px !important;
  right: 13px;
  background-color: transparent; }

.featured-products-section .slick-prev::before {
  width: 15px;
  height: 25px; }

.featured-products-section .slick-next::before {
  width: 15px;
  height: 25px; }

.featured-products-section .slick-next {
  position: absolute;
  top: -35px !important;
  right: -5px;
  background-color: transparent; }

.featured-products-section .slick-next::before, .featured-products-section .slick-prev::before {
  background-size: 80% !important; }

.featured-products-section .in-tabs .slick-prev {
  left: initial;
  position: absolute;
  top: -42px !important;
  right: 13px;
  background-color: transparent; }

.featured-products-section .in-tabs .slick-next {
  top: -42px !important; }

.home.recent-blog-posts .bx-wrapper {
  padding: 0;
  border: none !important;
  margin-bottom: 34px; }

.home .top-sellers.no-tabs-in-carousels .bx-wrapper {
  margin-bottom: 40px; }

.home .new-products.no-tabs-in-carousels .bx-wrapper {
  margin-bottom: 20px; }

.home.recent-blog-posts {
  opacity: 0; }

.home.recent-blog-posts.ready {
  opacity: 1; }

.home.recent-blog-posts .bx-wrapper img {
  width: 100% !important;
  border-radius: 4px;
  object-fit: cover; }

.home.recent-blog-posts .bx-controls-direction {
  position: absolute;
  top: -42px;
  right: 37px; }

.brands-slider .card-image {
  display: inline !important; }

.brands-slider-section {
  opacity: 0; }

.brands-slider-section.ready {
  opacity: 1; }

.card-body {
  margin-top: 0px !important;
  padding-top: 5px !important;
  border-color: #ebebeb; }

.productCarousel-slide .card {
  padding: 0 10px;
  padding-left: 0 !important;
  padding-right: 0 !important; }

.brands-slider-section {
  position: relative; }

.standard-grid h2.page-heading {
  clear: both;
  border: 1px solid;
  border-radius: 4px 4px 0 0;
  border-color: #ebebeb;
  padding: 9px 15px;
  color: #2f2f2b !important;
  font-family: "Anton" !important;
  font-weight: !important;
  font-size: 20px !important;
  text-transform: uppercase; }

.standard-grid .productCarousel button {
  top: -36px; }

.home.recent-blog-posts {
  clear: both; }

.bx-wrapper {
  border: none !important;
  float: left;
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: 1px solid #dedede !important;
  border-radius: 0 0 4px 4px; }

.bx-wrapper .bx-pager {
  display: none; }

.bx-controls-direction {
  position: absolute;
  top: -22px;
  right: 45px; }

.bx-wrapper {
  border: none !important;
  float: left;
  width: 100%;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  border: 1px solid #dedede !important;
  border-radius: 0 0 4px 4px; }

.bx-wrapper .bx-pager {
  display: none; }

.bx-controls-direction {
  position: absolute;
  top: -22px;
  right: 45px; }

h2.container-header.page-heading.brands {
  border: 1px solid;
  border-color: #ebebeb;
  border-radius: 4px 4px 0 0;
  border-bottom: 0;
  padding: 9px 15px;
  margin-bottom: 0 !important; }

input.button.button--primary.form-prefixPostfix-button--postfix {
  text-transform: uppercase;
  margin-left: 0;
  border: 1px solid;
  border-radius: 4px;
  padding: 0;
  height: 40px !important;
  line-height: auto !important;
  padding: 0 30px;
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-color: #de2323;
  border-radius: 0px 4px 4px 0px !important; }

input.button.button--primary.form-prefixPostfix-button--postfix:hover {
  background-color: #de2323;
  color: white;
  background: #de2323; }

footer.footer .contact .newsletter .form-prefixPostfix .button {
  text-transform: uppercase;
  margin-left: 0;
  border-radius: 0;
  padding: 0;
  padding: 0 15px;
  color: #2f2f2b !important;
  background-color: #ffcb07;
  border-color: #ffca07; }

footer.footer .contact .newsletter .form-prefixPostfix .button:hover {
  background: #ffcb07;
  border-color: #ffcb07;
  color: #2f2f2b !important; }

footer .form-prefixPostfix .form-input {
  border-radius: 4px 0px 0 4px !important;
  height: 40px !important;
  font-size: 13px;
  border-right: 1px solid;
  border-color: #de2323;
  border: none !important;
  background-color: #2f2f2b;
  color: !important;
  text-transform: capitalize;
  font-style: italic; }

.slick-list {
  border-radius: 0 !important; }

.heroCarousel .slick-dots {
  text-align: center !important;
  left: 0;
  z-index: 9 !important;
  position: absolute; }

.heroCarousel .slick-dots li:last-of-type {
  margin-bottom: 3px; }

.heroCarousel .slick-dots li {
  border-radius: 0 !important; }

.slick-dots {
  text-align: right;
  bottom: -3px !important; }

.slick-dots li.slick-active button::before {
  background: #de2323; }

.slick-dots li button,
.slick-dots li button::before {
  width: .75rem;
  height: .75rem; }

.slick-dots li {
  height: 24px;
  width: 20px;
  line-height: 14px;
  padding-top: 3px; }

.slick-dots li button:before {
  background: #ffcb07;
  opacity: 1; }

.heroCarousel .slick-dots li {
  background: rgba(0, 0, 255, 0) !important; }

.featured-products-section .bx-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  border: 0 !important; }

.brands-slider-section .bx-wrapper {
  border: 1px solid !important;
  border-color: #ebebeb !important; }

ul.tabs {
  border: 1px solid;
  border-radius: 4px;
  margin-bottom: 15px;
  border-color: #ebebeb; }

ul.tabs li.tab {
  width: auto !important;
  padding: 0 10px;
  position: relative;
  color: #000;
  text-decoration: none; }

ul.tabs li.tab:hover {
  color: #000; }

ul.tabs li.tab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0;
  background-color: #de2323;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: 0% 100%; }

ul.tabs li.tab:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

ul.tabs.home-featured-products li.tab a {
  white-space: nowrap; }

ul.tabs .tab {
  background-color: rgba(0, 0, 255, 0) !important;
  border-right: 1px solid #ebebeb;
  margin-right: 0;
  border-bottom: 4px solid transparent; }

ul.tabs .tab .tab-title {
  background-color: rgba(0, 0, 255, 0) !important;
  color: #2f2f2b !important;
  font-family: "Anton" !important;
  font-weight: !important;
  font-size: 20px !important;
  text-transform: uppercase; }

.productView-description ul.tabs .tab .tab-title {
  background-color: white !important;
  color: #2f2f2b !important;
  font-family: "Anton" !important;
  font-weight: !important;
  font-size: 20px !important;
  text-transform: uppercase; }

.productView-description ul.tabs .tab {
  background-color: white !important; }

ul.tabs .tab:hover .tab-title {
  color: #2f2f2b !important; }

.productView-description ul.tabs .tab:hover .tab-title {
  color: #de2323 !important; }

ul.tabs .tab.is-active .tab-title {
  background-color: rgba(0, 0, 255, 0) !important;
  color: #de2323 !important;
  font-size: 20px !important; }

.productView-description ul.tabs .tab.is-active .tab-title {
  background-color: white !important;
  color: #de2323 !important;
  font-size: 20px !important; }

.productView-description ul.tabs .tab.is-active {
  background-color: white !important; }

ul.tabs .tab.is-active {
  border-bottom: 4px solid transparent; }

.featured-products-section {
  opacity: 0;
  margin-bottom: 0;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out; }

.featured-products-section.ready {
  opacity: 1; }

.tabs-contents .tab-content {
  padding-top: 0; }

.slider.in-container section.heroCarousel.slick-initialized.slick-slider {
  margin: 0 auto; }

.slider.in-container {
  background: transparent !important;
  margin-bottom: 0; }

.slider.full-width {
  max-width: 100%; }

.slider .left-aligned-content .slider-content .heroCarousel-content {
  left: 380px !important;
  right: 0 initial !important; }

.slider .center-aligned-content h1.heroCarousel-title {
  text-align: center; }

.slider .center-aligned-content p.heroCarousel-description {
  text-align: center; }

.slider .center-aligned-content span.heroCarousel-action.button.button--primary.button--large {
  text-align: center !important;
  margin: 0 auto; }

.slider .right-aligned-content h1.heroCarousel-title {
  text-align: right; }

.slider .right-aligned-content p.heroCarousel-description {
  text-align: right; }

.slider .right-aligned-content span.heroCarousel-action.button.button--primary.button--large {
  text-align: right !important;
  margin: 0 auto;
  float: right; }

.slider .right-aligned-content .slider-content .heroCarousel-content {
  left: initial !important;
  right: 380px !important; }

.slider .left-aligned-content .slider-content {
  position: absolute;
  top: 50%; }

.slider.in-container .left-aligned-content .slider-content .heroCarousel-content {
  left: 50px !important;
  right: 0 initial !important; }

.slider.in-container .left-aligned-content .slider-content .heroCarousel-content .heroCarousel-title {
  text-align: left !important; }

.slider.in-container .left-aligned-content .slider-content .heroCarousel-content p.heroCarousel-description {
  text-align: left !important; }

.slider.in-container .left-aligned-content .slider-content .heroCarousel-content .heroCarousel-action {
  float: left; }

.slider.in-container .right-aligned-content .slider-content {
  position: absolute;
  top: 50%; }

.slider.in-container .right-aligned-content .slider-content .heroCarousel-content {
  left: initial !important;
  right: 50px !important; }

.slider.in-container .right-aligned-content .slider-content .heroCarousel-content .heroCarousel-title {
  text-align: right !important; }

.slider.in-container .right-aligned-content .slider-content .heroCarousel-content p.heroCarousel-description {
  text-align: right !important; }

.slider.in-container .right-aligned-content .slider-content .heroCarousel-content .heroCarousel-action {
  float: right; }

.slide-content-no-bg .heroCarousel-content {
  background: none; }

.featured-products-section .slick-prev {
  left: initial;
  position: absolute;
  top: -35px !important;
  right: 13px;
  background-color: transparent; }

.featured-products-section .slick-prev::before {
  width: 15px;
  height: 25px; }

.featured-products-section .slick-next::before {
  width: 15px;
  height: 25px; }

.featured-products-section .slick-next {
  position: absolute;
  top: -35px !important;
  right: -5px;
  background-color: transparent; }

.featured-products-section .slick-next::before, .featured-products-section .slick-prev::before {
  background-size: 80% !important; }

.featured-products-section .in-tabs .slick-prev {
  left: initial;
  position: absolute;
  top: -42px !important;
  right: 13px;
  background-color: transparent; }

.featured-products-section .in-tabs .slick-next {
  top: -42px !important; }

.featured-products-section .featured-products.in-tabs-in-carousels .bx-controls-direction {
  top: -35px;
  right: 37px; }

.featured-products-section .featured-products.in-tabs-in-carousels .bx-controls-direction {
  top: -35px;
  right: 37px; }

.featured-products-section .in-tabs-in-carousels .bx-controls-direction {
  top: -35px;
  right: 37px; }

.home .recent-blog-posts.ready .bx-controls-direction {
  top: -43px;
  right: 37px; }

.home .brands-slider-section.ready .bx-controls-direction {
  top: -23px !important;
  right: 37px; }

.right.account-links {
  position: relative !important; }

.account-link .dropdown-menu {
  position: absolute;
  z-index: 9999;
  /*top: 78px !important;*/
  top: 35px !important;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 15px;
  min-width: 250px;
  left: -133px;
  width: auto !important;
  text-align: left; }

.account-link .dropdown-menu nav.navBar.navBar--sub.navBar--account {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0; }

.account-link .dropdown-menu a.navUser-action {
  width: 100%;
  background: !important;
  border-color: !important;
  color: !important;
  margin-left: 0;
  font-size: 14px; }

.account-link .dropdown-menu a.navUser-action:hover {
  background: !important;
  border-color: !important;
  color: !important; }

.account-link .dropdown-menu .navBar--sub .navBar-item {
  text-transform: capitalize;
  display: block;
  width: 100%; }

.account-link .dropdown-menu ul {
  height: auto !important;
  display: block; }

div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown {
  /*left: -315px !important;*/
  left: auto !important;
  right: 0;
  display: table;
  width: 360px !important;
  max-width: 100% !important;
  top: 88px !important; }

.dropdown-menu .or-text {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-style: italic;
  text-transform: uppercase; }

hr.left {
  float: left;
  width: 40%;
  margin: 0;
  margin-top: 10px; }

hr.right {
  float: right;
  width: 40%;
  margin: 0;
  margin-top: 0px; }

.dropdown-menu .login-form-dropdown {
  width: 100%;
  float: none;
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 0; }

.dropdown-menu .login-form-dropdown .form-actions .button {
  width: 100%;
  padding: 10px;
  font-size: 14px !important;
  line-height: 30px;
  padding: 0; }

.dropdown-menu .login-form-dropdown .form-field {
  margin-bottom: 0; }

.right.account-links .dropdown-menu label.form-label {
  display: none; }

.account-link .dropdown-menu h2.container-header {
  margin-bottom: 10px !important;
  border-bottom: 3px solid #de2323;
  width: auto;
  display: inline; }

.dropdown-menu a.forgot-password {
  margin-top: 5px !important; }

.dropdown-menu .form-input {
  margin-bottom: 10px; }

.dropdown-menu .form-actions {
  margin-top: 0; }

.dropdown-menu .form-inlineMessage {
  margin: 10px; }

.right.account-links {
  display: table-cell;
  float: none !important;
  width: auto !important;
  vertical-align: middle;
  position: initial !important; }

.right.account-links ul {
  margin-left: 0 !important;
  height: 40px;
  margin-bottom: 0;
  display: table;
  vertical-align: middle; }

.navUser-action svg {
  height: 45px;
  width: 45px;
  vertical-align: middle; }

li.navUser-item {
  position: relative; }

.home.home-page-with-sidenav.slider-in-container {
  margin-top: 0; }

.navPages-quickSearch > .container {
  display: table-cell; }

li.navUser-item.navUser-item--account {
  display: block;
  width: 50%; }

.navUser-item--cart {
  display: block;
  width: 50%; }

div#menu.navPages-container.inside-header {
  background-color: #fff !important;
  width: 71%; }

.navPages-container.inside-header.left-logo nav.navPages {
  width: 97%; }

.navPages-container.inside-header.left-logo nav.navPages {
  display: table; }

.navPages-container.inside-header.left-logo.visible {
  float: none;
  display: table-cell;
  vertical-align: middle; }

.navPages-container.inside-header.left-logo .right.searchbar {
  float: none; }

.navPages-container.inside-header.left-logo .navPages-quickSearch {
  display: table-cell;
  vertical-align: middle;
  border-bottom: none; }

.container {
  max-width: 100% !important; }

header .form-fieldset {
  width: 75% !important;
  float: right;
  max-width: 350px; }

.navPages-quickSearch input#search_query {
  height: 40px !important;
  text-transform: capitalize;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-style: italic; }

.navPages-quickSearch > .container {
  display: block; }

.right.account-links {
  display: table-cell;
  float: none !important;
  width: auto !important;
  vertical-align: middle;
  position: initial !important; }

.right.account-links ul {
  margin-left: 0 !important;
  height: 40px;
  margin-bottom: 0;
  display: table;
  vertical-align: middle;
  float: right; }

.navUser-item {
  float: left;
  display: block; }

a.navUser-action.account.signin-register {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0; }

li.navUser-item.navUser-item--account {
  width: 50%; }

.navUser-item--cart .navUser-action {
  padding-left: 0;
  padding-right: 0; }

.header-container a {
  fill: #de2323 !important; }

.header-container a svg:hover, .header-container a span:hover {
  color: #ffcb07 !important;
  fill: #ffcb07 !important; }

.right.account-links a.navUser-action:hover span.countPill {
  color: white !important; }

body.main .header-container {
  position: relative;
  z-index: 999999; }

.right.account-links .dropdown-menu {
  top: 74px !important; }

.right.account-links.shift-right {
  float: right !important; }

.top-menu {
  position: relative;
  z-index: 9999999; }

div#navPages-currency {
  margin-top: 0px;
  min-width: 150px;
  left: -75px;
  padding: 10px !important;
  background-color: white !important; }

.top-menu a {
  color: white !important; }

.top-menu .currency-converter {
  position: relative;
  z-index: 99 !important;
  float: left;
  text-align: right;
  padding-left: 0 !important; }

.top-menu .right ul li {
  text-align: right; }

.currency-converter ul.navPnavPagesage-subMenu-list li a {
  text-decoration: none;
  border: 0; }

ul.navPnavPagesage-subMenu-list {
  border: 1px solid;
  border-radius: 4px;
  border-color: #ebebeb;
  border: 0 !important; }

.card-body .card-text span.price.price--rrp {
  opacity: .5; }

.navUser-action.is-open svg {
  fill: #ffcb07 !important; }

section.quickSearchResults .card-body {
  margin-top: 0 !important; }

section.quickSearchResults .card-figcaption-body {
  top: 80%;
  display: none !important; }

section.quickSearchResults img.card-image.alt {
  display: none !important; }

input.button.button--primary.signin-register {
  border-radius: 4px !important; }

a.navUser-action.create.button.button--primary.register.signin-register {
  border-radius: 4px !important; }

.previewCartAction .button {
  border-radius: 4px; }

a.button.button--small.button--action {
  border-radius: 4px; }

a.reset.quicksearch:hover span {
  color: white !important; }

a.modal-close.custom-quick-search:hover span {
  color: white !important; }

a.navUser-action.create.button.button--primary.register.signin-register:hover {
  color: white !important; }

.listItem-actions .button {
  border-radius: 4px; }

span.icon.icon--ratingEmpty, span.icon.icon--ratingFull {
  height: 1.15rem;
  width: 1.15rem; }

.icon--ratingEmpty svg {
  fill: #ebebeb;
  stroke: transparent;
  stroke-width: 20px; }

select#sort {
  border-radius: 4px !important; }

.showcase-products.tabs-contents {
  margin-bottom: 0px !important; }

.showcase-products.tabs-contents .bx-wrapper {
  margin-bottom: 0px !important; }

.tab-content.is-active {
  padding-bottom: 0  !important; }

.showcase-products.tabs-contents {
  margin-bottom: 21px !important; }

.top-menu .right.account-links ul {
  float: none !important; }

.alternate-category-nav {
  max-width: 1170px;
  margin: 0 auto; }

.alternate-category-nav div#side-categories {
  float: left;
  width: 25%;
  margin-top: 0;
  padding-right: 2%;
  position: absolute;
  z-index: 9999; }

div#side-categories.alternate {
  position: absolute;
  width: 21%;
  max-width: 1170px;
  padding-right: 0; }

div#side-categories.alternate .category-list {
  padding-bottom: 0;
  text-align: left; }

.slider.with-alt-cat-menu .slick-list.draggable {
  width: 100%;
  float: none; }

div#menu.main-nav nav.navPages {
  position: relative;
  z-index: 99999 !important; }

nav.navPages.with-alt-cat-menu .custom-pages-nav {
  padding: 0 15px;
  height: auto;
  float: right;
  width: 90%; }

.slider.with-alt-cat-menu {
  background: black !important;
  margin-top: -32px !important; }

span.alt-cat-menu-icon svg {
  display: block;
  float: left;
  width: 35px;
  fill: #3d451d;
  height: 35px; }

div#side-categories.alternate h2.container-header {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #3d451d !important;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px; }

div#side-categories.alternate h2.container-header i {
  display: table-cell;
  vertical-align: middle; }

span.down-arrrow.burger-menu {
  float: left; }

div#side-categories.alternate h2.container-header svg {
  fill: #3d451d !important;
  max-width: 16px !important; }

div#side-categories.alternate h2.container-header {
  background-color: #f6f6f6 !important;
  font-size: 16px !important;
  opacity: 0; }

div#side-categories.alternate h2.container-header.ready {
  opacity: 1; }

nav.navPages.with-alt-cat-menu .custom-pages-nav {
  float: right;
  text-align: right;
  padding-right: 0 !important; }

nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action {
  padding-right: 0;
  padding-left: 35px !important; }

div#side-categories.alternate a.alt-cat-btn {
  text-decoration: none; }

div#side-categories.alternate li .navPages-action {
  padding-left: 0 !important; }

div#side-categories.alternate .category-list {
  background: white !important;
  border-radius: 0; }

div#side-categories.alternate .alt-menu-container {
  padding-left: 15px;
  padding-right: 0px;
  padding-bottom: 10px;
  margin-top: 1px; }

div#side-categories.alternate li.navPages-item.is-root {
  background: #ffffff !important;
  border: 0; }

div#side-categories.alternate li .navPages-action {
  background: white !important; }

div#side-categories.alternate li.navPages-item.is-root a {
  border-radius: 0; }

div#side-categories.alternate li.navPages-item.is-root a:hover {
  background: transparent !important; }

div#side-categories.alternate li.navPages-item.is-root:hover a {
  background: transparent !important; }

div#menu.main-nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0;
  border-color: rgba(0, 0, 255, 0); }

div#menu div#side-categories.alternate .brands-list li {
  background: #ffffff !important;
  border: 0;
  text-align: left;
  border-radius: 0 !important; }

div#menu div#side-categories.alternate .brands-list li a {
  background: #ffffff !important;
  text-align: left;
  padding: 2px 0 !important;
  line-height: 20px !important; }

div#menu div#side-categories.alternate .brands-list li a:hover {
  text-decoration: underline !important;
  font-weight: bold !important;
  color: #de2323 !important; }

div#side-categories.alternate .brands li.navPages-item.is-root {
  margin-top: 0; }

div#side-categories.alternate h2 {
  background-color: white;
  padding: 0 15px; }

h2.container-header.text {
  padding-left: 0 !important; }

div#side-categories.alternate h2.container-header.btn span.down-arrrow.burger-menu {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important; }

div#side-categories.alternate .alt-toggle.active h2.container-header.btn span.down-arrrow.burger-menu {
  transform: translate(15px, 0) !important;
  -webkit-transform: translate(15px, 0) !important;
  -moz-transform: translate(15px, 0) !important;
  -o-transform: translate(15px, 0) !important;
  -ms-transform: translate(15px, 0) !important; }

div#side-categories.alternate h2.container-header.text span.mega-shop-text {
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important; }

div#side-categories.alternate .alt-toggle.active h2.container-header.text span.mega-shop-text {
  transform: translate(15px, 0) !important;
  -webkit-transform: translate(15px, 0) !important;
  -moz-transform: translate(15px, 0) !important;
  -o-transform: translate(15px, 0) !important;
  -ms-transform: translate(15px, 0) !important;
  padding-left: 15px; }

div#side-categories.alternate .alt-toggle.active h2.container-header.text {
  background-color: #ffffff !important;
  color: #de2323 !important; }

div#side-categories.alternate .alt-toggle.active h2.container-header.btn {
  background-color: #ffffff !important;
  color: #de2323 !important; }

div#side-categories.alternate .alt-toggle.active span.down-arrrow.burger-menu svg {
  fill: #de2323 !important; }

div#side-categories.alternate li {
  position: static !important; }

div#side-categories.alternate span.down-arrow {
  z-index: 9999999999999999;
  position: absolute;
  margin-top: -25px; }

div#side-categories.alternate a.navPages-action.navPages-action-depth-max.has-subMenu.is-root:after {
  content: "" !important;
  background-image: url("../icons/angle-right.svg");
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: block !important;
  transition: .3s all;
  position: relative;
  right: 15px; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  width: 25%; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children {
  position: static;
  display: block;
  width: 100% !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children li.navPage-subMenu-item-child.is-root {
  width: 100% !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal li {
  border: 0 !important;
  background: none !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children {
  border: 0 !important; }

div#side-categories.alternate a.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu {
  padding-left: 0px !important;
  display: none !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root > a {
  font-weight: bold !important;
  font-size: 15px;
  padding-bottom: 10px !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root > a {
  font-weight: bold !important;
  font-size: 15px;
  padding-bottom: 10px !important; }

li.navPages-item.is-root.hover > .navPage-subMenu.navPage-subMenu-horizontal {
  opacity: 1 !important;
  display: block;
  visibility: visible !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  padding: 0 5px !important;
  min-height: 350px; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children li.navPage-subMenu-item-child.is-root {
  min-height: initial !important;
  display: block !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal .navPage-subMenu-list {
  display: block !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children {
  display: block !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children .navPage-subMenu-list {
  display: block !important;
  padding: 0; }

div#side-categories.alternate .category-list li a {
  padding: 4px 0px !important;
  width: 100%; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children .navPage-subMenu-list li.navPage-subMenu-item-child.is-root a {
  font-weight: normal !important;
  font-size: 13px !important;
  padding-bottom: 5px !important;
  text-decoration: none !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children .navPage-subMenu-list li.navPage-subMenu-item-child.is-root a:hover {
  text-decoration: underline !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root:hover {
  background: none !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root:hover {
  background-color: none !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a:hover {
  background: none !important;
  font-weight: bold !important;
  text-decoration: underline;
  color: !important; }

div#side-categories.alternate div.navPage-subMenu.navPage-subMenu-horizontal-children ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a:hover {
  background: none !important;
  text-decoration: underline;
  font-weight: bold !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children li:first-of-type {
  position: absolute !important;
  bottom: -25px; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children li:first-of-type a {
  font-weight: bold !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal .navPage-subMenu-list {
  position: relative !important;
  padding: 15px 15px 15px 15px !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal svg {
  display: none !important; }

div#side-categories.alternate li.navPages-item.is-root a {
  font-weight: normal !important; }

div#side-categories.alternate .category-list li.navPages-item.is-root.hover a {
  text-decoration: underline;
  font-weight: bold !important; }

div#side-categories.alternate .category-list li.navPages-item.is-root.hover h2 a.category-title {
  text-decoration: none !important; }

div#side-categories.alternate h2.container-header.shop-by {
  background: none !important;
  font-family: "Lato";
  font-weight: "Lato";
  text-decoration: underline;
  border-spacing: 5px;
  color: #2f2f2b !important;
  width: auto !important;
  display: inline-block !important;
  text-align: left !important;
  padding-left: 0px;
  margin-top: 5px;
  height: auto !important;
  font-size: 16px !important; }

div#side-categories.alternate h2.container-header.btn {
  padding-left: 0 !important; }

div#side-categories.alternate .brands {
  background: none !important; }

.alt-menu-container {
  background: white !important; }

/* width */
/* Track */
/* Handle */
.alt-menu-container {
  display: none;
  overflow: scroll;
  background-color: white !important;
  overflow: scroll;
  overflow-x: hidden;
  direction: rtl; }

div#side-categories.alternate li a {
  color: #2f2f2b !important; }

div#side-categories.alternate h2.container-header.shop-by {
  color: #2f2f2b !important; }

div#side-categories.alternate .alt-toggle.active span.down-arrrow.burger-menu svg {
  fill: #2f2f2b !important; }

h2.container-header.btn {
  padding-left: 0; }

div#side-categories.alternate .alt-toggle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #de2323;
  visibility: hidden;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  z-index: 999; }

div#side-categories.alternate .alt-toggle.active:before {
  visibility: visible;
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

div#side-categories.alternate li {
  margin: 0 !important; }

div#side-categories.alternate li .navPages-action {
  line-height: 16px !important; }

#shopnav-dim-page {
  opacity: 0; }

#shopnav-dim-page.active {
  opacity: 1; }

div#menu.main-nav nav.navPages {
  position: relative;
  z-index: 99999 !important; }

nav.navPages.with-alt-cat-menu .custom-pages-nav {
  padding: 0 15px;
  height: auto;
  float: right;
  width: 90%; }

.slider.with-alt-cat-menu {
  background: black !important;
  margin-top: -32px !important; }

span.alt-cat-menu-icon svg {
  display: block;
  float: left;
  width: 35px;
  fill: #3d451d;
  height: 35px; }

div#side-categories.alternate h2.container-header {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #3d451d !important;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0px; }

div#side-categories.alternate h2.container-header i {
  display: table-cell;
  vertical-align: middle; }

span.down-arrrow.burger-menu {
  float: left; }

div#side-categories.alternate h2.container-header svg {
  fill: #3d451d !important;
  max-width: 16px !important; }

div#side-categories.alternate h2.container-header {
  background-color: #f6f6f6 !important;
  font-size: 16px !important;
  opacity: 0; }

div#side-categories.alternate h2.container-header.ready {
  opacity: 1; }

nav.navPages.with-alt-cat-menu .custom-pages-nav {
  float: right;
  text-align: right;
  padding-right: 0 !important; }

nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action {
  padding-right: 0;
  padding-left: 35px !important; }

div#side-categories.alternate a.alt-cat-btn {
  text-decoration: none; }

div#side-categories.alternate li .navPages-action {
  padding-left: 0 !important; }

div#side-categories.alternate .category-list {
  background: white !important;
  border-radius: 0; }

div#side-categories.alternate .alt-menu-container {
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 10px;
  margin-top: 1px; }

div#side-categories.alternate li.navPages-item.is-root {
  background: #ffffff !important;
  border: 0; }

div#side-categories.alternate li .navPages-action {
  background: white !important; }

div#side-categories.alternate li.navPages-item.is-root a {
  border-radius: 0; }

div#side-categories.alternate li.navPages-item.is-root a:hover {
  background: transparent !important; }

div#side-categories.alternate li.navPages-item.is-root:hover a {
  background: transparent !important; }

div#menu.main-nav {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-color: rgba(0, 0, 255, 0); }

div#menu div#side-categories.alternate .brands-list li {
  background: #ffffff !important;
  border: 0;
  text-align: left;
  border-radius: 0 !important; }

div#menu div#side-categories.alternate .brands-list li a {
  background: #ffffff !important;
  text-align: left;
  padding: 2px 0 !important;
  line-height: 20px !important; }

div#menu div#side-categories.alternate .brands-list li a:hover {
  text-decoration: none !important;
  font-weight: bold !important;
  color: #de2323 !important; }

div#side-categories.alternate .brands li.navPages-item.is-root {
  margin-top: 0; }

div#side-categories.alternate h2 {
  background-color: white;
  padding: 0 15px; }

h2.container-header.text {
  padding-left: 0 !important; }

div#side-categories.alternate .alt-toggle {
  cursor: pointer;
  display: table;
  position: relative; }

div#side-categories.alternate .alt-toggle.active h2.container-header {
  background-color: #ffffff !important;
  color: #de2323 !important; }

div#side-categories.alternate .alt-toggle.active span.down-arrrow.burger-menu svg {
  fill: #2f2f2b !important; }

div#side-categories.alternate li {
  position: static !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
  left: 250px !important;
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute !important;
  z-index: 99999999999999999 !important; }

div#side-categories.alternate.no-images .navPage-subMenu.navPage-subMenu-horizontal.flyout {
  width: 920px !important;
  left: 250px !important;
  display: block;
  opacity: 0;
  visibility: hidden;
  position: absolute !important;
  z-index: 99999999999999999 !important; }

div#side-categories.alternate span.down-arrow {
  z-index: 9999999999999999;
  position: absolute;
  margin-top: -25px; }

div#side-categories.alternate a.navPages-action.navPages-action-depth-max.has-subMenu.is-root:after {
  content: "" !important;
  background-image: url("../icons/angle-right.svg");
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
  display: block !important;
  transition: .3s all;
  position: relative;
  right: 15px; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  width: 25%; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children {
  position: static;
  display: block;
  width: 100% !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children li.navPage-subMenu-item-child.is-root {
  width: 100% !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal li {
  border: 0 !important;
  background: none !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children {
  border: 0 !important; }

div#side-categories.alternate a.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu {
  padding-left: 0px !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root > a {
  font-weight: bold !important;
  font-size: 15px;
  padding-bottom: 10px !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root > a {
  font-weight: bold !important;
  font-size: 15px;
  padding-bottom: 10px !important; }

li.navPages-item.is-root.hover > .navPage-subMenu.navPage-subMenu-horizontal {
  opacity: 1 !important;
  display: block;
  visibility: visible !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  padding: 0 5px !important;
  min-height: 350px; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children li.navPage-subMenu-item-child.is-root {
  min-height: initial !important;
  display: block !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal .navPage-subMenu-list {
  display: block !important;
  direction: ltr !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children {
  display: block !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children .navPage-subMenu-list {
  display: block !important;
  padding: 0; }

div#side-categories.alternate .category-list li a {
  padding: 4px 0px !important;
  width: 100%; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children .navPage-subMenu-list li.navPage-subMenu-item-child.is-root a {
  font-weight: normal !important;
  font-size: 13px !important;
  padding-bottom: 5px !important;
  text-decoration: none !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children .navPage-subMenu-list li.navPage-subMenu-item-child.is-root a:hover {
  text-decoration: underline !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root:hover {
  background: none !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root:hover {
  background-color: none !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a:hover {
  background: none !important;
  font-weight: bold !important;
  text-decoration: underline;
  color: !important; }

div#side-categories.alternate div.navPage-subMenu.navPage-subMenu-horizontal-children ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a:hover {
  background: none !important;
  text-decoration: underline;
  font-weight: bold !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children li:first-of-type {
  position: absolute !important;
  bottom: -25px; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children li:first-of-type a {
  font-weight: bold !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal .navPage-subMenu-list {
  position: relative !important;
  padding: 0px 15px 15px 15px !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal svg {
  display: none !important; }

div#side-categories.alternate li.navPages-item.is-root a {
  font-weight: normal !important;
  text-transform: initial !important; }

div#side-categories.alternate .category-list li.navPages-item.is-root.hover a {
  text-decoration: underline;
  font-weight: bold !important; }

div#side-categories.alternate .category-list li.navPages-item.is-root.hover h2 a.category-title {
  text-decoration: none !important; }

div#side-categories.alternate h2.container-header.shop-by {
  background: none !important;
  font-family: "Lato";
  font-weight: 700;
  color: #2f2f2b !important;
  width: 100% !important;
  display: block;
  text-align: left !important;
  padding-left: 0px;
  margin-top: 5px;
  height: auto !important;
  font-size: 16px !important; }

div#side-categories.alternate h2.container-header.btn {
  padding-left: 15px; }

div#side-categories.alternate .brands {
  background: none !important; }

.alt-menu-container {
  background: white !important; }

/* width */
/* Track */
/* Handle */
.alt-menu-container {
  display: none;
  overflow: hidden;
  background-color: #ffffff;
  overflow-x: hidden; }

.category.main.with-alt-nav {
  width: 100%;
  float: none; }

.category.main.no-cat-nav {
  width: 100%;
  float: none; }

div#side-categories.alternate li a {
  color: #2f2f2b !important; }

div#side-categories.alternate h2.container-header.shop-by {
  color: #2f2f2b !important; }

div#side-categories.alternate .alt-toggle.active span.down-arrrow.burger-menu svg {
  fill: #de2323 !important; }

h2.container-header.btn {
  padding-left: 0; }

div#side-categories.alternate .alt-toggle:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #de2323;
  visibility: hidden;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%; }

div#side-categories.alternate .alt-toggle.active:before {
  visibility: visible;
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

div#side-categories.alternate li {
  margin: 0 !important; }

div#side-categories.alternate li .navPages-action {
  line-height: 16px !important; }

.slider.in-container.in-container.in-container-floated section.heroCarousel.slick-initialized.slick-slider {
  width: 75% !important; }

.slider.float.in-container {
  float: none;
  width: 100%; }

.page-content.page-content.no-sidenav.alt-nav {
  width: 100%;
  float: none; }

.body.content {
  position: static; }

#shopnav-dim-page {
  opacity: 0; }

#shopnav-dim-page.active {
  opacity: 1; }

div#side-categories li.navPage-subMenu-item-parent.is-root {
  display: none; }

.container-with-sidenav .page-content {
  width: 75%;
  float: left; }

.page-content.right-of-sidenav {
  margin-top: 0; }

.page-content.right-of-sidenav ul.breadcrumbs {
  margin-top: 0 !important; }

form.both-grid-default .productList.list-only {
  display: none !important; }

form.both-grid-default .productList.list-only.visible {
  display: block !important;
  position: relative; }

ul.productList.list-default.visible {
  position: relative;
  top: -30px; }

form.both-list-default .productGrid.grid-only {
  display: none !important; }

form.both-list-default .productGrid.grid-only.visible {
  display: block !important;
  position: relative;
  top: -40px; }

main#product-listing-container {
  position: relative;
  margin-top: 0; }

.grid-default.hidden {
  display: none; }

.page-content.right-of-sidenav .productList img.card-image.alt {
  top: 25px;
  left: 36px; }

main.page.content.contact.contact-page-with-sidenav {
  margin-top: 0 !important; }

main.page.content.contact.contact-page-with-sidenav form.form {
  float: left;
  width: 75%; }

div#side-categories ul.navPage-subMenu-list {
  margin-left: 0 !important; }

ul.productList.list-default.hidden {
  display: none; }

.top-menu .right a.navPages-action.has-subMenu {
  padding: 0 0 0 10px !important;
  line-height: 30px; }

.right.account-links {
  position: relative !important; }

.right.account-links .dropdown-menu {
  position: absolute;
  z-index: 9999999999;
  top: 88px !important;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 15px;
  min-width: 250px;
  left: -133px;
  width: auto !important; }

.right.account-links .dropdown-menu nav.navBar.navBar--sub.navBar--account {
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0; }

.right.account-links .dropdown-menu a.navUser-action {
  width: 100%;
  background: !important;
  border-color: !important;
  color: !important;
  margin-left: 0;
  font-size: 14px; }

.right.account-links .dropdown-menu a.navUser-action:hover {
  background: !important;
  border-color: !important;
  color: !important; }

.right.account-links .dropdown-menu .navBar--sub .navBar-item {
  text-transform: capitalize;
  display: block;
  width: 100%; }

.right.account-links .dropdown-menu ul {
  height: auto !important;
  display: block; }

div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown {
  left: -315px !important;
  display: table;
  width: 360px !important;
  max-width: 100% !important; }

.dropdown-menu .or-text {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px;
  font-style: italic;
  text-transform: uppercase; }

hr.left {
  float: left;
  width: 40%;
  margin: 0;
  margin-top: 10px; }

hr.right {
  float: right;
  width: 40%;
  margin: 0;
  margin-top: 0px; }

.dropdown-menu .login-form-dropdown {
  width: 100%;
  float: none;
  margin-top: 15px;
  margin-bottom: 0;
  padding-right: 0; }

.dropdown-menu .login-form-dropdown .form-actions .button {
  width: 100%;
  padding: 10px;
  font-size: 14px !important;
  line-height: 30px;
  padding: 0; }

.dropdown-menu .login-form-dropdown .form-field {
  margin-bottom: 0; }

.right.account-links .dropdown-menu label.form-label {
  display: none; }

.right.account-links .dropdown-menu h2.container-header {
  margin-bottom: 10px !important;
  border-bottom: 3px solid #de2323;
  width: auto;
  display: inline; }

.dropdown-menu a.forgot-password {
  margin-top: 5px !important; }

.dropdown-menu .form-input {
  margin-bottom: 10px; }

.dropdown-menu .form-actions {
  margin-top: 0; }

.dropdown-menu .form-inlineMessage {
  margin: 10px; }

div#side-categories.alternate .category-title {
  text-align: left;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 10px;
  padding-right: 20px; }

div#side-categories.alternate h2 {
  color: white !important;
  font-family: "Anton" !important;
  font-weight: normal !important;
  margin: 0; }

div#side-categories.alternate .category-title h2 {
  text-align: left !important;
  padding-bottom: 3px;
  margin-bottom: 10px;
  display: inline;
  text-align: left !important;
  padding-left: 20px; }

div#side-categories.alternate .category-title h2 a.category-title {
  text-decoration: none !important;
  background-color: transparent !important;
  font-weight: normal !important;
  text-align: left !important;
  font-size: 25px !important;
  display: inline;
  border: 0;
  position: relative;
  text-align: left !important; }

div#side-categories.alternate div.category-title h2 a.category-title:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 40px;
  left: 0;
  background-color: #de2323;
  visibility: hidden;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  z-index: 9999; }

div#side-categories.alternate .mega-pages.sideTopLevel.is-root:hover .category-title h2 a.category-title:before {
  text-decoration: underline !important;
  font-weight: bold !important;
  visibility: visible;
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

div#side-categories.alternate li.navPages-item.is-root:hover .category-title h2 a.category-title:before {
  text-decoration: underline !important;
  font-weight: bold !important;
  visibility: visible;
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

div#side-categories.alternate span.top-level-sub {
  text-align: left;
  display: inline-block;
  margin-bottom: 10px !important;
  position: relative;
  font-weight: normal !important; }

div#side-categories.alternate a.category-image {
  text-align: center; }

div#side-categories.alternate span.top-level-sub:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -7px;
  left: 0;
  background-color: #d25b00;
  visibility: hidden;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  z-index: 9999; }

div#side-categories.alternate li.navPage-subMenu-item-child.sub.is-root:hover span.top-level-sub:before {
  text-decoration: underline !important;
  font-weight: bold !important;
  visibility: visible;
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

div#side-categories.alternate li.navPages-item.is-root:hover .category-title h2 a.category-title {
  text-decoration: none !important;
  text-align: left;
  display: inline;
  padding-left: 15px;
  width: auto;
  font-weight: normal !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a {
  font-size: 16px !important;
  text-decoration: underline !important;
  font-weight: bold;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a.top-level-sub {
  font-size: 16px !important;
  text-decoration: none !important;
  text-align: center;
  display: inline !important;
  font-weight: normal !important;
  text-transform: capitalize !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-ite a.top-level-sub {
  font-size: 16px !important;
  text-decoration: none !important;
  font-weight: bold;
  text-align: center;
  display: inline !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal .navPage-subMenu-list.sub {
  padding: 0 5px !important; }

div#side-categories.alternate a.category-image {
  margin-bottom: 15px !important; }

div#side-categories.alternate ul.navPage-subMenu-list.sub img {
  width: 100%; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children li.navPage-subMenu-item-child.is-root {
  text-align: center !important; }

div#side-categories.alternate .top-sublevel {
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal-children li.navPage-subMenu-item-child.is-root a {
  font-weight: bold !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a.navPage-subMenu-action.navPages-action.sub {
  text-decoration: none !important;
  display: inline !important; }

div#side-categories.alternate .subcategory-image.placeholder-image {
  background-image: url(../img/image-coming-soon-placeholder.png) !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 180px;
  max-width: 100% !important; }

div#side-categories.alternate a.category-image.zoom-image-container {
  margin-bottom: 15px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 8px; }

div#side-categories.alternate a.zoom-image-container div.category-header-image {
  background-position: 50%; }

div#side-categories .placeholder-image {
  display: none !important; }

div#side-categories.alternate .placeholder-image {
  display: block !important; }

.main-nav-container.no-images div#side-categories.alternate div.category-header-image {
  display: none !important; }

.main-nav-container.no-images div#side-categories.alternate .subcategory-image.placeholder-image {
  display: none !important; }

.main-nav-container.no-images div#side-categories.alternate a.category-image {
  text-align: left !important; }

.main-nav-container.no-images a.navPage-subMenu-action.navPages-action {
  text-align: left; }

h2.container-header.btn {
  border-bottom: 0;
  height: initial !important; }

div#side-categories.alternate h2.container-header {
  border-bottom: 0;
  height: initial !important; }

nav.navPages.with-alt-cat-menu .custom-pages-nav {
  float: right;
  text-align: right;
  padding-right: 0 !important; }

li.navPages-item {
  display: inline-block; }

.navPages-item {
  float: none !important; }

div#side-categories li.navPages-item {
  display: block; }

body.main .header-container.full-width.full-width-auto.full-width.in-container ~ .main-nav-container div#menu {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent; }

ul.productGrid--maxCol5 li.product {
  width: 20%; }

ul.productGrid--maxCol4 li.product {
  width: 25%; }

ul.productGrid--maxCol3 li.product {
  width: 33.33%; }

body.main .category.main {
  position: relative;
  z-index: 9; }

body.main .brand.main {
  position: relative;
  z-index: 9; }

.top-menu .account-link {
  float: left;
  display: inline-block;
  padding: 0 15px;
  line-height: 30px; }

.top-menu .account-link a {
  text-decoration: none; }

form.actionBar select#sort {
  background-color: #ffffff; }

footer .socialLinks {
  margin-left: -10px; }

.main.full.home.no-sidenav .banners {
  background: transparent; }

.productView input#form-action-addToCart {
  border-radius: 4px !important; }

.product-page ul.tabs {
  border-bottom: 1px solid;
  border-radius: 4px 4px 0 0;
  margin-bottom: 15px;
  border-color: #ebebeb; }

.product-page ul.tabs li.tab {
  width: auto !important;
  padding: 0 10px;
  margin-bottom: 0;
  position: relative;
  color: #000;
  text-decoration: none; }

.product-page ul.tabs li.tab:hover {
  color: #000; }

.product-page ul.tabs li.tab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0;
  background-color: #de2323;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  transform-origin: 0% 100%; }

.product-page ul.tabs li.tab:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

ul.tabs li.tab a {
  white-space: nowrap; }

.product-page ul.tabs .tab {
  background-color: rgba(0, 0, 255, 0) !important;
  border-right: 1px solid #ebebeb;
  margin-right: 0;
  border-bottom: 4px solid transparent; }

.product-page ul.tabs .tab .tab-title {
  background-color: rgba(0, 0, 255, 0) !important;
  color: #2f2f2b !important;
  font-family: "Anton" !important;
  font-weight: !important;
  font-size: 20px !important;
  text-transform: uppercase; }

.product-page ul.tabs .tab:hover .tab-title {
  color: #2f2f2b !important; }

.product-page ul.tabs .tab.is-active .tab-title {
  background-color: rgba(0, 0, 255, 0) !important;
  color: #de2323 !important;
  font-family: "Anton" !important;
  font-weight: !important;
  font-size: 20px !important; }

.product-page ul.tabs .tab.is-active {
  border: 1px solid;
  border-color: #ebebeb;
  border-bottom: 4px solid transparent; }

article.productView-description ul.tabs {
  border-top: 0 !important;
  margin-bottom: 0px;
  border-radius: 4px 0 0 4px !important;
  border-bottom: 1px solid #ebebeb !important;
  border-left: 1px solid #ebebeb !important; }

article.productView-description ul.tabs li.tab {
  border-bottom: 4px solid transparent !important;
  border-radius: 4px 4px 0 0; }

form#facet-range-form input[type=number] {
  background: #ffffff;
  border-radius: 4px !important; }

main.page.blog .pagination.top {
  z-index: 0; }

.related-products .bx-wrapper {
  border: 0 !important; }

.tabs-contents.related {
  border: 0 !important; }

.product.main li.tab {
  border-bottom: 3px solid transparent !important; }

.bx-wrapper {
  max-width: 100% !important; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: block !important; }

.product.main .in-tabs-in-carousels .bx-controls-direction {
  top: -40px;
  right: 30px; }

article.productView-description {
  margin-bottom: 50px; }

.tabs-contents.related {
  padding: 5px !important;
  margin: 5px !important; }

.product.main div#similar_products .bx-viewport {
  padding-left: 10px; }

.product.main div#related_products .bx-viewport {
  padding-left: 20px; }

div#product-page-with-sidenav {
  border: 0 !important; }

article.productView-description ul.tabs.container-header {
  border: 1px solid !important;
  border-color: #ebebeb !important;
  border-radius: 4px !important; }

footer ul.socialLinks.socialLinks--alt {
  margin-top: -15px; }

footer .social-media {
  margin-top: -20px; }

body.main.home.eleven-seventy.slider-full-width-in-container .body.content {
  margin-top: 0; }

.min.home .body.content {
  margin-top: 18px; }

.content.copyright {
  padding-top: 10px;
  padding-bottom: 10px; }

div#menu.navPages-container.inside-header {
  background-color: white !important; }

footer h2.container-header.instagram-header {
  border: 0; }

h5.footer-info-heading {
  color: black !important; }

h2.container-header.instagram-header {
  color: black !important; }

.footer-info .navUser-or {
  color: black !important; }

div#side-categories li.navPages-item.is-root.active svg {
  fill: #2f2f2b !important; }

div#side-categories.alternate .alt-menu-container li:hover a {
  color: #de2323 !important; }

.category.main form.both-grid-default ul.productList.visible li.product {
  border-radius: 4px !important; }

.tab.is-active .tab-title {
  font-weight: initial; }

.productView .form-increment {
  float: left;
  margin-left: 5px;
  height: .9rem; }

.productView .form-increment .icon {
  height: .9rem;
  width: .9rem; }

.form-increment .button {
  margin: 0;
  border-radius: 0;
  background-color: transparent;
  padding: 5px;
  padding-bottom: 6px;
  border: 1px solid;
  border-color: #f6f6f6; }

.form-increment .button--icon svg {
  fill: #2f2f2b; }

.form-input--incrementTotal {
  border: 1px solid;
  border-color: #f6f6f6;
  border-radius: 0 !important;
  padding: 4.5px; }

.productView .form-increment .button.decrease {
  border-radius: 4px 0 0 4px !important; }

.productView .form-increment .button.increase {
  border-radius: 0 4px 4px 0 !important; }

nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action:hover {
  color: #de2323 !important; }

nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action.navPage-subMenu-action:hover {
  color: #de2323 !important; }

.custom-pages-nav .navPages-action:hover {
  color: #de2323 !important; }

.custom-pages-nav .navPages-action.navPage-subMenu-action:hover {
  color: #de2323 !important; }

.form-input {
  border-radius: 0px !important;
  border-color: #de2323 !important;
  background-color: white !important;
  color: black !important;
  font-weight: normal !important; }
  .form-input:focus {
    border-color: #989898 !important; }

.header-container .form-input {
  border-radius: 4px !important;
  border-color: black !important;
  background-color: white !important;
  color: #3d451d !important; }

.header-container .form-input::placeholder {
  color: #3d451d !important; }

.header-container .dropdown-menu .form-input {
  border-radius: 4px !important;
  border-color: #ebebeb !important;
  background-color: white !important;
  color: #2f2f2b !important; }

.header-container .dropdown-menu .form-input::placeholder {
  color: #2f2f2b !important; }

footer.footer .form-input {
  border-radius: 4px 0 0 4px !important;
  border-color: white !important;
  background-color: white !important;
  color: #2f2f2b !important; }

footer.footer input#nl_email {
  border-radius: 4px 0 0 4px !important;
  border-color: white !important;
  background-color: white !important;
  color: #2f2f2b !important; }

footer.footer .form-input::placeholder {
  color: #2f2f2b !important; }

.top-menu .right.account-links {
  float: right !important; }

span.productView-reviewLink {
  float: right; }

div#previewModal {
  z-index: 999999999; }

.footer {
  padding: 0;
  border-top: 1px solid #e4e5d7 !important; }

.footer-bottom .left {
  padding-top: 15px; }

div#previewModal figure.productView-image {
  cursor: pointer !important; }

.right.account-links .dropdown-menu ul {
  float: none; }

.main-content.floated {
  float: left;
  width: 75%;
  padding-top: 5px; }

.main-content.floated .slider.float.in-container {
  width: 100% !important; }

.main-content.floated .featured-products-section {
  width: 100% !important; }

.main.floated-carousel .slider.float.in-container section.heroCarousel {
  border-radius: 4px !important; }

.slider.float.in-container .heroCarousel-content {
  margin: 0;
  left: 30px;
  left: 0;
  right: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 35rem;
  margin: 0 auto;
  text-align: center; }

.slider.float.in-container .heroCarousel-content h1 {
  text-align: center !important; }

.slider.float.in-container .heroCarousel-content p {
  text-align: center !important; }

.slider.float.in-container .heroCarousel-content span.heroCarousel-action.button {
  margin: 0 auto; }

.main-content.floated .banners.top {
  width: 100% !important; }

.sidenav-banner img {
  border-radius: 4px; }

.banners {
  margin: 0; }

.main.home .body.content .container.main {
  margin-bottom: 0; }

a.navUser-action.account.signout-list {
  margin-bottom: 0; }

div#navPages-currency {
  border: 1px solid #9a977e !important;
  border-top: 0 !important; }

.price--rrp,
.price--discounted {
  opacity: .5; }

.banner {
  max-width: 100% !important; }

body.nine-sixty .custom-pages-nav .navPages-action {
  font-size: 13px; }

body.main.home.nine-sixty .home-page-with-sidenav .card-text span.price {
  font-size: 14px !important; }

body.main.home.slider-full-width-in-container .body.content {
  margin-top: 0px !important; }

body.main.home .body.content {
  margin-top: 18px !important; }

.home figure.blog-thumbnail:hover a {
  color: #de2323 !important; }

.home figure.blog-thumbnail .blog-title {
  padding-top: 10px; }

.related-products-container .card-body {
  min-height: 145px !important; }

.related-products-container .card-body h4.card-title {
  /*height: 80px;*/ }

.related-products-container ul.productGrid li.product article.card h4 > a {
  height: 80px !important; }

span.price {
  padding-right: 5px; }

.page-content img {
  border-radius: 4px; }

article.footer-info-col.footer-info-col--small {
  margin-top: 15px; }

.zoom-image-container {
  display: block;
  /* shrink wrap to image */
  overflow: hidden;
  /* hide the excess */
  border-radius: 4px !important; }

.zoom-image-container img {
  display: block;
  /* no whitespace */
  transition: .5s ease-in-out; }

.zoom-image-container:hover img {
  transform: scale(1.1); }

a.zoom-image-container {
  display: block;
  /* shrink wrap to image */
  overflow: hidden;
  /* hide the excess */
  border-radius: 4px !important; }

a.zoom-image-container div.category-header-image {
  display: block;
  /* no whitespace */
  transition: .5s ease-in-out; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root:hover div.category-header-image {
  transform: scale(1.1); }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root:hover .subcategory-image.placeholder-image {
  transform: scale(1.1); }

.brand.main h1.container-header {
  margin-bottom: 15px;
  border-bottom: 0;
  padding-left: 0;
  font-size: 30px !important; }

.featured-categories-banner .category-link-container:hover span.category-name {
  color: #de2323 !important; }

.previewCartCheckout {
  background-color: #f6f6f6; }

main.page.blog article.blog:hover header h2.blog-title a {
  color: #de2323 !important; }

div#modal {
  z-index: 999999999999; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
  background-color: transparent !important; }

.cart .form-increment .button--icon svg {
  transform: rotate(90deg); }

.cart .form-increment .button {
  border-radius: 0px !important;
  border-color: #ebebeb !important;
  background-color: white !important;
  color: #2f2f2b !important; }

.cart .form-increment .button[data-action="dec"] {
  border-radius: 4px 0px 0px 4px !important;
  left: 3px !important; }

.cart .form-increment .button[data-action="inc"] {
  border-radius: 0px 4px 4px 0 !important;
  right: 3px !important; }

.cart .form-input {
  padding: 5px; }

body.main .subcategory-image {
  margin: 0 auto !important; }

body.main ul.brandGrid.productGrid--maxCol3 li {
  width: 33.33% !important; }

body.main ul.brandGrid.productGrid--maxCol4 li {
  width: 25% !important; }

body.main ul.brandGrid.productGrid--maxCol5 li {
  width: 20% !important; }

body.main ul.brandGrid a.image-link {
  width: 100%;
  height: auto;
  display: table-cell;
  vertical-align: middle; }

.page.brands .card-figure img {
  max-width: 100% !important;
  display: block;
  width: auto;
  padding: 15px; }

body.main ul.brandGrid figure.card-figure {
  display: table;
  width: 100%; }

body.main ul.brandGrid li.brand article:hover a.name-link {
  color: #de2323 !important; }

body.main ul.brandGrid h4.card-title {
  border-top: 0 !important; }

.brands-slider-section a.image-link {
  vertical-align: middle !important;
  display: inline-block !important;
  float: none !important;
  padding: 15px;
  text-align: center; }

.bx-wrapper img {
  max-height: 164px; }

.brands-slider-section .bx-wrapper {
  padding-top: 0;
  padding-bottom: 0; }

.main.home.no-sidenav .sidenav-banner img {
  margin: 0 auto !important; }

.accordion--navList .accordion-indicator {
  visibility: visible; }

.accordion--navList .accordion-indicator {
  color: #2f2f2b;
  fill: #2f2f2b; }

div#faceted-search-container {
  width: 100%;
  padding: 0; }

div#facetedSearch-navList a.navList-action.navList-action--checkbox {
  color: #2f2f2b; }

div#facetedSearch-navList a.navList-action.navList-action--checkbox:hover {
  color: #de2323; }

div#facetedSearch-navList h5.accordion-title {
  font-family: "Lato";
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  color: #2f2f2b;
  width: 100%;
  padding: 10px 12px !important;
  display: block; }

.mobile-login {
  float: right;
  list-style-type: none;
  text-decoration: none !important;
  line-height: 30px; }

.mobile-login a {
  text-decoration: none; }

.mobile-login {
  display: none; }

.productView a.button.dropdown-menu-button {
  background-color: #de2323;
  border-color: #de2323;
  color: white;
  padding: 10px 35px 6px 35px;
  border-radius: 4px;
  font-family: "Anton", Arial, Helvetica, sans-serif;
  margin-right: 0 !important; }

.productView a.button.dropdown-menu-button:hover {
  background-color: #ffcb07;
  border-color: #ffcb07;
  color: white; }

.productView a.button.dropdown-menu-button i svg {
  fill: white;
  display: none; }

form.form.form-wishlist.form-action {
  position: relative; }

ul#wishlist-dropdown {
  position: absolute;
  left: initial !important;
  top: initial !important;
  border-radius: 4px !important;
  background-color: white;
  border-top: 0 !important;
  margin-top: -14px !important;
  border: 1px solid #f6f6f6 !important;
  background-color: white; }

ul#wishlist-dropdown .button {
  padding: 0;
  font-size: 1rem;
  text-transform: initial;
  width: 100%;
  text-align: left;
  padding: 5px;
  border-bottom: 1px solid;
  border-color: #f6f6f6;
  background-color: white; }

.footer-geotrust-ssl-seal {
  float: left;
  position: static;
  margin-top: 15px; }

.top-sellers.in-tabs-in-carousels {
  height: 0; }

.new-products.in-tabs-in-carousels {
  height: 0; }

.top-sellers.in-tabs-in-carousels .bx-wrapper {
  height: 0; }

.new-products.in-tabs-in-carousels .bx-wrapper {
  height: 0; }

.slider {
  display: none; }

body.main.home.fourteen-forty .home-page-with-sidenav .featured-categories-banner {
  width: 80%;
  float: left; }

body.main.home.thirteen-sixty-six .home-page-with-sidenav .featured-categories-banner {
  width: 80%;
  float: left; }

body.main.home.twelve-eighty .home-page-with-sidenav .featured-categories-banner {
  width: 80%;
  float: left; }

body.main.home.eleven-seventy .home-page-with-sidenav .featured-categories-banner {
  width: 78%;
  float: left; }

body.main.home.nine-sixty .home-page-with-sidenav .featured-categories-banner {
  width: 75%;
  float: left; }

body.main.home.nine-sixty .home-page-with-sidenav .top-and-category-banners {
  width: 100%;
  float: none; }

body.main.thirteen-sixty-six .home.home-page-with-sidenav .banners.top {
  width: 100%; }

div#menu.navPages-container.inside-header {
  position: relative;
  left: -50px; }

.right.account-links.desktop.inside-header {
  left: -50px; }

.right.account-links.desktop.inside-header li.navUser-item.navUser-item--cart.desktop {
  left: 10px; }

body.main.twelve-eighty .home.home-page-with-sidenav .banners.top {
  width: 100%; }

body.main.home.slider-in-container-floated .home-page-with-sidenav .featured-categories-banner {
  width: 100%; }

.instagramFeed-image img {
  border-radius: 4px; }

nav.navPages.sticky-nav.search input#search_query {
  background-color: #ffffff !important;
  color: #2f2f2b !important; }

nav.navPages.sticky-nav.search .search-icon {
  height: 25px;
  width: 25px; }

nav.navPages.sticky-nav.search.visible .search-icon svg {
  width: inherit !important;
  height: inherit !important; }

a.checkoutMultiple {
  clear: both;
  display: block;
  float: right;
  margin-bottom: 15px; }

div#bulkPricingModal {
  z-index: 999999999; }

.swal2-container.swal2-center.swal2-fade.swal2-shown {
  z-index: 9999; }

div.header-logo.header-logo--center {
  width: 100%; }

div#menu.navPages-container.center-logo {
  display: block;
  width: 100%;
  float: none;
  left: initial; }

div#menu.navPages-container.center-logo .navPages-quickSearch .form-fieldset {
  float: none;
  margin: 0 auto;
  position: relative; }

div#menu.navPages-container.center-logo .navPages-quickSearch .form-fieldset .form-field {
  position: relative; }

div.header-logo.header-logo--center a {
  display: inline-block !important;
  width: auto; }

.account-links.desktop.inside-header.center-aligned-logo li.navUser-item.navUser-item--account {
  width: auto; }

.account-links.desktop.inside-header.center-aligned-logo li.navUser-item.navUser-item--cart.desktop.is-root {
  width: auto; }

.account-links.desktop.inside-header.center-aligned-logo ul {
  margin-left: 0;
  padding-left: 0;
  text-align: center; }

.account-links.desktop.inside-header.center-aligned-logo ul li {
  display: inline-block !important;
  float: none !important; }

.account-links.desktop.inside-header.center-aligned-logo ul li a {
  display: inline-block !important;
  float: none !important; }

.account-links.desktop.inside-header.center-aligned-logo div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown {
  top: 45px !important;
  left: initial !important; }

.account-links.desktop.inside-header.center-aligned-logo .countPill {
  top: 0 !important; }

.account-links.desktop.inside-header.center-aligned-logo div#account-dropdown-signin-register {
  left: initial !important;
  width: auto !important;
  min-width: 250px !important;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 15px; }

.account-links.desktop.inside-header.center-aligned-logo .dropdown-menu h2.container-header {
  margin-bottom: 10px !important;
  border-bottom: 3px solid #de2323;
  width: auto;
  display: inline;
  float: left; }

div#menu.navPages-container.inside-header.left-logo {
  width: 35% !important;
  left: 0 !important; }

.navPages-container.inside-header.right-logo nav.navPages {
  float: none; }

div#menu.navPages-container.inside-header.right-logo {
  display: table-cell !important;
  float: none;
  vertical-align: middle !important;
  width: 27%;
  left: 0 !important; }

.right.account-links.desktop.inside-header.right-aligned-logo {
  left: 0 !important; }

div#menu.navPages-container.inside-header.right-logo .navPages-quickSearch.right.searchbar .form-fieldset {
  float: none !important;
  width: 100%; }

.navPages-container.inside-header.right-logo .right.searchbar {
  float: none !important;
  max-width: 350px; }

.navPages-container.inside-header.right-logo .navPages-quickSearch.right.searchbar.right {
  margin-bottom: 0; }

.header-logo.header-logo--right {
  display: inline;
  text-align: right; }

.header-logo.header-logo--right {
  display: table-cell !important;
  text-align: right;
  float: none !important;
  width: 50%; }

.right.account-links.desktop.inside-header.right-aligned-logo ul {
  float: none !important; }

div#side-categories.alternate a.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu {
  display: table !important; }

.navPage-subMenu.navPage-subMenu-horizontal {
  position: static !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root .navPage-subMenu.navPage-subMenu-horizontal {
  position: static !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  min-height: initial !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  width: 25% !important; }

.navPages-item.is-root.hover .subLevel {
  opacity: 1 !important;
  visibility: visible !important;
  width: 100% !important;
  display: block !important;
  float: left; }

.subLevel ul.navPage-subMenu-list {
  opacity: 1;
  visibility: visible; }

div#side-categories.alternate:not(:first-of-type) .subLevel {
  width: 100% !important;
  display: block; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.subAlt4 {
  float: left;
  width: calc(318% + 10.28571rem) !important;
  border: 0;
  border-left: 1px solid #ebebeb;
  padding: 0 !important;
  direction: initial;
  overflow: scroll;
  overflow-x: hidden;
  height: auto !important;
  padding-bottom: 40px !important; }

#instafeed.instagramFeed.postColumns--6 .instagramFeed-post {
  width: 16.66%; }

#instafeed.instagramFeed.postColumns--5 .instagramFeed-post {
  width: 20%; }

#instafeed.instagramFeed.postColumns--4 .instagramFeed-post {
  width: 25%; }

.instagramFeed-post {
  float: left;
  padding: 10px; }

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

body.main.eleven-seventy .home.home-page-with-sidenav .banners.top {
  width: 100%; }

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

.no-js .tab-content.is-active {
  display: block; }

.productView.productView--quickView ul.tabs {
  border-bottom: 1px solid !important;
  border-radius: 4px 4px 0 0 !important;
  margin-bottom: 15px !important;
  border-color: #ebebeb !important; }

.productView.productView--quickView ul.tabs li.tab {
  width: auto !important;
  padding: 0 10px !important;
  margin-bottom: 0 !important;
  position: relative !important;
  color: #000 !important;
  text-decoration: none !important; }

.productView.productView--quickView ul.tabs li.tab:hover {
  color: #000 !important; }

.productView.productView--quickView ul.tabs li.tab:before {
  content: "" !important;
  position: absolute !important;
  width: 100% !important;
  height: 4px !important;
  bottom: -4px !important;
  left: 0 !important;
  background-color: #de2323 !important;
  visibility: hidden !important;
  -webkit-transform: scaleX(0) !important;
  transform: scaleX(0) !important;
  -webkit-transition: all 0.3s ease-in-out 0s !important;
  transition: all 0.3s ease-in-out 0s !important;
  transform-origin: 0% 100% !important; }

.productView.productView--quickView ul.tabs li.tab:hover:before {
  visibility: visible !important;
  -webkit-transform: scaleX(1) !important;
  transform: scaleX(1) !important; }

ul.tabs li.tab a {
  white-space: nowrap !important; }

.productView.productView--quickView ul.tabs .tab {
  background-color: rgba(0, 0, 255, 0) !important;
  border-right: 1px solid #ebebeb !important;
  margin-right: 0 !important;
  border-bottom: 4px solid transparent !important; }

.productView.productView--quickView ul.tabs .tab .tab-title {
  background-color: rgba(0, 0, 255, 0) !important;
  color: #2f2f2b !important;
  font-family: "Anton" !important;
  font-weight: !important;
  font-size: 20px !important;
  text-transform: uppercase; }

.productView.productView--quickView ul.tabs .tab:hover .tab-title {
  color: #2f2f2b !important; }

.productView.productView--quickView ul.tabs .tab.is-active .tab-title {
  background-color: rgba(0, 0, 255, 0) !important;
  color: #de2323 !important;
  font-family: "Anton" !important;
  font-weight: !important;
  font-size: 20px !important; }

.productView.productView--quickView ul.tabs .tab.is-active {
  border: 1px solid !important;
  border-color: #ebebeb !important;
  border-bottom: 4px solid transparent !important; }

.productView.productView--quickView li.tab {
  border-top: 1px solid !important;
  border-color: #f6f6f6 !important; }

.productView.productView--quickView ul.tabs {
  border-right: 0 !important; }

article.productView-description ul.tabs {
  border-top: 0 !important;
  margin-bottom: 0px !important;
  border-radius: 4px 0 0 4px !important;
  border-bottom: 1px solid #ebebeb !important;
  border-left: 1px solid #ebebeb !important;
  border-right: 0 !important; }

article.productView-description ul.tabs li.tab {
  border-bottom: 4px solid transparent !important;
  border-radius: 4px 4px 0 0 !important; }

div.header-logo {
  line-height: initial !important; }

.modal-background {
  z-index: 999999999 !important; }

#modal-review-form {
  z-index: 999999999 !important; }

.form-option:hover .form-option-expanded {
  z-index: 99999999999 !important;
  position: absolute !important; }

.banners.top {
  padding: 0 !important; }

.banners.bottom {
  padding: 0 !important; }

.banners .banner p {
  padding: 5px; }

.top-site-banner {
  padding: 0; }

.header-padding {
  height: inherit;
  padding: 15px 0; }

.header-logo--left {
  height: auto !important; }

.header-logo--right {
  height: auto !important; }

.header-logo--center {
  height: auto !important; }

.header {
  padding-top: 0;
  padding-bottom: 0; }

.footer {
  margin-top: 15px; }

a.navUser-action.logout, a.navUser-action.login {
  margin-right: 10px;
  position: absolute;
  color: white;
  left: 6px;
  bottom: -10px;
  line-height: 15px; }

a.navUser-action.logout {
  left: 11px !important; }

a.navUser-action.logout:hover, a.navUser-action.login:hover {
  color: #ffcb07 !important; }

div#menu.navPages-container.center-logo .navPages-quickSearch .form-fieldset .form-field {
  position: relative;
  left: -53px; }

.account-links.desktop.inside-header.center-aligned-logo {
  position: absolute;
  top: initial;
  bottom: 0;
  z-index: 999999;
  right: 32% !important;
  text-align: right; }

div#menu.navPages-container.center-logo a.reset.quicksearch {
  right: 85px; }

div#menu.navPages-container.center-logo a.modal-close.custom-quick-search {
  right: 53px; }

.account-links.desktop.inside-header {
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  opacity: none;
  visibility: hidden; }

.account-links.desktop.inside-header.ready {
  opacity: 1;
  visibility: visible; }

.header-container-left-aligned-logo {
  width: 100%;
  display: table; }

.header-container-right-aligned-logo {
  width: 100%;
  display: table; }

.header-container-center-aligned-logo {
  width: 100%;
  display: table; }

.right.account-links.desktop.inside-header {
  left: initial;
  right: 6px !important; }

div#menu.navPages-container.inside-header.left-logo {
  width: 42% !important; }

.header-logo.header-logo--center {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

div#account-dropdown-signout-list a.button.button--primary.signin-register.logout-button {
  width: 100%;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px; }

a.navUser-action.create.button.button--primary.register.signin-register {
  width: 100%;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px; }

.header-container-left-aligned-logo .right.account-links .dropdown-menu {
  top: 75px !important;
  /*top: auto !important;*/ }

.header-container-left-aligned-logo div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown {
  top: 75px !important; }

.center.account-links.desktop.inside-header.center-aligned-logo .dropdown-menu {
  position: absolute;
  z-index: 9999999999;
  top: 81px !important;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 15px;
  min-width: 250px;
  left: 0px !important;
  width: auto !important; }

.center.account-links.desktop.inside-header.center-aligned-logo div#cart-preview-dropdown.dropdown-menu {
  top: 80px !important;
  left: 0px !important; }

.account-links.desktop.inside-header.center-aligned-logo div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown {
  top: 81px !important; }

.header-container-right-aligned-logo .right.account-links .dropdown-menu {
  position: absolute;
  z-index: 9999999999;
  top: 80px !important;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  padding: 15px;
  min-width: 250px;
  left: 0px !important;
  width: auto !important; }

.header-container-right-aligned-logo div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown {
  top: 80px !important;
  left: 0px !important; }

.center.account-links.desktop.inside-header.center-aligned-logo .navUser-item--cart {
  width: auto !important; }

.account-links.desktop.inside-header.center-aligned-logo ul li {
  display: inline-block !important;
  float: none !important; }

.mobile-login.top-account-access {
  display: block; }

.mobile-login.top-account-access a:hover {
  color: black !important; }

.left.phone-number a:hover {
  color: black !important; }

.left.phone-number a {
  text-decoration: none !important; }

.top-menu .account-link {
  padding-right: 0; }

.mobile-login.top-account-access {
  padding-left: 15px; }

.top-menu .right.account-links {
  left: 14px; }

.top-menu .right.account-links.logout-visible {
  left: 0; }

a.navUser-action.account.signin-register {
  padding-left: 10px;
  padding-right: 5px; }

.top-menu li.mobile-account {
  float: right; }

.top-menu li.mobile-icon .mobile-account-icon a {
  height: 25px;
  width: 25px; }

.top-menu li.mobile-account svg {
  height: 25px;
  width: 25px; }

aside#faceted-search-container .sidebarBlock {
  display: none; }

div#facetedSearch.facetedSearch.sidebarBlock {
  display: block; }

div#facetedSearch .facetedSearch-refineFilters.sidebarBlock {
  display: block; }

aside#faceted-search-container {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

h5.sidebarBlock-heading {
  font-family: "Lato";
  font-weight: 700;
  color: #2f2f2b;
  width: 85%;
  padding: 15px 0 !important;
  display: block;
  line-height: 13px; }

.facetedSearch-refineFilters.sidebarBlock a {
  padding-left: 15px;
  padding-right: 15px; }

div#facetedSearch-navList {
  background-color: #f6f6f6;
  border-radius: 0px !important; }

div#facetedSearch-navList li.navList-item {
  background-color: #f6f6f6;
  border-radius: 0px !important; }

div#facetedSearch-navList a.navList-action.navList-action--checkbox {
  background-color: #f6f6f6;
  border-radius: 0px !important; }

.sidebarBlock + .sidebarBlock {
  border-top: 0; }

div#facetedSearch-content--rating a.navList-action {
  padding-left: 15px;
  padding-right: 15px; }

#facetedSearch {
  padding-bottom: 0; }

div#facetedSearch-navList {
  margin-bottom: 30px;
  border-radius: 4px !important; }

aside#faceted-search-container {
  z-index: 99999; }

.footer-geotrust-ssl-seal table {
  background-color: transparent !important; }

.footer-geotrust-ssl-seal td {
  text-align: left !important; }

.account.recently-viewed a.button.button--small.card-figcaption-button.quickview {
  line-height: 30px; }

.account.recently-viewed .button {
  line-height: 30px !important; }

span.custom-checkbox {
  margin-right: 5px; }

footer h2.container-header.instagram-header {
  padding-left: 0; }

.column-count.five-column .productGrid .product {
  width: 20%; }

.column-count.four-column .productGrid .product {
  width: 25%; }

.column-count.three-column .productGrid .product {
  width: 33.33%; }

.footer-payment-icons .footer-payment-icon {
  float: left;
  display: block; }

svg.footer-payment-icon:last-of-type {
  margin-right: 0; }

.normal-text {
  font-family: "Lato";
  font-weight: 400; }

.compare-page span.value {
  font-family: "Lato";
  font-weight: 400; }

.footer-newsletter-summary {
  color: black;
  line-height: initial;
  padding-top: 15px; }

.header-logo > a {
  display: block !important;
  color: white !important; }

body.main.home.fourteen-forty.slider-in-container-floated .main-content.floated {
  width: 80%; }

body.main.fourteen-forty.slider-in-container-floated .home.home-page-with-sidenav .banners.top {
  width: 100%; }

body.main.home.thirteen-sixty-six.slider-in-container-floated .main-content.floated {
  width: 80%; }

body.main.thirteen-sixty-six.slider-in-container-floated .home.home-page-with-sidenav .banners.top {
  width: 100%; }

body.main.home.thirteen-sixty-six.slider-in-container-floated .main-content.floated {
  width: 80%; }

body.main.thirteen-sixty-six.slider-in-container-floated .home.home-page-with-sidenav .banners.top {
  width: 100%; }

body.main.home.twelve-eighty.slider-in-container-floated .main-content.floated {
  width: 80%; }

body.main.twelve-eighty.slider-in-container-floated .home.home-page-with-sidenav .banners.top {
  width: 100%; }

body.main.eleven-seventy.slider-in-container-floated .home.home-page-with-sidenav .banners.top {
  width: 100%; }

body.main.eleven-seventy.slider-in-container-floated .home.home-page-with-sidenav .banners.top {
  width: 100%; }

body.main.home.eleven-seventy.slider-in-container-floated .main-content.floated {
  width: 77%; }

body.main.eleven-seventy.slider-in-container-floated .home.home-page-with-sidenav .banners.top {
  width: 100%; }

#modal .card-figcaption-body a.button.button--small.card-figcaption-button.quickview:hover {
  color: white !important; }

#modal .card-text.add-to-cart-button a.button.button--small.card-figcaption-button:hover {
  color: white !important; }

.custom-pages-nav div#navPages- ul.navPage-subMenu-list .navPage-subMenu.navPage-subMenu-horizontal {
  display: block; }

.featured-products-section {
  padding-top: 5px; }

.instagramFeed-post a {
  position: relative;
  display: block;
  text-align: center;
  background-color: transparent !important;
  border-radius: 4px; }

.instagramFeed-post a:hover {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.instagramFeed-meta {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff !important;
  opacity: 0; }

.instagramFeed-post a:hover .instagramFeed-meta {
  opacity: 1; }

.bx-viewport .instagramFeed-post {
  padding: 0 !important; }

.instagram-feed .bx-wrapper img {
  position: relative;
  z-index: -1;
  border-radius: 4px !important; }

.instagramFeed-caption {
  font-size: 1.5rem;
  font-family: "Anton" !important;
  font-weight: !important; }

.instagram-feed.in-footer h2.container-header.instagram-header {
  padding-bottom: 10px; }

.instagram-feed {
  z-index: -1;
  position: relative; }

.instagram-feed.ready {
  z-index: 9999999999;
  position: static; }

body:not(.home) .instafeed-homepage-only.instagram-feed.in-footer {
  display: none; }

.side-and-bottom-banners {
  display: none; }

body.main.fourteen-forty .blog-list-container.with-sidenav {
  width: 79%;
  float: left; }

body.main.fourteen-forty .blog-list-container.with-sidenav article.blog {
  width: 32.8%;
  margin-top: 5px;
  padding-top: 0; }

body.main.thirteen-sixty-six .blog-list-container.with-sidenav {
  width: 80%;
  float: left; }

body.main.thirteen-sixty-six .blog-list-container.with-sidenav article.blog {
  width: 32.8%;
  margin-top: 5px;
  padding-top: 0; }

body.main.twelve-eighty .blog-list-container.with-sidenav {
  width: 80%;
  float: left; }

body.main.twelve-eighty .blog-list-container.with-sidenav article.blog {
  width: 32.8%;
  margin-top: 5px;
  padding-top: 0; }

body.main.eleven-seventy .blog-list-container.with-sidenav {
  width: 77%;
  float: left; }

body.main.eleven-seventy .blog-list-container.with-sidenav article.blog {
  width: 32.7%;
  margin-top: 5px;
  padding-top: 0; }

body.main.nine-sixty .blog-list-container.with-sidenav {
  width: 75%;
  float: left; }

body.main.nine-sixty .blog-list-container.with-sidenav article.blog {
  width: 32.6%;
  margin-top: 5px;
  padding-top: 0; }

body.main.fourteen-forty .blog.single.blog-post-with-sidenav article.blog {
  width: 79%;
  margin-top: 5px; }

body.main.thirteen-sixty-six .blog.single.blog-post-with-sidenav article.blog {
  width: 79%;
  margin-top: 5px; }

body.main.twelve-eighty .blog.single.blog-post-with-sidenav article.blog {
  width: 79%;
  margin-top: 5px; }

body.main.eleven-seventy .blog.single.blog-post-with-sidenav article.blog {
  width: 77%;
  margin-top: 5px; }

body.main.nine-sixty .blog.single.blog-post-with-sidenav article.blog {
  width: 100%;
  margin-top: 5px; }

div#side-categories a.activePage {
  color: #de2323 !important; }

div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a.activePage {
  color: #de2323 !important; }

/*div#side-categories ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root:hover a.activePage {
	color: stencilColor('color-primary') !important;
}*/
body.main.fourteen-forty .brands-page-with-sidenav ul.brandGrid {
  width: 80%;
  float: left;
  margin-top: 5px; }

body.main.fourteen-forty .cart-content.with-sidevav {
  width: 80%;
  float: left;
  margin-top: 5px; }

body.main.thirteen-sixty-six .cart-content.with-sidevav {
  margin-top: 5px;
  width: 80%;
  float: left; }

body.main.twelve-eighty .cart-content.with-sidevav {
  margin-top: 5px;
  width: 80%;
  float: left; }

body.main.eleven-seventy .cart-content.with-sidevav {
  margin-top: 5px;
  width: 78%;
  float: left; }

body.main.nine-sixty .cart-content.with-sidevav {
  margin-top: 5px;
  width: 75%;
  float: left; }

body.main.fourteen-forty .compare-content.with-sidevav {
  width: 80%;
  float: left;
  margin-top: 5px; }

body.main.thirteen-sixty-six .compare-content.with-sidevav {
  margin-top: 5px;
  width: 80%;
  float: left; }

body.main.twelve-eighty .compare-content.with-sidevav {
  margin-top: 5px;
  width: 80%;
  float: left; }

body.main.eleven-seventy .compare-content.with-sidevav {
  margin-top: 5px;
  width: 78%;
  float: left; }

body.main.nine-sixty .compare-content.with-sidevav {
  margin-top: 5px;
  width: 75%;
  float: left; }

body.main.fourteen-forty .blog-post-content.with-sidenav {
  width: 80%;
  float: left;
  margin-top: 5px; }

body.main.thirteen-sixty-six .blog-post-content.with-sidenav {
  margin-top: 5px;
  width: 80%;
  float: left; }

body.main.twelve-eighty .blog-post-content.with-sidenav {
  margin-top: 5px;
  width: 80%;
  float: left; }

body.main.eleven-seventy .blog-post-content.with-sidenav {
  margin-top: 5px;
  width: 77%;
  float: left; }

body.main.nine-sixty .blog-post-content.with-sidenav {
  margin-top: 5px;
  width: 75%;
  float: left; }

body.main.fourteen-forty .brands-list-content.with-sidenav {
  width: 80%;
  float: left;
  margin-top: 5px; }

body.main.thirteen-sixty-six .brands-list-content.with-sidenav {
  margin-top: 5px;
  width: 80%;
  float: left; }

body.main.twelve-eighty .brands-list-content.with-sidenav {
  margin-top: 5px;
  width: 80%;
  float: left; }

body.main.eleven-seventy .brands-list-content.with-sidenav {
  margin-top: 5px;
  width: 77%;
  float: left; }

body.main.nine-sixty .brands-list-content.with-sidenav {
  margin-top: 5px;
  width: 75%;
  float: left; }

main.page.brands.brands-page-with-sidenav ul.breadcrumbs {
  margin-top: 5px; }

main.page.blog.blog-page-with-sidenav ul.breadcrumbs {
  margin-top: 5px; }

main.page.content.content-page-with-sidenav ul.breadcrumbs {
  margin-top: 10px; }

main.page.content.contact.contact-page-with-sidenav ul.breadcrumbs {
  margin-top: 5px; }

.home.home-page-no-sidenav {
  margin-top: 0; }

#body.safari .home.home-page-no-sidenav {
  margin-top: 18px; }

.category.main {
  margin-top: 5px; }

main.page-content .cart-content .instagram-feed {
  padding-top: 40px; }

main.page.content.contact.contact-page-with-sidenav form.form {
  width: 100%; }

.banners.home-page-no-sidenav .sidenav-banner.zoom-image-container {
  display: none !important; }

.main.full.home.no-sidenav .featured-products-section.ready .tab-content.is-active {
  display: block !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root .subMenu-list.third-level-plus .navPage-subMenu.navPage-subMenu-horizontal {
  visibility: visible;
  opacity: 1;
  display: block;
  border: 0 !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root .subMenu-list.third-level-plus .navPage-subMenu.navPage-subMenu-horizontal ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  width: 100% !important;
  float: none !important;
  display: block !important; }

div#side-categories.alternate .subMenu-list.third-level-plus ul.navPage-subMenu-list {
  padding: 5px 0 !important;
  border: 0 !important; }

div#side-categories.alternate .subMenu-list.third-level-plus ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  padding: 5px 0 0 !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  padding-bottom: 5px !important;
  padding-top: 15px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
  display: inline-block !important;
  float: none !important;
  clear: none !important;
  width: 25% !important;
  vertical-align: top !important; }

div#side-categories.alternate.with-images li.navPage-subMenu-item-child.second-level-subMenu-plus {
  margin-bottom: 30px !important; }

div#side-categories.alternate.no-images li.navPage-subMenu-item-child.second-level-subMenu-plus {
  margin-bottom: 15px !important; }

div#side-categoriesnavPage-subMenu .navPage-subMenu-horizontal.flyout.second-level.with-images a.navPage-subMenu-action {
  text-align: left; }

div#side-categories.alternate .navPage-subMenu-horizontal.flyout.second-level.with-images ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root .subMenu-list.third-level-plus .navPage-subMenu.navPage-subMenu-horizontal {
  text-align: left !important;
  text-decoration: none !important; }

div#side-categories.alternate .navPage-subMenu-horizontal.flyout.second-level.with-images a.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu {
  text-align: left !important;
  text-decoration: none !important; }

div#side-categories.alternate .navPage-subMenu-horizontal.flyout.second-level.with-images a.navPage-subMenu-action.navPages-action {
  text-align: left !important;
  text-decoration: none !important; }

div#side-categories.alternate .alt-menu-container li:hover a.navPage-subMenu-action.navPages-action {
  color: #2f2f2b !important;
  text-decoration: none !important; }

div#side-categories.alternate .alt-menu-container a.navPage-subMenu-action.navPages-action {
  color: #2f2f2b !important;
  text-decoration: none !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout a span.top-level-sub {
  position: relative;
  margin-bottom: 10px;
  font-weight: bold !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root:hover a span.top-level-sub {
  text-decoration: underline !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout a span.top-level-sub:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 20px;
  left: 0;
  background-color: #d25b00;
  visibility: hidden;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
  -ms-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  z-index: 9999;
  display: none; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root:hover a span.top-level-sub:before {
  text-decoration: underline !important;
  font-weight: bold !important;
  visibility: visible;
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout a.navPage-subMenu-action.navPages-action {
  font-weight: 400 !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout a.navPage-subMenu-action.navPages-action:hover {
  color: #de2323 !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout a.navPage-subMenu-action.navPages-action:hover span {
  color: #de2323 !important; }

div#side-categories.alternate .subMenu-list.third-level-plus ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  padding: 0 !important; }

div#side-categories.alternate .subMenu-list.third-level-plus ul.navPage-subMenu-list {
  padding: 0 !important; }

div#side-categories.alternate .subMenu-list.third-level-plus ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

div#side-categories.sideCategoryList.desktop.alternate.active .navPage-subMenu.navPage-subMenu-horizontal.flyout.second-level ul.navPage-subMenu-list.all-second-level-plus-container {
  display: none; }

div#side-categories.sideCategoryList.desktop.alternate.active li.navPages-item.sideTopLevel.is-root.hover .navPage-subMenu.navPage-subMenu-horizontal.flyout.second-level ul.navPage-subMenu-list.all-second-level-plus-container {
  display: block;
  direction: ltr !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root .subMenu-list.third-level-plus .three-plus-submenu-container li.navPage-subMenu-item-child.is-root {
  width: 100% !important;
  float: none !important;
  display: block !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a.category-image.zoom-image-container.hidden {
  display: none !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root a.category-image.zoom-image-container {
  margin-bottom: 15px !important; }

div#side-categories .navPage-subMenu.navPage-subMenu-horizontal.flyout.second-level.no-images li.navPage-subMenu-item-child.second-level-subMenu-plus.is-root {
  float: none !important;
  width: 25% !important;
  display: inline-block !important; }

.heroCarousel.slick-initialized {
  overflow-y: hidden !important; }

.home .main.full .standard-grid.no-tabs-no-carousels .productGrid .product {
  margin-bottom: 40px !important; }

a.no-link {
  cursor: default !important;
  z-index: -1 !important;
  position: relative; }

li.navUser-item.navUser-item--account a.navUser-action svg {
  color: #de2323 !important;
  fill: #de2323 !important; }

li.navUser-item.navUser-item--account a.navUser-action:hover svg {
  color: #ffcb07 !important;
  fill: #ffcb07 !important; }

li.navUser-item.navUser-item--account.is-root a.navUser-action svg {
  color: #de2323 !important;
  fill: #de2323 !important; }

li.navUser-item.navUser-item--account.is-root a.navUser-action:hover svg {
  color: #ffcb07 !important;
  fill: #ffcb07 !important; }

li.navUser-item.navUser-item--cart.desktop a.navUser-action svg {
  color: #de2323 !important;
  fill: #de2323 !important; }

li.navUser-item.navUser-item--cart.desktop a.navUser-action:hover svg {
  color: #ffcb07 !important;
  fill: #ffcb07 !important; }

li.navUser-item.navUser-item--cart.desktop.is-root a.navUser-action svg {
  color: #de2323 !important;
  fill: #de2323 !important; }

li.navUser-item.navUser-item--cart.desktop.is-root a.navUser-action:hover svg {
  color: #ffcb07 !important;
  fill: #ffcb07 !important; }

.countPill {
  top: 2px !important;
  left: 25px;
  display: inline-block;
  position: absolute;
  background-color: #ffcb07 !important;
  color: black !important; }

.header-container li.navUser-item.navUser-item--cart.is-root a:hover svg {
  fill: #ffcb07 !important; }

.header-container li.navUser-item.navUser-item--cart.is-root a:hover span.countPill {
  color: black !important; }

.header-container a span.countPill:hover {
  color: black !important; }

.header-container li.navUser-item.navUser-item--cart.is-root a span.countPill:hover {
  color: black !important; }

.sidenav-banner.zoom-image-container {
  float: left; }

.card-figcaption:hover .quick-view {
  opacity: 0; }

.card-figcaption:hover .quick-view.active {
  opacity: 1; }

.main-nav-container.left-align .nav-align {
  text-align: left; }

.footer-payment-icons .footer-payment-icon {
  width: 2.25rem; }

/*NEW MAIN PRODUCT IMAGE RULES*/
.productImageSlider {
  opacity: 0; }

.productView.productView--quickView .productImageSlider {
  opacity: 1 !important; }

.product.main.left .slider-nav .slick-slide img {
  width: auto !important; }

.productView-image img {
  width: auto !important; }

.top-menu .phone-number svg {
  width: 15px;
  height: 15px;
  margin-right: 5px;
  position: relative;
  top: 2px; }

.brands-slider-section .in-tabs-in-carousels .bx-controls-direction {
  top: -23px !important; }

#side-categories li.navPage-subMenu-item-child.is-root li.navPage-subMenu-item-child.is-root a {
  font-size: 12px !important;
  padding-left: 35px !important; }

#side-categories li.navPage-subMenu-item-child.is-root li.navPage-subMenu-item-child a {
  font-size: 12px !important;
  padding-left: 35px !important; }

#side-categories li.navPage-subMenu-item-child.is-root li.navPage-subMenu-item-child.is-root li.navPage-subMenu-item-child.is-root a {
  font-size: 11px !important; }

#side-categories li.navPage-subMenu-item-child.is-root li.navPage-subMenu-item-child li.navPage-subMenu-item-child a {
  font-size: 11px !important;
  padding-left: 45px !important; }

.modal-background.is-active {
  z-index: 0 !important; }

.bx-wrapper .bx-next, .bx-wrapper .bx-prev {
  width: 13px !important; }

div#side-categories.alternate div.three-plus-submenu-container ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root {
  display: block !important; }

.subMenu-list.fourth-level-plus {
  display: none; }

div#side-categories.alternate .navPage-subMenu-horizontal.flyout.second-level .three-plus-submenu-container a.navPages-action {
  font-size: 13px !important; }

div#side-categories.alternate ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-root .subMenu-list.third-level-plus .three-plus-submenu-container li.navPage-subMenu-item-child.is-root:nth-child(n+8) {
  display: none !important; }

div#side-categories.alternate .alt-menu-container {
  width: 250px; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
  left: 250px !important; }

body.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
  width: 1116px !important; }

body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
  height: 175px; }

body.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
  width: 1030px !important; }

body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
  height: 160px; }

body.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
  width: 920px !important; }

body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
  height: 140px; }

body.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
  width: 710px !important; }

body.nine-sixty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
  height: 100px; }

li.navPage-subMenu-item-parent.view-all.is-root {
  display: block !important; }

div#side-categories.alternate .navPage-subMenu-horizontal.flyout.second-level a.navPage-subMenu-action.navPages-action.view-all {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  text-decoration: underline !important;
  font-size: 11px !important; }

div#side-categories.alternate .navPage-subMenu-horizontal.flyout.second-level .three-plus-submenu-container a.navPages-action.view-all {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  text-decoration: underline !important;
  font-size: 11px !important; }

.alt-menu-container {
  border: 1px solid;
  border-color: #ebebeb !important; }

.pagination-container a.navPages-action.previous {
  display: none; }

.pagination-container a.navPages-action.next {
  display: none; }

#page-wrapper.drop-down .pagination-container {
  margin-top: 10px;
  margin-bottom: 5px; }

.pagination-container span.dots {
  display: block; }

.pagination-container {
  direction: ltr; }

div#side-categories.alternate .alt-menu-container a.navPages-action.paginator {
  padding: 4px 0px 4px .5px !important;
  background-color: transparent !important;
  border: 1px solid #d7d7d7 !important;
  margin-left: 5px !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 50% !important;
  font-size: 9px !important;
  color: #2f2f2b;
  line-height: 8.5px !important;
  text-align: center !important;
  text-decoration: none !important; }

div#side-categories.alternate .alt-menu-container a.navPages-action.paginator.page0 {
  margin-left: 0 !important; }

div#side-categories.alternate .flyout.second-level a.navPages-action.paginator {
  padding: 3.5px .5px 4px 0px !important;
  background-color: transparent !important;
  border: 1px solid #d7d7d7 !important;
  margin-left: 5px !important;
  width: 17px !important;
  height: 17px !important;
  border-radius: 50% !important;
  font-size: 9px !important;
  color: #2f2f2b;
  line-height: 8.5px !important;
  text-align: center !important;
  text-decoration: none !important; }

a.navPages-action.paginator:first-of-type {
  margin-left: 0 !important; }

a.navPages-action.paginator.active-page {
  background-color: transparent !important; }

hr.sidenav {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #d7d7d7;
  opacity: 1;
  margin-right: 15px; }

.pagination-container {
  margin-top: 5px; }

div#side-categories.alternate .mega-nav.page {
  opacity: 0 !important;
  display: none;
  height: 0;
  margin: 0 !important; }

div#side-categories.alternate .mega-nav.page.active-page {
  opacity: 1 !important;
  display: block;
  height: auto; }

.alt-menu-container span.name {
  width: 85%;
  display: inline-block; }

.flyout-pagination-container span.dots {
  display: block;
  direction: ltr;
  text-align: center; }

.flyout-pagination-container a.navPages-action.paginator {
  display: inline-block !important; }

.flyout-page-wrapper .page {
  opacity: 0 !important;
  display: block;
  height: auto; }

.flyout-page-wrapper .page.active-page {
  opacity: 1 !important;
  display: block;
  height: auto; }

.flyout-page-wrapper .page.inactive-page {
  z-index: -1 !important;
  position: relative !important;
  display: block; }

.clear.inactive-page {
  display: none !important; }

.flyout-page-wrapper .page .fader {
  display: block !important;
  opacity: 1 !important;
  height: auto !important; }

.flyout-page-wrapper a.navPages-action.paginator.active-page {
  background-color: #de2323 !important;
  color: #ffffff !important; }

div#side-categories.alternate a.navPages-action.paginator.active-page {
  background-color: #de2323 !important;
  border-color: #de2323 !important;
  color: #ffffff !important; }

div#side-categories.alternate a.navPages-action.paginator.inactive-page {
  color: #2f2f2b !important; }

div#side-categories.alternate a.navPages-action.paginator:hover {
  color: #de2323 !important; }

div#side-categories.alternate li.navPages-item.is-root:hover a.navPages-action.paginator.active-page {
  background-color: #de2323 !important;
  color: #ffffff !important;
  border-color: #de2323 !important; }

div#side-categories.alternate li.navPages-item.is-root:hover a.navPages-action.paginator.inactive-page {
  color: #2f2f2b !important; }

div#side-categories.alternate li.navPages-item.is-root a.navPages-action.paginator.inactive-page:hover {
  color: #de2323 !important; }

.flyout-pagination-container a.navPages-action.previous {
  display: none !important; }

.flyout-pagination-container a.navPages-action.next {
  display: none !important; }

.flyout-pagination-container {
  padding-top: 15px;
  padding-bottom: 15px; }

div#side-categories.alternate.with-images li.navPage-subMenu-item-child.second-level-subMenu-plus {
  margin-bottom: 0 !important; }

div#side-categories.alternate li.navPages-item.is-root a.navPages-action.paginator.active-page {
  pointer-events: none !important; }

div#side-categories.alternate a.navPages-action.paginator.active-page {
  pointer-events: none !important; }

#side-categories a.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu.activePage.active {
  color: #de2323 !important; }

div#side-categories a.navPage-subMenu-action.navPages-action.navPages-action-depth-max.has-subMenu.activePage.active + span.down-arrow svg {
  fill: #de2323 !important; }

.navPage-subMenu.navPage-subMenu-horizontal.flyout.second-level.active-flyout {
  opacity: 1 !important;
  transition: 0 !important; }

.navPage-subMenu.navPage-subMenu-horizontal.flyout.second-level.inactive-flyout.active-flyout {
  opacity: 0 !important;
  transition: 0 !important; }

.navPage-subMenu.navPage-subMenu-horizontal.flyout.second-level.inactive-flyout {
  opacity: 0 !important;
  transition: 0 !important; }

.second-level-flyout {
  display: none; }

.second-level-flyout.active-flyout {
  display: block; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout.active-flyout {
  visibility: visible;
  opacity: 1; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout.inactive-flyout.active-flyout {
  visibility: visible;
  opacity: 1; }

div#side-categories.alternate li .navPages-action {
  text-transform: initial !important; }

nav.navPages.with-alt-cat-menu.with-images.with-brands.two-levels-deep div#side-categories.alternate .navPage-subMenu-horizontal.flyout.second-level.with-images a.navPage-subMenu-action.navPages-action {
  text-align: center !important; }

.flyout-pagination-container.top {
  float: right;
  width: 10%;
  direction: ltr;
  padding-top: 10px;
  padding-bottom: 0;
  text-align: right;
  display: none; }

.flyout-pagination-container.top.visible {
  display: block; }

.flyout-pagination-container.top a.navPages-action.previous {
  display: inline-block !important;
  width: auto !important;
  float: none;
  margin-right: 5px; }

div#side-categories.alternate .flyout-pagination-container.top a.navPages-action.previous i, div#side-categories.alternate .flyout-pagination-container.top a.navPages-action.next i {
  width: 25px;
  height: 25px; }

div#side-categories.alternate .flyout-pagination-container.top a.navPages-action.previous svg, div#side-categories.alternate .flyout-pagination-container.top a.navPages-action.next svg {
  display: block !important;
  fill: #2f2f2b !important; }

div#side-categories.alternate .flyout-pagination-container.top a.navPages-action svg {
  stroke: initial; }

.flyout-pagination-container.top {
  position: relative;
  left: 0px; }

.flyout-pagination-container.top span.dots {
  display: inline-block !important;
  width: auto !important;
  float: none;
  display: none !important; }

.flyout-pagination-container.top a.navPages-action.next {
  display: inline-block !important;
  width: auto !important;
  float: none; }

.flyout-pagination-container.top .navPages-action.inactive {
  pointer-events: none !important;
  opacity: .2; }

.flyout-pagination-container.bottom {
  width: 100%;
  padding-bottom: 15px; }

div#side-categories.alternate .flyout-pagination-container.top a.navPages-action:hover svg {
  stroke: none !important; }

div#side-categories.alternate .alt-menu-container {
  visibility: hidden; }

div#side-categories.alternate .alt-menu-container.active {
  display: block !important;
  visibility: visible; }

div#side-categories.alternate .flyout.second-level ul.navPage-subMenu-list li.navPage-subMenu-item-child {
  opacity: 0;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out; }

div#side-categories.alternate .flyout.second-level.active-flyout ul.navPage-subMenu-list li.navPage-subMenu-item-child {
  opacity: 1; }

.flyout-page-wrapper .page .navPage-subMenu-item-child.second-level-subMenu-plus.is-root {
  opacity: 0 !important;
  transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out; }

.flyout-page-wrapper .page.active-page .navPage-subMenu-item-child.second-level-subMenu-plus.is-root {
  opacity: 1 !important; }

.dropdown-pagination-container.top {
  float: right;
  width: 10%;
  display: block;
  padding-right: 15px; }

div#side-categories.alternate h2.container-header.shop-by {
  width: 90% !important;
  float: left; }

div#side-categories.alternate .dropdown-pagination-container.top a.navPages-action.previous svg {
  transform: rotate(90deg);
  fill: #2f2f2b !important; }

div#side-categories.alternate .dropdown-pagination-container.top a.navPages-action.next svg {
  transform: rotate(-90deg);
  fill: #2f2f2b !important; }

.mega-nav.page {
  clear: both; }

div#side-categories.alternate li {
  border: 0 !important; }

div#side-categories.alternate li a {
  font-weight: 400 !important; }

div#side-categories.alternate h2.container-header.shop-by {
  font-weight: !important;
  font-weight: !important; }

div#side-categories.alternate .flyout.second-level a.navPages-action.paginator.page0 {
  margin-left: 0 !important; }

.flyout-pagination-container span.dots {
  display: table;
  margin: 0 auto;
  border-bottom: 1px solid #d7d7d7;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px; }

.flyout-pagination-container span.dots {
  opacity: 0; }

.flyout-pagination-container span.dots.visible {
  opacity: 1; }

.main-nav-container.is-sticky {
  transition: all 0.7s ease-in-out !important;
  -webkit-transition: all 0.7s ease-in-out !important;
  -moz-transition: all 0.7s ease-in-out !important;
  -o-transition: all 0.7s ease-in-out !important;
  -ms-transition: all 0.7s ease-in-out !important; }

.main-nav-container.full-width.is-sticky .navPages-container {
  transition: all 0.7s ease-in-out !important;
  -webkit-transition: all 0.7s ease-in-out !important;
  -moz-transition: all 0.7s ease-in-out !important;
  -o-transition: all 0.7s ease-in-out !important;
  -ms-transition: all 0.7s ease-in-out !important; }

.main-nav-container.fixed {
  position: fixed;
  width: 100% !important;
  background-color: white !important;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  border: 0;
  border-top: 2px solid #de2323 !important;
  top: -100px;
  transition: all 0.7s ease-in-out !important;
  -webkit-transition: all 0.7s ease-in-out !important;
  -moz-transition: all 0.7s ease-in-out !important;
  -o-transition: all 0.7s ease-in-out !important;
  -ms-transition: all 0.7s ease-in-out !important; }

.main-nav-container.fixed .navPages-container {
  background-color: white !important; }

.main-nav-container div#side-categories.alternate h2.container-header {
  background-color: transparent !important;
  margin-bottom: 3.5px; }

.main-nav-container.fixed div#side-categories.alternate h2.container-header {
  background-color: transparent !important;
  color: #2f2f2b !important; }

.main-nav-container.fixed div#side-categories.alternate h2.container-header svg {
  fill: #2f2f2b !important; }

.main-nav-container.fixed li.navUser-item.navUser-item--cart.desktop.is-root a.navUser-action svg {
  color: #2f2f2b !important;
  fill: #2f2f2b !important; }

.main-nav-container.fixed li.navUser-item.navUser-item--account.is-root a.navUser-action svg {
  color: #2f2f2b !important;
  fill: #2f2f2b !important; }

.main-nav-container.fixed .custom-pages-nav .navPages-item.is-root {
  display: none; }

.main-nav-container.fixed .navPages ul {
  display: none; }

.main-nav-container.fixed .navPages-quickSearch.right.searchbar.sticky {
  display: inline-block;
  margin-bottom: 0;
  border: 0;
  width: auto;
  float: none;
  position: relative;
  width: 63%;
  top: -9px; }

.right-align-container.sticky svg {
  width: 25px !important;
  height: 25px !important; }

.right-align-container.sticky .navUser-item--account svg {
  width: 22px !important;
  height: 22px !important; }

.main-nav-container.fixed .navPages-quickSearch.right.searchbar.sticky input#search_query {
  height: 30px !important; }

.main-nav-container.full-width.fixed-ready {
  top: 0px;
  min-height: 43px; }

.right-align-container.sticky {
  display: none; }

.right-align-container.sticky {
  display: none;
  float: right;
  width: 50%; }

.main-nav-container.fixed .right-align-container.sticky {
  display: block; }

.user-links.sticky {
  float: none;
  display: inline-block;
  position: relative;
  left: -15px; }

.main-nav-container.fixed .right-align-container.sticky {
  display: inline-block;
  float: right;
  text-align: right;
  position: relative;
  top: 5px; }

.main-nav-container.fixed .navPages-quickSearch.right.searchbar.sticky input#search_query {
  height: 27px !important;
  background: none !important;
  border: 1px solid;
  border-color: #e5e5e5 !important;
  border-radius: 4px !important; }

.right-align-container.sticky section.quickSearchResults {
  margin-top: 0; }

.right-align-container.sticky section.quickSearchResults ul.productGrid {
  padding-top: 50px; }

.right-align-container.sticky a.reset.quicksearch {
  right: 45px; }

.right-align-container.sticky a.modal-close.custom-quick-search {
  right: 10px; }

.right-align-container.sticky .productGrid {
  margin: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px; }

div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown.fixed {
  position: fixed !important;
  top: 43px !important;
  right: 19% !important;
  left: initial !important; }

html,
body {
  overflow-x: hidden; }

hr.sidenav {
  display: none; }

.flyout-pagination-container span.dots {
  border-bottom: 0; }

.flyout-pagination-container.bottom {
  padding-bottom: 0; }

.flyout-pagination-container span.dots.visible {
  padding-bottom: 0; }

h2.container-header.shop-by.by-brand {
  margin-bottom: 4.5px !important; }

.navPages-quickSearch.right.searchbar.sticky .search-icon {
  top: 3.5px; }

.navPages-quickSearch.right.searchbar.sticky .search-icon svg {
  width: 24px !important;
  height: 24px !important; }

.main-nav-container.full-width.left-align.fixed li.navUser-item.navUser-item--account.is-root a.navUser-action svg {
  color: #3d451d !important;
  fill: #3d451d !important; }

.main-nav-container.full-width.left-align.fixed li.navUser-item.navUser-item--cart.desktop.is-root a.navUser-action svg {
  color: #3d451d !important;
  fill: #3d451d !important; }

.sideCategoryList .brands {
  margin-bottom: 5px; }

.navPages-action {
  text-transform: initial !important; }

#navPages-.flyout:before {
  display: none !important; }

div#side-categories.alternate .alt-menu-container li:hover a.navPage-childList-action.navPages-action {
  color: #2f2f2b !important;
  text-decoration: none !important;
  font-weight: 400 !important; }

div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout.second-level a.navPage-childList-action.navPages-action:hover {
  color: #de2323 !important; }

div#side-categories.alternate #navPages-.navPages-flyout {
  padding-bottom: 15px !important; }

div#side-categories.alternate #navPages-.navPages-flyout ul.navPage-subMenu-list {
  padding-bottom: 0 !important; }

.main-nav-container.full-width nav.navPages.with-alt-cat-menu.altMenu-sticky-only div#side-categories.sticky {
  display: none; }

.main-nav-container.full-width.left-align nav.navPages.with-alt-cat-menu.altMenu-sticky-only .custom-pages-nav {
  text-align: left !important;
  float: left !important;
  padding-left: 0; }

.main-nav-container.full-width.center-align nav.navPages.with-alt-cat-menu.altMenu-sticky-only .custom-pages-nav {
  text-align: center !important;
  float: left !important;
  padding-left: 0; }

.main-nav-container.full-width.left-align nav.navPages.with-alt-cat-menu.altMenu-sticky-only .custom-pages-nav .navPages-action {
  padding-left: 0 !important;
  padding-right: 35px !important; }

.main-nav-container.full-width.fixed nav.navPages.with-alt-cat-menu.altMenu-sticky-only div#side-categories.sticky {
  display: block; }

span.mega-shop-text.sticky {
  display: none;
  padding-left: 0; }

.main-nav-container.fixed span.mega-shop-text {
  display: none; }

.main-nav-container.fixed span.mega-shop-text.sticky {
  display: block; }

nav.navPages.with-alt-cat-menu.no-images.no-brands.altMenu-sticky-only span.mega-shop-text {
  display: block;
  padding-left: 0 !important; }

#side-categories li.mega-pages.sideTopLevel.is-root a {
  width: 100% !important;
  text-align: left;
  padding-bottom: 0 !important;
  padding-top: 7.5px !important; }

.megaPages-container {
  margin-bottom: 10px;
  display: none; }

.main-nav-container.fixed .megaPages-container.sticky-pages-visible {
  display: block; }

div#side-categories.alternate .alt-toggle.active h2.container-header.text span.mega-shop-text.sticky {
  padding-left: 0 !important;
  padding-right: 15px !important; }

div#side-categories.alternate .navPage-subMenu-horizontal.flyout.second-level.with-images.no-thirds a.navPage-subMenu-action.navPages-action {
  text-align: center !important; }

div#side-categories.alternate li.navPages-item.is-root:hover a {
  text-decoration: none !important; }

#side-categories .alt-menu-container span:hover {
  color: #de2323 !important; }

li.subcategory-item span.subcategory-name {
  text-align: left; }

li.subcategory-item {
  padding-left: 0; }

li.subcategory-item.hasImage span.subcategory-name {
  text-align: center; }

div#side-categories.alternate .alt-toggle i.menu.close {
  display: none; }

.main-nav-container div#side-categories.alternate .alt-toggle.active i.menu.close {
  display: block; }

.main-nav-container div#side-categories.alternate .alt-toggle.active i.burger.open {
  display: none; }

body.main .product.main.left.product-page-with-sidenav .related-products-container ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button.quickview {
  font-size: 12px !important; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 12px !important;
  padding: 8px 10px; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container .card-text span.price {
  font-size: 12px !important; }

div#menu div#side-categories.alternate .brands-list li {
  clear: both; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav div.schema-product {
  width: 75%;
  float: right; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav div.schema-product {
  width: 77%;
  float: right; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav div.schema-product {
  width: 80%;
  float: right; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav div.schema-product {
  width: 80%;
  float: right; }

body.main.nine-sixty .product.main.left.product-page-with-sidenav .productView {
  width: 100%;
  float: none; }

body.main.eleven-seventy .product.main.left.product-page-with-sidenav .productView {
  width: 100%;
  float: none; }

body.main.twelve-eighty .product.main.left.product-page-with-sidenav .productView {
  width: 100%;
  float: none; }

body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav .productView {
  width: 100%;
  float: none; }

#newsletter-popup h1.newsletter-headline {
  color: black !important; }

#newsletter-popup h5.popup-info-heading {
  color: #2f2f2b !important; }

#newsletter-popup p.subscription-intro.smaller.lighter.lowercase {
  color: #2f2f2b !important; }

#newsletter-popup input.button.button--primary.form-prefixPostfix-button--postfix {
  background-color: #de2323 !important;
  color: white !important;
  border-color: #de2323 !important; }

#newsletter-popup input.button.button--primary.form-prefixPostfix-button--postfix:hover {
  background-color: #ffcb07 !important;
  color: white !important;
  border-color: #ffcb07 !important; }

#newsletter-popup .form-prefixPostfix .form-input::placeholder {
  color: #2f2f2b !important; }

article.productView-description .productView-rating {
  float: none; }

article.productView-description span.productView-reviewLink {
  float: none; }

.productView-image {
  display: block !important; }

.featured-products-section.ready-no-products .in-tabs-in-carousels {
  display: none; }

.featured-products-section.ready-no-products .in-tabs {
  display: none; }

.featured-products-section.ready-no-products .no-tabs-in-carousels {
  display: none; }

.featured-products-section.ready-no-products .no-tabs-no-carousels {
  display: none; }

.featured-products-section.ready-no-products .home.recent-blog-posts.ready {
  margin-top: 0; }

.featured-products-section.ready-no-products {
  opacity: 1; }

.modal-body.quickView .productView-thumbnails img {
  max-height: 50px !important;
  max-width: 50px !important;
  width: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute; }

.modal-body.quickView .productView-thumbnail-link {
  height: 67px;
  max-width: 75px;
  width: 100%;
  display: inline-block !important;
  text-align: center !important;
  position: relative; }

.modal-body.quickView .productView-thumbnails img {
  max-height: 50px !important;
  max-width: 50px !important;
  width: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute; }

.modal-body.quickView .productView-img-container a {
  display: block; }

form.form-wishlist a.button.dropdown-menu-button {
  padding: 10px 2px 6px 20px; }

body.main.eleven-seventy ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 13px !important; }

body.main.twelve-eighty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

body.main.thirteen-sixty-six ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
  font-size: 14px !important; }

h4.card-text.brand {
  font-family: "Lato";
  font-weight: 400;
  display: inline;
  margin-top: 0;
  font-size: 12px !important; }

h4.card-text.sku {
  font-family: "Lato";
  font-weight: 400;
  display: inline;
  margin-top: 0;
  font-size: 12px !important; }

span.sku-label {
  text-transform: capitalize; }

span.brand-sku-divider {
  padding: 0 5px; }

hr.card-img-underscore {
  margin: 15px 0 0 0; }

.card-title > a {
  font-size: 16px;
  font-weight: bold; }

.card-sku-brand-section.separate-lines h4.card-text.brand {
  width: 100%;
  display: inline;
  float: none;
  margin-bottom: 0; }

.card-sku-brand-section.separate-lines h4.card-text.sku {
  width: 100%;
  display: inline;
  float: none; }

.card-sku-brand-section.separate-lines span.brand-sku-divider {
  display: none; }

.card-sku-brand-section.separate-lines span.brand-sku-divider {
  display: none; }

.card-sku-brand-section.brand-two-lines span.brand-sku-divider {
  display: none; }

.card-sku-brand-section.sku-two-lines span.brand-sku-divider {
  display: none; }

.card-sku-brand-section.brand-two-lines.sku-two-lines span.brand-sku-divider {
  display: none; }

article.card.brand-sku-active .card-sku-brand-section {
  min-height: 18px;
  overflow: hidden; }

article.card.brand-sku-active .card-sku-brand-section h4.card-text.brand {
  min-height: 18px;
  overflow: hidden; }

article.card.brand-sku-active .card-sku-brand-section h4.card-text.sku {
  min-height: 18px;
  overflow: hidden; }

article.card.brand-sku-active .card-sku-brand-section.separate-lines {
  height: 35px;
  overflow: hidden;
  margin-bottom: 0; }

article.card.brand-sku-active .card-sku-brand-section h4.card-text.brand {
  height: 18px;
  overflow: hidden; }

article.card.brand-sku-active .card-sku-brand-section h4.card-text.sku {
  height: 18px;
  overflow: hidden; }

article.card.brand-sku-active .card-sku-brand-section h4.card-text.brand.two-lines {
  display: block;
  width: 100%;
  float: none;
  height: 45px;
  overflow: hidden; }

article.card.brand-sku-active .card-sku-brand-section h4.card-text.sku.two-lines {
  display: block;
  width: 100%;
  float: none;
  height: 45px;
  overflow: hidden;
  margin-bottom: 0; }

article.card.brand-sku-active .card-sku-brand-section.separate-lines.brand-two-lines {
  height: 60px; }

article.card.brand-sku-active .card-sku-brand-section.separate-lines.sku-two-lines {
  height: 60px; }

article.card.brand-sku-active .card-sku-brand-section.separate-lines.brand-two-lines.sku-two-lines {
  height: 80px; }

article.card.brand-hidden h4.card-text.brand {
  display: none !important; }

article.card.sku-hidden h4.card-text.sku {
  display: none !important; }

article.card.brand-hidden.brand-sku-active .card-sku-brand-section.separate-lines.brand-two-lines.sku-two-lines {
  height: 35px; }

article.card.sku-hidden.brand-sku-active .card-sku-brand-section.separate-lines.brand-two-lines.sku-two-lines {
  height: 35px; }

article.card.brand-sku-active.sku-hidden .card-sku-brand-section.separate-lines.sku-two-lines {
  height: 18px; }

article.card.brand-hidden.brand-sku-active .card-sku-brand-section.separate-lines.sku-two-lines {
  height: 35px; }

article.card.brand-hidden.brand-sku-active .card-sku-brand-section.separate-lines {
  height: 18px; }

article.card.brand-hidden.brand-sku-active span.brand-sku-divider {
  display: none; }

article.card.brand-sku-active .card-sku-brand-section {
  height: 18px; }

article.card.brand-sku-active .card-sku-brand-section h4.card-text.sku {
  display: inline; }

p.card-text[data-test-info-type="productRating"] {
  margin-bottom: 5px;
  margin-top: 7px; }

article.card.brand-sku-active .card-sku-brand-section.separate-lines h4.card-text.brand {
  display: block; }

article.card.brand-sku-active .card-sku-brand-section.separate-lines h4.card-text.sku {
  display: block; }

article.card.brand-sku-active.brand-sku-active .card-sku-brand-section.brand-two-lines {
  height: 60px;
  margin-bottom: 5px; }

article.card.brand-sku-active.brand-sku-active .card-sku-brand-section.brand-two-lines.sku-two-lines {
  height: 80px; }

article.card.brand-sku-active.brand-sku-active .card-sku-brand-section.sku-two-lines {
  height: 60px; }

article.card.brand-sku-active.brand-sku-active .card-sku-brand-section.sku-two-lines h4.card-text.brand {
  display: block; }

article.card.brand-sku-active.brand-sku-active.sku-hidden .card-sku-brand-section.sku-two-lines {
  height: 35px !important; }

article.card.brand-sku-active.brand-sku-active.brand-hidden .card-sku-brand-section.sku-two-lines {
  height: 35px !important; }

article.card.brand-sku-active.brand-sku-active.sku-hidden .card-sku-brand-section.sku-two-lines {
  height: 18px !important; }

article.card.brand-sku-active.brand-sku-active.sku-hidden .card-sku-brand-section.sku-two-lines {
  height: 18px !important; }

article.card.brand-sku-active.brand-sku-active h4.card-title {
  padding-top: 5px; }

article.card.brand-sku-active.brand-sku-active.sku-hidden .card-sku-brand-section.brand-two-lines {
  height: 45px;
  margin-bottom: 5px; }

/*section.quickSearchResults .card-text.add-to-cart-button {
    position: absolute;
    bottom: 0!important;
    top: auto!important;
    left: 25%;
    right: auto!important;
    float: none;
    width: 110px;
}*/
.quickSearchResults a.button.button--small.card-figcaption-button {
  height: auto !important; }

section.quickSearchResults li.product {
  border-bottom: 1px solid #ebebeb !important; }

section.quickSearchResults article.card {
  min-height: 130px !important; }

.quickSearchResults hr.card-img-underscore {
  display: none; }

section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button a {
  float: left; }

.msrp-hidden .price.price--rrp {
  display: none !important; }

.msrp-hidden .rrp-price--withoutTax {
  display: none !important; }

.msrp-hidden .rrp-price--withTax {
  display: none !important; }

.productView-details .before-sale-price-visible .non-sale-price--withoutTax {
  display: inline;
  font-size: 12px;
  font-weight: 400 !important;
  display: inline-block; }

.productView-details .before-sale-price-visible .price--non-sale {
  text-decoration: line-through; }

.productView-details .price-section.current-price span {
  font-size: 22px !important; }

.productView-details .price-section.current-price span {
  line-height: initial !important; }

.productView-details .price-section.price-section--withoutTax span.price-now-label {
  font-size: 26px !important;
  color: #2f2f2b; }

.productView-details .price-section.current-price.sale-price span {
  color: #2f2f2b; }

.productView-details .price-section.current-price span {
  font-size: 26px !important; }

.productView-details .price-section.current-price span.price {
  font-size: 26px !important;
  line-height: 26px !important; }

.productView-details .price-section.price-section--withTax.non-sale-price--withTax, .productView-details .price-section.price-section--withoutTax.non-sale-price--withoutTax, .productView-details.msrp-visible .price-section.price-section--withTax.rrp-price--withTax, .productView-details.msrp-visible .price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: inline; }

.product-page-layout#body .productView-details .price-section.price-section--withTax.non-sale-price--withTax span.price-label.label-active, .product-page-layout#body .productView-details .price-section.price-section--withoutTax.non-sale-price--withoutTax span.price-label.label-active, .productView-details.msrp-visible .price-section.price-section--withTax.rrp-price--withTax span.price-label.label-active, .productView-details.msrp-visible .price-section.price-section--withoutTax.rrp-price--withoutTax span.price-label.label-active {
  display: inline !important; }

.productView-details .msrp-sale-regular-price-section span.price-label, .productView-details .price-section.price-section--withTax.non-sale-price--withTax, .productView-details .price-section.price-section--withTax.non-sale-price--withTax span.price.price--non-sale, .productView-details .price-section.price-section--withTax.rrp-price--withTax span.price.price--rrp, .productView-details .price-section.price-section--withoutTax.non-sale-price--withoutTax span.price.price--non-sale, .productView-details .price-section.price-section--withoutTax.rrp-price--withoutTax span.price.price--rrp {
  font-size: 16px; }

.productView-price .price-section.price-section--saving.price span.price {
  font-size: 16px !important; }

body .productView-details .productView-price {
  line-height: initial !important; }

.productView-details .price-section {
  padding-top: 15px; }

.card-text span.price-label {
  display: none !important; }

body .card-text .price-section.non-sale-price {
  display: none !important; }

.card-body .card-text span.price.price--rrp {
  opacity: .5;
  text-decoration: line-through; }

span.price.price--saving {
  padding-right: 0; }

.productView-details.before-sale-price-visible span.price.price--non-sale {
  text-decoration: line-through;
  opacity: .5; }

.productView-details.before-sale-price-hidden .price-section.non-sale-price {
  display: none; }

.price-section.price-section--withoutTax.non-sale-price {
  font-size: 16px !important; }

.price-section.price-section--withoutTax.rrp-price--withoutTax {
  font-size: 16px; }

ul.productGrid li.product article.card a.image-link.mobile {
  display: none !important; }

ul.productGrid li.product article.card a.mobile-image-link {
  display: none !important; }

body.main section.quickSearchResults ul.productGrid li.product article.card a img.card-image.main {
  max-height: 110px !important; }

section.quickSearchResults article.card.card--alternate.price-visibility.restricted .card-body.purchase-ability.restricted .card-text.add-to-cart-button {
  top: initial !important; }

section.quickSearchResults ul.productGrid {
  height: 70vh !important;
  max-height: 70vh !important; }

p.productReview-body {
  white-space: pre-line; }

.card-body .msrp-sale-regular-price-section.withoutTax {
  display: inline; }

.card-body .price-section {
  display: inline; }

.msrp-hidden .price.price--rrp {
  display: none !important; }

.msrp-hidden .rrp-price--withoutTax {
  display: none !important; }

.msrp-hidden .rrp-price--withTax {
  display: none !important; }

.productView-details .before-sale-price-visible .non-sale-price--withoutTax {
  display: inline;
  font-size: 12px;
  font-weight: 400 !important;
  display: inline-block; }

.productView-details .before-sale-price-visible .price--non-sale {
  text-decoration: line-through; }

.productView-details .price-section.current-price span {
  font-size: 22px !important; }

.productView-details .price-section.current-price span {
  line-height: initial !important; }

.productView-details .price-section.price-section--withoutTax span.price-now-label {
  font-size: 26px !important;
  color: #2f2f2b; }

.productView-details .price-section.current-price.sale-price span {
  color: #2f2f2b; }

.productView-details .price-section.current-price span {
  font-size: 26px !important; }

.productView-details .price-section.current-price span.price {
  font-size: 26px !important;
  line-height: 26px !important; }

.productView-details .price-section.price-section--withTax.non-sale-price--withTax, .productView-details .price-section.price-section--withoutTax.non-sale-price--withoutTax, .productView-details.msrp-visible .price-section.price-section--withTax.rrp-price--withTax, .productView-details.msrp-visible .price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: inline; }

.product-page-layout#body .productView-details .price-section.price-section--withTax.non-sale-price--withTax span.price-label.label-active, .product-page-layout#body .productView-details .price-section.price-section--withoutTax.non-sale-price--withoutTax span.price-label.label-active, .productView-details.msrp-visible .price-section.price-section--withTax.rrp-price--withTax span.price-label.label-active, .productView-details.msrp-visible .price-section.price-section--withoutTax.rrp-price--withoutTax span.price-label.label-active {
  display: inline !important; }

.productView-details .msrp-sale-regular-price-section span.price-label, .productView-details .price-section.price-section--withTax.non-sale-price--withTax, .productView-details .price-section.price-section--withTax.non-sale-price--withTax span.price.price--non-sale, .productView-details .price-section.price-section--withTax.rrp-price--withTax span.price.price--rrp, .productView-details .price-section.price-section--withoutTax.non-sale-price--withoutTax span.price.price--non-sale, .productView-details .price-section.price-section--withoutTax.rrp-price--withoutTax span.price.price--rrp {
  font-size: 16px; }

.productView-price .price-section.price-section--saving.price span.price {
  font-size: 16px !important; }

body .productView-details .productView-price {
  line-height: initial !important; }

.productView-details .price-section {
  padding-top: 15px; }

.card-text span.price-label {
  display: none !important; }

body .card-text .price-section.non-sale-price {
  display: none !important; }

.card-body .card-text span.price.price--rrp, .card-body .non-sale-price--withoutTax .price--non-sale {
  opacity: .5;
  text-decoration: line-through !important; }

span.price.price--saving {
  padding-right: 0; }

.productView-details.before-sale-price-visible span.price.price--non-sale {
  text-decoration: line-through;
  opacity: .5 !important; }

.productView-details.before-sale-price-hidden .price-section.non-sale-price {
  display: none !important; }

.price-section.price-section--withoutTax.non-sale-price {
  font-size: 16px !important; }

.price-section.price-section--withoutTax.rrp-price--withoutTax {
  font-size: 16px !important; }

article.card-title-two-lines h4.card-title {
  height: 35px;
  overflow: hidden; }

article.card-title-three-lines h4.card-title {
  height: 53px;
  overflow: hidden; }

article.card-title-two-lines.card-title-sixteen h4.card-title {
  height: 40px; }

article.card-title-three-lines.card-title-sixteen h4.card-title {
  height: 60px; }

article.card-title-two-lines.card-title-fourteen.ibm-fonts h4.card-title {
  height: 35px; }

article.card-title-three-lines.card-title-fourteen.ibm-fonts h4.card-title {
  height: 52.5px; }

article.card-title-two-lines.card-title-sixteen.ibm-fonts h4.card-title {
  height: 40px; }

article.card-title-three-lines.card-title-sixteen.ibm-fonts h4.card-title {
  height: 60px; }

.card-sku-brand-section.card-sku-brand-visible {
  margin-bottom: 5px !important; }

article.card .card-body h4.card-title {
  padding-top: 0 !important; }

ul.productGrid li.product article.card h4 > a {
  height: auto !important;
  font-size: 14px; }

.related-products-container article.card-title-two-lines h4.card-title {
  height: 35px;
  overflow: hidden; }

.related-products-container article.card-title-three-lines h4.card-title {
  height: 53px;
  overflow: hidden; }

.related-products-container article.card-title-two-linescard-title-sixteen h4.card-title {
  height: 35px; }

.related-products-container article.card-title-three-lines.card-title-sixteen h4.card-title {
  height: 60px; }

.related-products-container article.card-title-two-lines.card-title-fourteen.ibm-fonts h4.card-title {
  height: 35px; }

.related-products-container article.card-title-three-lines.card-title-fourteen.ibm-fonts h4.card-title {
  height: 52.5px; }

.related-products-container article.card-title-two-lines.card-title-sixteen.ibm-fonts h4.card-title {
  height: 40px; }

.related-products-container article.card-title-three-lines.card-title-sixteen.ibm-fonts h4.card-title {
  height: 60px; }

.related-products-container ul.productGrid li.product article.card h4 > a {
  height: auto !important;
  font-size: 14px; }

section.quickSearchResults h4.card-title {
  height: auto !important; }

section.quickSearchResults h4.card-title > a {
  height: auto !important; }

.productView-price {
  width: 100%;
  float: none; }

.productView-rating {
  width: 100%;
  float: none; }

.productView-options .form-action {
  margin-right: 15px; }

ul#wishlist-dropdown {
  width: 100% !important; }

ul#wishlist-dropdown .button {
  margin-bottom: 0; }

#body.product-page-layout #product-images-container .slider-nav .slick-track {
  display: flex;
  align-items: center; }

.standard-grid.no-tabs-in-carousels .bx-controls-direction {
  top: -34px; }

.compare-page .card-text .normal-text {
  white-space: pre-line; }

.mobile-magnify {
  display: none; }

.slider-nav .slick-track {
  text-align: center; }

.slider-for:hover button.slick-arrow.slick-disabled {
  opacity: 0.2 !important;
  pointer-events: none !important; }

.productView.productView--quickView .slider-for:hover .slick-disabled {
  opacity: 0.2 !important;
  pointer-events: none !important; }

.productView.productView--quickView .slider-nav:hover .slick-disabled {
  opacity: 0.2 !important;
  pointer-events: none !important; }

.product.main.left .slider-nav:hover button.slick-arrow.slick-disabled {
  opacity: 0.2 !important;
  pointer-events: none !important; }

.slider-nav .slick-slide div {
  border: 1px solid transparent; }

.slider-nav .slick-slide.slick-current.slick-active div {
  border: 1px solid #f6f6f6; }

#modal .slider-nav .slick-slide.slick-current.slick-active {
  border: 1px solid #f6f6f6; }

#modal .slider-nav .slick-slide:hover {
  cursor: pointer; }

.slider-nav button.slick-arrow:hover {
  opacity: 1 !important;
  z-index: 9999999; }

.slider-nav.no-carousel .slick-slide {
  padding: 0 5px !important; }

.slider-nav.no-carousel .slick-slide div {
  padding: 5px !important; }

.hide-mobile-fancybox-nav-arrows {
  display: none !important; }

#body a.mobile-image-link {
  display: none !important; }

#body .image-link.mobile {
  display: none !important; }

#modal .slider-nav img.thumbnail-images.slick-slide {
  padding: 5px !important; }

.top.products-container.carousel-active {
  margin-top: 20px; }

.page.category-grid .banners.bottom {
  width: 100% !important; }

#body.product-page-layout #product-images-container .slider-nav.no-carousel .slick-track {
  display: block; }

.slider-nav.no-carousel .slick-list.draggable div {
  display: inline-block;
  float: none !important;
  height: auto !important;
  max-width: 100% !important;
  width: auto !important;
  padding: 1px; }

.slider-nav.no-carousel .slick-slide {
  padding: 0 5px !important; }

#body.product-page-layout #product-images-container .slider-nav.no-carousel button.slick-prev {
  display: none !important; }

#body.product-page-layout #product-images-container .slider-nav.no-carousel button.slick-next {
  display: none !important; }

.slider-nav.no-carousel .slick-track {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
  padding: 0 !important; }

.modal-body.quickView figure.productView-image {
  cursor: -moz-zoom-in !important;
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important; }

.productView.productView--quickView div#product-images-container {
  width: 50%;
  float: left;
  margin-bottom: 50px; }

.productView.productView--quickView #product-images-container .slider-nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center; }

.productView.productView--quickView .slider-nav .slick-slide img, .productView-image img {
  width: auto !important; }

.productView.productView--quickView .main-image-container button.slick-prev {
  margin-top: 0 !important;
  left: 0; }

.productView.productView--quickView .main-image-container button.slick-next {
  margin-top: 0 !important;
  right: 0; }

.productView.productView--quickView .slider-nav button.slick-next {
  margin-top: 0 !important;
  left: initial !important;
  left: auto !important;
  right: 0px !important;
  height: 25px;
  width: 25px;
  opacity: 0; }

.productView.productView--quickView .slider-nav button.slick-next:before {
  position: relative;
  top: -8px;
  left: -3px;
  height: 20px;
  width: 20px; }

.productView.productView--quickView .slider-nav button.slick-prev {
  margin-top: 0 !important;
  left: -10px !important;
  z-index: 9999999 !important;
  height: 25px;
  width: 25px;
  opacity: 0; }

.productView.productView--quickView .slider-nav button.slick-prev:before {
  position: relative;
  top: -8px;
  left: -3px;
  height: 20px;
  width: 20px; }

.productView.productView--quickView .slider-nav.slick-initialized.slick-slider .slick-list.draggable {
  padding: 0 20px !important; }

.productView.productView--quickView .slider-nav .slick-slide img {
  cursor: pointer !important;
  cursor: -moz-pointer !important;
  cursor: -webkit-pointer !important; }

.productView.productView--quickView .slider-nav .slick-slide > div {
  text-align: center; }

.productView.productView--quickView .main-image-container button.slick-prev {
  opacity: 0; }

.productView.productView--quickView .main-image-container button.slick-next {
  opacity: 0; }

.productView.productView--quickView .slider-for:hover .slick-next, .productView.productView--quickView .slider-for:hover .slick-prev {
  opacity: 1; }

.productView.productView--quickView .slider-nav:hover .slick-next, .productView.productView--quickView .slider-nav:hover .slick-prev {
  opacity: 1; }

.productView.productView--quickView .main-image-container {
  margin-bottom: 15px; }

.productView.productView--quickView .slider-nav.slick-slider {
  display: block !important; }

.slick-active figure.productView-image img.loading {
  opacity: 1 !important; }

.productView.productView--quickView .slider-nav {
  text-align: center; }

#modal .productView.productView--quickView button.fancybox-button.fancybox-button--arrow_left[disabled] {
  opacity: .2 !important; }

.fancybox-navigation .fancybox-button--arrow_right[disabled] {
  opacity: .2 !important; }

.fancybox-navigation .fancybox-button {
  top: 46% !important; }

.modal {
  z-index: 99999999999 !important; }

.adminBar {
  z-index: 999999; }

.footer {
  margin-top: 0; }

div[data-content-region="product_above_tabs--global"] {
  clear: both; }

div[data-content-region="category_below_content--global"] {
  clear: both; }

div[data-content-region="brand_below_content--global"] {
  clear: both; }

body .page.content div[data-content-region="page_builder_content_top"] p {
  font-size: unset;
  color: unset; }

body .page.content div[data-content-region="page_builder_content_bottom"] p {
  font-size: unset;
  color: unset; }

form.form.form-wishlist.form-action {
  margin-right: 0 !important; }

.blog.single article.blog .blog-post-body img {
  width: auto; }

.productView-info-bulkPricing dt.productView-info-name {
  display: none; }

.productView-info-bulkPricing dd.productView-info-value {
  float: none;
  clear: both; }

.footer-bottom {
  margin-bottom: 50px; }

section.productView-details.product-options {
  width: 100%; }

span.product-status-message.aria-description--hidden {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -1000px; }

#add-to-cart-wrapper {
  float: left;
  display: block;
  width: 47%;
  margin-right: 15px; }

section.productView-details.product-options {
  padding-left: 0;
  padding-right: 0; }

div#add-to-cart-wrapper .form-action {
  width: 100% !important;
  margin-right: 0 !important; }

.productView input#form-action-addToCart {
  margin-right: 0; }

#add-to-cart-wrapper .button[disabled] {
  cursor: not-allowed;
  color: white !important;
  background-color: #dadada !important;
  border-color: #cac9c9 !important; }

.button[disabled] {
  cursor: not-allowed;
  color: white;
  background-color: #dadada;
  border-color: #cac9c9; }

#body .productView-options .form-action .button {
  width: 100%; }

.productView-options .alertBox.alertBox--error {
  clear: both; }

div#add-to-cart-wrapper.qty-box-visible .form-action {
  margin-top: 50px; }

#body.qty-box-visible form.form.form-wishlist.form-action {
  margin-top: 50px; }

.productView.qty-box-visible.productView--quickView .form.form-wishlist.form-action {
  margin-top: 50px; }

div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments {
  position: absolute; }

div[data-content-region="home_below_carousel"] div[data-sub-layout] {
  padding: 0; }

#body.home.nine-sixty.slider-full-width-in-container div[data-content-region="home_below_carousel"] {
  max-width: 960px;
  margin: 0 auto; }

#body.home.eleven-seventy.slider-full-width-in-container div[data-content-region="home_below_carousel"] {
  max-width: 1170px;
  margin: 0 auto; }

#body.home.twelve-eighty.slider-full-width-in-container div[data-content-region="home_below_carousel"] {
  max-width: 1280px;
  margin: 0 auto; }

#body.home.thirteen-sixty-six.slider-full-width-in-container div[data-content-region="home_below_carousel"] {
  max-width: 1366px;
  margin: 0 auto; }

.productView.productView--quickView div#add-to-cart-wrapper {
  position: relative; }

.account.wishlist a.button.button--small.card-figcaption-button.quickview {
  line-height: 28px !important; }

div#alert-modal {
  margin: 0;
  padding: 1.25em; }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  display: block; }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

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

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  position: absolute;
  height: 5px;
  width: 47px;
  display: block;
  top: 37px;
  border-radius: 2px; }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
  transform: rotate(-45deg);
  right: 16px; }

.swal2-icon.swal2-error {
  border-color: #de2323 !important; }

.swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
  background-color: #de2323 !important; }

div#alert-modal {
  text-align: center; }

#alert-modal button.confirm.button {
  font-family: "Anton";
  background-color: #de2323;
  color: white;
  border-bottom: 0;
  border-color: #de2323;
  border-radius: 4px;
  margin-top: 15px; }

#alert-modal button.confirm.button:hover {
  background-color: #de2323;
  color: white;
  background: #de2323;
  border-color: #de2323; }

#body.blog-feed-images-hidden .blog-thumbnail .zoom-image-container {
  display: none; }

.bx-wrapper .bx-controls-direction a.disabled {
  opacity: 0.2 !important;
  pointer-events: none; }

div#bulkPricingModal-- {
  margin: 0; }

.main-nav-container.fixed div#side-categories.alternate h2.container-header svg {
  height: 43px !important;
  line-height: 43px !important; }

h2.container-header.btn {
  margin-right: 15px !important; }

.main-nav-container.full-width.center-align.is-sticky.fixed.fixed-ready div#side-categories.alternate h2.container-header {
  padding: 0 !important;
  display: block !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 43px;
  float: left; }

.main-nav-container.full-width.center-align.is-sticky.fixed.fixed-ready h2.container-header.text.ready {
  padding: 0 !important;
  display: block !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 43px;
  line-height: 43px; }

.sideCategoryList.desktop.alternate h2.container-header.text.ready {
  margin-bottom: 0 !important; }

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

body.hasAdminBar .main-nav-container.is-sticky.fixed-ready.fixed {
  top: 46px; }

body.hasAdminBar.scrolled {
  margin-top: 43px !important; }

body.scrolled {
  margin-top: 43px !important; }

body.hasAdminBar .adminBar {
  z-index: 9999999999999; }

body.hasAdminBar .banners {
  margin-top: 0 !important; }

#body.checkout.scrolled {
  margin-top: 0 !important; }

#body.checkout .main-nav-container.fixed .right-align-container.sticky {
  top: 0;
  height: 43px;
  line-height: 43px; }

#body.checkout .main-nav-container.fixed.fixed-ready .navPages-quickSearch.right.searchbar.sticky {
  top: 9px;
  height: 43px;
  line-height: 43px; }

#body.checkout .user-links.sticky {
  top: -6px; }

#body.checkout .main-nav-container.is-sticky.fixed.fixed-ready .navPages-quickSearch > .container {
  height: 43px;
  line-height: 43px; }

#body.checkout .main-nav-container.is-sticky.fixed.fixed-ready .alt-toggle svg {
  height: 43px !important;
  width: 43px !important;
  line-height: 43px; }

#body.checkout .main-nav-container .alt-toggle svg {
  height: 39px !important;
  width: 39px !important;
  line-height: 39px; }

#body.checkout .main-nav-container span.down-arrrow.burger-menu {
  height: 39px !important; }

#body.checkout .main-nav-container.is-sticky.fixed.fixed-ready span.down-arrrow.burger-menu {
  height: 43px; }

#body.checkout .form-fieldset {
  margin-bottom: 0; }

#body.checkout div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
  top: 40px !important; }

#body.checkout.scrolled {
  margin-top: 46px !important; }

#body.checkout.scrolled div#side-categories.sideCategoryList.desktop.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
  top: 44px !important; }

#body:not(.checkout) .main-nav-container.is-sticky.fixed div#side-categories.alternate .alt-menu-container {
  margin-top: -2px; }

#body:not(.checkout) .main-nav-container.is-sticky.fixed div#side-categories.alternate .alt-menu-container .navPage-subMenu.navPage-subMenu-horizontal.flyout {
  margin-top: 1px; }

#body:not(.home).hasAdminBar .body.content {
  margin-top: 2.5rem !important; }

nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action {
  position: relative;
  z-index: 999999999; }

div#newsletter-popup.popup-active-with-cookie {
  display: none !important; }

div#newsletter-popup.popup-active-with-cookie.hide-popup {
  display: none !important; }

div#newsletter-popup.popup-active-with-cookie.show-popup {
  display: block !important; }

div#newsletter-popup #dialog.window {
  left: 50% !important;
  margin: 0 !important;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: 0;
  overflow: hidden;
  padding: 10px 35px 10px 35px;
  right: 0 !important;
  top: 50% !important;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 9999999999999999; }

.pagination.top {
  display: none; }

.table-actions .button + .button {
  border-radius: 4px !important; }

ul.breadcrumbs {
  width: 100%;
  display: block; }

#body.safari .main-nav-container.fixed.fixed-ready .navPages-quickSearch.right.searchbar.sticky {
  top: -9px; }

#body.firefox .main-nav-container.fixed.fixed-ready .navPages-quickSearch.right.searchbar.sticky {
  top: -9px; }

#body.chrome.windows .main-nav-container.fixed.fixed-ready .navPages-quickSearch.right.searchbar.sticky {
  top: -9px; }

#body.internet-explorer .main-nav-container.fixed .navPages-quickSearch.right.searchbar.sticky {
  top: -1px; }

.pagination.small {
  position: static !important; }

.pagination.small .pagination-list .pagination-item {
  position: static !important; }

ul.pagination-list.pagination-list--small {
  display: block; }

li.pagination-item.page-number.is-root {
  padding-top: 5px; }

#add-to-cart-wrapper {
  width: 48%; }

form.form.form-wishlist.form-action {
  width: 48%; }

.productView input#form-action-addToCart {
  padding: 10px 15px !important; }

form.form-wishlist a.button.dropdown-menu-button {
  padding: 10px 15px !important; }

form.form-wishlist a.button.dropdown-menu-button span {
  display: block; }

form.form-wishlist a.button.dropdown-menu-button i.icon {
  display: none; }

form.form-wishlist .dropdown-menu {
  max-width: initial; }

#body .brand.main main#product-listing-container.list-default {
  top: 20px; }

#body .brand.main .both-grid-list-views.list-default .actionBar {
  top: -73px; }

#body .brand.main .both-grid-list-views.list-default .actionBar .form-field {
  top: 0px; }

div[data-content-region="header_bottom--global"] {
  margin-bottom: 18px; }
  div[data-content-region="header_bottom--global"]:empty {
    margin-bottom: 0; }

#body .main main#product-listing-container.list-default ul.productGrid .compare {
  position: relative; }

#body .main main#product-listing-container.list-default form.both-list-default ul.productGrid input {
  width: auto; }

#body .main main#product-listing-container.list-default form.both-list-default ul.productGrid span.compare-text {
  top: 16px;
  left: 30px;
  z-index: 0;
  position: absolute; }

#body .main main#product-listing-container.list-default ul.productGrid .compare {
  width: 100%; }

#body .main main#product-listing-container.list-default ul.productGrid span.custom-checkbox {
  position: absolute; }

#body .main main#product-listing-container.list-default form.both-list-default ul.productGrid input {
  width: auto;
  float: left;
  left: 0;
  position: absolute; }

#body .main main#product-listing-container.list-default ul.productGrid .compare {
  height: 34px; }

#body .main main#product-listing-container.list-default ul.productGrid span.custom-checkbox {
  position: absolute;
  height: initial;
  display: block;
  float: left;
  width: auto; }

/*****************************************************************************************************************************/
/*MEDIA QUERIES*/
/*****************************************************************************************************************************/
@media only screen and (max-width: 1470px) {
  body.main.fourteen-forty .top-menu .content {
    padding: 0 15px; }
  body.main.fourteen-forty .body.content {
    padding: 0 15px; }
  body.main.home.fourteen-forty.slider-full-width .body.content {
    padding: 0; }
  body.main.fourteen-forty .header-container.in-container header.header {
    padding: 0 15px; }
  body.main.fourteen-forty .custom-pages-nav {
    padding: 0 15px; }
  body.main.home.fourteen-forty.slider-full-width .main.full.home {
    padding: 0 15px; }
  body.main.fourteen-forty footer .footer-top .content {
    padding: 0 15px !important; }
  body.main.fourteen-forty footer.footer .container {
    padding: 0 15px !important; }
  body.main.fourteen-forty .footer-bottom .content {
    padding: 0 15px !important; }
  body.main.fourteen-forty.slider-in-container-floated .main-nav-container.in-container {
    padding: 0 15px; }
  body.main.fourteen-forty .main-nav-container.in-container {
    margin: 0 auto;
    padding: 0 15px; }
  body.main.fourteen-forty .header-container.full-width.full-width.in-container ~ .main-nav-container div#menu {
    padding: 0 !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 284px !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.home.fourteen-forty figure.card-figure {
    max-height: 100% !important; }
  body.main.fourteen-forty ul.productGrid li.product article.card a {
    max-height: 100% !important; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-width: 100% !important;
    width: auto !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 265px; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important;
    max-width: 100% !important; }
  body.main.fourteen-forty .sidebar.right .card-image {
    max-height: 100% !important;
    max-width: 100% !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav .sidebar.right .card-image {
    max-height: 100% !important;
    max-width: 100% !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 265px;
    width: auto !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 100% !important;
    max-width: 100% !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important;
    max-width: 100% !important;
    position: static; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 355px; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a {
    max-height: 100% !important;
    max-width: 100% !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 355px !important;
    max-width: 355px !important; }
  body.main.fourteen-forty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 265px;
    max-height: 265px;
    position: relative; }
  body.main.fourteen-forty .product.main.left.no-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 100% !important;
    max-width: 100% !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 265px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 265px !important;
    max-width: 100% !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 100% !important;
    max-width: 100% !important;
    position: static; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-width: 100% !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 302.5px !important;
    max-height: 302.5px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 302.5px !important;
    width: auto !important; }
  body.main.fourteen-forty .header-container.full-width.full-width header.header {
    padding-left: 15px;
    padding-right: 15px; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 259.38px !important; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 259.38px !important; }
  body.main.home.fourteen-forty .slider.full-width .heroCarousel-content {
    padding: 15px; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: 1090px !important; } }

@media only screen and (max-width: 1396px) {
  body.main.thirteen-sixty-six .top-menu .content {
    padding: 0 15px; }
  body.main.thirteen-sixty-six .body.content {
    padding: 0 15px; }
  body.main.home.thirteen-sixty-six.slider-full-width .body.content {
    padding: 0; }
  body.main.thirteen-sixty-six .header-container.in-container header.header {
    padding: 0 15px; }
  body.main.thirteen-sixty-six .custom-pages-nav {
    padding: 0 15px; }
  body.main.thirteen-sixty-six .main.full.home {
    padding: 0 15px; }
  body.main.home.thirteen-sixty-six.slider-full-width .main.full.home {
    padding: 0 15px; }
  body.main.thirteen-sixty-six footer .footer-top .content {
    padding: 0 15px !important; }
  body.main.thirteen-sixty-six footer.footer .container {
    padding: 0 15px !important; }
  body.main.thirteen-sixty-six .footer-bottom .content {
    padding: 0 15px !important; }
  body.main.thirteen-sixty-six.slider-in-container-floated .main-nav-container.in-container {
    padding: 0 15px; }
  body.main.thirteen-sixty-six .main-nav-container.in-container {
    margin: 0 auto;
    padding: 0 15px; }
  body.main.thirteen-sixty-six .header-container.full-width.full-width.in-container ~ .main-nav-container div#menu {
    padding: 0 !important; }
  .instagram-feed.in-footer {
    padding: 0 15px; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    max-height: 100% !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a {
    max-height: 100% !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-width: 100% !important;
    width: auto !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    max-height: 100% !important; }
  body.main.thirteen-sixty-six .header-container.full-width.full-width header.header {
    padding-left: 15px;
    padding-right: 15px; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 269.19px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 269.19px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 259.38px; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 259.38px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 259.38px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 259.38px; }
  body.main.home.thirteen-sixty-six .slider.full-width .heroCarousel-content {
    padding: 15px; }
  body.main.thirteen-sixty-six .blog-list-container.with-sidenav article.blog {
    width: 32.2%; }
  body.main.thirteen-sixty-six div#menu .navPages {
    padding: 0 15px; } }

@media only screen and (max-width: 1366px) {
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 9rem) !important; } }

@media only screen and (max-width: 1330px) {
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 8rem) !important; } }

@media only screen and (max-width: 1310px) {
  body.main.twelve-eighty .top-menu .content {
    padding: 0 15px; }
  body.main.twelve-eighty .body.content {
    padding: 0 15px; }
  body.main.home.twelve-eighty.slider-full-width .body.content {
    padding: 0; }
  body.main.twelve-eighty .header-container.in-container header.header {
    padding: 0 15px; }
  body.main.twelve-eighty .custom-pages-nav {
    padding: 0 15px; }
  body.main.twelve-eighty .main.full.home {
    padding: 0 15px; }
  body.main.home.twelve-eighty.slider-full-width .main.full.home {
    padding: 0 15px; }
  body.main.twelve-eighty footer .footer-top .content {
    padding: 0 15px !important; }
  body.main.twelve-eighty footer.footer .container {
    padding: 0 15px !important; }
  body.main.twelve-eighty .footer-bottom .content {
    padding: 0 15px !important; }
  body.main.twelve-eighty.slider-in-container-floated .main-nav-container.in-container {
    padding: 0 15px; }
  body.main.twelve-eighty .main-nav-container.in-container {
    margin: 0 auto;
    padding: 0 15px; }
  body.main.twelve-eighty .header-container.full-width.full-width.in-container ~ .main-nav-container div#menu {
    padding: 0 !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.home.twelve-eighty figure.card-figure {
    max-height: 100% !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a {
    max-height: 100% !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-width: 100% !important;
    width: auto !important; }
  body.main.twelve-eighty figure.card-figure {
    max-height: 100% !important; }
  body.main.twelve-eighty .header-container.full-width.full-width header.header {
    padding-left: 15px;
    padding-right: 15px; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 229.38px; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 229.38px !important; }
  body.main.home.twelve-eighty .slider.full-width .heroCarousel-content {
    padding: 15px; }
  .account-links.desktop.inside-header.center-aligned-logo {
    right: 30% !important; }
  body.main.twelve-eighty div#menu .navPages {
    padding: 0 15px; }
  body.main.home.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 7rem) !important; } }

@media only screen and (max-width: 1300px) {
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 160px; } }

@media only screen and (max-width: 1280px) {
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 7rem) !important; } }

@media only screen and (max-width: 1260px) {
  .container.main {
    padding: 0; }
  .productCarousel .slick-track {
    width: 100% !important; }
  .footer-top.newsletter .form-prefixPostfix .button {
    width: auto;
    margin-top: 0; }
  form.form.wishlist {
    float: right; }
  span.custom-checkbox-text {
    left: -35px; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 242px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 242px !important; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 242px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 242px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 242px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 242px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 242px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 242px !important; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 242px !important; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 242px !important; }
  body.main.nine-sixty figure.card-figure {
    min-height: 242px !important; }
  body.main .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 225px !important; }
  body.main .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-width: 225px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 225.63px !important;
    max-width: 225.63px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-width: 100% !important;
    max-height: 225.63px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 225.63px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 225.63px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 225.63px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 225.63px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 225.63px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 225.63px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 302.5px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 302.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 302.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 302.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 302.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 302.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 302.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 302.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 302.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 302.5px !important; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 7rem) !important; }
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 150px; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 6rem) !important; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 150px; } }

@media only screen and (max-width: 1214px) {
  body.main.fourteen-forty .blog-list-container.with-sidenav article.blog {
    width: 32.7%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.thirteen-sixty-six .blog-list-container.with-sidenav article.blog {
    width: 32.7%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.twelve-eighty .blog-list-container.with-sidenav article.blog {
    width: 32.7%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.eleven-seventy .blog-list-container.with-sidenav article.blog {
    width: 32.6%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.nine-sixty .blog-list-container.with-sidenav article.blog {
    width: 32.6%;
    margin-top: 5px;
    padding-top: 0; } }

@media only screen and (max-width: 1230px) {
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 6.5rem) !important; } }

@media only screen and (max-width: 1200px) {
  body.main.eleven-seventy .top-menu .content {
    padding: 0 15px; }
  body.main.eleven-seventy .body.content {
    padding: 0 15px; }
  body.main.home.eleven-seventy.slider-full-width .body.content {
    padding: 0; }
  body.main.eleven-seventy .header-container.in-container header.header {
    padding: 0 15px; }
  body.main.eleven-seventy .custom-pages-nav {
    padding: 0 15px; }
  body.main.eleven-seventy .main.full.home {
    padding: 0 15px; }
  body.main.home.eleven-seventy.slider-full-width .main.full.home {
    padding: 0 15px; }
  body.main.eleven-seventy footer .footer-top .content {
    padding: 0 15px !important; }
  body.main.eleven-seventy footer.footer .container {
    padding: 0 15px !important; }
  body.main.eleven-seventy .footer-bottom .content {
    padding: 0 15px !important; }
  body.main.eleven-seventy.slider-in-container-floated .main-nav-container.in-container {
    padding: 0 15px; }
  body.main.eleven-seventy .main-nav-container.in-container {
    margin: 0 auto;
    padding: 0 15px; }
  body.main.eleven-seventy .header-container.full-width.full-width.in-container ~ .main-nav-container div#menu {
    padding: 0 !important; }
  .slider.in-container .heroCarousel-content {
    width: 35rem; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.home.eleven-seventy figure.card-figure {
    max-height: 100% !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a {
    max-height: 100% !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-width: 100% !important;
    width: auto !important; }
  body.main.eleven-seventy figure.card-figure {
    max-height: 100% !important; }
  body.main.eleven-seventy .header-container.full-width.full-width header.header {
    padding-left: 15px;
    padding-right: 15px; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 214.38px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 214.38px; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 214.38px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 214.38px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 214.38px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 214.38px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 214.38px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 214.38px !important; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 214.38px !important; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 214.38px !important; }
  body.main.nine-sixty figure.card-figure {
    min-height: 214.38px !important; }
  body.main .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 214.38px; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 214.38px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 214.38px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 214.38px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 214.38px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 214.38px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 214.38px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 214.38px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 214.38px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 287.5px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 287.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 287.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 287.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 287.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 287.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 287.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 287.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 287.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 287.5px !important; }
  body.main.home.eleven-seventy .slider.full-width .heroCarousel-content {
    padding: 15px; }
  .heroCarousel-title {
    font-size: 1.85rem;
    line-height: 1.85rem;
    padding-top: 5px; }
  .heroCarousel-description {
    font-size: 1.3rem;
    margin-bottom: 10px; }
  .heroCarousel-action {
    margin-top: 10px; }
  div#menu.navPages-container.inside-header.left-logo {
    width: 38% !important; }
  .account-links.desktop.inside-header.center-aligned-logo {
    right: 29% !important; }
  body.main.eleven-seventy .custom-pages-nav {
    margin-right: 15px; }
  body.main.eleven-seventy div#side-categories {
    margin-left: 0; }
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 9rem) !important; }
  body.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 5.5rem) !important; }
  body.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 9rem) !important; }
  .main-nav-container {
    padding-left: 15px;
    padding-right: 15px; }
  #add-to-cart-wrapper {
    margin-right: .5rem; }
  .productView input#form-action-addToCart {
    padding: 10px 5px !important;
    font-size: 16px; }
  form.form-wishlist a.button.dropdown-menu-button {
    padding: 10px 5px !important;
    font-size: 16px; } }

@media only screen and (max-width: 1170px) {
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 145px; }
  bodytwelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 5rem) !important; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 145px; }
  body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 140px; } }

@media only screen and (max-width: 1150px) {
  body.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 4.5rem) !important; }
  body.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 8rem) !important; }
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 135px; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 135px; }
  body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 135px; } }

@media only screen and (max-width: 1120px) {
  body.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 4rem) !important; }
  body.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 7rem) !important; } }

@media only screen and (max-width: 1100px) {
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 210px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 210px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 210px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 210px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 210px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 210px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 210px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 210px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 210px !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 210px !important; }
  .slider.in-container .heroCarousel-content {
    width: 30rem; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 210px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 210px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 210px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 210px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 210px; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 210px; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 210px; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 210px; }
  body.main.nine-sixty figure.card-figure {
    min-height: 210px; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 263px !important;
    max-height: 263px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 263px !important;
    width: auto !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 195.63px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 195.63px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 195.63px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 195.63px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 195.63px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 195.63px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 195.63px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 195.63px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 195.63px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 262.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 262.5px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 262.5px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 262.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 262.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 262.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 262.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 262.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 262.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 262.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 262.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 262.5px !important; }
  .account-links.desktop.inside-header.center-aligned-logo {
    right: 28% !important; }
  div#menu.navPages-container.inside-header.left-logo {
    width: 37% !important; }
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 7rem) !important; }
  body.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 3.5rem) !important; }
  body.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 3.5rem) !important; }
  body.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 6.5rem) !important; }
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 125px; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 125px; }
  body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 125px; } }

@media only screen and (max-width: 1064px) {
  body.main.home.nine-sixty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.eleven-seventy ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.twelve-eighty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 3rem) !important; }
  body.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 3rem) !important; }
  body.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 6rem) !important; } }

@media only screen and (max-width: 1051px) {
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 10px !important;
    padding: 8px 10px; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container .card-text span.price {
    font-size: 10px !important; } }

@media only screen and (max-width: 1040px) {
  body.main.eleven-seventy .blog-list-container.with-sidenav article.blog {
    width: 32.6%; }
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 6rem) !important; }
  body.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 2rem) !important; }
  body.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 6rem) !important; }
  body.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 6rem) !important; }
  body.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 6rem) !important; }
  body.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 2rem) !important; }
  body.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 5rem) !important; }
  body.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 8rem) !important; }
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 115px; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 115px; }
  body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 115px; }
  body.nine-sixty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 115px; } }

@media only screen and (max-width: 1027px) {
  body.main.fourteen-forty .blog-list-container.with-sidenav article.blog {
    width: 32.6%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.thirteen-sixty-six .blog-list-container.with-sidenav article.blog {
    width: 32.6%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.twelve-eighty .blog-list-container.with-sidenav article.blog {
    width: 32.6%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.eleven-seventy .blog-list-container.with-sidenav article.blog {
    width: 32.5%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.nine-sixty .blog-list-container.with-sidenav article.blog {
    width: 32.5%;
    margin-top: 5px;
    padding-top: 0; } }

@media only screen and (max-width: 1024px) {
  .header-container .header-container {
    padding-top: 0 !important; }
  .header-padding {
    padding-top: 5px !important;
    padding-bottom: 5px !important; }
  body.hasAdminBar .header-padding {
    padding-top: 5px;
    padding-bottom: 5px; }
  body.hasAdminBar .header-padding .header-padding {
    padding-top: 0;
    padding-bottom: 0; }
  body.hasAdminBar .mobile-menu .right.searchbar {
    top: 91px !important; }
  body.hasAdminBar div#menu.mobile-menu .account-link.currency-converter {
    padding-top: 80px !important; }
  body.hasAdminBar .top-menu {
    top: 46px !important; }
  body.hasAdminBar .header-container {
    margin-top: 0 !important; }
  body.hasAdminBar .header-container .header-container {
    padding-top: 0 !important;
    margin-top: 95px !important; }
  .mobile-login.top-account-access {
    height: 50px;
    line-height: 50px; }
  body.main.home .body.content {
    margin-top: 18px !important; }
  .home.home-page-with-sidenav.slider-in-container {
    margin-top: 8px !important; }
  .mobile-cart {
    margin-top: -3px; }
  .top-menu {
    top: 0; }
  .header-container .header-container {
    margin-top: 50px; }
  body.hasAdminBar .body.content {
    margin-top: 0 !important; } }

@media only screen and (max-width: 1023px) {
  #menu .navPages .navPage-subMenu-list li a {
    background: transparent !important;
    color: #2f2f2b !important;
    padding-left: 16px !important;
    padding-right: 16px !important; }
  #side-categories.alternate {
    overflow-y: scroll !important; }
  #side-categories.alternate.allow-overflow {
    overflow-y: visible !important;
    overflow-x: visible !important; }
  .mobile-menu#menu li.navPage-subMenu-item li {
    border: none; }
  div#side-categories.alternate .alt-menu-container {
    width: 100% !important; }
  #page-wrapper.drop-down .pagination-container {
    margin-top: 20px; }
  body div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    overflow-y: scroll !important; }
  body.main div#side-categories.alternate {
    width: 25% !important; }
  body.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(250% + 7.5rem) !important; }
  .header-container.full-width + .main-nav-container.full-width {
    display: none; }
  .mobileMenu-toggle {
    display: inline-block;
    top: -3px; }
  .top-menu {
    z-index: 9999999999; }
  .left.phone-number {
    float: left;
    left: 40px;
    position: relative; }
  .top-menu .left {
    float: left;
    line-height: 30px; }
  .top-menu .account-link {
    line-height: 50px; }
  .mobile-menu .right.searchbar.mobile-search {
    max-width: initial;
    width: 50% !important; }
  .custom-pages-nav .navPages-action {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400 !important; }
  .navPages.mobile li.navPages-item {
    margin-bottom: 0; }
  .navPages h2.container-header {
    margin-bottom: 8px; }
  .top-menu .currency-converter li {
    line-height: 50px; }
  li.navUser-item.navUser-item--cart.mobile.is-root {
    top: 3px; }
  .mobile-menu .custom-pages-nav {
    margin-top: 0; }
  .mobile-menu .right.searchbar {
    width: 100% !important;
    left: 0;
    top: 24px;
    border-radius: 0 !important;
    border: 0 !important; }
  nav.navPages.mobile {
    top: 100px; }
  .navPages {
    background-color: #393939 !important; }
  .navPages {
    margin-top: -10px; }
  .navPages h2.container-header.mobile {
    display: block; }
  .navPages {
    width: 100% !important;
    left: 0;
    height: 200%; }
  .mobile-menu.navPages-container {
    display: none; }
  nav.navPages {
    display: none; }
  .header.is-open nav.navPages {
    display: block; }
  div#menu.mobile-menu.navPages-container {
    height: 200% !important;
    top: 100px !important;
    width: 50% !important; }
  div#menu.mobile-menu.navPages-container {
    z-index: 9999999; }
  .header.is-open div#menu {
    width: 50% !important; }
  .header.is-open div#menu {
    display: block;
    top: 0;
    width: 96.5%;
    margin: 0 auto;
    display: block;
    margin: 0 15px !important; }
  .header.is-open div#menu {
    position: fixed;
    margin-left: 0 !important; }
  div#menu.navPages-container.inside-header.left-logo {
    display: none; }
  .header.is-open div#menu li.navPages-item {
    display: block !important;
    text-align: left !important;
    position: relative; }
  div#menu span.down-arrow {
    display: block;
    position: absolute;
    padding: 10px 15px;
    float: none; }
  div#menu span.down-arrow svg {
    float: right;
    position: absolute;
    padding: 0 5px;
    font-size: 12px;
    color: #2f2f2b; }
  div#menu.mobile-menu li.navPages-item span.down-arrow svg {
    fill: white !important;
    right: 3px; }
  #mobile-menu .navPages-item .navPage-subMenu-list .navPage-subMenu-item .down-arrow svg {
    margin-right: -6px; }
  div#menu.mobile-menu i.fa.fa-chevron-down.main-nav {
    display: none !important; }
  div#menu.mobile-menu .navPage-subMenu {
    /*display: none !important;*/ }
  div#menu.mobile-menu .navPage-subMenu.sub-category-visible {
    border: 0; }
  div#menu.mobile-menu .navPage-subMenu li a {
    color: #2f2f2b !important;
    width: auto; }
  .mobile-menu#menu li.navPage-subMenu-item {
    border-left: 1px solid;
    border-color: #d25b00; }
  div#menu.mobile-menu a.navPages-action.navPages-action-depth-max.has-subMenu.is-root.active {
    border-radius: 0 !important;
    /*background: #ffffff !important;*/
    background-color: transparent !important;
    width: 100%;
    color: white !important; }
  div#menu.mobile-menu .navPage-subMenu {
    position: static; }
  .right.top.mobile.shift-right {
    display: block;
    height: 50px;
    line-height: 50px; }
  .right.top.mobile .mobile-login {
    height: 50px;
    line-height: 50px; }
  .mobile-cart {
    height: 50px;
    line-height: 50px; }
  li.navUser-item.navUser-item--cart {
    height: 50px;
    line-height: 50px; }
  .top-menu .right a.navUser-action {
    height: 50px;
    line-height: 50px; }
  .countPill {
    top: 10px; }
  .header.is-open div#menu li {
    background-color: transparent !important; }
  .navPages-list--user {
    display: block; }
  div#mobile-menu {
    display: block; }
  ul.navPages-list {
    height: 200%; }
  .navPages {
    overflow-y: auto !important; }
  .top-menu {
    height: 50px; }
  .top-menu .left {
    line-height: 50px; }
  nav.navPages.mobile {
    top: 100px; }
  .mobile-menu .right.searchbar {
    width: 100% !important;
    left: 0;
    top: 44px;
    border-radius: 0 !important;
    border: 0 !important;
    position: fixed;
    float: none;
    display: block;
    width: 100% !important; }
  .mobile-menu .navPages-quickSearch input#search_query {
    border-radius: 4px !important;
    height: 40px !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    color: #7b7b7b !important;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5 !important; }
  .navPages-container .search-icon {
    top: 10px !important; }
  .mobile-menu .form-field {
    padding: 11px 10px 10px 10px; }
  div#menu.mobile-menu .search-icon svg {
    fill: #2f2f2b !important; }
  .navPages-container .searchbar svg {
    height: 34px !important;
    width: 40px !important; }
  div#menu.mobile-menu .account-link.currency-converter {
    padding-top: 12px;
    padding-bottom: 20px; }
  .mobile-menu .currency-converter .navPages-action {
    font-family: "Racing Sans One" !important;
    font-size: 20px !important; }
  h2.container-header.mobile {
    background-color: #393939;
    border-color: #8b8b8b;
    color: #fff !important;
    font-size: 16px;
    border-radius: 4px;
    padding: 4px 9px; }
  nav.navPages.mobile div#navPages-currency {
    left: 20px !important; }
  .navPages h2.container-header {
    padding: 0 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    text-align: left !important; }
  header .form-fieldset {
    width: 100% !important;
    max-width: 100%;
    float: none; }
  .navPages {
    padding: 1.5rem; }
  .navPages.mobile {
    padding: 0 10px; }
  section.quickSearchResults {
    margin-top: 0px; }
  .right.account-links.desktop.inside-header {
    display: none; }
  div#menu.mobile-menu .search-icon svg {
    fill: #2f2f2b !important; }
  .navPages.mobile .navPages-item {
    padding: 0 9px; } }

@media only screen and (max-width: 1023px) {
  .navPages .navPage-subMenu-list, .navPage-childList {
    padding-left: 10px !important;
    width: 100%; }
  #mobile-menu .navPages-item .navPage-subMenu-list .navPage-subMenu-item {
    padding: 0 !important; }
  .mobile-menu .navPages-quickSearch input#search_query {
    border-radius: 4px; }
  .top-menu {
    position: fixed !important;
    width: 100% !important; }
  .top-menu .right {
    display: flex !important;
    justify-content: end; }
  .top-menu .right.top.mobile {
    width: 24%; }
  .mobile-login.top-account-access {
    display: none !important; }
  .top-menu li.mobile-account svg {
    width: 45px;
    height: 35px; }
  .top-menu li.mobile-account {
    display: inline-flex; }
  .mobile-login a {
    display: flex;
    line-height: 50px;
    align-items: center; }
  .header-padding {
    padding-top: 0; }
  .custom-pages-nav .navPages-action {
    color: white !important; }
  .custom-pages-nav .navPages-action:hover {
    color: white !important; }
  #menu .navPages .navPage-subMenu-list li a {
    color: #2f2f2b !important; }
  .top-menu .right {
    display: block; }
  .top-menu .right.account-links {
    display: none; }
  .header-container svg {
    fill: white !important; }
  .right.top.mobile .mobile-login {
    display: flex; }
  .mobile-search .navUser-action.account.search svg {
    margin-top: 5px; }
  .right.top.mobile .mobile-cart {
    float: right; }
  .right.top.mobile .mobile-login {
    float: left; }
  .top-menu .right a.navUser-action {
    min-width: 30px; }
  div#menu.mobile-menu .custom-pages-nav {
    margin-right: 0;
    padding: 0 0; }
  h2.container-header.mobile {
    background-color: #393939;
    border: 1px solid #e0e0e0;
    color: white !important; }
  .mobile-menu#menu .social-media {
    border-top: 1px solid #d7d7d7;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    display: block; }
  .mobile-menu#menu .social-media .socialLinks {
    text-align: left; }
  div#menu.mobile-menu .social-media.mobile .socialLinks .icon {
    width: 32px;
    height: 35px; }
  .social-media.mobile .socialLinks .socialLinks-item {
    margin-right: 18px !important; }
  .custom-pages-nav .navPages-action:hover {
    color: #2f2f2b !important; }
  .mobile-menu .currency-converter ul.navPnavPagesage-subMenu-list {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  div#navPages-currency {
    border: none !important; }
  #menu.mobile-menu .currency-converter ul.navPnavPagesage-subMenu-list li a {
    padding-left: 10px !important; }
  .navPages.mobile .currency-converter svg {
    fill: #0a0a0a !important;
    stroke: #0a0a0a !important; }
  .account-link.currency-converter i.icon.navPages-action-moreIcon {
    width: 11px;
    margin-bottom: 3px; }
  .mobile-menu .currency-converter .navPages-action {
    font-family: "Anton" !important;
    font-weight: !important;
    font-size: 16px !important; }
  .mobile-menu .navPages span.down-arrow svg {
    width: 24px;
    height: 30px; }
  span.down-arrow {
    right: 3px;
    top: 0px; }
  .navPages-container .search-icon {
    top: 14px !important;
    right: 10px; }
  .top-menu .right {
    float: right;
    width: 58%;
    display: block; }
  .mobile-search {
    display: inline-block; }
    .mobile-search .navUser-action.account search {
      right: 8px; }
  .is-open-search div#menu.mobile-menu.navPages-container {
    height: auto !important;
    bottom: auto !important; }
  .is-open-search .mobile-menu.navPages-container {
    display: block; }
  .is-open.is-open-search div#menu.mobile-menu.navPages-container {
    height: 200% !important;
    bottom: 0 !important; }
  div#menu.mobile-menu .right.searchbar.mobile-search {
    background-color: #393939 !important; }
  .navPages-container {
    background-color: #393939 !important; }
  a.navUser-action.account.search {
    right: 5px !important; }
  nav.navPages.mobile {
    margin-top: 0; }
  .navPages.mobile .socialLinks .icon svg {
    fill: white !important; } }

@media only screen and (max-width: 1010px) {
  .right.searchbar {
    /*margin-right: 15px;*/ }
  .container.main {
    margin-top: 15px; }
  .body.content {
    margin: 0 auto;
    /*margin: 0 15px;*/ }
  #body:not(.home).hasAdminBar .body.content {
    margin-top: 0 !important; }
  .header-logo-text {
    font-size: 25px; }
  .header-tagline {
    padding-left: 2%;
    font-size: 14px; }
  select#sort {
    width: 25%; }
  .slider.full-width {
    margin-top: -15px; }
  body.main.home .body.content {
    margin-top: 0 !important; }
  body.main.home .container.main {
    margin-top: 0 !important; }
  .home.home-page-with-sidenav.slider-in-container {
    margin-top: 0 !important; }
  .account-links.desktop.inside-header.center-aligned-logo {
    bottom: 0;
    right: 25% !important; }
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 5.5rem) !important; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 1.5rem) !important; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 2rem) !important; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 4.5rem) !important; }
  body.main.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 7.5rem) !important; } }

@media only screen and (max-width: 1000px) {
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 190px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 190px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 190px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 190px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 190px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 190px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 190px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 190px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 190px !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 190px !important; }
  .slider.in-container .heroCarousel-content {
    width: 30rem; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 190px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 190px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 190px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 190px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 190px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 190px !important; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 190px !important; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 190px !important; }
  body.main.nine-sixty figure.card-figure {
    min-height: 190px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 190px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 190px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 190px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 190px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 190px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 190px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 190px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 190px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 190px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 237.5px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 237.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 237.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 237.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 237.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 237.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 237.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 237.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 237.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 237.5px !important; }
  .brand.main .both-grid-list-views .pagination.top {
    width: 100%; }
  .brand.main .grid-list-view.toggle {
    top: 55px; }
  .brand.main .both-grid-list-views .actionBar {
    top: -15px;
    z-index: 999; }
  .brand.main .both-grid-list-views form.both-grid-default {
    top: 30px; }
  .brand.main form.both-list-default {
    top: 30px !important; }
  .brand.main .both-grid-list-views .actionBar select#sort {
    width: 75%;
    float: right; }
  .brand.main label.form-label {
    text-align: right; }
  .brand.main .both-grid-list-views ul.productGrid--maxCol.grid-default {
    margin-bottom: 55px; }
  .brand.main form.both-grid-default ul.productList.visible {
    margin-bottom: 85px !important; }
  .brand.main ul.productList.list-default.visible {
    margin-bottom: 65px !important; }
  .brand.main ul.productGrid.grid-only.productGrid--maxCol.visible {
    margin-bottom: 60px !important; }
  div#menu.navPages-container.inside-header.left-logo {
    width: 36% !important; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 1rem) !important; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 1rem) !important; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 4rem) !important; }
  .compare {
    margin-top: 15px; }
  .productView input#form-action-addToCart {
    font-size: 14px; }
  form.form-wishlist a.button.dropdown-menu-button {
    font-size: 14px; } }

@media only screen and (max-width: 990px) {
  body.main.home.nine-sixty.slider-full-width .header-container.full-width.full-width-auto.full-width.in-container ~ .main-nav-container div#menu {
    padding: 0 15px !important; }
  body.main.home.nine-sixty .main.full.home {
    padding: 0; }
  body.main.nine-sixty .body.content {
    padding: 0 15px; }
  body.main.nine-sixty .header-container.full-width.full-width.full-width-auto.in-container ~ .main-nav-container div#menu {
    padding: 0 15px !important; }
  body.main.home.nine-sixty.slider-in-container-floated .main-nav-container {
    padding: 0 15px; }
  body.main.nine-sixty .main-nav-container.in-container {
    margin: 0 auto;
    padding: 0 15px; }
  body.main.nine-sixty .header-container.full-width.full-width.in-container ~ .main-nav-container div#menu {
    padding: 0 !important; }
  body.main.home.nine-sixty.slider-in-container-floated .main.full.home {
    max-width: 100%;
    padding: 0 15px; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a img {
    max-width: 100% !important;
    width: auto !important; }
  body.main.home.nine-sixty figure.card-figure {
    max-height: 100% !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a {
    max-height: 100% !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a img {
    max-width: 100% !important;
    width: auto !important; }
  body.main.nine-sixty .custom-pages-nav {
    padding: 0 15px; }
  body.main.nine-sixty .top-menu .content {
    padding: 0 15px !important; }
  body.main.nine-sixty .header-container.full-width.full-width header.header {
    padding-left: 15px;
    padding-right: 15px; }
  body.main.home.nine-sixty .slider.full-width .heroCarousel-content {
    padding: 15px; } }

@media only screen and (max-width: 980px) {
  .header {
    padding-left: 15px !important;
    padding-right: 15px; }
  main.page.blog article.blog {
    width: 32.7%; }
  main.page.blog .blog-post-figure {
    min-height: auto;
    height: auto; }
  main.blog.page article.blog img {
    min-height: auto;
    max-height: auto;
    height: auto; }
  main.page.blog article.blog {
    min-height: 500px; }
  p.blog-date {
    max-height: 20px;
    overflow: hidden; }
  .blog-title a {
    font-size: 20px; }
  .productView-image {
    min-height: initial;
    min-width: initial; }
  ul.productGrid li.product article.card a img {
    max-width: 100% !important;
    max-height: 140px !important; }
  figure.card-figure {
    min-height: 140px;
    max-height: 140px; }
  .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  .product.main.left .productCarousel-slide.slick-slide img {
    max-height: 135px !important; }
  .category form article.card.price-visibility.ratings-disabled {
    min-height: auto !important; }
  .category form article.card.compare-disabled.price-visibility.restricted {
    min-height: auto !important; }
  .category form article.card {
    min-height: auto !important; }
  .category form article .price-visibility.restricted.price-hidden {
    position: absolute !important; }
  .category.main form article.card.price-visibility.restricted {
    min-height: auto !important; }
  .brand form article.card.compare-disabled.price-visibility {
    min-height: auto !important; }
  .brand.main form article.card.price-visibility.restricted {
    min-height: auto !important; }
  .brand.main form article.card.price-visibility {
    min-height: auto; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 186px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 186px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 186px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 186px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 186px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 186px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 186px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 186px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 186px !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 186px !important; }
  .slider.full-width h1.heroCarousel-title {
    width: 65%; }
  .slider.full-width p.heroCarousel-description {
    width: 65%; }
  body.main.fourteen-forty ul.productGrid li.product article.card a {
    max-height: 100% !important; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 175px !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.fourteen-forty figure.card-figure {
    max-height: 100% !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a {
    max-height: 100% !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 175px !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    max-height: 100% !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 175px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 175px !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 175px !important; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 175px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 175px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 175px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 175px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 175px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 175px !important; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 175px !important; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 175px !important; }
  body.main.nine-sixty figure.card-figure {
    min-height: 175px !important; }
  body.main .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 175px !important; }
  body.main .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-width: 175px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 175px !important;
    max-width: 175px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-width: 100% !important;
    max-height: 175px !important; }
  body.main.fourteen-forty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 175px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 173.13px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 173.13px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 173.13px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 173.13px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 173.13px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 173.13px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 173.13px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 173.13px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 173.13px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 173.13px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 173.13px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 173.13px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 173.13px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 173.13px !important; }
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 5rem) !important; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 0rem) !important; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(350% + 0rem) !important; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 3.5rem) !important; }
  body.main.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 7rem) !important; }
  nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action {
    padding-left: 20px !important; }
  body.main.thirteen-sixty-six .custom-pages-nav {
    padding-right: 15px !important; }
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 105px; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 105px; }
  body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 105px; }
  body.nine-sixty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 105px; } }

@media only screen and (max-width: 965px) {
  .button--small {
    padding: 5px 15px !important; }
  body.main.home.nine-sixty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 10px !important; }
  body.main.home.eleven-seventy ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 10px !important; }
  body.main.home.twelve-eighty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 10px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 10px !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 10px !important; }
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 4.5rem) !important; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 7.5rem) !important; }
  body.main.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 6.5rem) !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 9px !important;
    padding: 8px 8px !important; } }

@media only screen and (max-width: 960px) {
  .socialLinks--alt .icon {
    height: 20px;
    width: 20px; }
  main.page.blog article.blog {
    min-height: 315px; }
  a.button.button--small.card-figcaption-button {
    font-size: 13px; }
  .product.main.left .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 10px; }
  .product.main.left .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 10px; }
  .sidebar.right .productCarousel {
    padding: 5px; }
  body.main.home.nine-sixty .header-container.full-width.full-width header.header {
    padding: 0 15px; }
  .subcategory-image {
    height: 140px !important; }
  .account-links.desktop.inside-header.center-aligned-logo {
    right: 24% !important; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 6rem) !important; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 3rem) !important; } }

@media only screen and (max-width: 940px) {
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 4rem) !important; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 5.5rem) !important; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 6.5rem) !important; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 2.5rem) !important; }
  body.main.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 6rem) !important; }
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 100px; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 100px; }
  body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 100px; }
  body.nine-sixty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 100px; } }

@media only screen and (max-width: 933px) {
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container .card-text span.price {
    font-size: 9px !important; } }

@media only screen and (max-width: 930px) {
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 3.5rem) !important; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 5rem) !important; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 6rem) !important; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 2.5rem) !important; }
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 95px; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 95px; }
  body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 95px; }
  body.nine-sixty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 95px; } }

@media only screen and (max-width: 910px) {
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 3rem) !important; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 2rem) !important; }
  body.main.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 5.5rem) !important; } }

@media only screen and (max-width: 901px) {
  body.main.eleven-seventy .blog-list-container.with-sidenav article.blog {
    width: 32.5%; } }

@media only screen and (max-width: 900px) {
  a.button.button--small.card-figcaption-button {
    font-size: 12px; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 212px !important;
    max-height: 212px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 212px !important;
    width: auto !important; }
  nav.navPages.sticky-nav.search {
    width: 25% !important;
    margin-left: 4.5%; }
  .slider.in-container .heroCarousel-content {
    width: 25rem; }
  .heroCarousel-title {
    font-size: 1.5rem;
    line-height: 1.5rem; }
  p.heroCarousel-description {
    font-size: 1rem; }
  .account-links.desktop.inside-header.center-aligned-logo {
    right: 23% !important; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 186px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 186px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 186px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 186px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 186px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 186px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 186px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 186px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 186px !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 186px !important; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 170px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 170px !important; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 170px !important; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 170px !important; }
  body.main.nine-sixty figure.card-figure {
    min-height: 170px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 158.13px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 158.13px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 158.13px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 158.13px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 158.13px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 158.13px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 158.13px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 158.13px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 158.13px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 212.5px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 212.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 212.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 212.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 212.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 212.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 212.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 212.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 212.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 212.5px !important; }
  div#menu.navPages-container.inside-header.left-logo {
    width: 34% !important; } }

@media only screen and (max-width: 900px) {
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 2.5rem) !important; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 4.5rem) !important; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 5.5rem) !important; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 1.5rem) !important; }
  body.main.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 5rem) !important; }
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 90px; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 90px; }
  body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 90px; }
  body.nine-sixty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 90px; } }

@media only screen and (max-width: 891px) {
  body.main.fourteen-forty .blog-list-container.with-sidenav article.blog {
    width: 32.5%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.thirteen-sixty-six .blog-list-container.with-sidenav article.blog {
    width: 32.5%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.twelve-eighty .blog-list-container.with-sidenav article.blog {
    width: 32.5%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.eleven-seventy .blog-list-container.with-sidenav article.blog {
    width: 32.4%;
    margin-top: 5px;
    padding-top: 0; }
  body.main.nine-sixty .blog-list-container.with-sidenav article.blog {
    width: 32.4%;
    margin-top: 5px;
    padding-top: 0; } }

@media only screen and (max-width: 880px) {
  .tab a {
    font-size: 11px; }
  .sidebar.right .productCarousel {
    padding: 0px; }
  body.main .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 187.5px !important; }
  body.main .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-width: 187.5px !important; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 4rem) !important; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 5rem) !important; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 1.25rem) !important; }
  body.main.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 4.5rem) !important; }
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 80px; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 80px; }
  body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 80px; }
  body.nine-sixty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 80px; } }

@media only screen and (max-width: 876px) {
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 8px !important;
    padding: 8px 0px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container .card-text span.price {
    font-size: 8px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container .card-text span.price {
    font-size: 8px !important; } }

@media only screen and (max-width: 875px) {
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 2.5rem) !important; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 4rem) !important; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 4.5rem) !important; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 1rem) !important; }
  nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action {
    padding-left: 20px !important; }
  .flyout-pagination-container.top {
    width: 20%; } }

@media only screen and (max-width: 860px) {
  .flyout-pagination-container.top {
    width: 20%; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + .75rem) !important; }
  body.main.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 4rem) !important; } }

@media only screen and (max-width: 850px) {
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 1.5rem) !important; }
  nav.navPages.with-alt-cat-menu .custom-pages-nav .navPages-action {
    padding-left: 15px !important; }
  div#side-categories.alternate .category-title h2 a.category-title {
    font-size: 20px !important; }
  .flyout-pagination-container.top {
    width: 20%; } }

@media only screen and (max-width: 850px) {
  div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 1rem) !important; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 3rem) !important; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 4rem) !important; }
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 75px; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 75px; }
  body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 75px; }
  body.nine-sixty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 75px; } }

@media only screen and (max-width: 840px) {
  .socialLinks--alt .icon {
    height: 15px;
    width: 15px; }
  a.button.button--small.card-figcaption-button {
    font-size: 10px; }
  .blog-title a {
    font-size: 18px; }
  .account-links.desktop.inside-header.center-aligned-logo {
    right: 20% !important; }
  div#menu.navPages-container.inside-header.left-logo {
    width: 32% !important; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + .5rem) !important; }
  body.main.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 3.5rem) !important; } }

@media only screen and (max-width: 830px) {
  main.page.blog article.blog li.socialLinks-item {
    padding: 2px; }
  body.main.eleven-seventy div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 0rem) !important; } }

@media only screen and (max-width: 820px) {
  main.page.blog article.blog {
    width: 32.6%; }
  .product.main.left .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 10px; }
  .product.main.left .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 10px; }
  body.main.thirteen-sixty-six div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 2.5rem) !important; }
  body.main.twelve-eighty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 3.25rem) !important; }
  body.main.nine-sixty div#side-categories.alternate .navPage-subMenu.navPage-subMenu-horizontal.flyout {
    width: calc(300% + 3rem) !important; }
  body.thirteen-sixty-six .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 70px; }
  body.twelve-eighty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 70px; }
  body.eleven-seventy .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 70px; }
  body.nine-sixty .navPage-subMenu.navPage-subMenu-horizontal.flyout div.category-header-image {
    height: 70px; } }

@media only screen and (max-width: 800px) {
  nav.navPages.mobile {
    margin-top: -10px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background: white; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
    background: white; }
  .productGrid .product {
    width: 25%; }
  .top-menu li.mobile-account svg {
    height: 25px;
    width: 25px;
    top: 0 !important; }
  .heroCarousel-title {
    width: 100%; }
  .right.top.mobile .mobile-login {
    display: flex;
    justify-content: flex-end; }
  .mobile-search .navUser-action.account.search svg {
    margin-top: 3px; }
  .mobile-search {
    padding-right: 5px; }
  a.navUser-action.account.search {
    right: 0 !important; }
  p.heroCarousel-description {
    width: 100%; }
  .heroCarousel-content {
    background-color: #e0e0e0 !important; }
  .slider {
    background-color: #e0e0e0 !important; }
  .slider.in-container {
    background-color: #e0e0e0 !important; }
  .header {
    z-index: 1 !important;
    position: fixed;
    padding-bottom: 0; }
  .container.main {
    margin-top: 10px; }
  .body.content {
    margin-top: 0px; }
  body {
    padding-top: 0; }
  .navPages-container.is-open {
    z-index: 1 !important;
    background-color: transparent;
    position: relative;
    padding-top: 40px; }
  .footer-info-col--small {
    width: 50%; }
  .footer-payment-icons {
    width: 100%;
    text-align: center; }
  .top-menu {
    position: fixed;
    top: 0;
    z-index: 5;
    width: 100%; }
  .navPages {
    position: fixed;
    width: 96.5%; }
  .navPages-quickSearch.right.searchbar.mobile {
    top: 50px;
    border-bottom: none;
    display: block; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 14px; }
  .custom-pages-nav {
    padding: 0; }
  ul.navPages-list.navPages-list--user {
    display: none; }
  .navPages {
    height: 100%; }
  .left.phone-number {
    left: 40px;
    position: relative; }
  .header-tagline {
    display: none; }
  .header {
    padding-left: 0 !important;
    padding-right: 0;
    height: auto; }
  .header-logo--left {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 0 !important;
    margin-bottom: 5px !important;
    padding: 0 15px;
    line-height: initial; }
  .header-logo-image {
    max-height: 5.35714rem;
    margin: 0 auto;
    display: block; }
  .header-logo {
    position: relative;
    z-index: -1; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: white; }
  .product.main.left {
    padding-right: 0; }
  .productView-images {
    padding-right: 0; }
  .right.searchbar {
    width: 100%; }
  .product.main.left {
    width: 100%;
    float: none; }
  li.tab {
    float: left; }
  .sidebar.right {
    float: none;
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    clear: both; }
  .sidebar.right ul.product-list li {
    list-style-type: none;
    width: 25%;
    float: left;
    margin-left: 2.5px;
    margin-right: 2.5px;
    margin-bottom: 15px; }
  .sidebar.right ul.product-list {
    padding: 0; }
  .sidebar.right .productCarousel {
    padding: 0 !important; }
  .productView {
    margin-top: 10px !important; }
  .search-icon {
    right: 5%; }
  .navPages-quickSearch {
    position: static;
    border-bottom: none; }
  .right.searchbar {
    float: none;
    margin-bottom: 25px; }
  .navPages-quickSearch {
    max-width: none; }
  .navPages-quickSearch > .container {
    width: 100%; }
  .inside-header {
    display: none !important; }
  .heroCarousel-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: capitalize; }
  .heroCarousel .slick-dots {
    bottom: 0px !important; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    /*top: 30%;*/ }
  .alertBox {
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px; }
  .login-form {
    padding: 0; }
  .new-customer {
    padding: 0; }
  .navBar--account {
    display: block;
    margin-top: 25px;
    margin-bottom: 15px; }
  .navBar--account .navBar--sub .navBar-item {
    float: left; }
  .page {
    margin-top: 0px !important; }
  .container.main {
    margin-top: 0; }
  .category .page {
    margin-top: 0 !important; }
  .header-logo.header-logo--left {
    background-color: white;
    padding-left: 15px;
    margin: 0;
    margin-bottom: 0px !important; }
  .header-logo.header-logo--left .header-logo-image {
    margin: 0 auto; }
  .header-logo.header-logo--center {
    background-color: white;
    margin-top: 15px !important;
    margin-bottom: 5px !important; }
  .header-logo.header-logo--right {
    background-color: white;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
    padding-right: 0; }
  .blog-title a {
    font-size: 16px; }
  li.socialLinks-item {
    padding: 0; }
  .blog.single {
    margin-top: 15px; }
  ul.breadcrumbs {
    margin-top: 15px; }
  .page-content.page-content.no-sidenav ul.breadcrumbs {
    margin-top: 5px;
    margin-bottom: 5px; }
  main.page.content .page-content.page-content.no-sidenav {
    margin-top: -15px; }
  li.navPages-item.mobile:last-of-type {
    margin-bottom: 50px !important; }
  .navPages h2.container-header {
    padding: 0 10px;
    margin-bottom: 10px;
    margin-top: 10px; }
  .mobile {
    display: block; }
  .navPages-item.mobile {
    display: block; }
  li.navPages-item {
    padding: 0 15px;
    position: relative; }
  div#menu span.down-arrow {
    display: block;
    position: absolute;
    padding: 10px 15px; }
  #menu i.fa.fa-chevron-down.main-nav {
    display: none; }
  #navPages-:before {
    display: none !important; }
  .navPages .navPage-subMenu-list {
    border-left: none; }
  li.navPages-item.active a {
    padding: 0 15px !important;
    background-color: #e0e0e0; }
  #menu .navPage-subMenu.sub-category-visible {
    background-color: transparent !important; }
  li.navPages-item.active a {
    color: #ffffff; }
  .navPages .navPage-subMenu-list, .navPage-childList {
    border-left: none; }
  #menu .navPage-subMenu li a i {
    display: none; }
  #menu .custom-pages-nav .navPage-subMenu li {
    position: relative; }
  #menu .navPage-subMenu li a {
    background-color: white; }
  .navPages .navPage-subMenu-list, .navPage-childList {
    padding-left: 10px !important;
    width: 100%; }
  #menu ul.navPage-subMenu-list {
    background: transparent !important; }
  li.navPages-item.active {
    background-color: #e0e0e0; }
  #menu .navPage-subMenu {
    border: none; }
  section.quickSearchResults .price-section {
    float: left; }
  section.quickSearchResults .card-text.add-to-cart-button {
    /*top: -10px;*/ }
  .navPages {
    margin-top: -10px; }
  .header-logo > a {
    margin-top: 0; }
  div.header-logo.header-logo--left {
    display: block;
    position: relative;
    z-index: -1; }
  .header.is-open div#menu {
    display: block;
    top: 0;
    width: 96.5%;
    margin: 0 auto;
    display: block;
    margin: 0 15px !important; }
  .header.is-open div#menu li {
    list-style: none !important; }
  .navPages-container.inside-header.left-logo.visible {
    display: none; }
  header .form-fieldset {
    width: 100% !important;
    float: none; }
  div.header-logo {
    height: auto !important; }
  .header-logo {
    height: auto !important; }
  .header-logo-text {
    display: block !important;
    text-align: center; }
  header.header {
    padding-left: 15px !important;
    padding-right: 15px !important;
    padding-top: 25px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active {
    width: 25% !important; }
  .card-image {
    max-height: 150px !important;
    width: auto !important; }
  .category .page .card-text[data-test-info-type=price] {
    bottom: 80px !important; }
  .page.compare-page {
    margin-top: 15px !important; }
  main.page.content {
    margin-top: 15px !important; }
  main.page.blog {
    margin-top: 15px !important; }
  .brand.main .page {
    margin-top: 0px !important; }
  main.page.brands {
    margin-top: 15px !important; }
  .page.cart-page {
    margin-top: 0px !important; }
  main.page.blog article.blog {
    min-height: 315px; }
  .fadeout {
    opacity: 0; }
  .fadein {
    opacity: 1; }
  section.quickSearchResults ul.productGrid li.product article.card a img {
    max-height: 70px !important; }
  section.quickSearchResults ul.productGrid {
    margin: 0 auto; }
  .mobile-menu {
    margin: 0 12px !important; }
  .top-menu .currency-converter {
    display: none; }
  .mobile-menu .currency-converter ul.navPages-list.navPages-list--user {
    display: block; }
  #menu .mobile-menu .currency-converter ul.navPnavPagesage-subMenu-list li {
    display: block;
    list-style: none;
    width: 95%;
    margin: 0 auto; }
  #menu.mobile-menu .currency-converter ul.navPnavPagesage-subMenu-list li a {
    background: white !important; }
  .cart-item-block {
    display: table; }
  td.cart-item-block.cart-item-title {
    display: block;
    float: left; }
  td.cart-item-block.cart-item-info {
    width: auto; }
  .cart-item-label {
    color: #2f2f2b; }
  main.page.contact-page-with-sidenav {
    margin-top: 0 !important; }
  main.page.content.content-page-with-sidenav {
    margin-top: 0px !important; }
  main.page.content.contact.contact-page-with-sidenav {
    margin-top: -5px !important; }
  main.page.contact-page-with-sidenav ul.breadcrumbs {
    margin-top: 5px; }
  .header-logo.header-logo--right .header-logo-image {
    display: block !important;
    margin: 0 auto; }
  .header-logo.header-logo--center .header-logo-image {
    padding-top: 5px; }
  .product.main.left .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  .sidebar.right .card-image {
    max-height: 140px !important;
    max-width: 140px !important; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active {
    background-color: white; }
  .sidebar.right .productCarousel-slide {
    background-color: white; }
  .sidebar.right .slick-track {
    background-color: white; }
  .product.main.left .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 14px; }
  .sidebar.right .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 14px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 14px; }
  .product.main.left .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 14px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active h4.card-title a {
    font-size: 14px; }
  .sidebar.right .productCarousel-slide.slick-slide h4.card-title a {
    font-size: 14px; }
  section.quickSearchResults .card-text.add-to-cart-button {
    /*top: -5px !important;*/ }
  header.header {
    padding-top: 40px;
    padding-bottom: 0px; }
  .main-nav-container.full-width {
    display: none; }
  .header-container, header.header {
    background-color: white !important; }
  .mobile-menu.navPages-container {
    background-color: #393939 !important; }
  .similar-products-by-views h4.card-title {
    /*height: 35px;*/ }
  .sidebar.right h4.card-title {
    height: 35px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active h4.card-title a {
    font-size: 12px; }
  .sidebar.right .productCarousel-slide.slick-slide h4.card-title a {
    font-size: 12px; }
  .sidebar.right .card-image {
    width: auto !important;
    max-width: 100% !important; }
  form.form.wishlist {
    float: left;
    position: static;
    width: 100%;
    text-align: center; }
  .recommended-visibility .product.main.left .recommended-position {
    width: 100%;
    float: none; }
  .product.main.left.product-page-with-sidenav .productView-options .form-action {
    width: 100%; }
  .product-page-with-sidenav section.productView-details {
    padding-left: 15px; }
  li.productView-thumbnail {
    min-height: 75px !important; }
  .navPages-container .navPages-quickSearch.right.searchbar.center {
    display: block; }
  .recommended-visibility .product.main.left {
    width: 100%;
    float: none; }
  .product.main.left div#product-images-container {
    float: none;
    width: 100%; }
  .product.main.left .productImageSlider.slider-for .slick-slide img {
    max-width: 100%; }
  .product.main.left.product-page-with-sidenav .productImageSlider.slider-for .slick-slide img {
    max-width: 100%; }
  .product-page-with-sidenav .recommended-position.below div#product-images-container .productImageSlider.slider-for .slick-slide img {
    max-width: 100%; }
  .recommended-visibility .recommended-position.below section.productView-details {
    width: 100%;
    float: none; }
  .product-page-with-sidenav section.productView-details {
    width: 100%; }
  body.main:not(.nine-sixty) .header-container.in-container {
    margin-top: 40px !important; }
  body.main .header-container.in-container {
    margin-bottom: 10px !important; }
  body.main .main.full.home {
    padding: 0 !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 187px; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 187px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 140px !important;
    max-width: 140px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-width: 100% !important;
    max-height: 140px !important; }
  body.main.fourteen-forty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main .left.product-page-with-sidenav .additional-products .card-text.add-to-cart-button a {
    font-size: 10px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important;
    max-height: 140px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 140px !important;
    width: auto !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important;
    max-height: 140px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 140px !important;
    width: auto !important; }
  .both-grid-list-views .pagination.top {
    width: 100%; }
  .grid-list-view.toggle {
    top: 55px; }
  .category .both-grid-list-views .actionBar {
    top: 0px;
    z-index: 999; }
  .category.main form.both-list-default ul.productList.visible {
    position: static;
    margin-top: 0px;
    margin-bottom: 35px !important; }
  .category.main form.both-list-default ul.productGrid.visible {
    top: 25px; }
  .both-grid-list-views .actionBar select#sort {
    width: 75%;
    float: right; }
  .category.main form.both-list-default ul.productList {
    margin-bottom: 90px !important; }
  .both-grid-list-views ul.productGrid--maxCol.grid-default {
    position: static !important;
    margin-bottom: 50px; }
  .category.main .both-grid-list-views ul.productGrid--maxCol.grid-default {
    position: static !important;
    margin-bottom: 0; }
  .category.main form.grid-only ul.productGrid.grid-only {
    margin-bottom: 5px; }
  main.search.both-grid-list-views .actionBar {
    top: 0; }
  .search .both-grid-list-views .pagination.bottom {
    margin-top: 20px; }
  main.search.both-grid-list-views ul.productList.list-only.visible {
    margin-bottom: 10px;
    position: static;
    margin-top: 35px; }
  main.page-content.search div#product-listing-container {
    position: relative; }
  .category.main form.both-list-default {
    position: relative;
    top: 30px; }
  .category.main form.both-list-default ul.productGrid.visible {
    position: static;
    margin-top: 0px;
    margin-bottom: 30px; }
  .category.main form.both-grid-default ul.productList.visible {
    position: static;
    margin-top: 0px;
    margin-bottom: 45px; }
  .category .both-grid-list-views .pagination.bottom {
    margin-top: 0 !important; }
  .category .both-grid-list-views form.both-grid-default {
    position: relative !important;
    top: 25px !important; }
  body.main.home figure.card-figure {
    min-height: 140px !important; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 140px !important; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 140px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 140px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 140px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 140px !important; }
  body.main.home.fourteen-forty {
    padding-top: 0 !important; }
  body.main.home {
    padding-top: 45px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 140px; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 140px; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 140px; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 140px; }
  body.main.nine-sixty figure.card-figure {
    min-height: 140px; }
  .brand.main .both-grid-list-views .actionBar {
    top: -15px; }
  .brand.main form.both-list-default {
    position: relative;
    top: 30px; }
  .brand.main .both-grid-list-views ul.productList.visible {
    margin-bottom: 60px;
    position: static; }
  .brand.main .both-grid-list-views ul.productGrid.visible {
    margin-bottom: 60px !important;
    position: static; }
  .search.main .both-grid-list-views ul.productGrid--maxCol.grid-default {
    position: static !important;
    margin-bottom: 25px; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 150px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 150px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 150px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 150px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 150px !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 150px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 150px !important; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 150px !important; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 150px !important; }
  body.main.nine-sixty figure.card-figure {
    min-height: 150px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 187.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 187.5px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 187.5px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 187.5px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 187.5px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 139.38 !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 139.38 !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 139.38 !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 139.38 !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 139.38 !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 139.38 !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 139.38 !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 139.38 !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 139.38 !important; }
  body.main.thirteen-sixty-six .sidebar.right .card-image {
    max-height: 187.5px !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.thirteen-sixty-six .sidebar.right .productCarousel .card-figure {
    min-height: 187.5px; }
  body.main.twelve-eighty .sidebar.right .card-image {
    max-height: 187.5px !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.twelve-eighty .sidebar.right .productCarousel .card-figure {
    min-height: 187.5px; }
  body.main.eleven-seventy .sidebar.right .card-image {
    max-height: 187.5px !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.eleven-seventy .sidebar.right .productCarousel .card-figure {
    min-height: 187.5px; }
  body.main.nine-sixty .sidebar.right .card-image {
    max-height: 187.5px !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.nine-sixty .sidebar.right .productCarousel .card-figure {
    min-height: 187.5px; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 187.5px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 187.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 187.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 187.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 187.5px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 187.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 187.5px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 187.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 187.5px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 187.5px !important; }
  body.main.home:not(.nine-sixty) .header-container.in-container {
    margin-top: 0px !important; }
  .sidebar.right {
    margin-top: -20px; }
  .compare-page .grid-list-view.toggle {
    top: 0; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 187.5px !important; }
  body.main.fourteen-forty .sidebar.right .card-image {
    max-height: 187.5px !important; }
  body.main.thirteen-sixty-six .sidebar.right .card-image {
    max-height: 187.5px !important; }
  body.main.twelve-eighty .sidebar.right .card-image {
    max-height: 187.5px !important; }
  body.main.eleven-seventy .sidebar.right .card-image {
    max-height: 187.5px !important; }
  body.main.nine-sixty .sidebar.right .card-image {
    max-height: 187.5px !important; }
  nav.navPages.sticky-nav.search {
    height: unset;
    margin: 0;
    padding: 0;
    z-index: 99;
    margin-left: 30%; }
  .header-container nav.navPages.sticky-nav.search .searchbar {
    margin: 0;
    padding: 0; }
  .header-container.sticky-header .header-container {
    margin-top: 0; }
  nav.navPages.sticky-nav.search {
    margin-left: 20%; }
  nav.navPages.sticky-nav.search.visible {
    height: 100%;
    background: transparent !important; }
  nav.navPages.sticky-nav.search {
    width: 40% !important; }
  body.main .header-container.full-width.full-width header.header {
    padding-top: 0; }
  nav.navPages.sticky-nav.search section.quickSearchResults {
    width: 100% !important; }
  section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button a {
    width: 40% !important; }
  section.quickSearchResults article.card {
    min-height: 100px !important; }
  nav.navPages.sticky-nav.search section.quickSearchResults article.card {
    min-height: 100px !important; }
  nav.navPages.sticky-nav.search section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button {
    width: 100% !important;
    position: static; }
  nav.navPages.sticky-nav.search section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button a {
    width: 80% !important; }
  nav.navPages.sticky-nav.search section.quickSearchResults ul.productGrid li.product figure.card-figure {
    min-width: 80px; }
  nav.navPages.sticky-nav.search section.quickSearchResults ul.productGrid li.product .card-body {
    width: 60%; }
  ul#navPages- {
    margin-left: 0;
    padding-left: 0; }
  li.navPages-item.active a {
    padding: 0 !important; }
  li.navPages-item.active span.down-arrow {
    color: #ffffff;
    padding: 0 !important; }
  #menu .navPages .navPage-subMenu-list {
    margin: 0; }
  .slider .heroCarousel-content {
    width: 100%;
    background-color: #e0e0e0 !important;
    padding: 15px; }
  .slider.in-container .heroCarousel-content {
    width: 100%;
    background-color: #e0e0e0;
    padding: 15px; }
  .slider.full-width .heroCarousel-content {
    background-color: #e0e0e0;
    padding: 15px !important; }
  .slider.full-width .heroCarousel-content h1.heroCarousel-title {
    width: 100%; }
  .slider.full-width .heroCarousel-content p.heroCarousel-description {
    width: 100%; }
  body.main.home.fourteen-forty .header-container {
    margin-top: 45px; }
  .slider.full-width {
    margin-top: 15px; }
  .slider.float.in-container {
    margin-top: 0; }
  body.main.home.nine-sixty.slider-in-container-floated .body.content {
    padding: 0 15px; }
  .slick-dots li button:before {
    background: !important; }
  .heroCarousel .slick-dots li.slick-active button::before {
    background: !important; }
  div#side-categories {
    display: none; }
  .banners.top {
    width: 100% !important; }
  .featured-products-section {
    width: 95% !important;
    margin: 0 auto !important;
    float: none !important;
    clear: both !important; }
  li.navUser-item.navUser-item--account {
    display: none !important; }
  li.navPages-item {
    display: block; }
  .custom-pages-nav span.down-arrow svg {
    fill: #3d451d; }
  .navPages-quickSearch {
    max-width: 95%; }
  header .form-fieldset {
    max-width: 100%; }
  .header-container svg {
    fill: white !important; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    fill: white !important;
    background: white !important; }
  .footer-bottom .right {
    width: 100% !important; }
  .footer-payment-icons .footer-payment-icon {
    margin: 5px; }
  svg.footer-payment-icon.amex {
    width: 3.5rem; }
  .footer-payment-icons {
    margin-bottom: 15px;
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important; }
  .tab-title {
    text-align: center; }
  body.main footer .footer-top .content.newsletter {
    padding-left: 0 !important; }
  .footer-bottom .left {
    width: 100%;
    text-align: center; }
  .main-content.floated {
    width: 100%  !important;
    float: none; }
  .custom-pages-nav .navPages-action {
    color: white !important; }
  body.main .product.main.left.product-page-with-sidenav .productView {
    width: 100% !important;
    float: none; }
  body.main .category.main {
    width: 100% !important; }
  body.main .brand.main {
    width: 100% !important; }
  .slider.float.in-container .heroCarousel-content {
    width: 100%;
    position: relative;
    transform: translateY(0%); }
  .heroCarousel .slick-dots {
    text-align: right !important;
    padding-right: 10px; }
  .navPages-action {
    color: white !important; }
  .navPages-quickSearch input#search_query {
    background-color: #ffffff !important;
    color: #2f2f2b !important; }
  .header-container .form-input::placeholder {
    color: #2f2f2b !important; }
  .brands-slider-section a.image-link {
    text-align: center; }
  .category .productGrid .product {
    width: 25%; }
  .brand .productGrid .product {
    width: 25%; }
  main#product-listing-container ul {
    margin-left: 0 !important; }
  .sidenav-banner.zoom-image-container img {
    margin: 0 auto;
    text-align: center;
    width: 100%; }
  body.main footer .footer-top .content.newsletter {
    margin-right: 0 !important;
    padding-right: 0 !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid figure.card-figure {
    min-height: 173.75px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid figure.card-figure {
    min-height: 173.75px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid figure.card-figure {
    min-height: 173.75px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid figure.card-figure {
    min-height: 173.75px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid figure.card-figure {
    min-height: 173.75px !important; }
  .top-menu .account-link.gift-certificates {
    display: none; }
  .top-menu .account-link.wishlist {
    display: none; }
  section.quickSearchResults .card-text.add-to-cart-button a {
    float: left !important; }
  body.main ul.brandGrid.productGrid--maxCol5 li {
    width: 50% !important; }
  body.main ul.brandGrid.productGrid--maxCol4 li {
    width: 50% !important; }
  body.main ul.brandGrid.productGrid--maxCol3 li {
    width: 50% !important; }
  .mobile-login {
    display: block; }
  body.main.home.fourteen-forty .featured-categories-banners {
    width: 100% !important;
    float: none !important; }
  body.main.home.thirteen-sixty-six .featured-categories-banner {
    width: 100% !important;
    float: none !important; }
  body.main.home.twelve-eighty .featured-categories-banner {
    width: 100% !important;
    float: none !important; }
  body.main.home.eleven-seventy .featured-categories-banner {
    width: 100% !important;
    float: none !important; }
  body.main.home.nine-sixty .featured-categories-banner {
    width: 100% !important;
    float: none !important; }
  .mobile-cart {
    float: right;
    position: static;
    display: block;
    width: 6%;
    margin-top: 0px;
    margin-right: 15px; }
  .countPill {
    top: 0 !important;
    left: 17px;
    height: 15px;
    width: 15px;
    line-height: 15px; }
  .mobile-login {
    display: block;
    float: left;
    width: 85%;
    position: static !important;
    text-align: right; }
  .right.account-links.desktop {
    display: none; }
  li.navUser-item.navUser-item--cart {
    position: static !important;
    float: right; }
  .navUser-action svg {
    width: 30px;
    height: 30px; }
  #newsletter-popup div#dialog {
    top: initial !important;
    left: initial !important;
    z-index: 9999999;
    width: 100%; }
  .productView label.form-label {
    float: none;
    display: block; }
  .productView-options .form-field > .form-radio + .form-label {
    display: block;
    margin-left: 15px !important; }
  .productView-options .form-field {
    padding: 5px; }
  .form-field.form-field--increments {
    margin-bottom: 40px !important; }
  .productView-rating {
    clear: both;
    width: 100%; }
  span.productView-reviewLink {
    float: none;
    display: block;
    width: 100%;
    padding: 5px 0;
    margin-left: 0; }
  div#menu.navPages-container.inside-header.right-logo {
    display: none !important; }
  header.header {
    display: block; }
  div#menu.mobile-menu.navPages-container .navPages ul {
    height: 200% !important; }
  .navPages {
    width: 100% !important;
    left: 0;
    height: 200%; }
  .header.is-open div#menu {
    width: 100% !important; }
  .header.is-open div#menu {
    width: 100%;
    margin: 0 !important; }
  body.main {
    padding-top: 30px !important; }
  body.main.home {
    padding-top: 30px !important; }
  .mobile-menu .right.searchbar {
    width: 100% !important;
    left: 0;
    top: 45px;
    border-radius: 0 !important;
    border: 0 !important; }
  .mobile-menu .navPages-quickSearch input#search_query {
    border-radius: 0 !important;
    height: 40px !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400 !important;
    letter-spacing: 0.03px; }
    .mobile-menu .navPages-quickSearch input#search_query::placeholder {
      font-size: 16px !important;
      font-weight: 400 !important;
      letter-spacing: 0.03px;
      color: #7b7b7b; }
  .header.is-open div#menu li {
    background-color: #393939;
    border-color: #d25b00; }
  #menu .navPages .navPage-subMenu-list {
    padding-left: 3px !important;
    padding-right: 3px; }
  nav.navPages.mobile {
    top: 125px; }
  div#menu.mobile-menu a.reset.quicksearch {
    right: 60px !important; }
  div#menu.mobile-menu a.modal-close.custom-quick-search, div#menu.mobile-menu a.reset.quicksearch {
    top: 65px !important; }
  div#menu.mobile-menu a.modal-close.custom-quick-search {
    right: 25px !important; }
  div#menu.mobile-menu li.navPages-item span.down-arrow svg {
    fill: white !important; }
  div#menu.mobile-menu.navPages-container .navPages ul {
    margin: 0; }
  div#menu.mobile-menu .search-icon svg {
    fill: #3d451d !important; }
  div#menu.mobile-menu span.down-arrow {
    top: 14px !important; }
  div#menu.mobile-menu .custom-pages-nav {
    margin-top: 0;
    padding-bottom: 1500px; }
  div#menu.mobile-menu section.quickSearchResults article.card {
    min-height: 120px !important;
    margin-bottom: 0; }
  .mobile-menu .right.searchbar.mobile-search {
    margin-bottom: 0 !important; }
  div#menu.mobile-menu .mobile-reset {
    height: 30px;
    background-color: white !important;
    display: none; }
  div#menu.mobile-menu section.quickSearchResults {
    margin-top: 0; }
  .header-logo.header-logo--right {
    display: inline !important; }
  .header-logo.header-logo--left {
    display: inline !important; }
  .header-logo.header-logo--center {
    display: inline !important; }
  div#menu.mobile-menu.navPages-container {
    z-index: 9999999; }
  .header-container-centered-logo {
    text-align: center; }
  div.header-logo.header-logo--center a {
    display: block !important; }
  .header-container-left-aligned-logo {
    width: 100%;
    display: block; }
  .header-container-right-aligned-logo {
    width: 100%;
    display: block; }
  .header-container-center-aligned-logo {
    width: 100%;
    display: block; }
  .header-logo.header-logo--right .header-logo-text {
    text-align: center !important; }
  .header-logo.header-logo--right a {
    text-align: center; }
  .mobile-login a i.fa.fa-user {
    font-size: 20px;
    position: relative;
    top: 3px;
    left: -5px; }
  .mobile-login.top-account-access {
    display: none; }
  .top-menu .right {
    left: -15px;
    position: relative; }
  .header-padding {
    padding: 0; }
  .header-padding > .header-padding {
    padding: 0 15px !important; }
  div#side-categories.sideCategoryList.mobile {
    display: none; }
  div#side-categories.sideCategoryList.desktop {
    display: block;
    width: 100% !important;
    padding-right: 0; }
  div#side-categories.sideCategoryList.desktop div.categories {
    display: none; }
  div#side-categories.sideCategoryList.desktop div.brands-option {
    display: none; }
  .sidenav-banner {
    display: none !important; }
  .header-padding {
    background-color: white !important; }
  .header-container-left-aligned-logo {
    background-color: white !important; }
  .header-container-centered-logo {
    background-color: white !important; }
  .header-container-right-aligned-logo {
    background-color: white !important; }
  header.header {
    padding: 0 !important; }
  .mobile-menu .right.searchbar.mobile-search {
    max-width: initial; }
  .slider.float.in-container {
    background-color: #e0e0e0 !important; }
  .home div#side-categories.sideCategoryList.desktop {
    display: none !important; }
  body.main.home.fourteen-forty .body.content {
    padding: 0; }
  body.main.home.thirteen-sixty-six .body.content {
    padding: 0; }
  body.main.home.twelve-eighty .body.content {
    padding: 0; }
  body.main.home.eleven-seventy .body.content {
    padding: 0; }
  body.main.home.nine-sixty .body.content {
    padding: 0; }
  body.main.home.nine-sixty.slider-in-container-floated .body.content {
    padding: 0; }
  body.main.home.slider-in-container-floated .featured-products-section {
    padding-left: 15px;
    padding-right: 15px; }
  .home.home-page-with-sidenav.slider-in-container .main.full.home {
    margin-top: 0 !important; }
  .home.home-page-with-sidenav.slider-in-container .main-content.floated {
    padding-top: 0 !important; }
  .main-content.floated .slider.float.in-container {
    margin-top: 0 !important; }
  body.main.home .home-page-with-sidenav .featured-categories-banner {
    margin-top: 15px; }
  li.navPages-item.is-root {
    margin-bottom: 15px; }
  li.navPage-subMenu-item.is-root svg {
    right: -10px !important; }
  .slider {
    margin-bottom: 15px; }
  .footer-payment-icons {
    float: none !important;
    display: inline; }
  .footer-payment-icons .footer-payment-icon {
    float: none !important;
    display: inline;
    height: 35px !important; }
  .footer-bottom .right {
    float: none !important;
    text-align: center; }
  .mobile-login a.mobile-account-icon {
    display: flex;
    float: left; }
  .top-menu li.mobile-account svg {
    position: relative;
    top: 8px; }
  .mobile-login.top-account-access {
    height: 50px;
    line-height: 50px; }
  .top-menu a.mobile-logout-text {
    margin-left: 10px; }
  body.main.eleven-seventy .blog-list-container.with-sidenav {
    float: none;
    width: 100%; }
  main.page.blog article.blog .socialLinks .icon {
    height: 1rem;
    width: 1rem; }
  body.main .blog.single.blog-post-with-sidenav article.blog {
    width: 100% !important; }
  body.main .blog-list-container.with-sidenav {
    width: 100% !important;
    float: none !important; }
  main.page.blog article.blog {
    width: 32.6% !important; }
  body.main .brands-page-with-sidenav ul.brandGrid {
    width: 100% !important;
    float: none !important; }
  body.main .cart-content.with-sidevav {
    width: 100% !important;
    float: none !important; }
  body.main .compare-content.with-sidevav {
    width: 100% !important;
    float: none !important; }
  body.main .blog-post-content.with-sidenav {
    width: 100% !important;
    float: none !important; }
  body.main .brands-list-content.with-sidenav {
    width: 100% !important;
    float: none !important; }
  body.main.home .slick-list {
    overflow: hidden !important; }
  /*MOBILE PRODUCT IMAGES - VARYING BODY WIDTHS*/
  body.main.home.fourteen-forty ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol3 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.fourteen-forty ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.fourteen-forty ul.productGrid--maxCol3 li.product article.card a img {
    max-height: auto !important;
    max-width: 100% !important; }
  body.main.fourteen-forty ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.fourteen-forty ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol4 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol4 li.product article.card a {
    max-height: auto !important; }
  body.main.fourteen-forty ul.productGrid--maxCol4 li.product article.card a {
    max-height: auto !important; }
  body.main.fourteen-forty ul.productGrid--maxCol4 li.product article.card a img {
    max-height: auto !important;
    max-width: 100% !important; }
  body.main.fourteen-forty ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.fourteen-forty ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol5 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.fourteen-forty ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.fourteen-forty .no-sidenav ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  body.main.fourteen-forty ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  body.main.fourteen-forty ul.productGrid--maxCol5 li.product article.card a img {
    max-height: auto !important;
    max-width: 100% !important; }
  body.main.fourteen-forty ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.fourteen-forty ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol3 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol3 li.product article.card a img {
    max-height: auto !important;
    max-width: 100% !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol4 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol4 li.product article.card a {
    max-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol4 li.product article.card a {
    max-height: auto !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol4 li.product article.card a {
    max-height: auto !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol4 li.product article.card a img {
    max-height: auto !important;
    max-width: 100% !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.home.thirteen-sixty-six .no-sidenav ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol5 li.product article.card a img {
    max-height: auto !important;
    max-width: 100% !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.thirteen-sixty-six ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a {
    max-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a {
    max-height: auto !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a {
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a {
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol3 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol3 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol3 li.product article.card a {
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol4 li.product article.card a {
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol4 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol4 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol4 li.product article.card a {
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol5 figure.card-figure {
    min-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a img {
    max-width: 100% !important;
    max-height: auto !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 12px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav ul.productGrid--maxCol5 li.product article.card a {
    max-height: auto !important; }
  .page.brands ul.brandGrid {
    margin-left: 0px;
    margin-right: 0px; }
  body.main.eleven-seventy .content-page-with-sidenav .page-content.page-content {
    width: 100%;
    float: none; }
  .content-page-with-sidenav .page-content.page-content {
    width: 100%;
    float: none; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container ul.productGrid--maxCol5 a.button.button--small.card-figcaption-button {
    font-size: 11px !important;
    padding: 8px 5px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container .card-text span.price {
    font-size: 11px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container .card-text span.price {
    font-size: 11px !important; }
  .header-logo {
    z-index: 999 !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav .related-products-container {
    width: 100%;
    float: none; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .related-products-container {
    width: 100%;
    float: none; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav .related-products-container {
    width: 100%;
    float: none; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav .related-products-container {
    width: 100%;
    float: none; }
  .schema-product {
    width: 100% !important;
    float: none; }
  .product.main.left.product-page-with-sidenav .recommended-position .alertBox {
    width: 100% !important;
    float: none; }
  .productView-price {
    width: 100%; }
  .productView-options .form-action {
    float: none;
    width: 100%;
    padding: 0; }
  .productView-options .form-action {
    margin-right: 0px; }
  .product.main.left .recommended-position .main-image-container button.slick-prev {
    height: 30px;
    width: 30px; }
  .product.main.left div#product-images-container .main-image-container .slick-prev:before {
    height: 30px;
    width: 30px;
    position: relative;
    left: -5px; }
  .product.main.left .recommended-position .main-image-container button.slick-next {
    height: 30px;
    width: 30px; }
  .product.main.left div#product-images-container .main-image-container .slick-next:before {
    height: 30px;
    width: 30px;
    position: relative;
    left: -3px; }
  .mobile-magnify .magnify-icon {
    height: 30px;
    width: 30px;
    position: relative;
    bottom: -1px; }
  .mobile-magnify .magnify-icon svg {
    fill: #e0e0e0; }
  .fancybox-navigation .button-previous,
  .fancybox-navigation .button-next {
    margin-top: 0 !important; }
  .fancybox-navigation .fancybox-button--arrow_left, .fancybox-navigation .fancybox-button--arrow_right {
    height: 30px;
    width: 30px; }
  .fancybox-navigation .button-next, .fancybox-navigation .button-previous {
    height: 30px;
    width: 30px; }
  .fancybox-container i.icon {
    height: 30px;
    width: 30px;
    display: block; }
  .fancybox-navigation .button-previous,
  .fancybox-navigation .button-next {
    line-height: 30px; }
  .main-image-container .slick-next, .main-image-container .slick-prev {
    height: 30px;
    width: 30px; }
  .main-image-container .slick-next::before, .main-image-container .slick-prev::before {
    height: 30px;
    width: 30px; }
  .slider-for button.slick-prev, .slider-for button.slick-next {
    padding: 0 !important; }
  .main-image-container .slider-for .slick-prev:before, .main-image-container .slider-for .slick-next:before {
    left: 25% !important;
    position: relative !important; }
  #body.fancybox-active .button-next.custom {
    opacity: 0 !important; }
  #body.fancybox-active .button-previous.custom {
    opacity: 0 !important; }
  #body.fancybox-active.fancy-arrows-visible .button-next.custom {
    opacity: 1 !important; }
  #body.fancybox-active.fancy-arrows-visible .button-previous.custom {
    opacity: 1 !important; }
  .fancybox-inner .hide-mobile-fancybox-nav-arrows {
    display: none !important; }
  .hide-mobile-fancybox-nav-arrows:nth-of-type(2) {
    display: block !important; }
  .hide-mobile-fancybox-nav-arrows {
    background: rgba(30, 30, 30, 0.6);
    color: #ffffff;
    padding: 10px;
    height: 44px;
    line-height: 24px;
    top: 30px;
    position: absolute;
    z-index: 99999999999;
    left: 0 !important;
    right: initial !important; }
  .hide-mobile-fancybox-nav-arrows span.hide {
    display: none !important; }
  .hide-mobile-fancybox-nav-arrows.arrows-visible span.hide {
    display: inline !important; }
  .hide-mobile-fancybox-nav-arrows span.show {
    display: inline !important; }
  .hide-mobile-fancybox-nav-arrows.arrows-visible span.show {
    display: none !important; }
  .fancybox-active .fancybox-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
    top: 30px; }
  .mobile-magnify {
    -webkit-transition: opacity .15s ease;
    -moz-transition: opacity .15s ease;
    -o-transition: opacity .15s ease;
    -ms-transition: opacity .15s ease;
    transition: opacity .15s ease;
    display: block;
    opacity: 0;
    height: 30px;
    width: 30px;
    position: absolute;
    right: 0;
    top: 30%;
    display: flex;
    justify-content: center;
    align-items: center; }
  .slider-for:hover .mobile-magnify {
    opacity: 1 !important;
    display: flex !important; }
  .fancybox-active .mobile-magnify {
    opacity: 0 !important; }
  .fancybox-active .product.main.left .slider-for:hover .mobile-magnify {
    opacity: 0 !important; }
  .fancybox-active .slider-for .slick-next, .fancybox-active .slider-for .slick-prev {
    opacity: 0 !important; }
  .mobile-magnify .magnify-icon {
    height: 30px;
    width: 30px; }
  .mobile-magnify .magnify-icon svg {
    fill: #e0e0e0; }
  #body .alertBox.alertBox--info {
    float: none !important;
    width: 100% !important; }
  div#add-to-cart-wrapper.qty-box-visible .form-field.form-field--increments {
    position: static;
    width: 100%;
    padding-left: 0; }
  #add-to-cart-wrapper {
    width: 100% !important;
    margin-right: 0 !important;
    float: none; }
  div#add-to-cart-wrapper.qty-box-visible .form-increment {
    margin-left: 0; }
  div#add-to-cart-wrapper.qty-box-visible .form-action {
    margin-top: 30px;
    position: static; }
  body.hasAdminBar .top-menu {
    top: 0 !important; }
  body.hasAdminBar .header-container {
    margin-top: 23px !important; }
  body.hasAdminBar.scrolled .header-container {
    margin-top: 0 !important; }
  body.hasAdminBar .header-padding {
    padding-top: 0 !important; }
  .top-menu {
    z-index: 9999999999;
    height: 50px; }
  .mobileMenu-toggle {
    height: 50px;
    line-height: 50px;
    top: 10px; }
  a.mobileMenu-toggle {
    top: 10px !important; }
  .right.top.mobile.shift-right {
    display: block;
    height: 50px;
    line-height: 50px; }
  .right.top.mobile .mobile-login {
    height: 50px;
    line-height: 50px; }
  .mobile-cart {
    height: 50px;
    line-height: 50px; }
  li.navUser-item.navUser-item--cart {
    height: 50px;
    line-height: 50px; }
  .top-menu .right a.navUser-action {
    height: 50px;
    line-height: 50px; }
  .countPill {
    top: 10px !important; }
  .left.phone-number {
    z-index: 8;
    height: 50px;
    line-height: 50px; }
  body .header-container {
    margin-top: 23px !important; }
  body.hasAdminBar .top-menu {
    top: 46px !important; }
  body.hasAdminBar .header-container {
    margin-top: 65px !important; }
  body.scrolled {
    margin-top: 0 !important; }
  body.hasAdminBar .header-container .header-container {
    margin-top: 65px !important; }
  .header-container .header-container {
    padding-top: 0 !important; }
  #newsletter-popup h1.newsletter-headline {
    font-size: 30px !important; }
  body.main .header-container {
    height: auto;
    /*margin-bottom: -18px;*/ }
  .header.is-open div#menu {
    width: 100% !important; }
  .mobile-menu .right.searchbar.mobile-search {
    width: 100% !important; }
  body.hasAdminBar .body.content {
    margin-top: 0 !important; }
  div#menu.mobile-menu.navPages-container {
    width: 100% !important; }
  div#menu.mobile-menu .right.searchbar.mobile-search {
    width: 100% !important; }
  main.page.content ul.breadcrumbs {
    display: block;
    width: 100%;
    margin-top: 5px !important; }
  main.page.blog.blog-page-with-sidenav ul.breadcrumbs {
    display: block;
    width: 100%;
    margin-top: 5px !important; }
  .category.main h1.container-header {
    margin-bottom: 0; }
  body .header-container {
    margin-top: 20px !important; }
  .productView input#form-action-addToCart {
    font-size: 16px; }
  form.form-wishlist a.button.dropdown-menu-button {
    font-size: 16px; }
  .product-page-with-sidenav section.productView-details {
    padding-left: 0px; } }

@media only screen and (max-width: 767px) {
  div#side-categories {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
    display: none; }
  .slider.full-width .heroCarousel .slick-dots {
    text-align: right; }
  .category .page .card-text[data-test-info-type=price] {
    bottom: 55px !important; }
  .right-main {
    width: 100%; }
  .sideCategoryList.desktop {
    display: none; }
  .sideCategoryList.mobile {
    float: none !important;
    margin-top: 20px !important; }
  .slick-slide img {
    width: 100%; }
  article.card {
    min-height: auto; }
  .home .productGrid .card-text[data-test-info-type="price"] {
    height: auto; }
  a.button.button--small.card-figcaption-button {
    font-size: 12px; }
  .heroCarousel .slick-dots {
    /*display: none !important;*/ }
  .heroCarousel-content {
    padding: 15px; }
  .slider {
    min-height: auto; }
  p.heroCarousel-description {
    margin-bottom: 15px; }
  .navPages-quickSearch {
    width: 100%;
    float: none;
    clear: both;
    position: static;
    max-width: 100%; }
  header .form-fieldset {
    width: 100%; }
  header .form-fieldset {
    width: 100% !important;
    float: none;
    margin: 0 auto;
    margin-top: 15px; }
  .category.main {
    width: 100%; }
  li.navUser-item.navUser-item--cart {
    position: absolute;
    top: 0;
    right: 15px; }
  li.navUser-item.navUser-item--account {
    display: block;
    float: left;
    line-height: 30px;
    padding: 0px 100px 0px 5px; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    /*top: 34%;*/ }
  .search.main {
    width: 100%;
    float: none; }
  .banners {
    clear: both; }
  .search.main section.page {
    margin-top: 15px !important; }
  .search.main .navBar--sub {
    margin-top: 15px; }
  .page.advanced-search {
    display: none; }
  .search.main .card-text[data-test-info-type=price], form .card-text[data-test-info-type=price] {
    position: absolute;
    bottom: 55px !important; }
  .brand.main {
    width: 100%;
    float: none; }
  .container-header {
    clear: both; }
  main.page.blog article.blog {
    min-height: 315px; }
  section.quickSearchResults li.product figure img {
    max-height: 65px;
    padding: 5px; }
  section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button {
    top: -5px !important;
    position: relative;
    height: 30px !important; }
  section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button a {
    width: 45% !important;
    top: 0;
    float: left;
    left: 25%; }
  .content-page-with-sidenav .page-content.page-content {
    width: 100%;
    float: none; }
  .product-page-with-sidenav section.productView-details {
    width: 100%; }
  .product-page-with-sidenav .productView-images {
    width: 100%; }
  .product-page-with-sidenav .productView-description {
    width: 100%; }
  main.page.content.content-page-with-sidenav {
    margin-top: -15px !important; }
  main.page.content.contact.contact-page-with-sidenav {
    margin-top: -15px !important; }
  .page-content.page-content.with-sidenav .main-content {
    width: 100%;
    float: none; }
  .product.main.left.product-page-with-sidenav {
    margin-top: -15px !important; }
  .productCarousel-slide.slick-slide article.card figure a {
    max-height: 150px !important;
    max-width: 150px;
    width: 100% !important;
    height: 100% !important;
    display: block !important; }
  .productCarousel-slide.slick-slide img {
    max-height: 140px !important;
    max-width: 100% !important; }
  .product.main.left .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 12px; }
  .product.main.left .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 12px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 12px; }
  .sidebar.right .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 12px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active a {
    font-size: 12px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active h4.card-title a {
    font-size: 12px; }
  .container.main {
    margin-top: 0px; }
  .main.full.home {
    margin-top: 10px; }
  .productCarousel-slide h4.card-title a {
    display: block !important; }
  .category form article.card.price-visibility.restricted.ratings-disabled .card-text[data-test-info-type=price] {
    position: static; }
  .category form article.card.price-visibility.restricted.ratings-disabled .price-visibility.restricted.price-hidden {
    position: absolute;
    bottom: 10px; }
  .category form article.card.price-visibility.ratings-disabled .card-text[data-test-info-type=price] {
    position: static; }
  .recommended-visibility .product.main.left .recommended-position.below {
    margin-top: 30px; }
  #facetedSearch {
    padding-bottom: 0; }
  .additional-products {
    width: 100%;
    float: none; }
  .product.main.left.product-page-with-sidenav .productView {
    float: none;
    width: 100%; }
  .home.home-page-with-sidenav .banners.top {
    float: none;
    width: 100%; }
  .home.home-page-with-sidenav .featured-products-section {
    width: 100%;
    float: none; }
  .home.home-page-with-sidenav .banners.bottom {
    float: none;
    width: 100%; }
  body.main .left.product-page-with-sidenav .additional-products .card-text.add-to-cart-button a {
    font-size: 11px !important; }
  .both-grid-list-views .actionBar {
    width: 70% !important; }
  .slider.float.in-container {
    width: 100% !important; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 177px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 177px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 177px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 177px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 177px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 177px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 177px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 177px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 177px !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 177px !important; }
  .slider.float.in-container {
    margin-top: 25px !important; }
  body.main.home.fourteen-forty .body.content {
    margin-top: -30px; }
  body.main.home.thirteen-sixty-six .body.content {
    margin-top: -30px; }
  body.main.home.twelve-eighty .body.content {
    margin-top: -30px; }
  body.main.home.eleven-seventy .body.content {
    margin-top: -30px; }
  body.main.home.nine-sixty .body.content {
    margin-top: -30px; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 180.25px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 180.25px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 180.25px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 180.25px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 180.25px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 180.25px !important; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 180.25px !important; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 180.25px !important; }
  body.main.nine-sixty figure.card-figure {
    min-height: 180.25px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 179.25px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 179.25px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 179.25px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 179.25px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 179.25px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 179.25px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 179.25px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 179.25px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 179.25px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 179.25px !important; }
  body.main.fourteen-forty .home.home-page-with-sidenav .banners.top {
    width: 100%; }
  body.main.fourteen-forty .home.home-page-with-sidenav .featured-products-section {
    width: 100%; }
  body.main.fourteen-forty .category.main {
    width: 100%; }
  body.main.fourteen-forty .category.main .banners.bottom {
    width: 100%; }
  body.main.fourteen-forty .brand.main {
    width: 100%; }
  body.main.fourteen-forty .brand.main .banners.bottom {
    width: 100%; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav .productView {
    width: 100%; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav .additional-products {
    width: 100%; }
  body.main.fourteen-forty .content-page-with-sidenav .page-content.page-content {
    width: 100%; }
  body.main.fourteen-forty .home.home-page-with-sidenav .banners.bottom {
    width: 100%; }
  body.main.thirteen-sixty-six .slider.float.in-container {
    width: 100%; }
  body.main.thirteen-sixty-six .home.home-page-with-sidenav .banners.top {
    width: 100%; }
  body.main.thirteen-sixty-six .home.home-page-with-sidenav .featured-products-section {
    width: 100%; }
  body.main.thirteen-sixty-six .category.main {
    width: 100%; }
  body.main.thirteen-sixty-six .category.main .banners.bottom {
    width: 100%; }
  body.main.thirteen-sixty-six .brand.main {
    width: 100%; }
  body.main.thirteen-sixty-six .brand.main .banners.bottom {
    width: 100%; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav .productView {
    width: 100%; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav .additional-products {
    width: 100%; }
  body.main.thirteen-sixty-six .content-page-with-sidenav .page-content.page-content {
    width: 100%; }
  body.main.thirteen-sixty-six .home.home-page-with-sidenav .banners.bottom {
    width: 100%; }
  body.main.twelve-eighty .slider.float.in-container {
    width: 100%; }
  body.main.twelve-eighty .home.home-page-with-sidenav .banners.top {
    width: 100%; }
  body.main.twelve-eighty .home.home-page-with-sidenav .featured-products-section {
    width: 100%; }
  body.main.twelve-eighty .category.main {
    width: 100%; }
  body.main.twelve-eighty .category.main .banners.bottom {
    width: 100%; }
  body.main.twelve-eighty .brand.main {
    width: 100%; }
  body.main.twelve-eighty .brand.main .banners.bottom {
    width: 100%; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav .productView {
    width: 100%; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav .additional-products {
    width: 100%; }
  body.main.twelve-eighty .content-page-with-sidenav .page-content.page-content {
    width: 100%; }
  body.main.twelve-eighty .home.home-page-with-sidenav .banners.bottom {
    width: 100%; }
  body.main.eleven-seventy .slider.float.in-container {
    width: 100%; }
  body.main.eleven-seventy .home.home-page-with-sidenav .banners.top {
    width: 100%; }
  body.main.eleven-seventy .home.home-page-with-sidenav .featured-products-section {
    width: 100%; }
  body.main.eleven-seventy .category.main {
    width: 100%; }
  body.main.eleven-seventy .category.main .banners.bottom {
    width: 100%; }
  body.main.eleven-seventy .brand.main {
    width: 100%; }
  body.main.eleven-seventy .brand.main .banners.bottom {
    width: 100%; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .productView {
    width: 100%; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav .additional-products {
    width: 100%; }
  body.main.eleven-seventy .content-page-with-sidenav .page-content.page-content {
    width: 100%; }
  body.main.eleven-seventy .home.home-page-with-sidenav .banners.bottom {
    width: 100%; }
  .compare-page .productGrid .product.grid-view {
    width: 50%; }
  .product.main.left.product-page-with-sidenav .recommended-position .alertBox {
    width: 100%;
    float: none; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 179.25px !important; }
  body.main.fourteen-forty .sidebar.right .card-image {
    max-height: 179.25px !important; }
  body.main.thirteen-sixty-six .sidebar.right .card-image {
    max-height: 179.25px !important; }
  body.main.twelve-eighty .sidebar.right .card-image {
    max-height: 179.25px !important; }
  body.main.eleven-seventy .sidebar.right .card-image {
    max-height: 179.25px !important; }
  body.main.nine-sixty .sidebar.right .card-image {
    max-height: 179.25px !important; }
  .left.phone-number {
    z-index: 8;
    height: 50px;
    line-height: 50px; }
  .header-container nav.navPages.sticky-nav.search {
    padding: 0;
    margin-left: 20%;
    width: 35% !important;
    height: unset !important; }
  .header-container nav.navPages.sticky-nav.search.visible {
    z-index: 9;
    overflow: visible; }
  .header-container nav.navPages.sticky-nav.search .searchbar {
    z-index: 9;
    margin-bottom: 0; }
  .header-container.sticky-header .navPages.sticky-nav.search .navPages-quickSearch input#search_query {
    padding-bottom: 0;
    height: 29px !important;
    padding-top: 0; }
  .slider.full-width {
    margin-top: 40px; } }

@media only screen and (max-width: 745px) {
  main.page.blog article.blog .socialLinks .icon {
    height: .9rem;
    width: .9rem; } }

@media only screen and (max-width: 710px) {
  main.page.blog article.blog {
    width: 32.5% !important; } }

@media only screen and (max-width: 700px) {
  .header-container nav.navPages.sticky-nav.search {
    padding: 0;
    margin-left: 5%;
    width: 80% !important;
    height: unset !important; }
  nav.navPages.sticky-nav.search section.quickSearchResults {
    width: 100% !important; }
  .header-container nav.navPages.sticky-nav.search.visible {
    width: 40% !important;
    margin-left: 25%; }
  .account-body .address {
    width: 100%; } }

@media only screen and (max-width: 660px) {
  .footer-top.newsletter {
    height: auto; }
  .footer-top.newsletter .content {
    width: 100%;
    text-align: center; }
  .footer-top.newsletter h5 {
    float: none;
    width: 100%; }
  .navPages {
    width: 95.5%; }
  .header.is-open div#menu {
    width: 95.5%; }
  main.page.blog article.blog {
    min-height: 315px; }
  .home .card-body.purchase-ability.restricted {
    min-height: 135px !important; }
  .home .card-body.purchase-ability {
    min-height: 135px !important; }
  .category article.card.compare-disabled.price-visibility .card-body.purchase-ability {
    min-height: 160px !important; }
  .category form article.card.compare-disabled.price-visibility.ratings-disabled .card-body.purchase-ability.ratings-disabled {
    min-height: 135px !important; }
  .category form article.card.compare-disabled.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
    min-height: 135px !important; }
  .category form article.card.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
    min-height: 175px !important; }
  .category form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted {
    min-height: 160px !important; }
  .brand .card-body.purchase-ability {
    min-height: 195px !important; }
  .brand .card-body.purchase-ability.restricted {
    min-height: 195px !important; }
  .brand form article.card.compare-disabled.price-visibility.ratings-disabled .card-body.purchase-ability.ratings-disabled {
    min-height: 135px !important; }
  .brand form article.card.compare-disabled.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
    min-height: 135px !important; }
  .brand form article.card.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
    min-height: 175px !important; }
  .brand article.card.compare-disabled.price-visibility .card-body.purchase-ability {
    min-height: 160px !important; }
  .brand form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted {
    min-height: 160px !important; }
  body.main .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 152.5px !important; }
  body.main .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-width: 152.5px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 152.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 152.5px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 152.5px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 152.5px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 152.5px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 152.25px !important; }
  body.main.fourteen-forty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 152.25px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 152.25px !important; }
  body.main.thirteen-sixty-six .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 152.25px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 152.25px !important; }
  body.main.twelve-eighty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 152.25px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 152.25px !important; }
  body.main.eleven-seventy .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 152.25px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 152.25px !important; }
  body.main.nine-sixty .product.main.left.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 152.25px !important; }
  .header-container nav.navPages.sticky-nav.search {
    padding: 0;
    margin-left: 5%;
    width: 78% !important;
    height: unset !important; } }

@media only screen and (max-width: 640px) {
  .product.main.left .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 9px; }
  .product.main.left .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 9px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 9px; }
  .sidebar.right .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 9px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active a {
    font-size: 10px; }
  .similar-products-by-views h4.card-title a {
    font-size: 10px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active h4.card-title a {
    font-size: 10px; }
  .sidebar.right .productCarousel-slide.slick-slide h4.card-title a {
    font-size: 10px; }
  .mobile-menu .right.searchbar {
    width: 85%; } }

@media only screen and (max-width: 630px) {
  main.page.blog article.blog {
    width: 32.4% !important; }
  a.button.button--small.card-figcaption-button {
    font-size: 10px; } }

@media only screen and (max-width: 615px) {
  .heroCarousel-title {
    font-size: 20px;
    line-height: 20px; }
  p.heroCarousel-description {
    font-size: 14px;
    line-height: 14px; }
  .heroCarousel-action {
    font-size: 14px !important; } }

@media only screen and (max-width: 600px) {
  .navPages {
    width: 95%; }
  .header.is-open div#menu {
    width: 95%; }
  .socialLinks .icon {
    width: 15px;
    height: 15px; }
  /*a.addthis_button_google_plusone.icon.icon--google_plusone.at300b {
    height: 15px;
    width: 25px;
}*/
  a.button.button--small.card-figcaption-button {
    font-size: 10px; }
  select#sort {
    width: 30%; }
  .tab a {
    font-size: 10px; }
  main.page.blog article.blog .socialLinks .icon {
    height: .8rem;
    width: .8rem; }
  .product .similar-products-by-views .card-body.purchase-ability {
    min-height: 145px; }
  .sidebar.right .card-body.purchase-ability {
    min-height: 145px !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 137.5px; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 137.5px !important; }
  body.main .left.product-page-with-sidenav .additional-products .card-text.add-to-cart-button a {
    font-size: 9px !important; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 140px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 140px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 140px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 140px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 140px !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 140px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 140px !important; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 140px !important; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 140px !important; }
  body.main.nine-sixty figure.card-figure {
    min-height: 140px !important; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 137.5px !important; }
  body.main.fourteen-forty .sidebar.right .card-image {
    max-height: 137.5px !important; }
  body.main.thirteen-sixty-six .sidebar.right .card-image {
    max-height: 137.5px !important; }
  body.main.twelve-eighty .sidebar.right .card-image {
    max-height: 137.5px !important; }
  body.main.eleven-seventy .sidebar.right .card-image {
    max-height: 137.5px !important; }
  body.main.nine-sixty .sidebar.right .card-image {
    max-height: 137.5px !important; }
  .header-container nav.navPages.sticky-nav.search {
    padding: 0;
    margin-left: 5%;
    width: 77% !important;
    height: unset !important; } }

@media only screen and (max-width: 565px) {
  main.page.blog article.blog {
    width: 32.3% !important;
    min-height: 315px; }
  a.button.button--small.card-figcaption-button {
    font-size: 9.5px; }
  .header.is-open div#menu {
    width: 94.5%; }
  .navPages {
    width: 94.5%; }
  .product.main.left .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 9px; }
  .product.main.left .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 9px; } }

@media only screen and (max-width: 550px) {
  a.checkoutMultiple {
    clear: both;
    display: block;
    float: left !important; }
  .cart-additionalCheckoutButtons {
    float: left !important; }
  .product.main.left .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 11px; }
  .product.main.left .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 11px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active a {
    font-size: 11px; }
  .sidebar.right .productCarousel-slide.slick-slide a {
    font-size: 11px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 11px; }
  .sidebar.right .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 11px; }
  .header-logo--left {
    text-align: center;
    float: none;
    width: 100%;
    margin-bottom: 0 !important; }
  .header-tagline {
    width: 100%;
    float: none;
    padding-top: 0; }
  .countPill {
    top: 10px !important;
    background-color: #fff; }
  li.navUser-item.navUser-item--account {
    display: block;
    float: left;
    line-height: 44px;
    padding: 6px 60px 6px 5px; }
  .footer-info-col--small {
    width: 100%; }
  .footer-bottom {
    height: auto;
    padding: 5px 15px; }
  .footer-bottom .left {
    float: none;
    text-align: center;
    width: 100%; }
  .footer-bottom .right {
    float: none;
    text-align: center;
    width: 100%; }
  .productGrid .product {
    width: 50%; }
  .brand.main .productGrid .product {
    width: 50%; }
  .footer-info-col--small {
    padding-bottom: 25px; }
  footer .blog {
    padding-bottom: 5px; }
  .footer-payment-icons {
    margin-bottom: 15px; }
  .sidebar.right .card-body {
    text-align: left;
    min-height: 130px; }
  .card-body {
    min-height: 130px; }
  .productCarousel-slide .card {
    margin-bottom: 20px; }
  a.button.button--small.card-figcaption-button {
    font-size: 14px; }
  .navUser-item-cartLabel {
    display: block; }
  li.navUser-item.gift-certficates {
    display: none !important; }
  .top-menu {
    font-size: 12px; }
  .navUser-item--account .navUser-action {
    display: block;
    float: left;
    line-height: 16px; }
  .top-menu .right span.or-text {
    line-height: 16px;
    display: inline; }
  .top-menu .right {
    margin-bottom: 0; }
  header .form-fieldset {
    max-width: 100%; }
  .similar-products-by-views li.product-card {
    width: 50%; }
  .sidebar.right ul.product-list {
    padding: 0; }
  .sidebar.right ul.product-list li {
    width: 49%; }
  .brand.main {
    width: 100%;
    float: none;
    clear: both; }
  a.navUser-action.account {
    position: relative;
    right: 20px; }
  a.navUser-action.logout {
    position: relative;
    right: 15px; }
  main.page.blog article.blog {
    width: 100% !important;
    float: none;
    min-height: 315px;
    padding-left: 0;
    padding-right: 0; }
  main.blog.page article.blog img {
    max-height: none; }
  main.page.blog .excerpt {
    height: auto; }
  .tab {
    width: 16%;
    padding: 0; }
  .tab a {
    font-size: 9px; }
  h4.card-title {
    text-align: left; }
  .card-body .card-text {
    text-align: left; }
  .footer-bottom .content {
    line-height: 12px; }
  .blog-title a {
    font-size: 20px; }
  .page.brands .brandGrid .brand {
    width: 50%; }
  li.subcategory-item {
    width: 50%;
    margin-bottom: 15px; }
  .socialLinks .icon {
    width: 25px;
    height: 25px; }
  .card-image {
    max-height: 150px !important;
    width: auto; }
  .sidebar.right .productCarousel {
    padding: 0; }
  .subcategory-grid {
    margin-bottom: 30px; }
  .pagination {
    left: 0 !important;
    top: -20px !important; }
  .pagination-list {
    text-align: left; }
  select#sort {
    width: 100%;
    max-width: 100%; }
  .actionBar-section .form-label {
    padding-left: 0; }
  .compareTable-product .card-body {
    min-height: 110px;
    text-align: left; }
  body.main.home .container.main {
    margin-top: 0; }
  main.page.blog {
    margin-top: 15px !important; }
  main.page.content .page-content.page-content.no-sidenav {
    margin-top: 30px; }
  .brand .page-content .pagination {
    top: 0px !important; }
  .brand .page-content .actionBar {
    margin-top: 55px; }
  main.page.blog article.blog .socialLinks .icon {
    height: 1.5rem;
    width: 1.5rem; }
  main.page-content.search form.actionBar {
    position: relative;
    top: 35px;
    margin-bottom: 30px; }
  .header.is-open div#menu {
    width: 94.5%; }
  .navPages {
    width: 94.5%; }
  .sidebar.right.with-sidenav .productCarousel-slide.slick-slide.slick-active {
    width: 50% !important; }
  .recommended-visibility .product.main.left.product-page-with-sidenav .recommended-position .recommended .productCarousel-slide.slick-slide {
    width: 50% !important; }
  .recommended-visibility .product.main.left.product-page-with-sidenav .recommended-position.below .recommended .productCarousel-slide.slick-slide {
    width: 50% !important; }
  .product.main.left.product-page-with-sidenav {
    margin-top: 0px !important; }
  .productCarousel-slide.slick-slide.slick-active a {
    max-height: 150px !important;
    max-width: 150px;
    width: 100% !important;
    height: 100% !important;
    display: block !important; }
  .productCarousel-slide.slick-slide a {
    max-height: 150px !important;
    max-width: 150px;
    width: 100% !important;
    height: 100% !important;
    display: block !important; }
  .header-logo.header-logo--center {
    margin-bottom: 0 !important; }
  .header-logo.header-logo--right {
    margin-bottom: 0 !important; }
  .card-body a {
    width: 100%;
    max-width: 100% !important; }
  ul.productGrid li.product article.card h4 > a {
    max-width: 100% !important; }
  ul.productGrid li.product article.card a.button.button--small.card-figcaption-button {
    max-width: 100% !important; }
  .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    width: 100% !important;
    max-width: 100% !important; }
  section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button a {
    width: 100% !important; }
  .main.full.home {
    margin-top: 0px; }
  .similar-products-by-views .productCarousel-slide.slick-slide.slick-active {
    margin-bottom: 0px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active {
    margin-bottom: 0px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active a {
    font-size: 14px; }
  .similar-products-by-views h4.card-title a {
    font-size: 14px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active h4.card-title a {
    font-size: 14px; }
  .sidebar.right .productCarousel-slide.slick-slide h4.card-title a {
    font-size: 14px; }
  .home .card-body.purchase-ability.restricted {
    min-height: 140px !important; }
  .home .card-body.purchase-ability {
    min-height: 140px !important; }
  .main.full .productGrid .product {
    margin-bottom: 10px; }
  .home .card-body.with-as-low-as-pricing.purchase-ability.restricted.prices-hidden {
    margin-bottom: 15px; }
  .category article.card.compare-disabled.price-visibility .card-body.purchase-ability {
    min-height: 135px !important; }
  .category form article.card.compare-disabled.price-visibility.ratings-disabled .card-body.purchase-ability.ratings-disabled {
    min-height: 115px !important; }
  .category form article.card.compare-disabled.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
    min-height: 115px !important; }
  .category form article.card.compare-disabled.price-visibility.restricted.ratings-disabled .card-body.with-as-low-as-pricing.purchase-ability.restricted.ratings-disabled {
    min-height: 135px !important; }
  .category form article.card.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
    min-height: 160px !important; }
  .category form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted {
    min-height: 135px !important; }
  .brand .card-body.purchase-ability {
    min-height: 175px !important; }
  .brand .card-body.purchase-ability.restricted {
    min-height: 175px !important; }
  .brand article.card.compare-disabled.price-visibility .card-body.purchase-ability {
    min-height: 135px !important; }
  .brand form article.card.compare-disabled.price-visibility.ratings-disabled .card-body.purchase-ability.ratings-disabled {
    min-height: 115px !important; }
  .brand form article.card.compare-disabled.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
    min-height: 115px !important; }
  .brand form article.card.compare-disabled.price-visibility.restricted.ratings-disabled .card-body.with-as-low-as-pricing.purchase-ability.restricted.ratings-disabled {
    min-height: 135px !important; }
  .brand form article.card.price-visibility.restricted.ratings-disabled .card-body.purchase-ability.restricted.ratings-disabled {
    min-height: 160px !important; }
  .brand form article.card.compare-disabled.price-visibility.restricted .card-body.purchase-ability.restricted {
    min-height: 135px !important; }
  .product .similar-products-by-views .card-body.purchase-ability {
    min-height: 145px; }
  .product .similar-products-by-views .card-body.with-as-low-as-pricing.purchase-ability {
    min-height: 145px !important; }
  .sidebar.right .card-body.purchase-ability {
    min-height: 145px !important; }
  .sidebar.right .card-body.with-as-low-as-pricing.purchase-ability {
    min-height: 145px !important; }
  .recommended-visibility .recommended-position.below .productView-images {
    width: 100%;
    float: none; }
  .recommended-visibility .recommended-position.below section.productView-details {
    width: 100%;
    float: none; }
  .recommended-visibility .recommended-position.below .productView .addthis_toolbox.addthis_32x32_style {
    margin-bottom: 15px; }
  td.cart-item-block.cart-item-info {
    width: 100% !important;
    dispalay: block !important; }
  .cart-item-title, .cart-item-value {
    float: left;
    width: 50%;
    text-align: left; }
  .cart-item-label {
    float: left;
    width: 50%;
    text-align: left; }
  .cart-item-title {
    height: auto !important; }
  .cart-totals {
    text-align: left; }
  li.productView-thumbnail {
    min-height: 100px !important; }
  .card-text.add-to-cart-button a.button.button--small.card-figcaption-button {
    width: 100% !important;
    max-width: 100% !important; }
  .main.full.home .sideCategoryList.category-page {
    margin-top: 0 !important; }
  figure.listItem-figure {
    min-height: auto;
    float: none;
    width: 100%; }
  .listItem-content {
    width: 100% !important;
    float: none; }
  .listItem-actions .button {
    float: none; }
  .listItem-content a.button.button--primary {
    float: left;
    width: 50%; }
  .listItem-actions .button + .button {
    float: right;
    width: 25%; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a {
    max-height: 100% !important; }
  body.main.home.twelve-eighty figure.card-figure {
    max-height: 100% !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a {
    max-height: 100% !important; }
  body.main.home.eleven-seventy figure.card-figure {
    max-height: 100% !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 100% !important;
    max-width: 100% !important;
    width: auto !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a {
    max-height: 100% !important; }
  body.main.home.nine-sixty figure.card-figure {
    max-height: 100% !important; }
  body.main .left.product-page-with-sidenav .additional-products .card-text.add-to-cart-button a {
    font-size: 11px !important;
    max-width: 100% !important;
    display: block !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-width: 100% !important; }
  .both-grid-list-views .pagination.top {
    top: -60px !important; }
  .grid-list-view.toggle {
    top: 25px; }
  .category .both-grid-list-views .actionBar {
    top: -30px;
    z-index: 999; }
  .category.main form.both-list-default ul.productList.visible {
    margin-bottom: 5px !important; }
  .category.main form.both-list-default ul.productGrid.visible {
    top: -5px;
    margin-bottom: 0; }
  .both-grid-list-views ul.productGrid--maxCol.grid-default {
    top: 35px !important;
    position: relative !important; }
  .listItem-actions .button + .button {
    width: 100%;
    float: none;
    clear: both;
    margin-left: 0;
    max-width: 115px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    left: -10px; }
  .listItem-actions .button {
    width: 100% !important; }
  .both-grid-list-views ul.productGrid--maxCol.grid-default {
    top: 5px !important;
    position: relative !important;
    margin-bottom: 20px; }
  main.page-content.search.both-grid-list-views .grid-list-view.toggle {
    top: 50px; }
  main.page-content.search.both-grid-list-views form.actionBar {
    top: 0; }
  .search.category.main form.both-list-default {
    top: 30px; }
  .search.main form.both-list-default ul.productGrid.visible {
    top: 25px !important;
    margin-bottom: 35px; }
  .search.main form.both-list-default ul.productList.visible {
    top: 75px; }
  .search.main form.list-only ul.productList.list-only {
    top: 0 !important; }
  main.page-content.search .pagination.bottom {
    margin-top: 20px; }
  .search.main form.both-grid-default ul.productGrid.visible {
    top: 30px; }
  .search.main form.both-list-default ul.productList.visible {
    position: static !important;
    margin-bottom: 55px !important;
    margin-top: 25px !important; }
  .search.main form.grid-only ul.productGrid.grid-only {
    position: static; }
  .category.main form.both-grid-default ul.productList.visible {
    margin-top: 0px; }
  .category.main form.both-list-default {
    top: 0px; }
  .category .both-grid-list-views form.both-grid-default {
    position: relative !important;
    top: 0px !important; }
  .category.main form.both-grid-default ul.productList.visible {
    margin-bottom: 25px; }
  .category.main .both-grid-list-views ul.productGrid--maxCol.grid-default {
    margin-bottom: -15px; }
  .breadcrumbs {
    display: block; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 255px; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 255px; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 255px; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 255px; }
  body.main.nine-sixty figure.card-figure {
    min-height: 255px; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 255px !important; }
  body.main.thirteen-sixty-six .sidebar.right .productCarousel .card-figure {
    min-height: 255px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 255px !important; }
  body.main.twelve-eighty .sidebar.right .productCarousel .card-figure {
    min-height: 255px !important; }
  body.main.eleven-seventy .sidebar.right .productCarousel .card-figure {
    min-height: 255px !important; }
  body.main.nine-sixty .sidebar.right .productCarousel .card-figure {
    min-height: 255px !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.twelve-eighty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  .brand.main {
    margin-top: 0; }
  .brand.main .grid-list-view.toggle {
    top: 55px; }
  .brand.main .both-grid-list-views .actionBar {
    top: -50px; }
  .brand.main form.both-list-default {
    top: 0; }
  .brand.main .both-grid-list-views ul.productGrid.visible {
    margin-bottom: 30px !important; }
  .brand.main .both-grid-list-views ul.productList.visible {
    margin-bottom: 30px !important; }
  .brand.main .both-grid-list-views form.both-grid-default {
    top: -10px; }
  .brand.main .both-grid-list-views ul.productGrid--maxCol.grid-default {
    margin-bottom: 0; }
  .brand.main form.both-grid-default ul.productList.visible {
    margin-bottom: 45px !important; }
  .brand.main form.both-list-default {
    top: 0 !important; }
  .search.main form.grid-only {
    top: 0 !important; }
  .search.main .both-grid-list-views form.both-grid-default {
    top: 30px !important; }
  .search.main .both-grid-list-views ul.productGrid--maxCol.grid-default {
    position: relative !important;
    top: -30px !important;
    margin-bottom: 30px; }
  .search.main form.both-grid-default ul.productList.visible {
    margin-bottom: 60px; }
  .sidebar.right {
    margin-top: -35px; }
  .sidebar.right .productCarousel-slide {
    padding-top: 0; }
  .sidebar.right h2.container-header {
    margin-bottom: 15px; }
  .product.main.left.product-page-with-sidenav .sidebar.right.with-sidenav {
    margin-top: -35px; }
  .subcategory-image {
    height: 225px !important; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 257px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a {
    max-height: 257px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 257px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 257px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 257px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a {
    max-height: 257px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 257px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a {
    max-height: 257px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 257px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 257px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a {
    max-height: 257px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 257px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 257px !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a {
    max-height: 257px !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 257px !important; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 257px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 257px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 257px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 257px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 257px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 257px !important; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 257px !important; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 257px !important; }
  body.main.nine-sixty figure.card-figure {
    min-height: 257px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  .product.main.left {
    margin-top: 0; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.thirteen-sixty-six .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.twelve-eighty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.eleven-seventy .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.nine-sixty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 255px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 255px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 255px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 255px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 255px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.fourteen-forty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.thirteen-sixty-six .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.twelve-eighty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.eleven-seventy .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.nine-sixty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 255px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 255px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 1255px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 255px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 255px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 255px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 255px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 255px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 255px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 255px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 255px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 255px !important; }
  .productCarousel-slide.slick-slide img {
    max-height: 255px !important;
    max-width: 100% !important;
    width: auto !important; }
  .productCarousel-slide.slick-slide article.card figure a {
    max-height: 100% !important;
    max-width: 100% !important; }
  .listItem-content label.button.button--small.card-figcaption-button.compare {
    text-align: left;
    float: none;
    margin: 0;
    margin-left: 7.5px; }
  .compare-page .image-and-price.list-view {
    float: none;
    width: 100%; }
  .compare-page .listItem-content {
    padding: 0; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 255px !important; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 255px !important; }
  body.main.fourteen-forty .sidebar.right .card-image {
    max-height: 255px !important; }
  body.main.thirteen-sixty-six .sidebar.right .card-image {
    max-height: 255px !important; }
  body.main.twelve-eighty .sidebar.right .card-image {
    max-height: 255px !important; }
  body.main.eleven-seventy .sidebar.right .card-image {
    max-height: 255px !important; }
  body.main.nine-sixty .sidebar.right .card-image {
    max-height: 255px !important; }
  .header-container nav.navPages.sticky-nav.search {
    padding: 0;
    margin-left: 6%;
    width: 79% !important;
    height: unset !important; }
  body.main.home.fourteen-forty .body.content {
    margin-top: 0px; }
  body.main.home.thirteen-sixty-six .body.content {
    margin-top: 0px; }
  body.main.home.twelve-eighty .body.content {
    margin-top: 0px; }
  body.main.home.eleven-seventy .body.content {
    margin-top: 0px; }
  body.main.home.nine-sixty .body.content {
    margin-top: 0px; }
  .slider-in-container {
    margin-top: 0px !important; }
  .slider.in-container {
    margin-top: 0; }
  .slider.full-width {
    margin-top: 15px; }
  .slider.float.in-container {
    margin-top: -5px !important; }
  ul.productGrid.productGrid--maxCol5 .product {
    width: 50%; }
  ul.productGrid.productGrid--maxCol4 .product {
    width: 50%; }
  ul.productGrid.productGrid--maxCol3 .product {
    width: 50%; }
  .featured-categories-banner ul.featured-categories li {
    width: 100% !important;
    float: none !important; }
  li.tab {
    float: none; }
  .right.account-links.shift-right {
    right: 0; }
  .right.account-links {
    right: 50px; }
  .countPill {
    top: 10 px !important; }
  .category .productGrid .product {
    width: 50%; }
  .home .featured-products-section ul.tabs .tab .tab-title {
    text-align: center; }
  .home .featured-products-section ul.tabs li.tab {
    border-top: 1px solid #ebebeb; }
  .category.main h1.container-header {
    margin-bottom: 0px; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav ul.productGrid figure.card-figure {
    min-height: 237.5px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav ul.productGrid figure.card-figure {
    min-height: 237.5px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav ul.productGrid figure.card-figure {
    min-height: 237.5px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav ul.productGrid figure.card-figure {
    min-height: 237.5px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav ul.productGrid figure.card-figure {
    min-height: 237.5px !important; }
  .footer-geotrust-ssl-seal {
    float: none;
    text-align: center;
    margin-top: 30px; }
  .footer-geotrust-ssl-seal td {
    text-align: center !important; }
  .column-count.five-column .productGrid .product {
    width: 50%; }
  .column-count.four-column .productGrid .product {
    width: 50%; }
  .column-count.three-column .productGrid .product {
    width: 50%; }
  .home.recent-blog-posts {
    margin-top: 25px; } }

@media only screen and (max-width: 530px) {
  .sidebar.right ul.product-list li {
    width: 48.5%; }
  .compareTable-product .card-body {
    min-height: 130px;
    text-align: left; } }

@media only screen and (max-width: 500px) {
  main.page.blog article.blog {
    min-height: 315px; }
  .header.is-open div#menu {
    width: 94%; }
  .navPages {
    width: 94%; } }

@media only screen and (max-width: 480px) {
  .heroCarousel-title {
    font-size: 14px;
    line-height: 14px; }
  .tab a {
    font-size: 16px; }
  main.page.blog article.blog {
    min-height: 315px; }
  div#side-categories {
    display: none; }
  .category.main {
    margin-top: -25px; }
  .search.category.main {
    margin-top: 0px; }
  .navPages-item.mobile {
    display: block; }
  li.tab {
    width: 100%;
    float: none; }
  section.quickSearchResults .card-text.add-to-cart-button a {
    width: 90px; }
  section.quickSearchResults li.product .card-body {
    max-height: 75px !important; }
  .header.is-open div#menu {
    width: 94%; }
  .navPages {
    width: 94%; }
  .sideCategoryList.mobile {
    display: block;
    margin-bottom: 35px;
    margin-top: 0 !important; }
  .shop-by-price.mobile {
    display: block; }
  .facetedSearch-toggle.is-open + div#facetedSearch-navList {
    display: block !important; }
  .shop-by-price .navList .navList-action {
    padding: 5px 10px;
    background-color: #f6f6f6;
    color: #2f2f2b; }
  .listItem-actions .button + .button {
    width: 35%; }
  .subcategory-image {
    height: 190px !important; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem;
    position: static;
    margin-top: 3px;
    float: left;
    margin-left: 0 !important;
    margin-right: 10px; }
  .shop-by-price .navList .navList-action {
    padding-left: 0; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 220px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 220px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 220px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 220px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 220px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 220px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 220px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 220px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 220px !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 220px !important; }
  .main.nine-sixty .slider.float.in-container .heroCarousel-title {
    font-size: 1.4rem;
    line-height: 1.5rem;
    padding-top: 5px; }
  .main.nine-sixty .slider.float.in-container .heroCarousel-description {
    font-size: .9rem;
    margin-bottom: 10px; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 220px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 220px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 220px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 220px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 220px !important; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 220px !important; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 220px !important; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 220px !important; }
  body.main.nine-sixty figure.card-figure {
    min-height: 220px !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.thirteen-sixty-six .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.twelve-eighty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.eleven-seventy .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.nine-sixty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  .container.main {
    margin-top: 0px; }
  main.page.content .page-content.page-content.no-sidenav {
    margin-top: 15px; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 220px; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 220px; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 220px; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 220px; }
  body.main.nine-sixty figure.card-figure {
    min-height: 220px; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 220px !important; }
  body.main.thirteen-sixty-six .sidebar.right .productCarousel .card-figure {
    min-height: 220px !important; }
  body.main.twelve-eighty .sidebar.right .productCarousel .card-figure {
    min-height: 220px !important; }
  body.main.eleven-seventy .sidebar.right .productCarousel .card-figure {
    min-height: 220px !important; }
  body.main.nine-sixty .sidebar.right .productCarousel .card-figure {
    min-height: 220px !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 220px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.thirteen-sixty-six .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 220px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 220px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 220px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 220px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 220px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.fourteen-forty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.thirteen-sixty-six .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.twelve-eighty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.eleven-seventy .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.nine-sixty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 220px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 220px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 220px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 220px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 220px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 220px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 220px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 220px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 220px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 220px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 220px !important; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 220px !important; }
  body.main.fourteen-forty .sidebar.right .card-image {
    max-height: 220px !important; }
  body.main.thirteen-sixty-six .sidebar.right .card-image {
    max-height: 220px !important; }
  body.main.twelve-eighty .sidebar.right .card-image {
    max-height: 220px !important; }
  body.main.eleven-seventy .sidebar.right .card-image {
    max-height: 220px !important; }
  body.main.nine-sixty .sidebar.right .card-image {
    max-height: 220px !important; }
  .compare-page li.product.grid-view a.button.button--small.card-figcaption-button {
    font-size: 10px; }
  .header-container nav.navPages.sticky-nav.search {
    padding: 0;
    margin-left: 7%;
    width: 76% !important;
    height: unset !important; }
  .mobile-menu .right.searchbar {
    width: 80%; }
  svg.footer-payment-icon {
    width: 4rem !important; } }

@media only screen and (max-width: 460px) {
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    /*top: 32%;*/ }
  main.page.blog article.blog {
    min-height: 315px; }
  section.quickSearchResults .card-text.add-to-cart-button a {
    width: 100px; }
  .header.is-open div#menu {
    width: 93.5%; }
  .navPages {
    width: 93.5%; } }

@media only screen and (max-width: 440px) {
  main.page.blog article.blog {
    min-height: 315px; }
  .header.is-open div#menu {
    width: 93.5%; }
  .navPages {
    width: 93.5%; } }

@media only screen and (max-width: 420px) {
  main.page.blog article.blog {
    min-height: 315px; }
  .actionBar {
    margin-bottom: 25px; }
  .header.is-open div#menu {
    width: 93.5%; }
  .navPages {
    width: 93.5%; }
  .card-body {
    text-align: left;
    min-height: 145px; }
  .header.is-open div#menu {
    width: 93.5%; }
  .navPages {
    width: 93.5%; }
  .header-container nav.navPages.sticky-nav.search {
    padding: 0;
    margin-left: 8%;
    width: 73% !important;
    height: unset !important; } }

@media only screen and (max-width: 400px) {
  .footer-top.newsletter h5 {
    font-size: 15px; }
  svg.footer-payment-icon {
    width: 3.5rem !important; }
  .footer-bottom .content {
    font-size: 11px; }
  a.button.button--small.card-figcaption-button {
    font-size: 12px; }
  footer .form-prefixPostfix .form-input {
    font-size: 10px; }
  p.heroCarousel-description {
    font-size: 11px;
    line-height: 16px; }
  .banners .banner p {
    font-size: 14px; }
  .header.is-open div#menu {
    width: 93.5%; }
  .navPages {
    width: 93.5%; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    /*top: 30%;*/ }
  section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button a {
    width: 100% !important; }
  nav.navPages.sticky-nav.search section.quickSearchResults article.card {
    min-height: 100px; }
  nav.navPages.sticky-nav.search section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button {
    width: 100% !important;
    position: static; }
  nav.navPages.sticky-nav.search section.quickSearchResults ul.productGrid li.product article.card .card-text.add-to-cart-button a {
    width: 80% !important; }
  nav.navPages.sticky-nav.search section.quickSearchResults ul.productGrid li.product figure.card-figure {
    min-width: 80px; }
  nav.navPages.sticky-nav.search section.quickSearchResults ul.productGrid li.product .card-body {
    width: 60%; } }

@media only screen and (max-width: 380px) {
  main.page.blog article.blog {
    min-height: 315px; }
  section.quickSearchResults {
    width: 100%; }
  section.quickSearchResults .card-text.add-to-cart-button a {
    width: 90px; }
  section.quickSearchResults li.product .card-body {
    max-height: 70px !important; }
  li.subcategory-item.hasImage {
    min-height: 170px; }
  .subcategory-image {
    height: 135px !important; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 170px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 170px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 170px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 170px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 170px !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  li.productView-thumbnail {
    min-height: 75px !important; }
  .listItem-actions .button + .button {
    width: 40%; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 172px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 172px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 172px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 172px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 172px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 172px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 172px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 172px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 170px; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 170px; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 170px; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 170px; }
  body.main.nine-sixty figure.card-figure {
    min-height: 170px; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 170px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 170px; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 170px; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 170px; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 170px; }
  body.main.nine-sixty figure.card-figure {
    min-height: 170px; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 170px !important; }
  body.main.thirteen-sixty-six .sidebar.right .productCarousel .card-figure {
    min-height: 170px !important; }
  body.main.twelve-eighty .sidebar.right .productCarousel .card-figure {
    min-height: 170px !important; }
  body.main.eleven-seventy .sidebar.right .productCarousel .card-figure {
    min-height: 170px !important; }
  body.main.nine-sixty .sidebar.right .productCarousel .card-figure {
    min-height: 170px !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.thirteen-sixty-six .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.twelve-eighty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.eleven-seventy .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.nine-sixty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 170px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 170px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 170px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 170px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 170px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.fourteen-forty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.thirteen-sixty-six .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.twelve-eighty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.eleven-seventy .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.nine-sixty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 170px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 170px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 170px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 170px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 170px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 170px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 170px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 170px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 170px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 170px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 170px !important; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 170px !important; }
  body.main.fourteen-forty .sidebar.right .card-image {
    max-height: 170px !important; }
  body.main.thirteen-sixty-six .sidebar.right .card-image {
    max-height: 170px !important; }
  body.main.twelve-eighty .sidebar.right .card-image {
    max-height: 170px !important; }
  body.main.eleven-seventy .sidebar.right .card-image {
    max-height: 170px !important; }
  body.main.nine-sixty .sidebar.right .card-image {
    max-height: 170px !important; }
  .header-container nav.navPages.sticky-nav.search {
    padding: 0;
    margin-left: 9%;
    width: 70% !important;
    height: unset !important; }
  svg.footer-payment-icon {
    width: 2.8rem !important; } }

@media only screen and (max-width: 365px) {
  .sidebar.right ul.product-list li {
    width: 48%; } }

@media only screen and (max-width: 360px) {
  .header.is-open div#menu {
    width: 93%; }
  .navPages {
    width: 93%; }
  main.page.blog article.blog {
    min-height: 315px; }
  section.quickSearchResults li.product .card-body {
    max-height: 65px !important; }
  section.quickSearchResults .card-text.add-to-cart-button {
    /*top: 30px;*/ }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active a {
    font-size: 13px; }
  .similar-products-by-views h4.card-title a {
    font-size: 13px; }
  .sidebar.right .productCarousel-slide.slick-slide.slick-active h4.card-title a {
    font-size: 13px; }
  .sidebar.right .productCarousel-slide.slick-slide h4.card-title a {
    font-size: 13px; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 160px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 160px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 160px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 160px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 160px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 160px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 160px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 160px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 160px !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 160px !important; }
  .main.nine-sixty .slider.float.in-container .heroCarousel-title {
    font-size: 1.2rem;
    line-height: 1.3rem;
    padding-top: 5px; }
  .main.nine-sixty .slider.float.in-container .heroCarousel-description {
    font-size: .85rem;
    margin-bottom: 10px; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 160px; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 160px; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 160px; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 160px; }
  body.main.nine-sixty figure.card-figure {
    min-height: 160px; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 160px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 160px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 160px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 160px !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 160px !important; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 160px !important; }
  body.main.thirteen-sixty-six .sidebar.right .productCarousel .card-figure {
    min-height: 160px !important; }
  body.main.twelve-eighty .sidebar.right .productCarousel .card-figure {
    min-height: 160px !important; }
  body.main.eleven-seventy .sidebar.right .productCarousel .card-figure {
    min-height: 160px !important; }
  body.main.nine-sixty .sidebar.right .productCarousel .card-figure {
    min-height: 160px !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 160px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.thirteen-sixty-six .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.twelve-eighty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.eleven-seventy .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.nine-sixty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 160px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 160px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 160px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 160px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 160px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.fourteen-forty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.thirteen-sixty-six .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.twelve-eighty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.eleven-seventy .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.nine-sixty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 160px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 160px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 160px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 160px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 160px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 160px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 160px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 160px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 160px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 160px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 160px !important; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 160px !important; }
  body.main.fourteen-forty .sidebar.right .card-image {
    max-height: 160px !important; }
  body.main.thirteen-sixty-six .sidebar.right .card-image {
    max-height: 160px !important; }
  body.main.twelve-eighty .sidebar.right .card-image {
    max-height: 160px !important; }
  body.main.eleven-seventy .sidebar.right .card-image {
    max-height: 160px !important; }
  body.main.nine-sixty .sidebar.right .card-image {
    max-height: 160px !important; }
  .header-container nav.navPages.sticky-nav.search {
    padding: 0;
    margin-left: 10%;
    width: 67% !important;
    height: unset !important; } }

@media only screen and (max-width: 340px) {
  .compareTable-product .card-body {
    min-height: 145px;
    text-align: left; }
  header h2.blog-title a {
    font-size: 22px; }
  main.page.blog article.blog {
    min-height: 315px; }
  section.quickSearchResults li.product .card-body {
    max-height: 60px !important; }
  section.quickSearchResults .card-text.add-to-cart-button {
    /*top: 25px;*/ }
  section.quickSearchResults .price-section {
    position: relative;
    top: -10px; }
  .product.main.left .productCarousel-slide.slick-slide a.button.button--small.card-figcaption-button {
    font-size: 11px; }
  li.subcategory-item.hasImage {
    min-height: 155px; }
  .subcategory-image {
    height: 115px !important; }
  .product.main.left .productCarousel-slide.slick-slide.slick-active a.button.button--small.card-figcaption-button {
    font-size: 11px; }
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 150px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 150px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 150px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 150px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 150px !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 150px; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 150px; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 150px; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 150px; }
  body.main.nine-sixty figure.card-figure {
    min-height: 150px; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 150px !important; }
  body.main.thirteen-sixty-six .sidebar.right .productCarousel .card-figure {
    min-height: 150px !important; }
  body.main.twelve-eighty .sidebar.right .productCarousel .card-figure {
    min-height: 150px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 150px !important; }
  body.main.eleven-seventy .sidebar.right .productCarousel .card-figure {
    min-height: 150px !important; }
  body.main.nine-sixty .sidebar.right .productCarousel .card-figure {
    min-height: 150px !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.thirteen-sixty-six .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.twelve-eighty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.eleven-seventy .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.nine-sixty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 150px !important; }
  body.main.fourteen-forty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 150px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 150px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 150px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide a {
    max-height: 150px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .additional-products .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.fourteen-forty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.thirteen-sixty-six .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.twelve-eighty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.eleven-seventy .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.nine-sixty .additional-products .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 150px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 150px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 150px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 150px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 150px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 150px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 150px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 150px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 150px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 150px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 150px !important; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 150px !important; }
  body.main.fourteen-forty .sidebar.right .card-image {
    max-height: 150px !important; }
  body.main.thirteen-sixty-six .sidebar.right .card-image {
    max-height: 150px !important; }
  body.main.twelve-eighty .sidebar.right .card-image {
    max-height: 150px !important; }
  body.main.eleven-seventy .sidebar.right .card-image {
    max-height: 150px !important; }
  body.main.nine-sixty .sidebar.right .card-image {
    max-height: 150px !important; } }

@media only screen and (max-width: 330px) {
  .header.is-open div#menu {
    width: 92.5%; }
  .navPages {
    width: 92.5%; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    /*top: 27%;*/ }
  a.button.button--small.card-figcaption-button {
    font-size: 11px; }
  main.page.blog article.blog {
    min-height: 315px; }
  .header-container nav.navPages.sticky-nav.search {
    padding: 0;
    margin-left: 11%;
    width: 65% !important;
    height: unset !important; } }

@media only screen and (max-width: 320px) {
  body.main.home.fourteen-forty figure.card-figure {
    min-height: 140px !important; }
  body.main.home.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.home.thirteen-sixty-six figure.card-figure {
    min-height: 140px !important; }
  body.main.home.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.home.twelve-eighty figure.card-figure {
    min-height: 140px !important; }
  body.main.home.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.home.eleven-seventy figure.card-figure {
    min-height: 140px !important; }
  body.main.home.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.home.nine-sixty figure.card-figure {
    min-height: 140px !important; }
  body.main.home.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.fourteen-forty figure.card-figure {
    min-height: 140px; }
  body.main.thirteen-sixty-six figure.card-figure {
    min-height: 140px; }
  body.main.twelve-eighty figure.card-figure {
    min-height: 140px; }
  body.main.eleven-seventy figure.card-figure {
    min-height: 140px; }
  body.main.nine-sixty figure.card-figure {
    min-height: 140px; }
  body.main.fourteen-forty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.thirteen-sixty-six ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.twelve-eighty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.nine-sixty ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 140px !important; }
  body.main.thirteen-sixty-six .sidebar.right .productCarousel .card-figure {
    min-height: 140px !important; }
  body.main.twelve-eighty .sidebar.right .productCarousel .card-figure {
    min-height: 140px !important; }
  body.main.eleven-seventy .sidebar.right .productCarousel .card-figure {
    min-height: 140px !important; }
  body.main.nine-sixty .sidebar.right .productCarousel .card-figure {
    min-height: 140px !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide a {
    max-height: 100% !important; }
  body.main.fourteen-forty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  body.main.twelve-eighty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  body.main.eleven-seventy ul.productGrid li.product article.card a img {
    max-height: 140px !important; }
  body.main.eleven-seventy .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  body.main.nine-sixty .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  body.main.fourteen-forty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main.thirteen-sixty-six .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main.twelve-eighty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main.eleven-seventy .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main.nine-sixty .similar-products-by-views .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main.thirteen-sixty-six div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 140px !important; }
  body.main.twelve-eighty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 140px !important; }
  body.main.eleven-seventy div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 140px !important; }
  body.main.nine-sixty div#product-page-with-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav figure.card-figure {
    min-height: 140px !important; }
  body.main.thirteen-sixty-six .product.main.left.no-sidenav .similar-products-by-views .productCarousel-slide.slick-slide img {
    max-height: 140px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 140px !important; }
  body.main.fourteen-forty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 140px !important; }
  body.main.thirteen-sixty-six .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 140px !important; }
  body.main.twelve-eighty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 140px !important; }
  body.main.eleven-seventy .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide a img {
    max-height: 140px !important; }
  body.main.nine-sixty .product.main.left.product-page-with-sidenav.full-width .recommended-position.below .productCarousel-slide.slick-slide figure.card-figure {
    min-height: 140px !important; }
  body.main.fourteen-forty .sidebar.right .productCarousel .card-figure {
    min-height: 140px !important; }
  body.main.fourteen-forty .sidebar.right .card-image {
    max-height: 140px !important; }
  body.main.thirteen-sixty-six .sidebar.right .card-image {
    max-height: 140px !important; }
  body.main.twelve-eighty .sidebar.right .card-image {
    max-height: 140px !important; }
  body.main.eleven-seventy .sidebar.right .card-image {
    max-height: 140px !important; }
  body.main.nine-sixty .sidebar.right .card-image {
    max-height: 140px !important; } }

@media only screen and (device-width: 812px) and (device-height: 375px) and (-webkit-device-pixel-ratio: 3) {
  .top-menu {
    position: fixed !important;
    width: 100% !important; }
  .header-padding {
    padding-top: 40px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .container.main {
    float: none; }
  div.header-logo {
    line-height: normal !important; } }

/* Version - 1.1.8 changes start */
.actionBar-section select option {
  background-color: white !important; }

.form-option {
  font-family: "Lato";
  font-weight: 400; }

.main-nav-container a.navPage-subMenu-action.navPages-action {
  color: #2f2f2b; }

.cart-content .loadingOverlay {
  background-color: rgba(88, 88, 88, 0.5);
  position: fixed; }

.signout-list .or-text {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .signout-list .or-text .left {
    float: none;
    margin: 0; }
  .signout-list .or-text .right {
    float: none; }

.panel--address .panel-body {
  min-height: 280px; }
  @media (max-width: 700px) {
    .panel--address .panel-body {
      min-height: 260px; } }

#body.scrolled .header-container-left-aligned-logo .right.account-links .navUser-item--account .dropdown-menu {
  display: none !important; }

.custom-pages-nav .navPage-childList li a {
  font-size: 13px; }

#mobile-menu .navPages-item .navPage-subMenu-list .navPage-subMenu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  #mobile-menu .navPages-item .navPage-subMenu-list .navPage-subMenu-item .down-arrow {
    position: inherit;
    top: 0 !important;
    right: 0 !important;
    padding: 0 !important; }
    #mobile-menu .navPages-item .navPage-subMenu-list .navPage-subMenu-item .down-arrow svg {
      position: inherit;
      top: 0;
      right: 0 !important;
      float: none;
      transform: none; }

.account-body .form-actions .button.button--small {
  margin-left: 0;
  padding: 0 30px !important;
  width: auto; }

.account-body .panel--address .form-actions .button + .button {
  margin-left: 5px; }

.custom-pages-nav .navPages-action.navPage-childList-action {
  font-weight: 400 !important; }

.header-padding {
  padding: 0 !important; }
  .header-padding .header-logo > a {
    padding: 0; }
  @media (min-width: 801px) {
    .header-padding {
      padding-top: 5px !important;
      padding-bottom: 5px !important; }
      .header-padding .header-logo > a {
        padding: 0.78571rem 0; } }

#side-categories li span.down-arrow svg {
  z-index: 9; }

div#facetedSearch .facetedSearch-refineFilters.sidebarBlock .sidebarBlock-heading,
div#facetedSearch .facetedSearch-refineFilters.sidebarBlock p {
  color: #2f2f2b; }

.slick-slide img {
  width: auto; }

.heroCarousel-slide img.lazyloaded {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 50% 50%; }

.heroCarousel-slide img.lazyload {
  width: auto; }

.heroCarousel-slide.slick-cloned img {
  width: auto; }

.card-body .non-sale-price--withoutTax .price--non-sale {
  opacity: 0.7; }

@media (max-width: 800px) {
  div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown, div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown.fixed {
    left: auto !important;
    top: 50px !important;
    right: 0 !important; } }

.icon--twitter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 16px; }
  .icon--twitter svg {
    height: 16px;
    width: 16px; }

i.main-nav {
  display: inline-flex;
  position: relative;
  bottom: -2px; }

.custom-pages-nav .navPages-action svg {
  fill: #3d451d;
  stroke: #3d451d;
  width: 14px;
  height: 16px; }

.custom-pages-nav .navPages-action:hover svg {
  fill: #de2323;
  stroke: #de2323; }

@media (max-width: 1024px) {
  i.main-nav {
    display: none; } }

@media (max-width: 800px) {
  body.main {
    padding-top: 0 !important; } }

@media (max-width: 800px) {
  body.main.home {
    padding-top: 0 !important; } }

.home-custom .home-btn {
  display: inline-block;
  padding: 17px 20px 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 21px;
  color: #17020D;
  background: #F7CD04;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  text-transform: uppercase; }
  @media (max-width: 1360px) {
    .home-custom .home-btn {
      padding: 11px 20px 11px;
      font-size: 15px;
      line-height: 18px; } }
  @media (max-width: 1023px) {
    .home-custom .home-btn {
      padding: 7px 10px 8px;
      font-size: 12px;
      line-height: 15px; } }
  @media (max-width: 767px) {
    .home-custom .home-btn {
      padding: 7px 13px 8px 10px;
      font-size: 11px;
      line-height: 13px; } }
  .home-custom .home-btn:hover {
    background: #F7E481; }

.home-custom .home-search {
  background-image: url("https://cdn11.bigcommerce.com/s-cpikre9p0l/images/stencil/original/image-manager/search-bg-2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 22px;
  margin-bottom: 10px; }
  @media (max-width: 1360px) {
    .home-custom .home-search {
      margin-bottom: 7px;
      padding: 17px 0; } }
  @media (max-width: 767px) {
    .home-custom .home-search {
      margin-bottom: 10px;
      padding: 17px 0 20px; } }
  .home-custom .home-search > .container {
    max-width: 1366px !important;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 1360px) {
      .home-custom .home-search > .container {
        max-width: 1024px !important; } }
    @media (max-width: 767px) {
      .home-custom .home-search > .container {
        max-width: 100% !important;
        padding: 0 15px; } }
  .home-custom .home-search h2 {
    margin: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 48px;
    line-height: 57px;
    color: #FFFFFF; }
    @media (max-width: 1360px) {
      .home-custom .home-search h2 {
        font-size: 38px;
        line-height: 44px; } }
    @media (max-width: 767px) {
      .home-custom .home-search h2 {
        font-size: 34px;
        line-height: 40px; } }
  .home-custom .home-search .home-search-field {
    padding-top: 26px; }
    @media (max-width: 1360px) {
      .home-custom .home-search .home-search-field {
        padding-top: 18px; } }
    @media (max-width: 767px) {
      .home-custom .home-search .home-search-field {
        padding-top: 19px;
        max-width: 375px;
        margin: 0 auto; } }
    .home-custom .home-search .home-search-field .form {
      margin: 0; }
      .home-custom .home-search .home-search-field .form .form-field {
        margin: 0;
        display: flex;
        justify-content: flex-start;
        position: relative;
        max-width: 786px;
        margin: 0 auto; }
        @media (max-width: 1360px) {
          .home-custom .home-search .home-search-field .form .form-field {
            max-width: 590px; } }
        @media (max-width: 767px) {
          .home-custom .home-search .home-search-field .form .form-field {
            flex-wrap: wrap;
            width: 100%;
            justify-content: center; } }
      .home-custom .home-search .home-search-field .form .form-input {
        max-width: 560px;
        border: 1px solid #707070 !important;
        background-color: #FFFFFF !important;
        color: #888888 !important;
        padding: 13px 44px 15px !important;
        font-size: 20px;
        line-height: 24px;
        height: auto;
        font-family: "Lato", sans-serif;
        font-weight: 500;
        font-style: italic; }
        @media (max-width: 1360px) {
          .home-custom .home-search .home-search-field .form .form-input {
            max-width: 420px;
            height: 40px;
            padding: 10px 32px 8px !important;
            font-size: 18px;
            line-height: 22px; } }
      .home-custom .home-search .home-search-field .form input.form-input::placeholder {
        color: #888888 !important; }
      .home-custom .home-search .home-search-field .form .search-svg {
        position: absolute;
        left: 10px;
        width: 31px;
        height: 31px;
        display: flex;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 1360px) {
          .home-custom .home-search .home-search-field .form .search-svg {
            width: 27px;
            height: 27px;
            left: 5px;
            top: 23px; } }
        .home-custom .home-search .home-search-field .form .search-svg svg {
          fill: #888888; }
      .home-custom .home-search .home-search-field .form .button {
        width: 216px;
        margin-left: 10px;
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        background: #F7CD04;
        border-radius: 0 !important; }
        @media (max-width: 1360px) {
          .home-custom .home-search .home-search-field .form .button {
            width: 162px;
            height: 100%;
            margin-left: 7px;
            margin-top: 0;
            font-size: 18px;
            line-height: 21px;
            padding: 10px 40px 9px; } }
        @media (max-width: 767px) {
          .home-custom .home-search .home-search-field .form .button {
            margin: 18px 0 0; } }
        .home-custom .home-search .home-search-field .form .button:hover {
          background: #F7E481;
          color: #000000 !important; }
  .home-custom .home-search .home-search-section {
    position: relative; }
  .home-custom .home-search .homeSearchResults {
    top: 110%;
    position: absolute;
    z-index: 999;
    width: 100%; }
    .home-custom .home-search .homeSearchResults .modal-close {
      top: 0;
      right: 0; }
    .home-custom .home-search .homeSearchResults .productGrid {
      max-height: 60vh;
      overflow-y: auto;
      padding: 20px;
      background: #888888; }
      @media (max-width: 800px) {
        .home-custom .home-search .homeSearchResults .productGrid .product {
          width: 33.33%; } }
      @media (max-width: 550px) {
        .home-custom .home-search .homeSearchResults .productGrid .product {
          width: 100%; } }
      .home-custom .home-search .homeSearchResults .productGrid .product .card:hover .card-text span.price {
        color: #fff; }
      .home-custom .home-search .homeSearchResults .productGrid .product .card:hover .card-title a {
        color: #fff !important; }
      .home-custom .home-search .homeSearchResults .productGrid .product .card:hover .card-body .button {
        border-color: #fff;
        color: #fff; }
        .home-custom .home-search .homeSearchResults .productGrid .product .card:hover .card-body .button:hover {
          background: #fff;
          color: #de2323 !important; }
    .home-custom .home-search .homeSearchResults .homeSearchMessage {
      background: #fff;
      padding: 20px;
      margin: 0;
      font-size: 16px;
      text-align: center; }

.home-custom .part-section {
  background-image: url("https://cdn11.bigcommerce.com/s-cpikre9p0l/images/stencil/original/image-manager/parts-bg-2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0 0; }
  @media (max-width: 1360px) {
    .home-custom .part-section {
      padding: 23px 0 0; } }
  @media (max-width: 1023px) {
    .home-custom .part-section {
      padding: 30px 0 0; } }
  @media (max-width: 767px) {
    .home-custom .part-section {
      padding: 30px 0 0; } }
  .home-custom .part-section .container {
    max-width: 1366px !important;
    padding: 0 30px 0 50px; }
    @media (max-width: 1360px) {
      .home-custom .part-section .container {
        max-width: 1024px !important;
        padding: 0 24px 0 37px; } }
    @media (max-width: 1023px) {
      .home-custom .part-section .container {
        max-width: 768px !important;
        padding: 0 25px; } }
    @media (max-width: 767px) {
      .home-custom .part-section .container {
        max-width: 100% !important;
        padding: 0 15px; } }
  .home-custom .part-section .parts-cat {
    display: flex;
    align-items: center; }
    @media (max-width: 1023px) {
      .home-custom .part-section .parts-cat {
        flex-wrap: wrap;
        justify-content: center; } }
    .home-custom .part-section .parts-cat .parts-left {
      max-width: 330px;
      margin-top: 6px; }
      @media (max-width: 1360px) {
        .home-custom .part-section .parts-cat .parts-left {
          max-width: 247px;
          margin-top: 0;
          margin-bottom: 13px; } }
      @media (max-width: 1023px) {
        .home-custom .part-section .parts-cat .parts-left {
          max-width: 100%;
          text-align: center;
          margin-bottom: 40px; } }
      .home-custom .part-section .parts-cat .parts-left h3 {
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        text-transform: capitalize;
        color: #2C2C2C;
        letter-spacing: normal;
        font-size: 48px;
        line-height: 54px;
        margin: 0; }
        @media (max-width: 1360px) {
          .home-custom .part-section .parts-cat .parts-left h3 {
            font-size: 38px;
            line-height: 44px; } }
        @media (max-width: 767px) {
          .home-custom .part-section .parts-cat .parts-left h3 {
            font-size: 32px;
            line-height: 38px; } }
      .home-custom .part-section .parts-cat .parts-left p {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        margin: 26px 0 30px;
        font-size: 20px;
        line-height: 26px;
        color: #2C2C2C; }
        @media (max-width: 1360px) {
          .home-custom .part-section .parts-cat .parts-left p {
            font-size: 18px;
            line-height: 24px;
            margin: 15px 0 24px; } }
        @media (max-width: 1023px) {
          .home-custom .part-section .parts-cat .parts-left p {
            margin: 16px 0 20px; } }
        @media (max-width: 767px) {
          .home-custom .part-section .parts-cat .parts-left p {
            font-size: 16px;
            line-height: 22px; } }
      .home-custom .part-section .parts-cat .parts-left .home-btn {
        color: #FFFFFF;
        background: #1E5667;
        padding: 17px 23px 16px; }
        @media (max-width: 1360px) {
          .home-custom .part-section .parts-cat .parts-left .home-btn {
            padding: 12px 20px 10px;
            font-size: 15px;
            line-height: 18px; } }
        .home-custom .part-section .parts-cat .parts-left .home-btn:hover {
          background: #256A80; }
    .home-custom .part-section .parts-cat .parts-right {
      display: flex;
      flex-wrap: wrap;
      margin-left: 36px;
      width: calc(100% - 330px); }
      @media (max-width: 1360px) {
        .home-custom .part-section .parts-cat .parts-right {
          margin-left: 28px;
          width: calc(100% - 247px); } }
      @media (max-width: 1023px) {
        .home-custom .part-section .parts-cat .parts-right {
          margin-left: 0;
          width: 100%; } }
      @media (max-width: 767px) {
        .home-custom .part-section .parts-cat .parts-right {
          flex-wrap: wrap;
          justify-content: center; } }
      .home-custom .part-section .parts-cat .parts-right .part-card {
        max-width: 230px;
        width: 25%;
        margin-bottom: 35px; }
        @media (max-width: 1360px) {
          .home-custom .part-section .parts-cat .parts-right .part-card {
            max-width: 169px; } }
        @media (max-width: 1023px) {
          .home-custom .part-section .parts-cat .parts-right .part-card {
            max-width: none;
            width: 25%; } }
        @media (max-width: 767px) {
          .home-custom .part-section .parts-cat .parts-right .part-card {
            width: 25%;
            margin: 0 0 26px; } }
        @media (max-width: 500px) {
          .home-custom .part-section .parts-cat .parts-right .part-card {
            max-width: 169px;
            margin-right: 0;
            margin-bottom: 26px;
            width: 50%; } }
        .home-custom .part-section .parts-cat .parts-right .part-card:last-child {
          margin-right: 0; }
        .home-custom .part-section .parts-cat .parts-right .part-card a {
          display: block;
          text-decoration: none; }
          .home-custom .part-section .parts-cat .parts-right .part-card a:hover .part-img::before {
            background: #F7CD04; }
          .home-custom .part-section .parts-cat .parts-right .part-card a:hover .part-img .top-img {
            opacity: 0.8; }
          .home-custom .part-section .parts-cat .parts-right .part-card a:hover .part-desc h3 {
            color: #1E5667; }
        .home-custom .part-section .parts-cat .parts-right .part-card .part-img-inner {
          position: relative; }
          .home-custom .part-section .parts-cat .parts-right .part-card .part-img-inner::after {
            content: '';
            position: absolute;
            top: 0;
            left: 4%;
            width: 90%;
            height: 99%;
            box-shadow: 3px 3px 10px #0000003D;
            transform: skewX(-3deg);
            z-index: 0; }
        .home-custom .part-section .parts-cat .parts-right .part-card .part-img {
          position: relative;
          clip-path: polygon(8% 0, 100% 0, 92% 100%, 0 100%);
          z-index: 2; }
          .home-custom .part-section .parts-cat .parts-right .part-card .part-img::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 94%;
            height: 99%;
            transform: skewX(-3.3deg); }
            @media (max-width: 1366px) {
              .home-custom .part-section .parts-cat .parts-right .part-card .part-img::before {
                width: 95%; } }
          .home-custom .part-section .parts-cat .parts-right .part-card .part-img img {
            width: 100%; }
          .home-custom .part-section .parts-cat .parts-right .part-card .part-img .top-img {
            max-width: 226px;
            clip-path: polygon(2% 0, 100% 0, 98% 100%, 0 100%); }
          .home-custom .part-section .parts-cat .parts-right .part-card .part-img .logo {
            bottom: 0;
            position: relative;
            left: -2px;
            display: flex;
            max-width: 214px;
            clip-path: polygon(1% 0, 100% 0, 100% 100%, 0 100%);
            border-top: 3px solid #F7CD04; }
        .home-custom .part-section .parts-cat .parts-right .part-card .part-desc {
          position: relative;
          margin-top: 16px;
          left: -2px; }
          @media (max-width: 1360px) {
            .home-custom .part-section .parts-cat .parts-right .part-card .part-desc {
              margin-top: 11px; } }
          .home-custom .part-section .parts-cat .parts-right .part-card .part-desc h3 {
            margin: 0;
            letter-spacing: normal;
            text-transform: capitalize;
            text-decoration: none;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            color: #2C2C2C;
            font-size: 36px;
            line-height: 36px; }
            @media (max-width: 1360px) {
              .home-custom .part-section .parts-cat .parts-right .part-card .part-desc h3 {
                font-size: 28px;
                line-height: 28px; } }
            @media (max-width: 1360px) {
              .home-custom .part-section .parts-cat .parts-right .part-card .part-desc h3 {
                font-size: 26px;
                line-height: 26px; } }
            .home-custom .part-section .parts-cat .parts-right .part-card .part-desc h3 span {
              display: block;
              font-weight: 700;
              font-size: 26px;
              line-height: 26px; }
              @media (max-width: 1360px) {
                .home-custom .part-section .parts-cat .parts-right .part-card .part-desc h3 span {
                  font-size: 20px;
                  line-height: 22px; } }
              @media (max-width: 1360px) {
                .home-custom .part-section .parts-cat .parts-right .part-card .part-desc h3 span {
                  font-size: 18px;
                  line-height: 18px; } }

.home-custom .compact-design {
  padding: 25px 0 27px; }
  @media (max-width: 1360px) {
    .home-custom .compact-design {
      padding: 19px 0 30px; } }
  @media (max-width: 1023px) {
    .home-custom .compact-design {
      padding: 20px 0 30px; } }
  .home-custom .compact-design .compact-design-container {
    max-width: 1058px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 1360px) {
      .home-custom .compact-design .compact-design-container {
        max-width: 794px; } }
    @media (max-width: 1023px) {
      .home-custom .compact-design .compact-design-container {
        max-width: 768px;
        padding: 0 35px; } }
    @media (max-width: 767px) {
      .home-custom .compact-design .compact-design-container {
        max-width: 375px;
        padding: 0 18px; } }
  .home-custom .compact-design .compact-design-card {
    display: flex;
    justify-content: space-between;
    position: relative; }
    @media (max-width: 767px) {
      .home-custom .compact-design .compact-design-card {
        flex-wrap: wrap; } }
  .home-custom .compact-design .compact-design-svg {
    display: flex;
    background-color: #17020D;
    width: 274px;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
    position: relative;
    z-index: 1;
    padding: 17px 42px 17px 15px; }
    @media (max-width: 1360px) {
      .home-custom .compact-design .compact-design-svg {
        padding: 13px 28px 12px 11px; } }
    @media (max-width: 1360px) {
      .home-custom .compact-design .compact-design-svg {
        width: 208px; } }
    @media (max-width: 767px) {
      .home-custom .compact-design .compact-design-svg {
        width: 100%;
        clip-path: polygon(0 0, 100% 0, 99.6% 100%, 0% 100%);
        justify-content: center;
        padding: 13px 21px 13px 11px;
        border-bottom: 3px solid #D90C16; } }
    .home-custom .compact-design .compact-design-svg::after {
      content: '';
      clip-path: polygon(85% 0, 100% 0, 100% 100%, 0% 100%);
      background: #D90C16;
      width: 25px;
      height: 100%;
      top: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
      @media (max-width: 1360px) {
        .home-custom .compact-design .compact-design-svg::after {
          width: 20px; } }
      @media (max-width: 767px) {
        .home-custom .compact-design .compact-design-svg::after {
          display: none; } }
    .home-custom .compact-design .compact-design-svg img {
      width: auto;
      height: auto; }
      @media (max-width: 767px) {
        .home-custom .compact-design .compact-design-svg img {
          max-width: 164px; } }
  .home-custom .compact-design .compact-design-img {
    max-width: 810px;
    z-index: -1;
    margin-left: -45px; }
    @media (max-width: 1360px) {
      .home-custom .compact-design .compact-design-img {
        margin-left: -20px;
        max-width: 606px; } }
    @media (max-width: 1023px) {
      .home-custom .compact-design .compact-design-img {
        margin-left: -20px;
        max-width: 510px; } }
    @media (max-width: 767px) {
      .home-custom .compact-design .compact-design-img {
        width: 100%;
        margin-left: 0; } }
    .home-custom .compact-design .compact-design-img picture {
      height: 100%;
      display: block; }
      @media (max-width: 1360px) {
        .home-custom .compact-design .compact-design-img picture {
          height: 64px; } }
      @media (max-width: 767px) {
        .home-custom .compact-design .compact-design-img picture {
          height: 85px; } }
      .home-custom .compact-design .compact-design-img picture img {
        height: 100%; }
  .home-custom .compact-design .compact-design-content {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }
    @media (max-width: 1360px) {
      .home-custom .compact-design .compact-design-content {
        right: 16px; } }
    @media (max-width: 767px) {
      .home-custom .compact-design .compact-design-content {
        transform: none;
        right: 0;
        bottom: 17px;
        top: inherit; } }
    .home-custom .compact-design .compact-design-content h3 {
      text-transform: uppercase;
      text-align: right;
      margin: 5px 36px 0 0;
      letter-spacing: normal;
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      color: #FFFFFF;
      font-size: 30px;
      line-height: 35px; }
      @media (max-width: 1360px) {
        .home-custom .compact-design .compact-design-content h3 {
          font-size: 22px;
          line-height: 24px;
          margin: 0px 32px 0px 0; } }
      @media (max-width: 1023px) {
        .home-custom .compact-design .compact-design-content h3 {
          margin: 0 24px 0 0; } }
      @media (max-width: 767px) {
        .home-custom .compact-design .compact-design-content h3 {
          margin: 0 6px 0 0; } }
      .home-custom .compact-design .compact-design-content h3 span {
        margin-top: -5px;
        display: block;
        color: #FCF7D8;
        font-weight: 500; }
        @media (max-width: 767px) {
          .home-custom .compact-design .compact-design-content h3 span {
            margin-top: 0; } }
    @media (max-width: 1360px) {
      .home-custom .compact-design .compact-design-content .home-btn {
        padding: 12px 11px 10px;
        font-size: 15px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .home-custom .compact-design .compact-design-content .home-btn {
        display: none; } }

.home-custom .parts-contact {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1023px) {
    .home-custom .parts-contact {
      flex-wrap: wrap;
      text-align: center; } }
  @media (max-width: 767px) {
    .home-custom .parts-contact {
      max-width: 375px;
      margin: 0 auto; } }
  .home-custom .parts-contact .parts-contact-svg {
    display: flex; }
    .home-custom .parts-contact .parts-contact-svg svg {
      width: 66px;
      height: 66px; }
      @media (max-width: 1360px) {
        .home-custom .parts-contact .parts-contact-svg svg {
          width: 54px;
          height: 54px; } }
  .home-custom .parts-contact h2 {
    margin: 0 34px 0 10px;
    letter-spacing: normal;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #17020D;
    font-size: 26px;
    line-height: 30px;
    text-transform: inherit; }
    @media (max-width: 1360px) {
      .home-custom .parts-contact h2 {
        margin: 0 20px 0 8px;
        font-size: 22px;
        line-height: 25px; } }
    @media (max-width: 1023px) {
      .home-custom .parts-contact h2 {
        margin: 0 0 0 8px; } }
  .home-custom .parts-contact p {
    max-width: 620px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    color: #17020D; }
    @media (max-width: 1360px) {
      .home-custom .parts-contact p {
        font-size: 16px;
        line-height: 24px;
        max-width: 560px; } }
    @media (max-width: 1023px) {
      .home-custom .parts-contact p {
        max-width: 580px;
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .home-custom .parts-contact p {
        max-width: 100%;
        margin-top: 10px;
        padding: 0 25px; } }
    .home-custom .parts-contact p a {
      font-size: 25px;
      text-decoration: none;
      color: #1d0813;
      font-weight: 900; }
      @media (max-width: 1360px) {
        .home-custom .parts-contact p a {
          font-size: 22px; } }
      @media (max-width: 767px) {
        .home-custom .parts-contact p a {
          display: block;
          line-height: 27px; } }

.home-custom .part-category {
  padding: 30px 0 60px; }
  @media (max-width: 1360px) {
    .home-custom .part-category {
      padding: 60px 0 60px; } }
  @media (max-width: 1023px) {
    .home-custom .part-category {
      padding: 33px 0 50px; } }
  @media (max-width: 767px) {
    .home-custom .part-category {
      padding: 6px 0 15px; } }
  .home-custom .part-category .container {
    max-width: 1366px !important;
    padding: 0 20px; }
    @media (max-width: 1360px) {
      .home-custom .part-category .container {
        max-width: 1024px !important;
        padding: 0 10px; } }
    @media (max-width: 1023px) {
      .home-custom .part-category .container {
        max-width: 768px !important;
        padding: 0 5px; } }
    @media (max-width: 767px) {
      .home-custom .part-category .container {
        max-width: 375px !important;
        padding: 0 18px; } }
  .home-custom .part-category .part-category-cards {
    display: flex;
    flex-wrap: wrap; }
  .home-custom .part-category .part-category-card {
    max-width: 660px;
    padding: 0 15px; }
    @media (max-width: 1360px) {
      .home-custom .part-category .part-category-card {
        max-width: 500px;
        padding: 0 13px 0 12px; } }
    @media (max-width: 1023px) {
      .home-custom .part-category .part-category-card {
        max-width: 379px;
        padding: 0 9px; } }
    @media (max-width: 767px) {
      .home-custom .part-category .part-category-card {
        padding: 0;
        width: 100%;
        margin-bottom: 35px; } }
  .home-custom .part-category a {
    display: block;
    text-decoration: none; }
  .home-custom .part-category .part-category-card-img img {
    max-height: 440px;
    width: 630px; }
    @media (max-width: 1360px) {
      .home-custom .part-category .part-category-card-img img {
        max-height: 332px;
        width: 100%; } }
    @media (max-width: 1023px) {
      .home-custom .part-category .part-category-card-img img {
        max-height: 252px; } }
  .home-custom .part-category .part-category-card-content {
    max-width: 590px;
    text-align: center;
    padding: 29px 29px 33px;
    border: 1px solid #FFFFFF;
    background: linear-gradient(180deg, #5d5d5d 0%, black 100%);
    margin: -133px auto 0;
    position: relative;
    z-index: 1; }
    @media (max-width: 1360px) {
      .home-custom .part-category .part-category-card-content {
        max-width: 445px;
        padding: 22px 23px 32px 32px;
        margin: -101px auto 0; } }
    @media (max-width: 1023px) {
      .home-custom .part-category .part-category-card-content {
        max-width: 338px;
        padding: 17px 17px 30px;
        min-height: 250px;
        margin: -76px auto 0; } }
    @media (max-width: 767px) {
      .home-custom .part-category .part-category-card-content {
        max-width: 316px;
        padding: 16px 16px 27px;
        min-height: 233px;
        margin: -71px auto 0; } }
    .home-custom .part-category .part-category-card-content h3 {
      margin: 0;
      letter-spacing: normal;
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      color: #FFFFFF;
      font-size: 44px;
      line-height: 52px; }
      @media (max-width: 1360px) {
        .home-custom .part-category .part-category-card-content h3 {
          font-size: 38px;
          line-height: 44px; } }
      @media (max-width: 1023px) {
        .home-custom .part-category .part-category-card-content h3 {
          font-size: 34px;
          line-height: 44px; } }
      @media (max-width: 1023px) {
        .home-custom .part-category .part-category-card-content h3 {
          font-size: 32px;
          line-height: 42px; } }
      .home-custom .part-category .part-category-card-content h3 i {
        font-style: normal;
        font-size: 24px;
        line-height: normal;
        vertical-align: top; }
        @media (max-width: 1360px) {
          .home-custom .part-category .part-category-card-content h3 i {
            font-size: 20px; } }
        @media (max-width: 1023px) {
          .home-custom .part-category .part-category-card-content h3 i {
            font-size: 18px; } }
      .home-custom .part-category .part-category-card-content h3 span {
        display: block;
        color: #F7CD04;
        font-size: 34px;
        line-height: 40px; }
        @media (max-width: 1360px) {
          .home-custom .part-category .part-category-card-content h3 span {
            font-size: 30px;
            line-height: 30px; } }
        @media (max-width: 1023px) {
          .home-custom .part-category .part-category-card-content h3 span {
            font-size: 26px;
            line-height: 26px; } }
        @media (max-width: 1023px) {
          .home-custom .part-category .part-category-card-content h3 span {
            font-size: 24px;
            line-height: 24px; } }
    .home-custom .part-category .part-category-card-content p {
      font-family: "Lato", sans-serif;
      font-weight: 500;
      margin: 20px 0 24px;
      font-size: 22px;
      line-height: 28px;
      color: #FFFFFF; }
      @media (max-width: 1360px) {
        .home-custom .part-category .part-category-card-content p {
          margin: 23px 0 20px;
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 1023px) {
        .home-custom .part-category .part-category-card-content p {
          margin: 17px 0 20px;
          font-size: 16px;
          line-height: 22px; } }
      @media (max-width: 767px) {
        .home-custom .part-category .part-category-card-content p {
          margin: 11px 0 16px; } }
      .home-custom .part-category .part-category-card-content p i {
        font-style: normal;
        font-size: 16px;
        line-height: normal;
        vertical-align: top; }
        @media (max-width: 1360px) {
          .home-custom .part-category .part-category-card-content p i {
            font-size: 14px; } }
    .home-custom .part-category .part-category-card-content .home-btn {
      font-family: "Lato", sans-serif;
      display: inline-block; }
      .home-custom .part-category .part-category-card-content .home-btn i {
        font-style: normal;
        font-size: 12px;
        line-height: normal;
        vertical-align: top;
        position: relative;
        top: -3px; }

.home-custom .best-seller {
  padding: 40px 0 35px;
  background-color: #F6F6F6; }
  @media (max-width: 1360px) {
    .home-custom .best-seller {
      padding: 40px 0 25px; } }
  @media (max-width: 767px) {
    .home-custom .best-seller {
      padding: 30px 0 25px; } }
  .home-custom .best-seller .container {
    max-width: 1118px !important; }
    @media (max-width: 1360px) {
      .home-custom .best-seller .container {
        max-width: 910px !important;
        padding: 0; } }
    @media (max-width: 1023px) {
      .home-custom .best-seller .container {
        max-width: 684px !important;
        padding: 0; } }
    @media (max-width: 767px) {
      .home-custom .best-seller .container {
        max-width: 100% !important; } }
  .home-custom .best-seller h2 {
    text-transform: capitalize;
    margin: 0;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #17020D;
    font-size: 32px;
    line-height: 38px; }
    @media (max-width: 1360px) {
      .home-custom .best-seller h2 {
        font-size: 32px;
        line-height: 38px; } }
    @media (max-width: 767px) {
      .home-custom .best-seller h2 {
        font-size: 28px;
        line-height: 33px; } }
  .home-custom .best-seller .custom-carouser {
    position: relative;
    margin: 24px 0 0; }
    @media (max-width: 1360px) {
      .home-custom .best-seller .custom-carouser {
        margin: 10px 0 0; } }
    .home-custom .best-seller .custom-carouser::after {
      content: ''; }
      @media (max-width: 767px) {
        .home-custom .best-seller .custom-carouser::after {
          width: 80px;
          height: 100%;
          position: absolute;
          background: linear-gradient(270deg, rgba(246, 246, 246, 0.8) 0%, rgba(246, 246, 246, 0) 100%);
          top: 0;
          right: 0; } }
    .home-custom .best-seller .custom-carouser .slick-arrow {
      display: block !important;
      background: none;
      margin: 0;
      height: auto;
      width: auto;
      padding: 0; }
      @media (max-width: 1360px) {
        .home-custom .best-seller .custom-carouser .slick-arrow {
          width: 16px;
          height: 26px; } }
      .home-custom .best-seller .custom-carouser .slick-arrow::before {
        width: 20px;
        height: 32px; }
        @media (max-width: 1360px) {
          .home-custom .best-seller .custom-carouser .slick-arrow::before {
            background-size: contain;
            width: 16px;
            height: 26px; } }
      .home-custom .best-seller .custom-carouser .slick-arrow.slick-prev {
        top: 110px;
        left: -40px; }
        @media (max-width: 1360px) {
          .home-custom .best-seller .custom-carouser .slick-arrow.slick-prev {
            top: 86px;
            left: -30px; } }
        @media (max-width: 1023px) {
          .home-custom .best-seller .custom-carouser .slick-arrow.slick-prev {
            top: 100px;
            left: -20px; } }
        @media (max-width: 767px) {
          .home-custom .best-seller .custom-carouser .slick-arrow.slick-prev {
            top: 104px;
            left: 20px; } }
        .home-custom .best-seller .custom-carouser .slick-arrow.slick-prev::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32.389' viewBox='0 0 20 32.389'%3E%3Cpath id='Icon_material-chevron-left' data-name='Icon material-chevron-left' d='M32,12.806,28.194,9,12,25.194,28.194,41.389,32,37.583,19.638,25.194Z' transform='translate(-12 -9)'/%3E%3C/svg%3E") !important;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32.389' viewBox='0 0 20 32.389'%3E%3Cpath id='Icon_material-chevron-left' data-name='Icon material-chevron-left' d='M32,12.806,28.194,9,12,25.194,28.194,41.389,32,37.583,19.638,25.194Z' transform='translate(-12 -9)'/%3E%3C/svg%3E") !important; }
      .home-custom .best-seller .custom-carouser .slick-arrow.slick-next {
        top: 110px;
        right: -40px; }
        @media (max-width: 1360px) {
          .home-custom .best-seller .custom-carouser .slick-arrow.slick-next {
            top: 86px;
            right: -30px; } }
        @media (max-width: 1023px) {
          .home-custom .best-seller .custom-carouser .slick-arrow.slick-next {
            top: 100px;
            right: -20px; } }
        @media (max-width: 767px) {
          .home-custom .best-seller .custom-carouser .slick-arrow.slick-next {
            top: 105px;
            right: 20px; } }
        .home-custom .best-seller .custom-carouser .slick-arrow.slick-next::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32.389' viewBox='0 0 20 32.389'%3E%3Cpath id='Icon_material-chevron-left' data-name='Icon material-chevron-left' d='M32,12.806,28.194,9,12,25.194,28.194,41.389,32,37.583,19.638,25.194Z' transform='translate(32 41.389) rotate(180)'/%3E%3C/svg%3E") !important;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32.389' viewBox='0 0 20 32.389'%3E%3Cpath id='Icon_material-chevron-left' data-name='Icon material-chevron-left' d='M32,12.806,28.194,9,12,25.194,28.194,41.389,32,37.583,19.638,25.194Z' transform='translate(32 41.389) rotate(180)'/%3E%3C/svg%3E") !important; }
    .home-custom .best-seller .custom-carouser .product {
      padding: 0 19px; }
      @media (max-width: 1360px) {
        .home-custom .best-seller .custom-carouser .product {
          padding: 0 3px; } }
      @media (max-width: 1023px) {
        .home-custom .best-seller .custom-carouser .product {
          padding: 0 8px; } }
      @media (max-width: 767px) {
        .home-custom .best-seller .custom-carouser .product {
          padding: 0 6px; } }
      .home-custom .best-seller .custom-carouser .product .card {
        margin: 0;
        background: transparent;
        padding: 10px;
        border: 1px solid transparent;
        transition: 0.3s ease-in-out; }
        .home-custom .best-seller .custom-carouser .product .card:hover {
          border-color: #000000; }
          .home-custom .best-seller .custom-carouser .product .card:hover .card-body .card-title a {
            color: #1E5667 !important; }
        .home-custom .best-seller .custom-carouser .product .card .card-figure {
          background: transparent; }
          @media (max-width: 1360px) {
            .home-custom .best-seller .custom-carouser .product .card .card-figure {
              min-height: 200px !important; } }
          @media (max-width: 1023px) {
            .home-custom .best-seller .custom-carouser .product .card .card-figure {
              min-height: 190px !important; } }
          .home-custom .best-seller .custom-carouser .product .card .card-figure .card-figure__link {
            width: 100%;
            height: 100%;
            display: block; }
          .home-custom .best-seller .custom-carouser .product .card .card-figure .card-image {
            max-height: 100% !important;
            width: 100% !important; }
          .home-custom .best-seller .custom-carouser .product .card .card-figure .card-figcaption .card-figcaption-body {
            padding: 10px; }
            .home-custom .best-seller .custom-carouser .product .card .card-figure .card-figcaption .card-figcaption-body a {
              display: block;
              height: auto !important; }
          .home-custom .best-seller .custom-carouser .product .card .card-figure .button {
            display: inline-block;
            padding: 10px;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            font-size: 14px;
            line-height: 17px;
            color: #2f2f2b !important;
            background: #fff;
            text-decoration: none;
            transition: 0.3s ease-in-out;
            text-transform: uppercase;
            border: none; }
            .home-custom .best-seller .custom-carouser .product .card .card-figure .button:hover {
              background: #de2323;
              color: #fff !important; }
        .home-custom .best-seller .custom-carouser .product .card .card-body {
          padding: 20px 0 0 !important; }
          @media (max-width: 1360px) {
            .home-custom .best-seller .custom-carouser .product .card .card-body {
              padding: 13px 0 0 !important; } }
          @media (max-width: 1023px) {
            .home-custom .best-seller .custom-carouser .product .card .card-body {
              padding: 23px 0 0 !important; } }
          .home-custom .best-seller .custom-carouser .product .card .card-body .card-title {
            text-align: left;
            margin-bottom: 12px;
            min-height: 64px; }
            @media (max-width: 1360px) {
              .home-custom .best-seller .custom-carouser .product .card .card-body .card-title {
                margin-bottom: 10px; } }
            .home-custom .best-seller .custom-carouser .product .card .card-body .card-title a {
              display: block;
              font-family: "Lato", sans-serif;
              font-weight: 500;
              font-size: 18px;
              line-height: 21px;
              color: #242424 !important; }
              @media (max-width: 1360px) {
                .home-custom .best-seller .custom-carouser .product .card .card-body .card-title a {
                  font-size: 16px; } }
          .home-custom .best-seller .custom-carouser .product .card .card-body .price-section {
            height: auto;
            display: inline-block; }
            .home-custom .best-seller .custom-carouser .product .card .card-body .price-section .price {
              font-family: "Anton", sans-serif;
              font-weight: 400;
              font-size: 22px;
              line-height: 32px; }
              @media (max-width: 1360px) {
                .home-custom .best-seller .custom-carouser .product .card .card-body .price-section .price {
                  font-size: 20px;
                  line-height: 30px; } }
            .home-custom .best-seller .custom-carouser .product .card .card-body .price-section.sale-price .price {
              color: #17020D; }

.home-custom .equipment-section {
  padding: 60px 0 30px; }
  @media (max-width: 1023px) {
    .home-custom .equipment-section {
      padding: 50px 0 30px; } }
  @media (max-width: 767px) {
    .home-custom .equipment-section {
      padding: 43px 0 30px; } }
  .home-custom .equipment-section .container {
    max-width: 1366px !important;
    padding: 0 20px; }
    @media (max-width: 1360px) {
      .home-custom .equipment-section .container {
        max-width: 1024px !important;
        padding: 0 13px; } }
    @media (max-width: 1023px) {
      .home-custom .equipment-section .container {
        max-width: 768px !important;
        padding: 0 10px 0 11px; } }
    @media (max-width: 767px) {
      .home-custom .equipment-section .container {
        max-width: 375px !important;
        padding: 0 15px 0; } }
  .home-custom .equipment-section .safety-card a {
    border-bottom: 10px solid #F96623; }
    @media (max-width: 1360px) {
      .home-custom .equipment-section .safety-card a {
        border-bottom-width: 8px; } }
    @media (max-width: 1023px) {
      .home-custom .equipment-section .safety-card a {
        border-bottom-width: 6px; } }
  .home-custom .equipment-section .bolt-card a {
    border-bottom: 10px solid #DD2324; }
    @media (max-width: 1360px) {
      .home-custom .equipment-section .bolt-card a {
        border-bottom-width: 8px; } }
    @media (max-width: 1023px) {
      .home-custom .equipment-section .bolt-card a {
        border-bottom-width: 6px; } }
  .home-custom .equipment-section .toolbox-card a {
    border-bottom: 10px solid #D69A00; }
    @media (max-width: 1360px) {
      .home-custom .equipment-section .toolbox-card a {
        border-bottom-width: 8px; } }
    @media (max-width: 1023px) {
      .home-custom .equipment-section .toolbox-card a {
        border-bottom-width: 6px; } }
  .home-custom .equipment-section .equip-cards {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .home-custom .equipment-section .equip-cards {
        justify-content: center; } }
    .home-custom .equipment-section .equip-cards a {
      display: block;
      text-decoration: none;
      height: 100%;
      background: #131212; }
    .home-custom .equipment-section .equip-cards .equip-card {
      max-width: 440px;
      padding: 0 15px; }
      @media (max-width: 1360px) {
        .home-custom .equipment-section .equip-cards .equip-card {
          max-width: 332px;
          padding: 0 11px; } }
      @media (max-width: 1023px) {
        .home-custom .equipment-section .equip-cards .equip-card {
          max-width: 249px;
          padding: 0 9px 0 8px; } }
      @media (max-width: 767px) {
        .home-custom .equipment-section .equip-cards .equip-card {
          padding: 0;
          margin-bottom: 30px; } }
      .home-custom .equipment-section .equip-cards .equip-card:last-child {
        margin-bottom: 0; }
      .home-custom .equipment-section .equip-cards .equip-card .equip-card-content {
        padding: 30px 30px 22px;
        background: linear-gradient(180deg, #5f5858 0%, #131212 100%); }
        @media (max-width: 1360px) {
          .home-custom .equipment-section .equip-cards .equip-card .equip-card-content {
            padding: 22px 20px 16px; } }
        @media (max-width: 1023px) {
          .home-custom .equipment-section .equip-cards .equip-card .equip-card-content {
            padding: 17px 15px 16px; } }
        @media (max-width: 767px) {
          .home-custom .equipment-section .equip-cards .equip-card .equip-card-content {
            min-height: 210px; } }
        .home-custom .equipment-section .equip-cards .equip-card .equip-card-content h3 {
          margin: 0;
          letter-spacing: normal;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          color: #FFFFFF;
          font-size: 40px;
          line-height: 47px;
          text-transform: capitalize; }
          @media (max-width: 1360px) {
            .home-custom .equipment-section .equip-cards .equip-card .equip-card-content h3 {
              font-size: 30px;
              line-height: 35px; } }
          @media (max-width: 1023px) {
            .home-custom .equipment-section .equip-cards .equip-card .equip-card-content h3 {
              font-size: 24px;
              line-height: 28px; } }
        .home-custom .equipment-section .equip-cards .equip-card .equip-card-content p {
          font-family: "Lato", sans-serif;
          font-weight: 500;
          margin: 20px 0 24px;
          font-size: 22px;
          line-height: 28px;
          color: #FFFFFF; }
          @media (max-width: 1360px) {
            .home-custom .equipment-section .equip-cards .equip-card .equip-card-content p {
              font-size: 18px;
              line-height: 24px;
              margin: 14px 0 18px; } }
          @media (max-width: 1360px) {
            .home-custom .equipment-section .equip-cards .equip-card .equip-card-content p {
              font-size: 16px;
              line-height: 22px;
              margin: 10px 0 20px; } }
        .home-custom .equipment-section .equip-cards .equip-card .equip-card-content .home-btn {
          font-family: "Lato", sans-serif; }

.home-custom .usp-section {
  padding: 32px 0 100px; }
  @media (max-width: 1360px) {
    .home-custom .usp-section {
      padding: 17px 0 80px; } }
  @media (max-width: 767px) {
    .home-custom .usp-section {
      padding: 20px 0 80px; } }
  .home-custom .usp-section .container {
    max-width: 1366px !important; }
    @media (max-width: 1360px) {
      .home-custom .usp-section .container {
        max-width: 1024px !important; } }
    @media (max-width: 1023px) {
      .home-custom .usp-section .container {
        max-width: 768px !important; } }
    @media (max-width: 767px) {
      .home-custom .usp-section .container {
        max-width: 375px !important; } }
    .home-custom .usp-section .container .usp-cards {
      display: flex; }
      @media (max-width: 767px) {
        .home-custom .usp-section .container .usp-cards {
          flex-wrap: wrap;
          justify-content: center; } }
      .home-custom .usp-section .container .usp-cards .usp-card {
        text-decoration: none;
        display: flex;
        width: 560px;
        margin-left: 89px; }
        @media (max-width: 1360px) {
          .home-custom .usp-section .container .usp-cards .usp-card {
            width: 424px;
            margin-left: 44px; } }
        @media (max-width: 1023px) {
          .home-custom .usp-section .container .usp-cards .usp-card {
            flex-wrap: wrap;
            width: 326px;
            margin-left: 30px; } }
        @media (max-width: 767px) {
          .home-custom .usp-section .container .usp-cards .usp-card {
            margin: 0 0 50px;
            width: 309px; } }
        .home-custom .usp-section .container .usp-cards .usp-card:last-child {
          margin-bottom: 0; }
        @media (max-width: 1360px) {
          .home-custom .usp-section .container .usp-cards .usp-card .usp-img svg {
            width: 54px;
            height: 54px; } }
        .home-custom .usp-section .container .usp-cards .usp-card .usp-content {
          margin-left: 20px; }
          @media (max-width: 1360px) {
            .home-custom .usp-section .container .usp-cards .usp-card .usp-content {
              margin-left: 15px; } }
          @media (max-width: 350px) {
            .home-custom .usp-section .container .usp-cards .usp-card .usp-content {
              width: calc(100% - 69px); } }
          .home-custom .usp-section .container .usp-cards .usp-card .usp-content h4 {
            margin: 0;
            letter-spacing: normal;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            color: #17020D;
            font-size: 26px;
            line-height: 30px;
            text-transform: capitalize; }
            @media (max-width: 1360px) {
              .home-custom .usp-section .container .usp-cards .usp-card .usp-content h4 {
                font-size: 22px;
                line-height: 25px; } }
            @media (max-width: 1023px) {
              .home-custom .usp-section .container .usp-cards .usp-card .usp-content h4 {
                max-width: 240px;
                font-size: 22px;
                line-height: 25px; } }
          .home-custom .usp-section .container .usp-cards .usp-card .usp-content p {
            font-family: "Lato", sans-serif;
            font-weight: 400;
            margin: 16px 0 0;
            font-size: 18px;
            line-height: 22px;
            color: #17020D; }
            @media (max-width: 1360px) {
              .home-custom .usp-section .container .usp-cards .usp-card .usp-content p {
                font-size: 16px;
                line-height: 19px;
                margin: 10px 0 0; } }
            @media (max-width: 1023px) {
              .home-custom .usp-section .container .usp-cards .usp-card .usp-content p {
                display: none; } }
        .home-custom .usp-section .container .usp-cards .usp-card .usp-desc {
          display: none; }
          @media (max-width: 1023px) {
            .home-custom .usp-section .container .usp-cards .usp-card .usp-desc {
              display: block;
              margin: 20px 0 0;
              font-family: "Lato", sans-serif;
              font-weight: 400;
              font-size: 16px;
              line-height: 19px;
              color: #17020D; } }

#body.not-internet-explorer .home-custom .best-seller .custom-carouser .slick-arrow::before {
  background-color: transparent !important;
  mask: none !important; }

#newsletter-popup .form-prefixPostfix .form-input {
  border-color: #707070 !important;
  background: #fff;
  text-align: left; }
  #newsletter-popup .form-prefixPostfix .form-input::placeholder {
    text-align: left; }

#newsletter-popup .form-prefixPostfix .button.button--primary.form-prefixPostfix-button--postfix {
  background-color: #1E5667 !important;
  border-color: #1E5667 !important; }
  #newsletter-popup .form-prefixPostfix .button.button--primary.form-prefixPostfix-button--postfix:hover {
    background-color: #256A80 !important;
    border-color: #256A80 !important; }

.header-top-banner {
  width: 100%;
  background: #B22222;
  clip-path: polygon(7px 0, 100% 0, 100% 100%, 0% 100%);
  display: flex;
  justify-content: space-between; }
  @media (max-width: 1290px) {
    .header-top-banner {
      clip-path: polygon(6px 0, 100% 0, 100% 100%, 0% 100%); } }
  @media (max-width: 1023px) {
    .header-top-banner {
      clip-path: none;
      justify-content: center; } }
  .header-top-banner .left-side {
    padding: 8px 24px 7px 21px; }
    @media (max-width: 1290px) {
      .header-top-banner .left-side {
        padding: 7px 24px 7px 15px; } }
    @media (max-width: 1023px) {
      .header-top-banner .left-side {
        padding: 7px 5px 7px; } }
    @media (max-width: 650px) {
      .header-top-banner .left-side {
        padding: 6px 37px 7px; } }
    @media (max-width: 350px) {
      .header-top-banner .left-side {
        padding: 6px 30px 7px; } }
    .header-top-banner .left-side p {
      margin: 0;
      color: #FFFFFF;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      line-height: 17px;
      font-weight: 900; }
      @media (max-width: 1290px) {
        .header-top-banner .left-side p {
          font-size: 13px;
          line-height: 16px; } }
      @media (max-width: 650px) {
        .header-top-banner .left-side p {
          text-align: center; } }
  .header-top-banner .right-side {
    background: #801818; }
    @media (max-width: 1023px) {
      .header-top-banner .right-side {
        display: none; } }
    .header-top-banner .right-side a {
      padding: 8px 24px 7px 20px;
      display: flex;
      align-items: center;
      color: #F7F2D5;
      font-family: "Lato", sans-serif;
      font-size: 14px;
      line-height: 17px;
      font-weight: 500; }
      @media (max-width: 1290px) {
        .header-top-banner .right-side a {
          font-size: 13px;
          line-height: 16px;
          padding: 7px 20px 7px 16px; } }
      .header-top-banner .right-side a .number {
        font-weight: 900;
        margin-left: 3px;
        text-decoration: underline; }
      .header-top-banner .right-side a .call-svg {
        margin-right: 5px;
        display: inline-flex; }
        @media (max-width: 1290px) {
          .header-top-banner .right-side a .call-svg {
            width: 16px; } }
        @media (max-width: 1290px) {
          .header-top-banner .right-side a .call-svg svg {
            width: 100%;
            height: auto; } }
      .header-top-banner .right-side a:hover {
        color: #F7CD04; }

body.has-activeNavPages {
  overflow: hidden !important; }

body header.header.custom-header {
  background: #000000 !important;
  width: 100%;
  max-width: 100%;
  z-index: 10000 !important; }
  @media (max-width: 1023px) {
    body header.header.custom-header {
      padding: 0 !important;
      position: fixed; } }
  body header.header.custom-header.is-open {
    background: transparent !important;
    height: 100%;
    position: fixed; }
    body header.header.custom-header.is-open .main-header {
      background: #000; }
    body header.header.custom-header.is-open .header-mobile-menu {
      display: block; }
  body header.header.custom-header ul {
    margin: 0;
    list-style: none; }
  body header.header.custom-header a {
    transition: 0.3s all ease-in-out;
    text-decoration: none; }
  body header.header.custom-header h1, body header.header.custom-header h2, body header.header.custom-header h3, body header.header.custom-header h4, body header.header.custom-header h5, body header.header.custom-header h6 {
    letter-spacing: normal; }
  body header.header.custom-header .container {
    display: flex;
    flex-wrap: wrap; }
  body header.header.custom-header .mobile-bg-close {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    cursor: pointer; }
  body header.header.custom-header .main-header {
    width: calc(100% - 296px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 0 0 35px; }
    @media (max-width: 1290px) {
      body header.header.custom-header .main-header {
        width: calc(100% - 230px);
        padding: 0 0 0 18px; } }
    @media (max-width: 1023px) {
      body header.header.custom-header .main-header {
        width: 100%;
        padding: 0; } }
    body header.header.custom-header .main-header .category-section {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      padding: 0 24px 0 0;
      height: calc(100% - 33px); }
      @media (max-width: 1290px) {
        body header.header.custom-header .main-header .category-section {
          height: calc(100% - 30px);
          padding: 0 20px 0 0; } }
      @media (max-width: 1023px) {
        body header.header.custom-header .main-header .category-section {
          width: 100%;
          height: auto;
          padding: 5px 30px 0;
          justify-content: center;
          position: relative; } }
      @media (max-width: 650px) {
        body header.header.custom-header .main-header .category-section {
          padding: 5px 19px 0 18px; } }
      @media (max-width: 350px) {
        body header.header.custom-header .main-header .category-section {
          padding: 5px 10px 0; } }
    body header.header.custom-header .main-header .banner-container {
      max-width: 100%;
      width: 100%;
      display: flex;
      justify-content: flex-end;
      padding: 0;
      height: fit-content;
      height: 33px; }
      @media (max-width: 1290px) {
        body header.header.custom-header .main-header .banner-container {
          height: 30px; } }
      @media (max-width: 650px) {
        body header.header.custom-header .main-header .banner-container {
          height: auto; } }
  body header.header.custom-header .container {
    max-width: 1366px !important;
    margin: 0 auto;
    padding: 0; }
  body header.header.custom-header .mobileMenu-toggle {
    padding: 0;
    width: 32px;
    height: 24px;
    top: 29px !important;
    left: 30px; }
    @media (max-width: 650px) {
      body header.header.custom-header .mobileMenu-toggle {
        top: 24px !important;
        left: 18px; } }
    body header.header.custom-header .mobileMenu-toggle .mobileMenu-toggleIcon {
      width: 100%;
      height: 100%;
      position: relative;
      top: 0;
      left: 0;
      display: flex;
      background: none !important; }
      body header.header.custom-header .mobileMenu-toggle .mobileMenu-toggleIcon::before, body header.header.custom-header .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        display: none; }
      body header.header.custom-header .mobileMenu-toggle .mobileMenu-toggleIcon svg {
        width: 100%;
        height: auto; }
      body header.header.custom-header .mobileMenu-toggle .mobileMenu-toggleIcon .close {
        display: none; }
    body header.header.custom-header .mobileMenu-toggle.is-open .close {
      display: flex; }
    body header.header.custom-header .mobileMenu-toggle.is-open .open {
      display: none; }
  body header.header.custom-header #menu.navPages-container {
    width: auto;
    max-width: inherit;
    order: 2;
    background: inherit;
    margin: 0;
    height: 100%;
    position: inherit; }
    @media (max-width: 1023px) {
      body header.header.custom-header #menu.navPages-container {
        position: absolute;
        display: none; } }
    @media (max-width: 1023px) {
      body header.header.custom-header #menu.navPages-container.is-open {
        display: none;
        top: 100%;
        height: auto; } }
    body header.header.custom-header #menu.navPages-container .navPages {
      max-width: 100%;
      width: 100%; }
  body header.header.custom-header .navUser {
    order: 3;
    width: auto;
    padding: 0 0 0;
    float: none;
    position: inherit; }
    @media (max-width: 1290px) {
      body header.header.custom-header .navUser {
        padding: 0 0 4px; } }
    @media (max-width: 1023px) {
      body header.header.custom-header .navUser {
        padding: 0;
        position: absolute;
        right: 30px;
        top: 29px;
        transform: none; } }
    @media (max-width: 650px) {
      body header.header.custom-header .navUser {
        right: 19px;
        top: 24px; } }
    body header.header.custom-header .navUser::before, body header.header.custom-header .navUser::after {
      display: none; }
    body header.header.custom-header .navUser .navUser-section {
      display: flex;
      flex-wrap: wrap;
      float: none; }
      body header.header.custom-header .navUser .navUser-section::before, body header.header.custom-header .navUser .navUser-section::after {
        display: none; }
    body header.header.custom-header .navUser .navUser-item {
      float: none;
      width: auto;
      margin-left: 30px; }
      @media (max-width: 1290px) {
        body header.header.custom-header .navUser .navUser-item {
          margin-left: 22px; } }
      @media (max-width: 1023px) {
        body header.header.custom-header .navUser .navUser-item {
          height: auto;
          margin-left: 30px; } }
      @media (max-width: 650px) {
        body header.header.custom-header .navUser .navUser-item {
          margin-left: 20px; } }
      @media (max-width: 350px) {
        body header.header.custom-header .navUser .navUser-item {
          margin-left: 10px; } }
      body header.header.custom-header .navUser .navUser-item:first-child {
        margin: 0; }
      body header.header.custom-header .navUser .navUser-item .navUser-action {
        display: flex;
        padding: 0; }
        body header.header.custom-header .navUser .navUser-item .navUser-action svg {
          stroke: none;
          height: 24px;
          width: auto; }
          @media (max-width: 1290px) {
            body header.header.custom-header .navUser .navUser-item .navUser-action svg {
              height: 18px; } }
          @media (max-width: 1023px) {
            body header.header.custom-header .navUser .navUser-item .navUser-action svg {
              height: 24px; } }
      body header.header.custom-header .navUser .navUser-item.phone {
        display: none; }
        body header.header.custom-header .navUser .navUser-item.phone span {
          display: flex; }
        @media (max-width: 1023px) {
          body header.header.custom-header .navUser .navUser-item.phone {
            display: block; } }
      @media (max-width: 1023px) {
        body header.header.custom-header .navUser .navUser-item.search-item {
          display: none; } }
      body header.header.custom-header .navUser .navUser-item .navUser-action--quickSearch .search-open {
        display: flex; }
      body header.header.custom-header .navUser .navUser-item .navUser-action--quickSearch .search-close {
        display: none; }
      body header.header.custom-header .navUser .navUser-item .navUser-action--quickSearch.is-open::before {
        display: none; }
      body header.header.custom-header .navUser .navUser-item .navUser-action--quickSearch.is-open .search-open {
        display: none; }
      body header.header.custom-header .navUser .navUser-item .navUser-action--quickSearch.is-open .search-close {
        position: relative;
        display: flex;
        flex-wrap: wrap; }
      body header.header.custom-header .navUser .navUser-item .navUser-action--quickSearch .close-txt {
        position: absolute;
        bottom: -18px;
        left: -8px;
        text-transform: uppercase;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 15px;
        color: #fff;
        z-index: 1; }
      body header.header.custom-header .navUser .navUser-item .account-user svg {
        stroke: none;
        height: 24px;
        width: auto; }
        @media (max-width: 1290px) {
          body header.header.custom-header .navUser .navUser-item .account-user svg {
            height: 18px; } }
      body header.header.custom-header .navUser .navUser-item.navUser-item--cart .navUser-action {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        line-height: 19px;
        color: #F7CD04; }
        @media (max-width: 1290px) {
          body header.header.custom-header .navUser .navUser-item.navUser-item--cart .navUser-action {
            font-size: 11px;
            line-height: 13px; } }
        @media (max-width: 1023px) {
          body header.header.custom-header .navUser .navUser-item.navUser-item--cart .navUser-action {
            font-size: 16px;
            line-height: 19px; } }
      body header.header.custom-header .navUser .navUser-item.navUser-item--cart div#cart-preview-dropdown.dropdown-menu.is-open.f-open-dropdown {
        top: 35px !important; }
      body header.header.custom-header .navUser .navUser-item .navUser-item-cartLabel {
        display: flex;
        margin-right: 6px; }
      body header.header.custom-header .navUser .navUser-item .countPill {
        background: transparent !important;
        color: #F7CD04 !important;
        display: inline-flex !important;
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: auto;
        height: auto;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        line-height: 19px;
        margin: 0; }
        @media (max-width: 1290px) {
          body header.header.custom-header .navUser .navUser-item .countPill {
            font-size: 11px;
            line-height: 13px; } }
        @media (max-width: 1023px) {
          body header.header.custom-header .navUser .navUser-item .countPill {
            font-size: 16px;
            line-height: 19px; } }
      body header.header.custom-header .navUser .navUser-item .navUser-item--compare {
        display: none; }
      @media (max-width: 1023px) {
        body header.header.custom-header .navUser .navUser-item.nav-anct {
          display: none; } }
      body header.header.custom-header .navUser .navUser-item.nav-anct .account-dropdown {
        display: none; }
      body header.header.custom-header .navUser .navUser-item.nav-anct span {
        display: flex; }
      body header.header.custom-header .navUser .navUser-item.nav-anct .account-dropdown {
        display: none; }
        body header.header.custom-header .navUser .navUser-item.nav-anct .account-dropdown a {
          display: block; }
        body header.header.custom-header .navUser .navUser-item.nav-anct .account-dropdown.is-open {
          display: block; }
      body header.header.custom-header .navUser .navUser-item.nav-anct .account-dropdown {
        background: #fff;
        border: 1px solid #C0C0C0;
        width: 200px;
        box-shadow: 0 2px 6px rgba(18, 18, 18, 0.2);
        position: absolute;
        right: 0;
        top: 40px;
        padding: 10px; }
        body header.header.custom-header .navUser .navUser-item.nav-anct .account-dropdown::before, body header.header.custom-header .navUser .navUser-item.nav-anct .account-dropdown::after {
          content: '';
          border: inset 10px;
          border-color: transparent transparent #fff transparent;
          border-bottom-style: solid;
          position: absolute;
          right: 1px;
          top: -20px; }
        body header.header.custom-header .navUser .navUser-item.nav-anct .account-dropdown::before {
          right: -1px;
          top: -24px;
          border: inset 12px;
          border-color: transparent transparent #C0C0C0 transparent; }
        body header.header.custom-header .navUser .navUser-item.nav-anct .account-dropdown .navUser-action {
          color: #000000;
          padding: 5px 10px;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          font-size: 20px;
          line-height: 24px;
          display: flex;
          align-items: center;
          justify-content: flex-start; }
          body header.header.custom-header .navUser .navUser-item.nav-anct .account-dropdown .navUser-action:hover {
            background: #C57821;
            color: #fff; }
  body header.header.custom-header .dropdown--quickSearch {
    padding: 0 24px 15px;
    background-color: #000000; }
    @media (max-width: 1023px) {
      body header.header.custom-header .dropdown--quickSearch {
        display: block;
        left: 0;
        width: 100%;
        position: relative;
        padding: 10px 0 13px;
        top: 0 !important; } }
    body header.header.custom-header .dropdown--quickSearch.is-open {
      top: 100% !important; }
      @media (max-width: 1023px) {
        body header.header.custom-header .dropdown--quickSearch.is-open {
          top: 0 !important; } }
    body header.header.custom-header .dropdown--quickSearch .form {
      width: 100%;
      max-width: 100%; }
    body header.header.custom-header .dropdown--quickSearch .form-field {
      position: relative; }
    body header.header.custom-header .dropdown--quickSearch .form-fieldset {
      width: 100% !important;
      max-width: 100%;
      margin: 0; }
      body header.header.custom-header .dropdown--quickSearch .form-fieldset .button {
        position: absolute;
        right: 0;
        top: 0;
        width: 48px;
        height: 48px;
        padding: 0;
        border: none;
        margin: 0;
        border-radius: 0 !important;
        background-color: #F7CD04; }
        @media (max-width: 1023px) {
          body header.header.custom-header .dropdown--quickSearch .form-fieldset .button {
            width: 34px;
            height: 40px; } }
        @media (max-width: 1023px) {
          body header.header.custom-header .dropdown--quickSearch .form-fieldset .button svg {
            width: 20px;
            height: 20px; } }
    body header.header.custom-header .dropdown--quickSearch .form-input {
      font-size: 18px;
      line-height: 22px;
      font-family: "Lato", sans-serif;
      font-style: italic;
      height: auto;
      padding: 13px 10px;
      border: none;
      background-color: #fff !important;
      color: #000000 !important; }
      @media (max-width: 1023px) {
        body header.header.custom-header .dropdown--quickSearch .form-input {
          padding: 11px 10px;
          font-size: 15px;
          line-height: 18px; } }
      body header.header.custom-header .dropdown--quickSearch .form-input::placeholder {
        font-size: 18px;
        line-height: 22px;
        font-family: "Lato", sans-serif;
        font-style: italic;
        color: #000 !important; }
        @media (max-width: 1023px) {
          body header.header.custom-header .dropdown--quickSearch .form-input::placeholder {
            font-size: 15px;
            line-height: 18px; } }
    body header.header.custom-header .dropdown--quickSearch .quickSearchResults {
      top: 100%;
      margin-top: 2px;
      box-shadow: 0 2px 6px rgba(18, 18, 18, 0.2); }
      body header.header.custom-header .dropdown--quickSearch .quickSearchResults .search-result-close {
        position: absolute;
        top: 5px;
        right: 5px;
        background-color: #000;
        padding: 3px;
        z-index: 1;
        width: 30px;
        height: 30px;
        display: flex; }
        body header.header.custom-header .dropdown--quickSearch .quickSearchResults .search-result-close svg {
          width: 100%;
          height: auto; }
  body header.header.custom-header .desk-logo {
    width: 272px;
    margin-left: 24px;
    padding: 4px 0 5px; }
    @media (max-width: 1290px) {
      body header.header.custom-header .desk-logo {
        width: 210px;
        margin-left: 20px;
        padding: 7px 0 5px; } }
    @media (max-width: 1023px) {
      body header.header.custom-header .desk-logo {
        display: none; } }
    body header.header.custom-header .desk-logo .header-logo {
      display: block;
      width: 100%;
      line-height: normal; }
      @media (min-width: 1024px) {
        body header.header.custom-header .desk-logo .header-logo {
          display: block !important; } }
      body header.header.custom-header .desk-logo .header-logo img {
        width: 100%; }
  body header.header.custom-header .mob-logo {
    display: none; }
    @media (max-width: 1023px) {
      body header.header.custom-header .mob-logo {
        display: block;
        width: 200px;
        font-size: 0;
        line-height: 0; } }
    @media (max-width: 650px) {
      body header.header.custom-header .mob-logo {
        width: 170px;
        margin-right: 75px; } }
    @media (max-width: 350px) {
      body header.header.custom-header .mob-logo {
        margin-right: 51px; } }
    body header.header.custom-header .mob-logo .header-logo {
      width: 100%;
      line-height: normal;
      padding: 0;
      opacity: 1 !important; }
    body header.header.custom-header .mob-logo .logo-link {
      padding: 0; }
  body header.header.custom-header .desktop-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%; }
    @media (max-width: 1023px) {
      body header.header.custom-header .desktop-menu {
        display: none; } }
    body header.header.custom-header .desktop-menu .level-one-li {
      padding: 19px 0 0;
      height: 100%; }
      @media (max-width: 1290px) {
        body header.header.custom-header .desktop-menu .level-one-li {
          padding: 15px 0 16px; } }
      body header.header.custom-header .desktop-menu .level-one-li:first-child .desk-action {
        padding-left: 0;
        border-left: 0; }
        body header.header.custom-header .desktop-menu .level-one-li:first-child .desk-action::before {
          display: none; }
      body header.header.custom-header .desktop-menu .level-one-li:last-child {
        padding-right: 0;
        padding-top: 26px; }
        @media (max-width: 1290px) {
          body header.header.custom-header .desktop-menu .level-one-li:last-child {
            padding-top: 20px; } }
        body header.header.custom-header .desktop-menu .level-one-li:last-child .desk-action {
          padding-right: 0;
          border-right: none; }
          body header.header.custom-header .desktop-menu .level-one-li:last-child .desk-action::after {
            display: none; }
      body header.header.custom-header .desktop-menu .level-one-li.with-menu:hover .level-one-submenu {
        display: block; }
      body header.header.custom-header .desktop-menu .level-one-li.with-menu:hover .main-cat-name .sub-cat-name, body header.header.custom-header .desktop-menu .level-one-li.with-menu:hover .main-cat-name .cat-name {
        color: #F7CD04; }
      body header.header.custom-header .desktop-menu .level-one-li.with-menu:hover .arrow-svg {
        transform: rotate(180deg);
        margin: 17px 0 0 4px; }
        @media (max-width: 1290px) {
          body header.header.custom-header .desktop-menu .level-one-li.with-menu:hover .arrow-svg {
            margin: 0 0 0 6px;
            left: 5px;
            top: 6px; } }
        body header.header.custom-header .desktop-menu .level-one-li.with-menu:hover .arrow-svg svg {
          fill: #fff; }
      body header.header.custom-header .desktop-menu .level-one-li.with-menu.brand-menu:hover, body header.header.custom-header .desktop-menu .level-one-li.with-menu.category-menu:hover, body header.header.custom-header .desktop-menu .level-one-li.with-menu.resource-menu:hover {
        padding-top: 0;
        padding-bottom: 0; }
        body header.header.custom-header .desktop-menu .level-one-li.with-menu.brand-menu:hover .desk-action, body header.header.custom-header .desktop-menu .level-one-li.with-menu.category-menu:hover .desk-action, body header.header.custom-header .desktop-menu .level-one-li.with-menu.resource-menu:hover .desk-action {
          padding-top: 2px;
          height: 100%;
          align-items: center; }
          @media (max-width: 1290px) {
            body header.header.custom-header .desktop-menu .level-one-li.with-menu.brand-menu:hover .desk-action, body header.header.custom-header .desktop-menu .level-one-li.with-menu.category-menu:hover .desk-action, body header.header.custom-header .desktop-menu .level-one-li.with-menu.resource-menu:hover .desk-action {
              padding-top: 0;
              padding-bottom: 2px; } }
    body header.header.custom-header .desktop-menu .desk-action {
      padding: 0 22px 0;
      text-decoration: none;
      display: flex;
      align-items: flex-end;
      position: relative;
      transition: none; }
      @media (max-width: 1290px) {
        body header.header.custom-header .desktop-menu .desk-action {
          padding: 0 23px 0 19px; } }
      body header.header.custom-header .desktop-menu .desk-action::before {
        content: '';
        position: absolute;
        left: 0;
        width: 1px;
        height: 100%;
        background: #fff;
        display: block;
        top: 0; }
      body header.header.custom-header .desktop-menu .desk-action::after {
        content: '';
        position: absolute;
        right: -1px;
        width: 1px;
        height: 100%;
        background: #fff;
        display: block;
        top: 0; }
      body header.header.custom-header .desktop-menu .desk-action:hover .main-cat-name .sub-cat-name, body header.header.custom-header .desktop-menu .desk-action:hover .main-cat-name .cat-name {
        color: #F7CD04; }
      body header.header.custom-header .desktop-menu .desk-action .main-cat-name .sub-cat-name {
        margin: 0 0 -2px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        text-transform: uppercase;
        transition: 0.3s all ease-in-out; }
        @media (max-width: 1290px) {
          body header.header.custom-header .desktop-menu .desk-action .main-cat-name .sub-cat-name {
            font-size: 11px;
            line-height: 13px; } }
      body header.header.custom-header .desktop-menu .desk-action .main-cat-name .cat-name {
        text-transform: uppercase;
        margin: 0;
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        font-size: 20px;
        line-height: 24px;
        color: #fff;
        transition: 0.3s all ease-in-out; }
        @media (max-width: 1290px) {
          body header.header.custom-header .desktop-menu .desk-action .main-cat-name .cat-name {
            font-size: 15px;
            line-height: 18px; } }
      body header.header.custom-header .desktop-menu .desk-action .part-svg {
        width: 27px;
        height: 27px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #F7CD04;
        margin-right: 11px;
        margin-bottom: 3px;
        transition: 0.3s all ease-in-out;
        padding: 2px; }
        @media (max-width: 1290px) {
          body header.header.custom-header .desktop-menu .desk-action .part-svg {
            width: 22px;
            height: 22px;
            margin-right: 8px; } }
        body header.header.custom-header .desktop-menu .desk-action .part-svg svg {
          width: 100%;
          height: auto; }
      body header.header.custom-header .desktop-menu .desk-action .arrow-svg {
        margin: 0 0 1px 7px; }
        @media (max-width: 1290px) {
          body header.header.custom-header .desktop-menu .desk-action .arrow-svg {
            margin: 0 0 0px 7px;
            position: relative;
            left: 5px; } }
        body header.header.custom-header .desktop-menu .desk-action .arrow-svg svg {
          transition: 0.3s all ease-in-out;
          fill: #F7CD04; }
          @media (max-width: 1290px) {
            body header.header.custom-header .desktop-menu .desk-action .arrow-svg svg {
              width: 12px;
              height: auto; } }
    body header.header.custom-header .desktop-menu .level-one-submenu {
      display: none;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: 100%;
      max-width: 1024px;
      width: 100%;
      background: linear-gradient(180deg, white 0%, white 64%, #f0f0f0 100%);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      @media (max-width: 1290px) {
        body header.header.custom-header .desktop-menu .level-one-submenu {
          max-width: 980px; } }
      body header.header.custom-header .desktop-menu .level-one-submenu .submenu-cat-cards {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 10px 23px; }
        body header.header.custom-header .desktop-menu .level-one-submenu .submenu-cat-cards a {
          display: block; }
          body header.header.custom-header .desktop-menu .level-one-submenu .submenu-cat-cards a:hover .cat-img {
            box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4); }
          body header.header.custom-header .desktop-menu .level-one-submenu .submenu-cat-cards a:hover h3 {
            color: #1E5667; }
        body header.header.custom-header .desktop-menu .level-one-submenu .submenu-cat-cards .submenu-cat-card {
          width: 250px;
          padding: 10px; }
          body header.header.custom-header .desktop-menu .level-one-submenu .submenu-cat-cards .submenu-cat-card .cat-img {
            transition: 0.3s all ease-in-out; }
          body header.header.custom-header .desktop-menu .level-one-submenu .submenu-cat-cards .submenu-cat-card h3 {
            margin: 0;
            text-align: center;
            color: #000000;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            font-size: 16px;
            line-height: 19px;
            padding: 12px 0 10px; }
      body header.header.custom-header .desktop-menu .level-one-submenu .category-tab {
        display: flex;
        flex-wrap: wrap; }
        body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .menu-tabs {
          float: none;
          width: 260px;
          display: block;
          background: #F7F2D5;
          padding: 22px 0 10px 13px; }
          @media (max-width: 1290px) {
            body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .menu-tabs {
              width: 230px; } }
        body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .cat-tab {
          float: none;
          width: 100%;
          padding: 10px;
          display: block;
          background: transparent;
          margin: 6px 0;
          padding: 0; }
          body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .cat-tab:first-child {
            margin-top: 0; }
          body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .cat-tab:hover {
            background-color: #fff; }
            body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .cat-tab:hover a::before {
              background: #F7CD04; }
            body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .cat-tab:hover .arrow-svg svg {
              fill: #B22222; }
          body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .cat-tab a {
            padding: 10px 10px 8px 31px;
            display: block;
            color: #000;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            font-size: 24px;
            line-height: 28px;
            position: relative; }
            body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .cat-tab a span {
              margin-top: -1px;
              display: block;
              font-weight: 700;
              font-size: 16px;
              line-height: 19px;
              letter-spacing: 0.4px; }
            body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .cat-tab a::before {
              content: '';
              background: #B22222;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              position: absolute;
              top: 17px;
              left: 11px;
              display: block; }
            body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .cat-tab a .arrow-svg {
              left: inherit;
              position: absolute;
              right: 23px;
              top: 50%;
              transform: translateY(-50%);
              margin: 0;
              display: flex; }
              body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .cat-tab a .arrow-svg svg {
                fill: #000; }
        body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .tab.active {
          background-color: #fff; }
          body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .tab.active a::before {
            background: #F7CD04; }
          body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .tab.active .arrow-svg svg {
            fill: #B22222; }
        body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .tab-content {
          display: none; }
        body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .tab-content.active {
          display: block; }
        body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .menu-tab-contents {
          width: calc(100% - 260px);
          padding: 20px; }
          @media (max-width: 1290px) {
            body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .menu-tab-contents {
              width: calc(100% - 230px); } }
          body header.header.custom-header .desktop-menu .level-one-submenu .category-tab .menu-tab-contents .tab-content {
            padding: 0; }
    body header.header.custom-header .desktop-menu .level-three-cards-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 10px;
      grid-row-gap: 20px; }
      body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card {
        width: 170px; }
      body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content {
        padding-top: 10px; }
        body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-three-card-title {
          margin: 0 0 8px;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          font-size: 16px;
          line-height: 19px;
          color: #000000; }
          body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-three-card-title a {
            color: #000; }
            body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-three-card-title a span {
              font-size: 10px;
              line-height: 10px;
              position: relative;
              top: -6px; }
            body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-three-card-title a:hover {
              color: #1E5667; }
        body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-four {
          border-left: 2px solid #B22222;
          padding-left: 8px; }
          body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-four .level-four-li {
            font-family: "Roboto", sans-serif;
            font-weight: 500;
            font-size: 12px;
            line-height: 14px;
            color: #000000;
            margin-bottom: 10px; }
            body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-four .level-four-li a {
              font-family: "Roboto", sans-serif;
              font-weight: 500;
              font-size: 12px;
              line-height: 14px;
              color: #000000; }
              body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-four .level-four-li a:hover {
                color: #2C8099; }
          body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-four .view-all {
            color: #1E5667;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            font-size: 12px;
            line-height: 14px; }
            body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-four .view-all .view-svg {
              display: inline-flex;
              margin-right: 3px; }
              body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-four .view-all .view-svg svg {
                fill: #1E5667; }
            body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-four .view-all a {
              color: #1E5667;
              font-family: "Roboto", sans-serif;
              font-weight: 900;
              font-size: 12px;
              line-height: 14px;
              text-decoration: underline; }
            body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-four .view-all:hover .view-svg svg {
              fill: #2C8099; }
            body header.header.custom-header .desktop-menu .level-three-cards-grid .level-three-card-content .level-four .view-all:hover a {
              color: #2C8099; }
    body header.header.custom-header .desktop-menu .level-three-cards-list {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-column-gap: 10px;
      grid-row-gap: 20px; }
      body header.header.custom-header .desktop-menu .level-three-cards-list .level-three-card {
        width: 170px; }
      body header.header.custom-header .desktop-menu .level-three-cards-list .level-three-card-content {
        padding-top: 10px; }
        body header.header.custom-header .desktop-menu .level-three-cards-list .level-three-card-content .level-three-card-title {
          margin: 0 0 8px;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          font-size: 16px;
          line-height: 19px;
          color: #000000; }
          body header.header.custom-header .desktop-menu .level-three-cards-list .level-three-card-content .level-three-card-title a {
            color: #000; }
            body header.header.custom-header .desktop-menu .level-three-cards-list .level-three-card-content .level-three-card-title a span {
              font-size: 10px;
              line-height: 10px;
              position: relative;
              top: -6px; }
            body header.header.custom-header .desktop-menu .level-three-cards-list .level-three-card-content .level-three-card-title a:hover {
              color: #1E5667; }
    body header.header.custom-header .desktop-menu .brand-menu .level-one-submenu {
      width: 772px; }
    body header.header.custom-header .desktop-menu .resource-menu .level-one-submenu {
      width: 620px; }
    body header.header.custom-header .desktop-menu .resource-menu .menu-tab-contents {
      min-height: 365px; }
      body header.header.custom-header .desktop-menu .resource-menu .menu-tab-contents .tab-content .levl-three .levl-three-li {
        margin-bottom: 19px; }
        body header.header.custom-header .desktop-menu .resource-menu .menu-tab-contents .tab-content .levl-three .levl-three-li a {
          color: #000;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          font-size: 16px;
          line-height: 19px; }
          body header.header.custom-header .desktop-menu .resource-menu .menu-tab-contents .tab-content .levl-three .levl-three-li a .register {
            font-size: 10px;
            line-height: 10px;
            position: relative;
            top: -6px; }
          body header.header.custom-header .desktop-menu .resource-menu .menu-tab-contents .tab-content .levl-three .levl-three-li a:hover {
            color: #1E5667; }
    body header.header.custom-header .desktop-menu .submenu-header {
      background-image: url("https://cdn11.bigcommerce.com/s-cpikre9p0l/images/stencil/original/image-manager/sub-cate-title-bg.png");
      background-repeat: repeat;
      background-size: contain;
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      body header.header.custom-header .desktop-menu .submenu-header::before {
        content: '';
        background: #f7cd04;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        mix-blend-mode: screen;
        z-index: -1; }
      body header.header.custom-header .desktop-menu .submenu-header .submenu-title {
        padding: 9px 13px 6px; }
        body header.header.custom-header .desktop-menu .submenu-header .submenu-title h3 {
          margin: 0;
          font-family: "Roboto", sans-serif;
          font-size: 26px;
          line-height: 30px;
          color: #000000;
          text-transform: uppercase;
          font-weight: 900; }
          body header.header.custom-header .desktop-menu .submenu-header .submenu-title h3 span {
            font-size: 18px;
            line-height: 21px;
            font-weight: 700; }
      body header.header.custom-header .desktop-menu .submenu-header .category-btn {
        padding: 12px 20px 12px;
        background: #fff;
        clip-path: polygon(6px 0, 100% 0, 100% 100%, 0% 100%); }
        body header.header.custom-header .desktop-menu .submenu-header .category-btn a {
          display: block;
          color: #B22222;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          font-size: 18px;
          line-height: 21px;
          text-transform: uppercase;
          text-decoration: underline; }
          body header.header.custom-header .desktop-menu .submenu-header .category-btn a:hover {
            color: #1E5667; }
  body header.header.custom-header .header-mobile-menu {
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    background: rgba(0, 0, 0, 0.8);
    mix-blend-mode: multiply; }
    body header.header.custom-header .header-mobile-menu .header-scroll {
      background: #fff;
      max-width: 320px; }
      @media (max-width: 330px) {
        body header.header.custom-header .header-mobile-menu .header-scroll {
          max-width: 300px; } }
    body header.header.custom-header .header-mobile-menu .mobile-menu {
      padding-top: 31px;
      margin: 0 !important; }
      body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl {
        margin-bottom: 20px; }
        body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl:last-child {
          margin-bottom: 0; }
        body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt {
          display: block;
          width: 269px;
          position: relative; }
          body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt.child-trigger {
            background: linear-gradient(180deg, #5f5858 0%, #131212 100%); }
          body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt.quick-add {
            background: #1E5667; }
            body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt.quick-add .arrow-icon {
              background: #0F2B33; }
              body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt.quick-add .arrow-icon svg {
                height: 18px;
                fill: #fff; }
          body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt.resource {
            margin-top: -4px;
            background: transparent; }
            body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt.resource .lvl1-title {
              color: #17020D; }
            body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt.resource .arrow-icon {
              background: transparent; }
          body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt .lvl1-title {
            color: #fff;
            font-size: 18px;
            line-height: 21px;
            margin: 0;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            padding: 7px 0 6px 18px; }
            body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt .lvl1-title span {
              font-size: 13px;
              line-height: 15px;
              display: block;
              margin-bottom: -2px; }
          body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt .arrow-icon {
            position: absolute;
            right: 0;
            top: 0;
            background: #000000;
            width: 26px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            body header.header.custom-header .header-mobile-menu .mobile-menu .parent-linkl .link-txt .arrow-icon svg {
              height: 14px;
              width: auto; }
    body header.header.custom-header .header-mobile-menu .child-lvl {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: auto;
      overflow-y: auto;
      width: 100%;
      max-width: 320px;
      z-index: 2;
      min-height: 501px;
      background: #fff; }
      @media (max-width: 330px) {
        body header.header.custom-header .header-mobile-menu .child-lvl {
          max-width: 300px; } }
      body header.header.custom-header .header-mobile-menu .child-lvl.open {
        display: block; }
      body header.header.custom-header .header-mobile-menu .child-lvl .back-btn {
        text-transform: uppercase;
        color: #F7CD04;
        font-size: 12px;
        line-height: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        display: inline-flex;
        align-items: center; }
        body header.header.custom-header .header-mobile-menu .child-lvl .back-btn span {
          margin-right: 5px;
          display: inline-flex;
          width: auto; }
          body header.header.custom-header .header-mobile-menu .child-lvl .back-btn span svg {
            fill: #F7CD04;
            width: auto;
            height: 12px; }
      body header.header.custom-header .header-mobile-menu .child-lvl .sub-menu-heading-lvl1 {
        padding: 19px 18px 13px;
        background: linear-gradient(180deg, #5f5858 0%, #131212 100%); }
        body header.header.custom-header .header-mobile-menu .child-lvl .sub-menu-heading-lvl1 .mb-head {
          margin: 10px 0 0;
          font-size: 28px;
          line-height: 27px;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          color: #fff; }
          body header.header.custom-header .header-mobile-menu .child-lvl .sub-menu-heading-lvl1 .mb-head span {
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
            display: block; }
      body header.header.custom-header .header-mobile-menu .child-lvl .sub-menu-btn {
        padding: 20px;
        background: #F7F2D5; }
        body header.header.custom-header .header-mobile-menu .child-lvl .sub-menu-btn a {
          text-transform: uppercase;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto;
          width: 130px;
          height: 40px;
          background: #1E5667;
          font-size: 16px;
          line-height: 19px;
          letter-spacing: 0.32px;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          color: #fff; }
      body header.header.custom-header .header-mobile-menu .child-lvl .submenu-mob-cat-cards {
        padding: 15px 0 27px; }
        body header.header.custom-header .header-mobile-menu .child-lvl .submenu-mob-cat-cards .submenu-mob-cat-card {
          margin-bottom: 10px; }
          body header.header.custom-header .header-mobile-menu .child-lvl .submenu-mob-cat-cards .submenu-mob-cat-card:last-child {
            margin-bottom: 0; }
          body header.header.custom-header .header-mobile-menu .child-lvl .submenu-mob-cat-cards .submenu-mob-cat-card .level-two-li-link {
            padding: 10px 10px 10px 38px;
            display: block;
            color: #000;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            font-size: 24px;
            line-height: 28px;
            position: relative;
            background: #E6E6E6;
            max-width: 290px;
            width: 100%; }
            body header.header.custom-header .header-mobile-menu .child-lvl .submenu-mob-cat-cards .submenu-mob-cat-card .level-two-li-link span {
              margin-top: -2px;
              margin-bottom: -6px;
              display: block;
              font-weight: 700;
              font-size: 16px;
              line-height: 19px;
              letter-spacing: 0.4px; }
            body header.header.custom-header .header-mobile-menu .child-lvl .submenu-mob-cat-cards .submenu-mob-cat-card .level-two-li-link::before {
              content: '';
              background: #B22222;
              width: 10px;
              height: 10px;
              border-radius: 50%;
              position: absolute;
              top: 17px;
              left: 18px;
              display: block; }
            body header.header.custom-header .header-mobile-menu .child-lvl .submenu-mob-cat-cards .submenu-mob-cat-card .level-two-li-link .arrow-svg {
              left: inherit;
              position: absolute;
              right: 17px;
              top: 50%;
              margin: 0;
              transform: translateY(-50%);
              display: flex; }
              body header.header.custom-header .header-mobile-menu .child-lvl .submenu-mob-cat-cards .submenu-mob-cat-card .level-two-li-link .arrow-svg svg {
                fill: #000; }
        body header.header.custom-header .header-mobile-menu .child-lvl .submenu-mob-cat-cards.card-grid {
          display: grid;
          grid-template-columns: repeat(2, 1fr);
          grid-column-gap: 5px;
          grid-row-gap: 10px;
          padding-left: 5px;
          padding-right: 5px; }
          body header.header.custom-header .header-mobile-menu .child-lvl .submenu-mob-cat-cards.card-grid .submenu-mob-cat-card {
            padding: 5px;
            margin: 0; }
            body header.header.custom-header .header-mobile-menu .child-lvl .submenu-mob-cat-cards.card-grid .submenu-mob-cat-card h3 {
              margin: 0;
              text-align: center;
              color: #000000;
              font-family: "Roboto", sans-serif;
              font-weight: 900;
              font-size: 16px;
              line-height: 19px;
              padding: 12px 0 5px; }
    body header.header.custom-header .header-mobile-menu .child-lvl2 {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      overflow-y: auto;
      width: 100%;
      max-width: 320px;
      z-index: 1;
      min-height: 501px;
      background: #fff; }
      @media (max-width: 330px) {
        body header.header.custom-header .header-mobile-menu .child-lvl2 {
          max-width: 300px; } }
      body header.header.custom-header .header-mobile-menu .child-lvl2.open {
        display: block; }
      body header.header.custom-header .header-mobile-menu .child-lvl2 .sub-menu-heading-lvl2 {
        padding: 19px 18px 13px;
        background: linear-gradient(180deg, #5f5858 0%, #131212 100%); }
        body header.header.custom-header .header-mobile-menu .child-lvl2 .sub-menu-heading-lvl2 .mb-head {
          margin: 10px 0 0;
          font-size: 28px;
          line-height: 28px;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          color: #fff; }
          body header.header.custom-header .header-mobile-menu .child-lvl2 .sub-menu-heading-lvl2 .mb-head span {
            font-size: 20px;
            line-height: 20px;
            font-weight: 700;
            display: block; }
      body header.header.custom-header .header-mobile-menu .child-lvl2 .back-btn-levl-2 {
        text-transform: uppercase;
        color: #F7CD04;
        font-size: 12px;
        line-height: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: 700;
        display: inline-flex;
        align-items: center; }
        body header.header.custom-header .header-mobile-menu .child-lvl2 .back-btn-levl-2 span {
          margin-right: 5px;
          display: inline-flex;
          width: auto; }
          body header.header.custom-header .header-mobile-menu .child-lvl2 .back-btn-levl-2 span svg {
            fill: #F7CD04;
            width: auto;
            height: 12px; }
      body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card {
        padding: 10px 18px 19px; }
        body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-three-card-content {
          border-bottom: 1px solid #E0E0E0;
          padding: 16px 0 14px; }
          body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-three-card-content:last-child {
            border: none; }
          body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-three-card-content .level-three-card-title {
            margin: 0;
            font-size: 20px;
            line-height: 24px;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            color: #000;
            position: relative; }
            body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-three-card-content .level-three-card-title a {
              font-size: 20px;
              line-height: 24px;
              font-family: "Roboto", sans-serif;
              font-weight: 900;
              color: #000;
              display: block; }
              body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-three-card-content .level-three-card-title a span {
                font-size: 11px;
                line-height: 11px;
                position: relative;
                top: -6px; }
            body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-three-card-content .level-three-card-title .dropdown-arrow {
              display: flex;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              right: 30px;
              transition: 0.3s all ease-in-out; }
              body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-three-card-content .level-three-card-title .dropdown-arrow svg {
                width: 100%; }
            body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-three-card-content .level-three-card-title.is-open .dropdown-arrow {
              transform: translateY(-50%) rotate(180deg); }
              body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-three-card-content .level-three-card-title.is-open .dropdown-arrow svg {
                fill: #B22222; }
        body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-four-dropdown {
          padding: 12px 0 6px; }
          body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-four-dropdown .level-four-list {
            border-left: 2px solid #B22222;
            padding-left: 8px; }
            body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-four-dropdown .level-four-list .level-four-li {
              font-size: 16px;
              line-height: 19px;
              font-family: "Roboto", sans-serif;
              font-weight: 500;
              color: #000;
              margin-bottom: 21px; }
              body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-four-dropdown .level-four-list .level-four-li a {
                font-size: 16px;
                line-height: 19px;
                font-family: "Roboto", sans-serif;
                font-weight: 500;
                color: #000; }
            body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-four-dropdown .level-four-list .view-all {
              padding-top: 2px;
              font-size: 16px;
              line-height: 19px;
              font-family: "Roboto", sans-serif;
              font-weight: 900;
              display: flex;
              align-items: center; }
              body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-four-dropdown .level-four-list .view-all .view-svg {
                display: inline-flex;
                margin-right: 3px; }
                body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-four-dropdown .level-four-list .view-all .view-svg svg {
                  fill: #1E5667; }
              body header.header.custom-header .header-mobile-menu .child-lvl2 .level-three-card .level-four-dropdown .level-four-list .view-all a {
                font-size: 16px;
                line-height: 19px;
                font-family: "Roboto", sans-serif;
                font-weight: 900;
                color: #1E5667;
                text-decoration: underline; }
    body header.header.custom-header .header-mobile-menu .mobile-call {
      padding: 14px 0 30px 17px; }
      body header.header.custom-header .header-mobile-menu .mobile-call a {
        display: inline-flex;
        align-items: center;
        clip-path: polygon(0% 0, 100% 0, 99% 100%, 0% 100%);
        background-color: #FFFEE3;
        height: 56px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.46);
        position: relative;
        z-index: 1; }
      body header.header.custom-header .header-mobile-menu .mobile-call .call-svg {
        height: 100%;
        background: #F7CD04;
        padding: 0 8px 0 9px;
        clip-path: polygon(5px 0, 100% 0, 91% 100%, 0% 100%);
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        body header.header.custom-header .header-mobile-menu .mobile-call .call-svg span {
          display: flex; }
      body header.header.custom-header .header-mobile-menu .mobile-call .call-content {
        padding: 0 20px 0 12px; }
        body header.header.custom-header .header-mobile-menu .mobile-call .call-content p {
          margin: 0;
          font-family: "Lato", sans-serif;
          font-size: 14px;
          line-height: 17px;
          font-weight: 700;
          color: #000; }
        body header.header.custom-header .header-mobile-menu .mobile-call .call-content span {
          font-family: "Lato", sans-serif;
          font-size: 20px;
          line-height: 24px;
          font-weight: 900;
          color: #000;
          display: block; }
    body header.header.custom-header .header-mobile-menu .mobile-bottom {
      background-color: #EFEFEF;
      padding: 20px 0 30px; }
    body header.header.custom-header .header-mobile-menu .bottom-links {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 29px; }
      body header.header.custom-header .header-mobile-menu .bottom-links a {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.8px;
        font-weight: 500;
        color: #000000;
        display: inline-block; }
        body header.header.custom-header .header-mobile-menu .bottom-links a::after {
          content: '';
          width: 1px;
          height: 16px;
          background: #000;
          display: inline-block;
          margin: 0 17px;
          position: relative;
          top: 3px; }
        body header.header.custom-header .header-mobile-menu .bottom-links a:last-child::after {
          display: none; }
    body header.header.custom-header .header-mobile-menu .mobile-account {
      width: 123px;
      height: 41px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #000000; }
      body header.header.custom-header .header-mobile-menu .mobile-account .navUser-action {
        margin-left: 5px;
        padding: 0;
        font-size: 16px;
        line-height: 19px;
        font-family: "Roboto", sans-serif;
        font-weight: 900; }

@media (max-width: 800px) {
  section.quickSearchResults article.card {
    min-height: 130px !important; } }

body.checkout .navUser-item--cart {
  display: none !important; }

body.main footer.footer.custom-footer .container, body.main footer.footer.custom-footer .container {
  max-width: 1366px !important;
  padding: 0 64px !important; }
  @media (max-width: 1290px) {
    body.main footer.footer.custom-footer .container, body.main footer.footer.custom-footer .container {
      padding: 0 20px !important; } }
  @media (max-width: 1023px) {
    body.main footer.footer.custom-footer .container, body.main footer.footer.custom-footer .container {
      padding: 0 50px !important; } }
  @media (max-width: 700px) {
    body.main footer.footer.custom-footer .container, body.main footer.footer.custom-footer .container {
      padding: 0 37px !important; } }

.footer.custom-footer {
  background: linear-gradient(180deg, whitesmoke 0%, #d9d9d9 100%);
  position: relative;
  padding: 30px 0 0;
  border: none !important;
  z-index: 1; }
  @media (max-width: 1023px) {
    .footer.custom-footer {
      padding: 18px 0 0; } }
  @media (max-width: 700px) {
    .footer.custom-footer {
      padding: 16px 0 0; } }
  .footer.custom-footer h1, .footer.custom-footer h2, .footer.custom-footer h3, .footer.custom-footer h4, .footer.custom-footer h5, .footer.custom-footer h6 {
    letter-spacing: normal; }
  .footer.custom-footer::before {
    content: '';
    background-image: url("https://cdn11.bigcommerce.com/s-cpikre9p0l/images/stencil/original/image-manager/footer-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 500px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    mix-blend-mode: screen;
    z-index: -1; }
    @media (max-width: 1023px) {
      .footer.custom-footer::before {
        background-image: url("https://cdn11.bigcommerce.com/s-cpikre9p0l/images/stencil/original/image-manager/footer-bg-tab.png");
        width: 330px;
        height: 341px;
        right: 0;
        bottom: 40px; } }
    @media (max-width: 700px) {
      .footer.custom-footer::before {
        background-image: url("https://cdn11.bigcommerce.com/s-cpikre9p0l/images/stencil/original/image-manager/footer-bg-mobile.png");
        width: 312px;
        height: 322px;
        right: 0;
        bottom: 85px; } }
  .footer.custom-footer .container {
    position: relative; }
  .footer.custom-footer ul {
    margin: 0;
    list-style: none; }
  .footer.custom-footer .footer-info {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .footer.custom-footer .footer-info {
        flex-wrap: wrap;
        align-items: center; } }
    .footer.custom-footer .footer-info::before, .footer.custom-footer .footer-info::after {
      display: none; }
    .footer.custom-footer .footer-info .footer-category-cards {
      display: flex;
      padding-top: 3px; }
      @media (max-width: 1290px) {
        .footer.custom-footer .footer-info .footer-category-cards {
          padding-top: 5px; } }
      @media (max-width: 1023px) {
        .footer.custom-footer .footer-info .footer-category-cards {
          order: 1;
          display: block;
          max-width: 300px;
          width: 100%;
          padding: 0; } }
      @media (max-width: 700px) {
        .footer.custom-footer .footer-info .footer-category-cards {
          margin: 0 auto; } }
      .footer.custom-footer .footer-info .footer-category-cards .footer-category-card {
        width: 120px;
        margin-right: 40px; }
        @media (max-width: 1290px) {
          .footer.custom-footer .footer-info .footer-category-cards .footer-category-card {
            width: 99px;
            margin-right: 39px; } }
        @media (max-width: 1023px) {
          .footer.custom-footer .footer-info .footer-category-cards .footer-category-card {
            margin: 0;
            width: 100%;
            padding: 16px 0 14px;
            border-bottom: 1px solid #707070; } }
        @media (max-width: 1290px) {
          .footer.custom-footer .footer-info .footer-category-cards .footer-category-card:nth-child(2) {
            width: 80px; } }
        @media (max-width: 1023px) {
          .footer.custom-footer .footer-info .footer-category-cards .footer-category-card:nth-child(2) {
            width: 100%; } }
        .footer.custom-footer .footer-info .footer-category-cards .footer-category-card:last-child {
          margin-right: 0;
          border: none; }
        .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-heading {
          margin: 0;
          color: #000000;
          font-size: 18px;
          line-height: 21px;
          font-family: "Roboto", sans-serif;
          font-weight: 900;
          text-transform: uppercase;
          position: relative; }
          @media (min-width: 1024px) {
            .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-heading {
              pointer-events: none; } }
          @media (max-width: 1290px) {
            .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-heading {
              font-size: 16px;
              line-height: 19px; } }
          @media (max-width: 1023px) {
            .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-heading {
              font-size: 18px;
              line-height: 21px; } }
          .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-heading .arrow-svg {
            display: none; }
            @media (max-width: 1023px) {
              .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-heading .arrow-svg {
                display: block;
                position: absolute;
                right: 0;
                top: 50%;
                transform: translateY(-50%) rotate(180deg);
                transition: 0.3s ease-in-out all; } }
            .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-heading .arrow-svg svg {
              fill: #000000; }
          .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-heading.active .arrow-svg {
            transform: translateY(-50%) rotate(0deg); }
            .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-heading.active .arrow-svg svg {
              fill: #707070; }
        .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list {
          padding-top: 13px; }
          @media (min-width: 1024px) {
            .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list {
              display: block !important; } }
          @media (max-width: 1290px) {
            .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list {
              padding-top: 16px; } }
          @media (max-width: 1023px) {
            .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list {
              padding-top: 13px; } }
          @media (max-width: 700px) {
            .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list {
              padding-top: 15px; } }
          .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list li {
            color: #000000;
            font-family: "Lato", sans-serif;
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 14px;
            padding: 0; }
            @media (max-width: 1290px) {
              .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list li {
                font-size: 13px;
                line-height: 13px;
                margin-bottom: 15px; } }
            @media (max-width: 1023px) {
              .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list li {
                font-size: 14px;
                line-height: 14px;
                margin-bottom: 14px; } }
            .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list li:last-child {
              margin-bottom: 0; }
            .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list li a {
              color: #000000;
              font-family: "Lato", sans-serif;
              font-size: 14px;
              line-height: 14px; }
              @media (max-width: 1290px) {
                .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list li a {
                  font-size: 13px;
                  line-height: 13px; } }
              @media (max-width: 1023px) {
                .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list li a {
                  font-size: 14px;
                  line-height: 14px; } }
              .footer.custom-footer .footer-info .footer-category-cards .footer-category-card .footer-category-list li a:hover {
                color: #1E5667; }
    .footer.custom-footer .footer-info .footer-logo-section {
      width: 224px;
      margin-right: 156px; }
      @media (max-width: 1290px) {
        .footer.custom-footer .footer-info .footer-logo-section {
          margin-right: 72px;
          width: 208px; } }
      @media (max-width: 1023px) {
        .footer.custom-footer .footer-info .footer-logo-section {
          order: 3;
          margin: 24px 0 0;
          width: 100%; } }
      @media (max-width: 700px) {
        .footer.custom-footer .footer-info .footer-logo-section {
          margin: 40px 0 0; } }
      .footer.custom-footer .footer-info .footer-logo-section .footer-logo {
        width: 200px;
        margin: 0 auto; }
        @media (max-width: 1290px) {
          .footer.custom-footer .footer-info .footer-logo-section .footer-logo {
            width: 160px; } }
        .footer.custom-footer .footer-info .footer-logo-section .footer-logo a {
          display: block; }
      .footer.custom-footer .footer-info .footer-logo-section .fooetr-address {
        margin-top: 20px; }
        @media (max-width: 1290px) {
          .footer.custom-footer .footer-info .footer-logo-section .fooetr-address {
            margin-top: 22px; } }
        @media (max-width: 700px) {
          .footer.custom-footer .footer-info .footer-logo-section .fooetr-address {
            margin-top: 20px; } }
        .footer.custom-footer .footer-info .footer-logo-section .fooetr-address p {
          margin: 0;
          color: #000000;
          font-family: "Lato", sans-serif;
          font-weight: 700;
          font-size: 14px;
          line-height: 17px;
          text-align: center; }
          @media (max-width: 1290px) {
            .footer.custom-footer .footer-info .footer-logo-section .fooetr-address p {
              font-size: 13px;
              line-height: 16px; } }
          .footer.custom-footer .footer-info .footer-logo-section .fooetr-address p span {
            display: block; }
    @media (max-width: 1023px) {
      .footer.custom-footer .footer-info .footer-social-section {
        order: 2;
        text-align: center; } }
    @media (max-width: 700px) {
      .footer.custom-footer .footer-info .footer-social-section {
        margin: 17px auto 0; } }
    .footer.custom-footer .footer-info .footer-social-section .footer-call {
      display: block;
      padding: 0 20px 7px 0; }
      @media (max-width: 1023px) {
        .footer.custom-footer .footer-info .footer-social-section .footer-call {
          padding: 0 0 13px; } }
      .footer.custom-footer .footer-info .footer-social-section .footer-call a {
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        clip-path: polygon(2% 0, 100% 0, 97.6% 100%, 0% 100%);
        background-color: #FFFEE3;
        height: 56px;
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.16); }
      .footer.custom-footer .footer-info .footer-social-section .footer-call .call-svg {
        height: 100%;
        background: #F7CD04;
        padding: 0 8px;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        .footer.custom-footer .footer-info .footer-social-section .footer-call .call-svg span {
          display: flex; }
      .footer.custom-footer .footer-info .footer-social-section .footer-call .call-content {
        padding: 0 20px 0 12px; }
        .footer.custom-footer .footer-info .footer-social-section .footer-call .call-content p {
          margin: 0;
          font-family: "Lato", sans-serif;
          font-size: 14px;
          line-height: 17px;
          font-weight: 700;
          color: #000; }
        .footer.custom-footer .footer-info .footer-social-section .footer-call .call-content span {
          font-family: "Lato", sans-serif;
          font-size: 20px;
          line-height: 24px;
          font-weight: 900;
          color: #000;
          display: block; }
    .footer.custom-footer .footer-info .footer-social-section .social-media {
      margin: 15px 0 0; }
      @media (max-width: 1290px) {
        .footer.custom-footer .footer-info .footer-social-section .social-media {
          margin: 16px 0 0; } }
      @media (max-width: 1023px) {
        .footer.custom-footer .footer-info .footer-social-section .social-media {
          position: relative;
          top: -7px; } }
      @media (max-width: 700px) {
        .footer.custom-footer .footer-info .footer-social-section .social-media {
          position: relative;
          top: 0;
          margin: 8px 0 0; } }
      .footer.custom-footer .footer-info .footer-social-section .social-media h3 {
        margin: 0;
        color: #000000;
        font-size: 18px;
        line-height: 21px;
        font-family: "Roboto", sans-serif;
        font-weight: 900; }
        @media (max-width: 1290px) {
          .footer.custom-footer .footer-info .footer-social-section .social-media h3 {
            font-size: 16px;
            line-height: 19px; } }
      .footer.custom-footer .footer-info .footer-social-section .social-media .socialLinks {
        margin: 8px 0 0;
        padding: 0; }
        @media (max-width: 1290px) {
          .footer.custom-footer .footer-info .footer-social-section .social-media .socialLinks {
            margin: 10px 0 0; } }
        .footer.custom-footer .footer-info .footer-social-section .social-media .socialLinks::before, .footer.custom-footer .footer-info .footer-social-section .social-media .socialLinks::after {
          display: none; }
        .footer.custom-footer .footer-info .footer-social-section .social-media .socialLinks .socialLinks-item {
          margin: 0;
          margin-right: 30px !important;
          padding: 0;
          display: inline-flex; }
          @media (max-width: 360px) {
            .footer.custom-footer .footer-info .footer-social-section .social-media .socialLinks .socialLinks-item {
              margin: 0 10px 10px 0 !important; } }
          .footer.custom-footer .footer-info .footer-social-section .social-media .socialLinks .socialLinks-item:last-child {
            margin-right: 0 !important; }
          .footer.custom-footer .footer-info .footer-social-section .social-media .socialLinks .socialLinks-item .icon {
            display: flex;
            align-items: center;
            width: auto;
            height: auto; }
          .footer.custom-footer .footer-info .footer-social-section .social-media .socialLinks .socialLinks-item .icon-svg {
            display: inline-flex;
            width: 36px; }
            .footer.custom-footer .footer-info .footer-social-section .social-media .socialLinks .socialLinks-item .icon-svg svg {
              fill: #1E5667;
              width: 100%;
              height: auto; }
          .footer.custom-footer .footer-info .footer-social-section .social-media .socialLinks .socialLinks-item .social-name {
            margin-left: 10px;
            font-family: "Lato", sans-serif;
            font-size: 14px;
            line-height: 17px;
            font-weight: 700;
            letter-spacing: 0.28px;
            color: #1E5667;
            text-transform: uppercase; }
  .footer.custom-footer .footer-bottom {
    border-top: 1px solid #707070;
    margin: 32px 0 0;
    padding: 12px 0 12px 0;
    text-align: center;
    line-height: 0; }
    @media (max-width: 1290px) {
      .footer.custom-footer .footer-bottom {
        margin: 23px 0 0;
        padding: 12px 0 10px 0; } }
    @media (max-width: 1023px) {
      .footer.custom-footer .footer-bottom {
        margin: 50px 0 0; } }
    @media (max-width: 700px) {
      .footer.custom-footer .footer-bottom {
        padding: 12px 0 15px; } }
    .footer.custom-footer .footer-bottom p {
      font-family: "Lato", sans-serif;
      font-size: 12px;
      line-height: 15px;
      color: #333333;
      margin: 0;
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
    .footer.custom-footer .footer-bottom .copyright-text span {
      margin-left: 3px; }
    .footer.custom-footer .footer-bottom .shipping-text {
      margin-left: 10px;
      color: #000000;
      font-weight: 700;
      font-size: 10px;
      line-height: 12px; }
      .footer.custom-footer .footer-bottom .shipping-text span {
        margin-right: 3px; }
      @media (max-width: 700px) {
        .footer.custom-footer .footer-bottom .shipping-text {
          margin: 14px 0 0; } }

.compact-design + .compact-design {
  padding: 0 0 20px; }

.home-custom .compact-design .compact-design-content .home-btn {
  padding: 17px 14px 16px; }
  @media (max-width: 1360px) {
    .home-custom .compact-design .compact-design-content .home-btn {
      padding: 12px 10px 11px; } }

.home-custom .compact-design .compact-design-card {
  text-decoration: none; }

.home-custom .compact-design .compact-design-svg {
  width: 262px;
  clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%); }
  @media (max-width: 1290px) {
    .home-custom .compact-design .compact-design-svg {
      width: 195px; } }
  @media (max-width: 767px) {
    .home-custom .compact-design .compact-design-svg {
      width: 100%;
      clip-path: polygon(0 0, 100% 0, 99.6% 100%, 0% 100%);
      justify-content: space-between;
      align-items: center;
      padding-right: 10px; } }
  .home-custom .compact-design .compact-design-svg::after {
    clip-path: polygon(75% 0%, 100% 0, 100% 100%, 0% 100%);
    width: 14px; }
    @media (max-width: 1360px) {
      .home-custom .compact-design .compact-design-svg::after {
        width: 10px; } }
  .home-custom .compact-design .compact-design-svg .home-btn {
    height: max-content;
    padding: 10px 10px 9px;
    display: block;
    font-size: 13px;
    line-height: 15px;
    text-decoration: none; }
    @media (min-width: 768px) {
      .home-custom .compact-design .compact-design-svg .home-btn {
        display: none; } }

.home-custom .compact-design.elliott-banner .compact-design-svg {
  background-color: #ED1B25;
  padding: 10px 36px; }
  @media (max-width: 1360px) {
    .home-custom .compact-design.elliott-banner .compact-design-svg {
      padding: 7px 28px; } }
  @media (max-width: 767px) {
    .home-custom .compact-design.elliott-banner .compact-design-svg {
      padding: 7px 10px;
      border-bottom-color: #000000; } }
  .home-custom .compact-design.elliott-banner .compact-design-svg img {
    width: 180px; }
    @media (max-width: 1360px) {
      .home-custom .compact-design.elliott-banner .compact-design-svg img {
        width: 134px; } }
  .home-custom .compact-design.elliott-banner .compact-design-svg::after {
    background-color: #17020D; }

.home-custom .compact-design.elliott-banner .compact-design-content h3 {
  margin: 3px 30px 0 0;
  max-width: 242px;
  line-height: 30px; }
  @media (max-width: 1360px) {
    .home-custom .compact-design.elliott-banner .compact-design-content h3 {
      line-height: 22px;
      margin: 3px 16px 0 0; } }
  @media (max-width: 1023px) {
    .home-custom .compact-design.elliott-banner .compact-design-content h3 {
      margin: 3px 20px 0 0; } }
  @media (max-width: 767px) {
    .home-custom .compact-design.elliott-banner .compact-design-content h3 {
      margin: 3px 7px 0 0; } }
  .home-custom .compact-design.elliott-banner .compact-design-content h3 span {
    color: #000;
    display: inline; }

.header.cart-custom-header {
  position: relative;
  height: auto;
  width: 100%;
  margin: 0;
  max-width: 100%;
  display: flex;
  padding: 0 !important; }

.site-top-banner {
  width: 100%;
  background: #E0E0E0;
  padding: 5px 0 0; }
  .site-top-banner .container {
    padding: 0 20px !important; }
  .site-top-banner .row {
    display: flex; }
    @media (max-width: 1023px) {
      .site-top-banner .row {
        margin: auto; } }
  .site-top-banner a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }
  .site-top-banner .left-side {
    background-color: #000000;
    padding: 3px 20px 2px 10px; }
    @media (max-width: 550px) {
      .site-top-banner .left-side {
        padding: 3px 14px 2px 10px; } }
    .site-top-banner .left-side .logo-img {
      width: 92px; }
    .site-top-banner .left-side p {
      margin: 0;
      padding-left: 10px;
      font-size: 12px;
      line-height: 14px;
      color: #fff;
      font-weight: 700;
      font-style: italic;
      font-family: "Roboto", sans-serif; }
      @media (max-width: 650px) {
        .site-top-banner .left-side p {
          display: none; } }
  .site-top-banner .right-side {
    background-color: #E0E0E0;
    padding: 3px 20px 2px 10px; }
    @media (max-width: 650px) {
      .site-top-banner .right-side {
        margin-left: 4px; } }
    .site-top-banner .right-side .logo-img {
      width: 100px; }
    .site-top-banner .right-side p {
      margin: 0;
      padding-left: 10px;
      font-size: 12px;
      line-height: 14px;
      color: #000;
      font-weight: 700;
      font-style: italic;
      font-family: "Roboto", sans-serif; }
      @media (max-width: 650px) {
        .site-top-banner .right-side p {
          display: none; } }

.home-custom .part-section {
  padding: 25px 0 32px; }
  @media (max-width: 1279px) {
    .home-custom .part-section {
      padding: 20px 0 23px; } }
  .home-custom .part-section .container {
    max-width: 1288px !important;
    padding: 0 25px; }
    @media (max-width: 767px) {
      .home-custom .part-section .container {
        padding: 0 20px; } }
  .home-custom .part-section .parts-cat {
    flex-wrap: wrap; }
    .home-custom .part-section .parts-cat .parts-left {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0 0 17px;
      border-bottom: 2px solid #000;
      margin: 0 0 30px; }
      @media (max-width: 1279px) {
        .home-custom .part-section .parts-cat .parts-left {
          padding: 0 0 12px;
          margin: 0 0 23px; } }
      @media (max-width: 1023px) {
        .home-custom .part-section .parts-cat .parts-left {
          margin: 0 0 37px;
          padding: 0;
          border: none; } }
      @media (max-width: 767px) {
        .home-custom .part-section .parts-cat .parts-left {
          margin: 0 0 40px; } }
      .home-custom .part-section .parts-cat .parts-left .flex {
        display: flex;
        align-items: flex-end;
        justify-content: space-between; }
        @media (max-width: 1023px) {
          .home-custom .part-section .parts-cat .parts-left .flex {
            display: block;
            text-align: center; } }
      .home-custom .part-section .parts-cat .parts-left h3 {
        font-size: 44px;
        line-height: 52px;
        margin: 0 0 11px;
        color: #000000; }
        @media (max-width: 1279px) {
          .home-custom .part-section .parts-cat .parts-left h3 {
            font-size: 38px;
            line-height: 44px; } }
        @media (max-width: 1023px) {
          .home-custom .part-section .parts-cat .parts-left h3 {
            margin: 0 0 5px; } }
        @media (max-width: 767px) {
          .home-custom .part-section .parts-cat .parts-left h3 {
            font-size: 30px;
            line-height: 35px;
            margin: 0 0 14px; } }
      .home-custom .part-section .parts-cat .parts-left p {
        font-size: 22px;
        line-height: 26px;
        margin: 0;
        font-weight: bold;
        color: #000000; }
        @media (max-width: 1279px) {
          .home-custom .part-section .parts-cat .parts-left p {
            font-size: 18px;
            line-height: 22px; } }
        @media (max-width: 1023px) {
          .home-custom .part-section .parts-cat .parts-left p {
            margin: 0 0 20px; } }
      .home-custom .part-section .parts-cat .parts-left .home-btn {
        line-height: 20px;
        padding: 17px 30px; }
        @media (max-width: 1279px) {
          .home-custom .part-section .parts-cat .parts-left .home-btn {
            padding: 10px 20px; } }
    .home-custom .part-section .parts-cat .parts-right {
      width: 100%;
      max-width: none;
      margin: 0;
      padding: 0 40px; }
      @media (max-width: 1023px) {
        .home-custom .part-section .parts-cat .parts-right {
          padding: 0 36px; } }
      @media (max-width: 767px) {
        .home-custom .part-section .parts-cat .parts-right {
          padding: 0 20px; } }
      .home-custom .part-section .parts-cat .parts-right .part-card {
        max-width: none;
        margin: 0; }
        .home-custom .part-section .parts-cat .parts-right .part-card .part-img-inner::after {
          width: 88%;
          left: 6%; }
        .home-custom .part-section .parts-cat .parts-right .part-card a {
          max-width: 230px; }
          @media (max-width: 1279px) {
            .home-custom .part-section .parts-cat .parts-right .part-card a {
              max-width: none; } }
          .home-custom .part-section .parts-cat .parts-right .part-card a .part-desc {
            padding-left: 1px; }
      .home-custom .part-section .parts-cat .parts-right .slick-prev, .home-custom .part-section .parts-cat .parts-right .slick-next {
        width: 22px;
        height: 36px;
        background: none;
        padding: 0;
        border: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.23' height='36' viewBox='0 0 22.23 36'%3E%3Cpath id='ic_expand_more_24px' d='M31.77,22.23,18,8.49,4.23,22.23,0,18,18,0,36,18Z' transform='translate(22.23) rotate(90)'/%3E%3C/svg%3E%0A");
        background-size: 100%; }
        .home-custom .part-section .parts-cat .parts-right .slick-prev:before, .home-custom .part-section .parts-cat .parts-right .slick-next:before {
          display: none; }
        @media (max-width: 1279px) {
          .home-custom .part-section .parts-cat .parts-right .slick-prev, .home-custom .part-section .parts-cat .parts-right .slick-next {
            width: 17px;
            height: 28px; } }
        @media (max-width: 767px) {
          .home-custom .part-section .parts-cat .parts-right .slick-prev, .home-custom .part-section .parts-cat .parts-right .slick-next {
            width: 14px;
            height: 22px; } }
      .home-custom .part-section .parts-cat .parts-right .slick-prev {
        left: -11px;
        transform: translate(0, -50%) rotate(180deg); }
      .home-custom .part-section .parts-cat .parts-right .slick-next {
        right: -11px; }
        .home-custom .part-section .parts-cat .parts-right .slick-next.slick-disabled {
          transform: translate(0, -50%) rotate(180deg); }
      .home-custom .part-section .parts-cat .parts-right .slick-disabled {
        opacity: 1;
        transform: translate(0, -50%);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.23' height='36' viewBox='0 0 22.23 36'%3E%3Cpath id='ic_expand_more_24px' d='M31.77,0,18,13.74,4.23,0,0,4.23l18,18,18-18Z' transform='translate(22.23) rotate(90)' fill='%23b2b2b2'/%3E%3C/svg%3E%0A"); }

body.product-page-layout.main.eleven-seventy .body.content {
  max-width: 100% !important;
  margin: 0; }

.recommended-visibility .product.main.left {
  max-width: 100% !important; }

.product-page-layout h1, .product-page-layout h2, .product-page-layout h3, .product-page-layout h4, .product-page-layout h5, .product-page-layout h6 {
  letter-spacing: normal; }

.product-page-layout .body.content {
  padding-bottom: 37px !important;
  padding-left: 0 !important;
  padding-right: 0 !important; }
  @media (max-width: 950px) {
    .product-page-layout .body.content {
      padding-bottom: 27px !important; } }
  @media (max-width: 650px) {
    .product-page-layout .body.content {
      padding-bottom: 77px !important; } }

.product-page-layout .container.main {
  margin: 0; }

.product.main.left .pdp-img {
  max-width: 560px;
  width: 100% !important;
  float: left;
  margin: 0 !important; }
  @media (max-width: 1290px) {
    .product.main.left .pdp-img {
      max-width: 480px; } }
  @media (max-width: 1023px) {
    .product.main.left .pdp-img {
      max-width: 400px; } }
  @media (max-width: 950px) {
    .product.main.left .pdp-img {
      max-width: 440px; } }
  @media (max-width: 650px) {
    .product.main.left .pdp-img {
      padding: 0 14px 0 13px; } }
  .product.main.left .pdp-img .main-image-container {
    padding: 0;
    margin: 0 0 10px; }
  .product.main.left .pdp-img .productView-images {
    width: 100%;
    margin: 0 0 10px; }
  .product.main.left .pdp-img .slider-nav .slick-slide > div {
    padding: 0;
    border: 2px solid transparent; }
  .product.main.left .pdp-img .slider-nav .slick-current > div {
    background: transparent;
    border: 2px solid #F7CD04; }
  .product.main.left .pdp-img .slider-nav.slick-initialized.slick-slider .slick-list.draggable {
    padding: 0 !important; }
  .product.main.left .pdp-img .slider-nav .slick-track {
    margin: 0;
    gap: 16px; }
    .product.main.left .pdp-img .slider-nav .slick-track::before, .product.main.left .pdp-img .slider-nav .slick-track::after {
      display: none; }
    .product.main.left .pdp-img .slider-nav .slick-track .slick-slide {
      padding: 0; }
      .product.main.left .pdp-img .slider-nav .slick-track .slick-slide div {
        width: 80px; }
        @media (max-width: 950px) {
          .product.main.left .pdp-img .slider-nav .slick-track .slick-slide div {
            width: 64px; } }
        @media (max-width: 650px) {
          .product.main.left .pdp-img .slider-nav .slick-track .slick-slide div {
            width: 60px; } }

.pdp-custom {
  background-image: url("https://cdn11.bigcommerce.com/s-cpikre9p0l/images/stencil/original/image-manager/pdp-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 24px; }
  @media (max-width: 1290px) {
    .pdp-custom {
      padding-bottom: 17px; } }
  @media (max-width: 950px) {
    .pdp-custom {
      padding-bottom: 34px; } }
  @media (max-width: 650px) {
    .pdp-custom {
      padding: 30px 0 18px; } }
  .pdp-custom .container {
    max-width: 1366px !important;
    margin: 0 auto;
    padding: 0 93px; }
    @media (max-width: 1290px) {
      .pdp-custom .container {
        padding: 0 28px 0 26px;
        max-width: 1024px !important; } }
    @media (max-width: 950px) {
      .pdp-custom .container {
        padding: 0 64px; } }
    @media (max-width: 650px) {
      .pdp-custom .container {
        padding: 0 19px; } }
  .pdp-custom .breadcrumbs {
    padding-top: 21px;
    margin: 0; }
    @media (max-width: 650px) {
      .pdp-custom .breadcrumbs {
        display: none; } }
    .pdp-custom .breadcrumbs .breadcrumb {
      font-size: 13px;
      line-height: 16px; }
      .pdp-custom .breadcrumbs .breadcrumb.is-active a {
        font-weight: 700; }
      .pdp-custom .breadcrumbs .breadcrumb a {
        color: #17020D;
        font-size: 13px;
        line-height: 16px;
        letter-spacing: 0.26px;
        font-family: "Lato", sans-serif;
        font-weight: 400; }
  .pdp-custom .productView {
    padding: 20px 0 0; }
    @media (max-width: 950px) {
      .pdp-custom .productView {
        background: #fff;
        padding: 0;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
        display: flex;
        flex-direction: column;
        margin: 77px 0 0 !important;
        align-items: center; } }
    @media (max-width: 650px) {
      .pdp-custom .productView {
        margin: 50px 0 0 !important; } }
  .pdp-custom .pdp-img {
    max-width: 560px;
    width: 100% !important;
    float: left; }
    @media (max-width: 950px) {
      .pdp-custom .pdp-img {
        float: none;
        order: 2; } }
  .pdp-custom .product-top {
    clear: right;
    float: right;
    width: calc(100% - 620px); }
    @media (max-width: 1290px) {
      .pdp-custom .product-top {
        width: calc(100% - 510px); } }
    @media (max-width: 1023px) {
      .pdp-custom .product-top {
        width: calc(100% - 450px); } }
    @media (max-width: 950px) {
      .pdp-custom .product-top {
        box-shadow: none;
        float: none;
        order: 1;
        width: 100%; } }
    .pdp-custom .product-top .pdp-brand {
      border-bottom: 8px solid #2C2C2C;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 950px) {
        .pdp-custom .product-top .pdp-brand {
          margin-top: -57px; } }
      @media (max-width: 650px) {
        .pdp-custom .product-top .pdp-brand {
          border-bottom: 6px solid #2C2C2C;
          margin-top: -50px; } }
      .pdp-custom .product-top .pdp-brand .brand-logo {
        margin-bottom: -1px;
        background: #2C2C2C;
        clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
        width: 182px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center; }
        @media (max-width: 650px) {
          .pdp-custom .product-top .pdp-brand .brand-logo {
            width: 152px;
            height: 50px; } }
        .pdp-custom .product-top .pdp-brand .brand-logo .brand-img {
          display: block;
          width: 125px; }
          @media (max-width: 950px) {
            .pdp-custom .product-top .pdp-brand .brand-logo .brand-img {
              width: 111px; } }
          .pdp-custom .product-top .pdp-brand .brand-logo .brand-img img {
            width: 100%;
            height: auto; }
      .pdp-custom .product-top .pdp-brand .productView-brand {
        font-family: "Lato", sans-serif;
        font-weight: 700;
        text-decoration: underline;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 17px;
        letter-spacing: 0.28px;
        color: #17020D;
        margin: 5px 0 !important; }
        .pdp-custom .product-top .pdp-brand .productView-brand a {
          font-family: "Lato", sans-serif;
          font-weight: 700;
          text-decoration: underline;
          text-transform: uppercase;
          font-size: 14px;
          line-height: 17px;
          letter-spacing: 0.28px;
          color: #17020D; }
          .pdp-custom .product-top .pdp-brand .productView-brand a:hover {
            color: #256A80; }
    .pdp-custom .product-top .productView-product {
      background: #fff;
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.16);
      padding: 30px 30px 0; }
      @media (max-width: 1290px) {
        .pdp-custom .product-top .productView-product {
          padding: 24px 24px 0; } }
      @media (max-width: 950px) {
        .pdp-custom .product-top .productView-product {
          padding: 24px 20px 20px;
          box-shadow: none; } }
      @media (max-width: 650px) {
        .pdp-custom .product-top .productView-product {
          padding: 25px 14px 20px 13px; } }
    .pdp-custom .product-top .productView-title {
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      color: #000;
      font-size: 28px;
      line-height: 34px;
      margin: 0 0 14px; }
      @media (max-width: 1290px) {
        .pdp-custom .product-top .productView-title {
          font-size: 24px;
          line-height: 30px;
          margin: 0 0 18px; } }
      @media (max-width: 950px) {
        .pdp-custom .product-top .productView-title {
          text-align: center;
          margin: 0 0 14px; } }
      @media (max-width: 650px) {
        .pdp-custom .product-top .productView-title {
          font-size: 21px;
          line-height: 26px;
          margin: 0 0 14px; } }
    .pdp-custom .product-top .prd-reating {
      display: flex;
      flex-wrap: wrap;
      gap: 20px; }
      @media (max-width: 1350px) {
        .pdp-custom .product-top .prd-reating {
          gap: 6px; } }
      @media (max-width: 1290px) {
        .pdp-custom .product-top .prd-reating {
          gap: 6px; } }
      @media (max-width: 950px) {
        .pdp-custom .product-top .prd-reating {
          justify-content: center;
          gap: 15px; } }
      @media (max-width: 650px) {
        .pdp-custom .product-top .prd-reating {
          justify-content: center;
          flex-direction: column;
          align-items: center;
          gap: 13px; } }
    .pdp-custom .product-top .pdp-sku {
      display: inline-flex;
      align-items: center;
      padding: 6px 20px 5px 0;
      border-right: 1px solid #707070; }
      @media (max-width: 1350px) {
        .pdp-custom .product-top .pdp-sku {
          padding: 5px 6px 5px 0; } }
      @media (max-width: 1290px) {
        .pdp-custom .product-top .pdp-sku {
          padding: 5px 5px 5px 0; } }
      @media (max-width: 950px) {
        .pdp-custom .product-top .pdp-sku {
          padding: 5px 20px 5px 0; } }
      @media (max-width: 650px) {
        .pdp-custom .product-top .pdp-sku {
          padding: 0;
          border: none; } }
      .pdp-custom .product-top .pdp-sku p {
        margin: 0;
        font-family: "Lato", sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.32px;
        color: #17020D; }
        @media (max-width: 1290px) {
          .pdp-custom .product-top .pdp-sku p {
            font-size: 15px;
            line-height: 18px;
            letter-spacing: 0.3px; } }
        @media (max-width: 1023px) {
          .pdp-custom .product-top .pdp-sku p {
            font-size: 13px; } }
        @media (max-width: 950px) {
          .pdp-custom .product-top .pdp-sku p {
            font-size: 15px; } }
      .pdp-custom .product-top .pdp-sku p + p {
        margin-left: 5px; }
    .pdp-custom .product-top .productView-rating {
      display: inline-flex;
      align-items: center;
      margin: 0;
      width: auto;
      gap: 10px; }
      @media (max-width: 1350px) {
        .pdp-custom .product-top .productView-rating {
          gap: 5px; } }
      @media (max-width: 950px) {
        .pdp-custom .product-top .productView-rating {
          gap: 10px; } }
      @media (max-width: 360px) {
        .pdp-custom .product-top .productView-rating {
          flex-wrap: wrap;
          justify-content: center;
          gap: 5px; } }
      .pdp-custom .product-top .productView-rating .icon-star {
        display: inline-flex;
        align-items: center;
        gap: 2px; }
        .pdp-custom .product-top .productView-rating .icon-star .icon {
          width: 20px;
          height: 20px; }
          @media (max-width: 1290px) {
            .pdp-custom .product-top .productView-rating .icon-star .icon {
              width: 19px;
              height: 19px; } }
          .pdp-custom .product-top .productView-rating .icon-star .icon.icon--ratingFull svg {
            fill: #F7CD04; }
          .pdp-custom .product-top .productView-rating .icon-star .icon.icon--ratingEmpty svg {
            fill: #CBC8C5; }
      .pdp-custom .product-top .productView-rating .productView-reviewLink {
        margin: 0;
        float: none;
        color: #101010;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        width: auto;
        padding: 0; }
        @media (max-width: 1350px) {
          .pdp-custom .product-top .productView-rating .productView-reviewLink {
            font-size: 14px;
            line-height: 13px; } }
        @media (max-width: 950px) {
          .pdp-custom .product-top .productView-rating .productView-reviewLink {
            font-size: 15px; } }
        .pdp-custom .product-top .productView-rating .productView-reviewLink a {
          color: #101010; }
          .pdp-custom .product-top .productView-rating .productView-reviewLink a:hover {
            color: #256A80; }
    .pdp-custom .product-top .productView-info {
      margin: 0; }
      .pdp-custom .product-top .productView-info .productView-info-name {
        margin: 10px 0 0;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 17px; }
      .pdp-custom .product-top .productView-info .productView-info-value {
        margin: 10px 0 0 5px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px; }
  .pdp-custom .product-bottom {
    clear: right;
    float: right;
    width: calc(100% - 620px);
    background: #fff;
    box-shadow: 0 10px 12px rgba(0, 0, 0, 0.16);
    padding: 20px 30px 0; }
    @media (max-width: 1290px) {
      .pdp-custom .product-bottom {
        width: calc(100% - 510px);
        padding: 20px 24px 0; } }
    @media (max-width: 1023px) {
      .pdp-custom .product-bottom {
        width: calc(100% - 450px); } }
    @media (max-width: 950px) {
      .pdp-custom .product-bottom {
        box-shadow: none;
        float: none;
        order: 3;
        width: 100%;
        padding: 30px 114px 0; } }
    @media (max-width: 650px) {
      .pdp-custom .product-bottom {
        padding: 20px 14px 0 13px; } }
    .pdp-custom .product-bottom .productView-details {
      padding: 0;
      width: 100%;
      position: relative; }
      @media (max-width: 950px) {
        .pdp-custom .product-bottom .productView-details {
          max-width: 412px;
          margin: 0 auto;
          width: 100%;
          float: none; } }
    .pdp-custom .product-bottom .productView-options {
      position: relative; }
    .pdp-custom .product-bottom .productView-price {
      padding: 0;
      margin: 0 0 21px;
      display: flex;
      align-items: center;
      gap: 10px;
      flex-wrap: wrap; }
      @media (max-width: 1290px) {
        .pdp-custom .product-bottom .productView-price {
          gap: 10px; } }
      @media (max-width: 950px) {
        .pdp-custom .product-bottom .productView-price {
          justify-content: center; } }
      .pdp-custom .product-bottom .productView-price .price-section {
        padding: 0;
        color: #17020D;
        display: flex;
        align-items: baseline;
        gap: 5px; }
        @media (max-width: 1290px) {
          .pdp-custom .product-bottom .productView-price .price-section {
            gap: 2px; } }
      .pdp-custom .product-bottom .productView-price .current-price {
        order: 1; }
        .pdp-custom .product-bottom .productView-price .current-price .price {
          padding: 0;
          font-size: 40px !important;
          line-height: 59px !important; }
          @media (max-width: 1290px) {
            .pdp-custom .product-bottom .productView-price .current-price .price {
              font-size: 36px !important;
              line-height: 53px !important; } }
        .pdp-custom .product-bottom .productView-price .current-price .price-label {
          font-size: 16px !important;
          line-height: 19px !important; }
      .pdp-custom .product-bottom .productView-price .msrp-sale-regular-price-section {
        order: 2; }
      .pdp-custom .product-bottom .productView-price .price-section--saving {
        order: 4;
        width: 100%; }
      .pdp-custom .product-bottom .productView-price .price-label {
        font-family: "Lato", sans-serif;
        color: #17020D; }
    .pdp-custom .product-bottom .form {
      margin: 0;
      display: block;
      width: 100%;
      float: none; }
      .pdp-custom .product-bottom .form #add-to-cart-wrapper {
        float: none;
        width: 100%;
        margin: 0;
        max-width: 450px;
        display: flex;
        flex-direction: column;
        gap: 30px; }
        @media (max-width: 1290px) {
          .pdp-custom .product-bottom .form #add-to-cart-wrapper {
            max-width: 370px; } }
        .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments {
          margin: 0 !important;
          position: relative;
          display: flex;
          align-items: center;
          gap: 9px; }
          @media (max-width: 950px) {
            .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments {
              padding: 0;
              justify-content: center; } }
          .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments::before, .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments::after {
            display: none; }
          .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments .form-label {
            margin: 0;
            font-family: "Lato", sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 19px; }
          .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment {
            height: auto;
            float: none;
            margin: 0; }
            .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .button {
              border-color: #101010;
              padding: 0;
              width: 44px;
              height: 44px;
              display: inline-flex;
              align-items: center;
              justify-content: center; }
              .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .button .icon {
                width: 18px;
                height: 11px; }
              .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .button svg {
                fill: #000; }
              .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .button.disable {
                border-color: #000; }
                .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .button.disable svg {
                  fill: #707070; }
            .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .form-input {
              padding: 0;
              width: 44px;
              height: 44px;
              border-width: 1px 0;
              border-color: #101010 !important;
              color: #000 !important;
              background: transparent !important;
              display: inline-flex;
              align-items: center;
              justify-content: center;
              font-size: 18px;
              line-height: 22px; }
        .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-action {
          margin: 0;
          float: none; }
          .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-action .button {
            margin: 0;
            border-radius: 0 !important;
            background-color: #F7CD04;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 54px;
            gap: 10px;
            color: #000000 !important;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            font-size: 20px;
            line-height: 24px; }
            @media (max-width: 750px) {
              .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-action .button {
                max-width: 370px;
                width: calc(100% - 42px); } }
            @media (max-width: 360px) {
              .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-action .button {
                padding: 10px; } }
            .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-action .button:hover {
              background-color: #F7E481 !important; }
            .pdp-custom .product-bottom .form #add-to-cart-wrapper .form-action .button .cart-svg {
              display: inline-flex; }
    .pdp-custom .product-bottom form.form.form-wishlist.form-action {
      margin: 0 !important;
      width: auto;
      position: absolute;
      right: 0;
      bottom: 12px; }
      .pdp-custom .product-bottom form.form.form-wishlist.form-action .button {
        border: none !important;
        margin: 0;
        width: auto !important;
        padding: 0 !important;
        background: transparent !important; }
      .pdp-custom .product-bottom form.form.form-wishlist.form-action ul#wishlist-dropdown {
        width: 200px !important;
        background: #fff;
        right: 0;
        top: 110% !important;
        margin: 0 !important;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.16); }
        .pdp-custom .product-bottom form.form.form-wishlist.form-action ul#wishlist-dropdown li {
          padding: 5px; }
          .pdp-custom .product-bottom form.form.form-wishlist.form-action ul#wishlist-dropdown li .button {
            color: #000; }
            .pdp-custom .product-bottom form.form.form-wishlist.form-action ul#wishlist-dropdown li .button:hover {
              color: #1E5667 !important; }
  .pdp-custom .pdp-call {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 6px;
    padding-top: 20px; }
    .pdp-custom .pdp-call span {
      display: inline-flex; }
    .pdp-custom .pdp-call p {
      margin: 0;
      color: #000;
      font-family: "Lato", sans-serif;
      font-weight: 400;
      font-size: 14px;
      line-height: 17px; }
      @media (max-width: 360px) {
        .pdp-custom .pdp-call p {
          font-size: 11px; } }
      .pdp-custom .pdp-call p a {
        font-weight: 900;
        text-decoration: underline;
        color: #000; }
        .pdp-custom .pdp-call p a:hover {
          color: #256A80; }
  .pdp-custom .finance-section {
    margin: 36px -30px 0;
    padding: 20px 48px;
    background: #FFFADD; }
    @media (max-width: 1290px) {
      .pdp-custom .finance-section {
        margin: 30px -24px 0;
        padding: 24px 26px; } }
    @media (max-width: 950px) {
      .pdp-custom .finance-section {
        margin: 30px -114px 0;
        padding: 24px 114px; } }
    @media (max-width: 650px) {
      .pdp-custom .finance-section {
        margin: 30px -14px 0 -13px;
        padding: 20px 10px; } }
    .pdp-custom .finance-section p {
      margin: 0 0 9px;
      color: #101010;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 15px;
      line-height: 18px; }
      @media (max-width: 950px) {
        .pdp-custom .finance-section p {
          text-align: center; } }

#body.not-internet-explorer .related-pdp .productCarousel-related .slick-arrow::before {
  background-color: transparent !important;
  mask: none !important; }

.related-pdp {
  padding: 43px 0 0; }
  @media (max-width: 650px) {
    .related-pdp {
      padding: 44px 0 0; } }
  .related-pdp h2 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 31px; }
    @media (max-width: 1290px) {
      .related-pdp h2 {
        font-size: 22px;
        line-height: 25px;
        margin: 0 0 32px; } }
    @media (max-width: 650px) {
      .related-pdp h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 31px; } }
  .related-pdp .container {
    max-width: 1366px !important;
    margin: 0 auto;
    padding: 0 153px; }
    @media (max-width: 1290px) {
      .related-pdp .container {
        max-width: 1024px !important;
        padding: 0 70px; } }
    @media (max-width: 950px) {
      .related-pdp .container {
        padding: 0 79px; } }
    @media (max-width: 767px) {
      .related-pdp .container {
        padding: 0 50px; } }
    @media (max-width: 650px) {
      .related-pdp .container {
        padding: 0 0 0 43px; } }
  .related-pdp .productCarousel-related {
    position: relative;
    margin: 0 -30px; }
    @media (max-width: 1290px) {
      .related-pdp .productCarousel-related {
        margin: 0 -14px; } }
    @media (max-width: 950px) {
      .related-pdp .productCarousel-related {
        margin: 0 -13px; } }
    @media (max-width: 650px) {
      .related-pdp .productCarousel-related {
        margin: 0 0 0 -13px; } }
    .related-pdp .productCarousel-related::after {
      content: ''; }
      @media (max-width: 650px) {
        .related-pdp .productCarousel-related::after {
          width: 131px;
          height: 100%;
          position: absolute;
          background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, white 100%);
          top: 0;
          right: 0; } }
    .related-pdp .productCarousel-related .slick-arrow {
      display: block !important;
      background: none;
      margin: 0;
      height: auto;
      width: auto;
      padding: 0;
      top: 50%; }
      @media (max-width: 1023px) {
        .related-pdp .productCarousel-related .slick-arrow {
          width: 18px;
          height: 30px; } }
      .related-pdp .productCarousel-related .slick-arrow::before {
        width: 20px;
        height: 32px; }
        @media (max-width: 1360px) {
          .related-pdp .productCarousel-related .slick-arrow::before {
            background-size: contain;
            width: 18px;
            height: 30px; } }
      .related-pdp .productCarousel-related .slick-arrow.slick-prev {
        left: -40px; }
        @media (max-width: 1360px) {
          .related-pdp .productCarousel-related .slick-arrow.slick-prev {
            left: -30px; } }
        @media (max-width: 1023px) {
          .related-pdp .productCarousel-related .slick-arrow.slick-prev {
            left: -20px; } }
        @media (max-width: 767px) {
          .related-pdp .productCarousel-related .slick-arrow.slick-prev {
            left: -20px; } }
        @media (max-width: 650px) {
          .related-pdp .productCarousel-related .slick-arrow.slick-prev {
            left: -30px; } }
        .related-pdp .productCarousel-related .slick-arrow.slick-prev::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32.389' viewBox='0 0 20 32.389'%3E%3Cpath id='Icon_material-chevron-left' data-name='Icon material-chevron-left' d='M32,12.806,28.194,9,12,25.194,28.194,41.389,32,37.583,19.638,25.194Z' transform='translate(-12 -9)'/%3E%3C/svg%3E") !important;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32.389' viewBox='0 0 20 32.389'%3E%3Cpath id='Icon_material-chevron-left' data-name='Icon material-chevron-left' d='M32,12.806,28.194,9,12,25.194,28.194,41.389,32,37.583,19.638,25.194Z' transform='translate(-12 -9)'/%3E%3C/svg%3E") !important; }
      .related-pdp .productCarousel-related .slick-arrow.slick-next {
        right: -40px; }
        @media (max-width: 1360px) {
          .related-pdp .productCarousel-related .slick-arrow.slick-next {
            right: -30px; } }
        @media (max-width: 1023px) {
          .related-pdp .productCarousel-related .slick-arrow.slick-next {
            right: -20px; } }
        @media (max-width: 767px) {
          .related-pdp .productCarousel-related .slick-arrow.slick-next {
            right: -20px; } }
        @media (max-width: 650px) {
          .related-pdp .productCarousel-related .slick-arrow.slick-next {
            right: 19px; } }
        .related-pdp .productCarousel-related .slick-arrow.slick-next::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32.389' viewBox='0 0 20 32.389'%3E%3Cpath id='Icon_material-chevron-left' data-name='Icon material-chevron-left' d='M32,12.806,28.194,9,12,25.194,28.194,41.389,32,37.583,19.638,25.194Z' transform='translate(32 41.389) rotate(180)'/%3E%3C/svg%3E") !important;
          mask: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='32.389' viewBox='0 0 20 32.389'%3E%3Cpath id='Icon_material-chevron-left' data-name='Icon material-chevron-left' d='M32,12.806,28.194,9,12,25.194,28.194,41.389,32,37.583,19.638,25.194Z' transform='translate(32 41.389) rotate(180)'/%3E%3C/svg%3E") !important; }
    .related-pdp .productCarousel-related .productCarousel-slide {
      padding: 0 19px;
      margin: 0; }
      @media (max-width: 1290px) {
        .related-pdp .productCarousel-related .productCarousel-slide {
          padding: 0 3px; } }
      @media (max-width: 950px) {
        .related-pdp .productCarousel-related .productCarousel-slide {
          padding: 0 2px; } }
      .related-pdp .productCarousel-related .productCarousel-slide .card {
        margin: 0;
        background: transparent;
        padding: 10px !important;
        border: 1px solid transparent;
        transition: 0.3s ease-in-out; }
        .related-pdp .productCarousel-related .productCarousel-slide .card:hover {
          border-color: #000000; }
          .related-pdp .productCarousel-related .productCarousel-slide .card:hover .card-body .card-title a {
            color: #1E5667 !important; }
        .related-pdp .productCarousel-related .productCarousel-slide .card hr.card-img-underscore {
          display: none; }
        .related-pdp .productCarousel-related .productCarousel-slide .card .card-sku-brand-section {
          display: none; }
        .related-pdp .productCarousel-related .productCarousel-slide .card [data-test-info-type="productRating"] {
          display: none; }
        .related-pdp .productCarousel-related .productCarousel-slide .card .card-figure {
          background: transparent; }
          @media (max-width: 1360px) {
            .related-pdp .productCarousel-related .productCarousel-slide .card .card-figure {
              min-height: 200px !important; } }
          @media (max-width: 1023px) {
            .related-pdp .productCarousel-related .productCarousel-slide .card .card-figure {
              min-height: 190px !important; } }
          .related-pdp .productCarousel-related .productCarousel-slide .card .card-figure .card-figure__link {
            width: 100%;
            height: 100%;
            display: block; }
          .related-pdp .productCarousel-related .productCarousel-slide .card .card-figure .card-image {
            max-height: 100% !important;
            width: 100% !important;
            aspect-ratio: 1; }
          .related-pdp .productCarousel-related .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body {
            padding: 10px; }
            .related-pdp .productCarousel-related .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body a {
              display: block;
              height: auto !important; }
          .related-pdp .productCarousel-related .productCarousel-slide .card .card-figure .sale-flag-side {
            height: auto;
            width: auto;
            line-height: normal; }
          .related-pdp .productCarousel-related .productCarousel-slide .card .card-figure .button {
            display: inline-block;
            padding: 10px;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            font-size: 14px;
            line-height: 17px;
            color: #2f2f2b !important;
            background: #fff;
            text-decoration: none;
            transition: 0.3s ease-in-out;
            text-transform: uppercase;
            border: none; }
            .related-pdp .productCarousel-related .productCarousel-slide .card .card-figure .button:hover {
              background: #de2323;
              color: #fff !important; }
        .related-pdp .productCarousel-related .productCarousel-slide .card .card-body {
          padding: 20px 0 0 !important; }
          @media (max-width: 1290px) {
            .related-pdp .productCarousel-related .productCarousel-slide .card .card-body {
              padding: 18px 0 0 !important; } }
          @media (max-width: 950px) {
            .related-pdp .productCarousel-related .productCarousel-slide .card .card-body {
              padding: 17px 0 0 !important; } }
          .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .card-title {
            text-align: left;
            margin-bottom: 12px;
            min-height: 64px; }
            @media (max-width: 1290px) {
              .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .card-title {
                margin-bottom: 9px;
                min-height: 61px; } }
            @media (max-width: 950px) {
              .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .card-title {
                margin-bottom: 4px; } }
            .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .card-title a {
              display: block;
              font-family: "Lato", sans-serif;
              font-weight: 500;
              font-size: 18px;
              line-height: 21px;
              color: #242424 !important; }
              @media (max-width: 1290px) {
                .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .card-title a {
                  font-size: 16px; } }
          .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .card-text {
            margin: 0; }
          .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .price-section {
            height: auto;
            display: inline-block; }
            .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .price-section .price {
              font-family: "Anton", sans-serif;
              font-weight: 400;
              font-size: 22px;
              line-height: 32px;
              color: #17020D; }
              @media (max-width: 1360px) {
                .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .price-section .price {
                  font-size: 20px;
                  line-height: 30px; } }
          .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .price-visibility {
            display: flex;
            flex-wrap: wrap; }
            .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .price-visibility .current-price {
              order: 1; }
            .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .price-visibility .msrp-sale-regular-price-section {
              order: 2; }
          .related-pdp .productCarousel-related .productCarousel-slide .card .card-body .add-to-cart-button {
            display: none; }

.desc-section {
  margin: 61px 0 63px; }
  @media (max-width: 950px) {
    .desc-section {
      margin: 30px 0 53px; } }
  @media (max-width: 650px) {
    .desc-section {
      margin: 35px 19px 25px 18px; } }
  .desc-section .container {
    max-width: 1128px !important;
    margin: 0 auto;
    padding: 35px 41px 51px;
    background: #FCFAED; }
    @media (max-width: 1290px) {
      .desc-section .container {
        max-width: 974px !important; } }
    @media (max-width: 950px) {
      .desc-section .container {
        max-width: 730px !important;
        padding: 35px 30px 40px; } }
    @media (max-width: 650px) {
      .desc-section .container {
        padding: 26px 20px 20px; } }
    @media (max-width: 350px) {
      .desc-section .container {
        padding: 26px 10px 20px; } }
    .desc-section .container div {
      margin: 0 0 30px;
      font-family: "Lato", sans-serif;
      color: #000000;
      font-size: 16px;
      line-height: 22px; }
      @media (max-width: 950px) {
        .desc-section .container div {
          margin: 0 0 20px; } }
      @media (max-width: 650px) {
        .desc-section .container div {
          margin: 0 0 14px; } }
      .desc-section .container div:last-child {
        margin: 0; }
  .desc-section h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    margin: 0 -11px 31px;
    padding-bottom: 14px;
    border-bottom: 1px solid #000; }
    @media (max-width: 950px) {
      .desc-section h3 {
        margin: 0 0 30px; } }
    @media (max-width: 650px) {
      .desc-section h3 {
        padding-bottom: 12px;
        margin: 0 0 20px;
        font-size: 22px;
        line-height: 25px; } }
  .desc-section h2 {
    color: #075E5B;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 22px; }
    @media (max-width: 650px) {
      .desc-section h2 {
        margin: 0 0 14px;
        font-size: 18px;
        line-height: 21px; } }
  .desc-section p {
    margin: 0 0 30px;
    font-family: "Lato", sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 22px; }
    @media (max-width: 950px) {
      .desc-section p {
        margin: 0 0 20px; } }
    @media (max-width: 650px) {
      .desc-section p {
        margin: 0 0 14px; } }
    .desc-section p:last-child {
      margin: 0; }
    .desc-section p a {
      color: #fff !important;
      text-decoration: none;
      background: #1E5667;
      padding: 15px 20px;
      display: inline-flex;
      align-items: center;
      line-height: 19px;
      gap: 10px;
      text-transform: uppercase; }
      @media (max-width: 650px) {
        .desc-section p a {
          padding: 18px 13px 17px; } }
      @media (max-width: 350px) {
        .desc-section p a {
          font-size: 14px;
          padding: 10px 10px; } }
      .desc-section p a::before {
        display: inline-flex;
        content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='24' viewBox='0 0 30 24'%3E%3Cpath id='Icon_material-email' data-name='Icon material-email' d='M30,6H6A3,3,0,0,0,3.015,9L3,27a3.009,3.009,0,0,0,3,3H30a3.009,3.009,0,0,0,3-3V9A3.009,3.009,0,0,0,30,6Zm0,6L18,19.5,6,12V9l12,7.5L30,9Z' transform='translate(-3 -6)' fill='%23fff'/%3E%3C/svg%3E");
        width: 30px;
        height: 24px; }
        @media (max-width: 650px) {
          .desc-section p a::before {
            display: none; } }
      .desc-section p a:hover {
        background: #256A80 !important; }

.review-section {
  margin: 0 0 63px; }
  @media (max-width: 1290px) {
    .review-section {
      margin: 0 0 23px; } }
  @media (max-width: 950px) {
    .review-section {
      margin: 0 0 53px; } }
  @media (max-width: 650px) {
    .review-section {
      margin: 0 0 25px; } }
  .review-section h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    color: #000;
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 32px;
    padding-bottom: 14px;
    border-bottom: 1px solid #000; }
    @media (max-width: 650px) {
      .review-section h2 {
        padding-bottom: 11px;
        margin: 0 0 22px;
        font-size: 22px;
        line-height: 25px; } }
  .review-section .container {
    max-width: 1068px !important;
    margin: 0 auto;
    padding: 0; }
    @media (max-width: 1290px) {
      .review-section .container {
        max-width: 914px !important; } }
    @media (max-width: 950px) {
      .review-section .container {
        max-width: 670px !important; } }
    @media (max-width: 650px) {
      .review-section .container {
        padding: 0 19px 0 18px; } }
  .review-section .toggle {
    border: none;
    margin: 0;
    padding: 0 11px; }
    @media (max-width: 950px) {
      .review-section .toggle {
        padding: 0 3px 0 11px; } }
    @media (max-width: 650px) {
      .review-section .toggle {
        padding: 0; } }
  .review-section .toggle-title {
    margin: 0;
    color: #5F5858;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    line-height: 24px; }
    @media (max-width: 650px) {
      .review-section .toggle-title {
        font-size: 18px;
        line-height: 22px; } }
  .review-section .toggleLink .toggleLink-text {
    font-size: 16px;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: #1E5667 !important;
    text-transform: uppercase;
    text-decoration: underline; }
    @media (max-width: 650px) {
      .review-section .toggleLink .toggleLink-text {
        font-size: 15px;
        line-height: 18px; } }
  .review-section .toggle-content.is-open {
    margin-top: 30px; }
  .review-section .productReviews-list {
    margin: 0; }
  .review-section .productReview {
    padding: 0;
    max-width: 900px;
    width: 100%; }
  .review-section .productReview + .productReview {
    margin-top: 40px; }
  .review-section .productReview-rating {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin: 0 0 10px; }
    @media (max-width: 650px) {
      .review-section .productReview-rating {
        margin: 0 0 14px; } }
    .review-section .productReview-rating .icon {
      width: 20px;
      height: 20px; }
      .review-section .productReview-rating .icon.icon--ratingFull svg {
        fill: #F7CD04; }
      .review-section .productReview-rating .icon.icon--ratingEmpty svg {
        fill: #CBC8C5; }
  .review-section .productReview-title {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px; }
    @media (max-width: 650px) {
      .review-section .productReview-title {
        margin: 0 0 10px; } }
  .review-section .productReview-author {
    margin: 0 0 14px;
    color: #282B32;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px; }
  .review-section .productReview-body {
    margin: 0;
    color: #000000;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px; }
  .review-section .pagination.bottom {
    margin: 0; }

@media (max-width: 1023px) {
  .card-figcaption {
    display: none; } }

#modal .productView.productView--quickView .tab.is-active .tab-title {
  color: #075E5B !important; }

#modal .productView.productView--quickView .tab-title:hover {
  color: #075E5B !important; }

.productView.productView--quickView ul.tabs li.tab:before {
  background-color: #075E5B !important; }

.modal .productView .main-image-container {
  margin: 0 0 10px; }

.modal .productView .productView-images {
  margin: 0; }

.modal .productView .slider-nav .slick-slide > div {
  padding: 0;
  border: 2px solid transparent; }

.modal .productView .slider-nav .slick-current > div {
  background: transparent;
  border: 2px solid #F7CD04; }

.modal .productView .slider-nav.slick-initialized.slick-slider .slick-list.draggable {
  padding: 0 !important; }

.modal .productView .slider-nav .slick-slide.slick-current.slick-active {
  border: none !important; }

.modal .productView .slider-nav .slick-track {
  margin: 0;
  gap: 16px; }
  .modal .productView .slider-nav .slick-track::before, .modal .productView .slider-nav .slick-track::after {
    display: none; }
  .modal .productView .slider-nav .slick-track .slick-slide {
    padding: 0; }
    .modal .productView .slider-nav .slick-track .slick-slide div {
      width: 80px; }
      @media (max-width: 950px) {
        .modal .productView .slider-nav .slick-track .slick-slide div {
          width: 64px; } }
      @media (max-width: 650px) {
        .modal .productView .slider-nav .slick-track .slick-slide div {
          width: 60px; } }

.modal .productView .productView-details {
  padding-left: 20px; }

.modal .productView .productView-details.product-options {
  padding: 20px 0 0; }

.modal .productView .productView-product {
  padding: 0; }

.modal .productView .productView-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 28px;
  line-height: 34px;
  margin: 0 0 14px; }
  @media (max-width: 1290px) {
    .modal .productView .productView-title {
      font-size: 24px;
      line-height: 30px;
      margin: 0 0 18px; } }
  @media (max-width: 950px) {
    .modal .productView .productView-title {
      text-align: center;
      margin: 0 0 14px; } }
  @media (max-width: 650px) {
    .modal .productView .productView-title {
      font-size: 21px;
      line-height: 26px;
      margin: 0 0 14px; } }

.modal .productView .productView-brand {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.28px;
  color: #17020D;
  margin: 5px 0 !important; }
  .modal .productView .productView-brand a {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.28px;
    color: #17020D; }
    .modal .productView .productView-brand a:hover {
      color: #256A80; }

.modal .productView .prd-reating {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; }
  @media (max-width: 1290px) {
    .modal .productView .prd-reating {
      gap: 19px; } }
  @media (max-width: 950px) {
    .modal .productView .prd-reating {
      justify-content: center;
      gap: 15px; } }
  @media (max-width: 650px) {
    .modal .productView .prd-reating {
      justify-content: center;
      flex-direction: column;
      align-items: center;
      gap: 13px; } }

.modal .productView .pdp-sku {
  display: inline-flex;
  align-items: center;
  padding: 6px 20px 5px 0;
  border-right: 1px solid #707070; }
  @media (max-width: 1290px) {
    .modal .productView .pdp-sku {
      padding: 5px 20px 5px 0; } }
  @media (max-width: 650px) {
    .modal .productView .pdp-sku {
      padding: 0;
      border: none; } }
  .modal .productView .pdp-sku p {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.32px;
    color: #17020D; }
    @media (max-width: 1290px) {
      .modal .productView .pdp-sku p {
        font-size: 15px;
        line-height: 18px;
        letter-spacing: 0.3; } }
  .modal .productView .pdp-sku p + p {
    margin-left: 5px; }

.modal .productView .productView-rating {
  display: inline-flex;
  align-items: center;
  margin: 0;
  width: auto;
  gap: 10px; }
  @media (max-width: 360px) {
    .modal .productView .productView-rating {
      flex-wrap: wrap;
      justify-content: center;
      gap: 5px; } }
  .modal .productView .productView-rating .icon-star {
    display: inline-flex;
    align-items: center;
    gap: 2px; }
    .modal .productView .productView-rating .icon-star .icon {
      width: 20px;
      height: 20px; }
      @media (max-width: 1290px) {
        .modal .productView .productView-rating .icon-star .icon {
          width: 19px;
          height: 19px; } }
      .modal .productView .productView-rating .icon-star .icon.icon--ratingFull svg {
        fill: #F7CD04; }
      .modal .productView .productView-rating .icon-star .icon.icon--ratingEmpty svg {
        fill: #CBC8C5; }
  .modal .productView .productView-rating .productView-reviewLink {
    margin: 0;
    float: none;
    color: #101010;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    width: auto;
    padding: 0; }
    @media (max-width: 1290px) {
      .modal .productView .productView-rating .productView-reviewLink {
        font-size: 15px;
        line-height: 18px; } }
    .modal .productView .productView-rating .productView-reviewLink a {
      color: #101010; }
      .modal .productView .productView-rating .productView-reviewLink a:hover {
        color: #256A80; }

.modal .productView .productView-info {
  margin: 0; }

.modal .productView .productView-options {
  position: relative; }

.modal .productView .productView-price {
  padding: 0;
  margin: 0 0 21px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap; }
  @media (max-width: 1290px) {
    .modal .productView .productView-price {
      gap: 10px; } }
  @media (max-width: 950px) {
    .modal .productView .productView-price {
      justify-content: center; } }
  .modal .productView .productView-price .price-section {
    padding: 0;
    color: #17020D;
    display: flex;
    align-items: baseline;
    gap: 5px; }
    @media (max-width: 1290px) {
      .modal .productView .productView-price .price-section {
        gap: 2px; } }
  .modal .productView .productView-price .current-price {
    order: 1; }
    .modal .productView .productView-price .current-price .price {
      padding: 0;
      font-size: 40px !important;
      line-height: 59px !important; }
      @media (max-width: 1290px) {
        .modal .productView .productView-price .current-price .price {
          font-size: 36px !important;
          line-height: 53px !important; } }
    .modal .productView .productView-price .current-price .price-label {
      font-size: 16px !important;
      line-height: 19px !important; }
  .modal .productView .productView-price .msrp-sale-regular-price-section {
    order: 2; }
  .modal .productView .productView-price .price-section--saving {
    order: 4;
    width: 100%; }
  .modal .productView .productView-price .price-label {
    color: #17020D; }

.modal .productView .form {
  margin: 0;
  display: block;
  width: 100%;
  float: none; }
  .modal .productView .form #add-to-cart-wrapper {
    float: none;
    width: 100%;
    margin: 0;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media (max-width: 1290px) {
      .modal .productView .form #add-to-cart-wrapper {
        max-width: 370px; } }
    .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments {
      margin: 0 !important;
      position: relative;
      display: flex;
      align-items: center;
      gap: 9px; }
      @media (max-width: 950px) {
        .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments {
          padding: 0;
          justify-content: center; } }
      .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments::before, .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments::after {
        display: none; }
      .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments .form-label {
        margin: 0; }
      .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment {
        height: auto;
        float: none;
        margin: 0; }
        .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .button {
          border-color: #101010;
          padding: 0;
          width: 44px;
          height: 44px;
          display: inline-flex;
          align-items: center;
          justify-content: center; }
          .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .button .icon {
            width: 18px;
            height: 11px; }
          .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .button svg {
            fill: #000; }
          .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .button.disable {
            border-color: #000; }
            .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .button.disable svg {
              fill: #707070; }
        .modal .productView .form #add-to-cart-wrapper .form-field.form-field--increments .form-increment .form-input {
          padding: 0;
          width: 44px;
          height: 44px;
          border-width: 1px 0;
          border-color: #101010 !important;
          color: #000 !important;
          background: transparent !important;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          line-height: 22px; }
    .modal .productView .form #add-to-cart-wrapper .form-action {
      margin: 0;
      float: none; }
      .modal .productView .form #add-to-cart-wrapper .form-action .button {
        margin: 0;
        border-radius: 0 !important;
        background-color: #F7CD04;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 54px;
        gap: 10px;
        color: #000000 !important;
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        font-size: 20px;
        line-height: 24px; }
        @media (max-width: 750px) {
          .modal .productView .form #add-to-cart-wrapper .form-action .button {
            max-width: 370px;
            width: calc(100% - 42px); } }
        @media (max-width: 360px) {
          .modal .productView .form #add-to-cart-wrapper .form-action .button {
            padding: 10px; } }
        .modal .productView .form #add-to-cart-wrapper .form-action .button:hover {
          background-color: #F7E481 !important; }
        .modal .productView .form #add-to-cart-wrapper .form-action .button .cart-svg {
          display: inline-flex; }

.modal .productView form.form.form-wishlist.form-action {
  margin: 0 !important;
  width: auto;
  position: absolute;
  right: 0;
  bottom: 12px; }
  .modal .productView form.form.form-wishlist.form-action .button {
    border: none !important;
    margin: 0;
    width: auto !important;
    padding: 0 !important;
    background: transparent !important; }
  .modal .productView form.form.form-wishlist.form-action ul#wishlist-dropdown {
    width: 200px !important;
    background: #fff;
    right: 0;
    top: 110% !important;
    margin: 0 !important;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.16); }
    .modal .productView form.form.form-wishlist.form-action ul#wishlist-dropdown li {
      padding: 5px; }
      .modal .productView form.form.form-wishlist.form-action ul#wishlist-dropdown li .button {
        color: #000; }
        .modal .productView form.form.form-wishlist.form-action ul#wishlist-dropdown li .button:hover {
          color: #1E5667 !important; }

.modal .productView .tab-content h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 31px;
  padding-bottom: 14px;
  border-bottom: 1px solid #000; }
  @media (max-width: 950px) {
    .modal .productView .tab-content h3 {
      margin: 0 0 30px; } }
  @media (max-width: 650px) {
    .modal .productView .tab-content h3 {
      padding-bottom: 12px;
      margin: 0 0 20px;
      font-size: 22px;
      line-height: 25px; } }

.modal .productView .tab-content h2 {
  color: #075E5B;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 22px; }
  @media (max-width: 650px) {
    .modal .productView .tab-content h2 {
      margin: 0 0 14px;
      font-size: 18px;
      line-height: 21px; } }

.modal .productView .tab-content p {
  margin: 0 0 30px;
  font-family: "Lato", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 22px; }
  @media (max-width: 950px) {
    .modal .productView .tab-content p {
      margin: 0 0 20px; } }
  @media (max-width: 650px) {
    .modal .productView .tab-content p {
      margin: 0 0 14px; } }
  .modal .productView .tab-content p:last-child {
    margin: 0; }
  .modal .productView .tab-content p a {
    color: #fff !important;
    text-decoration: none;
    background: #1E5667;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    line-height: 19px;
    gap: 10px;
    text-transform: uppercase; }
    @media (max-width: 650px) {
      .modal .productView .tab-content p a {
        padding: 18px 13px 17px; } }
    @media (max-width: 350px) {
      .modal .productView .tab-content p a {
        font-size: 14px;
        padding: 10px 10px; } }
    .modal .productView .tab-content p a::before {
      display: inline-flex;
      content: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='24' viewBox='0 0 30 24'%3E%3Cpath id='Icon_material-email' data-name='Icon material-email' d='M30,6H6A3,3,0,0,0,3.015,9L3,27a3.009,3.009,0,0,0,3,3H30a3.009,3.009,0,0,0,3-3V9A3.009,3.009,0,0,0,30,6Zm0,6L18,19.5,6,12V9l12,7.5L30,9Z' transform='translate(-3 -6)' fill='%23fff'/%3E%3C/svg%3E");
      width: 30px;
      height: 24px; }
      @media (max-width: 650px) {
        .modal .productView .tab-content p a::before {
          display: none; } }
    .modal .productView .tab-content p a:hover {
      background: #256A80 !important; }

.modal .productView .tab-content.reviews .review-section h2 {
  display: none; }

.modal .productView .tab-content.reviews .review-section .container {
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0; }

.modal .productView .tab-content.reviews .review-section .toggle {
  border: none;
  margin: 0;
  padding: 0 11px; }
  @media (max-width: 950px) {
    .modal .productView .tab-content.reviews .review-section .toggle {
      padding: 0 3px 0 11px; } }
  @media (max-width: 650px) {
    .modal .productView .tab-content.reviews .review-section .toggle {
      padding: 0; } }

.modal .productView .tab-content.reviews .review-section .toggle-title {
  margin: 0;
  color: #5F5858;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 24px; }
  @media (max-width: 650px) {
    .modal .productView .tab-content.reviews .review-section .toggle-title {
      font-size: 18px;
      line-height: 22px; } }

.modal .productView .tab-content.reviews .review-section .toggleLink .toggleLink-text {
  font-size: 16px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #1E5667 !important;
  text-transform: uppercase;
  text-decoration: underline; }
  @media (max-width: 650px) {
    .modal .productView .tab-content.reviews .review-section .toggleLink .toggleLink-text {
      font-size: 15px;
      line-height: 18px; } }

.modal .productView .tab-content.reviews .review-section .toggle-content.is-open {
  margin-top: 30px; }

.modal .productView .tab-content.reviews .review-section .productReviews-list {
  margin: 0; }

.modal .productView .tab-content.reviews .review-section .productReview {
  padding: 0;
  max-width: 900px;
  width: 100%; }

.modal .productView .tab-content.reviews .review-section .productReview + .productReview {
  margin-top: 40px; }

.modal .productView .tab-content.reviews .review-section .productReview-rating {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 10px; }
  @media (max-width: 650px) {
    .modal .productView .tab-content.reviews .review-section .productReview-rating {
      margin: 0 0 14px; } }
  .modal .productView .tab-content.reviews .review-section .productReview-rating .icon {
    width: 20px;
    height: 20px; }
    .modal .productView .tab-content.reviews .review-section .productReview-rating .icon.icon--ratingFull svg {
      fill: #F7CD04; }
    .modal .productView .tab-content.reviews .review-section .productReview-rating .icon.icon--ratingEmpty svg {
      fill: #CBC8C5; }

.modal .productView .tab-content.reviews .review-section .productReview-title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 8px; }
  @media (max-width: 650px) {
    .modal .productView .tab-content.reviews .review-section .productReview-title {
      margin: 0 0 10px; } }

.modal .productView .tab-content.reviews .review-section .productReview-author {
  margin: 0 0 14px;
  color: #282B32;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px; }

.modal .productView .tab-content.reviews .review-section .productReview-body {
  margin: 0;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px; }

.modal .productView .tab-content.reviews .review-section .pagination.bottom {
  margin: 0; }

.modal .productView .finance-section {
  margin: 36px 0 0;
  padding: 20px 48px;
  background: #FFFADD; }
  @media (max-width: 1290px) {
    .modal .productView .finance-section {
      margin: 30px 0 0;
      padding: 24px 26px; } }
  @media (max-width: 950px) {
    .modal .productView .finance-section {
      margin: 30px 0 0;
      padding: 24px 114px; } }
  @media (max-width: 650px) {
    .modal .productView .finance-section {
      margin: 30px 0 0 0;
      padding: 20px 10px; } }
  .modal .productView .finance-section p {
    margin: 0 0 9px;
    color: #101010;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px; }
    @media (max-width: 950px) {
      .modal .productView .finance-section p {
        text-align: center; } }

@font-face {
  font-family: 'Lato';
  src: url("{{cdn '../../../fonts/Lato-Heavy.eot");
  src: url("{{cdn '../../../fonts/Lato-Heavy.eot") format("embedded-opentype"), url("{{cdn '../../../fonts/Lato-Heavy.woff2") format("woff2"), url("{{cdn '../../../fonts/Lato-Heavy.woff") format("woff"), url("{{cdn '../../../fonts/Lato-Heavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

.cart-head-main {
  background-color: #000000;
  padding: 4px 0; }
  .cart-head-main .cart-head-cont {
    max-width: 1366px;
    padding: 0 24px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 767px) {
      .cart-head-main .cart-head-cont {
        padding: 0 14px; } }
  .cart-head-main .cart-head-content {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .cart-head-main .cart-head-content .cart-head-left .header-logo {
        padding: 0; } }
    @media (max-width: 1023px) {
      .cart-head-main .cart-head-content .cart-head-left .header-logo a {
        padding: 0; } }
    .cart-head-main .cart-head-content .cart-head-left .header-logo img {
      max-width: 200px; }
      @media (max-width: 767px) {
        .cart-head-main .cart-head-content .cart-head-left .header-logo img {
          max-width: 170px; } }
      @media (max-width: 370px) {
        .cart-head-main .cart-head-content .cart-head-left .header-logo img {
          max-width: 160px; } }
    @media (max-width: 800px) {
      .cart-head-main .cart-head-content .cart-head-middle {
        display: none; } }
    .cart-head-main .cart-head-content .cart-head-middle p {
      margin: 0;
      display: flex;
      align-items: center;
      color: #ffffff;
      font-size: 20px;
      font-weight: 400;
      font-family: "Lato", sans-serif; }
      .cart-head-main .cart-head-content .cart-head-middle p .call-svg {
        width: 24px;
        height: 24px;
        margin-right: 10px; }
        .cart-head-main .cart-head-content .cart-head-middle p .call-svg svg {
          width: 24px;
          height: 24px; }
      .cart-head-main .cart-head-content .cart-head-middle p a {
        color: #F7F2D5;
        margin-left: 4px;
        text-decoration: underline;
        font-weight: 900; }
        .cart-head-main .cart-head-content .cart-head-middle p a:hover {
          color: #ffcb07; }
    .cart-head-main .cart-head-content .cart-head-right {
      width: 15%; }
      @media (max-width: 1200px) {
        .cart-head-main .cart-head-content .cart-head-right {
          width: 20.5%; } }
      @media (max-width: 800px) {
        .cart-head-main .cart-head-content .cart-head-right {
          width: auto; } }
      .cart-head-main .cart-head-content .cart-head-right ul {
        display: flex;
        align-items: center;
        margin: 0;
        justify-content: flex-end; }
        @media (max-width: 1023px) {
          .cart-head-main .cart-head-content .cart-head-right ul .navUser-item {
            padding: 0 15px; } }
        @media (max-width: 370px) {
          .cart-head-main .cart-head-content .cart-head-right ul .navUser-item {
            padding: 0 10px; } }
        @media (max-width: 1023px) {
          .cart-head-main .cart-head-content .cart-head-right ul .navUser-item:last-child {
            padding-right: 0; } }
      .cart-head-main .cart-head-content .cart-head-right .mobl-phn {
        display: none; }
        @media (max-width: 1023px) {
          .cart-head-main .cart-head-content .cart-head-right .mobl-phn {
            display: block; } }
        @media (max-width: 1023px) {
          .cart-head-main .cart-head-content .cart-head-right .mobl-phn a {
            padding: 0; } }
        .cart-head-main .cart-head-content .cart-head-right .mobl-phn svg {
          width: 24px;
          height: 24px;
          fill: #F7F2D5;
          stroke: none; }
          @media (max-width: 370px) {
            .cart-head-main .cart-head-content .cart-head-right .mobl-phn svg {
              width: 20px;
              height: 20px; } }
          .cart-head-main .cart-head-content .cart-head-right .mobl-phn svg path {
            fill: #F7F2D5; }
      .cart-head-main .cart-head-content .cart-head-right .search-item .navUser-action--quickSearch {
        padding: 0; }
        .cart-head-main .cart-head-content .cart-head-right .search-item .navUser-action--quickSearch .search-open {
          display: flex; }
        .cart-head-main .cart-head-content .cart-head-right .search-item .navUser-action--quickSearch .search-open svg, .cart-head-main .cart-head-content .cart-head-right .search-item .navUser-action--quickSearch .search-close svg {
          stroke: none;
          height: 24px;
          width: auto; }
          @media (max-width: 370px) {
            .cart-head-main .cart-head-content .cart-head-right .search-item .navUser-action--quickSearch .search-open svg, .cart-head-main .cart-head-content .cart-head-right .search-item .navUser-action--quickSearch .search-close svg {
              height: 20px; } }
        .cart-head-main .cart-head-content .cart-head-right .search-item .navUser-action--quickSearch .search-close {
          display: none; }
        .cart-head-main .cart-head-content .cart-head-right .search-item .navUser-action--quickSearch.is-open::before {
          display: none; }
        .cart-head-main .cart-head-content .cart-head-right .search-item .navUser-action--quickSearch.is-open .search-open {
          display: none; }
        .cart-head-main .cart-head-content .cart-head-right .search-item .navUser-action--quickSearch.is-open .search-close {
          position: relative;
          display: flex;
          flex-wrap: wrap; }
        .cart-head-main .cart-head-content .cart-head-right .search-item .navUser-action--quickSearch .close-txt {
          position: absolute;
          bottom: -18px;
          left: -8px;
          text-transform: uppercase;
          font-family: "Roboto", sans-serif;
          font-weight: 700;
          font-size: 13px;
          line-height: 15px;
          color: #fff;
          z-index: 1; }
      .cart-head-main .cart-head-content .cart-head-right .navUser-item--account {
        margin-left: 30px;
        width: auto; }
        @media (max-width: 1023px) {
          .cart-head-main .cart-head-content .cart-head-right .navUser-item--account {
            display: block !important;
            margin-left: 0; } }
        .cart-head-main .cart-head-content .cart-head-right .navUser-item--account span {
          display: flex; }
          @media (max-width: 370px) {
            .cart-head-main .cart-head-content .cart-head-right .navUser-item--account span svg {
              width: 20px; } }
        .cart-head-main .cart-head-content .cart-head-right .navUser-item--account .account-dropdown {
          display: none; }
          .cart-head-main .cart-head-content .cart-head-right .navUser-item--account .account-dropdown a {
            display: block; }
          .cart-head-main .cart-head-content .cart-head-right .navUser-item--account .account-dropdown.is-open {
            display: block; }
        .cart-head-main .cart-head-content .cart-head-right .navUser-item--account .account-dropdown {
          background: #fff;
          border: 1px solid #C0C0C0;
          width: 200px;
          box-shadow: 0 2px 6px rgba(18, 18, 18, 0.2);
          position: absolute;
          right: 0;
          top: 40px;
          padding: 10px;
          z-index: 1; }
          .cart-head-main .cart-head-content .cart-head-right .navUser-item--account .account-dropdown::before, .cart-head-main .cart-head-content .cart-head-right .navUser-item--account .account-dropdown::after {
            content: '';
            border: inset 10px;
            border-color: transparent transparent #fff transparent;
            border-bottom-style: solid;
            position: absolute;
            right: 1px;
            top: -20px; }
          .cart-head-main .cart-head-content .cart-head-right .navUser-item--account .account-dropdown::before {
            right: -1px;
            top: -24px;
            border: inset 12px;
            border-color: transparent transparent #C0C0C0 transparent; }
          .cart-head-main .cart-head-content .cart-head-right .navUser-item--account .account-dropdown .navUser-action {
            color: #000000;
            padding: 5px 10px; }
            .cart-head-main .cart-head-content .cart-head-right .navUser-item--account .account-dropdown .navUser-action:hover {
              background: #C57821;
              color: #fff; }
    .cart-head-main .cart-head-content .dropdown--quickSearch {
      padding: 0 24px 15px;
      background-color: #000000; }
      .cart-head-main .cart-head-content .dropdown--quickSearch.is-open {
        top: 100% !important; }
      .cart-head-main .cart-head-content .dropdown--quickSearch .form {
        width: 100%;
        max-width: 100%; }
      .cart-head-main .cart-head-content .dropdown--quickSearch .form-field {
        position: relative; }
      .cart-head-main .cart-head-content .dropdown--quickSearch .form-fieldset {
        width: 100% !important;
        max-width: 100%;
        margin: 0; }
        .cart-head-main .cart-head-content .dropdown--quickSearch .form-fieldset .button {
          position: absolute;
          right: 0;
          top: 0;
          width: 48px;
          height: 48px;
          padding: 0;
          border: none;
          margin: 0;
          border-radius: 0 !important;
          background-color: #F7CD04; }
          @media (max-width: 1023px) {
            .cart-head-main .cart-head-content .dropdown--quickSearch .form-fieldset .button {
              width: 34px;
              height: 40px; } }
          @media (max-width: 1023px) {
            .cart-head-main .cart-head-content .dropdown--quickSearch .form-fieldset .button svg {
              width: 20px;
              height: 20px; } }
      .cart-head-main .cart-head-content .dropdown--quickSearch .form-input {
        font-size: 18px;
        line-height: 22px;
        font-family: "Lato", sans-serif;
        font-style: italic;
        height: auto;
        padding: 13px 10px;
        border: none;
        background-color: #fff !important;
        color: #000000 !important; }
        @media (max-width: 1023px) {
          .cart-head-main .cart-head-content .dropdown--quickSearch .form-input {
            padding: 11px 10px;
            font-size: 15px;
            line-height: 18px; } }
        .cart-head-main .cart-head-content .dropdown--quickSearch .form-input::placeholder {
          font-size: 18px;
          line-height: 22px;
          font-family: "Lato", sans-serif;
          font-style: italic;
          color: #000 !important; }
          @media (max-width: 1023px) {
            .cart-head-main .cart-head-content .dropdown--quickSearch .form-input::placeholder {
              font-size: 15px;
              line-height: 18px; } }
      .cart-head-main .cart-head-content .dropdown--quickSearch .quickSearchResults {
        top: 100%;
        margin-top: 2px;
        box-shadow: 0 2px 6px rgba(18, 18, 18, 0.2); }
        .cart-head-main .cart-head-content .dropdown--quickSearch .quickSearchResults .search-result-close {
          position: absolute;
          top: 5px;
          right: 5px;
          background-color: #000;
          padding: 3px;
          z-index: 1;
          width: 30px;
          height: 30px;
          display: flex; }
          .cart-head-main .cart-head-content .dropdown--quickSearch .quickSearchResults .search-result-close svg {
            width: 100%;
            height: auto; }

.footer.custom-footer {
  padding: 0;
  border-top: 3px solid #ffffff !important;
  margin: 39px 0 0; }
  @media (max-width: 1290px) {
    .footer.custom-footer {
      margin: 32px 0 0; } }
  @media (max-width: 1023px) {
    .footer.custom-footer {
      margin: 45px 0 0; } }
  @media (max-width: 700px) {
    .footer.custom-footer {
      padding: 12px 0 19px; } }
  .footer.custom-footer .footer-bottom {
    padding: 12px 0;
    text-align: center;
    line-height: 0;
    border: none;
    margin: 0; }
    .footer.custom-footer .footer-bottom p {
      font-family: "Lato", sans-serif;
      font-size: 12px;
      line-height: 15px;
      color: #333333;
      margin: 0;
      display: inline-flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: center; }
    .footer.custom-footer .footer-bottom .copyright-text span {
      margin-left: 3px; }
      .footer.custom-footer .footer-bottom .copyright-text span a {
        color: #333333; }
        .footer.custom-footer .footer-bottom .copyright-text span a:hover {
          color: #2C8099; }
    .footer.custom-footer .footer-bottom .shipping-text {
      margin-left: 10px;
      color: #000000;
      font-weight: 700;
      font-size: 10px;
      line-height: 12px; }
      .footer.custom-footer .footer-bottom .shipping-text span {
        margin-right: 3px; }
      @media (max-width: 700px) {
        .footer.custom-footer .footer-bottom .shipping-text {
          margin: 14px 0 0; } }
  .footer.custom-footer:before {
    content: none; }

body.main.cart-page {
  background-color: #F8F8F8; }
  body.main.cart-page .cart-content {
    width: 100%;
    margin: 0; }
    body.main.cart-page .cart-content.with-sidevav {
      width: 100%;
      margin: 0; }
  body.main.cart-page .body.content {
    max-width: 1366px !important;
    padding: 0 20px 0 40px;
    margin: 0 auto;
    min-height: 682px; }
    @media (max-width: 1200px) {
      body.main.cart-page .body.content {
        padding: 0 25px; } }
    @media (max-width: 800px) {
      body.main.cart-page .body.content {
        padding: 0 35px; } }
    @media (max-width: 767px) {
      body.main.cart-page .body.content {
        padding: 0 18px; } }
    body.main.cart-page .body.content .main {
      max-width: 1366px !important;
      margin: 0; }
      body.main.cart-page .body.content .main .page {
        margin: 0; }

.cart-page .modal .modal-header-title, .cart-page .swal2-container .modal-header-title {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  line-height: normal;
  color: #000000; }

.cart-page .modal .modal-close, .cart-page .swal2-container .modal-close {
  top: 6px; }
  .cart-page .modal .modal-close span, .cart-page .swal2-container .modal-close span {
    color: #000; }
  .cart-page .modal .modal-close:hover span, .cart-page .swal2-container .modal-close:hover span {
    color: #2C8099; }

.cart-page .modal .form-select, .cart-page .modal .form-input, .cart-page .swal2-container .form-select, .cart-page .swal2-container .form-input {
  border-color: #777777 !important;
  color: #000000 !important;
  font-size: 13px;
  line-height: 16px;
  font-family: "Lato", sans-serif;
  padding: 9px 11px;
  height: 35px;
  background-color: #fff !important; }
  .cart-page .modal .form-select::placeholder, .cart-page .modal .form-input::placeholder, .cart-page .swal2-container .form-select::placeholder, .cart-page .swal2-container .form-input::placeholder {
    color: #000000 !important; }

.cart-page .modal .form-select, .cart-page .swal2-container .form-select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8.645' viewBox='0 0 14 8.645'%3E%3Cpath id='ic_expand_more_24px' d='M12.355,0,7,5.343,1.645,0,0,1.645l7,7,7-7Z'/%3E%3C/svg%3E");
  background-size: 13px;
  background-position: center right 11px; }

.cart-page .modal .form-label, .cart-page .swal2-container .form-label {
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: left; }

.cart-page .modal .swal2-html-container, .cart-page .swal2-container .swal2-html-container {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400; }

.cart-page .modal .button--primary, .cart-page .modal .swal2-confirm, .cart-page .modal .swal2-cancel, .cart-page .swal2-container .button--primary, .cart-page .swal2-container .swal2-confirm, .cart-page .swal2-container .swal2-cancel {
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  background-color: #1E5667;
  border-radius: 0 !important;
  border: none; }
  .cart-page .modal .button--primary:hover, .cart-page .modal .swal2-confirm:hover, .cart-page .modal .swal2-cancel:hover, .cart-page .swal2-container .button--primary:hover, .cart-page .swal2-container .swal2-confirm:hover, .cart-page .swal2-container .swal2-cancel:hover {
    background-color: #256A80 !important; }

.cart-page .modal .swal2-confirm, .cart-page .swal2-container .swal2-confirm {
  margin-right: 15px; }

.cart-page .cart-pg {
  margin-top: 44px; }
  .cart-page .cart-pg .sideCategoryList {
    display: none;
    margin: 0 !important; }
  .cart-page .cart-pg .breadcrumbs {
    display: none; }
  .cart-page .cart-pg .page-heading {
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 32px;
    line-height: normal;
    margin-bottom: 6px;
    color: #000000; }
    @media (max-width: 1200px) {
      .cart-page .cart-pg .page-heading {
        font-size: 28px;
        margin-bottom: 10px; } }
    @media (max-width: 800px) {
      .cart-page .cart-pg .page-heading {
        text-align: center;
        margin-bottom: 0; } }
    .cart-page .cart-pg .page-heading span {
      font-weight: 400;
      font-size: 16px;
      text-transform: capitalize;
      padding-left: 4px; }
  .cart-page .cart-pg h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: normal; }
  @media (max-width: 1200px) {
    .cart-page .cart-pg .cart-cnt-main {
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: flex-start; } }
  @media (max-width: 1023px) {
    .cart-page .cart-pg .cart-cnt-main {
      justify-content: center; } }
  .cart-page .cart-pg .cart-cnt-main .cart-lft-side {
    float: left;
    width: 72%;
    max-width: 870px;
    clear: left;
    margin-top: 37px;
    margin-bottom: 44px; }
    @media (max-width: 1200px) {
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side {
        float: none;
        clear: both;
        width: calc(100% - 360px);
        padding-right: 24px; } }
    @media (max-width: 1023px) {
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side {
        width: 100%;
        padding-right: 0;
        margin-top: 33px;
        margin-bottom: 40px;
        max-width: 100%; } }
    @media (max-width: 767px) {
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side {
        margin-top: 11px;
        margin-bottom: 50px; } }
    .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart {
      margin: 0;
      background-color: #F8F8F8; }
      @media (max-width: 1023px) {
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart {
          display: table; } }
      @media (max-width: 767px) {
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart {
          display: block; } }
    @media (max-width: 1023px) {
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-header {
        display: table-header-group;
        text-align: left; } }
    @media (max-width: 767px) {
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-header {
        display: none; } }
    .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-header .cart-header-item {
      color: #000000;
      letter-spacing: 0.65px;
      font-size: 13px;
      line-height: 15px;
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      padding-bottom: 8px; }
      @media (max-width: 1200px) {
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-header .cart-header-item {
          letter-spacing: 0.6px;
          font-size: 12px;
          line-height: 14px; } }
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-header .cart-header-item:last-child {
        padding-right: 31px; }
        @media (max-width: 1200px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-header .cart-header-item:last-child {
            padding-right: 23px; } }
    .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list {
      border-top: 2px solid #000000; }
      @media (max-width: 1023px) {
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list {
          display: table-row-group; } }
      @media (max-width: 767px) {
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list {
          display: block; } }
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item {
        border-bottom: 1px solid #C0C0C0; }
        @media (max-width: 1023px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item {
            display: table-row;
            padding: 1.5rem 0; } }
        @media (max-width: 767px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item {
            display: flex;
            flex-wrap: wrap;
            padding: 30px 0;
            justify-content: space-between; } }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item:last-child {
          border-bottom: none; }
        @media (max-width: 1023px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item:before, .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item:after {
            content: none; } }
      @media (max-width: 1023px) {
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block {
          display: table-cell;
          float: none; } }
      @media (max-width: 767px) {
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block {
          display: table;
          float: left; } }
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-figure {
        width: 100px;
        padding: 15px 0px; }
        @media (max-width: 1200px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-figure {
            width: 90px;
            padding: 15px 0px 20px; } }
        @media (max-width: 767px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-figure {
            margin-bottom: 22px;
            width: 110px;
            margin-left: 0;
            margin-right: 14px; } }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-figure img {
          border-radius: 0; }
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title {
        padding: 15px 20px; }
        @media (max-width: 1200px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title {
            padding: 15px 12px 20px; } }
        @media (max-width: 767px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title {
            width: calc(100% - 124px);
            margin-bottom: 22px; } }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .cart-item-brand {
          color: #1E5667;
          font-size: 13px;
          line-height: 16px;
          font-family: "Lato", sans-serif;
          font-weight: 900;
          text-transform: capitalize;
          margin: 0; }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .cart-item-name {
          color: #000000;
          font-size: 16px;
          line-height: 19px;
          font-family: "Lato", sans-serif;
          font-weight: 700;
          margin: 10px 0 12px;
          letter-spacing: 0; }
          @media (max-width: 1200px) {
            .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .cart-item-name {
              margin: 10px 0;
              font-size: 14px;
              line-height: 18px; } }
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .cart-item-name a {
            color: #000000;
            text-decoration: none; }
            .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .cart-item-name a:hover {
              color: #2C8099; }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .sku {
          font-size: 12px;
          color: #000000;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          line-height: 15px;
          margin: 0;
          text-transform: uppercase;
          margin-bottom: 0.35714rem; }
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .sku .sku-cnt {
            text-transform: capitalize; }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .definitionList-key, .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .definitionList-value {
          font-size: 12px;
          color: #000000;
          font-family: "Roboto", sans-serif;
          font-weight: 400;
          line-height: 15px;
          margin: 0;
          text-transform: uppercase;
          margin-right: 3px; }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .definitionList-value {
          text-transform: capitalize; }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .cart-cnt-btn {
          color: #1E5667;
          font-size: 14px;
          line-height: 16px;
          font-family: "Lato", sans-serif;
          font-weight: 700; }
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-title .cart-cnt-btn:hover {
            color: #2C8099; }
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info {
        color: #000000;
        letter-spacing: 0.48px;
        font-size: 16px;
        line-height: 23px;
        font-family: "Anton", sans-serif;
        font-weight: 400;
        padding: 15px 10px 15px 0;
        width: 11.5%; }
        @media (max-width: 1200px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info {
            font-size: 15px;
            line-height: 22px;
            letter-spacing: 0.45px;
            width: 16%;
            padding: 15px 10px 20px 0; } }
        @media (max-width: 767px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info {
            width: 30% !important;
            margin: 0; } }
        @media (max-width: 370px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info {
            width: 22% !important; } }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info .cart-item-value {
          font-weight: 400;
          padding-left: 0; }
          @media (max-width: 767px) {
            .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info .cart-item-value {
              float: none; } }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info .cart-remove {
          background-color: transparent;
          padding: 0; }
          @media (max-width: 1200px) {
            .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info .cart-remove {
              margin-left: 6px; } }
          @media (max-width: 767px) {
            .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info .cart-remove {
              margin-left: 16px; } }
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info .cart-remove svg {
            fill: #5F5858; }
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info .cart-remove:hover {
            background-color: transparent; }
            .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info .cart-remove:hover svg {
              fill: #2C8099; }
        @media (max-width: 1023px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info .cart-item-label {
            display: none; } }
        @media (max-width: 767px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-info .cart-item-label {
            display: block;
            width: 100%;
            color: #000000;
            letter-spacing: 0.6px;
            font-size: 12px;
            line-height: 14px;
            font-family: "Roboto", sans-serif;
            font-weight: 900;
            text-transform: uppercase;
            padding-bottom: 19px;
            margin: 0; } }
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity {
        width: 110px;
        max-width: 110px;
        padding: 15px 0; }
        @media (max-width: 1200px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity {
            padding: 15px 0 20px; } }
        @media (max-width: 767px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity {
            width: 33% !important; } }
        @media (max-width: 767px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity .cart-item-label {
            text-align: center;
            padding-bottom: 10px; } }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity .form-increment {
          border: 1px solid #4A4A4A;
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin: 0;
          padding: 9px 8px; }
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity .form-increment .button {
            width: 16px;
            height: 10px;
            border: none;
            padding: 0;
            position: relative;
            background-color: #F8F8F8 !important; }
            .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity .form-increment .button svg {
              width: 100%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              fill: #000000; }
              .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity .form-increment .button svg:hover {
                fill: #2C8099; }
            .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity .form-increment .button:nth-child(2) {
              transform: rotate(180deg); }
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity .form-increment .button[data-action="dec"] {
            order: -1; }
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity .form-increment input {
            width: 57px;
            height: 20px;
            font-size: 16px;
            font-weight: 700;
            padding: 0 10px;
            color: #000000 !important;
            font-family: "Roboto", sans-serif;
            border: none;
            background-color: #F8F8F8 !important; }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity .form-input--incrementTotal[value="1"] + .button {
          pointer-events: none; }
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block.cart-item-quantity .form-input--incrementTotal[value="1"] + .button svg {
            fill: #CCCCCC; }
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block:last-child {
        width: 15.5%;
        padding-left: 10px;
        padding-right: 0;
        text-align: right; }
        @media (max-width: 1200px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block:last-child {
            width: 19%; } }
        @media (max-width: 1023px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block:last-child {
            width: 18%; } }
        @media (max-width: 767px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block:last-child {
            width: 37% !important; } }
        @media (max-width: 767px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .cart-list .cart-item-block:last-child .cart-item-label {
            text-align: right;
            padding-right: 32px; } }
    .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn {
      border-top: 2px solid #000000;
      margin-top: 5px;
      display: block;
      width: 100%; }
      @media (max-width: 1200px) {
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn {
          margin-top: 0; } }
      .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn .cnt-btn-link {
        display: inline-block;
        margin-top: 23px; }
        @media (max-width: 1200px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn .cnt-btn-link {
            margin-top: 20px; } }
        @media (max-width: 1023px) {
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn .cnt-btn-link {
            width: 100%; } }
        .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn .cnt-btn-link a {
          display: flex;
          align-items: center;
          text-decoration: none; }
          @media (max-width: 1023px) {
            .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn .cnt-btn-link a {
              justify-content: center; } }
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn .cnt-btn-link a .svg-bg {
            display: flex;
            align-items: center;
            justify-content: center;
            clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 100%, 0 50%);
            width: 30px;
            height: 30px;
            background-color: #F7CD04; }
            .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn .cnt-btn-link a .svg-bg svg {
              fill: #000000;
              width: 11px;
              height: 18px;
              margin-left: 5px; }
              .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn .cnt-btn-link a .svg-bg svg path {
                fill: #000000; }
          .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn .cnt-btn-link a .cntue-text {
            background-color: #000000;
            font-size: 13px;
            color: #FFFFFF;
            font-family: "Lato", sans-serif;
            font-weight: 900;
            text-transform: uppercase;
            line-height: 16px;
            padding: 6px 12px;
            height: 30px;
            margin-left: -1px; }
            .cart-page .cart-pg .cart-cnt-main .cart-lft-side .continue-btn .cnt-btn-link a .cntue-text:hover {
              background-color: #256A80;
              color: #FFFFFF; }
  .cart-page .cart-pg .cart-cnt-main .cart-rght-side {
    float: right;
    width: 28%;
    max-width: 360px;
    clear: right;
    padding: 30px 20px 27px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-color: #fff; }
    @media (max-width: 1200px) {
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side {
        width: 360px;
        float: none;
        clear: both;
        padding: 30px 20px 25px; } }
    @media (max-width: 767px) {
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side {
        width: 100%;
        margin: 0 auto; } }
    .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-additionalCheckoutButtons {
      margin: 1.5rem auto;
      float: none; }
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-additionalCheckoutButtons .or-use-label {
        text-align: center; }
    .cart-page .cart-pg .cart-cnt-main .cart-rght-side .siderbar-title {
      font-family: "Roboto", sans-serif;
      font-weight: 900;
      font-size: 18px;
      line-height: 21px;
      text-transform: uppercase;
      padding-bottom: 8px;
      border-bottom: 2px solid #000000;
      text-align: center;
      width: 100%;
      color: #000000; }
    .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals {
      width: 100%;
      padding-bottom: 8px;
      border-bottom: 1px solid #000000;
      margin-bottom: 20px; }
      @media (max-width: 1200px) {
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals {
          padding-bottom: 4px; } }
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total + .cart-total {
          border: none; }
        @media (max-width: 1200px) {
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total:nth-child(3) {
            margin-top: 10px; } }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total:last-child {
          margin-top: 7px; }
          @media (max-width: 1200px) {
            .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total:last-child {
              margin-top: 23px; } }
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total:last-child .cart-total-label {
            font-size: 14px;
            line-height: 17px; }
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-label, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .estimator-form-label-text {
        font-weight: 900;
        font-family: "Lato", sans-serif;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        color: #000000;
        padding: 11px 0;
        text-align: left; }
        @media (max-width: 767px) {
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-label, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .estimator-form-label-text {
            width: 50%; } }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-label strong, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .estimator-form-label-text strong {
          font-weight: 900; }
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .estimator-form--default dl dt {
        padding: 0;
        width: 47%;
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .estimator-form--default dl .estimator-form-label-text {
        padding: 0; }
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .estimator-form--default dl dd {
        width: 53%;
        margin-bottom: 10px; }
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value {
        font-size: 13px;
        color: #000000;
        font-family: "Lato", sans-serif;
        font-weight: 700;
        line-height: 16px;
        padding: 11px 0;
        width: 50%;
        text-align: right; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value.cart-prc {
          font-family: "Anton", sans-serif;
          font-weight: 400;
          font-size: 16px;
          letter-spacing: 0.48px;
          line-height: 23px; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value.cart-total-grandTotal {
          font-family: "Anton", sans-serif;
          font-weight: 400;
          font-size: 24px;
          letter-spacing: 0.72px;
          line-height: 35px; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .coupon-code-add, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .shipping-estimate-show, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .gift-certificate-add {
          color: #1E5667; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .coupon-code-add, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .shipping-estimate-show, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .gift-certificate-add,
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .coupon-code-cancel, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .shipping-estimate-hide, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .gift-certificate-cancel {
          font-size: 13px;
          line-height: 16px;
          font-style: italic;
          font-family: "Lato", sans-serif;
          font-weight: 700; }
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .coupon-code-add:hover, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .shipping-estimate-show:hover, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .gift-certificate-add:hover,
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .coupon-code-cancel:hover, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .shipping-estimate-hide:hover, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .gift-certificate-cancel:hover {
            color: #2C8099; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .coupon-code-cancel, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .shipping-estimate-hide, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .cart-total-value .gift-certificate-cancel {
          color: #000000; }
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .coupon-code {
        width: 100%; }
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes {
        width: 100%; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form .form-select, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form .form-input, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes .form-select, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes .form-input {
          border-color: #777777 !important;
          color: #000000 !important;
          font-size: 13px;
          line-height: 16px;
          font-family: "Lato", sans-serif;
          padding: 9px 11px;
          height: 35px;
          background-color: #fff !important; }
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form .form-select::placeholder, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form .form-input::placeholder, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes .form-select::placeholder, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes .form-input::placeholder {
            color: #000000 !important; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form .form-select, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes .form-select {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8.645' viewBox='0 0 14 8.645'%3E%3Cpath id='ic_expand_more_24px' d='M12.355,0,7,5.343,1.645,0,0,1.645l7,7,7-7Z'/%3E%3C/svg%3E");
          background-size: 13px;
          background-position: center right 11px; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form .form-label, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes .form-label {
          color: #000000;
          font-family: "Lato", sans-serif;
          font-weight: 400;
          font-size: 13px;
          padding-left: 20px;
          text-align: left; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form .button--primary, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes .button--primary {
          font-size: 13px;
          line-height: 16px;
          color: #FFFFFF;
          font-family: "Lato", sans-serif;
          font-weight: 900;
          text-transform: uppercase;
          background-color: #1E5667;
          border-radius: 0 !important;
          padding: 9px 10px;
          border: none; }
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form .button--primary:hover, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes .button--primary:hover {
            background-color: #256A80; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.estimator-form, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.estimator-form {
          display: inline-block;
          margin-top: 10px; }
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.estimator-form .estimator-form-input, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.estimator-form .estimator-form-input {
            width: 53%;
            margin-bottom: 15px; }
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.estimator-form .estimator-form-label, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.estimator-form .estimator-form-label {
            width: 47%; }
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.estimator-form .button--primary, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.estimator-form .button--primary {
            width: 53%;
            margin: 0; }
            @media (max-width: 767px) {
              .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.estimator-form .button--primary, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.estimator-form .button--primary {
                float: right;
                clear: both; } }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.coupon-form .form-input, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.cart-gift-certificate-form .form-input, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.coupon-form .form-input, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.cart-gift-certificate-form .form-input {
          height: 34px;
          width: 71.3%; }
          @media (max-width: 370px) {
            .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.coupon-form .form-input, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.cart-gift-certificate-form .form-input, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.coupon-form .form-input, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.cart-gift-certificate-form .form-input {
              width: 65%; } }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.coupon-form .button, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.cart-gift-certificate-form .button, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.coupon-form .button, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.cart-gift-certificate-form .button {
          width: 25%;
          margin-left: 11px;
          height: 34px; }
          @media (max-width: 370px) {
            .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.coupon-form .button, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .form.cart-gift-certificate-form .button, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.coupon-form .button, .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-totals .shipping-quotes.cart-gift-certificate-form .button {
              width: 30%; } }
    .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-actions {
      padding: 0 8px; }
      @media (max-width: 767px) {
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-actions {
          padding: 0; } }
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-actions .button {
        width: 100%;
        font-size: 16px;
        line-height: 19px;
        color: #000000;
        background-color: #F7CD04;
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 !important;
        border: none;
        margin: 0;
        height: 44px;
        padding: 9px; }
        @media (max-width: 370px) {
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-actions .button {
            font-size: 15px; } }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-actions .button svg {
          fill: #000000;
          width: 24px;
          margin-right: 6px; }
          .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-actions .button svg path {
            fill: #000000; }
        .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-actions .button:hover {
          background-color: #F7E481;
          color: #000000 !important; }
    .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-paymts {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: center;
      margin-top: 14px; }
      .cart-page .cart-pg .cart-cnt-main .cart-rght-side .cart-paymts .pay-one {
        width: 39px;
        margin: 0 2px; }

.cart-sub {
  float: left;
  width: 72%;
  max-width: 870px;
  clear: left;
  padding: 0; }
  .cart-sub.checkout-sb {
    float: none;
    width: 100%;
    margin: 75px auto 48px;
    max-width: 920px; }
    @media (max-width: 1270px) {
      .cart-sub.checkout-sb {
        margin: 32px auto 66px;
        padding: 0; } }
    @media (max-width: 1023px) {
      .cart-sub.checkout-sb {
        margin: 16px auto 82px; } }
    @media (max-width: 767px) {
      .cart-sub.checkout-sb {
        max-width: 260px;
        margin: 16px auto 52px; } }
    .cart-sub.checkout-sb .cary-info-main .info-cnt {
      padding: 0 25px; }
      @media (max-width: 1023px) {
        .cart-sub.checkout-sb .cary-info-main .info-cnt {
          width: 33.33%;
          padding: 0 15px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .cart-sub.checkout-sb .cary-info-main .info-cnt {
          width: 100%;
          padding: 0;
          margin-bottom: 32px; } }
      @media (max-width: 767px) {
        .cart-sub.checkout-sb .cary-info-main .info-cnt:last-child {
          margin-bottom: 0; } }
      @media (max-width: 1023px) {
        .cart-sub.checkout-sb .cary-info-main .info-cnt .inf-text a {
          display: inline-block; } }
  @media (max-width: 1200px) {
    .cart-sub {
      float: none;
      clear: both;
      width: 100%;
      max-width: 100%;
      margin-top: 69px;
      padding: 0 32px;
      margin-bottom: 50px; } }
  @media (max-width: 1023px) {
    .cart-sub {
      width: calc(100% - 360px);
      margin-top: 0;
      padding: 0 18px 0 60px;
      margin-bottom: 0;
      max-width: 338px; } }
  @media (max-width: 767px) {
    .cart-sub {
      width: 100%;
      margin-top: 50px;
      padding: 0 40px;
      margin-bottom: 37px;
      max-width: 360px;
      margin-left: auto;
      margin-right: auto; } }
  .cart-sub .cary-info-main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between; }
    .cart-sub .cary-info-main .info-cnt {
      width: 33.33%;
      display: inline-block;
      text-align: center;
      padding: 0 20px; }
      @media (max-width: 1200px) {
        .cart-sub .cary-info-main .info-cnt {
          padding: 0 23px; } }
      @media (max-width: 1023px) {
        .cart-sub .cary-info-main .info-cnt {
          width: 100%;
          padding: 0;
          margin-bottom: 32px; } }
      .cart-sub .cary-info-main .info-cnt svg {
        width: 60px;
        height: 60px; }
      .cart-sub .cary-info-main .info-cnt .info-head {
        margin: 14px 0 10px;
        color: #212121;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        font-weight: 900;
        line-height: 19px;
        max-height: 19px;
        overflow: hidden;
        text-transform: uppercase;
        letter-spacing: 0; }
      .cart-sub .cary-info-main .info-cnt .inf-text {
        color: #212121;
        font-size: 14px;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        line-height: 18px;
        margin: 0; }
        .cart-sub .cary-info-main .info-cnt .inf-text a {
          color: #212121;
          text-decoration: underline; }
          .cart-sub .cary-info-main .info-cnt .inf-text a:hover {
            color: #2C8099; }
      @media (max-width: 1023px) {
        .cart-sub .cary-info-main .info-cnt:last-child {
          margin-bottom: 0; } }
