@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 32px; }

h2 {
  font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

.table-tbody tr {
  border-bottom: 1px solid #676969; }
  .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: "Arimo", 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: white;
  border-color: #676969;
  color: #333333;
  font-size: 16px;
  padding: 11px 16px;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: #c71222;
    border-color: #c71222;
    color: white; }
  .button:active {
    background-color: #c71222;
    border: 1px solid #c71222;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

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

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

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

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

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

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

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

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

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

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

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

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

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

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

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

.button--small {
  font-size: 1rem;
  padding: 11px 16px; }

.button--tiny { }

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

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

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #676969;
  color: #666666;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tabs {
  border-bottom: 1px solid #676969;
  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: #676969;
  display: block;
  font-size: 18px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #676969 solid;
  border-width: 1px;
  box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.16);
  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: #676969 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.875rem;
    display: block;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #676969;
  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 #676969;
  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 #676969;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-body {
  padding: 16px 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #676969; }

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

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

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

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

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

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

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

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

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

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #333333;
    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: #e0e0e0;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #c71222;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: blue;
  background-color: rgba(0, 0, 255, 0);
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid white;
  z-index: 1; }
  @media (max-width: 700px) {
    .productCarousel .slick-next, .productCarousel
    .slick-prev {
      top: auto;
      bottom: -14px; } }
  @media (min-width: 801px) {
    .slick-next,
    .slick-prev {
      height: 2.5rem;
      width: 2.5rem; } }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 100%;
    width: 100%; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: blue;
    background-color: rgba(0, 0, 255, 0);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -5px; }
  @media (max-width: 700px) {
    .productCarousel .slick-next {
      right: 0.5rem; } }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4.622 16a1.242 1.242 0 0 1-.879-2.122L9.62 8 3.743 2.122A1.243 1.243 0 1 1 5.5.364l6.757 6.757a1.243 1.243 0 0 1 0 1.758L5.5 15.636c-.242.243-.56.364-.878.364z' fill='%23333333' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4.622 16a1.242 1.242 0 0 1-.879-2.122L9.62 8 3.743 2.122A1.243 1.243 0 1 1 5.5.364l6.757 6.757a1.243 1.243 0 0 1 0 1.758L5.5 15.636c-.242.243-.56.364-.878.364z' fill='%23c71222' /%3E%3C/svg%3E"); }

.slick-prev {
  left: -5px; }
  @media (max-width: 600px) {
    .productCarousel .slick-prev {
      left: 0.5rem; } }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M11.379 0a1.243 1.243 0 0 1 .879 2.122L6.38 8l5.877 5.878a1.242 1.242 0 1 1-1.757 1.758L3.743 8.879a1.243 1.243 0 0 1 0-1.758L10.5.364c.242-.243.56-.364.879-.364z' fill='%23333333' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M11.379 0a1.243 1.243 0 0 1 .879 2.122L6.38 8l5.877 5.878a1.242 1.242 0 1 1-1.757 1.758L3.743 8.879a1.243 1.243 0 0 1 0-1.758L10.5.364c.242-.243.56-.364.879-.364z' fill='%23c71222' /%3E%3C/svg%3E"); }

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

.slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 588px;
  max-width: 75%;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0; }
  .slick-dots li {
    flex: 1;
    max-width: 196px;
    padding: 4px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0; }
    .slick-dots li button::before {
      display: none; }
    .slick-dots li button {
      display: inline-block;
      width: 100%;
      height: 8px;
      border: none;
      background: #e0e0e0;
      padding: 0;
      margin: 0;
      position: relative;
      text-align: center;
      vertical-align: middle;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button {
      background: #c71222; }

.slick-dotted {
  padding-bottom: 2.5rem; }

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

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

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

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

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

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

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

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: #999999;
  margin-top: 0.75rem; }

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

.page-heading {
  text-transform: capitalize;
  margin: 0 0 1.5rem; }

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 40px; }

h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px; }

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px; }

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; }

h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 26px; }

h6 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

.table--line {
  border-color: #676969;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #676969;
    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 #676969; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

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

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

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

.modal-close {
  height: 2rem;
  width: 2rem;
  color: #333333;
  font-size: 26px;
  line-height: 2rem;
  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: #c71222; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.625rem); }

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

.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: #333333; }
  .pagination-item.pagination-item--current {
    border-color: #676969;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #c71222; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #c71222; }

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

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

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

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

.button {
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.75rem; } }
  .button--white {
    border-color: #fff; }

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

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

.tab {
  border-top: 1px solid #676969;
  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 #676969;
        border-bottom: 1px solid white; } }

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

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

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

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

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

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

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

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

.accordion-title {
  color: #333333;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%;
  border: 1px solid #676969;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in-out; }
  .accordion-navigation.is-open .accordion-indicator {
    transform: rotate(180deg); }

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

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

.accordion--navList .accordion-block {
  margin-bottom: 1.5rem; }

.accordion--navList .accordion-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

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

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit;
  padding: 0;
  margin: 0; }

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

.form-label--alternate {
  color: #333;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 0.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-prefixPostfix--centeredColumn.wrap {
  flex-direction: column; }

.form-prefixPostfix--centeredColumn .g-recaptcha {
  margin: 2em auto 0; }

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

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

.form-increment {
  width: 100%;
  max-width: 180px;
  display: inline-flex;
  align-items: stretch;
  justify-content: center;
  border: 1px solid #676969;
  background: #fff;
  border-radius: 4px;
  overflow: hidden; }
  .form-increment .form-input--incrementTotal {
    flex: 1;
    border-left: 1px solid #676969;
    border-right: 1px solid #676969;
    border-radius: 0; }
  .form-increment .button {
    color: #333;
    border: none;
    background: #fff;
    padding: 0.75rem;
    border-radius: 0;
    margin: 0; }
    .form-increment .button svg {
      height: 1rem;
      width: 1rem;
      fill: #333; }
    .form-increment .button:active, .form-increment .button:hover, .form-increment .button:focus {
      color: #fff;
      background: #C71222; }
      .form-increment .button:active svg, .form-increment .button:hover svg, .form-increment .button:focus svg {
        fill: #fff; }

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

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

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

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

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

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

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

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

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

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

.card {
  box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.16);
  padding: 16px; }
  .card:focus-within .card-figcaption {
    opacity: 1; }
  .card.focus-within .card-figcaption {
    opacity: 1; }

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

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

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

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

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

.card-title {
  margin: 0; }
  .card-title > a {
    display: block;
    height: 72px;
    color: #333333;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    -webkit-line-clamp: 3;
    /* 显示几行 */
    display: -webkit-box;
    /* 弹性伸缩盒子 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 1rem; }
    .card-title > a:hover {
      color: #757575; }

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

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

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

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

.card-actions {
  display: flex;
  flex-direction: column; }

.card-brand {
  display: none; }

.btn-compare {
  min-width: 0;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-list-depth-max .navPages-action-moreIcon {
  pointer-events: none; }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #cccccc;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 16px;
  text-decoration: none; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: #c71222; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #c71222;
      stroke: #c71222; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  width: 12px;
  height: 16px;
  margin-left: 0.375rem; }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      width: 14px;
      height: 24px; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(-180deg); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    margin: 0 1.5rem; }
    @media (min-width: 801px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        margin: 0 0 0 0.75rem; } }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

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

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

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-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 #cccccc;
      margin-bottom: 1.125rem; } }

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

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

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

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

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

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

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

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

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

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 3rem; }
    @media (min-width: 801px) {
      .socialLinks .socialLinks-item {
        margin-right: 0.75rem; } }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .socialLinks-item .socialLinks__link {
    position: relative;
    height: 2rem; }
    .socialLinks-item .socialLinks__link:focus::after {
      left: 0;
      right: auto;
      z-index: 20; }

.socialLinks--alt .icon {
  height: 2rem;
  width: 2rem;
  padding: 4px;
  background: #333333;
  border-radius: 4px; }
  .socialLinks--alt .icon svg {
    fill: white; }
  .socialLinks--alt .icon:hover svg {
    fill: white; }
  .socialLinks--alt .icon--facebook:hover {
    background: #0965FE; }
  .socialLinks--alt .icon--x {
    padding: 6px; }
    .socialLinks--alt .icon--x:hover {
      background: #000000; }
  .socialLinks--alt .icon--instagram:hover {
    background: linear-gradient(49.12deg, #FFDD55 6.62%, #FF543E 50.06%, #C837AB 93.5%); }
  .socialLinks--alt .icon--youtube:hover {
    background: #C71222; }

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

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

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

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

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

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

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

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

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

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

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

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

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 18px; }
  .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: 18px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

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

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

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

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

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  display: flex;
  align-items: stretch; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  .productCarousel, .productCarousel.slick-dotted.slick-slider {
    margin-bottom: 4rem; }
    @media (min-width: 801px) {
      .productCarousel, .productCarousel.slick-dotted.slick-slider {
        margin-bottom: 5rem; } }
  .productCarousel .slick-list {
    width: 100%;
    margin-top: -.75rem;
    margin-bottom: -.75rem; }
    .productCarousel .slick-list .slick-track {
      height: 100%;
      margin: 0; }
    .productCarousel .slick-list .slick-slide {
      padding-top: .75rem;
      padding-bottom: .75rem; }
  .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-of-type(n+2) {
    display: none; }
  @media (min-width: 551px) {
    .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-of-type(2) {
      display: block; } }
  @media (min-width: 801px) {
    .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-of-type(3) {
      display: block; } }
  @media (min-width: 1261px) {
    .productCarousel:not(.slick-initialized) .productCarousel-slide:nth-of-type(4) {
      display: block; } }

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:not(.slick-initialized) {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 801px) {
      .productView-thumbnails:not(.slick-initialized) {
        flex-direction: column;
        justify-content: flex-start; } }
    .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+4) {
      display: none; }
      @media (min-width: 801px) {
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+4):nth-child(4) {
          display: block; } }
      @media (min-width: 1261px) {
        .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+4):nth-child(5) {
          display: block; } }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    width: 100%; }
    @media (min-width: 801px) {
      .productView-thumbnails .slick-list .slick-slide {
        height: 104px; } }
  .productView-thumbnails .slick-next,
  .productView-thumbnails .slick-prev {
    height: 1.5rem;
    width: 1.5rem;
    color: #fff;
    border-color: #333;
    background: #333;
    padding: 4px;
    border-radius: 4px; }
    @media (min-width: 801px) {
      .productView-thumbnails .slick-next,
      .productView-thumbnails .slick-prev {
        height: 2.5rem;
        width: 2.5rem;
        padding: 8px; } }
    .productView-thumbnails .slick-next:hover,
    .productView-thumbnails .slick-prev:hover {
      border-color: #C71222;
      background: #C71222; }
  .productView-thumbnails .slick-next {
    right: 0; }
    .productView-thumbnails .slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4.622 16a1.242 1.242 0 0 1-.879-2.122L9.62 8 3.743 2.122A1.243 1.243 0 1 1 5.5.364l6.757 6.757a1.243 1.243 0 0 1 0 1.758L5.5 15.636c-.242.243-.56.364-.878.364z' fill='%23fff' /%3E%3C/svg%3E"); }
    @media (min-width: 801px) {
      .productView-thumbnails .slick-next {
        top: 0;
        right: 50%;
        transform: translate(50%, 0); }
        .productView-thumbnails .slick-next::before {
          transform: rotate(-90deg); } }
  .productView-thumbnails .slick-prev {
    left: 0; }
    .productView-thumbnails .slick-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M11.379 0a1.243 1.243 0 0 1 .879 2.122L6.38 8l5.877 5.878a1.242 1.242 0 1 1-1.757 1.758L3.743 8.879a1.243 1.243 0 0 1 0-1.758L10.5.364c.242-.243.56-.364.879-.364z' fill='%23fff' /%3E%3C/svg%3E"); }
    @media (min-width: 801px) {
      .productView-thumbnails .slick-prev {
        top: auto;
        bottom: -0.75rem;
        left: 50%;
        transform: translate(-50%, -50%); }
        .productView-thumbnails .slick-prev::before {
          transform: rotate(-90deg); } }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }

.productView-thumbnail {
  text-align: center;
  padding: 0 0.75rem; }
  @media (min-width: 801px) {
    .productView-thumbnail {
      padding: 0.75rem 0; } }

.productView-thumbnail-link {
  border: 1px solid #676969;
  border-radius: 4px;
  display: inline-flex;
  height: 78px;
  width: 78px;
  padding: 2px;
  position: relative;
  text-align: center;
  justify-content: center;
  overflow: hidden; }
  .productView-thumbnail-link:hover,
  .slick-current .productView-thumbnail-link {
    border-color: #C71222; }

.productView-details.product-options {
  overflow: hidden; }

.productView-title {
  margin: 0 0 0.5rem; }

.productView-brand {
  color: #C71222;
  margin: 0 0 0.5rem; }
  .productView-brand a {
    color: #C71222; }
    .productView-brand a:hover {
      color: #950D19; }

.productView-numbers {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: #676969; }
  .productView-numbers .productView-number {
    margin: 0 0 0.5rem; }
    .productView-numbers .productView-number + .productView-number {
      border-left: 1px solid #333;
      padding-left: 1rem; }

.productView-price {
  clear: both;
  margin: 2rem 0; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-ratingWrapper {
  display: inline-flex;
  line-height: 1; }

.productView-rating {
  display: flex;
  align-items: center;
  gap: 0.75rem; }

.productView-reviewLink {
  display: inline-block;
  vertical-align: middle;
  color: #346A9A;
  text-decoration: underline; }
  .productView-reviewLink:hover {
    color: #C71222; }
  .productView-reviewLink + .productView-reviewLink {
    display: block; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block; } }
  .productView-reviewLink > a {
    color: #346A9A; }
    .productView-reviewLink > a:hover {
      color: #C71222; }
    .productView-reviewLink > a--new {
      padding: 0; }

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

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

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

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

.productView-options {
  margin-bottom: 1.5rem; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline;
    margin-bottom: 0; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 16px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 1.5rem; }
    .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-radio + .form-label {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field.form-field--increments {
      margin: 2rem 0 1.5rem;
      clear: both; }
      .productView-options .form-field.form-field--increments .form-label--alternate {
        display: none; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left; } }
  @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: 5px; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #676969;
  list-style: none;
  margin: 0;
  max-height: 400px;
  overflow-y: auto; }

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

.price--withTax,
.price--withoutTax,
.sale-price--withTax,
.sale-price--withoutTax {
  font-size: 24px;
  font-weight: bold;
  line-height: 32px; }
  .productView-price .price--withTax, .productView-price
  .price--withoutTax, .productView-price
  .sale-price--withTax, .productView-price
  .sale-price--withoutTax {
    font-size: 28px; }

.sale-price,
.sale-price--withTax,
.sale-price--withoutTax {
  color: #C71222; }

.non-sale-price--withTax,
.non-sale-price--withoutTax {
  color: #676969;
  font-size: 1rem;
  line-height: 1.5;
  text-decoration: line-through; }

.prefix {
  font-size: 16px;
  font-weight: normal;
  margin-right: 6px; }

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.reset-filters {
  display: none; }

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

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

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

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

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

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

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

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

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

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

.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 #676969;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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; }
  .cart-total .form-input {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem center;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #676969;
  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: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

.cart-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: 0.5rem 0;
  text-align: right; }

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

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

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

.previewCartWrapper {
  max-height: calc(100vh - 6rem);
  overflow: auto; }
  .previewCartWrapper .previewCartAction {
    background-color: #e8e6e6; }
    @media (max-width: 700px) {
      .previewCartWrapper .previewCartAction {
        padding-bottom: 50px !important; } }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */ }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }
  .previewCartList::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */ }
  @media (min-width: 801px) {
    .previewCartList {
      max-height: calc(100% - 195px);
      overflow-y: scroll;
      display: block;
      overflow-x: hidden;
      scrollbar-width: none;
      /* Firefox */
      -ms-overflow-style: none;
      /* Internet Explorer 10+ */ }
      .previewCartList::-webkit-scrollbar {
        display: none;
        /* Chrome, Safari, Opera */ } }

.drew-container {
  position: relative;
  height: 100%; }
  .drew-container .drew-cartItem {
    height: 70%;
    overflow: auto; }

@media (min-width: 800px) {
  .previewCartList {
    max-height: none; } }

@media (max-width: 800px) {
  .drew-container .drew-cartItem {
    height: 60%;
    overflow: scroll; }
  .drew-container .previewCartAction {
    margin-bottom: 100px; } }

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

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

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

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

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

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

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

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

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

.previewCartAction-checkout {
  padding-right: 0.375rem; }
  .previewCartAction-checkout a {
    text-transform: uppercase; }

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

.previewCartAction-viewCart {
  padding-left: 0.375rem; }
  .previewCartAction-viewCart a {
    font-size: 14px; }

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

.trusscore-item-was-price {
  display: flex;
  text-decoration: line-through;
  color: #ed2938;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .trusscore-item-was-price .cart-item-label {
    width: auto;
    display: inline-block;
    text-decoration: line-through;
    color: #ed2938;
    padding-left: 0; }
  .trusscore-item-was-price .cart-item-value {
    color: #ed2938;
    padding-left: 5px; }

.trusscore-item-now-price {
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .trusscore-item-now-price .cart-item-label {
    width: auto;
    display: inline-block;
    color: #000;
    padding-left: 0; }
  .trusscore-item-now-price .cart-item-value {
    padding-left: 5px; }

.card .cart-btn {
  margin-top: 25px; }

.star {
  height: 53px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.quickSearchResults > p {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #eee;
  z-index: 99;
  padding: 20px;
  margin-top: 0; }

.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: 18px; }

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header-logo {
  font-size: 0;
  margin: 0 3.4375rem;
  text-align: center;
  height: 55px; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0;
      height: auto; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #333333;
    padding: 0.75rem 0;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto; }
    .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-flex;
        padding: 0;
        width: auto; } }
    .header-logo > a:hover {
      color: #757575; }
    .header-logo > a:active {
      color: #757575; }

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

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

.header-logo-text {
  display: block;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.1875rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.125rem;
      max-width: none;
      overflow: auto;
      white-space: normal;
      padding: 0 10px; }
      .header.fixed .header-logo-text {
        font-size: 28px; } }

.header-logo-image-container {
  position: relative;
  width: 100%; }

.header-logo-image-container:after {
  content: '';
  display: block;
  padding-bottom: 1.9375rem; }
  @media (min-width: 801px) {
    .header-logo-image-container:after {
      padding-bottom: 100px; } }

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

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

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

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

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 801px) {
    .page-region {
      width: 75%; } }

@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;
  width: 100% !important; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 100%;
        float: left; } }

@media (min-width: 1201px) {
  #facetedSearch {
    display: flex;
    flex-wrap: wrap; }
    #facetedSearch .facetedSearch-refineFilters {
      display: flex;
      flex-basis: 100%;
      padding-left: 10px;
      gap: 16px; }
      #facetedSearch .facetedSearch-refineFilters .remove-all {
        font-size: 16px;
        font-weight: 500;
        color: #c71222;
        text-decoration: underline; }
      #facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
        margin: 0px;
        padding: 0px;
        color: #333;
        font-weight: 600;
        text-transform: none;
        line-height: normal;
        border: 0px; }
        #facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading::after {
          content: ":"; }
    #facetedSearch #facetedSearch-navList {
      display: none;
      flex-basis: 100%;
      margin: 0px;
      order: -1; }
      #facetedSearch #facetedSearch-navList .accordion--navList {
        display: flex;
        align-items: flex-start;
        margin-bottom: 0px; }
        #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block {
          margin-top: 0px !important;
          flex-basis: 19%;
          padding: 0 10px;
          position: relative; }
          #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block > :last-child {
            position: absolute;
            background-color: #fff;
            width: 91%;
            top: 41px;
            padding: 15px;
            border: 1px solid #676969; }
          #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .navList {
            padding-top: 10px; }
          #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .navList-action--checkbox {
            font-size: 16px !important;
            padding-left: 30px;
            padding-bottom: 8px;
            display: flex;
            align-items: center; }
            #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .navList-action--checkbox::before {
              width: 24px;
              height: 24px;
              margin-top: -15px; }
            #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .navList-action--checkbox::after {
              width: 23px;
              height: 23px;
              margin-top: -15px; }
          #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation.ss-open .accordion-navigation-actions::after {
            transform: rotate(180deg);
            top: 15px; }
          #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation {
            border: 1px solid #676969;
            border-radius: 4px;
            padding: 12px 40px 12px 16px;
            justify-content: flex-start; }
            #facetedSearch #facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation .accordion-title {
              color: #676969;
              padding: 0px;
              border-bottom: 0px;
              margin-bottom: 0px;
              text-transform: none; }
        #facetedSearch #facetedSearch-navList .accordion--navList .actionBar {
          display: block;
          flex: 1; }
          #facetedSearch #facetedSearch-navList .accordion--navList .actionBar .actionBar-section {
            width: 100%;
            padding-right: 10.5px; }
          #facetedSearch #facetedSearch-navList .accordion--navList .actionBar .form-label {
            width: 100px; }
          #facetedSearch #facetedSearch-navList .accordion--navList .actionBar #sort {
            width: 100%; }
          #facetedSearch #facetedSearch-navList .accordion--navList .actionBar .form-field {
            margin-bottom: 0px !important;
            display: flex;
            align-items: center; }
    #facetedSearch .actionBar {
      margin-top: 0px; }
  .actionBar-section .form-label {
    line-height: 1.8rem !important; }
  #product-listing-container {
    width: 100%; }
    #product-listing-container .actionBar {
      display: none; }
  #faceted-search-container {
    position: sticky;
    top: -2px;
    z-index: 9;
    padding-top: 2px;
    background-color: #fff; } }

.footer {
  background-color: white; }

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

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

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

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

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

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

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

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

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

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

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

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

.footer-newsletter {
  display: flex;
  background: #333333;
  padding: 32px 0; }
  .footer-newsletter form.klaviyo-form {
    max-width: 100% !important; }
    .footer-newsletter form.klaviyo-form h3,
    .footer-newsletter form.klaviyo-form p {
      color: white; }
    .footer-newsletter form.klaviyo-form input {
      height: 48px !important; }
      .footer-newsletter form.klaviyo-form input:focus-visible, .footer-newsletter form.klaviyo-form input:focus {
        outline-width: 0px !important; }
    .footer-newsletter form.klaviyo-form .needsclick > div:focus-visible, .footer-newsletter form.klaviyo-form .needsclick > div:focus, .footer-newsletter form.klaviyo-form .needsclick > div:focus-within {
      outline-width: 0px !important; }
    .footer-newsletter form.klaviyo-form [data-testid="form-row"] {
      gap: 24px;
      justify-content: space-between; }
      .footer-newsletter form.klaviyo-form [data-testid="form-row"] > :nth-child(2) {
        max-width: 244px; }
      .footer-newsletter form.klaviyo-form [data-testid="form-row"] > :nth-child(3) {
        max-width: 280px; }
      .footer-newsletter form.klaviyo-form [data-testid="form-row"] > :last-child {
        flex: none !important; }
      @media (max-width: 700px) {
        .footer-newsletter form.klaviyo-form [data-testid="form-row"] {
          flex-direction: column !important;
          flex-wrap: wrap !important;
          width: 100% !important; }
          .footer-newsletter form.klaviyo-form [data-testid="form-row"] [data-testid="form-component"] {
            flex: none !important; }
          .footer-newsletter form.klaviyo-form [data-testid="form-row"] > :last-child > button {
            width: 100% !important;
            max-width: none !important; }
          .footer-newsletter form.klaviyo-form [data-testid="form-row"] > :nth-child(2) {
            max-width: none !important; }
          .footer-newsletter form.klaviyo-form [data-testid="form-row"] > :nth-child(3) {
            max-width: none !important; }
          .footer-newsletter form.klaviyo-form [data-testid="form-row"] > div {
            width: 100% !important; } }
    .footer-newsletter form.klaviyo-form [data-testid="form-component"] {
      padding: 0px !important; }
    .footer-newsletter form.klaviyo-form [data-testid="form-component"] > button {
      width: 100%;
      font-size: 16px !important;
      font-weight: bold !important;
      line-height: 1.5 !important;
      color: white !important;
      border: 1px solid #fff !important;
      background: #c71222 !important;
      margin: 0 !important;
      text-transform: capitalize !important;
      height: 48px !important;
      max-width: 142px;
      padding-left: 32px;
      padding-right: 32px; }
      .footer-newsletter form.klaviyo-form [data-testid="form-component"] > button:hover {
        color: white !important;
        background: #950d19 !important; }
      .footer-newsletter form.klaviyo-form [data-testid="form-component"] > button:focus, .footer-newsletter form.klaviyo-form [data-testid="form-component"] > button:active {
        color: white !important;
        background: #950d19 !important; }
    @media (min-width: 801px) {
      .footer-newsletter form.klaviyo-form > div {
        flex-direction: row !important;
        justify-content: space-between !important;
        gap: 3rem; }
        .footer-newsletter form.klaviyo-form > div > [data-testid="form-row"]:nth-child(1) {
          width: 40%; }
          .footer-newsletter form.klaviyo-form > div > [data-testid="form-row"]:nth-child(1) p {
            text-align: left !important; } }
    .footer-newsletter form.klaviyo-form > div > [data-testid="form-row"]:nth-child(2) {
      flex-direction: column !important; }
      @media (min-width: 801px) {
        .footer-newsletter form.klaviyo-form > div > [data-testid="form-row"]:nth-child(2) {
          flex-direction: row !important;
          flex: 1; } }
      @media (max-width: 800px) {
        .footer-newsletter form.klaviyo-form > div > [data-testid="form-row"]:nth-child(2) > [data-testid="form-component"] {
          flex: auto !important;
          margin: 0 !important; } }

.footer-top {
  padding: 4rem 0 0; }
  @media (min-width: 801px) {
    .footer-top .container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem; } }
  .footer-top .container .footer-logo {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 1rem; }
    @media (min-width: 801px) {
      .footer-top .container .footer-logo {
        max-width: 250px;
        margin: 0; } }
    .footer-top .container .footer-logo .header-logo-image {
      width: 100%;
      max-width: 100%;
      margin: 0; }
    .footer-top .container .footer-logo .header-logo-image-container:after {
      padding-bottom: 100px; }
  .footer-top .container .footer-socials {
    text-align: center; }
    @media only screen and (min-width: 800px) {
      .footer-top .container .footer-socials {
        width: 25%;
        padding-left: 7.5px; } }
    @media (min-width: 801px) {
      .footer-top .container .footer-socials {
        text-align: left; } }

.footer form > .needsclick {
  align-items: center; }

.footer .needsclick > div > p > span {
  text-transform: capitalize; }

.footer .needsclick > div > input {
  border-radius: 4px !important; }

.footer .needsclick > div > button {
  border-radius: 4px !important; }

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

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #676969;
    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: 24px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

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

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

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

.blog-thumbnail {
  margin: 0 auto 2rem;
  max-width: 900px;
  position: relative; }
  .blog-thumbnail img {
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .blog-thumbnail::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 56.22222%;
    width: 100%; }

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

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

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

.sidebarBlock-heading {
  font-size: 0.9375rem;
  margin-top: 0;
  text-transform: inherit; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.75rem; } }

.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: 41.66667%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 20%; } }
    .brandGrid .brand .card-body {
      display: none; }
    .brandGrid .brand .card-title {
      text-align: center;
      display: none; }
      .brandGrid .brand .card-title a {
        margin-bottom: 0px; }
    .brandGrid .brand .card-figure__link {
      display: flex;
      align-items: center;
      justify-content: center; }
    .brandGrid .brand .card-img-container {
      max-width: 100%;
      width: 108px;
      height: 108px;
      text-align: center;
      display: flex;
      align-items: center; }
    .brandGrid .brand .card {
      border: 1px solid #676969;
      border-radius: 4px;
      margin-bottom: 24px; }
      .brandGrid .brand .card .card-figure .card-img-container > img {
        padding: 0px; }
      .brandGrid .brand .card .card-figure .card-img-container:after {
        padding-bottom: 0px; }
  .brandGrid h3 {
    color: #333;
    font-size: 28px !important; }
  .brandGrid hr {
    margin: 80px 0px; }
    @media (max-width: 700px) {
      .brandGrid hr {
        margin: 64px 0px; } }

.brandstitle {
  color: #333 !important; }

.az > div {
  display: flex;
  gap: 24px;
  border-bottom: 1px solid #676969;
  padding-bottom: 24px;
  margin-bottom: 80px; }
  .az > div > div {
    min-width: 15px;
    text-align: center; }
  @media (max-width: 700px) {
    .az > div {
      overflow: hidden;
      flex-wrap: wrap; } }
  .az > div .title {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer; }

.at-top .az {
  opacity: 0; }

@media (max-width: 700px) {
  .at-top #mobile-ac {
    display: block; } }

@media (min-width: 701px) {
  .at-top .az {
    opacity: 1; } }

.az.stickya {
  position: sticky;
  top: 0px;
  background-color: #ccc;
  border: none;
  width: 100vw;
  z-index: 9999; }
  @media (max-width: 700px) {
    .az.stickya {
      display: none; } }
  @media (min-width: 1440px) {
    .az.stickya {
      margin-left: -120px; } }
  @media (min-width: 1260px) and (max-width: 1440px) {
    .az.stickya {
      margin-left: -84px; } }
  @media (max-width: 1260px) {
    .az.stickya {
      margin-left: -24px; } }
  .az.stickya > div {
    padding: 12px 0px;
    padding-left: 24px; }

#mobile-ac {
  display: none; }
  #mobile-ac > div {
    display: flex;
    gap: 24px;
    border-bottom: 1px solid #676969;
    padding-bottom: 24px;
    margin: 0 24px; }
    @media (max-width: 700px) {
      #mobile-ac > div {
        overflow-y: scroll; } }
    #mobile-ac > div .title {
      font-size: 20px;
      font-weight: 600;
      cursor: pointer;
      color: #333; }
    #mobile-ac > div > div {
      min-width: 15px;
      text-align: center; }

.brand-image-container {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    margin: auto !important;
    position: relative; }
  .brand-image-container::after {
    width: 0% !important; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }

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

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 2; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 801px) {
    .productView {
      align-items: flex-start;
      flex-direction: row; } }
  .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; }
  @media (min-width: 801px) {
    .productView-images {
      width: 62.75%;
      padding-right: 9.906%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  margin-bottom: 3rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 37.72%; } }
  .productView--quickView .productView-details {
    position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product {
  overflow: hidden; }

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

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

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 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; } }

/* Custom CSS */
/* Css Global Variables */
.border-body {
  border: 1px solid #676969 !important;
  border-radius: 4px; }

body {
  overflow-x: hidden;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0; }

a {
  text-decoration: none; }

a:hover {
  color: #c71222; }

.btn-transparent {
  display: inline-block;
  color: #e8e8e8;
  background: transparent;
  border-radius: 3px;
  padding: 10px;
  border: 2px solid #fff;
  min-width: 215px;
  height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s; }

.btn-black {
  display: inline-block;
  color: #e8e8e8;
  background: #000000;
  border: 2px solid transparent;
  min-width: 215px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s; }

.btn-transparent:hover,
.btn-black:hover {
  background: #c71222;
  color: #fff;
  border-color: #c71222; }

.btn-black.btn-compares {
  min-width: 50px;
  float: left;
  background: none;
  color: black;
  top: -35px;
  font-size: 14px;
  outline: none;
  border: none;
  text-transform: capitalize; }

.btn-compares {
  min-width: 50px;
  float: right;
  background: none;
  color: black;
  margin-top: -10px;
  font-size: 12px; }

.flex-row {
  margin: 0 -15px;
  display: flex;
  -webkit-display: flex; }

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.align-item-center {
  align-items: center;
  -webkit-align-items: center; }

.flex-column {
  padding: 0 15px; }

.flex-column-2 {
  width: 50%;
  flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  padding: 0 15px; }

.flex-column-3 {
  width: 33.333333%;
  flex: 0 0 33.333333%;
  -webkit-flex: 0 0 33.333333%;
  padding: 0 15px; }

.flex-column-4 {
  width: 25%;
  flex: 0 0 25%;
  -webkit-flex: 0 0 25%;
  padding: 0 15px; }

.flex-column-5 {
  width: 20%;
  flex: 0 0 20%;
  -webkit-flex: 0 0 20%;
  padding: 0 15px; }

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

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

/* Header */
nav.navUser {
  background: #333333;
  z-index: 999999;
  justify-content: space-between; }

li.navUser-item .navUser-action {
  font-size: 16px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #333333;
  text-transform: capitalize;
  padding: 0;
  margin: 0 16px;
  display: flex;
  align-items: center;
  gap: 8px; }

li.navUser-item .navUser-action:hover {
  color: #c71222;
  text-decoration: underline; }

li.navUser-item.navUser-item--cart .navUser-action {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 10px; }
  li.navUser-item.navUser-item--cart .navUser-action .cart-quantity {
    position: absolute;
    right: -10px;
    top: -10px; }

li.navUser-item.navUser-item--cart .navUser-action .countPill {
  height: 24px;
  width: 24px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c71222;
  font-weight: 400; }

li.navUser-item.navUser-item--cart .navUser-action:hover .countPill {
  text-decoration: underline; }

.header-logo-section {
  background: #fff; }
  .header-logo-section > .align-item-center {
    padding: 10px 0px 8px; }
    @media (min-width: 801px) {
      .header-logo-section > .align-item-center {
        padding: 16px 0; } }

.navUser-section {
  min-width: 162px; }
  .navUser-section svg {
    width: 32px;
    height: 32px; }

[data-search-quick]::placeholder {
  color: #676969 !important;
  font-style: normal !important;
  font-size: 16px !important; }

.header-logo-section .flex-row {
  margin: 0; }

.header-logo-box {
  width: 250px;
  text-align: center;
  background: #fff;
  min-height: 100px; }
  @media (min-width: 800px) {
    .header-logo-box {
      min-width: 250px; } }

.header-logo-box span.header-logo-text {
  font-size: 19px; }

.header-search-box {
  width: 100%;
  margin-left: 56px; }
  .header-search-box .header-search {
    flex: 1;
    margin-right: 2rem; }
    .header-search-box .header-search .form {
      max-width: 588px; }
  .header-search-box .align-item-center {
    justify-content: space-between; }
  .header-search-box .navUser-section {
    margin: 0px; }

.header-search {
  width: 100%; }
  .header-search form.form,
  .header-search .form.form .form-field {
    margin: 0; }
  .header-search form.form .form-fieldset {
    border: none; }
  .header-search form.form .form-field input {
    background-color: #f6f8fa;
    background-image: url("../img/images/search-icon.svg");
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
    border-radius: 4px;
    border: 1px solid #676969 !important;
    padding: 12px 40px 12px 17px;
    height: auto;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #949494;
    font-family: "Arimo", Arial, Helvetica, sans-serif; }
    .header-search form.form .form-field input::placeholder {
      font-size: 14px;
      font-weight: normal;
      font-style: italic;
      line-height: normal;
      letter-spacing: normal;
      color: #949494;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      opacity: 1; }

.header-search-help {
  width: auto;
  padding-left: 25px;
  min-width: 400px;
  font-weight: 700;
  line-height: 1.97;
  color: #fff;
  font-size: 16px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  text-align: right;
  display: flex;
  justify-content: end; }

.header-search-help > div a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.97;
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.header-search-help > div a:hover {
  color: #c71222; }

#pc-quickorderpad-entry a {
  color: #fff; }

.quickSearchResults {
  display: none; }

.quickSearchResults ul.productGrid {
  position: absolute;
  width: 100%;
  z-index: 99;
  margin: 0;
  background: #fff;
  max-height: 80vh;
  overflow: auto;
  border-top: 1px solid #ddd;
  padding: 0 20px;
  display: none; }

.quickSearchResults ul.productGrid li.product {
  width: 100%;
  padding: 0; }

.quickSearchResults ul.productGrid li article.card {
  display: flex;
  margin-bottom: 0;
  border: none; }

.quickSearchResults ul.productGrid li article.card figure.card-figure {
  width: 150px;
  display: inline-block;
  max-width: 100%; }

.quickSearchResults ul.productGrid li article.card .card-body {
  width: 100%; }

.quickSearchResults ul.productGrid li article.card:hover .card-body {
  background: #fff; }

.quickSearchResults ul.productGrid li article.card .card-body .card-text {
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.quickSearchResults ul.productGrid li article.card .card-body .card-title > a {
  color: #c71222; }

.quickSearchResults .modal-close {
  line-height: 20px; }

.header-bottom-text {
  padding: 10px;
  border-top: 1px solid #d7d7d7; }

.header-bottom-text p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 2.22;
  letter-spacing: normal;
  color: #3e6688; }

.header-bottom-text p > a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #3e6688;
  border-bottom: 1px solid #3e6688;
  display: inline-block;
  line-height: normal;
  margin-left: 10px; }

.header-bottom-text p > a:hover {
  border-color: #c71222;
  color: #c71222; }

.show-in-mobile {
  display: none; }

.navPages-container.is-open {
  padding-top: 85px;
  z-index: 1; }

/* Header Menu */
.site-navigation {
  background: #fff;
  max-height: 100vh; }

.site-navigation ul {
  margin: 0; }

.site-navigation > ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.site-navigation > ul > li {
  list-style: none;
  display: inline-block;
  position: relative; }

.site-navigation > ul > li:hover {
  background: #d7d7d7; }

.site-navigation > ul > li:hover .dropdown-icon {
  transform: rotate(270deg);
  top: 15px;
  right: 5px; }

.site-navigation > ul > li > a {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  display: block;
  font-weight: 700; }

.site-navigation > ul > li:first-child {
  min-width: 280px;
  text-align: center; }

.site-navigation > ul > li > .dropdown-icon {
  position: absolute;
  top: 25px;
  right: 10px;
  display: block;
  line-height: normal;
  transition: all 0.5s ease-in-out 0s;
  background-size: 6px;
  transform: rotate(90deg); }

.site-navigation > ul > li > a + span {
  background-image: url("../img/images/mobile-menu-arrow.svg");
  background-repeat: no-repeat;
  position: absolute;
  top: 17px;
  right: 10px;
  width: 16px;
  height: 16px;
  display: none; }

.site-navigation .view-quote-mobile {
  display: none; }

/* Home Page */
.shop-by-brand {
  position: static !important;
  margin-left: 24px; }
  @media (min-width: 1201px) {
    .shop-by-brand:hover {
      background-color: #c71222 !important; }
      .shop-by-brand:hover > a {
        color: #fff !important; } }

#home-banner {
  position: relative; }

.home-banner-content {
  position: absolute;
  left: 0; }

.home-banner-content {
  width: 1280px;
  padding: 0 15px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out 0s; }

.home-banner-content h1 {
  text-transform: uppercase;
  color: #fff; }

.home-banner-content p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  width: 490px;
  max-width: 100%; }

.home-banner-image::after,
.page-banner-image::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)); }

.home-banner-image {
  position: relative; }

.home-banner-image > img {
  object-fit: cover;
  width: 100%;
  min-height: 450px; }

.banner-btns > a {
  margin-right: 10px; }

.bg-circle {
  display: block;
  margin: 15px auto;
  width: 185px;
  height: 185px;
  background-color: #efefef;
  border-radius: 50%; }

.animal-handling-content-row {
  padding-top: 40px;
  padding-bottom: 40px;
  justify-content: center; }

.product-in-circle {
  position: relative; }

.product-in-circle > a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s; }

.product-in-circle > img {
  width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s; }

.animal-handling-content p {
  margin: 0; }

#free-shipping-info {
  background-position: center center;
  background-size: cover; }

.free-shipping-info-content {
  padding: 40px 0;
  position: relative;
  width: 48%;
  margin: 0 auto;
  z-index: 1; }

.free-shipping-info-content::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  filter: blur(20px);
  z-index: -1; }

.free-shipping-info-content h5 {
  color: #fff;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: 1.41; }

.free-shipping-info-content p {
  color: #fff;
  margin-bottom: 0; }

.home-categories-list {
  margin: 0; }

.home-category-box {
  padding: 0;
  position: relative;
  border-bottom: 1px solid #fff; }

.home-category-box:nth-child(odd) {
  border-right: 1px solid #fff; }

.home-category-img > img {
  width: 100%;
  object-fit: cover;
  height: 270px; }

.home-category-content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

.home-category-content h4 {
  line-height: 100%;
  letter-spacing: 0.9px;
  color: #fff;
  margin: 0;
  text-transform: uppercase; }

.home-category-content a {
  font-size: 14.5px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.36px;
  text-align: left;
  color: #e8e8e8;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #e8e8e8; }

.home-category-content a:hover {
  color: #c71222;
  border-color: #c71222; }

.home-category-img::before {
  content: "";
  display: block;
  opacity: 0.3;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

#home-featured-products {
  padding: 50px 0; }

.featured-section .container > h4 {
  line-height: 1.53;
  text-transform: uppercase;
  margin-bottom: 0; }

.featured-section ul {
  margin: 0;
  padding: 0 70px; }

.featured-section ul .slick-prev {
  background-color: transparent;
  left: 0;
  background-size: contain; }

.featured-section ul .slick-next {
  background-color: transparent;
  right: 0;
  background-size: contain; }

li.product:focus {
  outline: none; }

.card .card {
  margin: 0; }

.card .card .card-body {
  padding-top: 20px; }

.card .card .card-body h4 {
  margin-bottom: 15px; }

.card .card .card-body h4 a {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.card .card .card-text {
  display: flex;
  -webkit-display: flex;
  flex-flow: row-reverse;
  -webkit-flex-flow: row-reverse;
  float: left; }

#big-product-section {
  padding: 45px 0; }

#big-product-section h3 {
  line-height: 0.95;
  font-weight: bold; }

#big-product-section p {
  margin-bottom: 40px; }

#big-product-section .flex-row:last-child {
  padding-top: 50px; }

.big-product-content-box {
  width: 430px;
  max-width: 100%;
  margin: 0 auto; }

#home-swine-featured-products {
  padding: 60px 0;
  background: #f5f5f5; }

#heating-section {
  padding: 55px 0; }

.heating-image {
  position: relative;
  margin: 0;
  align-items: flex-end; }

.heating-image::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  height: 100%;
  background: #000;
  opacity: 0.2;
  right: 0;
  margin: auto; }

.heating-content {
  position: absolute;
  left: 50px;
  bottom: 50px; }
  .heating-content h2 {
    font-size: 55px;
    font-weight: normal;
    line-height: 0.98;
    color: #fff;
    text-transform: uppercase; }
  .heating-content p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 35px; }

.heating-products {
  padding-left: 50px;
  margin: 0; }

.heating-product {
  margin: 40px 0; }

#banner-bottom {
  position: relative; }
  #banner-bottom h2 {
    font-size: 55px;
    line-height: 49px;
    color: #fff;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    text-transform: uppercase; }

.subscription-msg {
  margin: auto;
  width: 580px;
  max-width: 100%;
  display: block; }

.subscription-msg > div {
  display: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  border: 2px solid;
  margin-bottom: 10px; }

.subscription-msg > div.request-success {
  color: #44b929; }

.subscription-msg > div.request-failed,
.subscription-msg > div.request-empty {
  color: #c71222; }

/* Footer */
.footer-widgets {
  padding: 40px 0 20px 0; }
  @media (min-width: 801px) {
    .footer-widgets {
      padding: 30px 0 44px; } }
  .footer-widgets .flex-row {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -7.5px;
    margin-bottom: 20px; }
  .footer-widgets .footer-widget {
    text-align: left;
    width: 100%;
    flex: 0 0 100%;
    padding: 0 7.5px; }
    @media (min-width: 801px) {
      .footer-widgets .footer-widget {
        width: 25%;
        flex: 0 0 25%; } }
    .footer-widgets .footer-widget .footer-heading {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 18px;
      font-weight: 600;
      line-height: 26px;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      margin: 0 0 1.5rem;
      transition: all 0.15s ease;
      position: relative; }
      .footer-widgets .footer-widget .footer-heading span {
        display: block;
        text-transform: none;
        font-weight: normal;
        letter-spacing: 0.48px; }
      .footer-widgets .footer-widget .footer-heading .icon {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
        @media (min-width: 801px) {
          .footer-widgets .footer-widget .footer-heading .icon {
            display: none; } }
      .footer-widgets .footer-widget .footer-heading.is-open .icon {
        transform: translateY(-50%) rotate(180deg); }
      .footer-widgets .footer-widget .footer-heading + ul {
        display: none;
        margin-bottom: 20px; }
        @media (min-width: 801px) {
          .footer-widgets .footer-widget .footer-heading + ul {
            display: block !important; } }
    .footer-widgets .footer-widget:last-child .footer-heading + ul {
      margin: 0; }
  .footer-widgets .footer-widget.contact-widget {
    width: 100%;
    flex: 0 0 100%; }
    @media (min-width: 801px) {
      .footer-widgets .footer-widget.contact-widget {
        width: 25%;
        flex: 0 0 25%; } }

.footer-widget.contact-widget h5 > span {
  margin: 0 0 20px 0; }

.footer-widget.contact-widget ul {
  margin: 0;
  list-style-type: none; }

.footer-widget.contact-widget ul li a {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.88;
  letter-spacing: 0.64px;
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.footer-widget.contact-widget ul li a > img {
  margin-right: 10px; }

.footer-widget ul {
  margin: 0;
  list-style-type: none; }

.footer-widget ul li a {
  display: inline-block;
  line-height: 1.5;
  margin-bottom: 16px; }

.footer-widget ul li a:hover {
  text-decoration: underline;
  color: #c71222; }

.footer-bottom {
  background: #000000;
  padding: 12px 0; }

.footer-bottom ul {
  margin: 0;
  list-style: none; }

.footer-bottom ul li {
  display: inline-block;
  margin: 0 0 0 24px; }

.footer-bottom ul li a {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
  text-decoration: underline; }

.footer-bottom ul li a:hover {
  text-decoration: underline;
  color: #c71222; }

.footer-bottom p {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin: 0; }

/* Product Page */
ol.breadcrumbs {
  text-align: left;
  padding: 24px 0;
  margin: 0; }

li.breadcrumb {
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 16px; }

li.breadcrumb > a {
  color: #333;
  font-size: 16px;
  text-transform: none; }

li.breadcrumb > a:hover {
  color: #c71222;
  text-decoration: underline; }

li.breadcrumb.is-active > .breadcrumb-label {
  color: #333;
  font-weight: 700; }

.previewCart .productView::before {
  display: none; }

.tabs-contents {
  margin-bottom: 30px; }

.tab-content {
  padding: 25px;
  border: 1px solid #d7d7d7;
  border-top: 0; }

.tab-content p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 20px; }

.tab-content p:last-child {
  margin: 0; }

.tabs li.tab {
  border: 1px solid #d7d7d7;
  border-bottom: none; }

.tabs li.tab:focus,
.tabs li.tab a:focus {
  outline: none; }

.tabs li.tab a.tab-title {
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: normal;
  padding: 15px; }

.tabs li.tab:hover a.tab-title,
.tabs li.tab.is-active a.tab-title {
  background: #000000;
  color: #fff; }

#tab-related button.slick-prev,
#tab-similar button.slick-prev {
  left: 15px; }

#tab-related button.slick-next,
#tab-similar button.slick-next {
  right: 15px; }

.form-field {
  margin-bottom: 15px; }

.form-inlineMessage {
  font-size: 13px; }

.previewCartCheckout .button + .button {
  font-size: 12px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  line-height: normal;
  letter-spacing: 1.2px;
  display: inline-block;
  color: #e8e8e8;
  background: #000000;
  border-radius: 3px;
  padding: 10px;
  border: 2px solid transparent;
  min-width: 215px;
  min-height: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s; }

.previewCartCheckout .button + .button:hover {
  background: #c71222; }

.product-color .form-option {
  border: 1px solid #000000;
  padding: 0;
  transition: all 0.5s ease-in-out 0s; }

.product-color .form-option::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid transparent;
  transition: all 0.5s ease-in-out 0s; }

.product-color .form-option:hover,
.product-color .form-radio:checked + .form-option {
  box-shadow: none;
  border-color: #000000; }

.product-color .form-option:hover::before,
.product-color .form-radio:checked + .form-option::before {
  border-color: #000000; }

.product-color .form-option-variant {
  height: 40px;
  width: 40px; }

.product-status {
  padding-left: 0;
  float: none;
  padding-bottom: 10px;
  line-height: 1; }

.product-status.status-out-of-stock {
  padding: 5px 0 0 0;
  margin: 0; }

.product-status span {
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  text-transform: uppercase; }

.product-status span.product-in-stock {
  color: #44b929; }

.product-status span.product-out-of-stock {
  color: #c71222; }

.productAttributes-message {
  clear: both; }

.productView-options .add-to-cart-box {
  clear: both;
  width: 100%;
  margin-top: 0;
  overflow: hidden;
  padding: 0;
  text-align: left; }

.productView-options .add-to-cart-box #form-action-addToCart {
  height: auto;
  width: 330px;
  max-width: 100%;
  margin-right: 25px;
  margin-bottom: 0; }

.product-wishlist-block .form-action.form-wishlist {
  position: absolute;
  bottom: 100px;
  left: 360px; }

.product-wishlist-block .form-action .button.dropdown-menu-button {
  margin: 0;
  border: none;
  padding: 0;
  text-align: left;
  display: none; }

.product-wishlist-block .form-action .button span {
  font-size: 14px;
  font-weight: normal;
  line-height: normal;
  color: #000000;
  padding: 3px 0;
  border-bottom: 1px solid; }

.product-wishlist-block .form-action .button:hover span {
  color: #c71222; }

.product-wishlist-block .form-wishlist ul#wishlist-dropdown {
  width: auto !important;
  padding: 0;
  border: none;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(135, 135, 135, 0.35);
  margin: 10px 0 0 0;
  display: none; }

.product-wishlist-block .form-wishlist li .button {
  font-size: 12px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  padding: 10px;
  text-align: left;
  border: none; }

.writeReview-productDetails .product-title {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.product-specification-box table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #676969;
  border-radius: 4px; }
  .product-specification-box table tr {
    background: #fff; }
  .product-specification-box table td {
    padding: 12px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #000000;
    width: 50%;
    border: 1px solid #676969; }

.specification-title th {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 16px; }

.specification-title:first-child th {
  padding-top: 0; }

.products-support-pdf {
  width: 42%; }

.products-support-pdf .product-specification {
  display: none; }

.icon--ratingFull svg {
  fill: #3e6688; }

.average-rating {
  margin-right: 15px;
  display: inline-block; }

.total-rating {
  display: inline-block;
  font-size: 28px;
  color: #333;
  padding-right: 10px;
  vertical-align: middle;
  font-weight: 300; }

.average-rating span {
  height: 20px;
  width: 20px; }

.single-review-box {
  margin-bottom: 25px;
  padding-bottom: 25px; }
  .single-review-box:nth-child(n+5) {
    display: none; }
  .show-more .single-review-box {
    display: flex !important; }

.review-posted-by {
  width: 35%; }

.rating-star {
  margin-bottom: 5px; }

.posted-by {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #000000; }

.review-description {
  width: 65%; }

.review-description h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  text-transform: inherit;
  margin: 0 0 8px; }

.review-description p {
  line-height: 1.38;
  margin: 0; }

.product-price-mobile {
  clear: both;
  display: none; }

.productView-image .easyzoom-flyout {
  top: 0;
  left: 0; }

.quantity-table {
  padding: 10px 0 0 0;
  overflow: auto; }

.quantity-table td input {
  height: 30px;
  text-align: center; }

.quantity-table tr th {
  text-transform: capitalize;
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 10px;
  font-weight: normal;
  font-size: 14px; }

.quantity-table tr td:first-child {
  border: none;
  background: transparent;
  min-width: 65px;
  text-align: left;
  padding-left: 0;
  text-transform: uppercase;
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.quantity-table tr td {
  background: #fff;
  text-align: center;
  vertical-align: middle;
  text-transform: capitalize;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #000000;
  border: 1px solid #d7d7d7; }

.quantity-table tr td input {
  border: 1px solid transparent; }

.quantity-table tr td input:focus {
  outline: none;
  border: 1px solid #d7d7d7; }

#error_msg {
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  padding: 10px;
  font-size: 14px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #c71222; }

.btn-compare {
  float: right;
  min-width: 0;
  width: 100%; }

.btn-compare .btn-black {
  min-width: 120px; }

.ship-msg {
  margin-bottom: 20px;
  border: none;
  background: transparent;
  padding: 0; }

.ship-msg p {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: rgba(199, 18, 34, 0.8);
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: #fdd;
  border-radius: 5px; }

.out_of_stock + .ship-msg {
  margin-top: 20px;
  display: inline-block;
  width: 100%; }

table.cart {
  border: 1px solid #d7d7d7; }

.cart-header-item {
  padding: 10px 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: normal;
  background: #3e6688;
  color: #fff; }

.cart-item-image {
  padding: 10px; }

.cart-item {
  border-bottom-color: #d7d7d7; }

.cart-item-info {
  padding-left: 20px;
  padding-right: 20px; }

.cart-remove {
  background: #c71222; }

.cart-remove:hover {
  background: #000000; }

.cart-remove svg {
  fill: #fff; }

.cart-item-brand,
.cart-item-value {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #000000; }

.cart-item-sku {
  margin: 0;
  font-size: 12px; }

strong.cart-item-value {
  color: #3e6688; }

.cart-item-name > a:hover {
  color: #c71222;
  text-decoration: underline; }

ul.cart-totals {
  border: 1px solid #d7d7d7; }

.cart-total-label,
.cart-total-value {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.cart-total-label strong {
  font-weight: normal; }

.cart-total:last-child .cart-total-label,
.cart-total:last-child .cart-total-value {
  color: #c71222; }

.estimator-form {
  margin: 0;
  padding: 20px; }

.estimator-form label.form-label {
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.coupon-form,
.cart-gift-certificate-form {
  padding: 15px;
  margin: 0; }

.coupon-form .button,
.cart-gift-certificate-form .button {
  width: 90px;
  min-width: 0;
  padding: 5px 20px;
  height: auto;
  margin-left: 10px; }

.coupon-form .form-input,
.cart-gift-certificate-form .form-input {
  width: calc(100% - 100px); }

main.page-content {
  padding: 0 0 30px 0; }

/* About Us */
#page-banner {
  position: relative; }

.page-banner-image {
  position: relative; }

.page-banner-content {
  width: 1280px;
  padding: 0 15px;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s ease-in-out 0s; }

.page-banner-content h1 {
  text-transform: uppercase;
  color: #fff; }

.page-banner-content p {
  color: #fff;
  font-size: 20px; }

.page-banner-image > img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 500px; }

.about-farmer-boy-content {
  padding: 0 0 50px 0;
  width: 630px;
  margin: 0 auto;
  max-width: 100%; }

.about-farmer-boy-content h3 {
  font-weight: bold; }

.about-farmer-boy-content p {
  line-height: 1.31; }

.about-farmer-boy-content p:last-child {
  margin-bottom: 0; }

.business-info .flex-row > div {
  padding-bottom: 50px; }

.business-info-content h3 {
  font-size: 33px;
  margin-bottom: 15px;
  font-weight: bold;
  line-height: inherit; }

.business-info-content p {
  line-height: 1.31; }

.business-info-content-box {
  width: 420px;
  margin: 0 auto;
  max-width: 100%; }

#farmer-boy-info {
  padding: 60px 0;
  background: #f5f5f5;
  margin-bottom: 50px; }

#farmer-boy-info h5 {
  line-height: 1.17;
  margin: 0 auto;
  max-width: 870px; }

#our-mission {
  padding: 60px 0;
  background: #f5f5f5; }

.our-mission-content {
  max-width: 700px;
  margin: 0 auto; }

.our-mission-content h3 {
  font-weight: bold;
  line-height: 0.95;
  text-transform: capitalize; }

.our-mission-content h6 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.45;
  letter-spacing: normal;
  margin: 0;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

#here-to-help {
  padding: 60px 0; }

.here-to-help-box {
  margin-bottom: 20px; }

.here-to-help-box > p {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.35;
  display: inline-block;
  margin: 0; }

.here-to-help-box a {
  font-size: 21px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #3e6688; }

.here-to-help-box a:hover {
  color: #c71222; }

.here-to-help-box a:nth-child(2) {
  margin: 0 50px; }

.here-to-help-box a > img {
  margin-right: 10px; }

.here-to-help-box ~ a {
  font-size: 18px;
  line-height: normal;
  color: #000000;
  border-bottom: 1px solid;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  margin-top: 20px;
  display: inline-block; }

.here-to-help-box ~ a:hover {
  color: #c71222; }

/* Template Pages */
.template-content {
  padding: 60px 0; }

/* Account Pages */
.shadow-box {
  padding: 35px 25px;
  margin-top: 0;
  margin-bottom: 3rem;
  background: #fff;
  box-shadow: 0 3px 10px 0 rgba(135, 135, 135, 0.35); }

.login-row .form-actions {
  text-align: left; }

.login-row .form-actions .forgot-password {
  margin-top: 10px; }

.login-row .new-customer .panel-body {
  background: transparent;
  border: 1px solid #d7d7d7;
  border-top: none;
  margin: 0; }

.login-row .new-customer .panel-header {
  background: transparent;
  border: 1px solid #d7d7d7;
  border-bottom: none; }

.create-account .account-body {
  margin: 0; }

.account.account--fixed {
  margin-top: 0; }

.account-created {
  margin-top: 40px; }

.page-account_orderstatus .alertBox-message,
.page-account_recentitems .alertBox-message {
  color: #fff; }

.account-menu li.navBar-item {
  text-transform: uppercase;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0 5px; }

.account-menu li.navBar-item.is-active {
  color: #c71222;
  border-color: #c71222; }

.account-menu a.navBar-action {
  font-size: 13px;
  text-transform: uppercase;
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.account-menu a.navBar-action:hover {
  color: #c71222; }

li.account-listItem.shadow-box {
  margin-bottom: 30px;
  padding: 15px; }

h5.account-product-title {
  font-size: 17px;
  line-height: normal;
  color: #3e6688;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: uppercase; }

h5.account-product-title a {
  color: #3e6688; }

h5.account-product-title:hover a {
  text-decoration: underline; }

p.account-product-description {
  font-size: 16px;
  line-height: normal;
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  margin-bottom: 15px;
  letter-spacing: 0.72px;
  text-transform: capitalize; }

.account-product-detail-heading {
  text-transform: uppercase;
  color: #3e6688;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  border-bottom: 1px solid;
  display: inline-block; }

.account-product-detail span {
  display: block;
  font-size: 14px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.account-orderStatus-label {
  letter-spacing: 0.5px; }

.account-orderStatus-label.completed {
  background: #bddf57; }

.account-orderStatus-label.awaiting-payment {
  background: #f89000; }

.account-orderStatus-label.partially-refunded {
  background: #fccb03; }

.account-orderStatus-label.manual-verification-required {
  background: #e7a0ae; }

.account-orderStatus-label.disputed {
  background: #9965ff; }

.account-orderStatus-label.refunded {
  background: #fccb03; }

.account-orderStatus-label.declined {
  background: #7e5f3c; }

.account-orderStatus-label.cancelled {
  background: #c71222; }

.account-orderStatus-label.shipped {
  background: #bddf57; }

.account-orderStatus-label.partially-shipped {
  background: #4a6fb3; }

.account-orderStatus-label.awaiting-pickup {
  background: #c979f2; }

.account-orderStatus-label.awaiting-shipment {
  background: #cd3101; }

.account-orderStatus-label.awaiting-fulfillment {
  background: #71ccfa; }

.account-orderStatus-label.pending {
  background: #879193; }

a.account-orderStatus-action {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #c71222;
  text-transform: capitalize;
  font-style: normal; }

.pagination-list--small .pagination-item {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #3e6688; }

.page-account_returns p.alertBox-column.alertBox-message {
  color: #fff; }

.page-account_inbox h3.account-heading {
  display: none; }

.page-account_inbox h5.account-product-title {
  color: #000000;
  font-size: 20px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.page-account_inbox .account-message p.is-read {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px; }

.page-account_inbox .account-orderStatus span {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-transform: capitalize; }

.page-account_inbox ul.account-list {
  padding-bottom: 20px; }

.page-account_addressbook .panel-body {
  background: #f5f5f5; }

.page-account_addressbook .panel--newAddress .panel-body {
  background: #fff; }

.address-details li,
h5.address-title {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  text-transform: capitalize; }

.page-account_addressbook .button {
  min-width: 100px; }

.page-account_addressbook .address-label {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #3e6688;
  text-transform: uppercase; }

.page-account_addressbook .address-description {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #000000; }

.account-body {
  margin: 0; }

.page-wishlists .wishlists-table {
  border: 1px solid #d7d7d7; }

.page-wishlists .wishlists-table tr th {
  padding: 10px 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: normal;
  background: #3e6688;
  color: #fff; }

.page-wishlists .wishlists-table tr td {
  padding: 20px;
  font-size: 14px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.page-wishlists .wishlists-table tr td .button {
  min-width: 100px; }

.card-figcaption-button > input {
  position: relative;
  top: 4px; }

.page-account_new_return .table {
  border: 1px solid #d7d7d7; }

.page-account_new_return .table tr th {
  padding: 10px 15px;
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: normal;
  background: #3e6688;
  color: #fff; }

.page-account_new_return .table tr td {
  padding: 10px;
  font-size: 14px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.page-account_new_return .table tr td select {
  padding: 0 10px; }

.page-account_new_return .table tr td .definitionList-label {
  color: #3e6688; }

.page-account_new_return .table tr:last-child td {
  color: #c71222; }

.page-account_new_return .account--addReturn .table .return-itemTitle + .definitionList {
  margin: 0; }

.page-account_saved_return .account-row h6 {
  font-size: 16px;
  color: #3e6688; }

/* 404 Page */
.error-page-content,
.error-server-content {
  padding: 60px 0; }

.error-page-content h1 {
  line-height: 100%;
  color: #c71222;
  font-size: 18vw;
  margin: 0;
  text-shadow: 0.8vw 0.8vw 0 #ffb7bd; }

.error-page-content h6 {
  margin-bottom: 30px; }

.page-404 #footer-newsletter,
.error-server-content #footer-newsletter {
  display: none; }

.error-server-content h1 {
  line-height: 100%;
  color: #ed2938;
  font-size: 60px;
  margin: 0 0 10px 0;
  text-shadow: 5px 5px 0 #ffb7bd; }

/* Invoice Popup */
.custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 99;
  max-height: 100vh;
  overflow: auto; }

.custom-popup.show-popup .custom-popup-box {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1); }

.custom-popup-box {
  position: absolute;
  width: 1130px;
  max-width: calc(100% - 30px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  background: #fff;
  padding: 2% 3%; }

.custom-popup h2 {
  text-align: center;
  color: #c71222;
  text-transform: uppercase;
  margin: 0; }

.popup-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 100%;
  color: #c71222;
  cursor: pointer; }

/* Product Sidebar */
.page-sidebar {
  margin-top: 64px; }

.page-sidebar nav > div h5.sidebarBlock-heading {
  display: flex;
  align-items: center;
  text-align: left;
  border-bottom: 1px solid #3e6688;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #c71222; }

.page-sidebar nav > div .navList {
  margin: 0; }

.page-sidebar nav > div .navList li {
  padding: 0;
  line-height: normal; }

.page-sidebar nav > div .navList li a {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 5px; }

.page-sidebar nav > div .inlineList--labels li a {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  background-color: #efefef;
  color: #fff;
  font-size: 14px;
  color: #333;
  border-radius: 0px;
  padding: 4px 8px; }

.page-sidebar nav > div .inlineList--labels li a svg {
  fill: #333; }

/* Pagination */
.pagination-list {
  text-align: left; }

.pagination-list .pagination-item {
  border: none;
  border-radius: 0;
  margin: 0 2px;
  position: static; }

.pagination-list .pagination-item .pagination-link {
  font-size: 16px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  padding: 8px 15px;
  color: #333;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center; }

.pagination-list .pagination-item .pagination-link svg {
  fill: #3e6688; }

.pagination-list .pagination-item.pagination-item--current .pagination-link,
.pagination-list .pagination-item .pagination-link:hover {
  background-color: #c71222;
  color: #fff;
  font-weight: 700;
  font-size: 16px; }

.pagination-list .pagination-item .pagination-link:hover svg {
  fill: #fff !important; }

.page-account_orderstatus .pagination-list .pagination-item {
  border: none;
  border-radius: 0;
  margin: 0 2px;
  left: 0;
  top: -30px; }

.page-account_orderstatus .pagination-list .pagination-item.pagination-item--next {
  position: static; }

.page-account_orderstatus .pagination-list .pagination-item.pagination-item--previous {
  position: static; }

/* Other Css */
.page {
  margin: 0;
  max-width: 100%;
  width: 100%; }

.mobile-questions h4 {
  font-size: 27px;
  line-height: 30px;
  margin: 10px 0 0 0;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.mobile-questions h5 {
  font-size: 21px;
  line-height: 27px; }

.mobile-questions ul {
  margin: 0;
  list-style-type: none; }

.mobile-questions ul li a {
  line-height: 41px;
  letter-spacing: 0.6px; }

.mobile-questions ul li a:hover {
  color: #c71222; }

.menu-back-btn {
  padding: 14px 20px;
  background: #efefef;
  display: none;
  max-width: 60px;
  cursor: pointer;
  transform: scaleX(-1); }

ul.productGrid {
  display: flex;
  flex-wrap: wrap;
  height: auto; }

li.product,
.productCarousel-slide {
  position: relative; }
  li.product .card,
  .productCarousel-slide .card {
    height: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0; }
    li.product .card .cart-btn,
    .productCarousel-slide .card .cart-btn {
      width: 100%;
      margin: 0;
      position: relative; }
    li.product .card .card-body h4.card-title > a,
    .productCarousel-slide .card .card-body h4.card-title > a {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      /* autoprefixer: off */
      -webkit-box-orient: vertical;
      /* autoprefixer: on */ }

.cart-btn {
  position: absolute;
  bottom: 0;
  color: white;
  border: 1px solid #c71222;
  background: #c71222; }
  .cart-btn:hover {
    color: white;
    border: 1px solid #950d19;
    background: #950d19; }
  .cart-btn:focus, .cart-btn:active {
    color: white;
    border: 1px solid #950d19;
    background: #950d19; }

.card-body .card-text {
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: normal;
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.card-body .card-text span.rating--small {
  float: right; }

.account.account--fixed {
  margin-top: 30px; }

.vex.vex-theme-flat-attack .vex-dialog-button {
  font-size: 12px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  line-height: normal;
  letter-spacing: 1.2px;
  display: inline-block;
  color: #e8e8e8;
  background: #3e6688 !important;
  border-radius: 3px;
  padding: 10px;
  border: 2px solid transparent;
  min-width: 215px;
  height: 40px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  margin: 15px 15px 15px 0; }

.vex.vex-theme-flat-attack .vex-dialog-button.vex-dialog-button-secondary {
  background: #000000 !important; }

.vex.vex-theme-flat-attack .vex-dialog-button:hover {
  background: #c71222 !important; }

.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-input,
.vex.vex-theme-flat-attack .vex-dialog-form .vex-dialog-message {
  font-size: 16px;
  line-height: normal; }

.qn-form-button {
  width: auto !important;
  background: #000000; }

.cart-actions #qn-cart-to-quote {
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  min-width: 215px;
  margin-top: 10px;
  max-width: 100%;
  border-radius: 3px;
  border-color: #000000; }

.cart-actions #qn-cart-to-quote:hover,
.productView .productView-options .qn-add-to-quote:hover {
  background: #c71222;
  color: #fff;
  border-color: #c71222; }

.previewCartAction .button--primary {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 0;
  text-align: center; }

.previewCartAction .button--action {
  min-width: 0; }

h6.previewCartItem-name {
  font-size: 14px; }

.previewCartItem-price {
  color: #c71222;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.previewCartItem-brand {
  color: #000000;
  font-weight: bold; }

.definitionList-key,
.definitionList-value {
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.definitionList + a {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  text-transform: capitalize;
  color: #c71222;
  text-decoration: underline; }

.alertBox.alertBox--success {
  margin-bottom: 20px; }

.wishlist-header h1 {
  color: #000000; }

.suggestiveCart {
  margin-top: 50px; }

.productView .productView-options .qn-add-to-quote {
  text-transform: uppercase;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  left: 0;
  margin: 0 0 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.6px;
  height: auto;
  width: 330px;
  max-width: 100%;
  margin-right: 25px;
  padding: 20px 10px 18px 10px;
  text-transform: capitalize; }

.productView .productView-options .qn-add-to-quote:hover {
  background: #c71222 !important;
  color: #fff !important; }

#featured-swine-products li article.card {
  margin: 0; }

.productView-options .form-label span#size,
.productView-options .form-label span#color {
  font-weight: bold; }

.custom-loader {
  position: relative;
  min-height: 400px; }

.custom-loader::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../img/images/loader.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 64px;
  z-index: 9; }

.account-sidebar-block {
  padding: 15px;
  border: 1px solid #d7d7d7; }

.account-sidebar-block + .account-sidebar-block {
  margin-top: 15px; }

.account-sidebar-block .account-heading {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 100%;
  color: #c71222;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  padding-bottom: 10px;
  margin-bottom: 20px; }

.category-list-icon ul {
  list-style: none; }

.category-list-icon {
  width: 16.6%;
  border-right: 1px solid #ddd;
  padding-right: 50px;
  display: inline-block;
  vertical-align: top;
  min-width: 250px; }

li.shop-by-brand h5 a {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
  text-transform: uppercase; }

li.shop-by-brand .brand-category {
  padding: 25px; }

li.shop-by-brand .category-list-icon li.feature-image {
  border: 1px solid #ddd;
  padding: 15px 20px;
  margin-bottom: 20px;
  text-align: center;
  text-transform: capitalize; }

li.shop-by-brand .category-list-icon li.feature-image a > img {
  max-height: 100px; }

.page-category ul.breadcrumbs + img {
  width: 50px;
  margin: 20px auto auto auto;
  display: block; }

/* Start by setting display:none to make this hidden. Then we position it in relation to the viewport window with position:fixed. Width, height, top and left speak speak for themselves. Background we set to 80% white with our animation centered, and no-repeating */
.modal_loading {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("../img/images/loader.gif") 50% 50% no-repeat;
  background-size: 40px; }

/* When the body has the loading class, we turn the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden; }

/* Anytime the body has the loading class, our modal element will be visible */
body.loading .modal_loading {
  display: block; }

.account-product-title .pay-invoice-btn {
  color: #fff;
  min-width: 0;
  margin-left: 15px; }

.account-product-title:hover .pay-invoice-btn,
.account-product-title .pay-invoice-btn:hover {
  text-decoration: none; }

ul.featureBullets {
  margin-top: 1em; }

.actionBar-section .form-select {
  height: auto; }

.page .vex.vex-theme-flat-attack .vex-dialog-button {
  font-size: 14px;
  padding: 15px 20px;
  line-height: 1;
  width: auto;
  min-width: 0;
  margin: 10px 5px; }

#qn-dialog-toggle {
  display: none; }

.page-search section.page {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.page-search section.page main {
  width: 75%;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.page-search section.page main #product-listing-container .productGrid .product {
  width: 33.333333%; }

.product {
  overflow: visible; }

.card-figure {
  overflow: visible; }

.productView-options .form-select {
  line-height: 1.2em;
  max-width: fit-content; }

.navUser-action-divider {
  color: #333333;
  font-weight: bold; }

.discount-table-block {
  margin-top: 10px; }

.discount-table-block > p {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  font-style: italic;
  letter-spacing: normal;
  margin-bottom: 10px; }

.discount-table {
  display: flex; }

.discount-table-row {
  border: 1px solid #adadad;
  border-left: none;
  min-width: 150px;
  background: #fff; }

.discount-table-row:first-child {
  border-left: 1px solid #adadad; }

.discount-table-heading {
  padding: 10px;
  border-bottom: 1px solid #adadad;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: normal;
  color: #000000; }

.discount-table-content {
  padding: 10px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: normal;
  line-height: 1.62;
  letter-spacing: normal;
  font-size: 16px;
  color: #000000; }

.discount-table-content > span {
  display: block;
  font-size: 13px;
  color: #f42737; }

span[data-discount-price] {
  font-weight: 400;
  line-height: 1.62;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  font-size: 16px;
  color: #000000; }

.card-figcaption-button > input {
  cursor: pointer;
  outline: none; }

.card-figcaption-button:active {
  border: none; }

figure.card-figure:hover .card-figcaption-body {
  display: none; }

.modal .productView {
  padding: 30px 0;
  overflow-x: hidden; }

.modal-body.quickView {
  padding: 0 15px 50px 15px; }

.nxt-ac-main {
  max-width: 100%; }

.account-menu li.navBar-item.pay-invoice {
  display: none; }

.productView-options .form-input[type=number]::-webkit-outer-spin-button,
.productView-options .form-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.productView-options .form-input[type="number"] {
  -moz-appearance: textfield; }

.productView-options #error_msg {
  padding: 0; }

[value="AK"],
[value="AS"],
[value="AF"],
[value="AA"],
[value="AC"],
[value="AE"],
[value="AM"],
[value="AP"],
[value="FM"],
[value="GU"],
[value="HI"],
[value="MH"],
[value="MP"],
[value="PW"],
[value="PR"],
[value="VI"] {
  display: none; }

.order-list-container .account-product--alignMiddle .account-product-checkItem {
  vertical-align: top;
  left: 0; }

.order-list-container .account-product--alignMiddle .account-product-body {
  padding-left: 0; }

.order-details-info a.btn-transparent {
  color: #c71222;
  border: 2px solid #c71222;
  margin-top: 10px; }

.order-details-info a.btn-transparent:hover {
  color: #fff; }

.product-status.status-low-stock {
  padding-left: 0; }

[data-cart-itemid] {
  border-left: 0px; }

.shipping-estimator .estimator-form-row dt {
  text-align: left;
  max-width: 79%; }

.shipping-estimator .estimator-form-row dd {
  width: 20%; }

.shipping-estimator .shipping-quotes {
  margin-right: 1em; }

input#multiple-product-addToCart {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1.6px;
  height: auto;
  width: 330px;
  max-width: 100%;
  margin-right: 25px;
  background: #c71222;
  padding: 19px 10px 16px; }

fieldset[data-test="checkout-shipping-comments"] {
  display: none; }

#modal #CartEditProductFieldsForm .form-select {
  height: auto;
  line-height: 1; }

.nxt-bottom.nxt-address .nxt-related {
  float: none;
  padding: 10px 0;
  font-size: 14px;
  margin: 0; }

.nxt-bottom.nxt-address .nxt-related a:hover {
  color: #c71222 !important; }

p.no_products {
  display: none; }

.page-blog .blog-post a,
.page-blog_post .blog-post a {
  color: #3e6688;
  text-decoration: underline; }

.previewCartWrapper {
  position: relative; }

.close-btn {
  float: right;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 0;
  color: grey;
  font-weight: bold;
  z-index: 2;
  cursor: pointer; }

.navUser-item--cart .dropdown-menu.is-open:after,
.navUser-item--cart .dropdown-menu.is-open:before {
  display: none; }

.navUser-item--cart .dropdown-menu {
  position: fixed !important;
  top: 0;
  right: 0;
  max-width: none;
  width: 380px;
  height: 100vh;
  display: block;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out; }

.navUser-item--cart .dropdown-menu.is-open {
  transform: translateX(0);
  transition: all 0.5s ease-in-out; }

.navUser-item--cart .dropdown-menu .previewCartWrapper {
  max-height: calc(100vh - 40px);
  height: 100%; }

.page-blog .blog-post a,
.page-blog_post .blog-post a {
  color: #3e6688;
  text-decoration: underline; }

.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart {
  position: relative;
  height: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-bottom: 10px;
  float: none; }

.previewCartAction {
  position: absolute;
  bottom: 0; }

.previewCartAction-checkout {
  padding-right: 0; }

.navUser-item--cart .dropdown-menu .previewCartWrapper {
  max-height: calc(100vh - 40px);
  height: 100%; }

.navUser-item--cart .dropdown-menu .previewCartWrapper .previewCart {
  position: relative;
  height: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  margin-bottom: 10px;
  float: none; }

.previewCartAction-checkout {
  padding-right: 0; }

.rating--small {
  display: inline-block;
  margin-bottom: 10px; }

.dropdown-menu {
  width: 320px;
  max-width: 100%; }

#wishlist-dropdown.is-open .button {
  width: 100%;
  max-width: 330px; }

.product-wishlist-block a.button.dropdown-menu-button:hover {
  background: transparent;
  color: black;
  border: 2px solid #656969; }

.rating--small {
  display: inline-block;
  margin-bottom: 10px; }

.site-navigation > ul > li.shop-by-logo {
  width: 170px;
  display: none; }

.site-navigation > ul > li.navUser-item.navUser-item--cart.sticky-cart:hover,
.site-navigation > ul > li.shop-by-logo:hover {
  background: none; }

.site-navigation > ul > li.shop-by-logo > a {
  padding: 12px 0 12px 20px; }

.top-offer-msg {
  display: flex;
  align-items: center; }

.top-offer-msg-slide a {
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1; }

@media (min-width: 801px) {
  .shop-by-logo .header-logo-image-container:after {
    padding-bottom: 35px; }
  .sticky-cart .dropdown-menu {
    right: 0; } }

li.navUser-item.navUser-item--cart.sticky-cart {
  display: none;
  position: static; }

.site-navigation > ul > li.sticky-search {
  margin-left: auto;
  display: none; }

.sticky-search .header-search form.form .form-field input {
  width: 400px;
  border: 1px solid #b3b3b3; }

li.navUser-item.navUser-item--cart.sticky-cart .navUser-action .countPill {
  display: unset; }

li.navUser-item.navUser-item--cart.sticky-cart .navUser-action {
  padding: 4px 20px 5px 45px; }

.site-navigation.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9;
  border-bottom: 1px solid #d8d8d8; }

.site-navigation.fixed > ul > li.shop-by-logo,
.site-navigation.fixed > ul > li.sticky-search,
.site-navigation.fixed li.navUser-item.navUser-item--cart.sticky-cart {
  display: unset; }

.sticky-cart .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute; }

.sticky-cart .dropdown-menu.is-open:before {
  border: inset 10px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #fff transparent;
  border-bottom-style: solid;
  bottom: 100%;
  position: absolute; }

.sticky-cart .dropdown-menu.is-loading .loadingOverlay {
  background: 0 0;
  padding: 4.5rem 0;
  position: relative; }

.sticky-cart .loadingOverlay {
  display: block !important; }

.fixed-body .nxt-ac-main {
  width: calc(100% - 1437px); }

.swal2-modal .swal2-confirm {
  background-color: #263d52 !important;
  border-color: #2b0c00 !important;
  color: #fff; }

p.third-party-text {
  margin: 0 0 0.5rem;
  font-weight: 500;
  color: #333; }

.steals-and-deals {
  display: none; }

/* New Design */
/* Widget Category Ribbon */
.widget-heading {
  font-size: 22px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0.44px;
  color: #3e6688;
  text-transform: uppercase;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .widget-heading {
      margin-bottom: 12px; } }

.widget-category-ribbon {
  padding: 40px 0 20px 0; }
  @media screen and (max-width: 991px) {
    .widget-category-ribbon {
      padding: 22px 0 14px 0; } }
  .widget-category-ribbon_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -10px; }
    @media screen and (max-width: 991px) {
      .widget-category-ribbon_row {
        margin: 0 -8.5px; } }
  .widget-category-ribbon_box {
    padding: 0 10px;
    width: calc(100% / 6);
    margin-bottom: 20px; }
    @media screen and (max-width: 1199px) {
      .widget-category-ribbon_box {
        width: 33.33%; } }
    @media screen and (max-width: 991px) {
      .widget-category-ribbon_box {
        padding: 0 8.5px; } }
    @media screen and (max-width: 767px) {
      .widget-category-ribbon_box {
        width: 33.333333%; } }
    @media screen and (max-width: 575px) {
      .widget-category-ribbon_box {
        width: 50%; } }
    .widget-category-ribbon_box > a {
      display: block; }
      .widget-category-ribbon_box > a p {
        font-weight: bold;
        margin-bottom: 5px; }
      .widget-category-ribbon_box > a span {
        font-size: 13px;
        display: block; }
      .widget-category-ribbon_box > a:hover p {
        color: #c71222; }
      .widget-category-ribbon_box > a:hover span {
        color: #000000; }
      .widget-category-ribbon_box > a:hover img {
        transform: scale(1.1); }
  .widget-category-ribbon_img {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 28px;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .widget-category-ribbon_img {
        margin-bottom: 22px; } }
    @media screen and (max-width: 767px) {
      .widget-category-ribbon_img {
        box-shadow: 0 3px 10px 0 rgba(135, 135, 135, 0.35); } }
    .widget-category-ribbon_img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1);
      transition: all 0.5s ease-in-out 0s; }

/* Widget Featured Products */
.widget-featured-products {
  padding-top: 73px;
  padding-bottom: 41px; }
  @media screen and (max-width: 991px) {
    .widget-featured-products {
      padding-left: 10px;
      padding-right: 10px; } }
  .widget-featured-products .widget-heading {
    font-size: 36px;
    color: #000000;
    letter-spacing: .72px; }
    @media screen and (max-width: 767px) {
      .widget-featured-products .widget-heading {
        font-size: 28px; } }
  @media screen and (max-width: 767px) {
    .widget-featured-products {
      padding-top: 39px;
      padding-bottom: 11px;
      padding-left: 0px;
      padding-right: 0px; } }
  .widget-featured-products .productGrid {
    padding: 0 60px; }
    @media screen and (max-width: 991px) {
      .widget-featured-products .productGrid {
        padding: 0 60px; } }
    @media screen and (max-width: 767px) {
      .widget-featured-products .productGrid {
        padding: 0; } }
    .widget-featured-products .productGrid .product {
      width: 25%; }
      .widget-featured-products .productGrid .product .card {
        margin-bottom: 21px; }
        .widget-featured-products .productGrid .product .card-body {
          padding: 0;
          text-align: left; }
        .widget-featured-products .productGrid .product .card-title {
          text-transform: capitalize;
          margin-top: 25px; }

/* Widget Support */
.widget-support_row {
  display: flex;
  flex-wrap: wrap;
  text-align: center; }
  .widget-support_row > div {
    padding: 45px 50px 50px; }
    @media screen and (max-width: 801px) {
      .widget-support_row > div {
        padding: 45px 20px 50px; } }
    @media screen and (max-width: 767px) {
      .widget-support_row > div {
        width: 100%;
        padding: 45px 15px 50px; } }
    .widget-support_row > div h6 {
      max-width: 340px;
      margin-left: auto;
      margin-right: auto;
      line-height: 1.08;
      margin-bottom: 15px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .widget-support_row > div h6 {
          font-size: 24px; } }
    .widget-support_row > div p {
      max-width: 350px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 767px) {
        .widget-support_row > div p {
          margin-bottom: 40px; } }

.widget-support_questions {
  width: 50%;
  background-color: #A4ADAB; }
  .widget-support_questions .widget-support_icon {
    background-color: #89918F; }

.widget-support_content * {
  color: #000000; }

.widget-support_btns {
  padding-top: 20px; }
  @media screen and (max-width: 767px) {
    .widget-support_btns {
      padding-top: 0; } }
  .widget-support_btns a {
    font-size: 12px;
    line-height: 2.96;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #000000;
    transition: all 0.5s ease-in-out 0s; }
    .widget-support_btns a:first-child {
      padding: 10px 23px 10px 22px;
      border-radius: 3px;
      border: solid 2px #000000; }
      @media screen and (max-width: 767px) {
        .widget-support_btns a:first-child {
          display: block;
          text-align: center;
          margin-bottom: 10px;
          padding: 5px 23px 5px 22px; } }
      .widget-support_btns a:first-child:hover {
        background-color: #c71222;
        border-color: #c71222;
        color: #fff; }
    .widget-support_btns a:last-child {
      margin: 0 30px;
      border-bottom: solid 1px #000000; }
      .widget-support_btns a:last-child:hover {
        color: #c71222;
        border-color: #c71222; }

.widget-support_newsletter {
  width: 50%; }
  .widget-support_newsletter .widget-support_icon {
    background-color: #f5f5f5; }
  .widget-support_newsletter .widget-support_content h6 {
    color: #000000; }
  .widget-support_newsletter .widget-support_content p {
    color: #000000; }
  .widget-support_newsletter .widget-support_content .newsletter-form form {
    max-width: 530px !important; }
    @media screen and (max-width: 1199px) {
      .widget-support_newsletter .widget-support_content .newsletter-form form {
        max-width: 100% !important; } }
    @media screen and (max-width: 1199px) {
      .widget-support_newsletter .widget-support_content .newsletter-form form > div > div {
        display: block; } }
  .widget-support_newsletter .widget-support_content .newsletter-form .needsclick {
    padding: 0;
    overflow: inherit !important; }
    .widget-support_newsletter .widget-support_content .newsletter-form .needsclick input[type="email"] {
      border-radius: 3px !important;
      margin-right: 10px;
      border: 1px solid #838383 !important;
      color: #949494 !important;
      font-size: 14px !important;
      font-family: "Arimo", Arial, Helvetica, sans-serif !important;
      width: auto;
      min-height: 40px; }
      @media screen and (max-width: 1199px) {
        .widget-support_newsletter .widget-support_content .newsletter-form .needsclick input[type="email"] {
          width: 100%;
          margin-right: 0px;
          margin-bottom: 10px; } }
    .widget-support_newsletter .widget-support_content .newsletter-form .needsclick input::-webkit-input-placeholder,
    .widget-support_newsletter .widget-support_content .newsletter-form .needsclick input::-moz-placeholder {
      color: #949494 !important;
      font-size: 14px !important;
      font-family: "Arimo", Arial, Helvetica, sans-serif !important; }
    .widget-support_newsletter .widget-support_content .newsletter-form .needsclick button {
      background: #000000 !important;
      font-size: 12px !important;
      font-family: "Arimo", Arial, Helvetica, sans-serif !important;
      color: #e8e8e8 !important;
      font-weight: normal !important;
      border-radius: 3px !important;
      letter-spacing: 1.2px !important;
      padding: 14.5px 30px !important; }
      .widget-support_newsletter .widget-support_content .newsletter-form .needsclick button:hover {
        background: #f42737 !important; }
  .widget-support_newsletter .widget-support_content .newsletter-form p {
    display: none; }

.widget-support_icon {
  width: 55px;
  height: 55px;
  margin: auto auto 38px auto;
  border-radius: 50%;
  line-height: 55px; }
  .widget-support_icon img {
    max-width: 28px;
    max-height: 23px; }

.widget-featured-data-bottom .featured-item-list {
  background: #f5f5f5; }

.featured-item-list {
  padding: 64px 0;
  background: #000000; }
  @media screen and (max-width: 801px) {
    .featured-item-list {
      padding: 34px 0; } }
  .featured-item-list.bgcolor {
    background: #f5f5f5; }
    .featured-item-list.bgcolor .featured-product-info h3 {
      color: #000000; }
    .featured-item-list.bgcolor .featured-product-info .featured-data .featured-desc {
      color: #000000; }
      .featured-item-list.bgcolor .featured-product-info .featured-data .featured-desc p {
        color: #000000; }
      .featured-item-list.bgcolor .featured-product-info .featured-data .featured-desc a {
        color: #000000; }
        .featured-item-list.bgcolor .featured-product-info .featured-data .featured-desc a:hover {
          color: #f42737; }
  .featured-item-list:nth-child(2n) .featured-product-info {
    flex-direction: row-reverse; }
    @media screen and (max-width: 801px) {
      .featured-item-list:nth-child(2n) .featured-product-info {
        flex-direction: column; } }
    .featured-item-list:nth-child(2n) .featured-product-info .featured-data {
      padding: 0 65px; }
      @media screen and (max-width: 801px) {
        .featured-item-list:nth-child(2n) .featured-product-info .featured-data {
          padding: 30px 0 0; } }
  .featured-item-list .featured-product-info {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 801px) {
      .featured-item-list .featured-product-info {
        flex-direction: column; } }
    .featured-item-list .featured-product-info .featured-image {
      width: 50%; }
      @media screen and (max-width: 801px) {
        .featured-item-list .featured-product-info .featured-image img {
          width: 100%; } }
      @media screen and (max-width: 801px) {
        .featured-item-list .featured-product-info .featured-image {
          width: 100%; } }
    .featured-item-list .featured-product-info .featured-data {
      width: 50%;
      padding: 0 95px; }
      @media screen and (max-width: 801px) {
        .featured-item-list .featured-product-info .featured-data {
          width: 100%;
          padding: 30px 0 0; } }
      .featured-item-list .featured-product-info .featured-data .featured-desc {
        color: #fff; }
        .featured-item-list .featured-product-info .featured-data .featured-desc p {
          color: #fff; }
        .featured-item-list .featured-product-info .featured-data .featured-desc a {
          color: #fff; }
          .featured-item-list .featured-product-info .featured-data .featured-desc a:hover {
            color: #f42737; }
    .featured-item-list .featured-product-info .brand-logo {
      margin-bottom: 32px; }
      .featured-item-list .featured-product-info .brand-logo img {
        max-height: 45px;
        max-width: 130px; }
    .featured-item-list .featured-product-info h3 {
      font-weight: bold;
      margin-bottom: 18px;
      color: #fff; }
      @media screen and (max-width: 801px) {
        .featured-item-list .featured-product-info h3 {
          font-size: 38px;
          line-height: 36px; } }
    .featured-item-list .featured-product-info p {
      margin-bottom: 37px; }
      @media screen and (max-width: 801px) {
        .featured-item-list .featured-product-info p {
          margin-bottom: 25px; } }
    .featured-item-list .featured-product-info .video-image {
      position: relative;
      padding-top: 70%;
      width: 100%; }
      .featured-item-list .featured-product-info .video-image iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none; }

.widget-catalog {
  position: relative; }
  .widget-catalog .cat-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: fill;
    z-index: -1; }
    .widget-catalog .cat-bg-img img {
      width: 100%;
      object-fit: cover;
      height: 100%; }
  .widget-catalog_row {
    display: flex; }
    @media screen and (max-width: 767px) {
      .widget-catalog_row {
        display: block; } }
    .widget-catalog_row .widget-catalog_image {
      position: relative;
      padding: 10px 0;
      overflow: hidden;
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 80px; }
      @media screen and (max-width: 767px) {
        .widget-catalog_row .widget-catalog_image {
          display: none; } }
    .widget-catalog_row .widget-catalog_content {
      padding: 60px 0 60px; }
      @media screen and (max-width: 800px) {
        .widget-catalog_row .widget-catalog_content {
          padding: 30px; } }
      @media screen and (max-width: 767px) {
        .widget-catalog_row .widget-catalog_content {
          padding: 0; } }
      .widget-catalog_row .widget-catalog_content a + a {
        margin-left: 15px; }
        @media screen and (max-width: 800px) {
          .widget-catalog_row .widget-catalog_content a + a {
            margin-left: 0;
            margin-top: 15px; } }
      .widget-catalog_row .widget-catalog_content a.btn-black {
        min-width: auto;
        padding: 10px 40px; }
        @media screen and (max-width: 991px) {
          .widget-catalog_row .widget-catalog_content a.btn-black {
            min-width: 165px; } }
        @media screen and (max-width: 800px) {
          .widget-catalog_row .widget-catalog_content a.btn-black {
            display: block; } }
    .widget-catalog_row .widget-catalog_newsletter {
      width: 50%;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        .widget-catalog_row .widget-catalog_newsletter {
          width: 100%;
          padding: 50px 15px;
          justify-content: center;
          text-align: center; } }
      .widget-catalog_row .widget-catalog_newsletter h2 {
        font-size: 48px;
        line-height: 42px;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        max-width: 420px;
        margin-bottom: 22px;
        margin-left: 0;
        margin-right: auto; }
        @media screen and (max-width: 767px) {
          .widget-catalog_row .widget-catalog_newsletter h2 {
            font-size: 38px;
            max-width: auto; } }
      .widget-catalog_row .widget-catalog_newsletter p {
        color: #000000;
        margin-bottom: 25px; }
      .widget-catalog_row .widget-catalog_newsletter .newsletter-form .needsclick {
        padding: 0; }
        .widget-catalog_row .widget-catalog_newsletter .newsletter-form .needsclick form {
          max-width: none !important; }
        .widget-catalog_row .widget-catalog_newsletter .newsletter-form .needsclick input[type="email"] {
          border-radius: 3px !important;
          margin-right: 10px;
          border: 1px solid #838383 !important;
          color: #949494 !important;
          font-size: 14px !important;
          font-family: "Arimo", Arial, Helvetica, sans-serif !important;
          width: 350px; }
          @media screen and (max-width: 1199px) {
            .widget-catalog_row .widget-catalog_newsletter .newsletter-form .needsclick input[type="email"] {
              width: 95%; } }
        .widget-catalog_row .widget-catalog_newsletter .newsletter-form .needsclick input::-webkit-input-placeholder,
        .widget-catalog_row .widget-catalog_newsletter .newsletter-form .needsclick input::-moz-placeholder {
          color: #949494 !important;
          font-size: 14px !important;
          font-family: "Arimo", Arial, Helvetica, sans-serif !important; }
        .widget-catalog_row .widget-catalog_newsletter .newsletter-form .needsclick button {
          background: #000000 !important;
          font-size: 12px !important;
          font-family: "Arimo", Arial, Helvetica, sans-serif !important;
          color: #fff !important;
          font-weight: normal !important;
          border-radius: 3px !important;
          letter-spacing: 1.2px !important;
          padding: 13px 30px !important; }
          .widget-catalog_row .widget-catalog_newsletter .newsletter-form .needsclick button:hover {
            background: #f42737 !important; }
      .widget-catalog_row .widget-catalog_newsletter .newsletter-form p {
        display: none; }

.widget-category-promo {
  padding: 40px 0 20px 0;
  background: #A4ADAB; }
  @media screen and (max-width: 991px) {
    .widget-category-promo {
      padding: 22px 0 14px 0; } }
  .widget-category-promo .widget-heading {
    margin-bottom: 20px;
    color: #000000;
    font-size: 36px; }
  .widget-category-promo_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px; }
    @media screen and (max-width: 991px) {
      .widget-category-promo_row {
        margin: 0 -8.5px; } }
    @media screen and (max-width: 991px) {
      .widget-category-promo_row {
        flex-direction: column; } }
  .widget-category-promo .widget-category-promo_row_left {
    width: 50%;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      .widget-category-promo .widget-category-promo_row_left {
        width: 100%; } }
  .widget-category-promo .widget-category-promo_row_right {
    width: 50%; }
    @media screen and (max-width: 991px) {
      .widget-category-promo .widget-category-promo_row_right {
        width: 100%; } }
    .widget-category-promo .widget-category-promo_row_right .widget-category-promo_box {
      width: 100%; }
      .widget-category-promo .widget-category-promo_row_right .widget-category-promo_box > a p {
        font-size: 38px;
        margin-bottom: 8px; }
        @media screen and (max-width: 767px) {
          .widget-category-promo .widget-category-promo_row_right .widget-category-promo_box > a p {
            font-size: 28px; } }
      .widget-category-promo .widget-category-promo_row_right .widget-category-promo_box > a span {
        max-width: 520px;
        font-size: 16px; }
  .widget-category-promo_box {
    padding: 0 15px;
    width: 50%;
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .widget-category-promo_box {
        padding: 0 8.5px; } }
    @media screen and (max-width: 767px) {
      .widget-category-promo_box {
        width: 33.333333%; } }
    @media screen and (max-width: 575px) {
      .widget-category-promo_box {
        width: 50%; } }
    .widget-category-promo_box > a {
      display: block; }
      .widget-category-promo_box > a p {
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 20px; }
        @media screen and (max-width: 767px) {
          .widget-category-promo_box > a p {
            font-size: 18px; } }
      .widget-category-promo_box > a span {
        font-size: 13px;
        display: block;
        max-width: 200px; }
      .widget-category-promo_box > a:hover p {
        color: #c71222; }
      .widget-category-promo_box > a:hover span {
        color: #000000; }
      .widget-category-promo_box > a:hover img {
        transform: scale(1.1); }
  .widget-category-promo_img {
    position: relative;
    padding-bottom: 70%;
    margin-bottom: 20px;
    overflow: hidden; }
    @media screen and (max-width: 991px) {
      .widget-category-promo_img {
        margin-bottom: 22px; } }
    @media screen and (max-width: 767px) {
      .widget-category-promo_img {
        box-shadow: 0 3px 10px 0 rgba(135, 135, 135, 0.35); } }
    .widget-category-promo_img img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: scale(1);
      transition: all 0.5s ease-in-out 0s; }

.widget-hero-banner .hero-banner-top {
  background: #f5f5f5;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .widget-hero-banner .hero-banner-top {
      background: #fff;
      padding: 0;
      margin-bottom: 20px;
      width: 100%; } }
  .widget-hero-banner .hero-banner-top .hero-banner-top-content-info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center; }
  .widget-hero-banner .hero-banner-top .hero-banner-top-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 300px;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .widget-hero-banner .hero-banner-top .hero-banner-top-info {
        min-height: 250px; } }
    .widget-hero-banner .hero-banner-top .hero-banner-top-info.align-left {
      align-items: flex-start;
      text-align: left; }
    .widget-hero-banner .hero-banner-top .hero-banner-top-info.align-right {
      align-items: flex-end;
      text-align: right; }
  .widget-hero-banner .hero-banner-top .hero-banner-top-image {
    object-fit: contain;
    width: 100%;
    height: 100%; }
    .widget-hero-banner .hero-banner-top .hero-banner-top-image img {
      width: 100%;
      height: 100%;
      object-position: center; }
  .widget-hero-banner .hero-banner-top h1 {
    color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    line-height: 49px;
    max-width: 580px;
    margin: 0 0 29px; }
    @media screen and (max-width: 767px) {
      .widget-hero-banner .hero-banner-top h1 {
        font-size: 38px;
        line-height: 35px;
        padding: 0 0px; } }
  .widget-hero-banner .hero-banner-top p {
    font-size: 20px;
    max-width: 595px;
    margin: 0 0 30px;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .widget-hero-banner .hero-banner-top p {
        font-size: 18px; } }
  @media screen and (max-width: 551px) {
    .widget-hero-banner .hero-banner-top .btn-block {
      display: flex;
      justify-content: space-between; } }
  .widget-hero-banner .hero-banner-top .btn-block a {
    margin-right: 15px; }
    @media screen and (max-width: 767px) {
      .widget-hero-banner .hero-banner-top .btn-block a {
        min-width: 135px; } }
  .widget-hero-banner .hero-banner-top .btn-block a.btn-white {
    border-color: #fff;
    color: #fff;
    margin-right: 0;
    background-color: transparent; }
    .widget-hero-banner .hero-banner-top .btn-block a.btn-white:hover {
      border-color: #f42737;
      color: #fff;
      background-color: #f42737; }

.widget-hero-banner .hero-banner-bottom {
  padding: 35px 0; }
  @media screen and (max-width: 767px) {
    .widget-hero-banner .hero-banner-bottom {
      padding: 0 0 0px 0; } }
  .widget-hero-banner .hero-banner-bottom .hero-banner-row {
    display: flex;
    justify-content: center;
    padding: 0 80px; }
    @media screen and (max-width: 1199px) {
      .widget-hero-banner .hero-banner-bottom .hero-banner-row {
        padding: 0 40px; } }
    @media screen and (max-width: 800px) {
      .widget-hero-banner .hero-banner-bottom .hero-banner-row {
        padding: 0 0px; } }
    @media screen and (max-width: 767px) {
      .widget-hero-banner .hero-banner-bottom .hero-banner-row {
        flex-direction: column; } }
    .widget-hero-banner .hero-banner-bottom .hero-banner-row .hero-banner-item {
      width: 50%;
      padding: 0 18px; }
      @media screen and (max-width: 767px) {
        .widget-hero-banner .hero-banner-bottom .hero-banner-row .hero-banner-item {
          width: 100%;
          padding: 0 0px;
          margin-bottom: 25px; } }
      .widget-hero-banner .hero-banner-bottom .hero-banner-row .hero-banner-item .hero-image {
        margin-bottom: 22px; }
        .widget-hero-banner .hero-banner-bottom .hero-banner-row .hero-banner-item .hero-image a {
          display: block;
          height: 100%; }
      .widget-hero-banner .hero-banner-bottom .hero-banner-row .hero-banner-item h5 {
        font-size: 32px;
        font-weight: normal;
        line-height: 31px;
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        margin-bottom: 15px;
        text-transform: uppercase; }
      .widget-hero-banner .hero-banner-bottom .hero-banner-row .hero-banner-item p {
        margin-bottom: 0;
        max-width: 450px; }

.site-navigation > ul > li.hot-deals > a {
  color: #c71222; }

.top-offer-msg {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 48px; }
  @media screen and (max-width: 800px) {
    .top-offer-msg {
      height: 72px; } }
  .top-offer-msg .top-offer-row {
    display: inline-block; }
    .top-offer-msg .top-offer-row a {
      color: white;
      font-size: 16px;
      font-weight: 700;
      position: absolute;
      opacity: 0;
      line-height: 2.6;
      top: 3px;
      width: 100%;
      left: 0;
      overflow: hidden;
      -webkit-animation: rotateWord 18s linear infinite 0s;
      -ms-animation: rotateWord 18s linear infinite 0s;
      animation: rotateWord 18s linear infinite 0s; }
      @media screen and (max-width: 800px) {
        .top-offer-msg .top-offer-row a {
          top: 10px;
          line-height: 24px; } }
      .top-offer-msg .top-offer-row a:nth-child(2) {
        -webkit-animation-delay: 6s;
        -ms-animation-delay: 6s;
        animation-delay: 6s; }
      .top-offer-msg .top-offer-row a:nth-child(3) {
        -webkit-animation-delay: 12s;
        -ms-animation-delay: 12s;
        animation-delay: 12s; }

@keyframes rotateWord {
  0% {
    opacity: 0; }
  2% {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  8% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  25% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  35% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 0; } }

@media screen and (max-width: 375px) {
  [data-sub-layout-container] {
    width: 100%; } }

body.page-blog .blog {
  width: 45%;
  float: left;
  border: 1px solid #CCC;
  margin: 2%;
  padding: 2%; }

body.page-blog .blog-title {
  line-height: 28px !important;
  margin-top: 32px; }

body.page-blog .blog-post-figure {
  width: 80%; }
  body.page-blog .blog-post-figure .blog-thumbnail a img {
    position: static; }
  body.page-blog .blog-post-figure .blog-thumbnail:after {
    padding-bottom: 0; }

body.page-blog .blog-post-body {
  width: 100%; }

body.page-blog .blog + .blog {
  margin-bottom: 3em; }

body.page-blog .page article.blog:nth-child(odd) {
  clear: right; }

body.page-blog .page article.blog:nth-child(even) {
  clear: left; }

body.page-blog .page .pagination {
  clear: both; }

body.page-blog .blog-listing {
  display: flex;
  flex-wrap: wrap; }
  body.page-blog .blog-listing .blog {
    margin: 2% 2% 3em;
    border: none;
    padding: 0; }
    @media screen and (max-width: 767px) {
      body.page-blog .blog-listing .blog {
        margin: 20px;
        width: 100%; } }
    body.page-blog .blog-listing .blog-box {
      border: 1px solid #CCC;
      padding: 5%;
      height: 100%; }
      body.page-blog .blog-listing .blog-box .blog-thumbnail {
        padding-bottom: 70%; }
        body.page-blog .blog-listing .blog-box .blog-thumbnail a {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
          body.page-blog .blog-listing .blog-box .blog-thumbnail a img {
            object-fit: cover;
            height: 100%;
            height: 100%; }

body.page-blog_post .blog-post-figure img {
  position: relative; }

body.page-blog_post .blog-post-figure .blog-thumbnail:after {
  padding-bottom: 0; }

body.page-blog_post .blog-post-body {
  width: 85%; }

.card-img-container {
  position: relative; }
  .card-img-container .product-tag {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .card-img-container .product-tag img {
      object-position: top left; }
      .card-img-container .product-tag img.made-in-usa, .card-img-container .product-tag img.stainless-steel, .card-img-container .product-tag img.galvanized-metal {
        max-width: 73%;
        position: absolute;
        bottom: 0; }
      .card-img-container .product-tag img.top-overflow {
        margin-top: -16%; }
      .card-img-container .product-tag img.left-overflow {
        margin-left: -25%; }
      .card-img-container .product-tag img.top-right-overflow {
        top: -12%;
        position: absolute;
        right: -21%; }

.product-tag.top-center {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 50%;
  max-height: 50%; }

.product-tag.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 0 0 auto;
  max-width: 35%;
  max-height: 35%; }

.product-tag.bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 42%;
  max-height: 42%; }

.product-tag.top-left {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto 0 0;
  max-width: 35%;
  max-height: 35%; }

.product-tag.top-right {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 0 0 auto;
  max-width: 50%;
  max-height: 50%; }

.home-banner-bottom {
  position: relative; }
  .home-banner-bottom .home-banner-content-data {
    width: 1280px;
    padding: 0px 15px;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-in-out 0s; }
    .home-banner-bottom .home-banner-content-data h2 {
      font-size: 55px;
      line-height: 49px;
      color: #fff;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      margin-bottom: 30px;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .home-banner-bottom .home-banner-content-data h2 {
          font-size: 38px;
          line-height: 40px; } }
    .home-banner-bottom .home-banner-content-data p {
      color: #fff;
      margin-bottom: 40px;
      font-size: 20px;
      width: 490px;
      max-width: 100%; }

nav.navUser {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    nav.navUser {
      display: block; } }
  nav.navUser .navUser-section {
    flex: 0 0 auto; }

.at-custom-sidebar {
  width: 44px !important; }
  .at-custom-sidebar .at-custom-sidebar-btns {
    width: 44px !important; }
  .at-custom-sidebar .at-share-btn {
    width: 44px !important;
    height: 41px !important; }
  .at-custom-sidebar .at-icon-wrapper {
    height: 38px !important;
    width: 38px !important;
    line-height: 38px !important;
    margin: 0 3px !important; }
  .at-custom-sidebar .at-icon {
    width: 24px !important;
    height: 24px !important;
    margin: 7px !important; }

.page-brand .main-content > .container,
.page-category .main-content > .container {
  width: 100%; }

.qty-discount {
  margin: 2rem 0; }
  .qty-discount h2 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin: 0 0 8px; }
  .qty-discount .table-container {
    max-width: 486px;
    border: 1px solid #676969;
    border-radius: 4px;
    overflow: hidden; }
  .qty-discount table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #676969;
    border-radius: 4px;
    overflow: hidden; }
  .qty-discount th {
    background: #EFEFEF;
    color: #333;
    font-weight: bold;
    font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .qty-discount th,
  .qty-discount td {
    text-align: left;
    border: 1px solid #676969;
    padding: 8px 16px; }
  .qty-discount .discount-text-red {
    color: red; }

.productView > section:last-child {
  padding-bottom: 0; }
  .productView > section:last-child > .productView-options,
  .productView > section:last-child > .productView-options > form {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .productView {
    display: block; } }

.productView .product-top {
  display: flex; }

.product-status {
  margin-top: 0; }

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

@media only screen and (min-width: 1050px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33%; } }

@media only screen and (min-width: 1200px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 20%; } }

.page-brand .main-content > .container,
.page-category .main-content > .container {
  width: 100%; }

.productView-details.qty-discount table {
  text-align: center;
  width: 350px; }

.productView-details.qty-discount table tbody tr th {
  background: #848282;
  color: white;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 0;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.productView-details.qty-discount table,
.productView-details.qty-discount th,
.productView-details.qty-discount td {
  border: 1px solid black;
  border-collapse: collapse;
  font-weight: bold; }

.productView-details.qty-discount table,
.productView-details.qty-discount td {
  padding: 5px 10px; }

section.productView-details.qty-discount {
  float: left;
  padding-left: 0; }

section.productView-details.qty-discount .discount-text-red {
  color: red; }

@media only screen and (min-width: 376px) and (max-width: 767px) {
  .productView-details.qty-discount table {
    width: 100%; } }

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

@media only screen and (min-width: 1050px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33%; } }

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

.page-brand .main-content > .container,
.page-category .main-content > .container {
  width: 100%; }

.account-product-figure:after {
  padding-bottom: 0 !important; }

.page-content .card-text {
  height: auto; }

.form-wishlist > a[data-dropdown="shoppinglist-dropdown"],
.form-wishlist > a[data-dropdown="shoppinglist-dropdown"] + ul {
  max-width: 330px !important;
  width: 100% !important; }

img {
  pointer-events: none !important; }

@media (min-width: 801px) {
  #cart-preview-dropdown-mob {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  #cart-preview-dropdown-mob .previewCartWrapper {
    top: 235px !important; } }

@media only screen and (max-width: 800px) {
  .dropdown-menu {
    width: 100%;
    max-width: 100%;
    position: static; }
  #cart-preview-dropdown-mob .previewCartWrapper {
    background: white;
    width: 100%;
    max-width: 100%;
    height: 97vh;
    max-height: 100%;
    top: 110px;
    position: absolute;
    z-index: 99999;
    transform: translateX(-100%);
    left: -100%;
    transition: .5s; }
  body.menu-open {
    overflow: hidden; }
  #cart-preview-dropdown-mob .cart-total-label,
  .cart-total-value {
    width: 50%;
    text-align: center !important; }
  #cart-preview-dropdown-mob .previewCart {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    padding-top: 20px; }
  #cart-preview-dropdown-mob .previewCartAction {
    max-width: 100%;
    padding: 15px; }
  body.menu-open #cart-preview-dropdown-mob .previewCartWrapper {
    transform: translateX(0);
    left: 0;
    transition: .5s; } }

@media only screen and (max-width: 767px) {
  #cart-preview-dropdown-mob .previewCartWrapper {
    top: 127px !important; } }

.header-search-box .navUser-section {
  display: flex;
  align-items: center; }

.account-product-figure:after {
  padding-bottom: 0 !important; }

img {
  pointer-events: none !important; }

@media only screen and (max-width: 767px) {
  .product-status span.product-out-of-stock {
    float: left; }
  .ship-msg p {
    font-size: 12px; } }

@media only screen and (max-width: 800px) {
  .widget-featured-products .productGrid .product {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0; }
  .widget-featured-products .productGrid {
    margin-left: -5px;
    margin-right: -5px; }
  .widget-featured-products .card .card-figure .card-img-container:after {
    padding-bottom: 100%; }
  .widget-featured-products .card .card-figure {
    margin-top: 0;
    margin-bottom: 0; }
  .widget-featured-products .productGrid .product .card-title {
    margin-top: 15px;
    height: auto; }
  .widget-featured-products .card-title > a {
    font-size: 14px; }
  .widget-featured-products span.price.price--withoutTax {
    font-size: 24px;
    margin-right: 0;
    font-weight: 600;
    color: #333;
    line-height: 1; }
  .widget-featured-products .card .price-section.price-section--withoutTax.non-sale-price--withoutTax {
    font-size: 14px !important; }
  .widget-featured-products .card .price-section.price-section--withoutTax {
    font-size: 14px !important; } }

.mobileMenu-toggle {
  width: 24px !important;
  height: 24px !important;
  background: none !important;
  top: 100px !important;
  left: 15px !important; }

.header-search .ss__autocomplete--target {
  top: auto; }
  .header-search .ss__autocomplete--target .ss__autocomplete {
    width: 100%; }
    .header-search .ss__autocomplete--target .ss__autocomplete span,
    .header-search .ss__autocomplete--target .ss__autocomplete div {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400; }
    .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__terms {
      background: #EFEFEF; }
      .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__terms .ss__autocomplete__terms__options .ss__autocomplete__terms__option a {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 400;
        color: #333333; }
      .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__terms .ss__autocomplete__terms__options .ss__autocomplete__terms__option.ss__autocomplete__terms__option--active a {
        color: #c71222; }
    .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__facets .ss__facets .ss__facet .ss__facet__header {
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      text-transform: capitalize; }
    .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__facets .ss__facets .ss__facet .ss__facet-list-options .ss__facet-list-options__option .ss__facet-list-options__option__value {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400; }
    .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__content__results .ss__autocomplete__title h5 {
      font-size: 18px;
      line-height: 26px;
      font-weight: 600;
      text-transform: capitalize; }
    .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__content__results .ss__results .ss__result .ss__result__details .ss__result__details__title a {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 700;
      height: 48px;
      -webkit-line-clamp: 2;
      /* 显示几行 */
      display: -webkit-box;
      /* 弹性伸缩盒子 */
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis;
      margin-bottom: 8px; }
    .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__content__info {
      text-align: left; }
      .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__content__info a {
        font-size: 16px;
        line-height: 1.5;
        font-weight: 700;
        color: #C71222; }
        .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__content__info a svg {
          fill: #C71222; }
    @media (min-width: 1261px) {
      .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__terms {
        width: 21%; }
        .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__terms .ss__autocomplete__terms__options .ss__autocomplete__terms__option a {
          padding-left: 24px; } }
    @media (min-width: 1261px) and (min-width: 1261px) {
      .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__terms .ss__autocomplete__terms__options .ss__autocomplete__terms__option a {
        padding-left: 6rem; } }
    @media (min-width: 1261px) and (min-width: 1440px) {
      .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__terms .ss__autocomplete__terms__options .ss__autocomplete__terms__option a {
        padding-left: 120px; } }
    @media (min-width: 1261px) {
      .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__facets {
        width: 16%; }
      .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__content {
        padding-right: 24px; } }
  @media (min-width: 1261px) and (min-width: 1261px) {
    .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__content {
      padding-right: 6rem; } }
  @media (min-width: 1261px) and (min-width: 1440px) {
    .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__content {
      padding-right: 120px; } }
  @media (min-width: 1261px) and (min-width: 1440px) {
    .header-search .ss__autocomplete--target .ss__autocomplete .ss__autocomplete__content .ss__autocomplete__content__results .ss__results .ss__result {
      width: 25%; } }

@media only screen and (max-width: 767px) {
  li.product > .card .card-body {
    text-align: left; }
    li.product > .card .card-body > :last-child {
      margin-bottom: 15px; }
  .productCarousel-slide .card-actions {
    text-align: center; }
  .page-content .card-text {
    height: auto !important; }
  .ss__autocomplete--target .price-section.price-section--withoutTax {
    display: none; } }

@media only screen and (max-width: 424px) {
  li.product > .card .card-actions {
    bottom: 20px;
    left: 0;
    padding: 0 10px;
    width: 100%; } }

.product-size .form-option-variant {
  font-size: 12px;
  font-weight: 500;
  width: 120px;
  max-width: 100%;
  height: 100%;
  padding: 7px 0px; }

.product-size .form-option {
  border: 1px solid #cccccc; }

.product-size .form-option:hover,
.product-size .form-radio:checked + .form-option {
  box-shadow: inset 0 0 0 2px #000000; }

[data-product-attribute] .form-option.unavailable {
  background-color: #fff;
  opacity: 1;
  background: linear-gradient(to top right, transparent 0, transparent calc(50% - 0.8px), #d0d0d0 50%, transparent calc(50% + 0.8px), transparent); }

[data-product-attribute] .form-option.unavailable:before {
  display: none; }

.product-size .form-option:hover [data-product-attribute] .form-option.unavailable {
  background: linear-gradient(to top right, transparent 0, transparent calc(50% - 0.8px), #000 50%, transparent calc(50% + 0.8px), transparent); }

.qty_atc_box {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .qty_atc_box {
      padding-right: 14px; } }
  .qty_atc_box > div {
    flex-basis: 50%; }
    .qty_atc_box > div.add-to-cart-box {
      min-width: 0;
      width: 100%; }
      .qty_atc_box > div.add-to-cart-box #form-action-addToCart {
        width: 100%;
        min-width: 0; }

.product-tag.top-center.new-product {
  max-height: 25%;
  max-width: 25%; }

.quote-btn {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  height: auto;
  width: 100%;
  padding: 12px 16px;
  position: relative;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  transition: .5s;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  margin: 0;
  color: white;
  border: 1px solid #333;
  background: #333; }
  .button + .quote-btn {
    margin: 1rem 0 0 !important; }
  .quote-btn:hover {
    color: white;
    border: 1px solid #c71222;
    background: #c71222; }
  .quote-btn:focus, .quote-btn:active {
    color: white;
    border: 1px solid #c71222;
    background: #c71222; }

@media only screen and (max-width: 991px) {
  .quote-btn {
    pointer-events: all; } }

.brand-image-container {
  border: 1px solid #d7d7d7;
  margin-top: 20px;
  max-width: 100%;
  width: 8%;
  margin: auto;
  padding-right: 10.5px; }
  .brand-image-container img {
    max-height: 180px !important;
    height: auto;
    object-fit: cover;
    padding: 0;
    margin: 0 auto; }

.card-body > :first-child {
  margin-bottom: 0; }

.klaviyo-form {
  padding: 0px !important; }
  .klaviyo-form > div {
    gap: 0px !important; }
    .klaviyo-form > div > :first-child, .klaviyo-form > div > :nth-child(2), .klaviyo-form > div > :nth-child(3) {
      width: auto !important; }
    .klaviyo-form > div > :last-child {
      width: 100%; }
    .klaviyo-form > div span {
      line-height: 24px; }

.header {
  position: fixed;
  z-index: 1000;
  transition: top 0.3s;
  top: 0; }

#main-content {
  margin-top: 228px; }
  @media (max-width: 801px) {
    #main-content {
      margin-top: 205px !important; } }

@media screen and (max-width: 1650px) {
  .sticky-search .header-search form.form .form-field input {
    width: 240px; } }

.sticky-search .header-search form.form .form-field input {
  width: 170px; }

.site-navigation > ul > li > a {
  padding: 12px 16px; }

@media screen and (max-width: 1366px) {
  .sticky-search .header-search form.form .form-field input {
    width: 180px; }
  .site-navigation > ul > li > a {
    padding: 12px 16px; }
  .site-navigation > ul > li.shop-by-logo {
    width: 140px; }
  li.navUser-item .navUser-action {
    margin: 0 5px; }
  /* li.navUser-item.navUser-item--cart.sticky-cart .navUser-action {
    padding: 13px 10px 13px 40px;
} */ }

@media screen and (max-width: 1199px) {
  .product-wishlist-block .form-action.form-wishlist + .form-action {
    width: 100%;
    float: none; }
  .site-navigation.fixed > ul > li.sticky-search {
    display: none; }
  li.navUser-item.navUser-item--cart.sticky-cart {
    margin-left: auto; }
  .site-navigation > ul > li > a {
    padding: 12px 10px; } }

@media screen and (max-width: 991px) {
  .product-description,
  .products-support-pdf {
    width: 50%; }
  .page-banner-image > img {
    height: 450px; }
  .about-farmer-boy-content {
    padding: 0 0 35px 0;
    width: 100%;
    text-align: left; }
  .business-info .flex-row > div {
    padding-bottom: 25px; }
  .business-info-content h3 {
    font-size: 26px;
    line-height: normal;
    margin-bottom: 10px; }
  #farmer-boy-info {
    padding: 40px 0;
    margin-bottom: 35px; }
  #our-mission {
    padding: 40px 0; }
  .here-to-help-box a:nth-child(2) {
    margin: 0 15px; }
  .here-to-help-box a > img {
    margin-right: 5px;
    max-width: 18px; }
  .here-to-help-box ~ a {
    margin-top: 10px;
    font-size: 16px; }
  .shadow-box {
    padding: 20px 15px; }
  .login {
    margin-top: 20px;
    margin-bottom: 20px; }
  iframe#chat-widget {
    display: none; }
  .quantity-table tr td {
    padding: 10px 9px; }
  .heating-image > img {
    width: 100%; } }

@media screen and (max-width: 800px) {
  .hide-in-mobile {
    display: none !important; }
  .show-in-mobile {
    display: block !important; }
  .header {
    height: auto; }
  nav.navUser {
    position: static;
    transform: none; }
  .navPages-container.is-open {
    padding-top: 0;
    z-index: 100;
    background: #fff; }
  .mobile-header-top .header-logo-image {
    margin: 15px; }
  .mobile-header-top ul {
    margin: 0;
    list-style: none;
    display: flex;
    background: #656969; }
  .mobile-header-top ul li {
    display: inline-block;
    text-align: center;
    width: 50%; }
  .mobile-header-top ul li:first-child {
    border-right: 1px solid rgba(242, 241, 235, 0.4); }
  .mobile-header-top ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 2.96;
    letter-spacing: 0.72px;
    color: #fff; }
  .header-search-help {
    text-align: center;
    padding: 0; }
  .header-logo-box {
    width: auto;
    padding: 0;
    min-height: 0;
    text-align: left;
    display: inline-block; }
  .header-logo-image {
    max-height: none;
    position: static;
    max-width: 135px;
    margin: 0 0 0 45px; }
  .header-logo-image-container:after {
    display: none; }
  .header-icons {
    float: right;
    display: flex;
    height: 42px;
    line-height: 42px; }
    .header-icons svg {
      width: 24px;
      height: 24px; }
  .header-icons > a {
    margin: 0 16px 0 0;
    position: relative;
    display: flex;
    align-items: center; }
  .header-icons > a > span {
    height: 22px;
    width: 22px;
    display: block;
    background: #c71222;
    text-align: center;
    border-radius: 50%;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: -11px; }
  .mobileMenu-toggle {
    padding: 0 18px;
    left: 0;
    top: 58px;
    width: 60px;
    height: 60px;
    background: #efefef; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: transparent; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    display: block;
    height: auto;
    transform: translate(-50%, -50%);
    left: 50%; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    display: none; }
  .header-logo-section {
    background: #fff;
    min-height: 60px; }
  .header-logo-section .flex-row {
    display: flex; }
  .home-banner-image > img {
    height: 450px;
    object-position: top; }
  .bg-circle {
    height: 132px;
    width: 132px; }
  .animal-handling-content-row > div {
    width: calc(50% - 20px);
    -webkit-flex: 0 0 calc(50% - 20px);
    margin: 10px 10px 40px 10px; }
  .animal-handling-content-row > div:first-child {
    width: 100%;
    -webkit-flex: 0 0 100%;
    margin-bottom: 40px; }
  #big-product-section p > br {
    display: none; }
  #big-product-section p {
    margin-bottom: 25px; }
  button#qn-dialog-toggle {
    display: none; }
  .navBar--account {
    display: block;
    margin-bottom: 0; }
  .account-menu li.navBar-item {
    display: inline-block; }
  .page-sidebar {
    margin-top: 0;
    padding: 0;
    margin-bottom: 15px; }
  .facetedSearch-toggle {
    border: none;
    padding: 0; }
  span.facetedSearch-toggle-text {
    float: none;
    width: 100%;
    border: none; }
  .facetedSearch-toggle-indicator {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    padding: 5px;
    color: #c71222; }
  .facetedSearch-toggle-indicator svg {
    display: none; }
  .facetedSearch-toggle.toggleLink {
    margin: 0; }
  #facetedSearch-navList .accordion.accordion--navList {
    border: none;
    margin: 0; }
  .category-list-icon {
    width: 100%;
    border-right: none;
    padding-right: 0; }
  .category-list-icon ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px; }
  li.shop-by-brand .category-list-icon li.feature-image {
    margin: 0 5px; }
  .page-search section.page {
    margin: 0; }
  .page-search section.page #faceted-search-container {
    width: 100%; }
  .page-search section.page main {
    width: 100%;
    padding: 0; } }

@media screen and (max-width: 767px) {
  .flex-column {
    padding: 0; }
  .header {
    height: 127px; }
  .mobileMenu-toggle {
    top: 66px; }
  .flex-column-2 {
    width: 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%; }
  .flex-column-3 {
    width: 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    padding: 0; }
  .flex-column-4 {
    width: 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    padding: 0; }
  .flex-column-5 {
    width: 100%;
    flex: 0 0 100%;
    -webkit-flex: 0 0 100%;
    padding: 0; }
  .flex-row {
    margin: 0;
    flex-flow: column;
    -webkit-flex-flow: column; }
  .header-bottom-text p {
    line-height: normal; }
  .home-banner-content {
    transform: none;
    left: 0;
    top: auto;
    bottom: 30px; }
  .home-banner-content h1 > br,
  .home-banner-content p > br {
    display: none; }
  .home-banner-content p {
    margin-bottom: 20px;
    font-size: 14px;
    display: none; }
  .banner-btns {
    display: flex;
    margin: 0 -7.5px; }
  .banner-btns .btn-white {
    min-width: 0;
    width: 50%;
    height: auto; }
  .banner-btns > a {
    margin-right: 7.5px;
    margin-bottom: 5px;
    margin-left: 7.5px; }
  .animal-handling-content-row {
    padding-top: 25px;
    padding-bottom: 25px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
  .free-shipping-info-content p > br {
    display: none; }
  .featured-section ul {
    padding: 0 30px; }
  #home-swine-featured-products {
    padding: 30px 0; }
  .home-category-content {
    left: 15px; }
  .home-category-box:nth-child(odd) {
    border-right: none; }
  .home-category-content a {
    font-size: 11px; }
  #big-product-section {
    padding: 25px 0; }
  #big-product-section .flex-row:first-child {
    flex-direction: column-reverse; }
  #big-product-section .flex-row:last-child {
    padding-top: 40px; }
  #big-product-section h3 {
    padding-top: 25px; }
  .big-product-image > img {
    width: 100%; }
  .big-product-content-box {
    margin: 0;
    width: 100%; }
  .heating-image::before {
    width: 100%; }
  .heating-content {
    left: 15px;
    bottom: 15px; }
  .heating-content p {
    font-size: 14px;
    display: none; }
  .heating-content p > br {
    display: none; }
  .heating-content h2 {
    font-size: 40px;
    line-height: 1.35;
    margin-bottom: 5px; }
  .heating-image > img {
    min-height: 285px; }
  .heating-products .flex-row {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -7px; }
  .heating-products .flex-row .heating-product {
    width: 50%;
    -webkit-flex: 0 0 50%;
    margin-bottom: 0;
    padding: 0 7px; }
  .product-in-circle > img {
    width: 110px; }
  #banner-bottom h2 {
    font-size: 37px;
    line-height: 1;
    margin-bottom: 20px; }
  #banner-bottom h2 > br {
    display: none; }
  .help-contact-type a {
    font-size: 16px;
    display: inline-block; }
  .help-contact-type a > img {
    margin-right: 10px; }
  .help-contact-type .help-number a {
    margin-bottom: 20px; }
  .footer-bottom {
    padding: 15px 0; }
    .footer-bottom p {
      text-align: center;
      line-height: normal; }
    .footer-bottom .flex-column.flex-column-2.text-right {
      text-align: center; }
    .footer-bottom ul li a {
      line-height: normal; }
  #tab-related button.slick-prev,
  #tab-similar button.slick-prev {
    left: 5px; }
  #tab-related button.slick-next,
  #tab-similar button.slick-next {
    right: 5px; }
  .cart-list {
    border-top: none; }
  .cart-total-label,
  .cart-total-value {
    width: 50%;
    text-align: right; }
  .estimator-form {
    padding: 10px; }
  .product-description,
  .products-support-pdf {
    width: 100%; }
  .write-review {
    text-align: left;
    margin-top: 20px; }
  .review-posted-by {
    width: 100%;
    margin-bottom: 15px; }
  .review-description {
    width: 100%; }
  .page-banner-content {
    transform: none;
    left: 0;
    top: auto;
    bottom: 0; }
  .page-banner-content p br {
    display: none; }
  .page-banner-content p {
    margin-bottom: 20px;
    font-size: 14px; }
  .about-farmer-boy-content h3 {
    font-size: 20px; }
  .about-farmer-boy-content p {
    line-height: 20px; }
  .business-info-content p {
    line-height: 20px; }
  .business-info-content-box {
    width: 100%; }
  .business-info .flex-row:first-child {
    flex-flow: column-reverse; }
  #farmer-boy-info h5 {
    line-height: normal;
    font-size: 25px;
    text-align: justify; }
  .our-mission-content h6 {
    font-size: 18px;
    line-height: 24px; }
  #here-to-help {
    padding: 30px 0; }
  .here-to-help-box > p {
    font-size: 20px;
    line-height: normal;
    display: block; }
  .here-to-help-box a {
    font-size: 18px; }
  .here-to-help-box a:nth-child(2) {
    margin: 15px 0;
    display: block; }
  .login-form,
  .new-customer {
    padding: 0; }
  .login-row .new-customer .panel-body {
    padding: 15px; }
  .error-page-content,
  .error-server-content {
    padding: 30px 0; }
  .error-page-content h6 {
    margin-bottom: 10px; }
  .error-page-content h1 {
    font-size: 150px; }
  .error-server-content h1 {
    font-size: 36px;
    text-shadow: 3px 3px 0 #ffb7bd; }
  .productView-options div[data-product-option-change] {
    display: flex;
    flex-flow: column-reverse; }
  .product-price-mobile {
    display: block; }
  .price-section.price-section--withoutTax.non-sale-price--withoutTax {
    line-height: 1.5; }
  .total-review > span {
    display: inline-block;
    width: 40%;
    text-align: right; }
  .product-description .product-specification {
    display: none; }
  .products-support-pdf .product-specification {
    display: block; }
  .template-content {
    padding: 35px 0; }
  .compareTable-action .button {
    min-width: 0; }
  .home-category-img > img {
    height: 110px; }
  #reamaze-widget {
    left: auto !important;
    right: 10px;
    bottom: 90px !important; }
  .discount-table-block {
    margin-top: 20px;
    clear: both; }
  .discount-table {
    width: 100%;
    margin: 20px 0;
    clear: both; }
  .discount-table-row {
    min-width: 97px;
    width: 100%; }
  .productView-options .form-action {
    float: none;
    padding: 0;
    width: auto; }
  .product-wishlist-block .form-action.form-wishlist {
    bottom: 65px; }
  .free-shipping-info-content {
    padding: 35px 0;
    width: 100%; }
  .free-shipping-info-content h5 {
    line-height: normal;
    font-size: 29px; }
  #home-featured-products {
    padding: 50px 0 0 0; }
  .animal-handling-content h2 {
    font-size: 42px; }
  .animal-handling-content-row > div:last-child .animal-handling-content img {
    min-width: 205px;
    max-width: none; }
  .home-category-content h4 {
    font-size: 27px; }
  #home-featured-products article.card {
    margin-bottom: 0;
    padding-bottom: 30px; }
  #home-featured-products article.card .card-body {
    padding-top: 5px; }
  #home-featured-products ul.productGrid {
    padding: 0 20px; }
  .page #home-featured-products .slick-arrow.slick-prev {
    display: none; } }

@media screen and (max-width: 600px) {
  .product-in-circle > a {
    height: auto;
    min-width: 0;
    width: 100%; }
  .featured-section ul .slick-next {
    right: -5px; }
  .featured-section ul .slick-prev {
    left: -5px; }
  #featured-swine-products .productGrid .product {
    width: 100%;
    padding: 0; }
  .product-wishlist-block .form-action.form-wishlist {
    position: static; }
  .product-specification-box td {
    width: auto; }
  .quantity-table tr th {
    padding: 5px; }
  .quantity-table tr td:first-child {
    min-width: 0;
    padding: 10px 5px 10px 0; }
  .quantity-table tr td {
    padding: 4px 4px; }
  .account-menu li.navBar-item {
    margin: 5px;
    border: 1px solid;
    padding: 4px 10px;
    display: block; }
  .btn-compare {
    float: none;
    text-align: center; }
  .shop-by-brand ul.category-list.get-category-list {
    column-count: 1; }
  .category-list-icon {
    width: 100%; }
  li.shop-by-brand .category-list-icon li.feature-image {
    padding: 5px; }
  .page-search section.page main #product-listing-container .productGrid .product {
    width: 100%; }
  #reamaze-widget {
    bottom: 110px !important; }
  .productView,
  .modal .productView {
    padding-bottom: 30px; }
  .productView-options .add-to-cart-box #form-action-addToCart {
    margin-right: 0; } }

@media screen and (max-width: 374px) {
  .header-icons > a {
    margin: 3px 15px 0 0; }
  .animal-handling-content-row {
    flex-flow: column; }
  .animal-handling-content .bg-circle {
    height: 185px;
    width: 185px; }
  .animal-handling-content-row > div:first-child {
    margin-bottom: 0; }
  .animal-handling-content-row > div {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 10px; } }

@media screen and (min-width: 768px) and (max-width: 800px) {
  .review-description p,
  .posted-by {
    font-size: 14px; }
  .page-banner-content h1 {
    margin-bottom: 20px; }
  .business-info-content p {
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 15px; }
  .our-mission-content h6 {
    font-size: 18px; }
  .here-to-help-box a:nth-child(2) {
    margin: 0 15px; }
  .here-to-help-box a {
    font-size: 18px; }
  .discount-table-block {
    margin: 10px 0;
    clear: both; }
  .discount-table-row {
    min-width: 110px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .heating-image,
  .heating-products {
    width: 100%;
    flex: 0 0 100%; }
  .home-category-img > img {
    height: 200px; }
  .page-search section.page main #product-listing-container .productGrid .product {
    width: 50%; }
  .product-wishlist-block .form-action.form-wishlist {
    position: static; } }

@media screen and (min-width: 801px) and (max-width: 991px) {
  li.navUser-item .navUser-action {
    margin: 0 10px; }
  .header-logo-box {
    width: 230px; }
  .site-navigation > ul > li:first-child {
    min-width: 220px; }
  .site-navigation > ul > li:first-child > a {
    background-position: 10px 19px;
    padding-left: 45px;
    padding-right: 14px; }
  .site-navigation > ul > li > a {
    padding: 12px 12px; } }

@media screen and (min-width: 801px) and (max-width: 1365px) {
  .site-navigation > ul > li {
    position: static; }
  .site-navigation > ul > li > .dropdown-icon {
    display: none; } }

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .heating-image img {
    object-fit: cover;
    height: 500px; }
  .product-wishlist-block .form-action.form-wishlist {
    left: 345px;
    bottom: 70px; }
  .modal-body.quickView .product-wishlist-block .form-action.form-wishlist {
    left: 340px; }
  .modal-body.quickView .product-wishlist-block .form-action.form-wishlist .button span {
    font-size: 12px; } }

.header {
  height: auto; }

@media screen and (max-width: 767px) {
  .navPages-container.is-open {
    padding-top: 35px;
    background-color: transparent; }
  .logo-box {
    display: none; }
  .menu-back-btn {
    display: none !important; } }

.action-wrap > .action-lists {
  margin-right: 50px !important; }

.form-field > .form-input-desc {
  margin-left: 70px; }

.b2b-column-right > .pagination-list {
  text-align: center !important; }

.form-field.larger.c00285 > .form-input-desc {
  margin-left: 0px; }

ul#B3pagination {
  text-align: center; }

li.navBar-item.is-active {
  color: red !important;
  border-bottom: #ed2938; }

.pagination-list {
  text-align: center !important; }

a.navBar-action {
  font-size: 13px !important;
  text-transform: uppercase;
  color: #000 !important;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.navBar-action:hover {
  color: red !important; }

.navBar--sub .navBar-item.is-active > .navBar-action {
  color: #666666;
  color: red !important;
  /* border-bottom: red !important; */ }

.navBar--sub .navBar-item.is-active {
  border-bottom: 1px solid #ff0000; }

.page-account_orderstatus .pagination-list .pagination-item {
  border: none;
  border-radius: 0;
  margin: 0 2px; }

.form-select--small {
  padding: 0px !important;
  padding-left: 5px !important; }

button#add-new-shopping-list-confirm {
  /* width: 50px !important; */
  min-width: 50px !important; }

li.navBar-item.navBar-item__orders.is-active {
  font-size: 13px;
  font-weight: 600; }

#product-description li {
  list-style: disc; }

[data-layout-name="title-layout"] {
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

@media (max-width: 800px) {
  .home-banner-content h1 {
    font-size: 30px !important; } }

@media (max-width: 401px) {
  .home-banner-content h1 {
    font-size: 20px !important; } }

@media (max-width: 360px) {
  .brand_description_container .brandimg .brand-image-container {
    width: 90% !important; }
    .brand_description_container .brandimg .brand-image-container img {
      min-width: 50px !important; } }

@media (max-width: 260px) {
  .brand_description_container .brandimg .brand-image-container {
    width: 80% !important;
    margin-left: 20px; }
    .brand_description_container .brandimg .brand-image-container img {
      min-width: 50px !important;
      width: 200px; } }

@media (max-width: 360px) {
  .brand_description_container .brandimg .brand-image-container {
    width: 90% !important; }
    .brand_description_container .brandimg .brand-image-container img {
      min-width: 50px !important; } }

@media (max-width: 260px) {
  .brand_description_container .brandimg .brand-image-container {
    width: 80% !important;
    margin-left: 20px; }
    .brand_description_container .brandimg .brand-image-container img {
      min-width: 50px !important;
      width: 200px; } }

.brand_description_container {
  border: 1px solid #3e6688 !important;
  display: flex;
  align-items: center; }
  .brand_description_container .brandDescription {
    flex-basis: 80%;
    text-align: left;
    padding: 20px; }
  .brand_description_container .brandimg {
    flex-basis: 20%; }

@media (max-width: 520px) {
  .brand_description_container {
    flex-direction: column; } }

.brandimg .brand-image-container {
  width: 100% !important;
  margin-right: 0px;
  align-items: normal;
  border: none;
  max-width: 310px;
  max-height: 275px; }
  .brandimg .brand-image-container img {
    max-width: 310px;
    max-height: 275px;
    margin-right: 0px !important; }

.page #faceted-search-container {
  padding-left: 0px;
  padding-right: 0px; }

.hearbannershow {
  display: block; }

.hearbannerhide {
  display: none; }

@media (max-width: 500px) {
  .product .card .card-actions a {
    font-size: 14px; } }

.page-heading .ss__search-header {
  font-family: sans-serif;
  font-weight: 900; }

.breadcrumb.is-active > .breadcrumb-label {
  font-weight: 400; }

[data-layout-name="3Columns"] {
  display: flex;
  gap: 24px;
  flex-wrap: wrap; }
  [data-layout-name="3Columns"] [data-sub-layout-container] {
    display: none; }
  [data-layout-name="3Columns"] [data-sub-layout]:hover {
    border: 1px solid #3e6688; }
  [data-layout-name="3Columns"] [data-sub-layout] {
    flex-basis: 32%;
    padding: 24px !important;
    background: var(--farmerboyag-com-nero, #FFF);
    box-shadow: 0px 3px 10px 0px rgba(135, 135, 135, 0.35);
    font-family: "Arimo", Arial, Helvetica, sans-serif !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    z-index: 0;
    position: relative;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: #333333;
    flex-direction: column;
    padding: 24px; }
    @media (max-width: 500px) {
      [data-layout-name="3Columns"] [data-sub-layout] {
        flex-basis: 100%; } }
    [data-layout-name="3Columns"] [data-sub-layout] > :nth-child(2) p {
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
    [data-layout-name="3Columns"] [data-sub-layout] a {
      text-decoration: underline; }

.promotion-modal {
  display: none !important;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden; }

.promotion-modal-content {
  position: relative;
  background-color: #fefefe;
  margin: 10% auto;
  padding: 30px;
  border: 1px solid #888;
  width: 30%;
  z-index: 999999999999; }
  @media (max-width: 500px) {
    .promotion-modal-content {
      width: 80%; } }
  @media (min-width: 500px) and (max-width: 800px) {
    .promotion-modal-content {
      width: 50%; } }

.promotion-image {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 10px; }

[data-layout-name="promiseLayout"] {
  gap: 24px; }
  [data-layout-name="promiseLayout"] [data-sub-layout] {
    box-shadow: 0px 3px 10px 0px rgba(135, 135, 135, 0.35); }
    @media (min-width: 551px) {
      [data-layout-name="promiseLayout"] [data-sub-layout] {
        flex-basis: 100%;
        width: 100%; } }
    @media (min-width: 700px) {
      [data-layout-name="promiseLayout"] [data-sub-layout] {
        flex-basis: calc(33.3333% - 16px);
        width: calc(33.3333% - 16px); } }

.close-button {
  color: #000;
  float: right;
  font-size: 38px;
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: -10px; }

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

.go-brand svg {
  pointer-events: none; }

@media (max-width: 800px) {
  #accessories-product .card-body {
    flex-wrap: wrap; }
    #accessories-product .card-body > div {
      width: 100%; }
    #accessories-product .card-body .card-actions {
      margin-top: 16px; }
    #accessories-product .card-body .card-title a,
    #accessories-product .card-body .price {
      font-size: 14px !important; }
    #accessories-product .card-body .card-title a {
      font-weight: 700; } }

#accessories-product .card-body {
  flex-direction: column;
  gap: 16px; }

#accessories-product .card-actions {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-start;
  gap: 8px; }
  #accessories-product .card-actions .quantity-box {
    margin: 0px !important; }
  #accessories-product .card-actions .form-increment {
    width: auto; }
    #accessories-product .card-actions .form-increment input {
      width: 60px; }
    #accessories-product .card-actions .form-increment button {
      max-width: 40px; }
  #accessories-product .card-actions [data-event-type="product-click"] {
    max-width: 96px;
    height: auto; }

#accessories-product .card-title a {
  font-size: 14px;
  font-weight: 600; }

#accessories-product .price {
  font-size: 14px;
  color: #333; }

#qn-add-to-quote {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0; }

.callkk {
  font-weight: 700 !important; }

li {
  list-style: none; }

.content {
  margin-left: 0px; }
  .content > li {
    padding: 16px !important; }
    .content > li > a {
      font-size: 16px;
      letter-spacing: 1.04px;
      line-height: normal;
      color: #333;
      font-weight: 400; }

.content > li:hover {
  background-color: #fff; }

.we_mask {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1; }

.categray-container {
  border-bottom: none !important;
  box-sizing: content-box;
  min-width: 280px;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: 500px;
  overflow: scroll; }
  .categray-container .content > li {
    padding: 16px !important; }
  .categray-container > :first-child {
    background-color: #efefef; }
  .categray-container > div {
    min-width: 280px; }
    .categray-container > div li {
      list-style: none;
      font-size: 13px;
      padding: 5px 15px; }

.subcategroy li > a:hover,
.subcatory_container li > a:hover {
  border-bottom: 1px solid #f42737; }

.subcatory_container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-right: 1px solid #ccc;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .subcatory_container li {
    padding: 16 !important; }
  .subcatory_container li > a {
    font-size: 13px !important;
    line-height: normal !important;
    color: #000 !important;
    font-weight: 400 !important;
    font-family: "Arimo", Arial, Helvetica, sans-serif !important;
    letter-spacing: 1.04px; }

.categray_img_container {
  min-width: 0px !important;
  width: 280px;
  max-width: 280px;
  height: auto;
  background-color: #fff; }
  .categray_img_container img {
    background-color: #fff; }

.tianchong {
  height: 100%; }

.productView-video {
  margin: auto; }
  .productView-video iframe {
    width: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important; }

.productView_video_img {
  width: 100%;
  height: 100%; }

@media (max-width: 1400px) {
  .shop-by-brand .dropdown-icon {
    display: none; } }

@media (max-width: 420px) {
  [data-layout-name="shipping-information-title"] p,
  [data-layout-name="contact-us-title"] p,
  [data-layout-name="tax-exemption-certificates-title"] p {
    font-size: 40px;
    line-height: 40px; } }

[data-layout-name="tax-exemption-certificates-list"] p::before {
  content: "\2022";
  margin-right: 5px; }

[data-content-region="page_builder_content"] .search-filters {
  display: flex;
  align-items: center;
  justify-content: end;
  margin: 1.5rem 0 3rem; }

[data-content-region="page_builder_content"] [data-layout-name="mobileImgLayout"] [data-edit-mode] {
  background-size: cover !important; }

[data-content-region="page_builder_content"] .filter-group {
  text-align: left;
  width: 260px;
  max-width: 50%;
  position: relative; }

[data-content-region="page_builder_content"] .filter-group .button {
  width: 100%;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #000;
  padding: .75rem 0.5rem;
  margin: 0 auto; }

@media (min-width: 768px) {
  [data-content-region="page_builder_content"] .filter-group .button {
    text-align: left;
    font-size: 14px;
    padding: 0.3rem 0.5rem; } }

[data-content-region="page_builder_content"] .filter-group .dropdown-menu {
  width: 260px;
  background: #fff;
  border: 1px solid #e5e5e5;
  top: auto !important;
  left: 0 !important;
  right: 0 !important; }

[data-content-region="page_builder_content"] .filter-group .form-group input,
[data-content-region="page_builder_content"] .filter-group .form-group .form-label::before,
[data-content-region="page_builder_content"] .filter-group .form-group .form-label::after {
  display: none; }

[data-content-region="page_builder_content"] .filter-group .form-group .form-label {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: normal;
  text-transform: capitalize;
  padding: 0.5rem 0;
  margin: 0; }

[data-content-region="page_builder_content"] .filter-group .form-group .form-label:hover {
  color: red;
  text-decoration: underline; }

[data-content-region="page_builder_content"] .filter-group .form-group input:checked + .form-label {
  font-weight: bold;
  color: #000; }

[data-content-region="page_builder_content"] #locations .filter-group .form-group input:checked + .form-label {
  font-weight: bold;
  color: #000; }

[data-content-region="page_builder_content"] .search-results h2 {
  font-size: 24px;
  margin-bottom: 8px; }

[data-content-region="page_builder_content"] .no-results {
  display: none;
  text-align: center;
  margin: 9rem 0; }

[data-content-region="page_builder_content"] .search-results h3 {
  color: var(--farmerboyag-com-boulder, #757575);
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 144.444% */ }

[data-content-region="page_builder_content"] .buttom_container > .filter-group {
  position: absolute; }

[data-content-region="page_builder_content"] .search-results {
  width: 75%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  gap: 16px; }

[data-content-region="page_builder_content"] .page {
  min-height: 200px; }

[data-content-region="page_builder_content"] .results {
  flex-basis: 49%;
  background: var(--farmerboyag-com-nero, #FFF);
  box-shadow: 0px 3px 10px 0px rgba(135, 135, 135, 0.35);
  border: 1px solid #fff;
  padding: 24px; }

[data-content-region="page_builder_content"] .results:hover {
  border: 1px solid #3e6688; }

[data-content-region="page_builder_content"] #jobTitle {
  display: block;
  text-align: left;
  border: none;
  border-left: 4px solid #ccc;
  padding-left: 20px; }

[data-content-region="page_builder_content"] .activehk {
  width: 8px;
  height: 35px;
  border-radius: 0px 2px 2px 0px;
  background: var(--farmerboyag-com-alizarin-crimson, #ED2938);
  position: absolute;
  left: -4px;
  transition: top 0.3s ease; }

[data-content-region="page_builder_content"] #locations {
  padding-left: 12px;
  border-radius: 0px 0px 4px 4px;
  background: var(--farmerboyag-com-nero, #FFF);
  box-shadow: 0px 3px 10px 0px rgba(135, 135, 135, 0.35); }

[data-content-region="page_builder_content"] .w-location {
  color: var(--farmerboyag-com-boulder, #757575);
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  text-transform: uppercase; }

[data-content-region="page_builder_content"] .val {
  margin-left: 8px;
  color: var(--farmerboyag-com-black, #000);
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */ }

[data-content-region="page_builder_content"] .icon {
  float: right;
  margin-top: 3px; }

[data-content-region="page_builder_content"] .results ul {
  display: none; }

[data-content-region="page_builder_content"] .results a {
  color: var(--farmerboyag-com-alizarin-crimson, #ED2938);
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  text-decoration-line: underline; }

[data-content-region="page_builder_content"] #modalWrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

[data-content-region="page_builder_content"] #modalContent {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  border-radius: 5px;
  text-align: left;
  overflow: scroll; }

[data-content-region="page_builder_content"] #modalContent h2 {
  color: #000;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 8px; }

[data-content-region="page_builder_content"] #modalContent h3 {
  color: var(--farmerboyag-com-boulder, #757575);
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 24px; }

[data-content-region="page_builder_content"] #modalContent ul {
  margin-left: 0px;
  color: var(--farmerboyag-com-black, #000);
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 137.5% */ }

[data-content-region="page_builder_content"] #modalContent .learn {
  display: none; }

[data-content-region="page_builder_content"] .close {
  position: absolute;
  right: 15px;
  top: 0px;
  cursor: pointer;
  font-size: 40px; }

[data-content-region="page_builder_content"] #mobile-jobtitle {
  padding-left: 12px; }

[data-content-region="page_builder_content"] .mobile-jobtitlea {
  max-width: 260px; }

@media (min-width: 850px) and (max-width: 1100px) {
  [data-content-region="page_builder_content"] .results {
    flex-basis: 47%; } }

@media (min-width: 660px) {
  [data-content-region="page_builder_content"] .mobile-jobtitlea {
    display: none; } }

@media (min-width: 450px) and (max-width: 850px) {
  [data-content-region="page_builder_content"] .search-results {
    width: 64%; }
  [data-content-region="page_builder_content"] .results {
    flex-basis: 48%; } }

@media (min-width: 501px) {
  [data-content-region="page_builder_content"] [data-layout-name="pcImgLayout"] {
    display: flex; }
  [data-content-region="page_builder_content"] [data-layout-name="mobileImgLayout"] {
    display: none; } }

@media (max-width: 660px) {
  [data-content-region="page_builder_content"] [data-layout-name="title-layout"] p {
    font-size: 45px !important;
    line-height: 40px; }
  [data-content-region="page_builder_content"] .buttom_container > .filter-group {
    display: none; }
  [data-content-region="page_builder_content"] [data-layout-name="pcImgLayout"] {
    display: none; }
  [data-content-region="page_builder_content"] [data-layout-name="mobileImgLayout"] {
    display: flex; }
  [data-content-region="page_builder_content"] .search-filters {
    flex-wrap: wrap;
    gap: 16px; }
  [data-content-region="page_builder_content"] .search-filters .filter-group .dropdown-menu {
    width: 100% !important; }
  [data-content-region="page_builder_content"] .no-results {
    width: 100%; }
  [data-content-region="page_builder_content"] .search-results {
    width: 100%; }
  [data-content-region="page_builder_content"] .filter-group {
    width: 100%;
    max-width: 100%; }
  [data-content-region="page_builder_content"] .filter-group .button {
    text-align: left; }
  [data-content-region="page_builder_content"] .results {
    flex-basis: 100%; }
  [data-content-region="page_builder_content"] #modalContent {
    transform: none;
    top: 0;
    bottom: 0;
    left: 0; } }

[data-content-region="page_builder_content"] .btn-jotform {
  display: none !important; }

[data-content-region="page_builder_content"] .fixed-position {
  position: fixed !important;
  top: 90px; }

[data-content-region="page_builder_content"] .absolute-position {
  position: absolute !important; }

[data-content-region="page_builder_content"] .pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 24px; }

[data-content-region="page_builder_content"] .kspre,
[data-content-region="page_builder_content"] .ksnext {
  border: none;
  border-radius: 0;
  position: static;
  display: inline-block;
  opacity: 0;
  margin-top: 6px; }

[data-content-region="page_builder_content"] .kspre a,
[data-content-region="page_builder_content"] .ksnext a {
  font-size: 16px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  padding: 4px 10px;
  color: #3e6688;
  border-radius: 0;
  border: 1px solid #3e6688; }

[data-content-region="page_builder_content"] .results {
  display: none; }

[data-content-region="page_builder_content"] [data-sub-layout] {
  padding: 0px !important; }

[data-content-region="page_builder_content"] [data-layout-name="3Columns"] [data-sub-layout] {
  padding: 24px !important; }
  [data-content-region="page_builder_content"] [data-layout-name="3Columns"] [data-sub-layout] div {
    text-align: left; }

.footer-widgets .container {
  position: revert; }

.barns_container {
  background: var(--farmerboyag-com-wild-sand, #F5F5F5);
  padding-bottom: 80px; }

[data-layout-name="textleftLayout"] > :nth-child(2) > :nth-child(2) p {
  font-style: normal;
  font-weight: 600; }
  @media (min-width: 550px) and (max-width: 1050px) {
    [data-layout-name="textleftLayout"] > :nth-child(2) > :nth-child(2) p {
      padding-right: 20px; } }

[data-layout-name="textleftLayout"] > :nth-child(2) > :nth-child(3) p {
  line-height: 24px;
  padding-right: 24px !important; }
  @media (min-width: 550px) and (max-width: 1050px) {
    [data-layout-name="textleftLayout"] > :nth-child(2) > :nth-child(3) p {
      padding-right: 20px; } }
  @media (max-width: 550px) {
    [data-layout-name="textleftLayout"] > :nth-child(2) > :nth-child(3) p {
      padding-right: 0px !important; } }

[data-layout-name="textrightLayout"] > :nth-child(3) > :nth-child(2) p {
  font-style: normal;
  font-weight: 600;
  padding-left: 24px !important; }
  @media (min-width: 550px) and (max-width: 1050px) {
    [data-layout-name="textrightLayout"] > :nth-child(3) > :nth-child(2) p {
      padding-left: 20px; } }
  @media (max-width: 550px) {
    [data-layout-name="textrightLayout"] > :nth-child(3) > :nth-child(2) p {
      padding-left: 0px !important; } }

[data-layout-name="textrightLayout"] > :nth-child(3) > :nth-child(3) p {
  line-height: 24px;
  padding-left: 24px !important; }
  @media (min-width: 550px) and (max-width: 1050px) {
    [data-layout-name="textrightLayout"] > :nth-child(3) > :nth-child(3) p {
      padding-left: 20px; } }
  @media (max-width: 550px) {
    [data-layout-name="textrightLayout"] > :nth-child(3) > :nth-child(3) p {
      padding-left: 0px !important; } }

[data-layout-name="BarnsLayout"] p {
  font-weight: 600; }

[data-layout-name="LayoutLink"] [data-sub-layout] {
  cursor: pointer; }

@media (min-width: 1250px) {
  [data-layout-name="BarnsLeftLayout"] ul {
    width: 100%;
    margin-top: 8px !important; }
  [data-layout-name="BarnsLeftLayout"] > :nth-child(2) {
    height: auto;
    margin-left: calc((100vw - 1250px) / 2); }
  [data-layout-name="BarnsRightayout"] > :nth-child(3) {
    height: auto;
    margin-right: calc((100vw - 1250px) / 2); } }

[data-fiexd="fiexd"] {
  z-index: 9999999 !important;
  background: var(--farmerboyag-com-nero, #FFF);
  box-shadow: 0px 3px 10px 0px rgba(135, 135, 135, 0.35);
  position: fixed !important;
  top: 45px;
  width: 100%;
  transition: all 0.3s ease-in-out; }

[data-layout-name="LayoutLink"] {
  justify-content: center;
  padding: 16px;
  gap: 24px; }
  [data-layout-name="LayoutLink"] > div {
    flex-basis: auto;
    border-radius: 4px;
    border: 1px solid var(--farmerboyag-com-black, #000);
    background: var(--farmerboyag-com-nero, #FFF);
    padding: 8px 24px; }
  [data-layout-name="LayoutLink"] p {
    font-weight: 400; }

[data-layout-name="BarnsLeftLayout"] {
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center; }
  [data-layout-name="BarnsLeftLayout"] > :nth-child(2) {
    height: auto;
    padding: 40px;
    background: var(--farmerboyag-com-nero, #FFF);
    box-shadow: 0px 3px 10px 0px rgba(135, 135, 135, 0.35);
    z-index: 99; }
    [data-layout-name="BarnsLeftLayout"] > :nth-child(2) > :nth-child(2) p,
    [data-layout-name="BarnsLeftLayout"] > :nth-child(2) > :nth-child(4) p {
      font-style: normal;
      font-weight: 600;
      line-height: 24px; }
    [data-layout-name="BarnsLeftLayout"] > :nth-child(2) > :nth-child(3) p {
      font-weight: 400;
      line-height: 24px; }
    [data-layout-name="BarnsLeftLayout"] > :nth-child(2) a {
      font-family: "Arimo", Arial, Helvetica, sans-serif !important;
      letter-spacing: 0.48px;
      text-transform: uppercase; }
  [data-layout-name="BarnsLeftLayout"] > :nth-child(3) {
    margin-left: -85px !important;
    flex-basis: 50%;
    max-width: 50%; }
    [data-layout-name="BarnsLeftLayout"] > :nth-child(3) img {
      width: 100% !important; }
  [data-layout-name="BarnsLeftLayout"] ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap; }
    [data-layout-name="BarnsLeftLayout"] ul li {
      width: 50%;
      flex-basis: 50%;
      list-style: disc; }

[data-class="active"] {
  background: var(--farmerboyag-com-alizarin-crimson, #ED2938) !important;
  border: none !important; }
  [data-class="active"] p {
    color: var(--farmerboyag-com-nero, #FFF) !important;
    font-weight: 700; }

[data-layout-name="BarnsRightayout"] {
  flex-wrap: nowrap !important;
  align-items: center;
  justify-content: center; }
  [data-layout-name="BarnsRightayout"] > :nth-child(3) {
    height: auto;
    padding: 40px;
    background: var(--farmerboyag-com-nero, #FFF);
    box-shadow: 0px 3px 10px 0px rgba(135, 135, 135, 0.35);
    z-index: 99;
    flex-basis: 50%;
    max-width: 50%;
    margin-left: -85px !important; }
    [data-layout-name="BarnsRightayout"] > :nth-child(3) > :nth-child(2) p,
    [data-layout-name="BarnsRightayout"] > :nth-child(3) > :nth-child(4) p {
      font-style: normal;
      font-weight: 600;
      line-height: 24px; }
    [data-layout-name="BarnsRightayout"] > :nth-child(3) > :nth-child(3) p {
      font-weight: 400;
      line-height: 24px; }
    [data-layout-name="BarnsRightayout"] > :nth-child(3) a {
      font-family: "Arimo", Arial, Helvetica, sans-serif !important;
      letter-spacing: 0.48px;
      text-transform: uppercase; }
  [data-layout-name="BarnsRightayout"] > :nth-child(2) img {
    width: 100% !important; }
  [data-layout-name="BarnsRightayout"] ul {
    display: flex;
    width: 40%;
    justify-content: left;
    flex-wrap: wrap;
    margin-top: 8px; }
    [data-layout-name="BarnsRightayout"] ul li {
      width: 50%;
      flex-basis: 50%;
      list-style: disc; }

[data-layout-name="FeaturedProjectLayout"] p {
  font-weight: 600; }

[data-layout-name="FeaturedcontentLayout"] {
  margin-bottom: 80px; }
  [data-layout-name="FeaturedcontentLayout"] > :nth-child(2) p {
    font-weight: 400;
    line-height: 26px;
    font-style: italic;
    line-height: 26px; }

[data-layout-name="constructioMobileLayout"] {
  display: none !important; }

.mobile_links {
  width: 90%;
  padding: 8px 12px !important;
  position: relative;
  border-radius: 4px;
  border: 1px solid var(--farmerboyag-com-silver, #CCC) !important;
  background: var(--farmerboyag-com-nero, #FFF) !important;
  color: var(--farmerboyag-com-boulder, #757575);
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase; }
  .mobile_links span {
    color: var(--farmerboyag-com-black, #000);
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-left: 8px;
    text-transform: none; }
  .mobile_links svg {
    float: right;
    margin-top: 4px; }
  .mobile_links ul {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    top: 40px;
    margin-left: 0px;
    padding-left: 12px;
    z-index: 9999999999999;
    border-radius: 0px 0px 4px 4px;
    background: var(--farmerboyag-com-nero, #FFF);
    box-shadow: 0px 3px 10px 0px rgba(135, 135, 135, 0.35); }
    .mobile_links ul > :last-child {
      margin-bottom: 8px; }
    .mobile_links ul > :first-child {
      margin-top: 8px; }
    .mobile_links ul li {
      padding: 4px 0px; }
      .mobile_links ul li a {
        display: inline-block;
        width: 100%;
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-transform: none; }
  .mobile_links .active a {
    font-weight: 700 !important; }
  .mobile_links .active a:hover {
    color: #000; }

.custom_hide ul {
  display: none; }

.custom_show ul {
  display: block !important; }

.construction-server {
  text-transform: none; }

@media (max-width: 550px) {
  [data-layout-name="constructionLayout"] {
    display: none !important; }
  [data-layout-name="constructioMobileLayout"] {
    display: block !important; }
  h1.construction-server {
    font-size: 36px; }
  [data-layout-name="textleftLayout"] {
    margin-top: 64px !important; }
    [data-layout-name="textleftLayout"] > :nth-child(2) > :nth-child(2) p {
      font-size: 28px;
      line-height: 36px; }
    [data-layout-name="textleftLayout"] > :nth-child(2) > :nth-child(3) {
      margin-bottom: 24px; }
  [data-layout-name="textrightLayout"] {
    margin-top: 64px !important;
    flex-direction: column-reverse; }
    [data-layout-name="textrightLayout"] > :nth-child(3) > :nth-child(2) p {
      font-size: 28px;
      line-height: 36px;
      padding-right: 10px; }
    [data-layout-name="textrightLayout"] > :nth-child(3) > :nth-child(3) {
      margin-bottom: 24px; }
  [data-layout-name="BarnsLayout"] {
    margin-top: 64px !important; }
    [data-layout-name="BarnsLayout"] p {
      font-size: 28px;
      line-height: 36px;
      margin-top: -16px; }
  [data-layout-name="LayoutLink"] {
    margin-top: 0px !important;
    z-index: 99999 !important; }
    [data-layout-name="LayoutLink"] [data-sub-layout] {
      display: none; }
  [data-fiexd="fiexd"] {
    top: 0; }
  [data-layout-name="BarnsLeftLayout"] {
    flex-direction: column-reverse; }
    [data-layout-name="BarnsLeftLayout"] > :nth-child(3) {
      flex-basis: 100%;
      max-width: 100%;
      margin-left: 0px !important; }
    [data-layout-name="BarnsLeftLayout"] > :nth-child(2) {
      margin: 0px 24px;
      margin-top: -50px;
      padding: 24px !important; }
    [data-layout-name="BarnsLeftLayout"] .buttonLink {
      width: 100%; }
      [data-layout-name="BarnsLeftLayout"] .buttonLink a {
        width: 100%; }
    [data-layout-name="BarnsLeftLayout"] ul {
      display: flex;
      width: 100%;
      justify-content: space-between;
      flex-wrap: wrap; }
      [data-layout-name="BarnsLeftLayout"] ul li {
        width: 45%;
        flex-basis: 45%;
        list-style: disc;
        max-width: 120px; }
  [data-layout-name="BarnsRightayout"] {
    flex-direction: column !important; }
    [data-layout-name="BarnsRightayout"] ul {
      width: 100%; }
    [data-layout-name="BarnsRightayout"] .buttonLink {
      width: 100%; }
      [data-layout-name="BarnsRightayout"] .buttonLink a {
        width: 100%; }
    [data-layout-name="BarnsRightayout"] > :nth-child(3) {
      flex-basis: 100%;
      max-width: 100%;
      margin: -50px 24px 0px 24px !important;
      padding: 24px !important; }
  [data-layout-name="FeaturedImgLayout"] {
    display: none !important; }
    [data-layout-name="FeaturedImgLayout"] [data-edit-mode] {
      margin: 0px !important; }
    [data-layout-name="FeaturedImgLayout"] > :nth-child(3) {
      margin-top: 20px; }
  [data-layout-name="FeaturedcontentLayout"] {
    flex-direction: column-reverse; }
    [data-layout-name="FeaturedcontentLayout"] > :nth-child(2) {
      margin-top: 24px; }
      [data-layout-name="FeaturedcontentLayout"] > :nth-child(2) > :nth-child(3) div,
      [data-layout-name="FeaturedcontentLayout"] > :nth-child(2) > :nth-child(4) div {
        padding-right: 0px !important; }
  [data-content-region="page_builder_featured_project"] {
    padding: 0 9px; } }

@media (min-width: 767px) and (max-width: 821px) {
  [data-layout-name="LayoutLink"] > div {
    padding: 8px 10px; }
  [data-layout-name="BarnsLeftLayout"] {
    flex-direction: column-reverse !important; }
    [data-layout-name="BarnsLeftLayout"] > div {
      flex-basis: 100% !important;
      max-width: 100% !important; }
    [data-layout-name="BarnsLeftLayout"] > :nth-child(3) {
      margin-left: 0px !important;
      width: 100%;
      padding: 0 15px; }
    [data-layout-name="BarnsLeftLayout"] > :nth-child(2) {
      padding: 24px 24px;
      margin-top: -24px;
      width: 90%; }
  [data-layout-name="BarnsRightayout"] {
    flex-direction: column !important; }
    [data-layout-name="BarnsRightayout"] > div {
      flex-basis: 100% !important;
      max-width: 100% !important; }
    [data-layout-name="BarnsRightayout"] > :nth-child(2) {
      width: 100%;
      padding: 0 15px; }
    [data-layout-name="BarnsRightayout"] > :nth-child(3) {
      margin-left: 0px !important;
      padding: 24px 24px;
      margin-top: -24px;
      width: 90%; }
  [data-layout-name="FeaturedcontentLayout"] p {
    font-size: 14px !important;
    padding-right: 10px !important; }
  [data-layout-name="FeaturedcontentLayout"] > :nth-child(2) div {
    padding-right: 0px !important; }
  [data-layout-name="BarnsRightayout"] ul {
    width: 100% !important; }
  [data-layout-name="BarnsRightayout"] > :nth-child(3) > :nth-child(2) p {
    font-size: 24px; }
  [data-layout-name="BarnsRightayout"] > :nth-child(3) > :nth-child(3) p {
    font-size: 12px; } }

@media (min-width: 551px) and (max-width: 799px) {
  [data-fiexd="fiexd"] {
    top: -16px; }
  [data-layout-name="LayoutLink"] > div {
    padding: 8px 10px; }
  [data-layout-name="BarnsLeftLayout"] {
    flex-direction: column-reverse !important; }
    [data-layout-name="BarnsLeftLayout"] > div {
      flex-basis: 100% !important;
      max-width: 100% !important; }
    [data-layout-name="BarnsLeftLayout"] > :nth-child(3) {
      margin-left: 0px !important;
      width: 100%;
      padding: 0 15px; }
    [data-layout-name="BarnsLeftLayout"] > :nth-child(2) {
      padding: 24px 24px;
      margin-top: -24px;
      width: 90%; }
  [data-layout-name="textleftLayout"] ul,
  [data-layout-name="BarnsLeftLayout"] ul {
    width: 100% !important; }
  [data-layout-name="textleftLayout"] > :nth-child(2) > :nth-child(2) p,
  [data-layout-name="BarnsLeftLayout"] > :nth-child(2) > :nth-child(2) p {
    font-size: 24px; }
  [data-layout-name="textleftLayout"] > :nth-child(2) > :nth-child(3) p,
  [data-layout-name="BarnsLeftLayout"] > :nth-child(2) > :nth-child(3) p {
    font-size: 12px; }
  [data-layout-name="textrightLayout"] > :nth-child(3) {
    padding-left: 10px !important; }
    [data-layout-name="textrightLayout"] > :nth-child(3) > :nth-child(2) p {
      font-size: 24px; }
    [data-layout-name="textrightLayout"] > :nth-child(3) > :nth-child(3) p {
      font-size: 12px; }
  [data-layout-name="BarnsRightayout"] ul {
    width: 100% !important; }
  [data-layout-name="BarnsRightayout"] > :nth-child(3) > :nth-child(2) p {
    font-size: 24px; }
  [data-layout-name="BarnsRightayout"] > :nth-child(3) > :nth-child(3) p {
    font-size: 12px; }
  [data-layout-name="FeaturedcontentLayout"] p {
    font-size: 14px !important;
    padding-right: 10px !important; }
  [data-layout-name="FeaturedcontentLayout"] > :nth-child(2) div {
    padding-right: 0px !important; } }

body > div > .needsclick > .needsclick {
  z-index: 99999999999999 !important; }

[data-layout-name="qnthanksLayout"] {
  width: calc(33.333333333333336% - 20.0px);
  margin: 29px auto; }

@media (max-width: 770px) {
  [data-layout-name="qnthanksLayout"] {
    width: 100%;
    margin: 29px auto; }
  [data-layout-name="qnthankscontentLayout"] > :nth-child(2) > :nth-child(2) p {
    line-height: 55px;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 400; } }

@media (max-width: 765px) {
  [data-layout-name="taxTitleLayout"] p {
    font-weight: 400 !important; }
  .tax-content {
    padding: 0px !important; }
  [filter-tag] {
    min-height: 128px; }
  .filterState {
    width: 100% !important; } }

.tax-content {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 120px; }
  .tax-content [filter-tag] {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-direction: column;
    padding: 16px;
    background: var(--farmerboyag-com-nero, #FFF);
    box-shadow: 0px 3px 10px 0px rgba(135, 135, 135, 0.35);
    border: 1px solid #fff; }
    @media (min-width: 501px) {
      .tax-content [filter-tag] {
        flex-basis: calc(50% - 12px); } }
    @media (min-width: 769px) {
      .tax-content [filter-tag] {
        flex-basis: calc(33.333333% - 16px); } }
    @media (min-width: 1024px) {
      .tax-content [filter-tag] {
        flex-basis: calc(25% - 18px); } }
    .tax-content [filter-tag] p {
      margin-bottom: 0px; }
    .tax-content [filter-tag] > :first-child {
      font-size: 20px;
      color: #000;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
    .tax-content [filter-tag] a {
      text-decoration: underline;
      color: var(--farmerboyag-com-alizarin-crimson, #ED2938); }
  .tax-content [filter-tag]:hover {
    border-color: #3E6688; }

.hide [filter-content] {
  display: none; }

.filterState {
  position: relative;
  margin-top: 64px;
  display: flex;
  width: 288px;
  padding: 8px 12px;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  border: 1px solid var(--farmerboyag-com-silver, #CCC);
  background: var(--farmerboyag-com-nero, #FFF); }
  .filterState [filter-content] {
    max-height: 210px;
    overflow-y: scroll;
    padding: 12px;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 999;
    border-radius: 0px 0px 4px 4px;
    background: var(--farmerboyag-com-nero, #FFF);
    box-shadow: 0px 3px 10px 0px rgba(135, 135, 135, 0.35);
    cursor: pointer; }
    .filterState [filter-content] .current {
      font-weight: 700; }
    .filterState [filter-content] [ks] {
      padding-top: 8px; }
  .filterState .filter-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: var(--farmerboyag-com-boulder, #757575);
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer; }
    .filterState .filter-title .content {
      color: var(--farmerboyag-com-black, #000);
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      text-transform: none;
      margin-left: 8px; }
    .filterState .filter-title > :nth-child(2) {
      display: flex;
      align-items: center; }

.sticky {
  position: fixed !important;
  top: -64px;
  left: 0px;
  width: 100%;
  background: var(--farmerboyag-com-nero, #FFF);
  box-shadow: 0px 3px 10px 0px rgba(135, 135, 135, 0.35);
  border: none;
  border-radius: 0px;
  padding: 16px 24px; }
  .sticky .filter-title {
    border-radius: 4px;
    border: 1px solid var(--farmerboyag-com-silver, #CCC);
    background: var(--farmerboyag-com-nero, #FFF);
    padding: 8px; }
  .sticky [filter-content] {
    margin: 16px 24px 0px 24px; }

[data-layout-name="taxcontentLayout"] {
  max-width: 1280px;
  margin: auto; }
  @media (max-width: 765px) {
    [data-layout-name="taxcontentLayout"] {
      margin: 12px; } }

#main-content [id^="sd-product-set-carousel"] a[href*="/cart.php?action=add"] {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: white;
  border: 1px solid #c71222;
  background: #c71222;
  padding: 11px 16px;
  margin: 0;
  position: relative; }
  #main-content [id^="sd-product-set-carousel"] a[href*="/cart.php?action=add"]:hover {
    color: white;
    border: 1px solid #950d19;
    background: #950d19; }
  #main-content [id^="sd-product-set-carousel"] a[href*="/cart.php?action=add"]:focus, #main-content [id^="sd-product-set-carousel"] a[href*="/cart.php?action=add"]:active {
    color: white;
    border: 1px solid #950d19;
    background: #950d19; }

#main-content [id^="sd-simple-text-"] p {
  line-height: 1.5; }

#main-content .home_hero_carousel [data-layout-name^="Banner"] > [data-sub-layout],
#main-content .home_hero_mobile_carousel [data-layout-name^="Banner"] > [data-sub-layout] {
  padding: 24px; }
  @media (min-width: 1261px) {
    #main-content .home_hero_carousel [data-layout-name^="Banner"] > [data-sub-layout],
    #main-content .home_hero_mobile_carousel [data-layout-name^="Banner"] > [data-sub-layout] {
      padding: 24px 6rem; } }
  @media (min-width: 1440px) {
    #main-content .home_hero_carousel [data-layout-name^="Banner"] > [data-sub-layout],
    #main-content .home_hero_mobile_carousel [data-layout-name^="Banner"] > [data-sub-layout] {
      padding: 24px 120px; } }
  #main-content .home_hero_carousel [data-layout-name^="Banner"] > [data-sub-layout] em,
  #main-content .home_hero_mobile_carousel [data-layout-name^="Banner"] > [data-sub-layout] em {
    font-size: 48px;
    font-family: "Pacifico", "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal; }
  #main-content .home_hero_carousel [data-layout-name^="Banner"] > [data-sub-layout] p,
  #main-content .home_hero_mobile_carousel [data-layout-name^="Banner"] > [data-sub-layout] p {
    line-height: 1.5; }
  #main-content .home_hero_carousel [data-layout-name^="Banner"] > [data-sub-layout] > [data-widget-id]:first-child p,
  #main-content .home_hero_mobile_carousel [data-layout-name^="Banner"] > [data-sub-layout] > [data-widget-id]:first-child p {
    line-height: 48px; }

#main-content .home_hero_carousel .slick-slider.slick-dotted,
#main-content .home_hero_mobile_carousel .slick-slider.slick-dotted {
  margin: 0; }

#main-content .home_hero_carousel .slick-dots,
#main-content .home_hero_mobile_carousel .slick-dots {
  display: none !important; }

#main-content .home_hero_carousel .slick-arrow,
#main-content .home_hero_mobile_carousel .slick-arrow {
  display: none !important; }

body:not(.no-custom-page-builder) #main-content .home_hero_carousel > [data-content-region] > [data-layout-id]:not(.slick-initialized) > [data-sub-layout-container]:nth-child(n+2),
body:not(.no-custom-page-builder) #main-content .home_hero_mobile_carousel > [data-content-region] > [data-layout-id]:not(.slick-initialized) > [data-sub-layout-container]:nth-child(n+2) {
  display: none; }

#main-content .home_hero_carousel {
  display: none; }
  @media (min-width: 801px) {
    #main-content .home_hero_carousel {
      display: block; } }
  #main-content .home_hero_carousel [data-layout-name^="Banner"] > [data-sub-layout] {
    height: 480px; }
    #main-content .home_hero_carousel [data-layout-name^="Banner"] > [data-sub-layout] > [data-widget-id] {
      width: 486px; }
      @media (min-width: 1440px) {
        #main-content .home_hero_carousel [data-layout-name^="Banner"] > [data-sub-layout] > [data-widget-id] {
          width: 33.75%; } }
  #main-content .home_hero_carousel [data-layout-name="Banner Center"] > [data-sub-layout] > [data-widget-id] {
    margin: 0 auto; }
  #main-content .home_hero_carousel [data-layout-name="Banner Right"] > [data-sub-layout] > [data-widget-id] {
    margin-right: 0; }

@media (min-width: 801px) {
  #main-content .home_hero_mobile_carousel {
    display: none; } }

#main-content .home_hero_mobile_carousel [data-layout-name^="Banner"] > [data-sub-layout] {
  aspect-ratio: 390 / 640; }

.home_below_carousel_container {
  background-color: #EFEFEF;
  padding-top: 24px;
  padding-bottom: 24px; }
  .home_below_carousel_container > [data-content-region="home_below_carousel"] > [data-layout-id] {
    display: flex; }
    @media (min-width: 700px) and (max-width: 1000px) {
      .home_below_carousel_container > [data-content-region="home_below_carousel"] > [data-layout-id] {
        justify-content: space-between; } }
    @media only screen and (max-width: 1000px) {
      .home_below_carousel_container > [data-content-region="home_below_carousel"] > [data-layout-id] {
        flex-wrap: wrap;
        gap: 24px; } }
  .home_below_carousel_container > [data-content-region="home_below_carousel"] [data-layout-name="Layout"] {
    cursor: pointer;
    gap: 16px; }
    @media only screen and (max-width: 1000px) {
      .home_below_carousel_container > [data-content-region="home_below_carousel"] [data-layout-name="Layout"] {
        width: 46%;
        flex-basis: 46%;
        flex-direction: column;
        border: 1px solid #676969;
        align-items: center;
        padding: 30px 16px; }
        .home_below_carousel_container > [data-content-region="home_below_carousel"] [data-layout-name="Layout"] > [data-sub-layout] {
          flex-basis: auto;
          max-width: none; }
          .home_below_carousel_container > [data-content-region="home_below_carousel"] [data-layout-name="Layout"] > [data-sub-layout] div {
            text-align: center; }
          .home_below_carousel_container > [data-content-region="home_below_carousel"] [data-layout-name="Layout"] > [data-sub-layout] > :nth-child(3) {
            display: none; } }
    @media (min-width: 700px) and (max-width: 1000px) {
      .home_below_carousel_container > [data-content-region="home_below_carousel"] [data-layout-name="Layout"] {
        width: 48%;
        flex-basis: 48%; } }
    .home_below_carousel_container > [data-content-region="home_below_carousel"] [data-layout-name="Layout"] > :nth-child(2) {
      max-width: 40px; }
    .home_below_carousel_container > [data-content-region="home_below_carousel"] [data-layout-name="Layout"] > :last-child {
      max-width: none;
      flex: 1; }

@media only screen and (max-width: 800px) {
  .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :first-child [data-sub-layout] > div > div {
    margin-top: 64px; } }

@media only screen and (max-width: 800px) {
  .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(3) {
    margin-bottom: 64px; }
    .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(3) > :nth-child(2) > :nth-child(2) [data-edit-mode],
    .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(3) > :nth-child(3) > :nth-child(2) [data-edit-mode] {
      aspect-ratio: 16 / 10;
      background-size: cover !important; } }

.home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(2),
.home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(3) {
  gap: 24px;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 700px) {
    .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(2),
    .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(3) {
      flex-wrap: wrap; } }
  .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(2) [data-sub-layout] img,
  .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(3) [data-sub-layout] img {
    width: 100% !important; }
  .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(2) [data-sub-layout] [data-edit-mode],
  .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(3) [data-sub-layout] [data-edit-mode] {
    border-radius: 5px; }
  .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(2) [data-sub-layout] > :last-child,
  .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(3) [data-sub-layout] > :last-child {
    position: absolute;
    left: 24px;
    z-index: 9;
    bottom: 24px; }
  .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(2) [data-sub-layout]::after,
  .home_featured_categories_container > [data-content-region="featured_categories"] > [data-layout-id] > :nth-child(3) [data-sub-layout]::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute; }

.home_featured_products_container,
.home_featured_products_container {
  background-color: #EFEFEF; }

.home_featured_products_container {
  padding: 80px 0; }
  @media only screen and (max-width: 700px) {
    .home_featured_products_container {
      padding: 64px 0; } }
  .home_featured_products_container .productCarousel,
  .home_featured_products_container .productCarousel.slick-dotted.slick-slider {
    margin-bottom: 0; }
  .home_featured_products_container .card {
    background: #fff; }
    .home_featured_products_container .card .quote-btn {
      display: none; }
  .home_featured_products_container .slick-arrow {
    border: none; }
  .home_featured_products_container [data-test-id="product-set-left-arrow"],
  .home_featured_products_container [data-test-id="product-set-right-arrow"] {
    background: none; }
    .home_featured_products_container [data-test-id="product-set-left-arrow"] svg path,
    .home_featured_products_container [data-test-id="product-set-right-arrow"] svg path {
      fill: #000; }
  @media (min-width: 700px) and (max-width: 1256px) {
    .home_featured_products_container [data-test-id="product-set-left-arrow"] {
      left: -30px !important; } }
  .home_featured_products_container [data-layout-name="Layout"] > div > div > div > div > div > div > div > div {
    height: 100%;
    justify-content: space-between; }
  .home_featured_products_container [data-test-id="product-set-right-arrow"] {
    right: -32px; }
    @media only screen and (max-width: 700px) {
      .home_featured_products_container [data-test-id="product-set-right-arrow"] {
        top: 98%; } }
  .home_featured_products_container [data-test-id="product-set-left-arrow"] {
    left: -50px; }
    @media only screen and (max-width: 700px) {
      .home_featured_products_container [data-test-id="product-set-left-arrow"] {
        top: 98%;
        left: -36px; } }
  .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > :last-child,
  .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > :last-child {
    padding: 0px; }
    .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > :last-child button,
    .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > :last-child button {
      width: 96px;
      padding: 0px;
      margin: 0px;
      border: none;
      border-radius: 0px;
      height: 8px;
      background-color: #e0e0e0; }
      @media only screen and (max-width: 700px) {
        .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > :last-child button,
        .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > :last-child button {
          width: 25px; } }
    .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > :last-child .sd-product-set__bullet-active,
    .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > :last-child .sd-product-set__bullet-active {
      background-color: #c71222; }
  .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > div > div > :first-child,
  .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > div > div > :first-child {
    padding-left: 0px; }
  .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > div > div > :last-child,
  .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > div > div > :last-child {
    padding-right: 0px; }
  .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > div > div > div,
  .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > div > div > div {
    padding: 0px 12px; }
    .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > div > div > div > div,
    .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > div > div > div > div {
      background-color: #fff;
      box-shadow: 0px 2px 20px 0px #33333329; }
      .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > div > div > div > div [data-test-id="product-set-widget-brand"],
      .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > div > div > div > div [data-test-id="product-set-widget-brand"] {
        display: none; }
      .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > div > div > div > div [data-test-id="product-set-widget-name"],
      .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > div > div > div > div [data-test-id="product-set-widget-name"] {
        font-weight: 700;
        font-size: 16px;
        text-align: left;
        margin-top: 16px;
        min-height: 70px; }
      .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > div > div > div > div [data-test-id="product-set-widget-price"],
      .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > div > div > div > div [data-test-id="product-set-widget-price"] {
        margin-top: 16px;
        font-weight: 600;
        font-size: 24px;
        width: 100%; }
      .home_featured_products_container [data-layout-name="Layout"] > [data-sub-layout] > div > div > div > div > div > div > div > :last-child,
      .home_featured_products_container [data-layout-name="mobileLayout"] > [data-sub-layout] > div > div > div > div > div > div > div > :last-child {
        width: 100%;
        padding: 0px;
        text-align: center; }
  @media only screen and (max-width: 700px) {
    .home_featured_products_container [data-content-region="featured_products"] > div > :nth-child(2) > [data-sub-layout] > div > div > div > :first-child > div > div,
    .home_featured_products_container [data-content-region="featured_products"] > div > :nth-child(3) > [data-sub-layout] > div > div > div > :first-child > div > div {
      flex: none !important;
      width: 25% !important; } }
  .home_featured_products_container [data-content-region="featured_products"] > div > :nth-child(2) > [data-sub-layout] > div > div > div > :last-child,
  .home_featured_products_container [data-content-region="featured_products"] > div > :nth-child(3) > [data-sub-layout] > div > div > div > :last-child {
    padding-top: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center; }
    @media only screen and (max-width: 700px) {
      .home_featured_products_container [data-content-region="featured_products"] > div > :nth-child(2) > [data-sub-layout] > div > div > div > :last-child,
      .home_featured_products_container [data-content-region="featured_products"] > div > :nth-child(3) > [data-sub-layout] > div > div > div > :last-child {
        padding-top: 32px; } }

.content_right_container img,
.content_left_container img {
  width: 100% !important; }

.content_left_container {
  padding-top: 80px; }
  @media only screen and (max-width: 700px) {
    .content_left_container {
      padding-top: 64px; } }
  .content_left_container [data-layout-name="Layout"] > :nth-child(2) {
    padding-right: 40px; }
    .content_left_container [data-layout-name="Layout"] > :nth-child(2) > :nth-child(3) p {
      line-height: 24px; }
    @media only screen and (max-width: 700px) {
      .content_left_container [data-layout-name="Layout"] > :nth-child(2) {
        padding-right: 0px; }
        .content_left_container [data-layout-name="Layout"] > :nth-child(2) > :nth-child(2) p {
          line-height: 36px; } }
    @media only screen and (min-width: 1440px) {
      .content_left_container [data-layout-name="Layout"] > :nth-child(2) {
        padding-right: 100px; } }
    @media only screen and (min-width: 1600px) {
      .content_left_container [data-layout-name="Layout"] > :nth-child(2) {
        padding-right: 100px; } }
    @media only screen and (min-width: 1800px) {
      .content_left_container [data-layout-name="Layout"] > :nth-child(2) {
        padding-right: 100px; } }
  @media only screen and (max-width: 700px) {
    .content_left_container [data-layout-name="Layout"] > :nth-child(3) {
      margin-top: 32px; } }
  @media (min-width: 550px) and (max-width: 700px) {
    .content_left_container img {
      margin-top: 30px !important; } }

.content_right_container {
  margin-top: 20px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 700px) {
    .content_right_container {
      margin-top: 64px;
      margin-bottom: 64px; } }
  @media only screen and (max-width: 700px) {
    .content_right_container [data-layout-name="Layout"] {
      flex-direction: column-reverse; } }
  .content_right_container [data-layout-name="Layout"] > :nth-child(3) {
    padding-left: 40px; }
    .content_right_container [data-layout-name="Layout"] > :nth-child(3) > :nth-child(3) p {
      line-height: 24px; }
    @media only screen and (max-width: 700px) {
      .content_right_container [data-layout-name="Layout"] > :nth-child(3) {
        margin-bottom: 32px;
        padding-left: 0px; }
        .content_right_container [data-layout-name="Layout"] > :nth-child(3) > :nth-child(2) p {
          line-height: 36px; } }
    @media only screen and (min-width: 1440px) {
      .content_right_container [data-layout-name="Layout"] > :nth-child(3) {
        padding-left: 100px; } }
  @media (min-width: 550px) and (max-width: 700px) {
    .content_right_container img {
      margin-top: 30px !important; } }

.content_catalog_container [data-layout-name="Layout"] {
  padding: 48px 0px;
  padding-top: 20px; }
  @media only screen and (min-width: 900px) {
    .content_catalog_container [data-layout-name="Layout"] {
      flex-wrap: nowrap; } }
  .content_catalog_container [data-layout-name="Layout"]::before {
    position: absolute;
    top: 0px;
    content: " ";
    display: block;
    width: 100%;
    height: 90%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); }
  .content_catalog_container [data-layout-name="Layout"]::after {
    height: 90%; }
  .content_catalog_container [data-layout-name="Layout"] > :nth-child(2) {
    padding-left: 24px;
    padding-right: 24px; }
    @media only screen and (min-width: 900px) {
      .content_catalog_container [data-layout-name="Layout"] > :nth-child(2) {
        padding-right: 150px;
        min-width: 720px; } }
    @media only screen and (max-width: 900px) {
      .content_catalog_container [data-layout-name="Layout"] > :nth-child(2) {
        padding-top: 44px; } }
    @media (min-width: 1261px) {
      .content_catalog_container [data-layout-name="Layout"] > :nth-child(2) {
        padding-left: 6rem; } }
    @media (min-width: 1440px) {
      .content_catalog_container [data-layout-name="Layout"] > :nth-child(2) {
        padding-left: 120px; } }
  @media only screen and (max-width: 700px) {
    .content_catalog_container [data-layout-name="Layout"] > :nth-child(3) {
      margin-top: 4px;
      padding-bottom: 64px; } }
  .content_catalog_container [data-layout-name="Layout"] [data-sub-layout] .catalog {
    z-index: 99; }
    .content_catalog_container [data-layout-name="Layout"] [data-sub-layout] .catalog .title {
      font-size: 28px;
      font-weight: 700;
      color: #fff; }
    .content_catalog_container [data-layout-name="Layout"] [data-sub-layout] .catalog .content {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      color: #fff;
      margin-top: 16px;
      margin-bottom: 24px; }
  .content_catalog_container [data-layout-name="Layout"] [data-sub-layout] .action {
    display: flex; }
    .content_catalog_container [data-layout-name="Layout"] [data-sub-layout] .action .Request {
      margin-left: 24px; }

[data-content-region="home_hero_carousel"] .slick-dots {
  display: none !important; }

[data-content-region="home_hero_carousel"] .content {
  padding-top: 136px;
  padding-bottom: 136px; }
  [data-content-region="home_hero_carousel"] .content h2 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #fff; }

.home-blogs .blog-header {
  padding: 0 .75rem; }
  @media (min-width: 551px) {
    .home-blogs .blog-header {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  .home-blogs .blog-header a {
    color: #c71222;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 1.5rem; }
    .home-blogs .blog-header a:hover {
      color: #950D19; }

.home-blogs .blog-content {
  margin: -.75rem; }

.home-blogs .blog-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 0 4rem !important; }
  .home-blogs .blog-list .slick-track {
    height: 100%; }
  .home-blogs .blog-list .blog {
    padding: .75rem;
    margin: 0; }
    .home-blogs .blog-list .blog + .blog {
      border: none;
      margin: 0; }
    .home-blogs .blog-list .blog .card-img-container::after {
      content: "";
      display: block;
      height: 0;
      padding-bottom: 62.5%;
      width: 100%; }
    .home-blogs .blog-list .blog .card-img-container img {
      object-fit: cover; }
    .home-blogs .blog-list .blog .card {
      display: flex;
      flex-direction: column;
      height: 100%;
      margin: 0; }
    .home-blogs .blog-list .blog .card-body {
      flex: 1;
      display: flex;
      flex-direction: column; }
    .home-blogs .blog-list .blog .card-title {
      font-size: 16px;
      line-height: 1.5; }
      .home-blogs .blog-list .blog .card-title > a {
        height: auto; }
    .home-blogs .blog-list .blog .card-text {
      font-size: 16px;
      font-weight: normal;
      line-height: 1.5;
      margin-bottom: 1rem; }
    .home-blogs .blog-list .blog .blog-post {
      -webkit-line-clamp: 3;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
    .home-blogs .blog-list .blog .card-actions {
      flex: 1;
      align-items: flex-start;
      justify-content: flex-end; }
      .home-blogs .blog-list .blog .card-actions .read-more {
        color: #c71222;
        font-weight: 500;
        text-decoration: underline;
        margin: 0; }
        .home-blogs .blog-list .blog .card-actions .read-more:hover {
          color: #950D19; }

.need_help [data-layout-name="Layout"] > :nth-child(2) > :nth-child(2) p {
  line-height: 36px; }

.need_help [data-content-region="need_help_container"] [data-layout-name="mobileLayout"] {
  display: none; }

.need_help [data-content-region="need_help_container"] [data-layout-name="Layout"] {
  display: block; }

@media only screen and (max-width: 700px) {
  .need_help [data-content-region="need_help_container"] [data-layout-name="mobileLayout"] {
    display: block;
    height: 480px; }
  .need_help [data-content-region="need_help_container"] [data-layout-name="Layout"] {
    display: none; } }

@media only screen and (min-width: 701px) {
  .need_help [data-content-region="need_help_container"] [data-layout-name="mobileLayout"] {
    display: none; } }

.need_help .needhelpcontent {
  border-left: 1px solid #676969; }
  @media only screen and (max-width: 700px) {
    .need_help .needhelpcontent {
      border-top: 1px solid #676969;
      border-left: 0px;
      margin-top: 40px;
      padding-top: 40px; } }
  @media only screen and (min-width: 700px) {
    .need_help .needhelpcontent {
      padding-left: 40px; } }

.need_help > .container [data-content-region="need_help_content"] {
  box-shadow: 0px 2px 20px 0px #33333329;
  margin-top: -120px;
  background-color: #fff;
  border-radius: 4px;
  padding: 48px; }
  @media only screen and (min-width: 700px) {
    .need_help > .container [data-content-region="need_help_content"] > div > div > :nth-child(2) {
      padding-right: 40px; } }
  @media only screen and (max-width: 700px) {
    .need_help > .container [data-content-region="need_help_content"] {
      padding: 24px; } }
  .need_help > .container [data-content-region="need_help_content"] .content {
    color: #333;
    font-size: 20px;
    margin-top: 16px; }
    .need_help > .container [data-content-region="need_help_content"] .content p {
      color: #333;
      text-align: right;
      margin-bottom: 0px;
      font-size: 20px;
      margin-top: 16px; }
  .need_help > .container [data-content-region="need_help_content"] .action {
    display: flex;
    gap: 16px;
    margin-top: 64px; }
    .need_help > .container [data-content-region="need_help_content"] .action .right svg {
      transform: rotate(180deg); }
  .need_help > .container [data-content-region="need_help_content"] .slick-dots {
    display: none !important; }

#cart-preview-dropdown {
  top: 50px !important;
  z-index: 99999; }

[data-content-region="featured_categories"] [data-sub-layout] {
  cursor: pointer; }
  [data-content-region="featured_categories"] [data-sub-layout]:hover > :last-child {
    border-bottom: 2px solid #fff; }

[data-content-region="content_left"] [data-layout-name="Layout"] > :nth-child(2) {
  max-width: 55%;
  flex-basis: 55%; }
  @media only screen and (max-width: 700px) {
    [data-content-region="content_left"] [data-layout-name="Layout"] > :nth-child(2) {
      max-width: 100%;
      flex-basis: 100%; } }

[data-content-region="content_left"] [data-layout-name="Layout"] > :last-child {
  max-width: 45%;
  flex-basis: 45%; }
  @media only screen and (max-width: 700px) {
    [data-content-region="content_left"] [data-layout-name="Layout"] > :last-child {
      max-width: 100%;
      flex-basis: 100%; } }

[data-content-region="content_right"] [data-layout-name="Layout"] > :nth-child(2) {
  max-width: 45%;
  flex-basis: 45%; }
  @media only screen and (max-width: 700px) {
    [data-content-region="content_right"] [data-layout-name="Layout"] > :nth-child(2) {
      max-width: 100%;
      flex-basis: 100%;
      padding: 0px; } }

[data-content-region="content_right"] [data-layout-name="Layout"] > :last-child {
  max-width: 55%;
  flex-basis: 55%; }
  @media only screen and (max-width: 700px) {
    [data-content-region="content_right"] [data-layout-name="Layout"] > :last-child {
      max-width: 100%;
      flex-basis: 100%; } }

.brands_container {
  padding-bottom: 32px;
  width: 100vw;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.16);
  z-index: -1;
  overflow: auto; }
  .brands_container .category-widget {
    margin-top: 24px; }

@media screen and (max-width: 350px) {
  .brands_container.show .brands__item {
    flex-basis: 100% !important; } }

.brands__list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }
  .brands__list .brands__item {
    flex-basis: 45%;
    max-height: 140px;
    height: 140px; }
    @media (min-width: 1201px) {
      .brands__list .brands__item {
        flex-basis: 18%; } }
    .brands__list .brands__item img {
      max-height: 100%; }
    .brands__list .brands__item:hover {
      border: 1px solid #c71222 !important; }
  .brands__list .brands__link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }

.viewall {
  display: block;
  margin-top: 32px;
  color: #c71222;
  text-decoration: underline; }

[data-layout-name="Layout"] {
  width: 100%; }

.shop-category {
  position: relative !important; }
  @media (min-width: 801px) {
    .shop-category > a {
      color: #fff;
      background-image: url("../img/images/menu-icon.svg");
      background-color: #333;
      background-repeat: no-repeat;
      background-position: 16px 16px;
      font-size: 16px;
      line-height: 24px;
      text-align: left;
      padding-left: 40px !important;
      background-size: 16px; } }
  .shop-category .category-list-container {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 99; }
    @media (min-width: 801px) {
      .shop-category .category-list-container {
        box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.16);
        height: 670px; } }
    .shop-category .category-list-container .navPages-item {
      float: none;
      text-align: left; }
      .shop-category .category-list-container .navPages-item .navPages-action {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .shop-category .category-list-container .navPages-item .navPages-action.is-hidden {
          display: none; }
        .shop-category .category-list-container .navPages-item .navPages-action > .back {
          display: none; }
        .shop-category .category-list-container .navPages-item .navPages-action.is-open {
          flex-direction: row-reverse;
          justify-content: flex-end; }
          .shop-category .category-list-container .navPages-item .navPages-action.is-open .navPages-action-moreIcon {
            width: 12px;
            height: 16px;
            margin-right: 1rem; }
          .shop-category .category-list-container .navPages-item .navPages-action.is-open > .normal {
            display: none; }
          .shop-category .category-list-container .navPages-item .navPages-action.is-open > .back {
            display: inline-block; }
    .shop-category .category-list-container .navPage-subMenu-horizontal {
      width: 100%;
      padding: 0 !important;
      margin: 0; }
      .shop-category .category-list-container .navPage-subMenu-horizontal .navPage-subMenu-item-parent {
        background: #EFEFEF; }
        .shop-category .category-list-container .navPage-subMenu-horizontal .navPage-subMenu-item-parent .navPages-action {
          font-size: 18px;
          font-weight: bold; }
    .shop-category .category-list-container .back-off {
      justify-content: start;
      gap: 8px; }

.mobile-menu-close {
  display: none; }

.back-top-category {
  justify-content: flex-start !important; }
  .back-top-category .navPages-action-moreIcon {
    transform: rotate(-180deg);
    margin-right: 1rem;
    pointer-events: none; }
  @media (min-width: 801px) {
    .back-top-category {
      display: none !important; } }

.top-category {
  background: #EFEFEF;
  font-size: 18px;
  font-weight: bold; }
  @media (min-width: 801px) {
    .top-category {
      display: none !important; } }

@media screen and (max-width: 800px) {
  .site-navigation {
    position: fixed;
    top: 0px;
    bottom: 0px;
    right: 48px;
    padding-left: 48px;
    padding-right: 0px !important; }
    .site-navigation > ul {
      flex-direction: column;
      align-items: flex-start; }
      .site-navigation > ul li {
        width: 100%;
        margin-left: 0px; }
        .site-navigation > ul li a {
          padding: 16px !important; }
      .site-navigation > ul .shop-category {
        background: none; }
    .site-navigation .mobile-questions ul li {
      width: 100%;
      margin-left: 0px; }
      .site-navigation .mobile-questions ul li a {
        padding: 16px !important;
        color: #333333;
        font-weight: 700;
        font-size: 16px; }
    .site-navigation .show {
      display: block !important;
      top: 0; }
    .site-navigation .shop-by-brand .category-list-container,
    .site-navigation .shop-by-brand .brands_container,
    .site-navigation .shop-category .category-list-container,
    .site-navigation .shop-category .brands_container {
      display: none; }
    .site-navigation .shop-by-brand > a,
    .site-navigation .shop-category > a {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .navPages-container.is-open {
    padding-top: 0px !important;
    background: rgba(0, 0, 0, 0.64); }
    .navPages-container.is-open .mobile-menu-close {
      display: block;
      position: absolute;
      right: 10px;
      top: 12px;
      cursor: pointer; }
      .navPages-container.is-open .mobile-menu-close .icon {
        width: 30px;
        height: 30px; }
      .navPages-container.is-open .mobile-menu-close svg {
        fill: #fff; }
  .header-icons.show-in-mobile {
    display: flex !important; }
  .brands_container.show {
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 999;
    padding-top: 0px;
    padding-left: 48px;
    margin-top: 0px; }
    .brands_container.show .brands-title {
      background-color: #efefef;
      padding: 16px 24px;
      font-weight: 700; }
    .brands_container.show .brands_container {
      display: block;
      margin-top: 24px; }
    .brands_container.show .brands__item {
      flex-basis: 47%; }
    .brands_container.show .brands__list {
      gap: 12px; }
    .brands_container.show .brands__list .brands__item {
      max-height: 88px !important;
      height: 88px !important; }
    .brands_container.show .brands__link {
      padding: 0px 10px !important; }
    .brands_container.show .viewall {
      padding: 0px !important;
      margin-top: 24px !important; }
    .brands_container.show .back-top-brand {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 16px 24px; }
      .brands_container.show .back-top-brand .icon {
        pointer-events: none;
        transform: rotate(-180deg); }
      .brands_container.show .back-top-brand svg,
      .brands_container.show .back-top-brand span {
        pointer-events: none; } }

@media (min-width: 800px) {
  .hide-in-pc {
    display: none !important; }
  .site-navigation {
    background: #efefef; }
  .shop-by-brand {
    position: relative; }
    .shop-by-brand .brands_container {
      display: none; }
    .shop-by-brand:hover .brands_container {
      position: absolute;
      display: block;
      left: 0px; }
  .shop-category:hover .category-list-container {
    display: block; } }

.nav-container {
  display: flex; }

.header-search.show-in-mobile {
  margin-bottom: 16px; }

@media (max-width: 768px) {
  .breadcrumbs {
    display: block; }
    .breadcrumbs .is-active {
      display: none; }
    .breadcrumbs > :first-child::before {
      content: ' ';
      display: inline-block;
      width: 16px;
      height: 16px;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjg2MjggMTZMMi42OTgzMSA3Ljk5OTg3TDEwLjg2MjggMEwxMy4zMDIgMi40OTc3M0w3LjY4Njc1IDcuOTk5ODdMMTMuMzAyIDEzLjUwMjNMMTAuODYyOCAxNloiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg=="); } }

[data-cart-page-title] {
  font-size: 32px !important;
  color: #333;
  text-align: left;
  margin: 0px 0px 24px 0px;
  text-transform: none;
  font-weight: 700; }
  @media (max-width: 768px) {
    [data-cart-page-title] {
      margin-bottom: 24px !important; } }

.cart-content {
  display: flex; }
  @media (max-width: 768px) {
    .cart-content {
      flex-direction: column; }
      .cart-content [data-cart-content] {
        padding-right: 0;
        padding-bottom: 24px; }
      .cart-content [data-cart-totals] {
        width: 100%;
        order: -1; }
        .cart-content [data-cart-totals] .cart-totals-container {
          padding: 16px; } }
  @media (max-width: 768px) {
    .cart-content .cart-list > :first-child {
      border-top: 1px solid #676969; }
    .cart-content .cart-list {
      margin-top: 64px; } }
  @media (max-width: 768px) {
    .cart-content .cart-item {
      flex-wrap: wrap;
      padding: 0px 0 16px 0; }
      .cart-content .cart-item .cart-item-title {
        padding: 12px; }
        .cart-content .cart-item .cart-item-title .cart-item-name {
          font-size: 16px; }
        .cart-content .cart-item .cart-item-title .cart-item-sku {
          font-size: 16px; }
      .cart-content .cart-item > * {
        width: 100%;
        padding-right: 0 !important; }
      .cart-content .cart-item .cart-item-figure {
        width: 80px;
        height: 80px; }
        .cart-content .cart-item .cart-item-figure img {
          width: 100%; }
      .cart-content .cart-item .cart-item-label {
        text-align: left;
        font-weight: 700;
        color: #333;
        width: 80px; }
      .cart-content .cart-item .cart-item-quantity {
        padding-left: 0px !important;
        display: flex;
        align-items: center; }
        .cart-content .cart-item .cart-item-quantity .cart-item-label {
          font-size: 16px;
          text-transform: none; } }
  @media (max-width: 768px) {
    .cart-content .cart-totals .cart-total-label, .cart-content .cart-totals .cart-total-value {
      font-size: 14px;
      padding-bottom: 12px;
      text-align: left; }
    .cart-content .cart-totals .cart-total-value {
      text-align: right !important; }
    .cart-content .cart-totals .cart-total-grandTotal span {
      font-size: 18px; } }

.estimator-form {
  padding: 0px; }

[data-cart-totals] {
  width: 35%;
  padding-right: 0px; }
  [data-cart-totals] .cart-totals-container {
    border: 1px solid #676969;
    border-radius: 4px;
    padding: 24px; }
    [data-cart-totals] .cart-totals-container .cart-content-padding-right {
      padding-right: 0px; }
      [data-cart-totals] .cart-totals-container .cart-content-padding-right #add-shipping .form-label {
        color: #333; }
      [data-cart-totals] .cart-totals-container .cart-content-padding-right a {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%; }
        [data-cart-totals] .cart-totals-container .cart-content-padding-right a svg {
          width: 16px;
          height: 16px; }
  [data-cart-totals] .cart-totals {
    margin-bottom: 0px;
    width: 100%;
    border: 0px; }
    [data-cart-totals] .cart-totals .cart-total .cart-total-label {
      color: #333;
      font-weight: 700;
      font-size: 16px;
      flex: 1;
      padding: 0px;
      padding-bottom: 16px;
      text-transform: capitalize; }
      [data-cart-totals] .cart-totals .cart-total .cart-total-label strong {
        font-weight: 700; }
    [data-cart-totals] .cart-totals .cart-total .cart-total-grandTotal span {
      font-size: 24px;
      font-weight: 700; }
    [data-cart-totals] .cart-totals .cart-total .cart-total-value {
      padding: 0px;
      padding-bottom: 16px;
      flex: 1;
      text-align: right;
      font-weight: 400;
      color: #333;
      font-size: 16px; }
      [data-cart-totals] .cart-totals .cart-total .cart-total-value button {
        color: #333; }

.cart-total:before, .cart-total:after {
  display: none !important; }

[data-cart-content] {
  padding-right: 64px;
  flex: 1; }
  [data-cart-content] .cart {
    margin-bottom: 0px; }
  [data-cart-content] .cart-header-item {
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 8px 0px; }

.cart-list {
  border-color: #676969; }

.cart-item {
  border-bottom-color: #676969; }
  .cart-item .cart-item-figure {
    padding: 16px 0px; }
  .cart-item .definitionList {
    margin-top: 5px; }
    .cart-item .definitionList .definitionList-key, .cart-item .definitionList .definitionList-value {
      color: #676969 !important;
      font-size: 16px !important;
      font-weight: 400 !important;
      text-transform: none !important; }
  .cart-item a[data-item-edit] {
    color: #333 !important; }
  .cart-item .cart-item-image {
    padding: 0px; }
  .cart-item .cart-item-title {
    padding: 16px 24px 16px 16px; }
    .cart-item .cart-item-title .cart-item-name {
      font-size: 16px;
      font-weight: 700;
      color: #333;
      line-height: 24px; }
    .cart-item .cart-item-title .cart-item-sku {
      font-size: 16px;
      font-weight: 400;
      color: #676969;
      margin-top: 4px; }
  .cart-item [cart-item-info-price] span {
    color: #333; }
  .cart-item .cart-item-quantity {
    padding-left: 15px !important; }
  .cart-item .cart-item-info {
    padding-left: 0px;
    padding-right: 24px; }
  .cart-item > :last-child {
    padding-right: 0px; }
    .cart-item > :last-child .cart-item-value {
      color: #333;
      font-weight: 700; }
    .cart-item > :last-child .cart-remove {
      margin-left: 5px;
      background: #333; }

table.cart {
  border: none; }

.custom-cart-actions {
  display: none;
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.1); }

#CartEditProductFieldsForm .form-select {
  width: auto;
  padding: 10px !important; }

#CartEditProductFieldsForm .form-actions {
  margin-top: 40px; }

#my-quote-entry {
  display: none; }

@media (max-width: 768px) {
  .custom-cart-actions {
    flex-direction: column;
    z-index: 9;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0px;
    height: 114px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 24px;
    gap: 8px; }
    .custom-cart-actions > span {
      text-align: left;
      width: 100%;
      font-size: 18px;
      font-weight: 600; }
    .custom-cart-actions a {
      width: 100%;
      margin-bottom: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 5px; }
      .custom-cart-actions a svg {
        width: 16px;
        height: 16px; } }

[data-cart-totals] .cart-totals-container {
  position: sticky;
  top: 20px;
  bottom: 20px; }
  [data-cart-totals] .cart-totals-container #qn-cart-to-quote {
    width: 100%; }

.rfq-button-container {
  display: none !important; }

h1.page-heading {
  margin: 0px 0px 16px 0px;
  text-align: left; }
  .page-page h1.page-heading {
    text-align: center; }

.category-description {
  position: relative;
  margin-bottom: 60px; }
  .category-description .content * {
    max-height: 4.5em;
    /* 3行文字高度(1.5em行高*3) */
    overflow: hidden;
    max-width: 792px;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
  .category-description::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1.5em;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); }
  .category-description .read_more {
    position: absolute;
    bottom: -25px;
    left: 0;
    z-index: 1;
    font-weight: 500;
    color: #c71222;
    text-decoration: underline;
    cursor: pointer; }

@media (max-width: 800px) {
  .productGrid .product {
    display: flex; } }

.ss__filter-messages__content {
  display: none; }

.brand-container-des {
  display: flex;
  justify-content: space-between; }
  .brand-container-des .img {
    border: 1px solid #676969; }
  @media (max-width: 800px) {
    .brand-container-des {
      flex-direction: column;
      gap: 16px; }
      .brand-container-des .category-description {
        margin-bottom: 24px; }
      .brand-container-des .brand-image-container {
        padding-right: 0px !important;
        max-width: none; }
        .brand-container-des .brand-image-container img {
          max-height: 268px !important;
          margin-left: 0px !important;
          max-width: none !important;
          width: 100%;
          object-fit: contain; } }

.category-description.expanded::after {
  display: none; }

.category-description.expanded * {
  max-height: none;
  -webkit-line-clamp: initial; }
  .category-description.expanded * .content * {
    -webkit-line-clamp: unset; }

.sub_category_container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  padding: 0 24px; }
  @media (min-width: 1261px) {
    .sub_category_container {
      padding: 0 6rem; } }
  @media (max-width: 800px) {
    .sub_category_container {
      margin: 0 auto;
      max-width: 100%;
      padding-right: 0px; } }
  @media (min-width: 1440px) {
    .sub_category_container {
      padding: 0 120px; } }
  @media (max-width: 800px) {
    .sub_category_container {
      padding-left: 24px; } }
  .sub_category_container a {
    display: block;
    padding: 8px 16px;
    background-color: #efefef;
    border-radius: 24px;
    border: 1px solid #676969;
    color: #333;
    font-weight: 700; }

.sub_category_Title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 16px; }

@media (max-width: 800px) {
  .sub_category {
    margin-left: 16px; } }

.sub_category_container .slick-slide {
  width: auto !important; }

.accordion-navigation {
  position: relative; }

.accordion-navigation-actions .icon {
  display: none !important; }

.accordion-navigation-actions::after {
  content: " ";
  position: absolute;
  right: 1rem;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 16px;
  display: block;
  height: 10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljc0NDMgMS4wNjQyN0wxNS4yMjAyIDAuNTM2NTNDMTUuMDU1MiAwLjM3MTcxNiAxNC44MzU4IDAuMjgwOTE4IDE0LjYwMTIgMC4yODA5MThDMTQuMzY2OCAwLjI4MDkxOCAxNC4xNDcxIDAuMzcxNzE2IDEzLjk4MjIgMC41MzY1M0w4LjAwMzU4IDYuNTE1MzhMMi4wMTgxIDAuNTI5ODk2QzEuODUzNDEgMC4zNjUwODIgMS42MzM3IDAuMjc0NDE0IDEuMzk5MyAwLjI3NDQxNEMxLjE2NDg5IDAuMjc0NDE0IDAuOTQ1MDQ4IDAuMzY1MDgyIDAuNzgwMjM0IDAuNTI5ODk2TDAuMjU2MDAyIDEuMDU0MzlDLTAuMDg1MzM0IDEuMzk1NDYgLTAuMDg1MzM0IDEuOTUxMDUgMC4yNTYwMDIgMi4yOTIxMkw3LjM4MjQzIDkuNDQ0MThDNy41NDcxMiA5LjYwODg2IDcuNzY2NTcgOS43MjQ5IDguMDAzMDYgOS43MjQ5SDguMDA1NzlDOC4yNDAzMyA5LjcyNDkgOC40NTk3OCA5LjYwODczIDguNjI0NDYgOS40NDQxOEwxNS43NDQzIDIuMzExNUMxNS45MDkyIDIuMTQ2ODIgMTUuOTk5NyAxLjkyMDc0IDE2IDEuNjg2MzNDMTYgMS40NTE3OSAxNS45MDkyIDEuMjI4ODMgMTUuNzQ0MyAxLjA2NDI3WiIgZmlsbD0iIzMzMzMzMyIvPgo8L3N2Zz4K"); }

.actionBar-section .form-field {
  border: 0px;
  position: relative; }
  .actionBar-section .form-field::after {
    content: " ";
    position: absolute;
    right: 10px;
    top: calc(50%);
    transform: translateY(-50%);
    width: 16px;
    display: block;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxNiAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1Ljc0NDMgMS4wNjQyN0wxNS4yMjAyIDAuNTM2NTNDMTUuMDU1MiAwLjM3MTcxNiAxNC44MzU4IDAuMjgwOTE4IDE0LjYwMTIgMC4yODA5MThDMTQuMzY2OCAwLjI4MDkxOCAxNC4xNDcxIDAuMzcxNzE2IDEzLjk4MjIgMC41MzY1M0w4LjAwMzU4IDYuNTE1MzhMMi4wMTgxIDAuNTI5ODk2QzEuODUzNDEgMC4zNjUwODIgMS42MzM3IDAuMjc0NDE0IDEuMzk5MyAwLjI3NDQxNEMxLjE2NDg5IDAuMjc0NDE0IDAuOTQ1MDQ4IDAuMzY1MDgyIDAuNzgwMjM0IDAuNTI5ODk2TDAuMjU2MDAyIDEuMDU0MzlDLTAuMDg1MzM0IDEuMzk1NDYgLTAuMDg1MzM0IDEuOTUxMDUgMC4yNTYwMDIgMi4yOTIxMkw3LjM4MjQzIDkuNDQ0MThDNy41NDcxMiA5LjYwODg2IDcuNzY2NTcgOS43MjQ5IDguMDAzMDYgOS43MjQ5SDguMDA1NzlDOC4yNDAzMyA5LjcyNDkgOC40NTk3OCA5LjYwODczIDguNjI0NDYgOS40NDQxOEwxNS43NDQzIDIuMzExNUMxNS45MDkyIDIuMTQ2ODIgMTUuOTk5NyAxLjkyMDc0IDE2IDEuNjg2MzNDMTYgMS40NTE3OSAxNS45MDkyIDEuMjI4ODMgMTUuNzQ0MyAxLjA2NDI3WiIgZmlsbD0iIzMzMzMzMyIvPgo8L3N2Zz4K"); }
  .actionBar-section .form-field #sort {
    padding: 9px 40px 9px 16px !important;
    border: 1px solid #676969;
    font-size: 16px;
    color: #676969;
    appearance: none;
    /* 去掉浏览器默认样式 */
    -webkit-appearance: none;
    /* Safari */
    -moz-appearance: none;
    /* Firefox */
    background: none;
    /* 去掉背景 */
    background-image: none;
    /* 去掉下拉箭头 */
    position: relative;
    max-width: none; }
  .actionBar-section .form-field [for="sort"] {
    margin-right: 8px;
    font-size: 16px;
    color: #333;
    text-transform: none; }

.mobile_filter .accordion-navigation {
  border: none;
  padding-left: 0px; }

.all-filters {
  border: 1px solid #676969;
  height: 50px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 15% !important;
  margin-left: 10px;
  color: #333;
  font-weight: 700;
  cursor: pointer; }
  .all-filters::before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgNy45MTU3N0MwIDcuNzc3NyAwLjExMTkyOSA3LjY2NTc3IDAuMjUgNy42NjU3N0g3LjE3ODU3QzcuMzE2NjQgNy42NjU3NyA3LjQyODU3IDcuNzc3NyA3LjQyODU3IDcuOTE1NzdWOC41NTg2M0M3LjQyODU3IDguNjk2NyA3LjMxNjY0IDguODA4NjMgNy4xNzg1NyA4LjgwODYzSDAuMjVDMC4xMTE5MjkgOC44MDg2MyAwIDguNjk2NyAwIDguNTU4NjNWNy45MTU3N1oiIGZpbGw9IiMzMzMzMzMiLz4KPHBhdGggZD0iTTcuOTk5OTggMi45NjcxNkM3Ljk5OTk4IDIuODI5MDkgOC4xMTE5MSAyLjcxNzE2IDguMjQ5OTggMi43MTcxNkgxNS43NUMxNS44ODgxIDIuNzE3MTYgMTYgMi44MjkwOSAxNiAyLjk2NzE2VjMuNjEwMDJDMTYgMy43NDgwOSAxNS44ODgxIDMuODYwMDIgMTUuNzUgMy44NjAwMkg4LjI0OTk4QzguMTExOTEgMy44NjAwMiA3Ljk5OTk4IDMuNzQ4MDkgNy45OTk5OCAzLjYxMDAyVjIuOTY3MTZaIiBmaWxsPSIjMzMzMzMzIi8+CjxwYXRoIGQ9Ik03Ljk5OTk4IDEyLjg3MjhDNy45OTk5OCAxMi43MzQ3IDguMTExOTEgMTIuNjIyOCA4LjI0OTk4IDEyLjYyMjhIMTUuNzVDMTUuODg4MSAxMi42MjI4IDE2IDEyLjczNDcgMTYgMTIuODcyOFYxMy41MTU3QzE2IDEzLjY1MzcgMTUuODg4MSAxMy43NjU3IDE1Ljc1IDEzLjc2NTdIOC4yNDk5OEM4LjExMTkxIDEzLjc2NTcgNy45OTk5OCAxMy42NTM3IDcuOTk5OTggMTMuNTE1N1YxMi44NzI4WiIgZmlsbD0iIzMzMzMzMyIvPgo8cGF0aCBkPSJNMTAuODU3MSA1Ljk1NDIyQzkuNTk2NzkgNS45NTQyMiA4LjU3MTQgNi45NzkzNCA4LjU3MTQgOC4yMzk5NEM4LjU3MTQgOS41MDA1NCA5LjU5Njc5IDEwLjUyNTcgMTAuODU3MSAxMC41MjU3QzExLjg1MTMgMTAuNTI1NyAxMi42OTIzIDkuODg0NzggMTMuMDA1MiA4Ljk5NjIyQzEzLjA0MzEgOC44ODg4NCAxMy4xNDEyIDguODExMzcgMTMuMjU1IDguODExMzdIMTUuNzVDMTUuODg4IDguODExMzcgMTYgOC42OTk0NCAxNiA4LjU2MTM3VjcuOTE4NTFDMTYgNy43ODA0NCAxNS44ODggNy42Njg1MSAxNS43NSA3LjY2ODUxSDEzLjI1NUMxMy4xNDEyIDcuNjY4NTEgMTMuMDQzMSA3LjU5MTA0IDEzLjAwNTIgNy40ODM2NUMxMi42OTIzIDYuNTk1MDkgMTEuODUxMyA1Ljk1NDIyIDEwLjg1NzEgNS45NTQyMloiIGZpbGw9IiMzMzMzMzMiLz4KPHBhdGggZD0iTTQuNTcxNDMgNS41NzE0M0M1LjgzMTc1IDUuNTcxNDMgNi44NTcxNCA0LjU0NjMyIDYuODU3MTQgMy4yODU3MUM2Ljg1NzE0IDIuMDI1MTEgNS44MzE3NSAxIDQuNTcxNDMgMUMzLjU3NzIzIDEgMi43MzYyMiAxLjY0MDg3IDIuNDIzMyAyLjUyOTQzQzIuMzg1NDkgMi42MzY4MSAyLjI4NzM2IDIuNzE0MjkgMi4xNzM1MSAyLjcxNDI5SDAuMjVDMC4xMTE5MjkgMi43MTQyOSAwIDIuODI2MjEgMCAyLjk2NDI5VjMuNjA3MTRDMCAzLjc0NTIxIDAuMTExOTI5IDMuODU3MTQgMC4yNSAzLjg1NzE0SDIuMTczNTFDMi4yODczNiAzLjg1NzE0IDIuMzg1NDkgMy45MzQ2MiAyLjQyMzMgNC4wNDJDMi43MzYyMiA0LjkzMDU2IDMuNTc3MjMgNS41NzE0MyA0LjU3MTQzIDUuNTcxNDNaIiBmaWxsPSIjMzMzMzMzIi8+CjxwYXRoIGQ9Ik00LjU3MTQzIDE1LjQ3NzFDNS44MzE3NSAxNS40NzcxIDYuODU3MTQgMTQuNDUyIDYuODU3MTQgMTMuMTkxNEM2Ljg1NzE0IDExLjkzMDggNS44MzE3NSAxMC45MDU2IDQuNTcxNDMgMTAuOTA1NkMzLjU3NzIzIDEwLjkwNTYgMi43MzYyMiAxMS41NDY1IDIuNDIzMyAxMi40MzUxQzIuMzg1NDkgMTIuNTQyNSAyLjI4NzM2IDEyLjYxOTkgMi4xNzM1MSAxMi42MTk5SDAuMjVDMC4xMTE5MjkgMTIuNjE5OSAwIDEyLjczMTkgMCAxMi44Njk5VjEzLjUxMjhDMCAxMy42NTA5IDAuMTExOTI5IDEzLjc2MjggMC4yNSAxMy43NjI4SDIuMTczNTFDMi4yODczNiAxMy43NjI4IDIuMzg1NDkgMTMuODQwMyAyLjQyMzMgMTMuOTQ3NkMyLjczNjIyIDE0LjgzNjIgMy41NzcyMyAxNS40NzcxIDQuNTcxNDMgMTUuNDc3MVoiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg=="); }

.clear-compare {
  font-weight: 500;
  color: #333;
  cursor: pointer;
  margin-left: 24px; }

.compare-msg {
  margin: 16px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  @media (max-width: 1200px) {
    .compare-msg {
      /* 在这里添加样式 */
      padding: 12px 24px; } }
  @media (max-width: 700px) {
    .compare-msg {
      flex-direction: column;
      text-align: center;
      gap: 15px; }
      .compare-msg .clear-compare {
        margin-left: 0px !important; } }

.btn-compare.active {
  color: #c71222 !important;
  text-decoration: underline; }
  .btn-compare.active::before {
    content: " ";
    display: inline-block;
    width: 16px;
    height: 14px !important;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxNiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMTI2NjkgMTIuOTc3MUM1Ljk3Mzk2IDEzLjEzMDggNS43NjU1OCAxMy4yMTY1IDUuNTQ5MTMgMTMuMjE2NUM1LjMzMjY3IDEzLjIxNjUgNS4xMjQzIDEzLjEzMDggNC45NzE1NyAxMi45NzcxTDAuMzU5MDEyIDguMzYzODRDLTAuMTE5NjcxIDcuODg1MTYgLTAuMTE5NjcxIDcuMTA4OTQgMC4zNTkwMTIgNi42MzExNkwwLjkzNjU3MyA2LjA1MzQ1QzEuNDE1NCA1LjU3NDc2IDIuMTkwNzIgNS41NzQ3NiAyLjY2OTQgNi4wNTM0NUw1LjU0OTEzIDguOTMzMzJMMTMuMzMwNiAxLjE1MTc0QzEzLjgwOTQgMC42NzMwNTQgMTQuNTg1NSAwLjY3MzA1NCAxNS4wNjM0IDEuMTUxNzRMMTUuNjQxIDEuNzI5NDVDMTYuMTE5NiAyLjIwODEzIDE2LjExOTYgMi45ODQxOSAxNS42NDEgMy40NjIxM0w2LjEyNjY5IDEyLjk3NzFaIiBmaWxsPSIjQzcxMjIyIi8+Cjwvc3ZnPgo=") !important; }

#product-listing-container .productGrid {
  margin-top: 26px; }
  #product-listing-container .productGrid .card {
    box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.16); }
    #product-listing-container .productGrid .card .card-actions .btn-compare {
      margin-top: 16px;
      padding: 0px;
      border: 0px;
      background-color: #fff;
      color: #333;
      text-transform: none;
      text-align: left;
      min-height: 0px;
      font-size: 14px;
      font-weight: 600;
      display: flex;
      align-items: center;
      gap: 4px; }
      #product-listing-container .productGrid .card .card-actions .btn-compare::before {
        content: " ";
        display: inline-block;
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTcuODY0OTMgMy4xMTI0N0w0LjgyNjU3IDAuMTMxNjkzQzQuNzM5OTEgMC4wNDY2NzMzIDQuNjI0MjkgMCA0LjQ5ODU0IDBDNC4zNzUyNiAwIDQuMjU5NzEgMC4wNDY2NzMzIDQuMTczMDUgMC4xMzE2OTNMMS4xMzQ2MSAzLjExMjQ3QzAuOTU1MTI5IDMuMjg4NjIgMC45NTUxMjkgMy41NzUzMSAxLjEzNDYxIDMuNzUxMzJMMS40MTA0OCA0LjAyMjA5QzEuNDk3MTQgNC4xMDcwNSAxLjYxMjc2IDQuMTUzNzkgMS43MzYxMSA0LjE1Mzc5QzEuODU5NCA0LjE1Mzc5IDEuOTc4OTggNC4xMDcwNSAyLjA2NTU4IDQuMDIyMDlMMy44NDIwNyAyLjI4MzAzTDMuODM2OCAxMy41NDc4QzMuODM2OCAxMy43OTY5IDQuMDM1NTkgMTQgNC4yODk0MSAxNEg0LjY3OTU5QzQuOTMzNDIgMTQgNS4xNTIzMyAxMy43OTY5IDUuMTUyMzMgMTMuNTQ3OEw1LjE1NzYxIDIuMjYzNDJMNi45NDQxNyA0LjAyMjA5QzcuMDMwNzYgNC4xMDcwNSA3LjE0MzMgNC4xNTM3OSA3LjI2NjY1IDQuMTUzNzlDNy4zOSA0LjE1Mzc5IDcuNTAzOTEgNC4xMDcwNSA3LjU5MDY0IDQuMDIyMDlMNy44NjU2OSAzLjc1MTMyQzguMDQ1MjQgMy41NzUyNCA4LjA0NDU1IDMuMjg4NjIgNy44NjQ5MyAzLjExMjQ3WiIgZmlsbD0iIzMzMzMzMyIvPgo8cGF0aCBkPSJNOC4xMzUyOCAxMi44ODc1TDExLjE3MzYgMTUuODY4M0MxMS4yNjAyIDE1Ljk1MzMgMTEuMzc1OCAxNiAxMS41MDE2IDE2QzExLjYyNDkgMTYgMTEuNzQwNCAxNS45NTMzIDExLjgyNzEgMTUuODY4M0wxNC44NjU0IDEyLjg4NzVDMTUuMDQ0OSAxMi43MTE0IDE1LjA0NDkgMTIuNDI0NyAxNC44NjU0IDEyLjI0ODdMMTQuNTg5NSAxMS45Nzc5QzE0LjUwMjkgMTEuODkzIDE0LjM4NzMgMTEuODQ2MiAxNC4yNjM5IDExLjg0NjJDMTQuMTQwNiAxMS44NDYyIDE0LjAyMSAxMS44OTMgMTMuOTM0NSAxMS45Nzc5TDEyLjE1OCAxMy43MTdMMTIuMTYzMyAyLjQ1MjE2QzEyLjE2MzMgMi4yMDMxNSAxMS45NjQ1IDIgMTEuNzEwNyAySDExLjMyMDVDMTEuMDY2NyAyIDEwLjg0NzggMi4yMDMxNSAxMC44NDc4IDIuNDUyMTZMMTAuODQyNSAxMy43MzY2TDkuMDU2MDIgMTEuOTc3OUM4Ljk2OTQzIDExLjg5MyA4Ljg1NjkgMTEuODQ2MiA4LjczMzU1IDExLjg0NjJDOC42MTAyIDExLjg0NjIgOC40OTYzIDExLjg5MyA4LjQwOTU3IDExLjk3NzlMOC4xMzQ1MyAxMi4yNDg3QzcuOTU0OTkgMTIuNDI0OCA3Ljk1NTY3IDEyLjcxMTQgOC4xMzUyOCAxMi44ODc1WiIgZmlsbD0iIzMzMzMzMyIvPgo8L3N2Zz4K"); }
      #product-listing-container .productGrid .card .card-actions .btn-compare input {
        display: none; }

@media (max-width: 800px) {
  #product-listing-container .product .card {
    border-radius: 4px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end; }
    #product-listing-container .product .card .ss--card__wrap {
      width: 100%;
      display: flex; }
      #product-listing-container .product .card .ss--card__wrap .card-figure {
        min-width: 100px; }
      #product-listing-container .product .card .ss--card__wrap .card-body {
        padding-top: 0px;
        padding-left: 16px; }
        #product-listing-container .product .card .ss--card__wrap .card-body .card-title {
          margin-bottom: 0px; }
          #product-listing-container .product .card .ss--card__wrap .card-body .card-title a {
            margin-bottom: 16px; }
    #product-listing-container .product .card .card-text {
      margin-bottom: 8px; }
    #product-listing-container .product .card .card-actions a {
      font-size: 16px;
      font-weight: 700; }
    #product-listing-container .product .card .card-text,
    #product-listing-container .product .card .card-actions {
      width: calc(100% - 100px);
      text-align: left;
      padding-left: 16px; } }

.ss__has-results > .btn-compare {
  position: fixed;
  display: flex;
  bottom: 0px;
  z-index: 9999;
  left: 0px;
  margin: 0 auto;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 20px 0px #33333329; }
  .ss__has-results > .btn-compare .compare-count {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    flex: 1; }
  .ss__has-results > .btn-compare a {
    padding: 12px 106px;
    background-color: #c71222;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize; }
  @media (min-width: 1261px) {
    .ss__has-results > .btn-compare {
      padding: 24px 6rem; } }
  @media (min-width: 1440px) {
    .ss__has-results > .btn-compare {
      padding: 24px 120px; } }

.ss__has-results .actionBar-section > .form-field {
  display: flex; }
  .ss__has-results .actionBar-section > .form-field #sort {
    flex: 1; }

.pagination-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px; }
  .pagination-list .pagination-item--previous a::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 16px;
    transform: rotate(180deg);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMDY0NjQgMC4yNTU3NDNMMC41MzY4OTYgMC43Nzk4NDRDMC4zNzIwODIgMC45NDQ3ODkgMC4yODEyODUgMS4xNjQyNCAwLjI4MTI4NSAxLjM5ODc4QzAuMjgxMjg1IDEuNjMzMTggMC4zNzIwODIgMS44NTI4OSAwLjUzNjg5NiAyLjAxNzg0TDYuNTE1NzQgNy45OTY0MkwwLjUzMDI2MiAxMy45ODE5QzAuMzY1NDQ4IDE0LjE0NjYgMC4yNzQ3OCAxNC4zNjYzIDAuMjc0NzggMTQuNjAwN0MwLjI3NDc4IDE0LjgzNTEgMC4zNjU0NDggMTUuMDU1IDAuNTMwMjYyIDE1LjIxOThMMS4wNTQ3NSAxNS43NDRDMS4zOTU4MyAxNi4wODUzIDEuOTUxNDEgMTYuMDg1MyAyLjI5MjQ5IDE1Ljc0NEw5LjQ0NDU1IDguNjE3NTdDOS42MDkyMyA4LjQ1Mjg4IDkuNzI1MjYgOC4yMzM0MyA5LjcyNTI2IDcuOTk2OTRWNy45OTQyMUM5LjcyNTI2IDcuNzU5NjcgOS42MDkxIDcuNTQwMjIgOS40NDQ1NSA3LjM3NTU0TDIuMzExODcgMC4yNTU3NDNDMi4xNDcxOSAwLjA5MDc5ODQgMS45MjExIDAuMDAwMjYwMzUzIDEuNjg2NjkgMEMxLjQ1MjE2IDAgMS4yMjkxOSAwLjA5MDc5ODQgMS4wNjQ2NCAwLjI1NTc0M1oiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg=="); }
  .pagination-list .pagination-item--next a::before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 16px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMDY0NjQgMC4yNTU3NDNMMC41MzY4OTYgMC43Nzk4NDRDMC4zNzIwODIgMC45NDQ3ODkgMC4yODEyODUgMS4xNjQyNCAwLjI4MTI4NSAxLjM5ODc4QzAuMjgxMjg1IDEuNjMzMTggMC4zNzIwODIgMS44NTI4OSAwLjUzNjg5NiAyLjAxNzg0TDYuNTE1NzQgNy45OTY0MkwwLjUzMDI2MiAxMy45ODE5QzAuMzY1NDQ4IDE0LjE0NjYgMC4yNzQ3OCAxNC4zNjYzIDAuMjc0NzggMTQuNjAwN0MwLjI3NDc4IDE0LjgzNTEgMC4zNjU0NDggMTUuMDU1IDAuNTMwMjYyIDE1LjIxOThMMS4wNTQ3NSAxNS43NDRDMS4zOTU4MyAxNi4wODUzIDEuOTUxNDEgMTYuMDg1MyAyLjI5MjQ5IDE1Ljc0NEw5LjQ0NDU1IDguNjE3NTdDOS42MDkyMyA4LjQ1Mjg4IDkuNzI1MjYgOC4yMzM0MyA5LjcyNTI2IDcuOTk2OTRWNy45OTQyMUM5LjcyNTI2IDcuNzU5NjcgOS42MDkxIDcuNTQwMjIgOS40NDQ1NSA3LjM3NTU0TDIuMzExODcgMC4yNTU3NDNDMi4xNDcxOSAwLjA5MDc5ODQgMS45MjExIDAuMDAwMjYwMzUzIDEuNjg2NjkgMEMxLjQ1MjE2IDAgMS4yMjkxOSAwLjA5MDc5ODQgMS4wNjQ2NCAwLjI1NTc0M1oiIGZpbGw9IiMzMzMzMzMiLz4KPC9zdmc+Cg=="); }

#facetedSearch .actionBar {
  max-width: 400px; }
  #facetedSearch .actionBar .actionBar-section > .form-field {
    height: 50px; }
    #facetedSearch .actionBar .actionBar-section > .form-field #sort {
      height: 100%; }

@media (max-width: 800px) {
  #facetedSearch {
    display: flex;
    flex-direction: column; }
    #facetedSearch > .facetedSearch-toggle {
      display: none; }
    #facetedSearch .facetedSearch-refineFilters {
      display: block;
      margin-top: 24px; }
      #facetedSearch .facetedSearch-refineFilters .sidebarBlock-heading {
        display: none; }
      #facetedSearch .facetedSearch-refineFilters .remove-all {
        margin-top: 16px;
        display: block;
        color: #c71222;
        font-weight: 500;
        text-decoration: underline; }
    #facetedSearch .facetedSearch-navList .accordion > .accordion-block {
      display: none; }
    #facetedSearch #facetedSearch-navList {
      order: -1; }
      #facetedSearch #facetedSearch-navList > .accordion--navList {
        display: flex;
        align-items: center; }
        #facetedSearch #facetedSearch-navList > .accordion--navList .actionBar-section {
          width: 100%; }
        #facetedSearch #facetedSearch-navList > .accordion--navList .actionBar {
          margin: 0px !important;
          padding-left: 12px;
          flex: 1; }
          #facetedSearch #facetedSearch-navList > .accordion--navList .actionBar #sort {
            width: 100%; }
          #facetedSearch #facetedSearch-navList > .accordion--navList .actionBar .form-field {
            margin: 0px; }
          #facetedSearch #facetedSearch-navList > .accordion--navList .actionBar .form-label {
            display: none; }
        #facetedSearch #facetedSearch-navList > .accordion--navList .all-filters {
          margin-left: 0px;
          flex-basis: 50% !important; }
    #facetedSearch .mobile_filter {
      display: none;
      overflow: auto;
      padding: 24px;
      position: fixed;
      top: 0px;
      right: 50px;
      bottom: 0px;
      left: 0px;
      z-index: 10000;
      background-color: #fff; }
      #facetedSearch .mobile_filter::before {
        content: "Filters";
        font-size: 24px;
        font-weight: 700;
        color: #333;
        display: block; }
      #facetedSearch .mobile_filter .navList-action--checkbox.is-selected::after {
        transform: scale(1.7); }
      #facetedSearch .mobile_filter .navList-action--checkbox::after {
        margin-top: -0.2rem;
        left: 5px; }
      #facetedSearch .mobile_filter .navList-action--checkbox.is-selected::after {
        transform: scale(1.7); }
      #facetedSearch .mobile_filter .navList-action--checkbox::after {
        margin-top: -0.2rem;
        left: 5px; }
      #facetedSearch .mobile_filter .accordion-block {
        border-bottom: 1px solid #676969;
        margin-top: 24px;
        padding-bottom: 24px; }
        #facetedSearch .mobile_filter .accordion-block .accordion-navigation {
          padding-right: 0px !important;
          padding: 0px; }
          #facetedSearch .mobile_filter .accordion-block .accordion-navigation .accordion-title {
            margin-bottom: 0px;
            padding: 0px;
            border-bottom: 0px;
            color: #333;
            font-weight: 600;
            font-size: 18px;
            text-transform: none; }
        #facetedSearch .mobile_filter .accordion-block .ss__facet-hierarchy-options__option {
          padding-left: 0px !important; }
          #facetedSearch .mobile_filter .accordion-block .ss__facet-hierarchy-options__option span {
            margin-left: 0px !important; }
        #facetedSearch .mobile_filter .accordion-block .ss__show-more a {
          padding-left: 0px !important; }
          #facetedSearch .mobile_filter .accordion-block .ss__show-more a span {
            font-size: 16px !important; }
        #facetedSearch .mobile_filter .accordion-block .navList.ss__scrollbar::-webkit-scrollbar-thumb {
          background-color: #888;
          /* 滚动条颜色 */
          border-radius: 6px;
          /* 圆角 */ }
        #facetedSearch .mobile_filter .accordion-block .accordion-content {
          padding: 0px;
          margin-top: 16px; }
          #facetedSearch .mobile_filter .accordion-block .accordion-content a {
            margin-bottom: 8px;
            font-size: 16px;
            padding-left: 34px;
            height: 30px;
            line-height: 40px; }
          #facetedSearch .mobile_filter .accordion-block .accordion-content .navList-action--checkbox::before {
            width: 24px;
            height: 24px;
            border-color: #676969; }
      #facetedSearch .mobile_filter .mobile_filter_mask {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: calc(100% - 50px);
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 9999; }
        #facetedSearch .mobile_filter .mobile_filter_mask .mobile_filter_close {
          width: 24px;
          height: 24px;
          position: relative;
          right: -15px;
          top: 20px;
          cursor: pointer; }
          #facetedSearch .mobile_filter .mobile_filter_mask .mobile_filter_close::before {
            content: " ";
            display: inline-block;
            width: 24px;
            height: 24px;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzEyMDM2XzE0OTYpIj4KPHBhdGggZD0iTTE0LjE5ODggMTIuMDE5N0wyMy41NDM5IDIuNjc0MjRDMjQuMTUyMSAyLjA2NjM2IDI0LjE1MjEgMS4wODM1IDIzLjU0MzkgMC40NzU2MjRDMjIuOTM2IC0wLjEzMjI1NiAyMS45NTMyIC0wLjEzMjI1NiAyMS4zNDUzIDAuNDc1NjI0TDExLjk5OTkgOS44MjEwM0wyLjY1NDc0IDAuNDc1NjI0QzIuMDQ2NTggLTAuMTMyMjU2IDEuMDY0IC0wLjEzMjI1NiAwLjQ1NjEyNCAwLjQ3NTYyNEMtMC4xNTIwNDEgMS4wODM1IC0wLjE1MjA0MSAyLjA2NjM2IDAuNDU2MTI0IDIuNjc0MjRMOS44MDEyNSAxMi4wMTk3TDAuNDU2MTI0IDIxLjM2NTFDLTAuMTUyMDQxIDIxLjk3MjkgLTAuMTUyMDQxIDIyLjk1NTggMC40NTYxMjQgMjMuNTYzN0MwLjc1OTA2NyAyMy44NjY5IDEuMTU3MzkgMjQuMDE5MiAxLjU1NTQzIDI0LjAxOTJDMS45NTM0NyAyNC4wMTkyIDIuMzUxNTEgMjMuODY2OSAyLjY1NDc0IDIzLjU2MzdMMTEuOTk5OSAxNC4yMTgzTDIxLjM0NTMgMjMuNTYzN0MyMS42NDg1IDIzLjg2NjkgMjIuMDQ2NSAyNC4wMTkyIDIyLjQ0NDYgMjQuMDE5MkMyMi44NDI2IDI0LjAxOTIgMjMuMjQwNyAyMy44NjY5IDIzLjU0MzkgMjMuNTYzN0MyNC4xNTIxIDIyLjk1NTggMjQuMTUyMSAyMS45NzI5IDIzLjU0MzkgMjEuMzY1MUwxNC4xOTg4IDEyLjAxOTdaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzEyMDM2XzE0OTYiPgo8cmVjdCB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg=="); }
    #facetedSearch .mobile_filter_apply {
      position: absolute;
      bottom: 0px;
      padding: 16px 24px;
      left: 0;
      right: 0;
      box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.16);
      display: flex;
      align-items: center;
      justify-content: center; }
      #facetedSearch .mobile_filter_apply button {
        width: 100%;
        background-color: #c71222;
        color: #fff;
        font-weight: 700;
        padding: 12px 0px;
        border-radius: 4px; } }

.bulk-pricing-container {
  margin-bottom: 16px; }
  .bulk-pricing-container .bulk-discount-badge {
    font-size: 16px;
    color: #c71222;
    font-weight: 700; }

.ss__has-results .card {
  height: 100% !important; }

.plp-quantity-selector {
  display: flex; }
  .plp-quantity-selector .quantity-input {
    width: 40px !important;
    padding: 0px !important;
    padding-left: 10px !important; }
  .plp-quantity-selector button {
    height: 100%; }
  .plp-quantity-selector .button--add_cart {
    flex: 1;
    padding-left: 0px;
    padding-right: 0px; }
  @media (max-width: 800px) {
    .plp-quantity-selector {
      width: 100%;
      flex-direction: column; }
      .plp-quantity-selector .button--add_cart {
        flex: 1; }
      .plp-quantity-selector .quantity-controls {
        width: 100% !important;
        margin-bottom: 10px !important;
        margin-right: 0px !important; }
        .plp-quantity-selector .quantity-controls .quantity-input {
          width: 100% !important; } }

.pay-invoice {
  display: none !important; }

.productView-sub-title {
  margin: 1.5rem 0; }

.bulk-discount-div {
  display: none; }

.productView-product .productView-rating #productReview_link {
  color: #676969; }

.productView-product .productView-rating [data-reveal-id="modal-review-form"] {
  color: #C71220;
  font-size: 16px;
  font-weight: 500; }

@media (max-width: 800px) {
  .productView-images {
    transform: none !important; } }

@media (min-width: 1025px) {
  .productView-images .productView-thumbnails {
    max-height: 525px;
    min-height: 525px; } }

.productView-images .productView-images-slider {
  width: 100%;
  min-width: 100%;
  padding: 0;
  margin: 0 0 1.5rem; }
  .productView-images .productView-images-slider:not(.slick-initialized) .productView-image:nth-of-type(n+2) {
    display: none; }
  .productView-images .productView-images-slider.slick-initialized.slick-slider .slick-arrow {
    top: 50%; }
    .productView-images .productView-images-slider.slick-initialized.slick-slider .slick-arrow.slick-prev {
      left: 5px; }
    .productView-images .productView-images-slider.slick-initialized.slick-slider .slick-arrow.slick-next {
      right: 5px; }

.productView-images .productView-thumbnails .slick-next,
.productView-images .productView-thumbnails .slick-prev {
  width: 2rem;
  height: 2rem; }

@media (min-width: 801px) {
  .productView-images {
    position: relative; }
    .productView-images .productView-images-container {
      margin-left: 102px; }
    .productView-images .productView-thumbnails-container {
      width: 80px;
      position: absolute;
      top: -0.75rem;
      left: 1.5rem;
      bottom: .75rem; }
      .productView-images .productView-thumbnails-container .productView-thumbnails {
        width: 100%;
        height: 100%; }
        .productView-images .productView-thumbnails-container .productView-thumbnails .slick-list {
          padding: 0 !important; }
        .productView-images .productView-thumbnails-container .productView-thumbnails .slick-track {
          margin: auto 0; } }

.productView-description {
  float: none;
  width: 100%;
  padding: 0; }
  .productView-description p {
    line-height: 1.5; }
  .productView-description ul {
    margin-bottom: 30px;
    padding-left: 20px; }
  .productView-description li {
    font-size: 16px;
    color: #000000;
    line-height: 1.5; }

.product-accessories {
  padding: 1.5rem;
  background: #EFEFEF;
  border-radius: 4px;
  margin: 2.5rem 0; }
  .product-accessories .productView-sub-title {
    font-size: 18px;
    margin: 0 0 1rem; }
  .product-accessories .productList {
    margin: 0; }
    .product-accessories .productList .product + .product {
      margin-top: 0.5rem; }
    .product-accessories .productList .product .card {
      display: flex;
      background: #fff;
      box-shadow: none;
      border-radius: 4px;
      padding: 1rem;
      margin: 0; }
      .product-accessories .productList .product .card .card-figure {
        width: 80px; }
        .product-accessories .productList .product .card .card-figure .card-img-container::after {
          padding-bottom: 100%; }
        .product-accessories .productList .product .card .card-figure .card-img-container .card-image {
          padding: 0; }
      .product-accessories .productList .product .card .card-body {
        flex: 1;
        text-align: left;
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0 0 0 1rem; }
        @media (min-width: 801px) {
          .product-accessories .productList .product .card .card-body {
            flex-direction: column;
            align-items: flex-start; } }
        @media (min-width: 1500px) {
          .product-accessories .productList .product .card .card-body {
            flex-direction: row; } }
        .product-accessories .productList .product .card .card-body .card-title {
          height: auto; }
          .product-accessories .productList .product .card .card-body .card-title > a {
            height: auto;
            margin: 0; }
        .product-accessories .productList .product .card .card-body .card-price {
          margin: 0; }
      .product-accessories .productList .product .card .flex-1 {
        flex: 1;
        padding: 0 12px 0 0; }
        @media (min-width: 801px) {
          .product-accessories .productList .product .card .flex-1 {
            padding: 0 0 12px; } }
        @media (min-width: 1500px) {
          .product-accessories .productList .product .card .flex-1 {
            padding: 0 12px 0 0; } }
      .product-accessories .productList .product .card .card-actions {
        width: 108px; }
        .product-accessories .productList .product .card .card-actions .button {
          width: 100%;
          margin: 0; }
    .product-accessories .productList .slick-slide > div + div {
      margin-top: 0.5rem; }
    .product-accessories .productList .slick-arrow {
      height: 2rem;
      width: 2rem;
      background: #333;
      border-color: #333;
      border-radius: 4px;
      padding: 0.5rem;
      top: -35px; }
      .product-accessories .productList .slick-arrow:hover {
        background: #fff; }
    .product-accessories .productList .slick-disabled {
      opacity: 0.5; }
    .product-accessories .productList .slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4.622 16a1.242 1.242 0 0 1-.879-2.122L9.62 8 3.743 2.122A1.243 1.243 0 1 1 5.5.364l6.757 6.757a1.243 1.243 0 0 1 0 1.758L5.5 15.636c-.242.243-.56.364-.878.364z' fill='%23fff' /%3E%3C/svg%3E"); }
    .product-accessories .productList .slick-next:hover::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M4.622 16a1.242 1.242 0 0 1-.879-2.122L9.62 8 3.743 2.122A1.243 1.243 0 1 1 5.5.364l6.757 6.757a1.243 1.243 0 0 1 0 1.758L5.5 15.636c-.242.243-.56.364-.878.364z' fill='%23333' /%3E%3C/svg%3E"); }
    .product-accessories .productList .slick-prev {
      left: auto;
      right: 40px; }
      .product-accessories .productList .slick-prev::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M11.379 0a1.243 1.243 0 0 1 .879 2.122L6.38 8l5.877 5.878a1.242 1.242 0 1 1-1.757 1.758L3.743 8.879a1.243 1.243 0 0 1 0-1.758L10.5.364c.242-.243.56-.364.879-.364z' fill='%23fff' /%3E%3C/svg%3E"); }
      .product-accessories .productList .slick-prev:hover::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='M11.379 0a1.243 1.243 0 0 1 .879 2.122L6.38 8l5.877 5.878a1.242 1.242 0 1 1-1.757 1.758L3.743 8.879a1.243 1.243 0 0 1 0-1.758L10.5.364c.242-.243.56-.364.879-.364z' fill='%23333' /%3E%3C/svg%3E"); }

@media (max-width: 600px) {
  .product-accessories .card {
    padding: 12px;
    gap: 8px; }
    .product-accessories .card .button--add_cart {
      line-height: 26px; }
    .product-accessories .card .card-actions {
      flex-direction: column !important; }
      .product-accessories .card .card-actions .button--add_cart, .product-accessories .card .card-actions > div {
        width: 100% !important;
        max-width: 100% !important; } }

#product-support ul {
  margin: 0; }
  #product-support ul li {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: .5rem; }
    #product-support ul li a {
      color: #C71220;
      text-decoration: underline; }
      #product-support ul li a:hover, #product-support ul li a:focus, #product-support ul li a:active {
        color: #950D19; }

.productView-ship {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.5rem;
  background: #EFEFEF;
  border-radius: 4px; }
  @media (min-width: 801px) {
    .productView-ship {
      padding: 1.5rem 2rem; } }
  .productView-ship .icon {
    height: 2rem;
    width: 2rem; }
  .productView-ship .info {
    flex: 1; }

.productView-accordions-container {
  background: #EFEFEF;
  padding: 4rem 0;
  margin: 0 0 4rem; }
  @media (min-width: 801px) {
    .productView-accordions-container {
      padding: 5rem 0;
      margin: 0 0 5rem; }
      .productView-accordions-container .productView-accordions {
        margin: 0 -0.75rem;
        max-width: none;
        width: auto;
        display: flex; }
        .productView-accordions-container .productView-accordions:before, .productView-accordions-container .productView-accordions:after {
          content: " ";
          display: table; }
        .productView-accordions-container .productView-accordions:after {
          clear: both; }
      .productView-accordions-container .accordion {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 66.66667%;
        float: left;
        width: 62.75%; }
      .productView-accordions-container .productView-contact-container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 33.33333%;
        float: left;
        width: 37.72%;
        padding-left: 5.2%; } }
  .productView-accordions-container .accordion {
    padding: 0;
    border: none; }
    .productView-accordions-container .accordion .accordion-block {
      border-bottom: 1px solid #676969; }
    .productView-accordions-container .accordion .accordion-navigation {
      padding: 0;
      border: none; }
      .productView-accordions-container .accordion .accordion-navigation .accordion-title {
        font-size: 24px;
        padding: 1.5rem 1.5rem 1.5rem 0; }
    .productView-accordions-container .accordion .accordion-content {
      padding: 0 0 1.5rem; }
  .productView-accordions-container .productView-contact {
    text-align: center;
    background: #fff;
    border-radius: 4px;
    padding: 1.5rem; }
    @media (max-width: 800px) {
      .productView-accordions-container .productView-contact {
        transform: none !important; } }
    .productView-accordions-container .productView-contact .icon {
      height: 2rem;
      width: 2rem;
      margin-right: 0.5rem; }
    .productView-accordions-container .productView-contact .productView-sub-title {
      margin: 0 0 17px; }
    .productView-accordions-container .productView-contact p:last-child {
      margin: 0; }
    .productView-accordions-container .productView-contact a {
      color: #C71220;
      text-decoration: underline; }
      .productView-accordions-container .productView-contact a:hover {
        color: #950D19; }

.productView-accordion .accordion-block {
  border-bottom: 1px solid #676969; }

.productView-accordion .accordion-navigation {
  padding: 0;
  border: none; }
  .productView-accordion .accordion-navigation .accordion-title {
    padding: 1.5rem 1.5rem 1.5rem 0; }

.productView-accordion .accordion-content {
  padding: 0 0 1.5rem; }

.whishlist-btn {
  color: #333;
  display: block;
  margin: 1.5rem 0 2.5rem; }
  .whishlist-btn:hover {
    color: #C71220; }

[searchspring-recommend="customers-also-bought"] {
  margin-bottom: 4rem; }
  @media (min-width: 801px) {
    [searchspring-recommend="customers-also-bought"] {
      margin-bottom: 5rem; } }
  @media (min-width: 1261px) {
    [searchspring-recommend="customers-also-bought"] {
      padding: 0 3rem; } }
  @media (min-width: 1440px) {
    [searchspring-recommend="customers-also-bought"] {
      padding: 0 64px; } }
  [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__recommendation__title {
    color: #333333;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    padding: 0 1.5rem;
    margin: 1rem 0; }
    @media (min-width: 1261px) {
      [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__recommendation__title {
        padding: 0 56px; } }
    @media (min-width: 1440px) {
      [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__recommendation__title {
        padding: 0 56px; } }
  [searchspring-recommend="customers-also-bought"] .ss__recommendation .swiper .swiper-wrapper {
    padding-bottom: -.75rem; }
    [searchspring-recommend="customers-also-bought"] .ss__recommendation .swiper .swiper-wrapper .product {
      padding-top: .75rem;
      padding-bottom: .75rem; }
  [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
    max-width: none; }
    [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .swiper {
      overflow: hidden; }
    [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .swiper-slide {
      margin: 0 !important; }
    [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__next-wrapper,
    [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__prev-wrapper {
      width: 12px;
      margin: 0; }
      @media (min-width: 1261px) {
        [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__next-wrapper,
        [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__prev-wrapper {
          width: 40px; } }
    [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__prev,
    [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__next {
      height: 1.5rem;
      width: 1.5rem;
      padding: 0;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10; }
      @media (min-width: 801px) {
        [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__prev,
        [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__next {
          height: 2.5rem;
          width: 2.5rem; } }
      [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__prev .ss__icon,
      [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__next .ss__icon {
        width: 100%;
        height: 100%; }
    [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__prev {
      left: 0; }
      @media (min-width: 1261px) {
        [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__prev {
          left: 0; } }
    [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__next {
      right: 12px; }
      @media (min-width: 1261px) {
        [searchspring-recommend="customers-also-bought"] .ss__recommendation .ss__carousel .ss__carousel__next {
          right: 0; } }

[searchspring-recommend="customers-also-viewed"] .ss__recommendation .ss__recommendation__title {
  color: #333333;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  margin: 1.5rem 0 0; }

[searchspring-recommend="customers-also-viewed"] .ss__recommendation .swiper .swiper-wrapper {
  margin-top: -.75rem; }

.review-total-box .flex-wrap {
  width: 100%;
  justify-content: flex-end;
  margin: 0 -15px; }

.pdp-sticky-actions {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(51, 51, 51, 0.16);
  padding: 16px 24px; }
  .pdp-sticky-actions.show {
    display: block; }
    @media (min-width: 801px) {
      .pdp-sticky-actions.show {
        display: none; } }
  .pdp-sticky-actions .productView-price {
    margin: 0 0 8px; }
  .pdp-sticky-actions .actions {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap; }
    .pdp-sticky-actions .actions > :last-child {
      width: 100%;
      text-align: right; }
      .pdp-sticky-actions .actions > :last-child #qn-add-to-quote {
        width: 100%;
        width: calc(100% - 88px);
        margin-top: 0.5rem; }
    .pdp-sticky-actions .actions .sticky-input--incrementTotal {
      text-align: center;
      width: 72px;
      padding: 12px 6px;
      border-radius: 4px;
      border: 1px solid #676969; }
    .pdp-sticky-actions .actions .add-to-cart-box {
      flex: 1; }
      .pdp-sticky-actions .actions .add-to-cart-box .button {
        width: 100%;
        margin: 0; }
