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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #8f8f8f;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #474747;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
  appearance: none;
  background-color: white;
  border-color: #8f8f8f;
  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: #474747;
    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: #8f8f8f;
  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: #474747; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #474747; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #333333; }

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

@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .navBar-item {
    float: left; } }

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

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 768px) {
    .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: 768px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 768px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 768px) {
    .modal {
      transform: translateY(-50%); } }

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

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

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

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

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

.modal-footer {
  border-top: 1px solid #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-prev {
  left: -5px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

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

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

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

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

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

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

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

.carousel-play-pause-button {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  bottom: 0.5rem;
  color: #8f8f8f;
  display: none;
  font-size: 14px;
  font-weight: 700;
  height: 32px;
  left: 15px;
  line-height: 1.25;
  max-width: 60px;
  min-width: 60px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  transition: color 100ms ease-out;
  white-space: nowrap;
  z-index: 5; }
  @media (min-width: 768px) {
    .carousel-play-pause-button {
      font-size: 18px;
      max-width: 150px; } }
  @media (min-width: 1024px) {
    .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: 1024px) {
    body {
      padding-top: 0; } }

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 768px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

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

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

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

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  .modal-close::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .modal-close::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(title);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .modal-close::before, .modal-close::after {
    display: none; }
  .modal-close:focus::before, .modal-close:focus::after {
    display: block; }
  @media (min-width: 1024px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-title {
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 1.07143rem;
  margin: 0; }

.accordion-navigation {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 1rem;
  position: relative;
  text-decoration: none;
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-option {
  border: 1px solid #8f8f8f;
  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: #474747; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 768px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 1024px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 1024px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

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

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

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

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

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

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

.dropdown--quickSearch {
  background-color: #e5e5e5;
  display: none;
  padding: 1.5rem 0; }
  @media (min-width: 768px) {
    .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: 768px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 1024px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon,
  .collapsible-icon-wrapper.is-open .navPages-action-moreIcon {
    transform: rotate(0); }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    height: 0.78571rem;
    width: 0.78571rem;
    margin: 0 1.5rem; }
    @media (min-width: 1024px) {
      .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
        height: 0.57143rem;
        width: 0.57143rem;
        margin: 0 0 0 0.78571rem; } }

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

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

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

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

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

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 1024px) {
    .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.14286rem; } }

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

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

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 1024px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 768px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 1024px) {
    .heroCarousel.slick-initialized {
      max-height: 42.85714rem; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .heroCarousel {
      opacity: 0; }
      .heroCarousel.slick-initialized {
        opacity: 1; } }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel a {
    text-decoration: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1024px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
  .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: 768px) {
    .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: 768px) {
      .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: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 28.57143rem; } }
    @media (min-width: 1024px) {
      .heroCarousel-slide .heroCarousel-image-wrapper {
        max-height: 42.85714rem; } }

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

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

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

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

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

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

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

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

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

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

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 768px) {
    .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: 768px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  min-width: 100%;
  position: relative;
  width: 1px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails[data-slick] {
    opacity: 0; }
    .productView-thumbnails[data-slick].slick-initialized {
      opacity: 1; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    margin: 0;
    object-fit: contain;
    position: relative;
    width: 50px; }

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

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

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

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

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

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

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

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

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

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 768px) {
    .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: 768px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 768px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 768px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 768px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 768px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .productView-options .form-action {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1024px) {
      .productView-options .form-action .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem; } }
  .productView-options .form-action .button--primary {
    margin-right: 0.78571rem; }

.productOptions-list {
  border: 1px solid #8f8f8f;
  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 #8f8f8f; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 1024px) {
    .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: 1024px) {
    .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: 1024px) {
      .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: 1024px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  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: 1024px) {
    .suggestiveCart {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .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: 768px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 768px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

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

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

.account-product-detail-heading {
  color: #757575;
  font-family: "Roboto Mono", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon--ratingEmpty svg {
  fill: #8f8f8f; }

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

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 1rem;
    width: 1rem;
    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.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  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 {
  display: inline-block;
  float: none; }

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

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

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

.methodHeader {
  align-items: center;
  display: flex;
  flex-flow: row;
  justify-content: space-between; }
  .methodHeader-icon {
    margin-right: 0.78571rem;
    width: 2rem; }
    @media (min-width: 1261px) {
      .methodHeader-icon {
        width: 3rem; } }
  .methodHeader-title {
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-title {
        font-size: 1rem; } }
  .methodHeader-brand {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

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

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

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

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

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

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

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

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

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

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

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

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

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

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

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

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

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

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 768px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 1024px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: #333333;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 1024px) {
      .header-logo__link {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0;
        width: auto; } }
    .header-logo__link:hover {
      color: #757575; }
    .header-logo__link:active {
      color: #757575; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sidebarBlock-heading {
  font-size: 1.07143rem;
  margin-top: 0;
  text-transform: inherit; }

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

.brand-image-container {
  max-width: 100px;
  position: relative; }
  .brand-image-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .brand-image-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }

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

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

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

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

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

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

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

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 768px) {
  .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: 768px) {
  .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: 768px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      left: 50%;
      opacity: 0;
      position: absolute;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
      .listItem:hover .listItem-figureBody {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1024px) {
    .productView {
      display: block; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

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

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1024px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--quickView .productView-details {
    position: relative; }
  .productView-details.product-data {
    order: -1; }

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

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

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

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

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

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 768px) {
    .listItem-figure .starwrap {
      top: 0;
      transform: scale(0.6); } }
  @media (min-width: 1261px) {
    .listItem-figure .starwrap {
      top: 10px;
      transform: scale(0.7); } }

.sale-text-burst, .sold-out-text-burst {
  font-weight: 600;
  line-height: 1.07143rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.57143rem;
  z-index: 50; }

.sale-text-burst {
  color: white; }

.sold-out-text-burst {
  color: white; }

.product:hover .starwrap .sale-flag-star,
.product:hover .starwrap .sale-flag-star::before,
.product:hover .starwrap .sale-flag-star::after {
  background: black; }

.product:hover .starwrap .sold-out-flag-star,
.product:hover .starwrap .sold-out-flag-star::before,
.product:hover .starwrap .sold-out-flag-star::after {
  background: black; }

.sale-flag-side, .sold-out-flag-side {
  border-radius: 0 50px 50px 0;
  font-size: 15px;
  font-weight: 700;
  height: 1.42857rem;
  line-height: 1.14286rem;
  padding-left: 0.5rem;
  padding-right: 0.78571rem;
  padding-top: 0.10714rem;
  position: absolute;
  transition: background-color 800ms ease;
  z-index: 10; }

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

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

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

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

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

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

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

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 768px) {
    .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 #474747;
  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: 1024px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

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

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

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

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

@font-face {
  font-family: 'industrybook';
  src: url("https://cdn11.bigcommerce.com/s-leqanvs82e/content/fonts/industry-book-webfont.woff2") format("woff2"), url("https://cdn11.bigcommerce.com/s-leqanvs82e/content/fonts/industry-book-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'industrydemi';
  src: url("https://cdn11.bigcommerce.com/s-leqanvs82e/content/fonts/industry-demi-webfont.woff2") format("woff2"), url("https://cdn11.bigcommerce.com/s-leqanvs82e/content/fonts/industry-demi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'industrymedium';
  src: url("https://cdn11.bigcommerce.com/s-leqanvs82e/content/fonts/industry-medium-webfont.woff2") format("woff2"), url("https://cdn11.bigcommerce.com/s-leqanvs82e/content/fonts/industry-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html {
  -webkit-font-smoothing: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  -webkit-text-stroke-width: auto;
  -moz-osx-font-smoothing: antialiased;
  padding: 0;
  background: #ffffff;
  font-weight: normal;
  letter-spacing: normal;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto Mono", sans-serif; }
  @media screen and (min-width: 1280px) {
    body {
      font-size: 0.97222vw; } }

* {
  outline: none !important; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"],
input[type="time"], input[type="url"], input[type="color"], textarea {
  outline: none; }

select {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }

p {
  font-family: "industrybook", sans-serif;
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    p {
      font-size: 1.11111vw; } }
  @media screen and (max-width: 767px) {
    p {
      font-size: 14px; } }

ul, ol {
  margin: 0 0 20px 20px;
  font-family: "industrybook", sans-serif;
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    ul, ol {
      margin: 0 0 1.38889vw 1.38889vw;
      font-size: 1.11111vw; } }
  @media screen and (max-width: 767px) {
    ul, ol {
      font-size: 14px; } }

a {
  color: #ED1C29;
  text-decoration: none;
  outline: none !important; }
  a:hover {
    color: #000000; }

a:focus {
  color: #000000; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "industrydemi", sans-serif;
  font-weight: normal;
  color: #000000; }

h2 {
  font-size: 26px;
  margin: 20px 0; }
  @media screen and (min-width: 1280px) {
    h2 {
      font-size: 1.80556vw;
      margin: 1.38889vw 0; } }
  @media screen and (max-width: 1023px) {
    h2 {
      font-size: 24px; } }
  @media screen and (max-width: 767px) {
    h2 {
      font-size: 22px; } }

h3 {
  font-size: 24px;
  margin: 20px 0; }
  @media screen and (min-width: 1280px) {
    h3 {
      font-size: 1.66667vw;
      margin: 1.38889vw 0; } }
  @media screen and (max-width: 1023px) {
    h3 {
      font-size: 22px; } }
  @media screen and (max-width: 767px) {
    h3 {
      font-size: 20px; } }

h4 {
  font-size: 22px;
  margin: 20px 0; }
  @media screen and (min-width: 1280px) {
    h4 {
      font-size: 1.52778vw;
      margin: 1.38889vw 0; } }
  @media screen and (max-width: 1023px) {
    h4 {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    h4 {
      font-size: 18px; } }

h5 {
  font-size: 20px;
  margin: 20px 0; }
  @media screen and (min-width: 1280px) {
    h5 {
      font-size: 1.38889vw;
      margin: 1.38889vw 0; } }
  @media screen and (max-width: 1023px) {
    h5 {
      font-size: 18x; } }
  @media screen and (max-width: 767px) {
    h5 {
      font-size: 16px; } }

h6 {
  font-size: 18px;
  margin: 20px 0; }
  @media screen and (min-width: 1280px) {
    h6 {
      font-size: 1.25vw;
      margin: 1.38889vw 0; } }
  @media screen and (max-width: 1023px) {
    h6 {
      font-size: 16px; } }
  @media screen and (max-width: 767px) {
    h6 {
      font-size: 14px; } }

.form-field {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .form-field {
      margin-bottom: 1.38889vw; } }

.form-inlineMessage {
  line-height: 24px;
  margin: 7px 0 -5px; }
  @media screen and (min-width: 1280px) {
    .form-inlineMessage {
      line-height: 1.66667vw;
      margin: 0.48611vw 0 -0.34722vw; } }

.form-field--error .form-inlineMessage::before {
  height: 14px;
  width: 14px; }
  @media screen and (min-width: 1280px) {
    .form-field--error .form-inlineMessage::before {
      height: 0.97222vw;
      width: 0.97222vw; } }

.form-label {
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
  font-family: "industrymedium", sans-serif;
  font-weight: normal; }
  @media screen and (min-width: 1280px) {
    .form-label {
      font-size: 0.97222vw;
      margin-bottom: 0.69444vw; } }

.form-label small {
  font-size: 9px;
  color: red; }
  @media screen and (min-width: 1280px) {
    .form-label small {
      font-size: 0.625vw; } }

textarea {
  resize: none; }

.form-input {
  border: 1px solid #000000;
  padding: 10px 15px;
  color: #000000;
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 44px;
  font-family: "industrybook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .form-input {
      font-size: 0.97222vw;
      padding: 0.69444vw 1.04167vw;
      height: 3.05556vw; } }

h1.page-heading {
  font-size: 32px;
  color: #000000;
  text-transform: none;
  margin: 50px 0 30px;
  line-height: 36px; }
  @media screen and (min-width: 1280px) {
    h1.page-heading {
      font-size: 2.22222vw;
      margin: 3.47222vw 0 2.08333vw;
      line-height: 2.5vw; } }
  @media screen and (max-width: 1279px) {
    h1.page-heading {
      font-size: 34px; } }
  @media screen and (max-width: 1023px) {
    h1.page-heading {
      font-size: 30px;
      margin: 40px 0 30px; } }
  @media screen and (max-width: 767px) {
    h1.page-heading {
      margin: 30px 0;
      font-size: 26px; } }

p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 24px;
  font-family: "industrybook", sans-serif; }
  @media screen and (min-width: 1280px) {
    p {
      font-size: 1.11111vw;
      margin-bottom: 1.38889vw;
      line-height: 1.66667vw; } }

.icon {
  width: 16px;
  height: 16px; }
  @media screen and (min-width: 1280px) {
    .icon {
      width: 1.11111vw;
      height: 1.11111vw; } }

.body {
  margin: 0;
  padding-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .body {
      padding-bottom: 3.47222vw; } }
  @media screen and (max-width: 1279px) {
    .body {
      padding-bottom: 50px; } }

.type-category .body {
  padding-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .type-category .body {
      padding-bottom: 1.38889vw; } }

.type-default .body {
  padding-bottom: 0; }

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 150px; }
  @media screen and (min-width: 1280px) {
    .container {
      padding: 0 10.41667vw; } }
  @media screen and (max-width: 1279px) {
    .container {
      padding: 0 20px; } }

ol.breadcrumbs {
  white-space: nowrap;
  overflow-x: auto;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 767px) {
    ol.breadcrumbs {
      display: block; } }

.breadcrumb-row ol.breadcrumbs {
  text-align: left;
  margin: 0;
  padding: 20px 0 10px; }
  @media screen and (min-width: 1280px) {
    .breadcrumb-row ol.breadcrumbs {
      padding: 1.38889vw 0 0.69444vw; } }
  .breadcrumb-row ol.breadcrumbs .breadcrumb:not(:first-child)::before {
    margin: 0 10px;
    border-right-color: #686868;
    height: 10px;
    position: relative;
    top: 2px; }
    @media screen and (min-width: 1280px) {
      .breadcrumb-row ol.breadcrumbs .breadcrumb:not(:first-child)::before {
        margin: 0 0.69444vw;
        height: 0.69444vw;
        top: 0.13889vw; } }
  .breadcrumb-row ol.breadcrumbs .breadcrumb {
    color: #686868;
    font-size: 12px;
    font-family: 'industrybook', sans-serif;
    font-weight: normal; }
    @media screen and (min-width: 1280px) {
      .breadcrumb-row ol.breadcrumbs .breadcrumb {
        font-size: 0.83333vw; } }
    .breadcrumb-row ol.breadcrumbs .breadcrumb a {
      color: #686868; }
      .breadcrumb-row ol.breadcrumbs .breadcrumb a:hover {
        color: #ED1C29; }
  .breadcrumb-row ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
    font-weight: normal; }

.pad-80 {
  padding: 80px 0; }
  @media screen and (min-width: 1280px) {
    .pad-80 {
      padding: 5.55556vw 0; } }
  @media screen and (max-width: 1023px) {
    .pad-80 {
      padding: 30px 0; } }

.pad-40 {
  padding: 40px 0; }
  @media screen and (min-width: 1280px) {
    .pad-40 {
      padding: 2.77778vw 0; } }

.button {
  background: #000000;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 20px;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
  line-height: 16px; }
  @media screen and (min-width: 1280px) {
    .button {
      font-size: 0.76389vw;
      padding: 0.97222vw 1.38889vw;
      height: 3.05556vw;
      line-height: 1.11111vw; } }
  .button:hover {
    background: #ED1C29;
    color: #ffffff;
    border: 0; }
  .button:focus {
    background: #292C31;
    color: #ffffff;
    border: 0; }

.button.button--primary {
  background: #ED1C29;
  border: 0;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 20px;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
  line-height: 16px; }
  @media screen and (min-width: 1280px) {
    .button.button--primary {
      font-size: 0.76389vw;
      padding: 0.97222vw 1.38889vw;
      height: 3.05556vw;
      line-height: 1.11111vw; } }
  .button.button--primary:hover {
    background: #000000; }

.button.with-arrow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transform: perspective(1px) translateZ(0);
  width: 140px;
  padding: 10px 15px;
  height: 50px;
  transition: all .3s ease-in;
  position: relative; }
  @media screen and (min-width: 1280px) {
    .button.with-arrow {
      width: 9.72222vw;
      padding: 0.69444vw 1.04167vw;
      height: 3.47222vw; } }
  .button.with-arrow svg {
    width: 10px;
    height: 10px;
    fill: #ffffff;
    right: 40px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
    position: absolute; }
    @media screen and (min-width: 1280px) {
      .button.with-arrow svg {
        width: 0.69444vw;
        height: 0.69444vw;
        right: 2.77778vw; } }
  .button.with-arrow:hover {
    padding-right: 30px; }
    @media screen and (min-width: 1280px) {
      .button.with-arrow:hover {
        padding-right: 2.08333vw; } }
    .button.with-arrow:hover svg {
      fill: #ffffff;
      opacity: 1;
      right: 20px; }
      @media screen and (min-width: 1280px) {
        .button.with-arrow:hover svg {
          right: 1.38889vw; } }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container {
  position: relative; }
  .select2-container .select2-selection--single {
    cursor: pointer;
    display: block;
    height: 44px;
    user-select: none;
    -webkit-user-select: none;
    border: 1px solid #000000;
    padding: 13px 40px 13px 20px;
    line-height: normal;
    font-family: "industrybook", sans-serif;
    font-size: 13px;
    color: #000000; }
    @media screen and (min-width: 1280px) {
      .select2-container .select2-selection--single {
        height: 3.05556vw;
        padding: 0.90278vw 2.77778vw 0.90278vw 1.38889vw;
        font-size: 0.90278vw; } }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-selection__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 17px;
    width: 20px;
    height: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 0; }
    @media screen and (min-width: 1280px) {
      .select2-container .select2-selection__arrow {
        right: 1.18056vw;
        width: 1.38889vw;
        height: 1.38889vw; } }
    .select2-container .select2-selection__arrow b {
      background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.03033 5.43842L1.06066 0.46875L0 1.52941L6.03033 7.55974L12.0607 1.52941L11 0.46875L6.03033 5.43842Z' fill='black'/%3E%3C/svg%3E");
      background-size: 13px auto;
      background-position: right center;
      height: auto;
      background-repeat: no-repeat;
      width: 20px;
      height: 20px; }
      @media screen and (min-width: 1280px) {
        .select2-container .select2-selection__arrow b {
          background-size: 0.90278vw auto;
          width: 1.38889vw;
          height: 1.38889vw; } }

.select2-container--open + .select2-container--open {
  z-index: 8;
  background: #ffffff;
  border: 1px solid #dddddd; }
  .select2-container--open + .select2-container--open .select2-search--hide {
    display: none; }

#select2-sort-results {
  margin: 0px;
  padding: 0;
  list-style: none; }
  #select2-sort-results li {
    font-size: 12px;
    color: #000000;
    padding: 5px 10px;
    font-family: "industrybook", sans-serif; }
    @media screen and (min-width: 1280px) {
      #select2-sort-results li {
        font-size: 0.83333vw;
        padding: 0.34722vw 0.69444vw; } }
    #select2-sort-results li:hover {
      background: #ED1C29;
      color: #ffffff; }

.select2-results {
  max-height: 8.68056vw; }
  @media screen and (min-width: 1280px) {
    .select2-results {
      max-height: 17.36111vw; } }
  .select2-results .select2-results__options {
    list-style: none;
    padding: 0;
    margin: 0; }
    .select2-results .select2-results__options .select2-results__option {
      font-size: 12px;
      color: #000000;
      padding: 10px 15px;
      font-family: "industrybook", sans-serif;
      cursor: pointer; }
      @media screen and (min-width: 1280px) {
        .select2-results .select2-results__options .select2-results__option {
          font-size: 0.83333vw;
          padding: 0.69444vw 1.04167vw; } }
      .select2-results .select2-results__options .select2-results__option:hover {
        background: #ED1C29;
        color: #ffffff; }
    .select2-results .select2-results__options .select2-results__option--highlighted.select2-results__option--selectable {
      background: #ED1C29;
      color: #ffffff; }

.select2-dropdown {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 9;
  top: -2px;
  left: -1px; }
  @media screen and (min-width: 1280px) {
    .select2-dropdown {
      top: -0.13889vw;
      left: -0.06944vw; } }

.alertBox {
  text-align: center;
  border-radius: 0; }
  .alertBox .alertBox-icon {
    display: inline-block; }
    @media screen and (max-width: 1023px) {
      .alertBox .alertBox-icon {
        float: left;
        margin-top: 3px;
        width: 35px; } }
  .alertBox .alertBox-message {
    display: inline-block;
    width: auto; }
    @media screen and (max-width: 1023px) {
      .alertBox .alertBox-message {
        width: calc(100% - 35px); } }

.shopping-cart-main .sezzle-button-text {
  margin-top: -28px !important;
  margin-bottom: 20px !important; }

.cart-custom-row .col2 .cart-totals .sezzle-button-text {
  text-align: center !important;
  float: none !important;
  padding: 5px;
  margin-left: -13px; }

.cart-custom-row .col2 .cart-totals .sezzle-shopify-info-button {
  background: #ffffff;
  border: solid 1px #e5e5e5;
  margin-bottom: 20px; }

.top-pencil-banner {
  background: #292C31;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .top-pencil-banner .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    min-height: 40px;
    padding: 8px 30px; }
    @media screen and (min-width: 1280px) {
      .top-pencil-banner .container {
        min-height: 2.77778vw;
        padding: 0.55556vw 2.08333vw; } }
    @media screen and (max-width: 1279px) {
      .top-pencil-banner .container {
        padding: 10px 20px; } }
    @media screen and (max-width: 767px) {
      .top-pencil-banner .container {
        padding: 3px 20px;
        min-height: inherit; } }
    .top-pencil-banner .container .col1 {
      width: 30%;
      font-size: 12px;
      font-family: "industrydemi", sans-serif;
      font-weight: normal;
      color: #ffffff;
      text-transform: uppercase;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      line-height: 18px; }
      @media screen and (min-width: 1280px) {
        .top-pencil-banner .container .col1 {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      @media screen and (max-width: 1279px) {
        .top-pencil-banner .container .col1 {
          width: 30%;
          order: 2;
          -webkit-justify-content: flex-end;
          justify-content: flex-end; } }
      @media screen and (max-width: 767px) {
        .top-pencil-banner .container .col1 {
          width: 35%; } }
      @media screen and (max-width: 413px) {
        .top-pencil-banner .container .col1 {
          font-size: 11px; } }
      .top-pencil-banner .container .col1 span {
        display: block;
        padding-top: 1px;
        margin-top: 1px; }
        @media screen and (min-width: 1280px) {
          .top-pencil-banner .container .col1 span {
            padding-top: 0.06944vw;
            margin-top: 0.06944vw; } }
      .top-pencil-banner .container .col1 img {
        width: 31px;
        height: 16px;
        margin-right: 10px;
        margin-top: .5px; }
        @media screen and (min-width: 1280px) {
          .top-pencil-banner .container .col1 img {
            width: 2.15278vw;
            height: 1.11111vw;
            margin-right: 0.69444vw;
            margin-top: 0.03472vw; } }
    .top-pencil-banner .container .col2 {
      width: 40%;
      text-align: center;
      font-size: 12px;
      font-family: "industrydemi", sans-serif;
      font-weight: normal;
      color: #ffffff;
      text-transform: uppercase; }
      @media screen and (min-width: 1280px) {
        .top-pencil-banner .container .col2 {
          font-size: 0.83333vw; } }
      @media screen and (max-width: 1279px) {
        .top-pencil-banner .container .col2 {
          width: 70%;
          order: 1;
          text-align: left; } }
      @media screen and (max-width: 767px) {
        .top-pencil-banner .container .col2 {
          max-height: 65%; } }
      .top-pencil-banner .container .col2 [data-content-region="header_bottom--global"] [data-sub-layout] {
        padding: 0; }
        @media screen and (max-width: 1279px) {
          .top-pencil-banner .container .col2 [data-content-region="header_bottom--global"] [data-sub-layout] [data-widget-id] > div {
            text-align: left; } }
        .top-pencil-banner .container .col2 [data-content-region="header_bottom--global"] [data-sub-layout] p {
          margin: 0;
          font-size: 12px;
          font-family: "industrydemi", sans-serif;
          font-weight: normal;
          color: #ffffff;
          text-transform: uppercase;
          margin-top: 1px; }
          @media screen and (min-width: 1280px) {
            .top-pencil-banner .container .col2 [data-content-region="header_bottom--global"] [data-sub-layout] p {
              font-size: 0.83333vw;
              margin-top: 0.06944vw; } }
          @media screen and (max-width: 767px) {
            .top-pencil-banner .container .col2 [data-content-region="header_bottom--global"] [data-sub-layout] p {
              line-height: 12px; } }
          @media screen and (max-width: 413px) {
            .top-pencil-banner .container .col2 [data-content-region="header_bottom--global"] [data-sub-layout] p {
              font-size: 11px; } }
    .top-pencil-banner .container .col3 {
      width: 30%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      @media screen and (max-width: 1279px) {
        .top-pencil-banner .container .col3 {
          display: none; } }
      .top-pencil-banner .container .col3 ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        padding-bottom: 3px; }
        @media screen and (min-width: 1280px) {
          .top-pencil-banner .container .col3 ul {
            padding-bottom: 0.20833vw; } }
        .top-pencil-banner .container .col3 ul li {
          margin-left: 30px; }
          @media screen and (min-width: 1280px) {
            .top-pencil-banner .container .col3 ul li {
              margin-left: 2.08333vw; } }
          @media screen and (max-width: 1279px) {
            .top-pencil-banner .container .col3 ul li {
              margin-left: 10px; } }
          .top-pencil-banner .container .col3 ul li:first-child {
            margin-left: 0; }
          .top-pencil-banner .container .col3 ul li a {
            font-size: 11px;
            font-family: "Roboto Mono", sans-serif;
            font-weight: normal;
            letter-spacing: -3.5%;
            color: #ffffff; }
            @media screen and (min-width: 1280px) {
              .top-pencil-banner .container .col3 ul li a {
                font-size: 0.76389vw; } }
            .top-pencil-banner .container .col3 ul li a:hover {
              color: #949494; }

.header {
  background: #292C31;
  background: linear-gradient(0deg, #292C31, #292C31), linear-gradient(0deg, rgba(0, 0, 0, 0.7) -4.69%, rgba(0, 0, 0, 0) 100%);
  border-top: 1px solid #373E49;
  border-bottom: 0;
  height: auto; }
  @media screen and (max-width: 1023px) {
    .header {
      position: relative;
      padding: 18px 0 0;
      min-height: 60px; } }
  .header.sticky-header {
    position: -webkit-sticky;
    position: sticky !important;
    top: -1px;
    /* Setting this to -1px makes sure that the transition does not cause a gap to be shown in between the window and header */
    left: 0;
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: 0.4s all ease-out;
    -o-transition: 0.4s all ease-out;
    transition: 0.4s all ease-out; }
  .header .middle-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 30px; }
    @media screen and (min-width: 1280px) {
      .header .middle-header {
        padding: 0 2.08333vw; } }
    @media screen and (max-width: 1279px) {
      .header .middle-header {
        padding: 0 20px; } }
  .header .header-logo {
    margin: 0;
    width: 205px;
    text-align: left; }
    @media screen and (min-width: 1280px) {
      .header .header-logo {
        width: 14.23611vw; } }
    @media screen and (max-width: 1023px) {
      .header .header-logo {
        width: 40%;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        height: auto; } }
    .header .header-logo img {
      width: 205px;
      height: auto; }
      @media screen and (min-width: 1280px) {
        .header .header-logo img {
          width: 14.23611vw; } }
      @media screen and (max-width: 1023px) {
        .header .header-logo img {
          width: auto;
          height: 18px; } }

.header-right {
  width: 367px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }
  @media screen and (min-width: 1280px) {
    .header-right {
      width: 25.48611vw; } }
  @media screen and (max-width: 1279px) {
    .header-right {
      width: 300px; } }
  @media screen and (max-width: 1023px) {
    .header-right {
      width: 30%; } }
  .header-right .account-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media screen and (max-width: 1023px) {
      .header-right .account-menu li {
        display: flex;
        align-items: center; } }
    .header-right .account-menu li a {
      padding: 0; }
      @media screen and (max-width: 1023px) {
        .header-right .account-menu li a {
          display: flex;
          align-items: center; } }
      .header-right .account-menu li a svg {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: #ffffff; }
        @media screen and (min-width: 1280px) {
          .header-right .account-menu li a svg {
            height: 1.45833vw;
            width: 1.45833vw; } }
      .header-right .account-menu li a:hover svg {
        fill: none;
        stroke: #ED1C29; }
    .header-right .account-menu .navUser-item--cart {
      margin-left: 30px; }
      @media screen and (min-width: 1280px) {
        .header-right .account-menu .navUser-item--cart {
          margin-left: 2.08333vw; } }
      @media screen and (max-width: 1279px) {
        .header-right .account-menu .navUser-item--cart {
          margin-left: 15px; } }
      .header-right .account-menu .navUser-item--cart > a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (max-width: 1023px) {
          .header-right .account-menu .navUser-item--cart > a svg {
            position: relative;
            top: 2px; } }
        .header-right .account-menu .navUser-item--cart > a .countPill {
          display: block;
          width: 20px;
          height: auto;
          background: none;
          padding: 0;
          line-height: normal;
          text-align: right;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          font-size: 13px;
          color: #ffffff;
          font-weight: normal;
          position: relative;
          top: -1px; }
          @media screen and (min-width: 1280px) {
            .header-right .account-menu .navUser-item--cart > a .countPill {
              width: 1.38889vw;
              font-size: 0.90278vw;
              top: -0.06944vw; } }
          @media screen and (max-width: 1023px) {
            .header-right .account-menu .navUser-item--cart > a .countPill {
              padding-top: 4px; } }
          @media screen and (max-width: 767px) {
            .header-right .account-menu .navUser-item--cart > a .countPill {
              width: 13px; } }
    .header-right .account-menu .sublink-menu {
      position: relative; }
      @media screen and (max-width: 1023px) {
        .header-right .account-menu .sublink-menu {
          position: absolute;
          left: 60px; } }
      .header-right .account-menu .sublink-menu > a svg {
        margin-top: 2px; }
        @media screen and (min-width: 1280px) {
          .header-right .account-menu .sublink-menu > a svg {
            margin-top: 0.20833vw; } }
      .header-right .account-menu .sublink-menu ul {
        display: none;
        position: absolute;
        top: 100%;
        background: #292C31;
        padding: 12px 20px 13px;
        min-width: 140px;
        left: -62px;
        margin-top: 26px;
        list-style: none;
        margin-left: 0; }
        @media screen and (min-width: 1280px) {
          .header-right .account-menu .sublink-menu ul {
            min-width: 9.72222vw;
            padding: 0.83333vw 1.38889vw 0.90278vw;
            left: -4.30556vw;
            margin-top: 1.80556vw; } }
        @media screen and (max-width: 1023px) {
          .header-right .account-menu .sublink-menu ul {
            min-width: 120px;
            left: -53px; } }
        .header-right .account-menu .sublink-menu ul:after {
          content: "";
          left: 0;
          width: 100%;
          top: -30px;
          height: 30px;
          position: absolute; }
          @media screen and (min-width: 1280px) {
            .header-right .account-menu .sublink-menu ul:after {
              height: 2.08333vw;
              top: -2.08333vw; } }
        .header-right .account-menu .sublink-menu ul:before {
          border: inset 5px;
          content: "";
          display: block;
          height: 0;
          width: 0;
          border-color: transparent transparent #292C31 transparent;
          border-bottom-style: solid;
          bottom: 100%;
          right: 50%;
          position: absolute;
          margin-right: -6px; }
          @media screen and (min-width: 1280px) {
            .header-right .account-menu .sublink-menu ul:before {
              border: inset 0.41667vw;
              border-color: transparent transparent #292C31 transparent;
              margin-right: -0.34722vw; } }
        .header-right .account-menu .sublink-menu ul li {
          margin: 0;
          padding: 5px 0; }
          @media screen and (min-width: 1280px) {
            .header-right .account-menu .sublink-menu ul li {
              padding: 0.34722vw 0; } }
          .header-right .account-menu .sublink-menu ul li a {
            color: #ffffff;
            letter-spacing: -0.035em;
            font-size: 11px;
            font-family: "Roboto Mono", sans-serif;
            line-height: 15px; }
            @media screen and (min-width: 1280px) {
              .header-right .account-menu .sublink-menu ul li a {
                font-size: 0.76389vw;
                line-height: 1.04167vw; } }
            .header-right .account-menu .sublink-menu ul li a:hover {
              color: #ED1C29; }

/* Animation for slideInDown start */
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

/* Animation for slideInDown end */
.type-default {
  /*.header {
    background: none;
    padding: 0;
    position: relative;
    border-top: 0px;
    .middle-header {
      padding-top: 12px;
      padding-bottom: 12px;
      position: absolute;
      width: 100%;
      @media screen and (min-width: 1280px) {
        padding-top: get-vw(24px);
        padding-bottom: get-vw(24px);
      }
    }
    .search-panel .container .form .form-field {
      background: rgba(51, 54, 61, 0.3);
    }
    &:hover {
      .middle-header {
      background: $black-bg;
      background: linear-gradient(0deg, #292C31, #292C31), linear-gradient(0deg, rgba(0, 0, 0, 0.7) -4.69%, rgba(0, 0, 0, 0) 100%);
      border-top: 1px solid $black-border;
    }
    }
  }*/ }
  .type-default .top-pencil-banner {
    position: relative;
    z-index: 9; }
  .type-default .header {
    background: none;
    border-top: 1px solid transparent;
    transition: opacity 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), height 0.3s cubic-bezier(0.38, 0.41, 0.27, 1), visibility 0.3s;
    transition: .9s; }
    .type-default .header .search-panel .container .form .form-field {
      background: rgba(51, 54, 61, 0.3); }
      @media screen and (max-width: 1023px) {
        .type-default .header .search-panel .container .form .form-field {
          background: #33363D; } }
    .type-default .header:hover {
      background: #292C31;
      border-top: 1px solid #373E49; }
      .type-default .header:hover .search-panel .container .form .form-field {
        background: #33363D; }
  @media screen and (max-width: 1023px) {
    .type-default .header.is-open {
      background: #292C31;
      border-top: 1px solid #373E49; } }
  .type-default .header.sticky-header {
    position: sticky;
    background: #292C31; }

@media screen and (max-width: 767px) {
  .navUser-item-cartLabel {
    display: block; } }

.header-right .account-menu .m-search {
  display: none; }
  @media screen and (max-width: 1023px) {
    .header-right .account-menu .m-search {
      display: block; } }
  .header-right .account-menu .m-search .c-icon {
    display: none; }

@media screen and (max-width: 1023px) {
  .search-panel.is-open + .account-menu .cart-icon {
    display: none; } }

.search-panel.is-open + .account-menu .navUser-item--cart {
  display: none; }

@media screen and (max-width: 1023px) {
  .search-panel.is-open {
    display: block;
    position: absolute;
    left: 0;
    top: 9px !important;
    z-index: 99;
    background: #292C31;
    width: calc(100% - 60px);
    padding-left: 10px; } }

@media screen and (max-width: 1023px) {
  .search-panel.is-open .container .form .form-field {
    width: 100%; } }

@media screen and (max-width: 1023px) {
  .navPages-list + .navPages-list.navPages-list--user {
    border: 0;
    margin: 0;
    padding: 10px 30px 0; } }

@media screen and (max-width: 1023px) {
  .navPages-list + .navPages-list.navPages-list--user li {
    padding: 10px 0; } }

@media screen and (max-width: 1023px) {
  .navPages-list + .navPages-list.navPages-list--user a {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.035em;
    font-family: "Roboto Mono", sans-serif;
    font-weight: normal;
    color: #ffffff; }
    .navPages-list + .navPages-list.navPages-list--user a:hover {
      color: #ED1C29; } }

@media screen and (max-width: 1023px) {
  .header-right .account-menu li a.navUser-action--quickSearch svg {
    top: 0;
    position: relative; } }

@media screen and (max-width: 1023px) {
  .header-right .account-menu li a.navUser-action--quickSearch.active .ms-icon {
    display: none; } }

@media screen and (max-width: 1023px) {
  .header-right .account-menu li a.navUser-action--quickSearch.active .c-icon {
    display: block; } }

.header-right .account-menu .sublink-menu.sfHover > a svg {
  fill: none;
  stroke: #ED1C29; }

@media screen and (max-width: 1023px) {
  .header-right .account-menu li.sublink-menu a {
    position: relative;
    z-index: 2; } }

.header-right .account-menu .sublink-menu svg {
  width: 15px;
  height: 18px; }
  @media screen and (min-width: 1280px) {
    .header-right .account-menu .sublink-menu svg {
      width: 1.04167vw;
      height: 1.25vw; } }

.header-right .account-menu .navUser-item--cart svg {
  width: 19px;
  height: 17px;
  margin-top: 2px; }
  @media screen and (min-width: 1280px) {
    .header-right .account-menu .navUser-item--cart svg {
      width: 1.31944vw;
      height: 1.18056vw;
      margin-top: 0.13889vw; } }

@media screen and (max-width: 1023px) {
  .header-right .account-menu li a svg.ms-icon {
    fill: none;
    height: 19px;
    width: 19px; } }

.search-panel .container .form .form-field ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #999999 !important;
  opacity: 1;
  /* Firefox */ }

.search-panel .container .form .form-field :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999 !important; }

.search-panel .container .form .form-field ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #999999 !important; }

.header-right .account-menu li a svg.c-icon {
  height: 14px;
  width: 14px;
  margin-top: 3px; }

.has-activeNavPages #pfFloatingContainer {
  z-index: 9; }

.has-activeNavPages .acsb-trigger.acsb-trigger-size-small {
  z-index: 9; }

.has-activeNavPages #launcher {
  z-index: 9 !important; }

.has-activeNavPages .back-to-top {
  z-index: 9; }

.search-panel {
  margin-right: 30px; }
  @media screen and (min-width: 1280px) {
    .search-panel {
      margin-right: 2.08333vw; } }
  @media screen and (max-width: 1279px) {
    .search-panel {
      margin-right: 15px; } }
  @media screen and (max-width: 1023px) {
    .search-panel {
      display: none; } }
  .search-panel .container {
    padding: 0; }
    .search-panel .container .form {
      margin: 0; }
      .search-panel .container .form .form-field {
        margin: 0;
        width: 234px;
        background: #33363D;
        height: 40px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 10px 16px; }
        @media screen and (min-width: 1280px) {
          .search-panel .container .form .form-field {
            height: 2.77778vw;
            padding: 0.69444vw 1.11111vw;
            width: 16.25vw; } }
        @media screen and (max-width: 1279px) {
          .search-panel .container .form .form-field {
            width: 200px; } }
        .search-panel .container .form .form-field button {
          padding: 0;
          background: none;
          border: 0;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center; }
          .search-panel .container .form .form-field button svg {
            width: 17px;
            height: 17px;
            fill: #ffffff;
            stroke: #ffffff; }
            @media screen and (min-width: 1280px) {
              .search-panel .container .form .form-field button svg {
                width: 1.18056vw;
                height: 1.18056vw; } }
            @media screen and (max-width: 1023px) {
              .search-panel .container .form .form-field button svg {
                width: 21px;
                height: 21px; } }
          .search-panel .container .form .form-field button:hover svg {
            fill: #ED1C29;
            stroke: #ED1C29; }
        .search-panel .container .form .form-field .form-input {
          height: auto;
          padding: 0;
          background: none;
          border: 0;
          font-size: 13px;
          font-family: 'industrybook', sans-serif;
          color: #ffffff; }
          @media screen and (min-width: 1280px) {
            .search-panel .container .form .form-field .form-input {
              font-size: 0.90278vw; } }
          .search-panel .container .form .form-field .form-input::-webkit-input-placeholder {
            color: #999999 !important;
            opacity: 1 !important; }
          .search-panel .container .form .form-field .form-input::-moz-placeholder {
            color: #999999 !important;
            opacity: 1 !important; }
          .search-panel .container .form .form-field .form-input:-ms-input-placeholder {
            color: #999999 !important;
            opacity: 1 !important; }

.quickSearchResults {
  background: #292C31;
  border: 0px;
  position: absolute;
  top: 100%;
  width: 750px;
  right: 0;
  left: auto;
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .quickSearchResults {
      width: 52.08333vw;
      margin-top: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .quickSearchResults {
      width: calc(100vw - 20px);
      left: 0;
      right: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .productGrid {
    margin: 30px;
    background: #ffffff;
    border-right: 0;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .quickSearchResults .productGrid {
        margin: 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .quickSearchResults .productGrid {
        margin: 10px; } }
    .quickSearchResults .productGrid:before {
      display: none; }
    .quickSearchResults .productGrid:after {
      content: "";
      width: 2px;
      background: #292C31;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
    .quickSearchResults .productGrid .product {
      width: 33.33%; }
      .quickSearchResults .productGrid .product .card {
        border: 0; }
        .quickSearchResults .productGrid .product .card div.card-text {
          font-size: 11px; }
          @media screen and (min-width: 1280px) {
            .quickSearchResults .productGrid .product .card div.card-text {
              font-size: 0.76389vw; } }
          .quickSearchResults .productGrid .product .card div.card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax {
            padding-right: 5px; }
            @media screen and (max-width: 1280px) {
              .quickSearchResults .productGrid .product .card div.card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax {
                padding-right: 0.34722vw; } }
      .quickSearchResults .productGrid .product .card-title > a {
        font-size: 12px;
        line-height: 14px; }
        @media screen and (min-width: 1280px) {
          .quickSearchResults .productGrid .product .card-title > a {
            font-size: 0.83333vw;
            line-height: 0.97222vw; } }
      .quickSearchResults .productGrid .product:hover .card {
        border: 0; }
      .quickSearchResults .productGrid .product:hover .card-body {
        background: none; }
      .quickSearchResults .productGrid .product:hover .card-title > a {
        color: #ED1C29; }

.view-all-btn {
  width: 100%; }
  .view-all-btn .button.view-all {
    width: 100%;
    background: #ED1C29;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0px;
    color: #ffffff;
    height: 40px;
    padding: 10px 20px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Roboto Mono", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    @media screen and (min-width: 1280px) {
      .view-all-btn .button.view-all {
        height: 2.77778vw;
        padding: 0.69444vw 1.38889vw;
        font-size: 0.76389vw; } }
    .view-all-btn .button.view-all svg {
      width: 10px;
      height: 10px;
      fill: #ffffff;
      margin-left: 10px;
      opacity: 0;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      @media screen and (min-width: 1280px) {
        .view-all-btn .button.view-all svg {
          width: 0.69444vw;
          height: 0.69444vw; } }
    .view-all-btn .button.view-all:hover {
      color: #ffffff; }
      .view-all-btn .button.view-all:hover svg {
        opacity: 1;
        fill: #ffffff;
        -webkit-transform: translateX(4px);
        transform: translateX(4px); }

.quickSearchMessage {
  padding: 20px;
  margin: 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: "industrybook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .quickSearchMessage {
      font-size: 1.04167vw;
      padding: 1.38889vw; } }

.search-panel .productGrid .product:hover:after {
  border-color: #dddddd; }

.search-panel .productGrid .product:hover:before {
  border-color: #dddddd !important;
  top: 0; }

@media (max-width: 767px) {
  .search-best-seller .productGrid .product .card .btn-row .col1,
  .search-result-inner .productGrid .product .card .btn-row .col1 {
    width: 100%; } }

@media (max-width: 767px) {
  .search-best-seller .productGrid .product .card .btn-row .col2,
  .search-result-inner .productGrid .product .card .btn-row .col2 {
    display: none; } }

@media (max-width: 767px) {
  .search-best-seller .productGrid .product .card .btn-row,
  .search-result-inner .productGrid .product .card .btn-row {
    padding-bottom: 0; } }

.custom-search-dropdown {
  position: absolute;
  top: 100%;
  background: #292C31;
  right: 0;
  left: auto;
  width: 750px;
  margin-top: 20px;
  padding: 30px;
  display: none; }
  @media screen and (min-width: 1280px) {
    .custom-search-dropdown {
      width: 52.08333vw;
      margin-top: 1.38889vw;
      padding: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .custom-search-dropdown {
      width: calc(100vw - 20px);
      left: 10px;
      right: 0;
      margin: 20px auto 0;
      padding: 10px; } }
  .custom-search-dropdown .btn-row {
    padding-bottom: 10px; }
    @media screen and (min-width: 1280px) {
      .custom-search-dropdown .btn-row {
        padding-bottom: 0.69444vw; } }
    .custom-search-dropdown .btn-row a {
      display: inline-flex;
      height: 40px;
      border: 1px solid #ffffff;
      padding: 10px 30px;
      color: #ffffff;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      text-transform: uppercase;
      font-family: "Roboto Mono", sans-serif;
      font-size: 11px;
      text-decoration: none; }
      @media screen and (min-width: 1280px) {
        .custom-search-dropdown .btn-row a {
          font-size: 0.76389vw;
          padding: 0.69444vw 2.08333vw;
          height: 2.77778vw; } }
      @media screen and (max-width: 1023px) {
        .custom-search-dropdown .btn-row a {
          padding: 8px 15px; } }
      .custom-search-dropdown .btn-row a:hover {
        background: #ED1C29;
        color: #ffffff;
        border-color: #ED1C29; }
    .custom-search-dropdown .btn-row a + a {
      margin-left: 7px; }
      @media screen and (min-width: 1280px) {
        .custom-search-dropdown .btn-row a + a {
          margin-left: 0.48611vw; } }
  .custom-search-dropdown h5 {
    font-size: 14px;
    color: #ffffff;
    margin: 20px 0;
    font-family: 'industrymedium', sans-serif;
    font-weight: normal;
    text-transform: uppercase; }
    @media screen and (min-width: 1280px) {
      .custom-search-dropdown h5 {
        font-size: 0.97222vw;
        margin: 1.38889vw 0; } }
  .custom-search-dropdown .row ul {
    list-style: none;
    padding: 0;
    margin: 0 -8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    @media screen and (min-width: 1280px) {
      .custom-search-dropdown .row ul {
        margin: 0 -0.55556vw; } }
    .custom-search-dropdown .row ul li {
      padding: 0px 8px 15px; }
      @media screen and (min-width: 1280px) {
        .custom-search-dropdown .row ul li {
          padding: 0 0.55556vw 1.04167vw; } }
      .custom-search-dropdown .row ul li a {
        padding: 7px 15px;
        color: #000000;
        text-transform: uppercase;
        height: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-size: 11px;
        font-family: "Roboto Mono", sans-serif;
        font-weight: 500;
        background: #ffffff; }
        @media screen and (min-width: 1280px) {
          .custom-search-dropdown .row ul li a {
            height: 2.08333vw;
            padding: 0.48611vw 1.04167vw;
            font-size: 0.76389vw; } }
        .custom-search-dropdown .row ul li a:hover {
          color: #ED1C29; }

.search-panel {
  position: relative; }

.search-best-seller .productGrid .product {
  width: 33.33%; }
  @media screen and (max-width: 767px) {
    .search-best-seller .productGrid .product:nth-child(3) {
      top: 0; } }

.home-text-slider {
  background: #1C1A1A;
  min-height: 40px;
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 1280px) {
    .home-text-slider {
      min-height: 2.77778vw;
      padding: 0.69444vw 0; } }
  @media screen and (max-width: 767px) {
    .home-text-slider {
      min-height: 32px;
      padding: 7px 0; } }
  .home-text-slider ul {
    max-width: 640px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (min-width: 1280px) {
      .home-text-slider ul {
        max-width: 44.44444vw; } }
    @media screen and (max-width: 767px) {
      .home-text-slider ul {
        max-width: 370px; } }
    @media screen and (max-width: 413px) {
      .home-text-slider ul {
        max-width: 340px; } }
    .home-text-slider ul .slick-next, .home-text-slider ul .slick-prev {
      background: none;
      height: 15px;
      width: 15px;
      padding: 0;
      border: 0;
      margin-top: 0; }
      @media screen and (min-width: 1280px) {
        .home-text-slider ul .slick-next, .home-text-slider ul .slick-prev {
          height: 1.04167vw;
          width: 1.04167vw; } }
      .home-text-slider ul .slick-next .carousel-tooltip, .home-text-slider ul .slick-prev .carousel-tooltip {
        display: none !important; }
      .home-text-slider ul .slick-next:before, .home-text-slider ul .slick-prev:before {
        display: none; }
    .home-text-slider ul .slick-prev {
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29282 17.707L0.585711 9.99992L8.29282 2.29282L9.70703 3.70703L3.41414 9.99992L9.70703 16.2928L8.29282 17.707Z' fill='white'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 10px 20px;
      left: 0;
      opacity: 0.5; }
      @media screen and (min-width: 1280px) {
        .home-text-slider ul .slick-prev {
          background-size: 0.69444vw 1.38889vw; } }
      .home-text-slider ul .slick-prev:hover {
        opacity: 1; }
    .home-text-slider ul .slick-next {
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.70718 17.707L9.41429 9.99992L1.70718 2.29282L0.292969 3.70703L6.58586 9.99992L0.292969 16.2928L1.70718 17.707Z' fill='white'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: right center;
      background-size: 10px 20px;
      right: 0;
      opacity: 0.5; }
      @media screen and (min-width: 1280px) {
        .home-text-slider ul .slick-next {
          background-size: 0.69444vw 1.38889vw; } }
      .home-text-slider ul .slick-next:hover {
        opacity: 1; }
    .home-text-slider ul li {
      width: 640px;
      text-align: center;
      font-size: 14px;
      color: #ffffff;
      font-weight: 500;
      text-transform: uppercase;
      font-family: "Roboto Mono", sans-serif;
      padding-top: 1px; }
      @media screen and (min-width: 1280px) {
        .home-text-slider ul li {
          font-size: 0.97222vw;
          width: 44.44444vw;
          padding-top: 0.06944vw; } }
      @media screen and (max-width: 767px) {
        .home-text-slider ul li {
          font-size: 12px; } }

h3.page-heading {
  font-size: 18px;
  color: #000000;
  font-family: "industrymedium", sans-serif;
  font-weight: normal;
  margin: 70px 0 30px;
  text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    h3.page-heading {
      margin: 4.86111vw 0 2.08333vw;
      font-size: 1.25vw; } }
  @media screen and (max-width: 1023px) {
    h3.page-heading {
      margin-top: 50px; } }
  @media screen and (max-width: 1023px) {
    h3.page-heading {
      margin-bottom: 25px;
      font-size: 14px; } }
  h3.page-heading span {
    color: #ED1C29; }

.btn-arrow {
  text-align: right;
  margin-bottom: 70px;
  margin-top: 40px; }
  @media screen and (min-width: 1280px) {
    .btn-arrow {
      margin-bottom: 4.86111vw;
      margin-top: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .btn-arrow {
      margin-bottom: 50px;
      margin-top: 30px; } }
  @media screen and (max-width: 767px) {
    .btn-arrow {
      margin-top: 25px;
      text-align: center; } }
  .btn-arrow a {
    font-size: 11px;
    font-family: "Roboto Mono", sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-weight: 500;
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s; }
    @media screen and (min-width: 1280px) {
      .btn-arrow a {
        font-size: 0.76389vw; } }
    .btn-arrow a svg {
      width: 8px;
      height: 8px;
      fill: #000000;
      margin-left: 5px;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -webkit-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
      @media screen and (min-width: 1280px) {
        .btn-arrow a svg {
          width: 0.55556vw;
          height: 0.55556vw;
          margin-left: 0.34722vw; } }
    .btn-arrow a:hover {
      color: #ED1C29; }
      .btn-arrow a:hover svg {
        fill: #ED1C29;
        -webkit-transform: translateX(0.5vw);
        transform: translateX(0.5vw); }

.home-warne-worldwide {
  position: relative; }
  .home-warne-worldwide:before {
    content: "";
    background: linear-gradient(0deg, rgba(43, 13, 13, 0.56), rgba(43, 13, 13, 0.56));
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: .5; }
  @media screen and (max-width: 1023px) {
    .home-warne-worldwide .img-row img {
      height: 260px;
      width: 100%;
      object-fit: cover;
      object-position: center; } }
  .home-warne-worldwide .content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 320px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 2; }
    @media screen and (min-width: 1280px) {
      .home-warne-worldwide .content {
        max-width: 22.22222vw; } }
    @media screen and (max-width: 1023px) {
      .home-warne-worldwide .content {
        max-width: 300px; } }
    .home-warne-worldwide .content h5 {
      font-size: 32px;
      line-height: 110%;
      color: #ffffff;
      margin: 0 0 20px;
      padding: 0;
      font-family: "industrydemi", sans-serif;
      text-transform: none;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .home-warne-worldwide .content h5 {
          font-size: 2.22222vw;
          margin-bottom: 1.38889vw; } }
      @media screen and (max-width: 1279px) {
        .home-warne-worldwide .content h5 {
          margin-bottom: 10px; } }
      @media screen and (max-width: 1023px) {
        .home-warne-worldwide .content h5 {
          font-size: 28px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 1023px) {
        .home-warne-worldwide .content h5 {
          font-size: 24px;
          line-height: 27px; } }
    .home-warne-worldwide .content p {
      font-size: 16px;
      line-height: 140%;
      color: #ffffff;
      font-family: "industrybook", sans-serif;
      margin-bottom: 30px; }
      @media screen and (min-width: 1280px) {
        .home-warne-worldwide .content p {
          font-size: 1.11111vw;
          margin-bottom: 2.08333vw; } }
      @media screen and (max-width: 1279px) {
        .home-warne-worldwide .content p {
          line-height: 18px;
          font-size: 15px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 1023px) {
        .home-warne-worldwide .content p {
          line-height: 20px;
          margin-bottom: 30px; } }
    .home-warne-worldwide .content p + a {
      display: inline-block;
      height: 50px;
      color: #ffffff;
      border: 1.5px solid #ffffff;
      padding: 16px 22px;
      font-family: "Roboto Mono", sans-serif;
      font-size: 11px;
      font-weight: 500;
      line-height: 15px;
      -webkit-transition-duration: 0.3s;
      transition: all .3s ease-in;
      text-transform: uppercase;
      position: relative; }
      @media screen and (min-width: 1280px) {
        .home-warne-worldwide .content p + a {
          padding: 1.11111vw 1.52778vw;
          font-size: 0.76389vw;
          line-height: 1.04167vw;
          border-width: 0.10417vw;
          height: 3.47222vw; } }
      @media screen and (max-width: 767px) {
        .home-warne-worldwide .content p + a {
          height: 40px;
          padding: 12px 22px; } }
      .home-warne-worldwide .content p + a svg {
        width: 7px;
        height: 10px;
        margin-left: 5px;
        position: relative;
        fill: #ffffff; }
        @media screen and (min-width: 1280px) {
          .home-warne-worldwide .content p + a svg {
            width: 0.48611vw;
            height: 0.69444vw;
            margin-left: 0.34722vw; } }
        @media screen and (max-width: 767px) {
          .home-warne-worldwide .content p + a svg {
            top: 1px; } }
      .home-warne-worldwide .content p + a:hover {
        background: #ED1C29;
        border-color: #ED1C29; }

.shooters-at-heart {
  padding: 70px 0 120px;
  background: url(../img/dh-custom/map-bg.png) no-repeat center right -170px;
  background-size: 537px auto;
  background-attachment: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .shooters-at-heart {
      background-size: 37.29167vw auto;
      background-position: center right -11.80556vw;
      padding: 4.86111vw 0 8.33333vw; } }
  @media screen and (max-width: 1279px) {
    .shooters-at-heart {
      padding: 50px 0 130px; } }
  @media screen and (max-width: 1023px) {
    .shooters-at-heart {
      padding: 50px 0 90px; } }
  @media screen and (max-width: 767px) {
    .shooters-at-heart {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding-bottom: 30px;
      padding-top: 20px;
      background-size: 350px auto; } }
  .shooters-at-heart .col1 {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .shooters-at-heart .col1 {
        width: 100%; } }
    .shooters-at-heart .col1 .slick-next, .shooters-at-heart .col1 .slick-prev {
      top: auto;
      bottom: -75px;
      left: auto;
      right: 0;
      background: none;
      padding: 0;
      background-repeat: no-repeat;
      background-position: center;
      border: 0;
      height: 16px;
      width: 10px; }
      @media screen and (min-width: 1280px) {
        .shooters-at-heart .col1 .slick-next, .shooters-at-heart .col1 .slick-prev {
          bottom: -5.20833vw;
          width: 0.69444vw;
          height: 1.11111vw; } }
      @media screen and (max-width: 1023px) {
        .shooters-at-heart .col1 .slick-next, .shooters-at-heart .col1 .slick-prev {
          bottom: -60px; } }
      .shooters-at-heart .col1 .slick-next:before, .shooters-at-heart .col1 .slick-prev:before {
        display: none; }
      .shooters-at-heart .col1 .slick-next .carousel-tooltip, .shooters-at-heart .col1 .slick-prev .carousel-tooltip {
        display: none !important; }
    .shooters-at-heart .col1 .slick-prev {
      right: 55px;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 8L9 15' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
      background-size: 10px auto; }
      @media screen and (min-width: 1280px) {
        .shooters-at-heart .col1 .slick-prev {
          right: 3.81944vw;
          background-size: 0.69444vw auto; } }
      .shooters-at-heart .col1 .slick-prev:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 8L9 15' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A"); }
    .shooters-at-heart .col1 .slick-next {
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
      background-size: 10px auto; }
      @media screen and (min-width: 1280px) {
        .shooters-at-heart .col1 .slick-next {
          background-size: 0.69444vw auto; } }
      .shooters-at-heart .col1 .slick-next:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A"); }
  .shooters-at-heart .col2 {
    width: 50%;
    padding-left: 50px;
    padding-right: 150px; }
    @media screen and (min-width: 1280px) {
      .shooters-at-heart .col2 {
        padding-left: 3.47222vw;
        padding-right: 10.41667vw; } }
    @media screen and (max-width: 1279px) {
      .shooters-at-heart .col2 {
        padding-right: 20px;
        padding-left: 30px; } }
    @media screen and (max-width: 767px) {
      .shooters-at-heart .col2 {
        width: 100%;
        padding-top: 60px; } }
    @media screen and (max-width: 1279px) {
      .shooters-at-heart .col2 .text {
        padding-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .shooters-at-heart .col2 .text {
        text-align: center; } }
    .shooters-at-heart .col2 .text h5 {
      font-size: 32px;
      line-height: 110%;
      font-family: "industrymedium", sans-serif;
      font-weight: normal;
      color: #000000;
      margin: 0 0 30px;
      text-transform: none; }
      @media screen and (min-width: 1280px) {
        .shooters-at-heart .col2 .text h5 {
          font-size: 2.22222vw;
          margin-bottom: 2.08333vw; } }
      @media screen and (max-width: 1279px) {
        .shooters-at-heart .col2 .text h5 {
          margin-bottom: 20px; } }
      @media screen and (max-width: 1023px) {
        .shooters-at-heart .col2 .text h5 {
          font-size: 28px;
          margin-bottom: 15px; } }
      @media screen and (max-width: 1023px) {
        .shooters-at-heart .col2 .text h5 {
          font-size: 24px;
          font-family: "industrydemi", sans-serif;
          font-weight: normal;
          margin-bottom: 30px; } }
    .shooters-at-heart .col2 .text p {
      font-family: "industrybook", sans-serif;
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 40px; }
      @media screen and (min-width: 1280px) {
        .shooters-at-heart .col2 .text p {
          font-size: 1.25vw;
          margin-bottom: 2.77778vw;
          line-height: 1.875vw; } }
      @media screen and (max-width: 1023px) {
        .shooters-at-heart .col2 .text p {
          font-size: 16px;
          line-height: 20px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .shooters-at-heart .col2 .text p {
          font-size: 14px;
          line-height: 21px;
          margin-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      .shooters-at-heart .col2 .text .btn {
        text-align: center; } }
    .shooters-at-heart .col2 .text .button {
      margin-bottom: 0;
      line-height: 18px; }
      @media screen and (min-width: 1280px) {
        .shooters-at-heart .col2 .text .button {
          line-height: 1.25vw; } }
      @media screen and (max-width: 767px) {
        .shooters-at-heart .col2 .text .button {
          height: 40px;
          margin: 0 auto;
          padding: 8px 15px;
          line-height: normal; } }
  .shooters-at-heart ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .shooters-at-heart ul .slick-list {
      padding-right: 0px !important; }
      @media screen and (max-width: 767px) {
        .shooters-at-heart ul .slick-list {
          padding-right: 40px !important; } }
    .shooters-at-heart ul li {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding-left: 50px; }
      @media screen and (min-width: 1280px) {
        .shooters-at-heart ul li {
          padding-left: 3.47222vw; } }
      @media screen and (max-width: 1279px) {
        .shooters-at-heart ul li {
          padding-left: 30px; } }
      @media screen and (max-width: 1023px) {
        .shooters-at-heart ul li {
          padding-left: 20px; } }
      @media screen and (max-width: 767px) {
        .shooters-at-heart ul li {
          padding: 0 10px; } }
      .shooters-at-heart ul li .img {
        padding-left: 0; }
        @media screen and (max-width: 1279px) {
          .shooters-at-heart ul li .img {
            margin-left: 0; } }
        .shooters-at-heart ul li .img img {
          max-width: 100%; }
      .shooters-at-heart ul li .content-row {
        width: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
      .shooters-at-heart ul li .img {
        width: 100%; }
        @media screen and (min-width: 1280px) {
          .shooters-at-heart ul li .img {
            /*width: get-vw(1120px);*/ } }
        @media screen and (max-width: 1279px) {
          .shooters-at-heart ul li .img {
            width: auto; } }
      .shooters-at-heart ul li .text {
        width: calc(100% - 560px);
        padding-left: 50px; }
        @media screen and (min-width: 1280px) {
          .shooters-at-heart ul li .text {
            width: calc(100% - 38.88889vw);
            padding-left: 3.47222vw; } }

.home-custom-blog {
  background: #1C1A1A;
  padding: 70px 0 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (min-width: 1280px) {
    .home-custom-blog {
      padding: 4.86111vw 0 6.25vw; } }
  @media screen and (max-width: 1279px) {
    .home-custom-blog {
      padding: 50px 0 70px; } }
  @media screen and (max-width: 1023px) {
    .home-custom-blog {
      padding-bottom: 50px; } }
  .home-custom-blog .btn-arrow {
    margin-bottom: 0;
    margin-top: 20px; }
    @media screen and (min-width: 1280px) {
      .home-custom-blog .btn-arrow {
        margin-top: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .home-custom-blog .btn-arrow {
        margin-top: 10px;
        text-align: right; } }
    .home-custom-blog .btn-arrow a {
      color: #ffffff; }
      .home-custom-blog .btn-arrow a svg {
        fill: #ffffff; }
      .home-custom-blog .btn-arrow a:hover {
        color: #ED1C29; }
        .home-custom-blog .btn-arrow a:hover svg {
          fill: #ED1C29; }
  .home-custom-blog h3 {
    font-size: 18px;
    color: #ffffff;
    margin: 0 0 32px;
    font-family: "industrymedium", sans-serif;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (min-width: 1280px) {
      .home-custom-blog h3 {
        margin-bottom: 2.22222vw;
        font-size: 1.25vw; } }
    @media screen and (max-width: 1023px) {
      .home-custom-blog h3 {
        font-size: 14px;
        font-family: "industrydemi", sans-serif;
        margin-bottom: 30px; } }
    .home-custom-blog h3 span {
      color: #ED1C29; }
  .home-custom-blog .blog-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 767px) {
      .home-custom-blog .blog-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .home-custom-blog .blog-row .col1 {
      width: 50%; }
      @media screen and (max-width: 767px) {
        .home-custom-blog .blog-row .col1 {
          width: 100%;
          order: 2; } }
      @media screen and (max-width: 767px) {
        .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] {
          margin-right: -20px;
          margin-left: -10px; } }
      @media screen and (max-width: 767px) {
        .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] .slick-list {
          padding-left: 0px !important; } }
      .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] {
        margin: 0 -10px; }
        @media screen and (min-width: 1280px) {
          .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] {
            margin: 0 -0.69444vw; } }
        @media screen and (max-width: 767px) {
          .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] {
            margin: 0; } }
        .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
          padding: 0 10px 20px;
          flex-basis: 50%;
          max-width: 50%; }
          @media screen and (min-width: 1280px) {
            .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
              padding: 0 0.69444vw 1.38889vw; } }
          .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
            overflow: hidden; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
                margin-bottom: -0.03472vw; } }
            .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] {
              transform: scale(1);
              transition: .5s ease-in-out; }
              .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] img {
                width: 100% !important; }
              .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode]:hover {
                transform: scale(1.1); }
          .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text {
            background: #292C31;
            min-height: 110px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            position: relative; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text {
                min-height: 7.63889vw; } }
            @media screen and (max-width: 1279px) {
              .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text {
                min-height: 90px; } }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text {
                min-height: inherit; } }
            .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
              padding: 15px 29px;
              text-decoration: none;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              flex-direction: column;
              -webkit-flex-direction: column;
              width: 100%;
              height: auto;
              justify-content: center;
              position: relative;
              z-index: 9; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                  padding: 1.04167vw 2.01389vw; } }
              @media screen and (max-width: 1023px) {
                .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                  padding: 10px 20px; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                  padding: 35px 20px 35px 30px; } }
              @media screen and (max-width: 413px) {
                .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                  padding: 30px 15px 30px 15px; } }
              .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                font-size: 14px;
                line-height: 17px;
                color: #ffffff;
                font-family: "industrymedium", sans-serif;
                font-weight: normal;
                margin: 0;
                text-transform: none; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                    font-size: 0.97222vw;
                    line-height: 1.18056vw; } }
                @media screen and (max-width: 1023px) {
                  .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                    font-size: 12px;
                    line-height: 15px; } }
                @media screen and (max-width: 1023px) {
                  .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                    font-size: 14px;
                    font-family: "industrydemi", sans-serif;
                    line-height: 17px; } }
                @media screen and (max-width: 413px) {
                  .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                    font-size: 13px; } }
              .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a span {
                display: block;
                font-weight: 500;
                font-size: 12px;
                line-height: 16px;
                color: #6c6c6c;
                padding-top: 5px; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a span {
                    font-size: 0.83333vw;
                    line-height: 1.11111vw;
                    padding-top: 0.34722vw; } }
            .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:before {
              content: "";
              width: 28px;
              background-color: #ED1C29;
              height: 100%;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              opacity: 0;
              transform: perspective(1px) translateZ(0);
              -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:before {
                  width: 1.94444vw;
                  background-size: 0.83333vw auto; } }
            .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:after {
              content: "";
              width: 28px;
              background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.88089 0.324219L14.355 8.49899L6.88089 16.6738L5.40483 15.3242L10.7308 9.49899H1V7.49899H10.7308L5.40483 1.67376L6.88089 0.324219Z' fill='white'/%3E%3C/svg%3E%0A");
              background-repeat: no-repeat;
              background-position: center;
              background-size: 15px 17px;
              height: 100%;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 4px;
              opacity: 0;
              -webkit-transform: translateZ(0);
              transform: translateZ(0);
              -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s;
              -webkit-transition-property: transform;
              transition-property: transform;
              -webkit-transition-timing-function: ease-out;
              transition-timing-function: ease-out;
              z-index: 1; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:after {
                  width: 1.94444vw;
                  background-size: 1.04167vw 1.18056vw; } }
            .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:hover:after {
              -webkit-transform: translateX(4px);
              transform: translateX(4px);
              opacity: 1; }
            .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:hover:before {
              opacity: 1; }
    .home-custom-blog .blog-row .col2 {
      width: 50%;
      padding-left: 20px; }
      @media screen and (min-width: 1280px) {
        .home-custom-blog .blog-row .col2 {
          padding-left: 1.38889vw; } }
      @media screen and (max-width: 767px) {
        .home-custom-blog .blog-row .col2 {
          width: 100%;
          order: 1;
          padding-left: 0;
          margin-bottom: 20px; } }
      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
        overflow: hidden; }
        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] {
          transform: scale(1);
          transition: .5s ease-in-out; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode]:hover {
            transform: scale(1.1); }
      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text {
        background: #292C31;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        position: relative; }
        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          flex-direction: column;
          -webkit-flex-direction: column;
          padding: 45px 70px 45px 40px;
          z-index: 9; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider {
            background: #1C1A1A;
            min-height: 40px;
            padding: 10px 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -webkit-justify-content: center;
            justify-content: center; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider {
                min-height: 2.77778vw;
                padding: 0.69444vw 0; } }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider {
                min-height: 32px;
                padding: 7px 0; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul {
              max-width: 640px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -webkit-justify-content: center;
              justify-content: center;
              overflow: hidden;
              list-style: none;
              padding: 0;
              margin: 0; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul {
                  max-width: 44.44444vw; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul {
                  max-width: 370px; } }
              @media screen and (max-width: 413px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul {
                  max-width: 340px; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-next, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-prev {
                background: none;
                height: 15px;
                width: 15px;
                padding: 0;
                border: 0;
                margin-top: 0; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-next, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-prev {
                    height: 1.04167vw;
                    width: 1.04167vw; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-next .carousel-tooltip, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-prev .carousel-tooltip {
                  display: none !important; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-next:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-prev:before {
                  display: none; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-prev {
                background-image: url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.29282 17.707L0.585711 9.99992L8.29282 2.29282L9.70703 3.70703L3.41414 9.99992L9.70703 16.2928L8.29282 17.707Z' fill='white'/%3E%3C/svg%3E");
                background-repeat: no-repeat;
                background-position: left center;
                background-size: 10px 20px;
                left: 0;
                opacity: 0.5; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-prev {
                    background-size: 0.69444vw 1.38889vw; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-prev:hover {
                  opacity: 1; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-next {
                background-image: url("data:image/svg+xml,%3Csvg width='10' height='20' viewBox='0 0 10 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.70718 17.707L9.41429 9.99992L1.70718 2.29282L0.292969 3.70703L6.58586 9.99992L0.292969 16.2928L1.70718 17.707Z' fill='white'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                background-position: right center;
                background-size: 10px 20px;
                right: 0;
                opacity: 0.5; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-next {
                    background-size: 0.69444vw 1.38889vw; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul .slick-next:hover {
                  opacity: 1; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul li {
                width: 640px;
                text-align: center;
                font-size: 14px;
                color: #ffffff;
                font-weight: 500;
                text-transform: uppercase;
                font-family: "Roboto Mono", sans-serif;
                padding-top: 1px; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul li {
                    font-size: 0.97222vw;
                    width: 44.44444vw;
                    padding-top: 0.06944vw; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-text-slider ul li {
                    font-size: 12px; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h3.page-heading {
            font-size: 18px;
            color: #000000;
            font-family: "industrymedium", sans-serif;
            font-weight: normal;
            margin: 70px 0 30px;
            text-transform: uppercase; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h3.page-heading {
                margin: 4.86111vw 0 2.08333vw;
                font-size: 1.25vw; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h3.page-heading {
                margin-top: 50px; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h3.page-heading {
                margin-bottom: 25px;
                font-size: 14px; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h3.page-heading span {
              color: #ED1C29; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .btn-arrow {
            text-align: right;
            margin-bottom: 70px;
            margin-top: 40px; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .btn-arrow {
                margin-bottom: 4.86111vw;
                margin-top: 2.77778vw; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .btn-arrow {
                margin-bottom: 50px;
                margin-top: 30px; } }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .btn-arrow {
                margin-top: 25px;
                text-align: center; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .btn-arrow a {
              font-size: 11px;
              font-family: "Roboto Mono", sans-serif;
              color: #000000;
              text-transform: uppercase;
              font-weight: 500;
              transform: perspective(1px) translateZ(0);
              -webkit-transition-duration: 0.1s;
              transition-duration: 0.1s; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .btn-arrow a {
                  font-size: 0.76389vw; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .btn-arrow a svg {
                width: 8px;
                height: 8px;
                fill: #000000;
                margin-left: 5px;
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                -webkit-transition-duration: 0.1s;
                transition-duration: 0.1s;
                -webkit-transition-property: transform;
                transition-property: transform;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .btn-arrow a svg {
                    width: 0.55556vw;
                    height: 0.55556vw;
                    margin-left: 0.34722vw; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .btn-arrow a:hover {
                color: #ED1C29; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .btn-arrow a:hover svg {
                  fill: #ED1C29;
                  -webkit-transform: translateX(0.5vw);
                  transform: translateX(0.5vw); }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide {
            position: relative; }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide:before {
              content: "";
              background: linear-gradient(0deg, rgba(43, 13, 13, 0.56), rgba(43, 13, 13, 0.56));
              height: 100%;
              width: 100%;
              position: absolute;
              top: 0;
              bottom: 0;
              left: 0;
              z-index: 1;
              opacity: .5; }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .img-row img {
                height: 260px;
                width: 100%;
                object-fit: cover;
                object-position: center; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content {
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              max-width: 320px;
              left: 0;
              right: 0;
              margin: auto;
              text-align: center;
              z-index: 2; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content {
                  max-width: 22.22222vw; } }
              @media screen and (max-width: 1023px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content {
                  max-width: 300px; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content h5 {
                font-size: 32px;
                line-height: 110%;
                color: #ffffff;
                margin: 0 0 20px;
                padding: 0;
                font-family: "industrydemi", sans-serif;
                text-transform: none;
                font-weight: normal; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content h5 {
                    font-size: 2.22222vw;
                    margin-bottom: 1.38889vw; } }
                @media screen and (max-width: 1279px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content h5 {
                    margin-bottom: 10px; } }
                @media screen and (max-width: 1023px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content h5 {
                    font-size: 28px;
                    margin-bottom: 20px; } }
                @media screen and (max-width: 1023px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content h5 {
                    font-size: 24px;
                    line-height: 27px; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content p {
                font-size: 16px;
                line-height: 140%;
                color: #ffffff;
                font-family: "industrybook", sans-serif;
                margin-bottom: 30px; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content p {
                    font-size: 1.11111vw;
                    margin-bottom: 2.08333vw; } }
                @media screen and (max-width: 1279px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content p {
                    line-height: 18px;
                    font-size: 15px;
                    margin-bottom: 20px; } }
                @media screen and (max-width: 1023px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content p {
                    line-height: 20px;
                    margin-bottom: 30px; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content p + a {
                display: inline-block;
                height: 50px;
                color: #ffffff;
                border: 1.5px solid #ffffff;
                padding: 16px 22px;
                font-family: "Roboto Mono", sans-serif;
                font-size: 11px;
                font-weight: 500;
                line-height: 15px;
                -webkit-transition-duration: 0.3s;
                transition: all .3s ease-in;
                text-transform: uppercase;
                position: relative; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content p + a {
                    padding: 1.11111vw 1.52778vw;
                    font-size: 0.76389vw;
                    line-height: 1.04167vw;
                    border-width: 0.10417vw;
                    height: 3.47222vw; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content p + a {
                    height: 40px;
                    padding: 12px 22px; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content p + a svg {
                  width: 7px;
                  height: 10px;
                  margin-left: 5px;
                  position: relative;
                  fill: #ffffff; }
                  @media screen and (min-width: 1280px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content p + a svg {
                      width: 0.48611vw;
                      height: 0.69444vw;
                      margin-left: 0.34722vw; } }
                  @media screen and (max-width: 767px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content p + a svg {
                      top: 1px; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-warne-worldwide .content p + a:hover {
                  background: #ED1C29;
                  border-color: #ED1C29; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart {
            padding: 70px 0 120px;
            background: url(../img/dh-custom/map-bg.png) no-repeat center right -170px;
            background-size: 537px auto;
            background-attachment: fixed;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart {
                background-size: 37.29167vw auto;
                background-position: center right -11.80556vw;
                padding: 4.86111vw 0 8.33333vw; } }
            @media screen and (max-width: 1279px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart {
                padding: 50px 0 130px; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart {
                padding: 50px 0 90px; } }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart {
                flex-wrap: wrap;
                -webkit-flex-wrap: wrap;
                padding-bottom: 30px;
                padding-top: 20px;
                background-size: 350px auto; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 {
              width: 50%; }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 {
                  width: 100%; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-next, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-prev {
                top: auto;
                bottom: -75px;
                left: auto;
                right: 0;
                background: none;
                padding: 0;
                background-repeat: no-repeat;
                background-position: center;
                border: 0;
                height: 16px;
                width: 10px; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-next, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-prev {
                    bottom: -5.20833vw;
                    width: 0.69444vw;
                    height: 1.11111vw; } }
                @media screen and (max-width: 1023px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-next, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-prev {
                    bottom: -60px; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-next:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-prev:before {
                  display: none; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-next .carousel-tooltip, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-prev .carousel-tooltip {
                  display: none !important; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-prev {
                right: 55px;
                background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 8L9 15' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
                background-size: 10px auto; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-prev {
                    right: 3.81944vw;
                    background-size: 0.69444vw auto; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-prev:hover {
                  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 8L9 15' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A"); }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-next {
                background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
                background-size: 10px auto; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-next {
                    background-size: 0.69444vw auto; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col1 .slick-next:hover {
                  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A"); }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 {
              width: 50%;
              padding-left: 50px;
              padding-right: 150px; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 {
                  padding-left: 3.47222vw;
                  padding-right: 10.41667vw; } }
              @media screen and (max-width: 1279px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 {
                  padding-right: 20px;
                  padding-left: 30px; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 {
                  width: 100%;
                  padding-top: 60px; } }
              @media screen and (max-width: 1279px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text {
                  padding-bottom: 20px; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text {
                  text-align: center; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text h5 {
                font-size: 32px;
                line-height: 110%;
                font-family: "industrymedium", sans-serif;
                font-weight: normal;
                color: #000000;
                margin: 0 0 30px;
                text-transform: none; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text h5 {
                    font-size: 2.22222vw;
                    margin-bottom: 2.08333vw; } }
                @media screen and (max-width: 1279px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text h5 {
                    margin-bottom: 20px; } }
                @media screen and (max-width: 1023px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text h5 {
                    font-size: 28px;
                    margin-bottom: 15px; } }
                @media screen and (max-width: 1023px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text h5 {
                    font-size: 24px;
                    font-family: "industrydemi", sans-serif;
                    font-weight: normal;
                    margin-bottom: 30px; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text p {
                font-family: "industrybook", sans-serif;
                font-size: 18px;
                line-height: 27px;
                margin-bottom: 40px; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text p {
                    font-size: 1.25vw;
                    margin-bottom: 2.77778vw;
                    line-height: 1.875vw; } }
                @media screen and (max-width: 1023px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text p {
                    font-size: 16px;
                    line-height: 20px;
                    margin-bottom: 20px; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text p {
                    font-size: 14px;
                    line-height: 21px;
                    margin-bottom: 40px; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text .btn {
                  text-align: center; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text .button {
                margin-bottom: 0;
                line-height: 18px; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text .button {
                    line-height: 1.25vw; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart .col2 .text .button {
                    height: 40px;
                    margin: 0 auto;
                    padding: 8px 15px;
                    line-height: normal; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul {
              margin: 0;
              padding: 0;
              list-style: none;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul .slick-list {
                padding-right: 0px !important; }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul .slick-list {
                    padding-right: 40px !important; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li {
                width: 100%;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                padding-left: 50px; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li {
                    padding-left: 3.47222vw; } }
                @media screen and (max-width: 1279px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li {
                    padding-left: 30px; } }
                @media screen and (max-width: 1023px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li {
                    padding-left: 20px; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li {
                    padding: 0 10px; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li .img {
                  padding-left: 0; }
                  @media screen and (max-width: 1279px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li .img {
                      margin-left: 0; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li .img img {
                    max-width: 100%; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li .content-row {
                  width: 100%;
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-box-align: center;
                  -moz-box-align: center;
                  -ms-flex-align: center;
                  -webkit-align-items: center;
                  align-items: center; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li .img {
                  width: 100%; }
                  @media screen and (min-width: 1280px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li .img {
                      /*width: get-vw(1120px);*/ } }
                  @media screen and (max-width: 1279px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li .img {
                      width: auto; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li .text {
                  width: calc(100% - 560px);
                  padding-left: 50px; }
                  @media screen and (min-width: 1280px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul li .text {
                      width: calc(100% - 38.88889vw);
                      padding-left: 3.47222vw; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog {
            background: #1C1A1A;
            padding: 70px 0 90px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog {
                padding: 4.86111vw 0 6.25vw; } }
            @media screen and (max-width: 1279px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog {
                padding: 50px 0 70px; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog {
                padding-bottom: 50px; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .btn-arrow {
              margin-bottom: 0;
              margin-top: 20px; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .btn-arrow {
                  margin-top: 1.38889vw; } }
              @media screen and (max-width: 1023px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .btn-arrow {
                  margin-top: 10px;
                  text-align: right; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .btn-arrow a {
                color: #ffffff; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .btn-arrow a svg {
                  fill: #ffffff; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .btn-arrow a:hover {
                  color: #ED1C29; }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .btn-arrow a:hover svg {
                    fill: #ED1C29; }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog h3 {
              font-size: 18px;
              color: #ffffff;
              margin: 0 0 32px;
              font-family: "industrymedium", sans-serif;
              font-weight: normal;
              text-align: center;
              text-transform: uppercase; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog h3 {
                  margin-bottom: 2.22222vw;
                  font-size: 1.25vw; } }
              @media screen and (max-width: 1023px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog h3 {
                  font-size: 14px;
                  font-family: "industrydemi", sans-serif;
                  margin-bottom: 30px; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog h3 span {
                color: #ED1C29; }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex; }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row {
                  flex-wrap: wrap;
                  -webkit-flex-wrap: wrap; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 {
                width: 50%; }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 {
                    width: 100%;
                    order: 2; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] {
                    margin-right: -20px;
                    margin-left: -10px; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] .slick-list {
                    padding-left: 0px !important; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] {
                  margin: 0 -10px; }
                  @media screen and (min-width: 1280px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] {
                      margin: 0 -0.69444vw; } }
                  @media screen and (max-width: 767px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] {
                      margin: 0; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
                    padding: 0 10px 20px;
                    flex-basis: 50%;
                    max-width: 50%; }
                    @media screen and (min-width: 1280px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
                        padding: 0 0.69444vw 1.38889vw; } }
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
                      overflow: hidden; }
                      @media screen and (min-width: 1280px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
                          margin-bottom: -0.03472vw; } }
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] {
                        transform: scale(1);
                        transition: .5s ease-in-out; }
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] img {
                          width: 100% !important; }
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode]:hover {
                          transform: scale(1.1); }
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text {
                      background: #292C31;
                      min-height: 110px;
                      display: -webkit-box;
                      display: -moz-box;
                      display: -ms-flexbox;
                      display: -webkit-flex;
                      display: flex;
                      position: relative; }
                      @media screen and (min-width: 1280px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text {
                          min-height: 7.63889vw; } }
                      @media screen and (max-width: 1279px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text {
                          min-height: 90px; } }
                      @media screen and (max-width: 767px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text {
                          min-height: inherit; } }
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                        padding: 15px 29px;
                        text-decoration: none;
                        display: -webkit-box;
                        display: -moz-box;
                        display: -ms-flexbox;
                        display: -webkit-flex;
                        display: flex;
                        flex-direction: column;
                        -webkit-flex-direction: column;
                        width: 100%;
                        height: auto;
                        justify-content: center;
                        position: relative;
                        z-index: 9; }
                        @media screen and (min-width: 1280px) {
                          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                            padding: 1.04167vw 2.01389vw; } }
                        @media screen and (max-width: 1023px) {
                          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                            padding: 10px 20px; } }
                        @media screen and (max-width: 767px) {
                          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                            padding: 35px 20px 35px 30px; } }
                        @media screen and (max-width: 413px) {
                          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                            padding: 30px 15px 30px 15px; } }
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                          font-size: 14px;
                          line-height: 17px;
                          color: #ffffff;
                          font-family: "industrymedium", sans-serif;
                          font-weight: normal;
                          margin: 0;
                          text-transform: none; }
                          @media screen and (min-width: 1280px) {
                            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                              font-size: 0.97222vw;
                              line-height: 1.18056vw; } }
                          @media screen and (max-width: 1023px) {
                            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                              font-size: 12px;
                              line-height: 15px; } }
                          @media screen and (max-width: 1023px) {
                            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                              font-size: 14px;
                              font-family: "industrydemi", sans-serif;
                              line-height: 17px; } }
                          @media screen and (max-width: 413px) {
                            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                              font-size: 13px; } }
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a span {
                          display: block;
                          font-weight: 500;
                          font-size: 12px;
                          line-height: 16px;
                          color: #6c6c6c;
                          padding-top: 5px; }
                          @media screen and (min-width: 1280px) {
                            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a span {
                              font-size: 0.83333vw;
                              line-height: 1.11111vw;
                              padding-top: 0.34722vw; } }
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:before {
                        content: "";
                        width: 28px;
                        background-color: #ED1C29;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        right: 0;
                        opacity: 0;
                        transform: perspective(1px) translateZ(0);
                        -webkit-transition-duration: 0.1s;
                        transition-duration: 0.1s; }
                        @media screen and (min-width: 1280px) {
                          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:before {
                            width: 1.94444vw;
                            background-size: 0.83333vw auto; } }
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:after {
                        content: "";
                        width: 28px;
                        background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.88089 0.324219L14.355 8.49899L6.88089 16.6738L5.40483 15.3242L10.7308 9.49899H1V7.49899H10.7308L5.40483 1.67376L6.88089 0.324219Z' fill='white'/%3E%3C/svg%3E%0A");
                        background-repeat: no-repeat;
                        background-position: center;
                        background-size: 15px 17px;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        bottom: 0;
                        right: 4px;
                        opacity: 0;
                        -webkit-transform: translateZ(0);
                        transform: translateZ(0);
                        -webkit-transition-duration: 0.1s;
                        transition-duration: 0.1s;
                        -webkit-transition-property: transform;
                        transition-property: transform;
                        -webkit-transition-timing-function: ease-out;
                        transition-timing-function: ease-out;
                        z-index: 1; }
                        @media screen and (min-width: 1280px) {
                          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:after {
                            width: 1.94444vw;
                            background-size: 1.04167vw 1.18056vw; } }
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:hover:after {
                        -webkit-transform: translateX(4px);
                        transform: translateX(4px);
                        opacity: 1; }
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:hover:before {
                        opacity: 1; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 {
                width: 50%;
                padding-left: 20px; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 {
                    padding-left: 1.38889vw; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 {
                    width: 100%;
                    order: 1;
                    padding-left: 0;
                    margin-bottom: 20px; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
                  overflow: hidden; }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] {
                    transform: scale(1);
                    transition: .5s ease-in-out; }
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode]:hover {
                      transform: scale(1.1); }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text {
                  background: #292C31;
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  position: relative; }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    flex-direction: column;
                    -webkit-flex-direction: column;
                    padding: 45px 70px 45px 40px; }
                    @media screen and (min-width: 1280px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                        padding: 3.125vw 4.86111vw 3.125vw 2.77778vw; } }
                    @media screen and (max-width: 1279px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                        padding: 25px 70px 25px 40px; } }
                    @media screen and (max-width: 1023px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                        padding: 37px 30px; } }
                    @media screen and (max-width: 767px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
                        padding: 30px 60px 30px 30px; } }
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                      margin: 0 0 15px;
                      font-size: 32px;
                      line-height: 40px;
                      font-family: "industrydemi", sans-serif;
                      font-weight: normal;
                      color: #ffffff;
                      text-transform: none; }
                      @media screen and (min-width: 1280px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                          font-size: 2.22222vw;
                          line-height: 2.77778vw;
                          margin-bottom: 1.04167vw; } }
                      @media screen and (max-width: 1023px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                          font-size: 26px;
                          line-height: 32px; } }
                      @media screen and (max-width: 767px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                          font-size: 20px;
                          line-height: 24px; } }
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a span {
                      display: block;
                      font-weight: 500;
                      font-size: 12px;
                      line-height: 16px;
                      color: #6c6c6c; }
                      @media screen and (min-width: 1280px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a span {
                          font-size: 0.83333vw;
                          line-height: 1.11111vw; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:before {
                    content: "";
                    width: 28px;
                    background-color: #ED1C29;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    opacity: 0;
                    transform: perspective(1px) translateZ(0);
                    -webkit-transition-duration: 0.1s;
                    transition-duration: 0.1s; }
                    @media screen and (min-width: 1280px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:before {
                        width: 1.94444vw;
                        background-size: 0.83333vw auto; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:after {
                    content: "";
                    width: 28px;
                    background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.88089 0.324219L14.355 8.49899L6.88089 16.6738L5.40483 15.3242L10.7308 9.49899H1V7.49899H10.7308L5.40483 1.67376L6.88089 0.324219Z' fill='white'/%3E%3C/svg%3E%0A");
                    background-repeat: no-repeat;
                    background-position: center;
                    background-size: 15px 17px;
                    height: 100%;
                    position: absolute;
                    top: 0;
                    bottom: 0;
                    right: 4px;
                    opacity: 0;
                    -webkit-transform: translateZ(0);
                    transform: translateZ(0);
                    -webkit-transition-duration: 0.1s;
                    transition-duration: 0.1s;
                    -webkit-transition-property: transform;
                    transition-property: transform;
                    -webkit-transition-timing-function: ease-out;
                    transition-timing-function: ease-out;
                    z-index: 1; }
                    @media screen and (min-width: 1280px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:after {
                        width: 1.94444vw;
                        background-size: 1.04167vw 1.18056vw; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:hover:before {
                    opacity: 1; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category {
            background: #1C1A1A;
            padding: 70px 0 118px; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category {
                padding: 4.86111vw 0 8.19444vw; } }
            @media screen and (max-width: 1279px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category {
                padding: 50px 0 118px; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category {
                padding: 45px 0 80px; } }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category {
                padding-bottom: 70px; } }
            @media screen and (max-width: 1279px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category .container {
                padding-left: 20px; } }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category .container {
                padding: 0 10px 0 10px; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] {
              padding-left: 150px; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] {
                  padding-left: 10.41667vw; } }
              @media screen and (max-width: 1279px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] {
                  padding-left: 20px; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-track {
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-track .slick-slide {
                  float: none;
                  height: auto;
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  flex-direction: column;
                  -webkit-flex-direction: column;
                  -webkit-box-align: flex-start;
                  -moz-box-align: flex-start;
                  -ms-flex-align: flex-start;
                  -webkit-align-items: flex-start;
                  align-items: flex-start; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-track .slick-slide [data-widget-id] {
                  background: #292C31; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-track .slick-slide [data-widget-id] + [data-widget-id] {
                  flex: 1 auto;
                  margin-top: 0;
                  -webkit-box-align: flex-start;
                  -moz-box-align: flex-start;
                  -ms-flex-align: flex-start;
                  -webkit-align-items: flex-start;
                  align-items: flex-start; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-list {
                padding-left: 0px !important; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-next, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-prev {
                top: auto;
                bottom: -80px;
                left: 0;
                right: auto;
                background: none;
                padding: 0;
                background-repeat: no-repeat;
                background-position: center;
                border: 0;
                height: 16px;
                width: 10px; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-next, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-prev {
                    bottom: -5.55556vw;
                    width: 0.69444vw;
                    height: 1.11111vw; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-next:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-prev:before {
                  display: none; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-next .carousel-tooltip, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-prev .carousel-tooltip {
                  display: none !important; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-prev {
                background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 8L9 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
                background-size: 10px auto; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-prev {
                    background-size: 0.69444vw auto; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-prev:hover {
                  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 8L9 15' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A"); }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-next {
                background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
                background-size: 10px auto;
                left: 55px; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-next {
                    background-size: 0.69444vw auto;
                    left: 3.81944vw; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-next:hover {
                  background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A"); }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] {
                padding-right: 50px;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] {
                    padding-right: 3.47222vw; } }
                @media screen and (max-width: 1023px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] {
                    padding-right: 20px; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] {
                    flex-wrap: wrap;
                    -webkit-flex-wrap: wrap; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] {
                  width: 420px; }
                  @media screen and (min-width: 1280px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] {
                      width: 29.16667vw; } }
                  @media screen and (max-width: 1023px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] {
                      width: 350px; } }
                  @media screen and (max-width: 767px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] {
                      width: 100%;
                      height: 69.309vw;
                      overflow: hidden; } }
                  @media screen and (max-width: 413px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] {
                      width: 100%;
                      height: 64.309vw; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
                  width: calc(100% - 420px);
                  background: #292C31;
                  padding: 30px 70px;
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-box-align: center;
                  -moz-box-align: center;
                  -ms-flex-align: center;
                  -webkit-align-items: center;
                  align-items: center; }
                  @media screen and (min-width: 1280px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
                      width: calc(100% - 29.16667vw);
                      padding: 2.08333vw 4.86111vw; } }
                  @media screen and (max-width: 1279px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
                      padding: 30px 40px; } }
                  @media screen and (max-width: 1023px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
                      width: calc(100% - 350px);
                      padding: 30px; } }
                  @media screen and (max-width: 767px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
                      width: 100%;
                      padding: 30px; } }
                  @media screen and (max-width: 413px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
                      width: 100%;
                      padding: 20px; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h4 {
                    margin: 0;
                    font-size: 32px;
                    line-height: 110%;
                    font-family: "industrydemi", sans-serif;
                    font-weight: normal;
                    color: #ffffff;
                    text-transform: none; }
                    @media screen and (min-width: 1280px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h4 {
                        font-size: 2.22222vw; } }
                    @media screen and (max-width: 1023px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h4 {
                        font-size: 24px; } }
                    @media screen and (max-width: 413px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h4 {
                        padding: 0;
                        font-size: 20px; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content p {
                    font-weight: normal;
                    font-size: 16px;
                    line-height: 140%;
                    font-family: "industrybook", sans-serif;
                    margin: 15px 0 40px;
                    color: #ffffff; }
                    @media screen and (min-width: 1280px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content p {
                        margin: 1.04167vw 0 2.77778vw;
                        font-size: 1.11111vw; } }
                    @media screen and (max-width: 767px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content p {
                        margin: 15px 0 30px; } }
                    @media screen and (max-width: 413px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content p {
                        font-size: 14px;
                        line-height: 17px; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a {
                    width: 120px;
                    height: 50px;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-box-align: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                    border: 1.5px solid #ffffff;
                    color: #ffffff;
                    background: transparent;
                    font-size: 11px;
                    font-family: "Roboto Mono", sans-serif;
                    text-transform: uppercase;
                    padding: 10px;
                    font-weight: 500;
                    transition: all .3s ease-in;
                    will-change: transform;
                    position: relative; }
                    @media screen and (min-width: 1280px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a {
                        border-width: 0.10417vw;
                        padding: 0.69444vw;
                        height: 3.47222vw;
                        font-size: 0.76389vw;
                        width: 8.33333vw; } }
                    @media screen and (max-width: 767px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a {
                        height: 40px; } }
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a span {
                      background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.53033 0.46875L9.06066 4.99908L4.53033 9.52941L3.46967 8.46875L6.18934 5.74908H1V4.24908H6.18934L3.46967 1.52941L4.53033 0.46875Z' fill='white'/%3E%3C/svg%3E%0A");
                      background-repeat: no-repeat;
                      background-position: center;
                      background-size: 10px 10px;
                      z-index: 1;
                      width: 12px;
                      height: 14px;
                      right: 40px;
                      opacity: 0;
                      top: 50%;
                      transform: translateY(-50%);
                      transition: all 300ms ease-out;
                      will-change: right, opacity;
                      position: absolute; }
                      @media screen and (min-width: 1280px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a span {
                          width: 0.83333vw;
                          height: 0.97222vw;
                          margin-left: 0.55556vw;
                          right: 2.77778vw;
                          background-size: 0.69444vw 0.69444vw; } }
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a:hover {
                      background: #ED1C29;
                      border-color: #ED1C29;
                      padding-right: 30px; }
                      @media screen and (min-width: 1280px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a:hover {
                          padding-right: 2.08333vw; } }
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a:hover span {
                        opacity: 1;
                        right: 20px; }
                        @media screen and (min-width: 1280px) {
                          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a:hover span {
                            right: 1.38889vw; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope {
            padding: 30px 15px; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope {
                padding: 2.08333vw 1.04167vw; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope {
                padding: 20px 5px; } }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope {
                padding: 10px 10px 0; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
              margin: 0 15px;
              flex-basis: calc(50% - 31px);
              max-width: calc(50% - 31px); }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
                  margin: 0 1.04167vw;
                  max-width: calc(50% - 2.15278vw);
                  flex-basis: calc(50% - 2.15278vw); } }
              @media screen and (max-width: 1023px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
                  margin: 0 10px;
                  flex-basis: calc(50% - 20px);
                  max-width: calc(50% - 20px); } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
                  margin: 0 0 10px;
                  flex-basis: 100%;
                  max-width: 100%; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
                overflow: hidden; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] {
                  transform: scale(1);
                  transition: .3s ease-in-out; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content {
                  height: 100%;
                  width: 100%;
                  left: 0;
                  top: 0;
                  position: absolute;
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-box-align: center;
                  -moz-box-align: center;
                  -ms-flex-align: center;
                  -webkit-align-items: center;
                  align-items: center;
                  -webkit-justify-content: center;
                  justify-content: center;
                  flex-direction: column;
                  -webkit-flex-direction: column; }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content h3 {
                    width: 100%;
                    color: #ffffff;
                    font-size: 36px;
                    line-height: 40px;
                    font-family: "industrymedium", sans-serif;
                    margin: 0 0 30px;
                    text-align: center; }
                    @media screen and (min-width: 1280px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content h3 {
                        margin-bottom: 2.08333vw;
                        font-size: 2.5vw;
                        line-height: 2.77778vw; } }
                    @media screen and (max-width: 1023px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content h3 {
                        font-size: 24px;
                        line-height: 26px;
                        font-family: "industrydemi", sans-serif;
                        margin-bottom: 20px; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn {
                    height: 50px;
                    width: 140px;
                    border: 1px solid #ffffff;
                    display: -webkit-box;
                    display: -moz-box;
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    -webkit-box-align: center;
                    -moz-box-align: center;
                    -ms-flex-align: center;
                    -webkit-align-items: center;
                    align-items: center;
                    -webkit-justify-content: center;
                    justify-content: center;
                    font-size: 11px;
                    font-family: "Roboto Mono", sans-serif;
                    text-transform: uppercase;
                    font-weight: 500;
                    color: #ffffff;
                    margin: 0;
                    transition: all .3s ease-in;
                    position: relative; }
                    @media screen and (min-width: 1280px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn {
                        font-size: 0.76389vw;
                        height: 3.47222vw;
                        width: 9.72222vw; } }
                    @media screen and (max-width: 1023px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn {
                        height: 40px;
                        padding-right: 21px;
                        padding-bottom: 2px; } }
                    @media screen and (max-width: 767px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn {
                        height: 40px;
                        padding-right: 21px; } }
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
                      background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.53033 0.46875L9.06066 4.99908L4.53033 9.52941L3.46967 8.46875L6.18934 5.74908H1V4.24908H6.18934L3.46967 1.52941L4.53033 0.46875Z' fill='white'/%3E%3C/svg%3E%0A");
                      background-repeat: no-repeat;
                      background-position: center;
                      background-size: 10px 10px;
                      z-index: 1;
                      width: 12px;
                      height: 14px;
                      right: 35px;
                      opacity: 0;
                      top: 50%;
                      transform: translateY(-50%);
                      transition: all 300ms ease-out;
                      will-change: right, opacity;
                      position: absolute; }
                      @media screen and (min-width: 1280px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
                          width: 0.83333vw;
                          height: 0.97222vw;
                          margin-left: 0.55556vw;
                          background-size: 0.69444vw 0.69444vw;
                          right: 2.43056vw; } }
                      @media screen and (min-width: 2880px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
                          margin-top: 0px; } }
                      @media screen and (max-width: 1023px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
                          opacity: 1;
                          right: 25px;
                          background-size: 8px 8px; } }
                      @media screen and (max-width: 767px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
                          right: 21px; } }
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn:hover {
                      border-color: #ED1C29;
                      background: #ED1C29;
                      padding-right: 20px; }
                      @media screen and (min-width: 1280px) {
                        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn:hover {
                          padding-right: 1.38889vw; } }
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn:hover span {
                        opacity: 1;
                        right: 20px; }
                        @media screen and (min-width: 1280px) {
                          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn:hover span {
                            right: 1.38889vw; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content:hover {
                    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] [data-edit-mode] {
                transform: scale(1.1); }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-popular-category h3 {
            margin: 0;
            text-align: center;
            color: #ffffff;
            font-size: 18px;
            line-height: 22px;
            font-family: "industrymedium", sans-serif;
            font-weight: normal;
            margin-bottom: 40px;
            text-transform: uppercase; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-popular-category h3 {
                font-size: 1.25vw;
                line-height: 1.52778vw;
                margin-bottom: 2.77778vw; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-popular-category h3 {
                font-size: 14px;
                margin-bottom: 25px; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-popular-category h3 span {
              color: #ED1C29; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] {
            margin: 0; }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
              margin-right: 25px;
              min-height: 150px; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
                  margin-right: 1.73611vw;
                  min-height: 10.41667vw; } }
              @media screen and (max-width: 1279px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
                  min-height: 100px; } }
              @media screen and (max-width: 1023px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
                  min-height: 90px; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
              margin-right: 0;
              margin-left: 25px; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
                  margin-left: 1.73611vw; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
                  margin-left: 0; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
              padding: 0;
              margin-bottom: 30px;
              position: relative;
              flex-basis: calc(50% - 25px);
              max-width: calc(50% - 25px); }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
                  margin-bottom: 2.08333vw;
                  max-width: calc(50% - 1.73611vw);
                  flex-basis: calc(50% - 1.73611vw); } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
                  flex-basis: 100%;
                  max-width: 100%;
                  margin: 0 0 10px; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before {
                content: "";
                position: absolute;
                top: auto;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 100px;
                background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
                z-index: 1;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before {
                    height: 6.94444vw; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before {
                    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
                    transform: matrix(1, 0, 0, -1, 0, 0); } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before {
                content: "";
                width: 35px;
                background-color: #ED1C29;
                height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 0;
                opacity: 0;
                transform: perspective(1px) translateZ(0);
                transition-duration: 0.1s;
                z-index: 2;
                transition: all 300ms ease-out; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before {
                    width: 2.43056vw; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after {
                content: "";
                width: 28px;
                background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.88089 0.324219L14.355 8.49899L6.88089 16.6738L5.40483 15.3242L10.7308 9.49899H1V7.49899H10.7308L5.40483 1.67376L6.88089 0.324219Z' fill='white'/%3E%3C/svg%3E%0A");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 15px 17px;
                height: 100%;
                position: absolute;
                top: 0;
                bottom: 0;
                right: 20px;
                opacity: 0;
                transform: translateZ(0);
                transition-duration: 0.1s;
                transition-property: transform;
                transition-timing-function: ease-out;
                z-index: 3;
                transition: all 500ms ease-out; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after {
                    right: 1.38889vw;
                    background-size: 1.04167vw 1.18056vw;
                    width: 1.94444vw; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] {
                transform: scale(1);
                transition: .3s ease-in-out; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
                overflow: hidden; }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
                    min-height: 110px; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] {
                    background-size: cover !important; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] img, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] img, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] img, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] img {
                    min-height: 110px; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] {
                position: absolute;
                bottom: 0px;
                right: 0px;
                z-index: 5;
                opacity: 1;
                width: 100%;
                top: 0;
                height: 100%;
                /*@media screen and(min-width: 1280px) {
             right:get-vw(140px);
             bottom: get-vw(60px);
           }
           @media screen and(max-width: 1023px) {
             right:40px;
             bottom: 20px;
           }*/ }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] > div, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] > div, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] > div, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] > div {
                  height: 100%; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] [data-edit-mode] {
                  transform: none;
                  transition: none; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:after {
                  display: none; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink {
                  width: 100%;
                  height: 100%; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a {
                  padding: 0px;
                  background: none;
                  border: 0px;
                  -webkit-border-radius: 0;
                  -moz-border-radius: 0;
                  border-radius: 0;
                  font-size: 20px;
                  line-height: 24px;
                  font-family: "industrydemi", sans-serif;
                  font-weight: normal;
                  color: #ffffff;
                  width: 100%;
                  height: 100%;
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-justify-content: flex-end;
                  justify-content: flex-end;
                  align-items: flex-end;
                  padding: 0 70px 30px 0; }
                  @media screen and (min-width: 1280px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a {
                      font-size: 1.38889vw;
                      line-height: 1.66667vw;
                      padding: 0 4.86111vw 2.08333vw 0; } }
                  @media screen and (max-width: 1023px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a {
                      font-size: 16px;
                      line-height: 20px;
                      padding: 0 40px 20px 0; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a:before {
                    display: none; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover:before {
                background: linear-gradient(0deg, rgba(28, 26, 26, 0.61), rgba(28, 26, 26, 0.61));
                top: 0;
                height: 100%; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before {
                right: 0; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after {
                right: 5px; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after {
                opacity: 1; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] [data-edit-mode] {
                transform: scale(1.1); }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] + [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] + [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] + [data-widget-id] [data-edit-mode], .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] + [data-widget-id] [data-edit-mode] {
                transform: none; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
            content: "";
            display: none;
            position: absolute;
            left: -29px;
            top: 0;
            font-size: 14px;
            line-height: 18px;
            text-transform: uppercase;
            font-weight: 700;
            color: #ffffff; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
                left: -2.01389vw;
                font-size: 0.97222vw;
                line-height: 1.25vw; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
            content: "01"; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout]:after {
            content: "02"; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
            content: "03"; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout]:after {
            content: "04"; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
            content: "05"; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout]:after {
            content: "06"; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
            content: "07"; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout]:after {
            content: "08"; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .popular-cat-row .btn-arrow {
            margin-top: 10px; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .popular-cat-row .btn-arrow {
                margin-top: 0.69444vw; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .popular-cat-row .btn-arrow {
                text-align: right;
                margin-top: 0px; } }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .popular-cat-row .btn-arrow {
                text-align: right;
                margin-top: 13px; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .popular-cat-row .btn-arrow a {
              color: #ffffff; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .popular-cat-row .btn-arrow a svg {
                fill: #ffffff; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .popular-cat-row .btn-arrow a:hover {
                color: #ED1C29; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .popular-cat-row .btn-arrow a:hover svg {
                  fill: #ED1C29; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-dots {
            position: absolute;
            right: 150px;
            bottom: -75px;
            color: #ffffff;
            font-size: 16px;
            font-family: "industrydemi", sans-serif;
            text-align: right;
            width: 100px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-dots {
                right: 10.41667vw;
                font-size: 1.11111vw;
                width: 6.94444vw;
                bottom: -5.20833vw; } }
            @media screen and (max-width: 1279px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-dots {
                right: 70px; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-dots {
                right: 20px; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-dots {
                right: 20px;
                left: 0;
                margin: 0 auto;
                bottom: -55px; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-dots span {
              display: block;
              width: 40px;
              height: 2px;
              margin: 1px 20px 0;
              background: #ffffff; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-dots span {
                  width: 2.77778vw;
                  margin: 0.06944vw 1.38889vw 0; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul.slick-dots {
            position: absolute;
            left: 150px;
            bottom: -75px;
            color: #000000;
            font-size: 16px;
            font-family: "industrydemi", sans-serif;
            text-align: right;
            width: 100px;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: flex-end;
            justify-content: flex-end;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul.slick-dots {
                left: 10.41667vw;
                font-size: 1.11111vw;
                width: 6.94444vw;
                bottom: -5.20833vw; } }
            @media screen and (max-width: 1279px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul.slick-dots {
                left: 70px; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul.slick-dots {
                bottom: -60px; } }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul.slick-dots {
                left: 0;
                right: 0;
                margin: 0 auto;
                bottom: -60px; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul.slick-dots span {
              display: block;
              width: 40px;
              height: 2px;
              margin: 0 20px;
              background: #000000; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .shooters-at-heart ul.slick-dots span {
                  width: 2.77778vw;
                  margin: 0 1.38889vw; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-slide.slick-current [data-sub-layout] [data-widget-id] + [data-widget-id] .slide-tag {
            left: -420px !important; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] .slick-slide.slick-current [data-sub-layout] [data-widget-id] + [data-widget-id] .slide-tag {
                left: -29.16667vw !important; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] {
            position: relative; }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .slide-tag {
              width: 140px;
              height: 50px;
              position: absolute;
              top: 0;
              left: 0;
              background: #ED1C29;
              color: #ffffff;
              font-family: "Roboto Mono", sans-serif;
              font-weight: 500;
              text-transform: uppercase;
              font-size: 10px;
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-justify-content: center;
              justify-content: center;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .slide-tag {
                  width: 9.72222vw;
                  height: 3.47222vw;
                  font-size: 0.69444vw; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .slide-tag {
                  height: 40px;
                  width: 120px; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .mac-os .my-scope [data-content-region=home_my_scope] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
            margin-top: -1px; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .mac-os .my-scope [data-content-region=home_my_scope] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
                margin-top: -0.03472vw; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery {
            padding: 70px 0 60px; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery {
                padding: 4.86111vw 0 4.16667vw; } }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery {
                padding: 50px 0; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .mob-btn {
              display: none; }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .mob-btn {
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-box-align: center;
                  -moz-box-align: center;
                  -ms-flex-align: center;
                  -webkit-align-items: center;
                  align-items: center;
                  -webkit-justify-content: center;
                  justify-content: center;
                  margin-top: 30px; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .mob-btn a {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-box-align: center;
                -moz-box-align: center;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                -webkit-justify-content: center;
                justify-content: center;
                width: 125px;
                height: 50px;
                border: 1px solid #000000;
                font-size: 11px;
                font-family: "Roboto Mono", sans-serif;
                font-weight: 500;
                color: #000000;
                text-transform: uppercase; }
                @media screen and (min-width: 1280px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .mob-btn a {
                    width: 8.68056vw;
                    height: 3.47222vw;
                    font-size: 0.76389vw; } }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .mob-btn a {
                    height: 40px; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .mob-btn a svg {
                  width: 11px;
                  height: 11px;
                  fill: #000000;
                  margin-left: 10px;
                  margin-top: 0px; }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .mob-btn a:hover {
                  color: #ffffff;
                  background: #ED1C29;
                  border-color: #ED1C29; }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .mob-btn a:hover svg {
                    fill: #ffffff; }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              margin-bottom: 30px; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title {
                  margin-bottom: 2.08333vw; } }
              @media screen and (max-width: 767px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title {
                  flex-wrap: wrap;
                  -webkit-flex-wrap: wrap;
                  margin-bottom: 20px; } }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col1 {
                width: 70%; }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col1 {
                    width: 100%;
                    text-align: center;
                    max-width: 340px;
                    margin: 0 auto; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col1 h3 {
                  font-size: 32px;
                  font-family: "industrydemi", sans-serif;
                  color: #000000;
                  margin: 0 0 10px;
                  font-weight: normal;
                  line-height: 35px; }
                  @media screen and (min-width: 1280px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col1 h3 {
                      font-size: 2.22222vw;
                      line-height: 2.43056vw;
                      margin-bottom: 0.69444vw; } }
                  @media screen and (max-width: 1023px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col1 h3 {
                      font-size: 28px;
                      line-height: 32px; } }
                  @media screen and (max-width: 1023px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col1 h3 {
                      font-size: 24px;
                      line-height: 26px; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col1 p {
                  font-size: 16px;
                  color: #000000;
                  line-height: 23px;
                  font-family: "industrybook", sans-serif;
                  font-weight: normal;
                  margin: 0; }
                  @media screen and (min-width: 1280px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col1 p {
                      font-size: 1.11111vw;
                      line-height: 1.59722vw; } }
                  @media screen and (max-width: 767px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col1 p br {
                      display: none; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col1 p span {
                    color: #ED1C29;
                    font-family: "industrymedium", sans-serif; }
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col2 {
                width: 30%;
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                -webkit-justify-content: flex-end;
                justify-content: flex-end;
                -webkit-box-align: flex-end;
                -moz-box-align: flex-end;
                -ms-flex-align: flex-end;
                -webkit-align-items: flex-end;
                align-items: flex-end; }
                @media screen and (max-width: 767px) {
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col2 {
                    display: none; } }
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col2 a {
                  display: -webkit-box;
                  display: -moz-box;
                  display: -ms-flexbox;
                  display: -webkit-flex;
                  display: flex;
                  -webkit-box-align: center;
                  -moz-box-align: center;
                  -ms-flex-align: center;
                  -webkit-align-items: center;
                  align-items: center;
                  -webkit-justify-content: center;
                  justify-content: center;
                  width: 125px;
                  padding: 16px 0;
                  border: 1px solid #000000;
                  font-size: 11px;
                  font-family: "Roboto Mono", sans-serif;
                  font-weight: 500;
                  color: #000000;
                  text-transform: uppercase;
                  -webkit-transition-duration: 0.3s;
                  transition: all .3s ease-in; }
                  @media screen and (min-width: 1280px) {
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col2 a {
                      width: 8.68056vw;
                      padding: 1.11111vw 0;
                      font-size: 0.76389vw; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col2 a svg {
                    width: 14px;
                    height: 14px;
                    fill: #000000;
                    margin-left: 10px; }
                    @media screen and (min-width: 1280px) {
                      .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col2 a svg {
                        margin-left: 0.69444vw;
                        width: 0.97222vw;
                        height: 0.97222vw; } }
                  .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col2 a:hover {
                    color: #ffffff;
                    background: #ED1C29;
                    border-color: #ED1C29; }
                    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .title .col2 a:hover svg {
                      fill: #ffffff; }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-title {
              display: none !important; }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-view.eui-slider-slide {
              display: block !important;
              margin: 0 -10px; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-view.eui-slider-slide {
                  margin: 0 -0.69444vw; } }
              @media screen and (max-width: 414px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-view.eui-slider-slide {
                  margin: 0 -120px;
                  max-height: 200px;
                  overflow: hidden; } }
            @media screen and (max-width: 414px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed {
                margin: 0 -20px;
                overflow: hidden;
                width: auto !important;
                min-width: 100%; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-view .eui-widget-title {
              display: none; }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile {
              width: 20% !important;
              padding: 10px;
              float: left; }
              @media screen and (min-width: 1280px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile {
                  padding: 0.69444vw; } }
              @media screen and (max-width: 768px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile {
                  width: 25% !important; } }
              @media screen and (max-width: 414px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile {
                  width: 33.33% !important; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile:nth-child(1) {
              width: 39.85% !important; }
              @media screen and (max-width: 768px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile:nth-child(1) {
                  width: 50% !important; } }
              @media screen and (max-width: 414px) {
                .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile:nth-child(1) {
                  width: 33.33% !important; } }
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-container + .eapps-link {
              display: none !important; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-link {
            position: relative;
            overflow: hidden; }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
            font-size: 14px;
            line-height: 21px;
            max-height: 84px;
            font-family: "industrybook", sans-serif; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .home-instagram-gallery .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
                font-size: 0.97222vw;
                line-height: 1.45833vw;
                max-height: 5.83333vw; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout].slick-current [data-widget-id] + [data-widget-id] .slide-tag {
            left: 0; }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout].slick-current [data-widget-id] + [data-widget-id] .slide-tag {
                left: 0;
                top: 0; } }
            @media screen and (max-width: 413px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout].slick-current [data-widget-id] + [data-widget-id] .slide-tag {
                top: 0; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .alertBox-icon .icon {
            height: 25px;
            width: 25px; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a .alertBox-icon .icon {
                height: 1.73611vw;
                width: 1.73611vw; } }
          @media screen and (min-width: 1280px) {
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
              padding: 3.125vw 4.86111vw 3.125vw 2.77778vw; } }
          @media screen and (max-width: 1279px) {
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
              padding: 25px 70px 25px 40px; } }
          @media screen and (max-width: 1023px) {
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
              padding: 37px 30px; } }
          @media screen and (max-width: 767px) {
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a {
              padding: 30px 60px 30px 30px; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
            margin: 0 0 15px;
            font-size: 32px;
            line-height: 40px;
            font-family: "industrydemi", sans-serif;
            font-weight: normal;
            color: #ffffff;
            text-transform: none; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                font-size: 2.22222vw;
                line-height: 2.77778vw;
                margin-bottom: 1.04167vw; } }
            @media screen and (max-width: 1023px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                font-size: 26px;
                line-height: 32px; } }
            @media screen and (max-width: 767px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a h5 {
                font-size: 20px;
                line-height: 24px; } }
          .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a span {
            display: block;
            font-weight: 500;
            font-size: 12px;
            line-height: 16px;
            color: #6c6c6c; }
            @media screen and (min-width: 1280px) {
              .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text a span {
                font-size: 0.83333vw;
                line-height: 1.11111vw; } }
        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:before {
          content: "";
          width: 28px;
          background-color: #ED1C29;
          height: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          opacity: 0;
          transform: perspective(1px) translateZ(0);
          -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s; }
          @media screen and (min-width: 1280px) {
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:before {
              width: 1.94444vw;
              background-size: 0.83333vw auto; } }
        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:after {
          content: "";
          width: 28px;
          background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.88089 0.324219L14.355 8.49899L6.88089 16.6738L5.40483 15.3242L10.7308 9.49899H1V7.49899H10.7308L5.40483 1.67376L6.88089 0.324219Z' fill='white'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 15px 17px;
          height: 100%;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 4px;
          opacity: 0;
          -webkit-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
          -webkit-transition-property: transform;
          transition-property: transform;
          -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
          z-index: 1; }
          @media screen and (min-width: 1280px) {
            .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:after {
              width: 1.94444vw;
              background-size: 1.04167vw 1.18056vw; } }
        .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text:hover:before {
          opacity: 1; }

.h-top-category {
  background: #1C1A1A;
  padding: 70px 0 118px; }
  @media screen and (min-width: 1280px) {
    .h-top-category {
      padding: 4.86111vw 0 8.19444vw; } }
  @media screen and (max-width: 1279px) {
    .h-top-category {
      padding: 50px 0 118px; } }
  @media screen and (max-width: 1023px) {
    .h-top-category {
      padding: 45px 0 80px; } }
  @media screen and (max-width: 767px) {
    .h-top-category {
      padding-bottom: 70px; } }
  @media screen and (max-width: 1279px) {
    .h-top-category .container {
      padding-left: 20px; } }
  @media screen and (max-width: 767px) {
    .h-top-category .container {
      padding: 0 10px 0 10px; } }
  .h-top-category [data-content-region="home_cat_slider"] {
    padding-left: 150px; }
    @media screen and (min-width: 1280px) {
      .h-top-category [data-content-region="home_cat_slider"] {
        padding-left: 10.41667vw; } }
    @media screen and (max-width: 1279px) {
      .h-top-category [data-content-region="home_cat_slider"] {
        padding-left: 20px; } }
    @media screen and (max-width: 767px) {
      .h-top-category [data-content-region="home_cat_slider"] .slick-track {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; } }
    @media screen and (max-width: 767px) {
      .h-top-category [data-content-region="home_cat_slider"] .slick-track .slick-slide {
        float: none;
        height: auto;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        -webkit-flex-direction: column;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .h-top-category [data-content-region="home_cat_slider"] .slick-track .slick-slide [data-widget-id] {
        background: #292C31; } }
    @media screen and (max-width: 767px) {
      .h-top-category [data-content-region="home_cat_slider"] .slick-track .slick-slide [data-widget-id] + [data-widget-id] {
        flex: 1 auto;
        margin-top: 0;
        -webkit-box-align: flex-start;
        -moz-box-align: flex-start;
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        align-items: flex-start; } }
    .h-top-category [data-content-region="home_cat_slider"] .slick-list {
      padding-left: 0px !important; }
    .h-top-category [data-content-region="home_cat_slider"] .slick-next, .h-top-category [data-content-region="home_cat_slider"] .slick-prev {
      top: auto;
      bottom: -80px;
      left: 0;
      right: auto;
      background: none;
      padding: 0;
      background-repeat: no-repeat;
      background-position: center;
      border: 0;
      height: 16px;
      width: 10px; }
      @media screen and (min-width: 1280px) {
        .h-top-category [data-content-region="home_cat_slider"] .slick-next, .h-top-category [data-content-region="home_cat_slider"] .slick-prev {
          bottom: -5.55556vw;
          width: 0.69444vw;
          height: 1.11111vw; } }
      .h-top-category [data-content-region="home_cat_slider"] .slick-next:before, .h-top-category [data-content-region="home_cat_slider"] .slick-prev:before {
        display: none; }
      .h-top-category [data-content-region="home_cat_slider"] .slick-next .carousel-tooltip, .h-top-category [data-content-region="home_cat_slider"] .slick-prev .carousel-tooltip {
        display: none !important; }
    .h-top-category [data-content-region="home_cat_slider"] .slick-prev {
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 8L9 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
      background-size: 10px auto; }
      @media screen and (min-width: 1280px) {
        .h-top-category [data-content-region="home_cat_slider"] .slick-prev {
          background-size: 0.69444vw auto; } }
      .h-top-category [data-content-region="home_cat_slider"] .slick-prev:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 8L9 15' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A"); }
    .h-top-category [data-content-region="home_cat_slider"] .slick-next {
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
      background-size: 10px auto;
      left: 55px; }
      @media screen and (min-width: 1280px) {
        .h-top-category [data-content-region="home_cat_slider"] .slick-next {
          background-size: 0.69444vw auto;
          left: 3.81944vw; } }
      .h-top-category [data-content-region="home_cat_slider"] .slick-next:hover {
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A"); }
    .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] {
      padding-right: 50px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media screen and (min-width: 1280px) {
        .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] {
          padding-right: 3.47222vw; } }
      @media screen and (max-width: 1023px) {
        .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] {
          padding-right: 20px; } }
      @media screen and (max-width: 767px) {
        .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap; } }
      .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] {
        width: 420px; }
        @media screen and (min-width: 1280px) {
          .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] {
            width: 29.16667vw; } }
        @media screen and (max-width: 1023px) {
          .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] {
            width: 350px; } }
        @media screen and (max-width: 767px) {
          .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] {
            width: 100%;
            height: 69.309vw;
            overflow: hidden; } }
        @media screen and (max-width: 413px) {
          .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] {
            width: 100%;
            height: 64.309vw; } }
      .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
        width: calc(100% - 420px);
        background: #292C31;
        padding: 30px 70px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (min-width: 1280px) {
          .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
            width: calc(100% - 29.16667vw);
            padding: 2.08333vw 4.86111vw; } }
        @media screen and (max-width: 1279px) {
          .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
            padding: 30px 40px; } }
        @media screen and (max-width: 1023px) {
          .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
            width: calc(100% - 350px);
            padding: 30px; } }
        @media screen and (max-width: 767px) {
          .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
            width: 100%;
            padding: 30px; } }
        @media screen and (max-width: 413px) {
          .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] {
            width: 100%;
            padding: 20px; } }
        .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h4 {
          margin: 0;
          font-size: 32px;
          line-height: 110%;
          font-family: "industrydemi", sans-serif;
          font-weight: normal;
          color: #ffffff;
          text-transform: none; }
          @media screen and (min-width: 1280px) {
            .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h4 {
              font-size: 2.22222vw; } }
          @media screen and (max-width: 1023px) {
            .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h4 {
              font-size: 24px; } }
          @media screen and (max-width: 413px) {
            .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content h4 {
              padding: 0;
              font-size: 20px; } }
        .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content p {
          font-weight: normal;
          font-size: 16px;
          line-height: 140%;
          font-family: "industrybook", sans-serif;
          margin: 15px 0 40px;
          color: #ffffff; }
          @media screen and (min-width: 1280px) {
            .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content p {
              margin: 1.04167vw 0 2.77778vw;
              font-size: 1.11111vw; } }
          @media screen and (max-width: 767px) {
            .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content p {
              margin: 15px 0 30px; } }
          @media screen and (max-width: 413px) {
            .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content p {
              font-size: 14px;
              line-height: 17px; } }
        .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a {
          width: 120px;
          height: 50px;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          border: 1.5px solid #ffffff;
          color: #ffffff;
          background: transparent;
          font-size: 11px;
          font-family: "Roboto Mono", sans-serif;
          text-transform: uppercase;
          padding: 10px;
          font-weight: 500;
          transition: all .3s ease-in;
          will-change: transform;
          position: relative; }
          @media screen and (min-width: 1280px) {
            .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a {
              border-width: 0.10417vw;
              padding: 0.69444vw;
              height: 3.47222vw;
              font-size: 0.76389vw;
              width: 8.33333vw; } }
          @media screen and (max-width: 767px) {
            .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a {
              height: 40px; } }
          .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a span {
            background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.53033 0.46875L9.06066 4.99908L4.53033 9.52941L3.46967 8.46875L6.18934 5.74908H1V4.24908H6.18934L3.46967 1.52941L4.53033 0.46875Z' fill='white'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 10px 10px;
            z-index: 1;
            width: 12px;
            height: 14px;
            right: 40px;
            opacity: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: all 300ms ease-out;
            will-change: right, opacity;
            position: absolute; }
            @media screen and (min-width: 1280px) {
              .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a span {
                width: 0.83333vw;
                height: 0.97222vw;
                margin-left: 0.55556vw;
                right: 2.77778vw;
                background-size: 0.69444vw 0.69444vw; } }
          .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a:hover {
            background: #ED1C29;
            border-color: #ED1C29;
            padding-right: 30px; }
            @media screen and (min-width: 1280px) {
              .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a:hover {
                padding-right: 2.08333vw; } }
            .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a:hover span {
              opacity: 1;
              right: 20px; }
              @media screen and (min-width: 1280px) {
                .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .content .btn a:hover span {
                  right: 1.38889vw; } }

.my-scope {
  padding: 30px 15px; }
  @media screen and (min-width: 1280px) {
    .my-scope {
      padding: 2.08333vw 1.04167vw; } }
  @media screen and (max-width: 1023px) {
    .my-scope {
      padding: 20px 5px; } }
  @media screen and (max-width: 767px) {
    .my-scope {
      padding: 10px 10px 0; } }
  .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
    margin: 0 15px;
    flex-basis: calc(50% - 31px);
    max-width: calc(50% - 31px); }
    @media screen and (min-width: 1280px) {
      .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        margin: 0 1.04167vw;
        max-width: calc(50% - 2.15278vw);
        flex-basis: calc(50% - 2.15278vw); } }
    @media screen and (max-width: 1023px) {
      .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        margin: 0 10px;
        flex-basis: calc(50% - 20px);
        max-width: calc(50% - 20px); } }
    @media screen and (max-width: 767px) {
      .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        margin: 0 0 10px;
        flex-basis: 100%;
        max-width: 100%; } }
    .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
      overflow: hidden; }
      .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] {
        transform: scale(1);
        transition: .3s ease-in-out; }
      .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content {
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        position: absolute;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        flex-direction: column;
        -webkit-flex-direction: column; }
        .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content h3 {
          width: 100%;
          color: #ffffff;
          font-size: 36px;
          line-height: 40px;
          font-family: "industrymedium", sans-serif;
          margin: 0 0 30px;
          text-align: center; }
          @media screen and (min-width: 1280px) {
            .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content h3 {
              margin-bottom: 2.08333vw;
              font-size: 2.5vw;
              line-height: 2.77778vw; } }
          @media screen and (max-width: 1023px) {
            .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content h3 {
              font-size: 24px;
              line-height: 26px;
              font-family: "industrydemi", sans-serif;
              margin-bottom: 20px; } }
        .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn {
          height: 50px;
          width: 140px;
          border: 1px solid #ffffff;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          font-size: 11px;
          font-family: "Roboto Mono", sans-serif;
          text-transform: uppercase;
          font-weight: 500;
          color: #ffffff;
          margin: 0;
          transition: all .3s ease-in;
          position: relative; }
          @media screen and (min-width: 1280px) {
            .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn {
              font-size: 0.76389vw;
              height: 3.47222vw;
              width: 9.72222vw; } }
          @media screen and (max-width: 1023px) {
            .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn {
              height: 40px;
              padding-right: 21px;
              padding-bottom: 2px; } }
          @media screen and (max-width: 767px) {
            .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn {
              height: 40px;
              padding-right: 21px; } }
          .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
            background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.53033 0.46875L9.06066 4.99908L4.53033 9.52941L3.46967 8.46875L6.18934 5.74908H1V4.24908H6.18934L3.46967 1.52941L4.53033 0.46875Z' fill='white'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 10px 10px;
            z-index: 1;
            width: 12px;
            height: 14px;
            right: 35px;
            opacity: 0;
            top: 50%;
            transform: translateY(-50%);
            transition: all 300ms ease-out;
            will-change: right, opacity;
            position: absolute; }
            @media screen and (min-width: 1280px) {
              .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
                width: 0.83333vw;
                height: 0.97222vw;
                margin-left: 0.55556vw;
                background-size: 0.69444vw 0.69444vw;
                right: 2.43056vw; } }
            @media screen and (min-width: 2880px) {
              .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
                margin-top: 0px; } }
            @media screen and (max-width: 1023px) {
              .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
                opacity: 1;
                right: 25px;
                background-size: 8px 8px; } }
            @media screen and (max-width: 767px) {
              .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
                right: 21px; } }
          .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn:hover {
            border-color: #ED1C29;
            background: #ED1C29;
            padding-right: 20px; }
            @media screen and (min-width: 1280px) {
              .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn:hover {
                padding-right: 1.38889vw; } }
            .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn:hover span {
              opacity: 1;
              right: 20px; }
              @media screen and (min-width: 1280px) {
                .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn:hover span {
                  right: 1.38889vw; } }
        .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content:hover {
          background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); }
    .my-scope [data-content-region="home_my_scope"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] [data-edit-mode] {
      transform: scale(1.1); }

.h-popular-category h3 {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 22px;
  font-family: "industrymedium", sans-serif;
  font-weight: normal;
  margin-bottom: 40px;
  text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    .h-popular-category h3 {
      font-size: 1.25vw;
      line-height: 1.52778vw;
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .h-popular-category h3 {
      font-size: 14px;
      margin-bottom: 25px; } }
  .h-popular-category h3 span {
    color: #ED1C29; }

[data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] {
  margin: 0; }
  [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
    margin-right: 25px;
    min-height: 150px; }
    @media screen and (min-width: 1280px) {
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        margin-right: 1.73611vw;
        min-height: 10.41667vw; } }
    @media screen and (max-width: 1279px) {
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        min-height: 100px; } }
    @media screen and (max-width: 1023px) {
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        min-height: 90px; } }
  [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
    margin-right: 0;
    margin-left: 25px; }
    @media screen and (min-width: 1280px) {
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
        margin-left: 1.73611vw; } }
    @media screen and (max-width: 767px) {
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
        margin-left: 0; } }
  [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
    padding: 0;
    margin-bottom: 30px;
    position: relative;
    flex-basis: calc(50% - 25px);
    max-width: calc(50% - 25px); }
    @media screen and (min-width: 1280px) {
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        margin-bottom: 2.08333vw;
        max-width: calc(50% - 1.73611vw);
        flex-basis: calc(50% - 1.73611vw); } }
    @media screen and (max-width: 767px) {
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
        flex-basis: 100%;
        max-width: 100%;
        margin: 0 0 10px; } }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before {
      content: "";
      position: absolute;
      top: auto;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
      z-index: 1;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media screen and (min-width: 1280px) {
        [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before {
          height: 6.94444vw; } }
      @media screen and (max-width: 767px) {
        [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:before {
          background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
          transform: matrix(1, 0, 0, -1, 0, 0); } }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before {
      content: "";
      width: 35px;
      background-color: #ED1C29;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      opacity: 0;
      transform: perspective(1px) translateZ(0);
      transition-duration: 0.1s;
      z-index: 2;
      transition: all 300ms ease-out; }
      @media screen and (min-width: 1280px) {
        [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:before {
          width: 2.43056vw; } }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after {
      content: "";
      width: 28px;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.88089 0.324219L14.355 8.49899L6.88089 16.6738L5.40483 15.3242L10.7308 9.49899H1V7.49899H10.7308L5.40483 1.67376L6.88089 0.324219Z' fill='white'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 15px 17px;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      opacity: 0;
      transform: translateZ(0);
      transition-duration: 0.1s;
      transition-property: transform;
      transition-timing-function: ease-out;
      z-index: 3;
      transition: all 500ms ease-out; }
      @media screen and (min-width: 1280px) {
        [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id]:after {
          right: 1.38889vw;
          background-size: 1.04167vw 1.18056vw;
          width: 1.94444vw; } }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] {
      transform: scale(1);
      transition: .3s ease-in-out; }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] {
          min-height: 110px; } }
      @media screen and (max-width: 767px) {
        [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] [data-edit-mode] {
          background-size: cover !important; } }
      @media screen and (max-width: 767px) {
        [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] img, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] img, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] img, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] img {
          min-height: 110px; } }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] {
      position: absolute;
      bottom: 0px;
      right: 0px;
      z-index: 5;
      opacity: 1;
      width: 100%;
      top: 0;
      height: 100%;
      /*@media screen and(min-width: 1280px) {
             right:get-vw(140px);
             bottom: get-vw(60px);
           }
           @media screen and(max-width: 1023px) {
             right:40px;
             bottom: 20px;
           }*/ }
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] > div, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] > div, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] > div, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] > div {
        height: 100%; }
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] [data-edit-mode] {
        transform: none;
        transition: none; }
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:before, [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:after, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:before, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:after, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:before, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:after, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:before, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id]:after {
        display: none; }
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink {
        width: 100%;
        height: 100%; }
      [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a {
        padding: 0px;
        background: none;
        border: 0px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 20px;
        line-height: 24px;
        font-family: "industrydemi", sans-serif;
        font-weight: normal;
        color: #ffffff;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        align-items: flex-end;
        padding: 0 70px 30px 0; }
        @media screen and (min-width: 1280px) {
          [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a {
            font-size: 1.38889vw;
            line-height: 1.66667vw;
            padding: 0 4.86111vw 2.08333vw 0; } }
        @media screen and (max-width: 1023px) {
          [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a {
            font-size: 16px;
            line-height: 20px;
            padding: 0 40px 20px 0; } }
        [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a:before, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a:before, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a:before, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] #buttonLink > a:before {
          display: none; }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover:before, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover:before, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover:before, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover:before {
      background: linear-gradient(0deg, rgba(28, 26, 26, 0.61), rgba(28, 26, 26, 0.61));
      top: 0;
      height: 100%; }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before {
      right: 0; }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after {
      right: 5px; }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:before, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id]:after {
      opacity: 1; }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] [data-edit-mode] {
      transform: scale(1.1); }
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] + [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] + [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] + [data-widget-id] [data-edit-mode], [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover [data-widget-id] + [data-widget-id] [data-edit-mode] {
      transform: none; }

[data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
  content: "";
  display: none;
  position: absolute;
  left: -29px;
  top: 0;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff; }
  @media screen and (min-width: 1280px) {
    [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after, [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
      left: -2.01389vw;
      font-size: 0.97222vw;
      line-height: 1.25vw; } }

[data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
  content: "01"; }

[data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout]:after {
  content: "02"; }

[data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
  content: "03"; }

[data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout]:after {
  content: "04"; }

[data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
  content: "05"; }

[data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout]:after {
  content: "06"; }

[data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
  content: "07"; }

[data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] + [data-sub-layout]:after {
  content: "08"; }

.popular-cat-row .btn-arrow {
  margin-top: 10px; }
  @media screen and (min-width: 1280px) {
    .popular-cat-row .btn-arrow {
      margin-top: 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .popular-cat-row .btn-arrow {
      text-align: right;
      margin-top: 0px; } }
  @media screen and (max-width: 767px) {
    .popular-cat-row .btn-arrow {
      text-align: right;
      margin-top: 13px; } }
  .popular-cat-row .btn-arrow a {
    color: #ffffff; }
    .popular-cat-row .btn-arrow a svg {
      fill: #ffffff; }
    .popular-cat-row .btn-arrow a:hover {
      color: #ED1C29; }
      .popular-cat-row .btn-arrow a:hover svg {
        fill: #ED1C29; }

.h-top-category [data-content-region="home_cat_slider"] .slick-dots {
  position: absolute;
  right: 150px;
  bottom: -75px;
  color: #ffffff;
  font-size: 16px;
  font-family: "industrydemi", sans-serif;
  text-align: right;
  width: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .h-top-category [data-content-region="home_cat_slider"] .slick-dots {
      right: 10.41667vw;
      font-size: 1.11111vw;
      width: 6.94444vw;
      bottom: -5.20833vw; } }
  @media screen and (max-width: 1279px) {
    .h-top-category [data-content-region="home_cat_slider"] .slick-dots {
      right: 70px; } }
  @media screen and (max-width: 1023px) {
    .h-top-category [data-content-region="home_cat_slider"] .slick-dots {
      right: 20px; } }
  @media screen and (max-width: 1023px) {
    .h-top-category [data-content-region="home_cat_slider"] .slick-dots {
      right: 20px;
      left: 0;
      margin: 0 auto;
      bottom: -55px; } }
  .h-top-category [data-content-region="home_cat_slider"] .slick-dots span {
    display: block;
    width: 40px;
    height: 2px;
    margin: 1px 20px 0;
    background: #ffffff; }
    @media screen and (min-width: 1280px) {
      .h-top-category [data-content-region="home_cat_slider"] .slick-dots span {
        width: 2.77778vw;
        margin: 0.06944vw 1.38889vw 0; } }

.shooters-at-heart ul.slick-dots {
  position: absolute;
  left: 150px;
  bottom: -75px;
  color: #000000;
  font-size: 16px;
  font-family: "industrydemi", sans-serif;
  text-align: right;
  width: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .shooters-at-heart ul.slick-dots {
      left: 10.41667vw;
      font-size: 1.11111vw;
      width: 6.94444vw;
      bottom: -5.20833vw; } }
  @media screen and (max-width: 1279px) {
    .shooters-at-heart ul.slick-dots {
      left: 70px; } }
  @media screen and (max-width: 1023px) {
    .shooters-at-heart ul.slick-dots {
      bottom: -60px; } }
  @media screen and (max-width: 767px) {
    .shooters-at-heart ul.slick-dots {
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: -60px; } }
  .shooters-at-heart ul.slick-dots span {
    display: block;
    width: 40px;
    height: 2px;
    margin: 0 20px;
    background: #000000; }
    @media screen and (min-width: 1280px) {
      .shooters-at-heart ul.slick-dots span {
        width: 2.77778vw;
        margin: 0 1.38889vw; } }

.h-top-category [data-content-region="home_cat_slider"] .slick-slide.slick-current [data-sub-layout] [data-widget-id] + [data-widget-id] .slide-tag {
  left: -420px !important; }
  @media screen and (min-width: 1280px) {
    .h-top-category [data-content-region="home_cat_slider"] .slick-slide.slick-current [data-sub-layout] [data-widget-id] + [data-widget-id] .slide-tag {
      left: -29.16667vw !important; } }

.h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] {
  position: relative; }
  .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .slide-tag {
    width: 140px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ED1C29;
    color: #ffffff;
    font-family: "Roboto Mono", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (min-width: 1280px) {
      .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .slide-tag {
        width: 9.72222vw;
        height: 3.47222vw;
        font-size: 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] [data-widget-id] + [data-widget-id] .slide-tag {
        height: 40px;
        width: 120px; } }

.mac-os .my-scope [data-content-region=home_my_scope] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
  margin-top: -1px; }
  @media screen and (min-width: 1280px) {
    .mac-os .my-scope [data-content-region=home_my_scope] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] .content .btn span {
      margin-top: -0.03472vw; } }

.home-instagram-gallery {
  padding: 70px 0 60px; }
  @media screen and (min-width: 1280px) {
    .home-instagram-gallery {
      padding: 4.86111vw 0 4.16667vw; } }
  @media screen and (max-width: 767px) {
    .home-instagram-gallery {
      padding: 50px 0; } }
  .home-instagram-gallery .mob-btn {
    display: none; }
    @media screen and (max-width: 767px) {
      .home-instagram-gallery .mob-btn {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 30px; } }
    .home-instagram-gallery .mob-btn a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 125px;
      height: 50px;
      border: 1px solid #000000;
      font-size: 11px;
      font-family: "Roboto Mono", sans-serif;
      font-weight: 500;
      color: #000000;
      text-transform: uppercase; }
      @media screen and (min-width: 1280px) {
        .home-instagram-gallery .mob-btn a {
          width: 8.68056vw;
          height: 3.47222vw;
          font-size: 0.76389vw; } }
      @media screen and (max-width: 767px) {
        .home-instagram-gallery .mob-btn a {
          height: 40px; } }
      .home-instagram-gallery .mob-btn a svg {
        width: 11px;
        height: 11px;
        fill: #000000;
        margin-left: 10px;
        margin-top: 0px; }
      .home-instagram-gallery .mob-btn a:hover {
        color: #ffffff;
        background: #ED1C29;
        border-color: #ED1C29; }
        .home-instagram-gallery .mob-btn a:hover svg {
          fill: #ffffff; }
  .home-instagram-gallery .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .home-instagram-gallery .title {
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .home-instagram-gallery .title {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin-bottom: 20px; } }
    .home-instagram-gallery .title .col1 {
      width: 70%; }
      @media screen and (max-width: 767px) {
        .home-instagram-gallery .title .col1 {
          width: 100%;
          text-align: center;
          max-width: 340px;
          margin: 0 auto; } }
      .home-instagram-gallery .title .col1 h3 {
        font-size: 32px;
        font-family: "industrydemi", sans-serif;
        color: #000000;
        margin: 0 0 10px;
        font-weight: normal;
        line-height: 35px; }
        @media screen and (min-width: 1280px) {
          .home-instagram-gallery .title .col1 h3 {
            font-size: 2.22222vw;
            line-height: 2.43056vw;
            margin-bottom: 0.69444vw; } }
        @media screen and (max-width: 1023px) {
          .home-instagram-gallery .title .col1 h3 {
            font-size: 28px;
            line-height: 32px; } }
        @media screen and (max-width: 1023px) {
          .home-instagram-gallery .title .col1 h3 {
            font-size: 24px;
            line-height: 26px; } }
      .home-instagram-gallery .title .col1 p {
        font-size: 16px;
        color: #000000;
        line-height: 23px;
        font-family: "industrybook", sans-serif;
        font-weight: normal;
        margin: 0; }
        @media screen and (min-width: 1280px) {
          .home-instagram-gallery .title .col1 p {
            font-size: 1.11111vw;
            line-height: 1.59722vw; } }
        @media screen and (max-width: 767px) {
          .home-instagram-gallery .title .col1 p br {
            display: none; } }
        .home-instagram-gallery .title .col1 p span {
          color: #ED1C29;
          font-family: "industrymedium", sans-serif; }
    .home-instagram-gallery .title .col2 {
      width: 30%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
      -webkit-box-align: flex-end;
      -moz-box-align: flex-end;
      -ms-flex-align: flex-end;
      -webkit-align-items: flex-end;
      align-items: flex-end; }
      @media screen and (max-width: 767px) {
        .home-instagram-gallery .title .col2 {
          display: none; } }
      .home-instagram-gallery .title .col2 a {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: 125px;
        padding: 16px 0;
        border: 1px solid #000000;
        font-size: 11px;
        font-family: "Roboto Mono", sans-serif;
        font-weight: 500;
        color: #000000;
        text-transform: uppercase;
        -webkit-transition-duration: 0.3s;
        transition: all .3s ease-in; }
        @media screen and (min-width: 1280px) {
          .home-instagram-gallery .title .col2 a {
            width: 8.68056vw;
            padding: 1.11111vw 0;
            font-size: 0.76389vw; } }
        .home-instagram-gallery .title .col2 a svg {
          width: 14px;
          height: 14px;
          fill: #000000;
          margin-left: 10px; }
          @media screen and (min-width: 1280px) {
            .home-instagram-gallery .title .col2 a svg {
              margin-left: 0.69444vw;
              width: 0.97222vw;
              height: 0.97222vw; } }
        .home-instagram-gallery .title .col2 a:hover {
          color: #ffffff;
          background: #ED1C29;
          border-color: #ED1C29; }
          .home-instagram-gallery .title .col2 a:hover svg {
            fill: #ffffff; }
  .home-instagram-gallery .eapps-instagram-feed-title {
    display: none !important; }
  .home-instagram-gallery .eapps-instagram-feed-posts-view.eui-slider-slide {
    display: block !important;
    margin: 0 -10px; }
    @media screen and (min-width: 1280px) {
      .home-instagram-gallery .eapps-instagram-feed-posts-view.eui-slider-slide {
        margin: 0 -0.69444vw; } }
    @media screen and (max-width: 414px) {
      .home-instagram-gallery .eapps-instagram-feed-posts-view.eui-slider-slide {
        margin: 0 -120px;
        max-height: 200px;
        overflow: hidden; } }
  @media screen and (max-width: 414px) {
    .home-instagram-gallery .eapps-instagram-feed {
      margin: 0 -20px;
      overflow: hidden;
      width: auto !important;
      min-width: 100%; } }
  .home-instagram-gallery .eapps-instagram-feed-posts-view .eui-widget-title {
    display: none; }
  .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile {
    width: 20% !important;
    padding: 10px;
    float: left; }
    @media screen and (min-width: 1280px) {
      .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile {
        padding: 0.69444vw; } }
    @media screen and (max-width: 768px) {
      .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile {
        width: 25% !important; } }
    @media screen and (max-width: 414px) {
      .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile {
        width: 33.33% !important; } }
  .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile:nth-child(1) {
    width: 39.85% !important; }
    @media screen and (max-width: 768px) {
      .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile:nth-child(1) {
        width: 50% !important; } }
    @media screen and (max-width: 414px) {
      .home-instagram-gallery .eapps-instagram-feed-posts-view .eapps-instagram-feed-posts-item-template-tile:nth-child(1) {
        width: 33.33% !important; } }
  .home-instagram-gallery .eapps-instagram-feed-container + .eapps-link {
    display: none !important; }

.home-instagram-gallery .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-link {
  position: relative;
  overflow: hidden; }

.home-instagram-gallery .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
  font-size: 14px;
  line-height: 21px;
  max-height: 84px;
  font-family: "industrybook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .home-instagram-gallery .eapps-instagram-feed-posts-item-template-tile .eapps-instagram-feed-posts-item-text {
      font-size: 0.97222vw;
      line-height: 1.45833vw;
      max-height: 5.83333vw; } }

.h-top-category [data-content-region="home_cat_slider"] [data-sub-layout].slick-current [data-widget-id] + [data-widget-id] .slide-tag {
  left: 0; }
  @media screen and (max-width: 767px) {
    .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout].slick-current [data-widget-id] + [data-widget-id] .slide-tag {
      left: 0;
      top: 0; } }
  @media screen and (max-width: 413px) {
    .h-top-category [data-content-region="home_cat_slider"] [data-sub-layout].slick-current [data-widget-id] + [data-widget-id] .slide-tag {
      top: 0; } }

.alertBox-icon .icon {
  height: 25px;
  width: 25px; }
  @media screen and (min-width: 1280px) {
    .alertBox-icon .icon {
      height: 1.73611vw;
      width: 1.73611vw; } }

.heroCarousel-slide .heroCarousel-image {
  object-position: 50% 0%;
  object-fit: cover; }

.blog-grid-section {
  background: #1c1a1a;
  padding: 4rem 0;
  flex-direction: column; }
  .blog-grid-section .container {
    display: flex;
    flex: 1; }
    .blog-grid-section .container.blog-title-wrapper {
      justify-content: center; }
    @media screen and (max-width: 900px) {
      .blog-grid-section .container {
        flex-direction: column;
        gap: 1.5rem; } }
    .blog-grid-section .container .large-post-wrapper, .blog-grid-section .container .small-post-wrapper {
      flex: 1;
      display: flex;
      order: 2; }
      @media screen and (max-width: 900px) {
        .blog-grid-section .container .large-post-wrapper, .blog-grid-section .container .small-post-wrapper {
          order: 1; } }
    .blog-grid-section .container .small-post-wrapper {
      flex-wrap: wrap;
      gap: 1.5rem;
      order: 1; }
      @media screen and (max-width: 900px) {
        .blog-grid-section .container .small-post-wrapper {
          justify-content: space-between;
          gap: 0; } }
      .blog-grid-section .container .small-post-wrapper article {
        width: 100%;
        max-width: calc(50% - 1.5rem); }
        @media screen and (max-width: 900px) {
          .blog-grid-section .container .small-post-wrapper article {
            max-width: calc(50% - 0.7rem);
            margin-bottom: 1.5rem; } }
        .blog-grid-section .container .small-post-wrapper article a {
          display: flex;
          flex-direction: column;
          justify-content: stretch;
          height: 100%; }
    .blog-grid-section .container .blog-card {
      background: #1a1a1a;
      color: #fff;
      overflow: hidden;
      position: relative; }
      .blog-grid-section .container .blog-card__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform 0.3s ease; }
        .blog-grid-section .container .blog-card__image:hover {
          transform: scale(1.1); }
      .blog-grid-section .container .blog-card__content {
        padding: 1.5rem 2rem 1.5rem 1.5rem;
        background: #292c31;
        display: flex;
        flex-direction: column;
        justify-content: stretch;
        height: 100%;
        position: relative;
        z-index: 2; }
      .blog-grid-section .container .blog-card__title {
        font-size: 0.97222vw;
        line-height: 1.18056vw;
        margin: 0;
        color: #fff;
        text-transform: none; }
        @media screen and (max-width: 1279px) {
          .blog-grid-section .container .blog-card__title {
            font-size: 1rem;
            line-height: 1.3rem; } }
      .blog-grid-section .container .blog-card__date {
        color: #999;
        font-size: 0.85rem;
        margin-top: 0.5rem; }
      .blog-grid-section .container .blog-card--featured {
        display: flex;
        flex-direction: column; }
        .blog-grid-section .container .blog-card--featured .blog-card__image {
          height: 395px; }
        .blog-grid-section .container .blog-card--featured .blog-card__title {
          font-size: 2.22222vw;
          line-height: 2.77778vw;
          text-transform: none; }
          @media screen and (max-width: 1279px) {
            .blog-grid-section .container .blog-card--featured .blog-card__title {
              font-size: 1.5rem;
              line-height: 1.8rem; } }
      .blog-grid-section .container .blog-card--small .blog-card__image {
        height: 180px;
        transition: transform 0.3s ease; }
        @media screen and (max-width: 1279px) {
          .blog-grid-section .container .blog-card--small .blog-card__image {
            max-height: 140px; } }
        .blog-grid-section .container .blog-card--small .blog-card__image:hover {
          transform: scale(1.1); }
  .blog-grid-section .blog-grid__footer {
    text-align: right;
    margin-top: 1.5rem; }
    .blog-grid-section .blog-grid__footer .blog-grid__link {
      color: #fff;
      font-weight: 600;
      text-decoration: none;
      font-size: 0.95rem;
      transition: opacity 0.2s ease; }
      .blog-grid-section .blog-grid__footer .blog-grid__link:hover {
        opacity: 0.7; }
  @media screen and (max-width: 900px) {
    .blog-grid-section .blog-card--featured {
      flex: 1; } }
  .blog-grid-section .blog-card--featured .blog-card__content {
    height: auto; }
  .blog-grid-section .blog-card:hover .blog-card__content::after, .blog-grid-section .blog-card--featured:hover .blog-card__content::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 1.5rem;
    height: 100%;
    background: #ED1C29;
    transition: all 500ms ease-out; }
  .blog-grid-section .blog-card:hover .blog-card__content::before, .blog-grid-section .blog-card--featured:hover .blog-card__content::before {
    content: "";
    position: absolute;
    z-index: 3;
    right: 2px;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.88089 0.324219L14.355 8.49899L6.88089 16.6738L5.40483 15.3242L10.7308 9.49899H1V7.49899H10.7308L5.40483 1.67376L6.88089 0.324219Z' fill='white'/%3E%3C/svg%3E%0A");
    height: 16px;
    width: 16px; }
  .blog-grid-section .btn-arrow {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    align-items: center; }

.heroCarousel {
  margin-top: 0;
  margin-bottom: 0;
  display: none; }
  @media screen and (min-width: 1024px) {
    .heroCarousel .heroCarousel-description {
      font-size: 25px;
      line-height: normal;
      padding: 10px 0; } }

.video-slider {
  max-height: calc(100vh - 85px);
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  margin-top: -70px; }
  @media screen and (min-width: 1280px) {
    .video-slider {
      max-height: calc(100vh - 5.90278vw);
      margin-top: -4.86111vw; } }
  @media screen and (max-width: 1023px) {
    .video-slider {
      max-height: calc(100vh - 85px);
      margin-top: -60px; } }
  @media screen and (max-width: 767px) {
    .video-slider {
      max-height: 125.353vw;
      margin-top: -60px; } }
  @media screen and (max-width: 375px) {
    .video-slider {
      max-height: 140.133vw; } }
  .video-slider .video-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    background: none;
    transform: translateY(-50%); }
    .video-slider .video-content img {
      height: 125px;
      width: auto; }
      @media screen and (min-width: 1280px) {
        .video-slider .video-content img {
          height: 8.68056vw; } }
      @media screen and (max-width: 767px) {
        .video-slider .video-content img {
          height: 16.839vw; } }
  .video-slider:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) -4.69%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 160px; }
    @media screen and (min-width: 1280px) {
      .video-slider:before {
        height: 11.11111vw; } }
  .video-slider video {
    object-fit: cover;
    object-position: center;
    outline: none;
    border: none;
    display: inline-block;
    vertical-align: middle;
    height: calc(100vh - 85px);
    background: #000000; }
    @media screen and (min-width: 1280px) {
      .video-slider video {
        height: calc(100vh - 5.90278vw); } }
    @media screen and (max-width: 1023px) {
      .video-slider video {
        height: calc(100vh - 85px); } }
    @media screen and (max-width: 767px) {
      .video-slider video {
        height: 125.353vw; } }
    @media screen and (max-width: 375px) {
      .video-slider video {
        height: 140.133vw; } }

.navPages-container {
  width: calc(100% - 572px);
  position: static; }
  @media screen and (min-width: 1280px) {
    .navPages-container {
      width: calc(100% - 39.72222vw); } }
  @media screen and (max-width: 1279px) {
    .navPages-container {
      width: calc(100% - 420px); } }
  .navPages-container .mobileNavigation {
    display: none; }
    @media screen and (max-width: 1023px) {
      .navPages-container .mobileNavigation {
        display: block;
        border-top: 0px solid #373e49;
        margin: 0;
        padding: 0; } }
    .navPages-container .mobileNavigation > li {
      position: relative; }
      .navPages-container .mobileNavigation > li > .navPages-action {
        font-size: 16px;
        line-height: 16px;
        font-family: "industrydemi", sans-serif;
        color: #ffffff;
        font-weight: normal;
        border-bottom: 1px solid #373E49;
        padding: 16px 0 12px; }
        @media screen and (max-width: 1023px) {
          .navPages-container .mobileNavigation > li > .navPages-action {
            padding: 27px 30px 23px; } }
        .navPages-container .mobileNavigation > li > .navPages-action:hover {
          color: #ED1C29; }
        .navPages-container .mobileNavigation > li > .navPages-action svg {
          display: none; }
      .navPages-container .mobileNavigation > li ul {
        display: none; }
        .navPages-container .mobileNavigation > li ul li {
          position: relative; }
          @media screen and (max-width: 1023px) {
            .navPages-container .mobileNavigation > li ul li ul {
              position: fixed !important;
              left: 0;
              background: #292C31;
              z-index: 5;
              width: 100vw;
              height: calc(100vh - var(--mobile-header-height));
              padding: 0px 0 20px;
              overflow-y: auto;
              margin: 0;
              top: 145px;
              padding-top: 0; } }
          @media screen and (max-width: 767px) {
            .navPages-container .mobileNavigation > li ul li ul {
              top: 130px; } }
  .navPages-container .navPages {
    max-width: 100%;
    text-align: left; }
  .navPages-container .navPages-list.sf-menu > .navPages-item {
    margin: 0 13px;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .navPages-container .navPages-list.sf-menu > .navPages-item {
        margin: 0 0.90278vw; } }
    @media screen and (max-width: 1279px) {
      .navPages-container .navPages-list.sf-menu > .navPages-item {
        margin: 0 10px; } }
    .navPages-container .navPages-list.sf-menu > .navPages-item > .navPages-action {
      padding: 24px 0 20px;
      font-size: 12px;
      line-height: 15px;
      text-transform: uppercase;
      font-family: "industrydemi", sans-serif;
      font-weight: normal;
      color: #ffffff;
      position: relative; }
      @media screen and (min-width: 1280px) {
        .navPages-container .navPages-list.sf-menu > .navPages-item > .navPages-action {
          font-size: 0.83333vw;
          line-height: 1.04167vw;
          padding: 1.66667vw 0 1.38889vw; } }
      .navPages-container .navPages-list.sf-menu > .navPages-item > .navPages-action svg {
        transform: perspective(1px) translateZ(0);
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        width: 9px;
        height: 4px;
        fill: #ED1C29;
        stroke: #ED1C29;
        margin-top: -3px;
        margin-left: 8px;
        transform: rotate(-180deg); }
        @media screen and (min-width: 1280px) {
          .navPages-container .navPages-list.sf-menu > .navPages-item > .navPages-action svg {
            width: 0.625vw;
            height: 0.27778vw;
            margin-top: -0.20833vw;
            margin-left: 0.55556vw; } }
        @media screen and (max-width: 1279px) {
          .navPages-container .navPages-list.sf-menu > .navPages-item > .navPages-action svg {
            width: 7px;
            height: 3px; } }
      .navPages-container .navPages-list.sf-menu > .navPages-item > .navPages-action:hover {
        color: #ED1C29; }
        .navPages-container .navPages-list.sf-menu > .navPages-item > .navPages-action:hover svg {
          transform: perspective(1px) translateZ(0);
          -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
        .navPages-container .navPages-list.sf-menu > .navPages-item > .navPages-action:hover:after {
          border-bottom-color: #ED1C29; }
    .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level {
      position: absolute;
      top: 100%;
      position: absolute;
      left: 0;
      background: #33363d;
      padding: 0;
      margin-bottom: 15px;
      display: none;
      left: -50px; }
      @media screen and (min-width: 1280px) {
        .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level {
          margin-bottom: 1.04167vw;
          left: -3.47222vw; } }
      .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > .sfHover > .navPages-action {
        background-color: #ED1C29; }
      .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level.menu-left .navlist-sub.nav-third-level {
        left: -100%; }
      .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu {
        width: 100%;
        text-align: left;
        column-fill: balance; }
        @media screen and (max-width: 1023px) {
          .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            flex-direction: column;
            -webkit-flex-direction: column; } }
        .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li > .navPages-action {
          font-size: 12px;
          line-height: 17px;
          font-family: "industrydemi", sans-serif;
          color: #ffffff;
          font-weight: normal;
          margin: 0;
          display: block;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: space-between;
          justify-content: space-between;
          padding: 16px 50px 13px;
          border-bottom: 1px solid #373E49; }
          @media screen and (min-width: 1280px) {
            .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li > .navPages-action {
              font-size: 0.83333vw;
              line-height: 1.18056vw;
              padding: 1.11111vw 3.47222vw 0.90278vw; } }
          .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li > .navPages-action:hover {
            background-color: #ED1C29; }
          .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li > .navPages-action.link {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: space-between; }
        .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level {
          height: 100%;
          position: absolute;
          top: 0;
          left: 100%;
          display: none;
          opacity: 1 !important;
          display: block;
          background-color: #2c2f35;
          border-left: 1px solid #373E49;
          border-right: 1px solid #373E49;
          padding: 6px 0; }
          @media screen and (min-width: 1280px) {
            .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level {
              padding: 0.41667vw 0; } }
          .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level > .sfHover > .navPages-action {
            color: #ed1c29; }
            .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level > .sfHover > .navPages-action svg {
              fill: #ed1c29;
              stroke: none; }
          .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li {
            width: 100%;
            line-height: 22px; }
            @media screen and (min-width: 1280px) {
              .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li {
                line-height: 1.52778vw; } }
            @media screen and (max-width: 1023px) {
              .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li.shop-all-cat-link {
                order: -1;
                font-family: "industrymedium", sans-serif;
                font-weight: normal; } }
            .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li.shop-all-cat-link .link {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center;
              -webkit-justify-content: space-between;
              justify-content: space-between;
              font-weight: 400;
              font-size: 11px;
              line-height: 12px;
              color: #ffffff;
              font-family: "Roboto Mono", sans-serif;
              transform: perspective(1px) translateZ(0);
              -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s;
              position: relative; }
              @media screen and (min-width: 1280px) {
                .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li.shop-all-cat-link .link {
                  font-size: 0.76389vw;
                  line-height: 0.83333vw; } }
              @media screen and (max-width: 1023px) {
                .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li.shop-all-cat-link .link {
                  font-family: "industrymedium", sans-serif;
                  font-weight: normal;
                  font-size: 16px;
                  line-height: 18px;
                  padding: 10px 0; } }
              .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li.shop-all-cat-link .link span {
                display: inline-block;
                padding-bottom: 2px;
                border-bottom: 1px solid #ffffff; }
              .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li.shop-all-cat-link .link svg {
                width: 8px;
                height: 8px;
                fill: #ffffff;
                margin-left: 5px;
                -webkit-transform: translateZ(0);
                transform: translateZ(0);
                -webkit-transition-duration: 0.1s;
                transition-duration: 0.1s;
                -webkit-transition-property: transform;
                transition-property: transform;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
                position: relative; }
                @media screen and (min-width: 1280px) {
                  .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li.shop-all-cat-link .link svg {
                    width: 0.55556vw;
                    height: 0.55556vw;
                    margin-left: 0.34722vw;
                    top: -0.03472vw; } }
                @media screen and (max-width: 1023px) {
                  .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li.shop-all-cat-link .link svg {
                    display: none; } }
              .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li.shop-all-cat-link .link:hover {
                color: #ED1C29; }
                .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li.shop-all-cat-link .link:hover span {
                  border-color: #ED1C29; }
                .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li.shop-all-cat-link .link:hover svg {
                  fill: #ED1C29;
                  -webkit-transform: translateX(4px);
                  transform: translateX(4px); }
            .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li a {
              width: 100%;
              font-weight: normal;
              font-size: 11px;
              line-height: 18px;
              color: #ffffff;
              font-family: "Roboto Mono", sans-serif;
              padding: 0;
              text-transform: none;
              letter-spacing: -0.005em;
              padding: 5px 50px;
              border: 0; }
              @media screen and (min-width: 1280px) {
                .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li a {
                  font-size: 0.76389vw;
                  line-height: 1.25vw;
                  padding: 0.34722vw 3.47222vw; } }
              .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-third-level li a:hover {
                color: #ED1C29; }
        .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-fourth-level {
          height: 100%;
          padding: 6px 0;
          position: absolute;
          top: 0;
          left: 100%;
          background-color: #292C31; }
          @media screen and (min-width: 1280px) {
            .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li .nav-fourth-level {
              padding: 0.41667vw 0; } }
  .navPages-container .navPages-list.sf-menu > .navPages-item.sfHover > .navPages-action {
    color: #ED1C29; }
    .navPages-container .navPages-list.sf-menu > .navPages-item.sfHover > .navPages-action:after {
      border-bottom-color: #ED1C29; }

.navPages-container .navPages-list.sf-menu > .navPages-item.sfHover > .navPages-action svg {
  transform: rotate(0); }

.mobile-menu-btn {
  display: none; }
  @media screen and (max-width: 1023px) {
    .mobile-menu-btn {
      display: flex;
      width: 30%;
      position: relative; } }
  .mobile-menu-btn .mobileMenu-toggle {
    position: relative;
    padding: 0;
    width: 22px;
    height: 16px; }
    .mobile-menu-btn .mobileMenu-toggle .mobileMenu-toggleIcon {
      background: #ffffff;
      height: 2px;
      top: 1px;
      width: 22px; }
      .mobile-menu-btn .mobileMenu-toggle .mobileMenu-toggleIcon:after, .mobile-menu-btn .mobileMenu-toggle .mobileMenu-toggleIcon:before {
        background: #ffffff;
        height: 2px; }
      .mobile-menu-btn .mobileMenu-toggle .mobileMenu-toggleIcon:before {
        width: 13px;
        top: 6px; }
      .mobile-menu-btn .mobileMenu-toggle .mobileMenu-toggleIcon:after {
        width: 18px;
        bottom: -12px; }
  .mobile-menu-btn .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background: none; }
    .mobile-menu-btn .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before, .mobile-menu-btn .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
      background: #ffffff;
      width: 18px;
      top: 7px;
      bottom: auto; }

.navPages-container {
  margin-left: 37px; }
  @media screen and (min-width: 1280px) {
    .navPages-container {
      margin-left: 2.56944vw; } }
  @media screen and (max-width: 1279px) {
    .navPages-container {
      margin-left: 20px; } }
  @media screen and (max-width: 1023px) {
    .navPages-container {
      margin-left: 0;
      position: fixed;
      height: calc(100% - 100px);
      background: #292C31;
      left: 0;
      bottom: 0;
      width: 100%;
      max-width: 100%;
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .navPages-container {
      height: calc(100% - 90px); } }
  @media screen and (max-width: 1023px) {
    .navPages-container .navPages {
      background: none;
      padding: 0;
      border-top: 1px solid #373e49; } }
  .navPages-container .navPages ul li .hitarea {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 65px;
    margin-right: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px auto; }
  @media screen and (max-width: 1023px) {
    .navPages-container .navPages .navPages-list.sf-menu {
      display: none; } }

@media screen and (max-width: 1023px) {
  header.is-open .icon-positioned-left {
    /*padding-right: 20px;
    margin-top: 3px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    z-index: 1;*/ } }

@media screen and (max-width: 1023px) {
  header.is-open .navPages-list .navPages-item .nav-second-level {
    background: #292C31;
    z-index: 5;
    width: 100vw;
    padding: 0px 0 20px;
    margin: 0; } }

@media screen and (max-width: 1023px) {
  header.is-open .navPages-list .navPages-item .nav-second-level .mega-menu {
    display: flex;
    flex-direction: column; } }

@media screen and (max-width: 1023px) {
  header.is-open .navPages-list .navPages-item .nav-second-level .mega-menu > li > .navPages-action {
    padding: 23px 30px 19px;
    border-bottom: 1px solid #373E49; } }

@media screen and (max-width: 1023px) {
  header.is-open .navPages-list .navPages-item .nav-second-level .navPages-action {
    color: #ffffff;
    padding: 10px;
    font-family: "industrymedium", sans-serif;
    font-size: 16px;
    font-weight: normal; } }

@media screen and (max-width: 1023px) {
  header.is-open .navPages-list .navPages-item .nav-second-level .navPages-action:hover {
    color: #ED1C29; } }

@media screen and (max-width: 1023px) {
  header.is-open .header-logo,
  header.is-open .m-search,
  header.is-open .navUser-item--cart,
  header.is-open .search-panel,
  header.is-open .sublink-menu {
    /*visibility: hidden;
      opacity: 1;
      transition: none;*/ } }

.navPages-container.is-open {
  padding-top: 0; }

.navPages .nav-second-level .sub-menu-header {
  padding: 23px 30px 0; }

@media screen and (max-width: 1023px) {
  .navPages .sub-menu-header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    padding: 23px 30px 19px;
    border-bottom: 1px solid #373E49; } }

.navPages .sub-menu-header .sub-menu-navigate-back {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 1L2 6L7 11' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  height: 12px;
  width: 12px;
  margin-right: 5px;
  margin-top: -3px; }

@media screen and (max-width: 1023px) {
  .navPages .sub-menu-header .sub-menu-title {
    font-size: 16px;
    color: #ffffff;
    font-family: "industrydemi", sans-serif;
    font-weight: normal;
    text-transform: uppercase; } }

@media screen and (max-width: 1023px) {
  .navPages-container .mobileNavigation > li.collapsable > .hitarea {
    display: none; } }

@media screen and (max-width: 1023px) {
  .navPages-container .mobileNavigation > li.collapsable .second-level-link {
    display: none; } }

@media screen and (max-width: 1023px) {
  .header.sticky-header.is-open {
    position: fixed !important;
    height: 100%; } }

@media screen and (max-width: 1023px) {
  .header.sticky-header.is-open .navPages-container {
    height: calc(100% - 60px); } }

@media screen and (max-width: 1023px) {
  .header.sticky-header.is-open .navPages .nav-second-level li.collapsable .sub-menu-header {
    top: 46px; } }

@media screen and (max-width: 1023px) {
  .header.sticky-header.is-open .navPages-container .mobileNavigation > li ul li ul {
    top: 105px; } }

@media screen and (max-width: 1023px) {
  .navPages-container .mobileNavigation > li ul li ul li a.navPages-action {
    font-size: 14px;
    font-family: "Roboto Mono", sans-serif !important;
    color: #ffffff;
    letter-spacing: -0.005em;
    font-weight: normal;
    text-transform: none; } }

@media screen and (max-width: 1023px) {
  .navPages .nav-second-level li.collapsable .sub-menu-header {
    position: fixed;
    width: 100%;
    top: 135px;
    background: #292C31;
    z-index: 9;
    margin-top: 15px;
    border-bottom: 0; } }
  @media screen and (max-width: 1023px) and (max-width: 1023px) {
    .navPages .nav-second-level li.collapsable .sub-menu-header {
      top: 86px; } }
  @media screen and (max-width: 1023px) and (max-width: 767px) {
    .navPages .nav-second-level li.collapsable .sub-menu-header {
      top: 76px; } }

@media screen and (max-width: 1023px) {
  .header.is-open .navPages-list .navPages-item .second-level-link + .nav-second-level .shop-all-cat-link.last {
    display: none; } }

@media screen and (max-width: 1023px) {
  .header.is-open .navPages-list .navPages-item .nav-second-level .nav-third-level .navPages-action {
    text-transform: none;
    font-size: 14px;
    font-family: "Roboto Mono", sans-serif;
    font-weight: normal;
    color: #bfc7d2;
    letter-spacing: -0.005em;
    padding: 0 30px;
    margin: 19px 0; }
    .header.is-open .navPages-list .navPages-item .nav-second-level .nav-third-level .navPages-action.link span {
      border-bottom: 1px solid #BFC7D2; } }

.header.is-open .navPages-list .navPages-item .nav-second-level .nav-third-level .navPages-action:hover {
  color: #ED1C29; }

.navPages-container .mobileNavigation > li:hover > .navPages-action {
  color: #ED1C29; }

.navPages-container .mobileNavigation > li:hover .hitarea {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L1 11' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E"); }

.navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li.shop-all-cat-link.Shooting.Accessories {
  padding-right: 0px; }
  .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li.shop-all-cat-link.Shooting.Accessories .link svg {
    top: 2px; }
    @media screen and (min-width: 1280px) {
      .navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li.shop-all-cat-link.Shooting.Accessories .link svg {
        top: 0.13889vw; } }

.navPages-item.sfHover .second-level-link:before {
  transform: rotate(0); }

.second-level-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.navlist-sub {
  width: 353px; }
  @media screen and (min-width: 1280px) {
    .navlist-sub {
      width: 24.51389vw; } }
  .navlist-sub svg {
    width: 8px;
    height: 8px;
    fill: #ffffff;
    margin-left: 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    position: relative;
    top: -2px; }
    @media screen and (min-width: 1280px) {
      .navlist-sub svg {
        width: 0.55556vw;
        height: 0.55556vw;
        margin-left: 0.34722vw;
        top: -0.13889vw; } }
    @media screen and (max-width: 1023px) {
      .navlist-sub svg {
        display: none; } }

.third-level-link:hover svg {
  fill: #ffffff;
  stroke: none; }

.third-level-link svg {
  fill: #ffffff;
  stroke: none; }

.fourth-level-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.navPages-container .navlist-sub.nav-third-level li .hitarea {
  height: 21px; }

.type-category .body, .type-brand .body, .type-search .body {
  position: relative;
  padding-bottom: 0; }
  .type-category .body .page, .type-brand .body .page, .type-search .body .page {
    padding-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .type-category .body .page, .type-brand .body .page, .type-search .body .page {
        padding-bottom: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .type-category .body > .container .page-content, .type-brand .body > .container .page-content, .type-search .body > .container .page-content {
      margin-top: 20px; } }
  @media screen and (min-width: 1024px) {
    .type-category .body > .container .page-sidebar, .type-brand .body > .container .page-sidebar, .type-search .body > .container .page-sidebar {
      display: block !important; } }
  @media screen and (max-width: 1023px) {
    .type-category .body > .container .page-sidebar, .type-brand .body > .container .page-sidebar, .type-search .body > .container .page-sidebar {
      display: none;
      width: auto;
      min-width: 100%;
      margin: -1px -20px 0;
      background: #292C31;
      max-width: inherit;
      float: none;
      padding: 30px 20px 0px; } }
  .type-category .body > .container .page-sidebar:after, .type-brand .body > .container .page-sidebar:after, .type-search .body > .container .page-sidebar:after {
    content: "";
    background: #292C31;
    position: absolute;
    width: 724px;
    left: -160px;
    height: 100%;
    top: 0;
    z-index: -1;
    /*@media screen and(min-width: 2880px) {
            width: 1460px;
          }
          @media screen and(max-width: 1366px) {
            left: -183px;
          }
          @media screen and(max-width: 1300px) {
            width:689px;
          }
          @media screen and(max-width: 1280px) {
            width:690px;
          }*/ }
    @media screen and (min-width: 1280px) {
      .type-category .body > .container .page-sidebar:after, .type-brand .body > .container .page-sidebar:after, .type-search .body > .container .page-sidebar:after {
        left: -11.11111vw;
        width: 50.27778vw; } }
    @media screen and (max-width: 1279px) {
      .type-category .body > .container .page-sidebar:after, .type-brand .body > .container .page-sidebar:after, .type-search .body > .container .page-sidebar:after {
        width: 637px;
        left: -100px; } }
    @media screen and (max-width: 1023px) {
      .type-category .body > .container .page-sidebar:after, .type-brand .body > .container .page-sidebar:after, .type-search .body > .container .page-sidebar:after {
        display: none; } }

.page-sidebar {
  padding-top: 50px;
  width: 285px;
  padding-right: 30px; }
  @media screen and (min-width: 1280px) {
    .page-sidebar {
      padding-top: 3.47222vw;
      width: 19.79167vw;
      padding-right: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .page-sidebar {
      width: 100%; } }
  .page-sidebar #facetedSearch-content--price {
    padding-right: 20px; }
    @media screen and (min-width: 1280px) {
      .page-sidebar #facetedSearch-content--price {
        padding-right: 1.38889vw; } }
  .page-sidebar .navList-item.sub-cat {
    padding: 5px 20px 0 0; }
    @media screen and (min-width: 1280px) {
      .page-sidebar .navList-item.sub-cat {
        padding: 0.34722vw 1.38889vw 0 0; } }
    .page-sidebar .navList-item.sub-cat h2 {
      margin: 0; }
      .page-sidebar .navList-item.sub-cat h2 .navList-action {
        color: #BFC7D2;
        font-weight: normal;
        font-size: 13px;
        line-height: 17px;
        font-family: 'industrybook', sans-serif;
        position: relative;
        transition: all .5s ease-out; }
        @media screen and (min-width: 1280px) {
          .page-sidebar .navList-item.sub-cat h2 .navList-action {
            font-size: 0.90278vw;
            line-height: 1.18056vw; } }
        .page-sidebar .navList-item.sub-cat h2 .navList-action span {
          float: right; }
        .page-sidebar .navList-item.sub-cat h2 .navList-action:before {
          opacity: 0;
          content: "";
          width: 2px;
          height: 14px;
          left: 0;
          top: 4px;
          background: #ED1C29;
          position: absolute;
          transition: all .3s ease-out; }
          @media screen and (min-width: 1280px) {
            .page-sidebar .navList-item.sub-cat h2 .navList-action:before {
              width: 0.13889vw;
              height: 0.97222vw;
              top: 0.27778vw; } }
        .page-sidebar .navList-item.sub-cat h2 .navList-action:hover {
          color: #ffffff;
          padding-left: 15px; }
          @media screen and (min-width: 1280px) {
            .page-sidebar .navList-item.sub-cat h2 .navList-action:hover {
              padding-left: 1.04167vw; } }
          .page-sidebar .navList-item.sub-cat h2 .navList-action:hover:before {
            opacity: 1; }
            @media screen and (min-width: 1280px) {
              .page-sidebar .navList-item.sub-cat h2 .navList-action:hover:before {
                width: 0.13889vw;
                height: 0.97222vw;
                top: 0.27778vw; } }
  .page-sidebar .blocker {
    background: none; }

.page-sidebar + .page-content {
  width: calc(100% - 285px);
  padding: 0px; }
  @media screen and (min-width: 1280px) {
    .page-sidebar + .page-content {
      width: calc(100% - 19.79167vw); } }
  @media screen and (max-width: 1023px) {
    .page-sidebar + .page-content {
      width: 100%; } }

.category-discription {
  background: #f9f9f9;
  padding: 60px 0; }
  @media screen and (min-width: 1280px) {
    .category-discription {
      padding: 4.16667vw 0; } }
  @media screen and (max-width: 1023px) {
    .category-discription {
      padding: 40px 0; } }
  @media screen and (max-width: 1023px) {
    .category-discription {
      padding: 40px 0 20px; } }
  .category-discription h4 {
    margin: 30px 0 15px;
    padding: 0;
    font-family: 'industrydemi', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000000; }
    @media screen and (min-width: 1280px) {
      .category-discription h4 {
        margin: 2.08333vw 0 1.04167vw;
        font-size: 1.25vw; } }
  .category-discription p {
    font-size: 14px;
    line-height: 21px;
    color: #686868;
    margin-bottom: 20px;
    font-family: 'industrybook', sans-serif; }
    @media screen and (min-width: 1280px) {
      .category-discription p {
        margin-bottom: 1.38889vw;
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
  .category-discription ul {
    margin-left: 20px;
    list-style: none;
    padding: 0; }
    @media screen and (min-width: 1280px) {
      .category-discription ul {
        margin-left: 1.38889vw; } }
    .category-discription ul li {
      font-size: 14px;
      line-height: 21px;
      color: #686868;
      margin-bottom: 20px;
      font-family: 'industrybook', sans-serif;
      position: relative; }
      @media screen and (min-width: 1280px) {
        .category-discription ul li {
          margin-bottom: 1.38889vw;
          font-size: 0.97222vw;
          line-height: 1.45833vw; } }
      .category-discription ul li:before {
        content: "";
        width: 4px;
        height: 4px;
        background: #686868;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        left: -15px;
        top: 8px; }
        @media screen and (min-width: 1280px) {
          .category-discription ul li:before {
            width: 0.27778vw;
            height: 0.27778vw;
            left: -1.04167vw;
            top: 0.55556vw; } }
      .category-discription ul li strong {
        font-family: 'industrydemi', sans-serif;
        font-weight: normal; }

.cat-top-banner {
  height: auto;
  position: relative;
  background: #373E49; }
  .cat-top-banner .img-banner img {
    height: 244px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
    @media screen and (min-width: 1280px) {
      .cat-top-banner .img-banner img {
        height: 16.94444vw; } }
    @media screen and (max-width: 1023px) {
      .cat-top-banner .img-banner img {
        height: 40.644vw; } }
    @media screen and (max-width: 767px) {
      .cat-top-banner .img-banner img {
        height: 83vw; } }
    @media screen and (max-width: 413px) {
      .cat-top-banner .img-banner img {
        height: 96vw; } }
  .cat-top-banner .img-banner + .banner-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0; }
    .cat-top-banner .img-banner + .banner-text .ca-title-row {
      padding-bottom: 0; }
      @media screen and (max-width: 1023px) {
        .cat-top-banner .img-banner + .banner-text .ca-title-row {
          padding-top: 10px; } }
      @media screen and (max-width: 767px) {
        .cat-top-banner .img-banner + .banner-text .ca-title-row {
          padding-top: 5px; } }
  .cat-top-banner .banner-text ol.breadcrumbs {
    text-align: left;
    margin: 0;
    padding: 20px 0; }
    @media screen and (min-width: 1280px) {
      .cat-top-banner .banner-text ol.breadcrumbs {
        padding: 1.38889vw 0 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .cat-top-banner .banner-text ol.breadcrumbs {
        text-align: center; } }
    .cat-top-banner .banner-text ol.breadcrumbs .breadcrumb:not(:first-child)::before {
      margin: 0 10px;
      border-right-color: rgba(255, 255, 255, 0.8);
      height: 10px;
      position: relative;
      top: 1px; }
      @media screen and (min-width: 1280px) {
        .cat-top-banner .banner-text ol.breadcrumbs .breadcrumb:not(:first-child)::before {
          margin: 0 0.69444vw;
          height: 0.69444vw;
          top: 0.06944vw; } }
    .cat-top-banner .banner-text ol.breadcrumbs .breadcrumb {
      color: rgba(255, 255, 255, 0.8);
      font-size: 12px;
      font-family: 'industrybook', sans-serif;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .cat-top-banner .banner-text ol.breadcrumbs .breadcrumb {
          font-size: 0.83333vw; } }
      .cat-top-banner .banner-text ol.breadcrumbs .breadcrumb a {
        color: rgba(255, 255, 255, 0.8); }
        .cat-top-banner .banner-text ol.breadcrumbs .breadcrumb a:hover {
          color: #ED1C29; }
    .cat-top-banner .banner-text ol.breadcrumbs .breadcrumb.is-active > .breadcrumb-label {
      font-weight: normal; }
  .cat-top-banner .banner-text .ca-title-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-top: 0px;
    padding-bottom: 50px; }
    @media screen and (min-width: 1280px) {
      .cat-top-banner .banner-text .ca-title-row {
        padding-bottom: 3.47222vw; } }
    @media screen and (max-width: 1023px) {
      .cat-top-banner .banner-text .ca-title-row {
        padding-bottom: 30px;
        flex-wrap: wrap; } }
    .cat-top-banner .banner-text .ca-title-row .col1 {
      width: calc(100% - 535px);
      padding-right: 20px; }
      @media screen and (min-width: 1280px) {
        .cat-top-banner .banner-text .ca-title-row .col1 {
          width: calc(100% - 37.15278vw);
          padding-right: 1.38889vw; } }
      @media screen and (max-width: 1023px) {
        .cat-top-banner .banner-text .ca-title-row .col1 {
          width: 100%;
          text-align: center;
          padding-bottom: 0;
          margin-bottom: 22px;
          padding-right: 0; } }
    .cat-top-banner .banner-text .ca-title-row .col2 {
      width: 535px;
      padding-top: 5px; }
      @media screen and (min-width: 1280px) {
        .cat-top-banner .banner-text .ca-title-row .col2 {
          width: 37.15278vw;
          padding-top: 0.34722vw; } }
      @media screen and (max-width: 1023px) {
        .cat-top-banner .banner-text .ca-title-row .col2 {
          width: 100%;
          text-align: center; } }
      .cat-top-banner .banner-text .ca-title-row .col2 p {
        color: #ffffff;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
        font-family: "industrybook", sans-serif; }
        @media screen and (min-width: 1280px) {
          .cat-top-banner .banner-text .ca-title-row .col2 p {
            font-size: 1.11111vw;
            margin-bottom: 1.38889vw;
            line-height: 1.52778vw; } }
      .cat-top-banner .banner-text .ca-title-row .col2 #readMoreBtn {
        font-weight: 500;
        font-size: 11px;
        line-height: 15px;
        font-family: "Roboto Mono", sans-serif;
        text-transform: uppercase;
        color: #ffffff;
        padding: 0px !important; }
        @media screen and (min-width: 1280px) {
          .cat-top-banner .banner-text .ca-title-row .col2 #readMoreBtn {
            font-size: 0.76389vw;
            line-height: 1.04167vw; } }
        .cat-top-banner .banner-text .ca-title-row .col2 #readMoreBtn svg {
          width: 12px;
          height: 12px;
          margin-left: 7px;
          fill: #ffffff;
          position: relative;
          transition: 0.3s;
          top: 2px; }
          @media screen and (min-width: 1280px) {
            .cat-top-banner .banner-text .ca-title-row .col2 #readMoreBtn svg {
              width: 0.83333vw;
              height: 0.83333vw;
              margin-left: 0.48611vw;
              top: 0.13889vw; } }
        .cat-top-banner .banner-text .ca-title-row .col2 #readMoreBtn:hover {
          color: #ED1C29; }
          .cat-top-banner .banner-text .ca-title-row .col2 #readMoreBtn:hover svg {
            fill: #ED1C29; }
    .cat-top-banner .banner-text .ca-title-row h1.page-heading {
      margin: 0;
      text-align: left;
      color: #ffffff;
      font-size: 36px;
      line-height: 40px;
      font-family: 'industrydemi', sans-serif;
      font-weight: normal;
      text-transform: none; }
      @media screen and (min-width: 1280px) {
        .cat-top-banner .banner-text .ca-title-row h1.page-heading {
          font-size: 2.5vw;
          line-height: 2.77778vw; } }
      @media screen and (max-width: 1023px) {
        .cat-top-banner .banner-text .ca-title-row h1.page-heading {
          text-align: center; } }
    .cat-top-banner .banner-text .ca-title-row .pro-show {
      font-family: 'industrydemi', sans-serif;
      font-weight: normal;
      font-size: 14px;
      color: #ffffff;
      margin-top: 10px; }
      @media screen and (min-width: 1280px) {
        .cat-top-banner .banner-text .ca-title-row .pro-show {
          font-size: 0.97222vw;
          margin-top: 0.69444vw; } }

.actionBar {
  padding: 0;
  margin: 0 0 20px; }
  @media screen and (min-width: 1280px) {
    .actionBar {
      margin-bottom: 1.38889vw; } }
  .actionBar .actionBar-section {
    float: right;
    background: none;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .actionBar .actionBar-section .form-field {
      margin-bottom: 0;
      background: none;
      border: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .actionBar .actionBar-section .form-field .form-label {
        padding: 0;
        margin: 0 10px 0 0;
        font-family: 'industrydemi', sans-serif;
        font-weight: normal;
        font-size: 13px;
        color: #000000; }
        @media screen and (min-width: 1280px) {
          .actionBar .actionBar-section .form-field .form-label {
            font-size: 0.90278vw;
            margin-right: 0.69444vw; } }
      .actionBar .actionBar-section .form-field .form-select {
        padding: 0 30px 0 0;
        font-family: 'industrybook', sans-serif;
        font-size: 13px;
        color: #000000;
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.03033 5.43842L1.06066 0.46875L0 1.52941L6.03033 7.55974L12.0607 1.52941L11 0.46875L6.03033 5.43842Z' fill='black'/%3E%3C/svg%3E");
        background-size: 10px auto;
        background-position: right center; }
        @media screen and (min-width: 1280px) {
          .actionBar .actionBar-section .form-field .form-select {
            padding: 0 2.08333vw 0 0;
            font-size: 0.90278vw;
            background-size: 0.69444vw auto; } }

.sidebarBlock-heading {
  font-size: 16px;
  line-height: 110%;
  font-family: 'industrydemi', sans-serif;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .sidebarBlock-heading {
      font-size: 1.11111vw;
      margin-bottom: 1.04167vw; } }

.sidebarBlock + .sidebarBlock {
  border-top: 0px;
  position: relative;
  margin-top: 20px;
  padding-top: 20px; }
  @media screen and (min-width: 1280px) {
    .sidebarBlock + .sidebarBlock {
      margin-top: 1.38889vw;
      padding-top: 1.38889vw; } }
  .sidebarBlock + .sidebarBlock:before {
    content: "";
    height: 1px;
    background: #434A55;
    width: 405px;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (min-width: 1280px) {
      .sidebarBlock + .sidebarBlock:before {
        width: 28.125vw; } }
    @media screen and (max-width: 1023px) {
      .sidebarBlock + .sidebarBlock:before {
        width: auto;
        min-width: 100%;
        right: 0px;
        left: -20px; } }

.accordion--navList .accordion-navigation {
  margin-bottom: 0 !important;
  font-family: "industrydemi", sans-serif;
  font-size: 16px;
  color: #ffffff;
  font-weight: normal;
  text-transform: none;
  padding: 20px 20px 20px 0;
  margin: 0;
  position: relative;
  line-height: 18px; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .accordion-navigation {
      padding: 1.38889vw 1.38889vw 1.38889vw 0;
      line-height: 1.25vw; } }
  .accordion--navList .accordion-navigation .accordion-title {
    font-family: "industrydemi", sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-transform: none;
    z-index: 1;
    position: relative; }
    @media screen and (min-width: 1280px) {
      .accordion--navList .accordion-navigation .accordion-title {
        font-size: 1.11111vw;
        line-height: 1.25vw; } }
  .accordion--navList .accordion-navigation .accordion-indicator {
    position: relative;
    z-index: 1; }
    .accordion--navList .accordion-navigation .accordion-indicator .icon {
      fill: #ffffff;
      stroke: #ffffff;
      stroke-width: 0px; }
  .accordion--navList .accordion-navigation:hover:before {
    content: "";
    background: #ED1C29;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 405px;
    right: 0;
    z-index: 0; }
    @media screen and (min-width: 1280px) {
      .accordion--navList .accordion-navigation:hover:before {
        width: 28.125vw; } }
    @media screen and (max-width: 1023px) {
      .accordion--navList .accordion-navigation:hover:before {
        display: none; } }

.accordion--navList .accordion-indicator {
  fill: #ffffff;
  stroke: #ffffff;
  width: 15px;
  height: 15px;
  margin-top: -5px; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .accordion-indicator {
      width: 1.04167vw;
      height: 1.04167vw;
      margin-top: -0.34722vw; } }

.accordion--navList .navList-action {
  font-size: 13px;
  color: #BFC7D2;
  font-family: 'industrymedium', sans-serif;
  line-height: 16px;
  margin: 0;
  padding: 5px 0 5px 22px; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .navList-action {
      font-size: 0.90278vw;
      line-height: 1.11111vw;
      padding: 0.34722vw 0 0.34722vw 1.52778vw; } }
  .accordion--navList .navList-action:hover {
    color: #ffffff; }

.accordion--navList .accordion-block {
  margin-top: 0;
  position: relative; }
  .accordion--navList .accordion-block:before {
    content: "";
    height: 1px;
    background: #434A55;
    width: 405px;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (min-width: 1280px) {
      .accordion--navList .accordion-block:before {
        width: 28.125vw; } }
    @media only screen and (max-width: 1023px) {
      .accordion--navList .accordion-block:before {
        width: auto;
        min-width: 100%;
        right: 0px;
        left: -20px; } }
  .accordion--navList .accordion-block .accordion-content {
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .accordion--navList .accordion-block .accordion-content {
        margin-bottom: 1.38889vw; } }

.accordion--navList .accordion-navigation.is-open {
  /*padding-top: 30px;
   @media screen and(min-width: 1280px) {
     padding-top: get-vw(60px);
   }*/ }
  .accordion--navList .accordion-navigation.is-open:hover:before {
    display: none; }

.navList-action--checkbox:before {
  background: #373E49;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 13px;
  width: 13px;
  margin-top: 0;
  top: 6px; }
  @media screen and (min-width: 1280px) {
    .navList-action--checkbox:before {
      height: 0.90278vw;
      width: 0.90278vw;
      top: 0.41667vw; } }

.navList-action--checkbox:after {
  width: 13px;
  height: 13px;
  left: 0;
  top: 6px;
  margin-top: 0; }
  @media screen and (min-width: 1280px) {
    .navList-action--checkbox:after {
      width: 0.90278vw;
      height: 0.90278vw;
      top: 0.41667vw; } }

.navList-action--checkbox.is-checked:before, .navList-action--checkbox.is-selected:before {
  background: #ED1C29; }

.navList-action--checkbox.is-checked:after, .navList-action--checkbox.is-selected:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.50149 5.11494L5.66644 8.56649L3.49805 6.61494L4.50149 5.5L5.66644 6.54845L8.49805 4L9.50149 5.11494Z' fill='white'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: 13px auto; }
  @media screen and (min-width: 1280px) {
    .navList-action--checkbox.is-checked:after, .navList-action--checkbox.is-selected:after {
      background-size: 0.90278vw auto; } }

.facetedSearch-clearLink {
  display: none; }

.navList-action.is-selected:hover .navList-action-close {
  width: 16px;
  height: 16px;
  background: #ffffff;
  padding: 3px; }
  @media screen and (min-width: 1280px) {
    .navList-action.is-selected:hover .navList-action-close {
      width: 1.11111vw;
      height: 1.11111vw;
      padding: 0.20833vw; } }
  .navList-action.is-selected:hover .navList-action-close .icon {
    width: 10px;
    height: 10px;
    fill: #000000; }
    @media screen and (min-width: 1280px) {
      .navList-action.is-selected:hover .navList-action-close .icon {
        width: 0.69444vw;
        height: 0.69444vw; } }
  .navList-action.is-selected:hover .navList-action-close:hover {
    background: #ED1C29; }
    .navList-action.is-selected:hover .navList-action-close:hover .icon {
      fill: #ffffff; }

.form-minMaxRow {
  border: 1px solid #ffffff;
  margin: 0; }
  @media screen and (max-width: 1023px) {
    .form-minMaxRow {
      max-width: 240px; } }
  .form-minMaxRow .form-field--error .form-field-error, .form-minMaxRow .form-field--error .form-inlineMessage {
    font-size: 12px; }
    @media screen and (min-width: 1280px) {
      .form-minMaxRow .form-field--error .form-field-error, .form-minMaxRow .form-field--error .form-inlineMessage {
        font-size: 0.83333vw; } }
  .form-minMaxRow .form-field {
    padding: 0px;
    width: 70px; }
    @media screen and (min-width: 1280px) {
      .form-minMaxRow .form-field {
        width: 4.86111vw; } }
    .form-minMaxRow .form-field .form-input {
      background: none;
      border: 0px;
      height: 40px;
      padding: 10px;
      text-align: center;
      font-size: 11px;
      color: #fff;
      -webkit-appearance: none; }
      @media screen and (min-width: 1280px) {
        .form-minMaxRow .form-field .form-input {
          height: 2.77778vw;
          padding: 0.69444vw;
          font-size: 0.76389vw; } }
  .form-minMaxRow .form-field + .form-field {
    border-left: 1px solid #ffffff; }
  .form-minMaxRow .form-field:nth-child(3) {
    width: calc(100% - 140px);
    border-left: 0 !important; }
    @media screen and (min-width: 1280px) {
      .form-minMaxRow .form-field:nth-child(3) {
        width: calc(100% - 9.72222vw); } }
    .form-minMaxRow .form-field:nth-child(3) .button.button--small {
      height: 40px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 10px 10px -10px 12px;
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      background: #ffffff;
      border: 0px;
      font-size: 11px;
      color: #000000;
      font-family: "Roboto Mono", sans-serif;
      text-transform: uppercase;
      font-weight: 500; }
      @media screen and (min-width: 1280px) {
        .form-minMaxRow .form-field:nth-child(3) .button.button--small {
          height: 2.77778vw;
          padding: 0.69444vw;
          padding-left: 0.83333vw;
          font-size: 0.76389vw; } }
      .form-minMaxRow .form-field:nth-child(3) .button.button--small:hover {
        color: #ED1C29;
        background: #ffffff; }

.facetLabel {
  background: #373E49;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 500;
  font-family: "Roboto Mono", sans-serif;
  padding: 8px 14px 8px 14px;
  color: #ffffff; }
  @media screen and (min-width: 1280px) {
    .facetLabel {
      font-size: 0.76389vw;
      padding: 0.55556vw 0.97222vw 0.55556vw 0.97222vw; } }
  .facetLabel .icon {
    width: 12px;
    height: 12px;
    fill: #ffffff;
    margin-left: 3px; }
    @media screen and (min-width: 1280px) {
      .facetLabel .icon {
        width: 0.83333vw;
        height: 0.83333vw;
        margin-left: 0.20833vw; } }
  .facetLabel:hover, .facetLabel:focus {
    background: #ED1C29;
    color: #ffffff; }

ul.inlineList {
  margin: 0 -5px; }
  @media screen and (min-width: 1280px) {
    ul.inlineList {
      margin: 0 -0.34722vw; } }
  @media screen and (max-width: 1023px) {
    ul.inlineList {
      margin-bottom: 30px; } }
  ul.inlineList li {
    margin: 0;
    padding: 5px; }
    @media screen and (min-width: 1280px) {
      ul.inlineList li {
        padding: 0.34722vw; } }

ul.inlineList + a {
  display: none; }

.facetedSearch-refineFilters p {
  font-size: 12px;
  color: #BFC7D2;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-refineFilters p {
      font-size: 0.83333vw;
      margin-bottom: 2.08333vw; } }

.left-custom-panel {
  position: relative;
  padding: 50px 0;
  padding-right: 20px; }
  @media screen and (min-width: 1280px) {
    .left-custom-panel {
      padding: 3.47222vw 0;
      padding-right: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .left-custom-panel {
      display: none; } }
  .left-custom-panel:before {
    content: "";
    height: 1px;
    background: #434A55;
    width: 405px;
    position: absolute;
    top: 0;
    right: 0; }
    @media screen and (min-width: 1280px) {
      .left-custom-panel:before {
        width: 28.125vw; } }
  .left-custom-panel h5, .left-custom-panel h4 {
    font-family: "industrydemi", sans-serif;
    color: #ffffff;
    font-size: 25px;
    line-height: 110%;
    font-weight: normal;
    margin: 20px 0 15px;
    text-transform: none; }
    @media screen and (min-width: 1280px) {
      .left-custom-panel h5, .left-custom-panel h4 {
        margin: 1.38889vw 0 1.04167vw;
        font-size: 1.73611vw; } }
  .left-custom-panel p {
    color: #BFC7D2;
    font-size: 14px;
    font-family: 'industrybook', sans-serif;
    line-height: 140%;
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .left-custom-panel p {
        font-size: 0.97222vw;
        margin-bottom: 1.38889vw; } }
  .left-custom-panel .btn {
    border: 1px solid #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .left-custom-panel .btn a {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 38px;
      width: 50%;
      background: #ffffff;
      color: #000000;
      text-transform: uppercase;
      font-size: 11px;
      font-family: "Roboto Mono", sans-serif;
      font-weight: 500;
      padding-bottom: 1px;
      transition: .5s ease-in-out; }
      @media screen and (min-width: 1280px) {
        .left-custom-panel .btn a {
          height: 2.63889vw;
          font-size: 0.76389vw;
          padding-bottom: 0.06944vw; } }
      .left-custom-panel .btn a:first-child {
        border-right: 1px solid #ffffff; }
      .left-custom-panel .btn a:hover {
        background: none;
        color: #ffffff; }
    .left-custom-panel .btn a + a {
      background: none;
      color: #ffffff;
      border-left: 1px solid #292C31; }
      .left-custom-panel .btn a + a:hover {
        background: #ffffff;
        color: #000000; }

.pagination-list {
  padding-top: 40px; }
  @media screen and (min-width: 1280px) {
    .pagination-list {
      padding-top: 2.77778vw; } }
  .pagination-list li.pagination-item {
    height: 40px;
    width: 40px;
    border: 1px solid #000000;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
    margin-left: -1px; }
    @media screen and (min-width: 1280px) {
      .pagination-list li.pagination-item {
        height: 2.77778vw;
        width: 2.77778vw; } }
    .pagination-list li.pagination-item .pagination-link {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 100%;
      font-size: 11px;
      color: #000000;
      font-weight: 500; }
      @media screen and (min-width: 1280px) {
        .pagination-list li.pagination-item .pagination-link {
          font-size: 0.76389vw; } }
      .pagination-list li.pagination-item .pagination-link:hover {
        color: #ED1C29; }
  .pagination-list li.pagination-item--current {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    .pagination-list li.pagination-item--current .pagination-link {
      background: #000000;
      color: #ffffff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .pagination-list li.pagination-item--current .pagination-link:hover {
        color: #ffffff; }
  .pagination-list .pagination-item--next, .pagination-list .pagination-item--previous {
    background: #ffffff; }
    .pagination-list .pagination-item--next .pagination-link, .pagination-list .pagination-item--previous .pagination-link {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .pagination-list .pagination-item--next .pagination-link svg, .pagination-list .pagination-item--previous .pagination-link svg {
        stroke: none;
        height: 11px;
        width: 11px;
        fill: #000000; }
        @media screen and (min-width: 1280px) {
          .pagination-list .pagination-item--next .pagination-link svg, .pagination-list .pagination-item--previous .pagination-link svg {
            height: 0.76389vw;
            width: 0.76389vw; } }
    .pagination-list .pagination-item--next:hover, .pagination-list .pagination-item--previous:hover {
      border-color: #ED1C29; }
      .pagination-list .pagination-item--next:hover .pagination-link, .pagination-list .pagination-item--previous:hover .pagination-link {
        background: #ED1C29; }
        .pagination-list .pagination-item--next:hover .pagination-link svg, .pagination-list .pagination-item--previous:hover .pagination-link svg {
          fill: #ffffff; }
  .pagination-list .pagination-item--previous .pagination-link svg {
    height: 12px;
    width: 12px; }
    @media screen and (min-width: 1280px) {
      .pagination-list .pagination-item--previous .pagination-link svg {
        height: 0.83333vw;
        width: 0.83333vw; } }
  .pagination-list .pagination-item-mobile {
    display: none; }

.accordion {
  margin-bottom: 0; }

.actionBar-section {
  min-width: 200px; }
  @media screen and (min-width: 1280px) {
    .actionBar-section {
      min-width: 400px; } }
  .actionBar-section .form-field {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    position: relative; }
  @media screen and (max-width: 1023px) {
    .actionBar-section .select2-container {
      width: 100% !important;
      padding: 6px 0; } }
  .actionBar-section .select2-container--open + .select2-container--open {
    border: 0px;
    margin-top: 10px; }
    @media screen and (min-width: 1280px) {
      .actionBar-section .select2-container--open + .select2-container--open {
        margin-top: 0.69444vw; } }
  .actionBar-section .select2-selection--single {
    padding: 0 20px 0 0;
    font-family: 'industrybook', sans-serif;
    font-size: 13px;
    color: #000000;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.03033 5.43842L1.06066 0.46875L0 1.52941L6.03033 7.55974L12.0607 1.52941L11 0.46875L6.03033 5.43842Z' fill='black'/%3E%3C/svg%3E");
    background-size: 8px auto;
    background-position: right center;
    height: auto;
    background-repeat: no-repeat;
    border: 0px; }
    @media screen and (min-width: 1280px) {
      .actionBar-section .select2-selection--single {
        padding: 0 1.38889vw 0 0;
        font-size: 0.90278vw;
        background-size: 0.55556vw auto; } }
    @media screen and (max-width: 1023px) {
      .actionBar-section .select2-selection--single {
        background-size: 13px auto;
        font-family: "industrydemi", sans-serif; } }
  .actionBar-section .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.03033 5.43842L1.06066 0.46875L0 1.52941L6.03033 7.55974L12.0607 1.52941L11 0.46875L6.03033 5.43842Z' fill='black'/%3E%3C/svg%3E");
    background-size: 10px auto;
    background-position: right center;
    height: auto;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1280px) {
      .actionBar-section .select2-selection__arrow b {
        background-size: 0.69444vw auto; } }
  .actionBar-section .select2-container--open + .select2-container--open {
    min-width: 140px; }
    @media screen and (min-width: 1280px) {
      .actionBar-section .select2-container--open + .select2-container--open {
        min-width: 9.72222vw; } }

.page {
  margin: 0; }
  .page .page-sidebar {
    padding-left: 0; }
  .page .page-content .actionBar {
    padding-top: 30px; }
    @media screen and (min-width: 1280px) {
      .page .page-content .actionBar {
        padding-top: 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .page .page-content .actionBar {
        padding-top: 0; } }

.type-category .body #pfAnchoredContainer .pf-searching {
  display: none; }
  @media screen and (max-width: 767px) {
    .type-category .body #pfAnchoredContainer .pf-searching {
      display: none; } }

.type-category .body #pfAnchoredContainer .pf-search-icon-wrapper.show {
  display: none; }
  @media screen and (max-width: 1023px) {
    .type-category .body #pfAnchoredContainer .pf-search-icon-wrapper.show {
      width: 100%; } }

.type-category .body #pfAnchoredContainer #pf-upper-embed {
  padding: 0px;
  width: 100%;
  margin: 30px 0 30px;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap; }
  @media screen and (min-width: 1280px) {
    .type-category .body #pfAnchoredContainer #pf-upper-embed {
      margin: 2.08333vw 0 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .type-category .body #pfAnchoredContainer #pf-upper-embed {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }

.type-category .body #pfAnchoredContainer #pf-search-header {
  width: 282px;
  padding-right: 30px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .type-category .body #pfAnchoredContainer #pf-search-header {
      padding-right: 2.08333vw;
      width: 19.58333vw; } }
  @media screen and (max-width: 1023px) {
    .type-category .body #pfAnchoredContainer #pf-search-header {
      width: 100%;
      padding-right: 0;
      text-align: center; } }
  .type-category .body #pfAnchoredContainer #pf-search-header #pf-heading {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-family: "industrydemi", sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    margin-top: 3px; }
    @media screen and (min-width: 1280px) {
      .type-category .body #pfAnchoredContainer #pf-search-header #pf-heading {
        font-size: 1.25vw;
        line-height: 1.52778vw;
        margin-top: 0.20833vw; } }
    @media screen and (max-width: 1023px) {
      .type-category .body #pfAnchoredContainer #pf-search-header #pf-heading {
        width: 100%;
        text-align: center;
        margin-bottom: 30px; } }

.type-category .body #pfAnchoredContainer .pf-selection-wrapper {
  padding: 0;
  max-width: 395px; }
  @media screen and (min-width: 1280px) {
    .type-category .body #pfAnchoredContainer .pf-selection-wrapper {
      max-width: 27.43056vw; } }
  @media screen and (max-width: 1279px) {
    .type-category .body #pfAnchoredContainer .pf-selection-wrapper {
      max-width: 34%; } }
  @media screen and (max-width: 1023px) {
    .type-category .body #pfAnchoredContainer .pf-selection-wrapper {
      max-width: 100%;
      width: 100%; } }
  .type-category .body #pfAnchoredContainer .pf-selection-wrapper .pf-select {
    border: 1px solid #000000;
    height: 50px;
    padding: 11px 40px 10px 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.03033 5.43842L1.06066 0.46875L0 1.52941L6.03033 7.55974L12.0607 1.52941L11 0.46875L6.03033 5.43842Z' fill='black'/%3E%3C/svg%3E");
    background-size: 11px auto;
    background-position: right 20px center;
    background-repeat: no-repeat;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    font-family: "industrybook", sans-serif;
    color: #000000;
    background-color: #ffffff;
    -webkit-appearance: none;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    @media screen and (min-width: 1280px) {
      .type-category .body #pfAnchoredContainer .pf-selection-wrapper .pf-select {
        background-size: 0.90278vw auto;
        background-position: right 1.38889vw center;
        padding: 0.76389vw 2.77778vw 0.69444vw 1.38889vw;
        font-size: 0.97222vw;
        line-height: 1.18056vw;
        height: 3.47222vw; } }

.type-category .body #pfAnchoredContainer .pf-selection-wrapper + .pf-selection-wrapper .pf-select {
  border-left: 0px; }
  @media screen and (max-width: 1023px) {
    .type-category .body #pfAnchoredContainer .pf-selection-wrapper + .pf-selection-wrapper .pf-select {
      border-left: 1px solid #000000;
      border-top: 0px; } }

.type-category .body .pfSearchContainer .pf-search-icon-button {
  height: 50px;
  width: 50px;
  background-color: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5 3.25C6.04822 3.25 3.25 6.04822 3.25 9.5C3.25 12.9518 6.04822 15.75 9.5 15.75C12.9518 15.75 15.75 12.9518 15.75 9.5C15.75 6.04822 12.9518 3.25 9.5 3.25ZM0.75 9.5C0.75 4.66751 4.66751 0.75 9.5 0.75C14.3325 0.75 18.25 4.66751 18.25 9.5C18.25 14.3325 14.3325 18.25 9.5 18.25C4.66751 18.25 0.75 14.3325 0.75 9.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2929 19.7071L14.2929 15.7071L15.7071 14.2929L19.7071 18.2929L18.2929 19.7071Z' fill='white'/%3E%3C/svg%3E");
  background-size: 20px auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: background-color 0.3s; }
  @media screen and (min-width: 1280px) {
    .type-category .body .pfSearchContainer .pf-search-icon-button {
      height: 3.47222vw;
      width: 3.47222vw;
      background-size: 1.38889vw auto; } }
  @media screen and (max-width: 1023px) {
    .type-category .body .pfSearchContainer .pf-search-icon-button {
      width: 100%;
      background-position: 45% center; } }
  @media screen and (max-width: 767px) {
    .type-category .body .pfSearchContainer .pf-search-icon-button {
      width: 100%;
      background-position: 43% center; } }
  @media screen and (max-width: 1023px) {
    .type-category .body .pfSearchContainer .pf-search-icon-button:after {
      content: "Search";
      font-size: 12px;
      color: #ffffff;
      font-weight: 500;
      text-transform: uppercase;
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .type-category .body .pfSearchContainer .pf-search-icon-button:after {
      margin-left: 30px; } }
  .type-category .body .pfSearchContainer .pf-search-icon-button svg {
    width: 15px;
    height: 15px;
    display: none; }
    @media screen and (min-width: 1280px) {
      .type-category .body .pfSearchContainer .pf-search-icon-button svg {
        width: 1.04167vw;
        height: 1.04167vw; } }
  .type-category .body .pfSearchContainer .pf-search-icon-button:hover {
    background-color: #ED1C29;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5 3.25C6.04822 3.25 3.25 6.04822 3.25 9.5C3.25 12.9518 6.04822 15.75 9.5 15.75C12.9518 15.75 15.75 12.9518 15.75 9.5C15.75 6.04822 12.9518 3.25 9.5 3.25ZM0.75 9.5C0.75 4.66751 4.66751 0.75 9.5 0.75C14.3325 0.75 18.25 4.66751 18.25 9.5C18.25 14.3325 14.3325 18.25 9.5 18.25C4.66751 18.25 0.75 14.3325 0.75 9.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.2929 19.7071L14.2929 15.7071L15.7071 14.2929L19.7071 18.2929L18.2929 19.7071Z' fill='white'/%3E%3C/svg%3E");
    background-size: 20px auto;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1280px) {
      .type-category .body .pfSearchContainer .pf-search-icon-button:hover {
        background-size: 1.38889vw auto; } }
    @media screen and (max-width: 1023px) {
      .type-category .body .pfSearchContainer .pf-search-icon-button:hover {
        width: 100%;
        background-position: 45% center;
        background-size: 20px auto; } }
    @media screen and (max-width: 767px) {
      .type-category .body .pfSearchContainer .pf-search-icon-button:hover {
        width: 100%;
        background-position: 43% center;
        background-size: 20px auto; } }

.type-category #pfFloatingContainer.fullscreen.open #pf-heading, .type-category #pfFloatingContainer.fullscreen.open #pf-results-heading {
  font-family: "industrydemi", sans-serif !important;
  font-weight: normal !important;
  color: #000000 !important;
  font-size: 24px !important;
  padding: 20px !important; }
  @media screen and (min-width: 1280px) {
    .type-category #pfFloatingContainer.fullscreen.open #pf-heading, .type-category #pfFloatingContainer.fullscreen.open #pf-results-heading {
      font-size: 1.66667vw !important;
      padding: 1.38889vw !important; } }

.type-category #pfFloatingContainer.fullscreen.open #pf-upper-floating .pf-select {
  border: 1px solid #000000;
  height: 50px;
  padding: 10px 40px 10px 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.03033 5.43842L1.06066 0.46875L0 1.52941L6.03033 7.55974L12.0607 1.52941L11 0.46875L6.03033 5.43842Z' fill='black'/%3E%3C/svg%3E");
  background-size: 10px auto !important;
  background-position: right 20px center;
  background-repeat: no-repeat;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  font-family: "industrybook", sans-serif;
  color: #000000;
  background-color: #ffffff;
  -webkit-appearance: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }
  @media screen and (min-width: 1280px) {
    .type-category #pfFloatingContainer.fullscreen.open #pf-upper-floating .pf-select {
      background-size: 0.69444vw auto;
      background-position: right 1.38889vw center;
      padding: 0.69444vw 2.77778vw 0.69444vw 1.38889vw;
      font-size: 0.97222vw;
      line-height: 1.18056vw;
      height: 3.47222vw; } }

.type-category #pfFloatingContainer.fullscreen.open .pf-label {
  font-size: 18px;
  line-height: 22px;
  font-family: "industrydemi", sans-serif;
  color: #000000;
  text-align: left;
  margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .type-category #pfFloatingContainer.fullscreen.open .pf-label {
      font-size: 1.25vw;
      line-height: 1.52778vw;
      margin-bottom: 1.04167vw; } }

.type-category .pfSearchContainer.open.product-cards-results #pf-wrapper #pf-upper-floating #pf-heading {
  padding: 0;
  text-align: left; }

.type-category .pfSearchContainer.results-open #pf-reset-wrapper #pf-modify-button, .type-category .pfSearchContainer .pf-results-button {
  background: #000000;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 20px !important;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
  line-height: 16px; }
  @media screen and (min-width: 1280px) {
    .type-category .pfSearchContainer.results-open #pf-reset-wrapper #pf-modify-button, .type-category .pfSearchContainer .pf-results-button {
      font-size: 0.76389vw;
      padding: 0.97222vw 1.38889vw;
      height: 3.05556vw;
      line-height: 1.11111vw; } }
  .type-category .pfSearchContainer.results-open #pf-reset-wrapper #pf-modify-button:hover, .type-category .pfSearchContainer .pf-results-button:hover {
    background: #ED1C29;
    color: #ffffff;
    border: 0; }

.type-category .pfSearchContainer .pf-search-icon-wrapper .pfsearchicon {
  height: 15px; }
  @media screen and (min-width: 1280px) {
    .type-category .pfSearchContainer .pf-search-icon-wrapper .pfsearchicon {
      height: 1.04167vw; } }

.type-category .pfSearchContainer .pf-search-icon-text {
  padding-right: 0px; }

.type-category .pfSearchContainer .pf-search-icon-button {
  background: #ED1C29;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 20px;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
  line-height: 16px; }
  @media screen and (min-width: 1280px) {
    .type-category .pfSearchContainer .pf-search-icon-button {
      font-size: 0.76389vw;
      padding: 0.97222vw 1.38889vw;
      height: 3.05556vw;
      line-height: 1.11111vw; } }
  .type-category .pfSearchContainer .pf-search-icon-button:hover {
    background: #000000;
    color: #ffffff;
    border: 0; }

.type-category #pf-results-wrapper {
  padding-top: 20px; }
  @media screen and (min-width: 1280px) {
    .type-category #pf-results-wrapper {
      padding-top: 1.38889vw; } }

.type-category #pfFloatingContainer.fullscreen.open #pf-wrapper ul {
  margin: 0px;
  width: 100%; }

.type-category #pfFloatingContainer.open.fullscreen #pf-wrapper #pf-lower {
  margin-left: 20px;
  padding: 0 15px 20px;
  width: calc(72% - 20px); }
  @media screen and (min-width: 1280px) {
    .type-category #pfFloatingContainer.open.fullscreen #pf-wrapper #pf-lower {
      padding: 0 1.04167vw 1.38889vw;
      margin-left: 1.38889vw;
      width: calc(72% - 1.38889vw); } }
  @media screen and (max-width: 767px) {
    .type-category #pfFloatingContainer.open.fullscreen #pf-wrapper #pf-lower {
      width: 100%;
      margin-left: 0; } }

.type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-product-title {
  margin: 7px 0; }
  @media screen and (min-width: 1280px) {
    .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-product-title {
      margin: 0.48611vw 0; } }
  .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-product-title a {
    font-size: 13px;
    color: #000000;
    font-family: "industrydemi", sans-serif;
    font-weight: normal;
    text-align: left; }
    @media screen and (min-width: 1280px) {
      .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-product-title a {
        font-size: 0.90278vw; } }
    .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-product-title a:hover {
      color: #ED1C29; }

.type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-price {
  font-size: 13px;
  font-family: "Roboto Mono", sans-serif;
  font-weight: normal;
  color: #000000;
  font-weight: 500;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-price {
      font-size: 0.90278vw; } }

.type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-price-section {
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-price-section {
      margin-bottom: 0.69444vw; } }

.type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product .pf-product-details-container .pf-cta {
  background: #ED1C29;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 20px;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
  line-height: 16px; }
  @media screen and (min-width: 1280px) {
    .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product .pf-product-details-container .pf-cta {
      font-size: 0.76389vw;
      padding: 0.97222vw 1.38889vw;
      height: 3.05556vw;
      line-height: 1.11111vw; } }
  .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product .pf-product-details-container .pf-cta:hover {
    background: #000000;
    color: #ffffff;
    border: 0; }

.type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product {
  padding: 15px; }
  @media screen and (min-width: 1280px) {
    .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product {
      padding: 1.04167vw; } }
  .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product .pf-cta-wrapper {
    display: none; }

.type-category #pf-upper-floating #pf-search-fields-close {
  font-size: 30px; }
  @media screen and (min-width: 1280px) {
    .type-category #pf-upper-floating #pf-search-fields-close {
      font-size: 2.08333vw; } }

.type-category #pf-utility #pf-minimize {
  font-size: 30px; }
  @media screen and (min-width: 1280px) {
    .type-category #pf-utility #pf-minimize {
      font-size: 2.08333vw; } }

.navList-action.is-selected:hover .navList-action-close {
  display: none; }

.navList-action-close {
  display: none; }

#select2-sort-results li.select2-results__option.select2-results__option--highlighted {
  color: #ffffff; }

#product-listing-container [data-no-products-notification] {
  background: #ffffff;
  padding: 20px;
  margin-top: 50px; }
  @media screen and (min-width: 1280px) {
    #product-listing-container [data-no-products-notification] {
      padding: 1.38889vw;
      margin-top: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    #product-listing-container [data-no-products-notification] {
      margin-top: 0px; } }

@media screen and (max-width: 1023px) {
  #product-listing-container .actionBar {
    display: none; } }

.product-list-mobile-top-bar {
  display: none; }
  @media screen and (max-width: 1023px) {
    .product-list-mobile-top-bar {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-top: 1px solid #000000;
      border-bottom: 1px solid #000000;
      margin: 30px -20px 0px;
      padding: 0; } }
  .product-list-mobile-top-bar .actionBar {
    margin-bottom: 0; }
  .product-list-mobile-top-bar .mobile-filter-box {
    width: 50%;
    padding-right: 0;
    height: 50px; }
    .product-list-mobile-top-bar .mobile-filter-box .filter-by {
      padding: 16px 20px 15px;
      cursor: pointer;
      position: relative;
      font-size: 13px;
      font-family: "industrydemi", sans-serif;
      color: #000000;
      font-weight: normal; }
      .product-list-mobile-top-bar .mobile-filter-box .filter-by span {
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L6.5 6.5L1 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
        width: 13px;
        height: 8px;
        position: absolute;
        top: 21px;
        right: 20px;
        background-size: 13px auto;
        background-repeat: no-repeat;
        background-position: right center; }
    .product-list-mobile-top-bar .mobile-filter-box .filter-by.active {
      background: #292C31;
      color: #ffffff; }
      .product-list-mobile-top-bar .mobile-filter-box .filter-by.active span {
        transform: rotate(180deg);
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L6.5 6.5L1 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A"); }
  .product-list-mobile-top-bar .mobile-sort-box {
    width: 50%;
    padding: 11px 20px 11px;
    border-left: 1px solid #000000;
    height: 50px; }
    .product-list-mobile-top-bar .mobile-sort-box .actionBar-section {
      float: none;
      min-width: inherit; }
      .product-list-mobile-top-bar .mobile-sort-box .actionBar-section .form-label {
        display: none; }
      .product-list-mobile-top-bar .mobile-sort-box .actionBar-section .form-select {
        width: 100%;
        max-width: 100%;
        font-size: 13px;
        font-family: "industrydemi", sans-serif;
        color: #000000;
        font-weight: normal;
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 1L6.5 6.5L1 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
        background-size: 13px 8px;
        background-repeat: no-repeat;
        background-position: right center; }

@media only screen and (max-width: 1023px) {
  .facetedSearch-refineFilters {
    display: block; } }

@media only screen and (max-width: 1023px) {
  .facetedSearch-toggle {
    display: none; } }

@media only screen and (max-width: 1023px) {
  .facetedSearch-navList {
    display: block; } }

@media only screen and (max-width: 1023px) {
  .accordion-navigation {
    border: 0px;
    padding: 0px; } }

@media only screen and (max-width: 1023px) {
  .accordion {
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; } }

@media only screen and (max-width: 1023px) {
  .accordion--navList .accordion-title {
    padding: 0px; } }

@media only screen and (max-width: 1023px) {
  .accordion--navList .accordion-content {
    padding: 0px; } }

.pagination-list {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .pagination-list {
      margin-bottom: 0px; } }
  @media only screen and (max-width: 767px) {
    .pagination-list li.pagination-item {
      display: none; } }
  @media only screen and (max-width: 767px) {
    .pagination-list li.pagination-item-mobile {
      display: block;
      position: absolute;
      width: 100%;
      left: 0;
      top: 40px;
      border: 0;
      text-align: center;
      font-size: 14px;
      color: #000000;
      font-family: "Roboto Mono", sans-serif;
      font-weight: 500;
      line-height: 40px; } }
  @media only screen and (max-width: 767px) {
    .pagination-list li.pagination-item--next, .pagination-list li.pagination-item--previous {
      display: block; } }
  @media only screen and (max-width: 767px) {
    .pagination-list li.pagination-item--previous {
      float: left;
      position: relative;
      z-index: 9; } }
  @media only screen and (max-width: 767px) {
    .pagination-list li.pagination-item--next {
      float: right; } }

#pf-upper-floating #pf-search-fields-close {
  display: none !important; }

.type-category #pfFloatingContainer.open.product-cards-results #pf-utility #pf-minimize:hover {
  color: #ED1C29; }

.accordion--navList .navList-action.is-selected {
  color: #ffffff; }

.accordion--navList .navList-action span {
  float: right;
  padding-right: 20px;
  display: none; }
  @media screen and (min-width: 1280px) {
    .accordion--navList .navList-action span {
      padding-right: 1.38889vw; } }

@media screen and (max-width: 1279px) {
  #pfAnchoredContainer #pf-wrapper #pf-upper-floating, #pfFloatingContainer.open.fullscreen #pf-wrapper #pf-upper-floating, #pfFloatingContainer.open.product-cards-results #pf-wrapper #pf-upper-floating {
    max-width: 27%; } }

#pfFloatingContainer.fullscreen #pf-reset-wrapper .pf-results-button, #pfFloatingContainer.product-cards-results #pf-reset-wrapper .pf-results-button {
  margin-right: 5px; }
  @media screen and (min-width: 1280px) {
    #pfFloatingContainer.fullscreen #pf-reset-wrapper .pf-results-button, #pfFloatingContainer.product-cards-results #pf-reset-wrapper .pf-results-button {
      margin-right: 0.34722vw; } }
  @media screen and (max-width: 767px) {
    #pfFloatingContainer.fullscreen #pf-reset-wrapper .pf-results-button, #pfFloatingContainer.product-cards-results #pf-reset-wrapper .pf-results-button {
      padding: 0 20px; } }

.actionBar .actionBar-section .form-field .form-select + .select2-container {
  max-width: 130px; }
  @media screen and (min-width: 1280px) {
    .actionBar .actionBar-section .form-field .form-select + .select2-container {
      max-width: 9.02778vw; } }
  @media screen and (max-width: 1279px) {
    .actionBar .actionBar-section .form-field .form-select + .select2-container {
      max-width: 100%; } }

.pfSearchContainer .pf-searching {
  display: none !important; }

#pfFloatingContainer.open.fullscreen #pf-wrapper #pf-upper-floating .pfSearchContainer .pf-search-icon-wrapper.show {
  text-align: left !important; }

#pfFloatingContainer.open.fullscreen #pf-wrapper #pf-upper-floating #pf-heading {
  padding-left: 0px !important; }

#pfFloatingContainer.open.fullscreen #pf-wrapper #pf-upper-floating .pf-selection-wrapper {
  flex: inherit !important;
  margin: 0 auto 20px !important; }
  @media screen and (min-width: 1280px) {
    #pfFloatingContainer.open.fullscreen #pf-wrapper #pf-upper-floating .pf-selection-wrapper {
      margin-bottom: 1.38889vw !important; } }

.type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product {
  width: 31.33%; }
  @media screen and (max-width: 1023px) {
    .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product {
      width: 50%; } }
  @media screen and (max-width: 767px) {
    .type-category .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product {
      width: 100%; } }

#pfFloatingContainer.open.product-cards-results #pf-utility #pf-minimize {
  width: 38px;
  height: 38px;
  color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 12.9497L1.05023 1' stroke='black' stroke-width='2'/%3E%3Cpath d='M12.9496 1.00015L0.999939 12.9496' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  display: block; }
  @media screen and (min-width: 1280px) {
    #pfFloatingContainer.open.product-cards-results #pf-utility #pf-minimize {
      width: 2.63889vw;
      height: 2.63889vw;
      background-size: 0.83333vw 0.83333vw; } }
  #pfFloatingContainer.open.product-cards-results #pf-utility #pf-minimize:hover {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 12.9497L1.05023 1' stroke='%23ED1C29' stroke-width='2'/%3E%3Cpath d='M12.9496 1.00015L0.999939 12.9496' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center; }

.facetedSearch-toggle + .facetedSearch-navList {
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .facetedSearch-toggle + .facetedSearch-navList {
      margin-top: 1.38889vw; } }

.type-category #pfFloatingContainer.fullscreen.open #pf-reset-wrapper {
  flex: auto;
  padding-top: 10px; }

.type-category #pfFloatingContainer.fullscreen.open #pf-results-heading {
  text-align: left;
  padding-left: 0 !important; }
  @media screen and (max-width: 767px) {
    .type-category #pfFloatingContainer.fullscreen.open #pf-results-heading {
      text-align: center;
      padding-right: 0px !important; } }

.type-category #pfFloatingContainer.fullscreen.open .pf-search-icon-wrapper.show {
  text-align: left; }
  .type-category #pfFloatingContainer.fullscreen.open .pf-search-icon-wrapper.show .pf-label {
    display: none; }

.type-category #pfFloatingContainer.fullscreen.open #pf-wrapper {
  padding: 0px 30px 0px;
  background: #ffffff; }
  @media screen and (min-width: 1280px) {
    .type-category #pfFloatingContainer.fullscreen.open #pf-wrapper {
      padding: 0 2.08333vw 0; } }

#pfFloatingContainer.fullscreen.open #pf-reset-wrapper {
  flex: auto; }

#pfFloatingContainer.fullscreen.open #pf-results-heading {
  text-align: left !important;
  padding-left: 0 !important; }
  @media screen and (max-width: 767px) {
    #pfFloatingContainer.fullscreen.open #pf-results-heading {
      text-align: center;
      padding-right: 0px !important; } }

#pfFloatingContainer.fullscreen.open .pf-search-icon-wrapper.show {
  text-align: left; }
  #pfFloatingContainer.fullscreen.open .pf-search-icon-wrapper.show .pf-label {
    display: none; }

#pfFloatingContainer.fullscreen.open #pf-wrapper {
  padding: 10px 30px 20px;
  background: #ffffff; }
  @media screen and (min-width: 1280px) {
    #pfFloatingContainer.fullscreen.open #pf-wrapper {
      padding: 0.69444vw 2.08333vw 0.69444vw; } }

#pfFloatingContainer.fullscreen.open .pf-search-icon-button {
  background: #ED1C29 !important;
  height: 44px !important;
  border-radius: 0px !important;
  padding: 14px 20px !important;
  font-family: "Roboto Mono", sans-serif !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  border: 0 !important;
  font-size: 11px !important;
  vertical-align: middle !important;
  text-align: center !important;
  line-height: 16px !important; }
  @media screen and (min-width: 1280px) {
    #pfFloatingContainer.fullscreen.open .pf-search-icon-button {
      font-size: 0.76389vw !important;
      padding: 0.97222vw 1.38889vw !important;
      height: 3.05556vw !important;
      line-height: 1.11111vw !important; } }
  #pfFloatingContainer.fullscreen.open .pf-search-icon-button:hover {
    background: #000000 !important;
    color: #ffffff !important;
    border: 0 !important; }

#pfFloatingContainer.fullscreen.open #pf-upper-floating .pf-select {
  border: 1px solid #000000 !important;
  height: 50px !important;
  padding: 10px 40px 10px 20px !important;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.03033 5.43842L1.06066 0.46875L0 1.52941L6.03033 7.55974L12.0607 1.52941L11 0.46875L6.03033 5.43842Z' fill='black'/%3E%3C/svg%3E") !important;
  background-size: 10px auto !important;
  background-position: right 20px center !important;
  background-repeat: no-repeat !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 17px !important;
  font-family: "industrybook", sans-serif !important;
  color: #000000 !important;
  background-color: #ffffff !important;
  -webkit-appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important; }
  @media screen and (min-width: 1280px) {
    #pfFloatingContainer.fullscreen.open #pf-upper-floating .pf-select {
      background-size: 0.69444vw auto !important;
      background-position: right 1.38889vw center !important;
      padding: 0.69444vw 2.77778vw 0.69444vw 1.38889vw !important;
      font-size: 0.97222vw !important;
      line-height: 1.18056vw !important;
      height: 3.47222vw !important; } }

#pfFloatingContainer.fullscreen.open .pf-label {
  font-size: 18px !important;
  line-height: 22px !important;
  font-family: "industrydemi", sans-serif !important;
  color: #000000 !important;
  text-align: left !important;
  margin-bottom: 15px !important; }
  @media screen and (min-width: 1280px) {
    #pfFloatingContainer.fullscreen.open .pf-label {
      font-size: 1.25vw !important;
      line-height: 1.52778vw !important;
      margin-bottom: 1.04167vw !important; } }

#pfFloatingContainer.fullscreen.open #pf-heading, #pfFloatingContainer.fullscreen.open #pf-results-heading {
  font-family: "industrydemi", sans-serif !important;
  font-weight: normal !important;
  color: #000000 !important;
  font-size: 24px !important;
  padding: 20px !important;
  text-align: left !important; }
  @media screen and (min-width: 1280px) {
    #pfFloatingContainer.fullscreen.open #pf-heading, #pfFloatingContainer.fullscreen.open #pf-results-heading {
      font-size: 1.66667vw !important;
      padding: 1.38889vw !important; } }

.pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product {
  width: 33.33% !important; }
  @media screen and (max-width: 1023px) {
    .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product {
      width: 50% !important; } }
  @media screen and (max-width: 767px) {
    .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product {
      width: 100% !important; } }

#pfFloatingContainer.fullscreen.open #pf-wrapper ul {
  margin: 0 !important;
  width: 100% !important; }

#pfFloatingContainer.open.fullscreen #pf-wrapper #pf-lower {
  margin-left: 20px !important;
  padding: 0 15px 20px !important;
  width: calc(72% - 20px) !important; }
  @media screen and (min-width: 1280px) {
    #pfFloatingContainer.open.fullscreen #pf-wrapper #pf-lower {
      padding: 0 1.04167vw 1.38889vw !important;
      margin-left: 1.38889vw !important;
      width: calc(72% - 1.38889vw) !important; } }
  @media screen and (max-width: 767px) {
    #pfFloatingContainer.open.fullscreen #pf-wrapper #pf-lower {
      width: 100% !important;
      margin-left: 0 !important; } }

#pfFloatingContainer.fullscreen.open #pf-results-heading {
  padding-left: 0px !important; }

.pfSearchContainer.product-cards-results #pf-results-wrapper .pf-product-title {
  margin: 7px 0 !important; }
  @media screen and (min-width: 1280px) {
    .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-product-title {
      margin: 0.48611vw 0 !important; } }
  .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-product-title a {
    font-size: 13px !important;
    color: #000000 !important;
    font-family: "industrydemi", sans-serif !important;
    font-weight: normal !important;
    text-align: left !important; }
    @media screen and (min-width: 1280px) {
      .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-product-title a {
        font-size: 0.90278vw !important; } }
    .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-product-title a:hover {
      color: #ED1C29 !important; }

.pfSearchContainer.product-cards-results #pf-results-wrapper .pf-price {
  font-size: 13px !important;
  font-family: "Roboto Mono", sans-serif !important;
  font-weight: normal !important;
  color: #000000 !important;
  font-weight: 500 !important;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-price {
      font-size: 0.90278vw !important; } }

.pfSearchContainer.product-cards-results #pf-results-wrapper .pf-price-section {
  margin-bottom: 10px !important; }
  @media screen and (min-width: 1280px) {
    .pfSearchContainer.product-cards-results #pf-results-wrapper .pf-price-section {
      margin-bottom: 0.69444vw !important; } }

.pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product .pf-product-details-container .pf-cta {
  background: #ED1C29 !important;
  height: 44px !important;
  border-radius: 0px !important;
  padding: 14px 20px !important;
  font-family: "Roboto Mono", sans-serif !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  border: 0 !important;
  font-size: 11px !important;
  vertical-align: middle !important;
  text-align: center !important;
  line-height: 16px !important; }
  @media screen and (min-width: 1280px) {
    .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product .pf-product-details-container .pf-cta {
      font-size: 0.76389vw !important;
      padding: 0.97222vw 1.38889vw !important;
      height: 3.05556vw !important;
      line-height: 1.11111vw !important; } }
  .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product .pf-product-details-container .pf-cta:hover {
    background: #000000 !important;
    color: #ffffff !important;
    border: 0 !important; }

.pfSearchContainer.results-open #pf-reset-wrapper #pf-modify-button, .pfSearchContainer .pf-results-button {
  background: #000000 !important;
  height: 44px !important;
  border-radius: 0px !important;
  padding: 14px 20px !important;
  font-family: "Roboto Mono", sans-serif !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  border: 0 !important;
  font-size: 11px !important;
  vertical-align: middle !important;
  text-align: center !important;
  line-height: 16px !important; }
  @media screen and (min-width: 1280px) {
    .pfSearchContainer.results-open #pf-reset-wrapper #pf-modify-button, .pfSearchContainer .pf-results-button {
      font-size: 0.76389vw !important;
      padding: 0.97222vw 1.38889vw !important;
      height: 3.05556vw !important;
      line-height: 1.11111vw !important; } }
  .pfSearchContainer.results-open #pf-reset-wrapper #pf-modify-button:hover, .pfSearchContainer .pf-results-button:hover {
    background: #ED1C29 !important;
    color: #ffffff !important;
    border: 0 !important; }

.pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product .pf-cta-wrapper {
  display: none !important; }

#pfFloatingContainer.fullscreen.open .pf-search-icon-button .pfsearchicon {
  display: none !important; }

#pfFloatingContainer.open.fullscreen #pf-wrapper #pf-lower {
  padding-left: 40px !important; }
  @media screen and (min-width: 1280px) {
    #pfFloatingContainer.open.fullscreen #pf-wrapper #pf-lower {
      padding-left: 2.77778vw !important; } }
  @media screen and (max-width: 767px) {
    #pfFloatingContainer.open.fullscreen #pf-wrapper #pf-lower {
      padding-left: 15px !important; } }

#pfFloatingContainer.open.fullscreen #pf-wrapper #pf-upper-floating:before {
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  background: #8e8e8e;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -30px;
  z-index: 1; }
  @media screen and (min-width: 1280px) {
    #pfFloatingContainer.open.fullscreen #pf-wrapper #pf-upper-floating:before {
      right: -2.08333vw; } }

.pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product {
  padding: 15px !important; }
  @media screen and (min-width: 1280px) {
    .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product {
      padding: 1.04167vw !important; } }

.pfSearchContainer.product-cards-results #pf-results-wrapper .pf-price {
  text-align: left !important;
  color: #3f3f3f !important; }

#pf-utility {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  width: 40px !important;
  height: 40px !important;
  background: #ffffff;
  border: 1px solid #fff !important;
  box-shadow: 0 0 2px #b8b8b8 !important; }
  @media screen and (min-width: 1280px) {
    #pf-utility {
      right: -1.38889vw !important;
      top: -1.38889vw !important;
      width: 2.77778vw !important;
      height: 2.77778vw !important; } }

.pfSearchContainer .pf-search-icon-text {
  padding-right: 0px !important; }

#pf-wrapper #pf-footer {
  display: none !important; }

@media screen and (min-width: 1600px) {
  #pfFloatingContainer.pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product:nth-of-type(3n+0) {
    margin-right: 14px; } }

.brandGrid {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .brandGrid .brand {
    width: 20%;
    padding: 0;
    height: auto;
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .brandGrid .brand {
        width: 25%; } }
    @media screen and (max-width: 767px) {
      .brandGrid .brand {
        width: 33.33%; } }
    @media screen and (max-width: 567px) {
      .brandGrid .brand {
        width: 50%; } }
    .brandGrid .brand .card {
      padding: 15px;
      border: 1px solid #dddddd;
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      min-height: 100%;
      margin: 0px -1px 0px 0;
      background: #ffffff;
      border-bottom: 0px; }
      @media screen and (min-width: 1280px) {
        .brandGrid .brand .card {
          padding: 1.04167vw; } }
      .brandGrid .brand .card .card-figure {
        padding: 0; }
      .brandGrid .brand .card .card-img-container {
        max-width: 100%; }
        .brandGrid .brand .card .card-img-container:after {
          padding-bottom: 100%; }
      .brandGrid .brand .card:after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        background: #dddddd;
        height: 1px; }
      .brandGrid .brand .card:hover {
        border-color: #000000;
        z-index: 1; }
        .brandGrid .brand .card:hover:after {
          background: #000000; }
        .brandGrid .brand .card:hover .card-title > a {
          color: #ED1C29; }

.type-brand .cat-top-banner .banner-text .ca-title-row {
  flex-wrap: wrap; }
  .type-brand .cat-top-banner .banner-text .ca-title-row .col1 {
    /*width: 100%;*/ }

.type-brand .cat-top-banner .banner-text .ca-title-row .col2 {
  padding-top: 0; }
  .type-brand .cat-top-banner .banner-text .ca-title-row .col2 .brand-image-container {
    background: #ffffff;
    max-width: 150px;
    max-height: 150px;
    background: #ffffff;
    padding: 15px; }
    @media screen and (min-width: 1280px) {
      .type-brand .cat-top-banner .banner-text .ca-title-row .col2 .brand-image-container {
        max-width: 10.41667vw;
        max-height: 10.41667vw;
        padding: 1.04167vw; } }

.type-brands .body {
  padding-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .type-brands .body {
      padding-bottom: 5.55556vw; } }
  @media screen and (max-width: 1023px) {
    .type-brands .body {
      padding-bottom: 60px; } }

.type-brand .cat-top-banner {
  height: auto; }
  .type-brand .cat-top-banner .banner-text {
    position: relative; }
    .type-brand .cat-top-banner .banner-text .ca-title-row {
      padding-bottom: 60px; }
      @media screen and (min-width: 1280px) {
        .type-brand .cat-top-banner .banner-text .ca-title-row {
          padding-bottom: 4.16667vw; } }
      @media screen and (max-width: 1023px) {
        .type-brand .cat-top-banner .banner-text .ca-title-row {
          padding-bottom: 20px; } }

.productView-images .productView-image + .productView-thumbnails .productView-thumbnail.slick-current .productView-thumbnail-link {
  border: 1px solid #ED1C29; }

.type-search .cat-top-banner {
  margin-bottom: 0;
  height: 244px; }
  @media screen and (min-width: 1280px) {
    .type-search .cat-top-banner {
      height: 16.94444vw; } }
  @media screen and (max-width: 767px) {
    .type-search .cat-top-banner {
      height: 280px; } }
  .type-search .cat-top-banner .img-banner img {
    height: 244px; }
    @media screen and (min-width: 1280px) {
      .type-search .cat-top-banner .img-banner img {
        height: 16.94444vw; } }
    @media screen and (max-width: 767px) {
      .type-search .cat-top-banner .img-banner img {
        height: 280px; } }
  .type-search .cat-top-banner .banner-text .ca-title-row {
    padding-top: 0; }
    .type-search .cat-top-banner .banner-text .ca-title-row .pro-show {
      padding-bottom: 20px;
      padding-top: 15px;
      margin-top: 0; }
      @media screen and (min-width: 1280px) {
        .type-search .cat-top-banner .banner-text .ca-title-row .pro-show {
          padding-bottom: 1.38889vw;
          padding-top: 1.04167vw; } }
      .type-search .cat-top-banner .banner-text .ca-title-row .pro-show em {
        font-style: normal;
        text-transform: capitalize; }
      .type-search .cat-top-banner .banner-text .ca-title-row .pro-show span {
        display: none; }
    .type-search .cat-top-banner .banner-text .ca-title-row .col1 {
      width: 100%;
      text-align: center;
      padding-right: 0; }
      .type-search .cat-top-banner .banner-text .ca-title-row .col1 h1.page-heading {
        text-align: center;
        font-family: "industrybook", sans-serif;
        margin-bottom: 0px; }
        .type-search .cat-top-banner .banner-text .ca-title-row .col1 h1.page-heading span + span {
          font-family: "industrymedium", sans-serif;
          text-transform: capitalize; }
        .type-search .cat-top-banner .banner-text .ca-title-row .col1 h1.page-heading em {
          display: none; }

.type-search .page-sidebar {
  padding-top: 80px; }
  @media screen and (min-width: 1280px) {
    .type-search .page-sidebar {
      padding-top: 5.55556vw; } }

.type-search .actionBar {
  padding-top: 30px; }
  @media screen and (min-width: 1280px) {
    .type-search .actionBar {
      padding-top: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .type-search .actionBar {
      padding-top: 0; } }

.type-search .panel--large .panel-body {
  display: none; }

.type-search .navBar--sub .navBar-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .type-search .navBar--sub .navBar-section li {
    margin: 0;
    margin-left: -1px; }
    .type-search .navBar--sub .navBar-section li a {
      display: block;
      border: 1px solid #ffffff;
      color: #ffffff;
      height: 40px;
      padding: 10px;
      min-width: 160px;
      text-align: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      font-size: 11px;
      font-family: "Roboto Mono", sans-serif;
      font-weight: 500;
      text-transform: uppercase; }
      @media screen and (min-width: 1280px) {
        .type-search .navBar--sub .navBar-section li a {
          font-size: 0.76389vw;
          height: 2.77778vw;
          padding: 0.69444vw;
          min-width: 11.11111vw; } }
      @media screen and (max-width: 767px) {
        .type-search .navBar--sub .navBar-section li a {
          min-width: inherit;
          padding: 10px 15px; } }
      .type-search .navBar--sub .navBar-section li a:hover {
        background: #ffffff;
        color: #000000; }
    .type-search .navBar--sub .navBar-section li .navBar-action-color--active {
      background: #ffffff;
      color: #000000; }
      .type-search .navBar--sub .navBar-section li .navBar-action-color--active:hover {
        background: none;
        color: #ffffff; }

.type-search .body .navBar--sub .navBar-section .navBar-item .navBar-action {
  font-family: "Roboto Mono", sans-serif;
  color: #ffffff;
  font-size: 11px;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  text-transform: uppercase; }
  @media screen and (min-width: 1280px) {
    .type-search .body .navBar--sub .navBar-section .navBar-item .navBar-action {
      font-size: 0.76389vw; } }
  .type-search .body .navBar--sub .navBar-section .navBar-item .navBar-action:hover {
    background: #ffffff;
    color: #000000; }

.page-sidebar.u-hiddenVisually + .page-content {
  width: 100%; }

.page-sidebar.u-hidden + .page-content {
  background: none;
  padding: 0;
  /*width: 100%;*/ }
  @media screen and (min-width: 1280px) {
    .page-sidebar.u-hidden + .page-content {
      /*padding: 0 get-vw(60px) get-vw(60px);*/ } }
  @media screen and (max-width: 1023px) {
    .page-sidebar.u-hidden + .page-content {
      padding: 0px; } }
  @media screen and (max-width: 1023px) {
    .page-sidebar.u-hidden + .page-content .actionBar {
      display: none; } }
  .page-sidebar.u-hidden + .page-content ul {
    margin-left: 0;
    font-family: "industrymedium", sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
    background: #ffffff;
    padding: 30px 0 0 30px;
    padding-right: 0px; }
    @media screen and (min-width: 1280px) {
      .page-sidebar.u-hidden + .page-content ul {
        font-size: 1.11111vw;
        padding: 2.08333vw 0 0 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .page-sidebar.u-hidden + .page-content ul {
        padding-left: 0px;
        padding-top: 20px; } }
    .page-sidebar.u-hidden + .page-content ul strong a {
      font-family: "industrydemi", sans-serif;
      font-size: 16px;
      color: #ED1C29;
      font-weight: normal;
      margin-right: 5px; }
      @media screen and (min-width: 1280px) {
        .page-sidebar.u-hidden + .page-content ul strong a {
          font-size: 1.11111vw;
          margin-right: 0.34722vw; } }
    .page-sidebar.u-hidden + .page-content ul strong:hover {
      color: #ED1C29;
      text-decoration: underline; }
    .page-sidebar.u-hidden + .page-content ul p {
      margin-top: 20px; }
      @media screen and (min-width: 1280px) {
        .page-sidebar.u-hidden + .page-content ul p {
          margin-top: 1.38889vw; } }

.type-search .cat-top-banner .banner-text ol.breadcrumbs {
  padding-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .type-search .cat-top-banner .banner-text ol.breadcrumbs {
      padding-bottom: 0.69444vw; } }

.type-search .body > .container .page-sidebar.u-hidden {
  display: none !important; }

.type-search .body > .container .page-sidebar.u-hidden + .page-content {
  width: 100%; }

.page-sidebar.u-hidden + .page-content ul {
  padding: 0px; }

.productCarousel {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-top: 0px solid #dddddd;
  border-left: 0px solid #dddddd; }
  .productCarousel .slick-track {
    margin-left: 0; }
  @media screen and (max-width: 767px) {
    .productCarousel .slick-list {
      padding-left: 0 !important; } }
  .productCarousel .slick-next, .productCarousel .slick-prev {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 0;
    top: -60px;
    margin-top: 0; }
    @media screen and (min-width: 1280px) {
      .productCarousel .slick-next, .productCarousel .slick-prev {
        width: 2.77778vw;
        height: 2.77778vw;
        top: -4.16667vw; } }
    @media screen and (max-width: 1023px) {
      .productCarousel .slick-next, .productCarousel .slick-prev {
        top: -40px; } }
    .productCarousel .slick-next:before, .productCarousel .slick-prev:before {
      display: none; }
    .productCarousel .slick-next .carousel-tooltip, .productCarousel .slick-prev .carousel-tooltip {
      display: none !important; }
    .productCarousel .slick-next:hover, .productCarousel .slick-prev:hover {
      background-color: #ED1C29;
      border-color: #ED1C29; }
  .productCarousel .slick-prev {
    right: 40px;
    left: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.40992 10.5356L1.93952 5.94614L6.52901 1.47575L7.57564 2.55026L4.82045 5.23395L10.0093 5.30216L9.98963 6.80203L4.80074 6.73382L7.48443 9.489L6.40992 10.5356Z' fill='black'/%3E%3C/svg%3E%0A");
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1280px) {
      .productCarousel .slick-prev {
        right: 2.77778vw;
        background-size: 0.83333vw 0.83333vw; } }
    .productCarousel .slick-prev:hover {
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.40992 10.5356L1.93952 5.94614L6.52901 1.47575L7.57564 2.55026L4.82045 5.23395L10.0093 5.30216L9.98963 6.80203L4.80074 6.73382L7.48443 9.489L6.40992 10.5356Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .productCarousel .slick-next {
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.53033 0.46875L9.06066 4.99908L4.53033 9.52941L3.46967 8.46875L6.18934 5.74908H1V4.24908H6.18934L3.46967 1.52941L4.53033 0.46875Z' fill='black'/%3E%3C/svg%3E%0A");
    background-size: 10px 10px;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1280px) {
      .productCarousel .slick-next {
        background-size: 0.69444vw 0.69444vw; } }
    .productCarousel .slick-next:hover {
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.53033 0.46875L9.06066 4.99908L4.53033 9.52941L3.46967 8.46875L6.18934 5.74908H1V4.24908H6.18934L3.46967 1.52941L4.53033 0.46875Z' fill='white'/%3E%3C/svg%3E%0A"); }
  .productCarousel .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .productCarousel .productCarousel-slide {
    padding: 0;
    background: #ffffff;
    border-bottom: 0px solid #dddddd;
    border-right: 0px solid #dddddd;
    height: auto;
    float: none;
    position: relative;
    padding: 0;
    width: 25%;
    margin-left: -1px; }
    .productCarousel .productCarousel-slide:hover {
      z-index: 1; }
    .productCarousel .productCarousel-slide:after {
      content: "";
      height: 100%;
      min-width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0px;
      right: 0px;
      border: 1px solid #dddddd;
      opacity: 1; }
    @media screen and (max-width: 767px) {
      .productCarousel .productCarousel-slide .card-body {
        text-align: left; } }
    .productCarousel .productCarousel-slide .card-body p.card-text {
      display: none; }
    .productCarousel .productCarousel-slide .card {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      height: 100%;
      position: relative;
      z-index: 1;
      padding: 25px 25px 15px;
      margin: 0; }
      @media screen and (min-width: 1280px) {
        .productCarousel .productCarousel-slide .card {
          padding: 1.73611vw 1.73611vw 1.04167vw; } }
      @media screen and (max-width: 767px) {
        .productCarousel .productCarousel-slide .card {
          padding: 15px 15px 10px; } }
      .productCarousel .productCarousel-slide .card p.card-text {
        display: none; }
      .productCarousel .productCarousel-slide .card .card-body {
        padding: 0px;
        flex: 1 auto; }
        @media screen and (max-width: 767px) {
          .productCarousel .productCarousel-slide .card .card-body {
            text-align: left; } }
      .productCarousel .productCarousel-slide .card div.card-text {
        font-size: 13px;
        font-family: "Roboto Mono", sans-serif;
        font-weight: 500;
        color: #3f3f3f; }
        @media screen and (min-width: 1280px) {
          .productCarousel .productCarousel-slide .card div.card-text {
            font-size: 0.90278vw; } }
        .productCarousel .productCarousel-slide .card div.card-text .price-section {
          display: inline-block;
          width: auto; }
      .productCarousel .productCarousel-slide .card .card-img-container:after {
        padding-bottom: 100%; }
      .productCarousel .productCarousel-slide .card .btn-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .productCarousel .productCarousel-slide .card .btn-row .col1 {
          width: 60%; }
          .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__text {
            display: none !important; }
          .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on {
            padding-right: 2px !important;
            height: 15px;
            width: 15px;
            display: block !important;
            float: left; }
            @media screen and (min-width: 1280px) {
              .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on {
                padding-right: 0.13889vw !important;
                height: 1.04167vw;
                width: 1.04167vw; } }
            @media screen and (max-width: 767px) {
              .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on {
                height: 12px !important;
                width: 12px !important; } }
            .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on .jdgm-prev-badge__stars {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center; }
            .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on:before {
              content: "" !important;
              background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5L7.95934 4.99139H12.6819L8.86126 7.76722L10.3206 12.2586L6.5 9.48278L2.6794 12.2586L4.13874 7.76722L0.318133 4.99139H5.04066L6.5 0.5Z' fill='%23ED1C29'/%3E%3C/svg%3E%0A") !important;
              background-size: 13px auto !important;
              background-repeat: no-repeat !important;
              display: block;
              float: left;
              margin-top: 1px;
              height: 16px !important;
              width: 16px !important; }
              @media screen and (min-width: 1280px) {
                .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on:before {
                  background-size: 0.90278vw auto !important;
                  margin-top: 0.06944vw; } }
              @media screen and (max-width: 767px) {
                .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on:before {
                  height: 10px !important;
                  width: 10px !important;
                  background-size: 10px auto !important; } }
          .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--off {
            padding-right: 2px !important;
            height: 15px;
            width: 15px;
            display: block !important;
            float: left; }
            @media screen and (min-width: 1280px) {
              .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--off {
                padding-right: 0.13889vw !important;
                height: 1.04167vw;
                width: 1.04167vw; } }
            @media screen and (max-width: 767px) {
              .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--off {
                height: 12px !important;
                width: 12px !important; } }
            .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--off .jdgm-prev-badge__stars {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center; }
            .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--off:before {
              content: "" !important;
              background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_110_7)'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M8.99994 1L11.0206 7.21885H17.5594L12.2694 11.0623L14.29 17.2812L8.99994 13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885H6.97931L8.99994 1Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0206 7.21885L8.99994 1L6.97931 7.21885H0.44043L5.7305 11.0623L3.70987 17.2812L8.99994 13.4377L14.29 17.2812L12.2694 11.0623L17.5594 7.21885H11.0206ZM15.0696 8.02784H10.4328L8.99994 3.61794L7.56708 8.02784H2.93024L6.68152 10.7533L5.24866 15.1632L8.99994 12.4377L12.7512 15.1632L11.3184 10.7533L15.0696 8.02784Z' fill='%23ED1C29'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_110_7'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
              background-size: 13px auto !important;
              background-repeat: no-repeat !important;
              display: block;
              float: left;
              height: 13px !important;
              width: 13px !important; }
              @media screen and (min-width: 1280px) {
                .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--off:before {
                  height: 0.90278vw !important;
                  width: 0.90278vw !important;
                  background-size: 0.90278vw auto !important; } }
              @media screen and (max-width: 767px) {
                .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--off:before {
                  background-size: 10px auto !important; } }
          .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half {
            padding-right: 2px !important;
            height: 15px;
            width: 15px;
            display: block !important;
            float: left; }
            @media screen and (min-width: 1280px) {
              .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half {
                padding-right: 0.13889vw !important;
                height: 1.04167vw;
                width: 1.04167vw; } }
            .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half .jdgm-prev-badge__stars {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center; }
            .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half:before {
              content: "" !important;
              background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_110_7)'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M8.99994 1L11.0206 7.21885H17.5594L12.2694 11.0623L14.29 17.2812L8.99994 13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885H6.97931L8.99994 1Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0206 7.21885L8.99994 1L6.97931 7.21885H0.44043L5.7305 11.0623L3.70987 17.2812L8.99994 13.4377L14.29 17.2812L12.2694 11.0623L17.5594 7.21885H11.0206ZM15.0696 8.02784H10.4328L8.99994 3.61794L7.56708 8.02784H2.93024L6.68152 10.7533L5.24866 15.1632L8.99994 12.4377L12.7512 15.1632L11.3184 10.7533L15.0696 8.02784Z' fill='%23ED1C29'/%3E%3Cpath d='M8.99994 1V13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885L6.97931 7.21885L8.99994 1Z' fill='%23ED1C29'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_110_7'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
              background-size: 13px auto !important;
              background-repeat: no-repeat !important;
              display: block;
              float: left;
              height: 13px !important;
              width: 13px !important; }
              @media screen and (min-width: 1280px) {
                .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half:before {
                  height: 0.90278vw !important;
                  width: 0.90278vw !important;
                  background-size: 0.90278vw auto !important; } }
              @media screen and (max-width: 767px) {
                .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half:before {
                  background-size: 10px auto !important; } }
          .productCarousel .productCarousel-slide .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__text {
            display: none !important; }
        .productCarousel .productCarousel-slide .card .btn-row .col2 {
          width: 40%;
          text-align: right; }
          .productCarousel .productCarousel-slide .card .btn-row .col2 .card-figcaption-button {
            padding: 0;
            margin: 0 0 0 auto;
            border: 0;
            background: none;
            opacity: 0;
            height: auto;
            transition: opacity .5s ease-out; }
            @media screen and (max-width: 1023px) {
              .productCarousel .productCarousel-slide .card .btn-row .col2 .card-figcaption-button {
                display: none; } }
            .productCarousel .productCarousel-slide .card .btn-row .col2 .card-figcaption-button svg {
              width: 16px;
              height: 16px;
              fill: #000000;
              transition: opacity .8s ease-in; }
              @media screen and (min-width: 1280px) {
                .productCarousel .productCarousel-slide .card .btn-row .col2 .card-figcaption-button svg {
                  height: 1.11111vw;
                  width: 1.11111vw; } }
              .productCarousel .productCarousel-slide .card .btn-row .col2 .card-figcaption-button svg:hover {
                fill: #ED1C29; }
    .productCarousel .productCarousel-slide:hover:after {
      opacity: 1;
      border-color: #000000; }
    .productCarousel .productCarousel-slide:hover .btn-row .col2 .card-figcaption-button {
      opacity: 1; }

.productGrid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  border-top: 0px solid #dddddd;
  border-left: 0px solid #dddddd;
  margin: 0; }
  .productGrid .product {
    border-bottom: 0px solid #dddddd;
    border-right: 0px solid #dddddd;
    height: auto;
    float: none;
    position: relative;
    padding: 0;
    background: #ffffff;
    border: 0px solid #dddddd;
    position: relative;
    margin-right: -1px;
    display: block; }
    @media screen and (max-width: 1023px) {
      .productGrid .product {
        width: 33.33%; } }
    @media screen and (max-width: 767px) {
      .productGrid .product {
        width: 50%; } }
    .productGrid .product:after {
      content: "";
      min-height: 100%;
      min-width: 100%;
      position: absolute;
      top: 0px;
      bottom: 0;
      left: 0px;
      right: 0px;
      border: 1px solid #dddddd;
      border-top: 0;
      opacity: 1; }
    .productGrid .product:before {
      content: "";
      position: absolute;
      top: -1px;
      left: 0;
      width: 100%;
      background: #dddddd;
      height: 1px; }
    .productGrid .product:nth-child(1):before, .productGrid .product:nth-child(2):before, .productGrid .product:nth-child(3):before {
      top: 0; }
    @media screen and (max-width: 767px) {
      .productGrid .product:nth-child(3):before, .productGrid .product:nth-child(4):before {
        top: -1px; } }
    @media screen and (max-width: 767px) {
      .productGrid .product:nth-child(4) {
        top: 0px; } }
    .productGrid .product:hover {
      z-index: 1; }
      .productGrid .product:hover:before {
        background: #000000;
        z-index: 1;
        top: 0; }
    .productGrid .product .card {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      height: 100%;
      position: relative;
      z-index: 1;
      padding: 25px 25px 15px;
      margin: 0; }
      @media screen and (min-width: 1280px) {
        .productGrid .product .card {
          padding: 1.73611vw 1.73611vw 1.04167vw; } }
      @media screen and (max-width: 767px) {
        .productGrid .product .card {
          padding: 15px 15px 10px; } }
      .productGrid .product .card p.card-text {
        display: none; }
      .productGrid .product .card .card-body {
        padding: 0px;
        flex: 1 auto; }
        @media screen and (max-width: 767px) {
          .productGrid .product .card .card-body {
            text-align: left; } }
      .productGrid .product .card div.card-text {
        font-size: 13px;
        font-family: "Roboto Mono", sans-serif;
        font-weight: 500;
        color: #3f3f3f; }
        @media screen and (min-width: 1280px) {
          .productGrid .product .card div.card-text {
            font-size: 0.90278vw; } }
        @media screen and (max-width: 767px) {
          .productGrid .product .card div.card-text {
            font-size: 10px; } }
        .productGrid .product .card div.card-text .price-section {
          display: inline-block;
          width: auto; }
        .productGrid .product .card div.card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax {
          color: #888; }
      .productGrid .product .card .card-img-container:after {
        padding-bottom: 100%; }
      .productGrid .product .card .btn-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; }
        .productGrid .product .card .btn-row .col1 {
          width: 60%; }
          .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on {
            padding-right: 2px !important;
            height: 15px;
            width: 15px;
            display: block !important;
            float: left; }
            @media screen and (min-width: 1280px) {
              .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on {
                padding-right: 0.13889vw !important;
                height: 1.04167vw;
                width: 1.04167vw; } }
            @media screen and (max-width: 767px) {
              .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on {
                height: 12px !important;
                width: 12px !important; } }
            .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on .jdgm-prev-badge__stars {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center; }
            .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on:before {
              content: "" !important;
              background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5L7.95934 4.99139H12.6819L8.86126 7.76722L10.3206 12.2586L6.5 9.48278L2.6794 12.2586L4.13874 7.76722L0.318133 4.99139H5.04066L6.5 0.5Z' fill='%23ED1C29'/%3E%3C/svg%3E%0A") !important;
              background-size: 13px auto !important;
              background-repeat: no-repeat !important;
              height: 13px !important;
              width: 13px !important;
              display: block;
              float: left; }
              @media screen and (min-width: 1280px) {
                .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on:before {
                  height: 0.90278vw !important;
                  width: 0.90278vw !important;
                  background-size: 0.90278vw auto !important; } }
              @media screen and (max-width: 767px) {
                .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--on:before {
                  height: 10px !important;
                  width: 10px !important;
                  background-size: 10px auto !important; } }
          .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half {
            padding-right: 2px !important;
            height: 15px;
            width: 15px;
            display: block !important;
            float: left; }
            @media screen and (min-width: 1280px) {
              .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half {
                padding-right: 0.13889vw !important;
                height: 1.04167vw;
                width: 1.04167vw; } }
            @media screen and (max-width: 767px) {
              .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half {
                height: 12px !important;
                width: 12px !important; } }
            .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half .jdgm-prev-badge__stars {
              display: -webkit-box;
              display: -moz-box;
              display: -ms-flexbox;
              display: -webkit-flex;
              display: flex;
              -webkit-box-align: center;
              -moz-box-align: center;
              -ms-flex-align: center;
              -webkit-align-items: center;
              align-items: center; }
            .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half:before {
              content: "" !important;
              background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_110_7)'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M8.99994 1L11.0206 7.21885H17.5594L12.2694 11.0623L14.29 17.2812L8.99994 13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885H6.97931L8.99994 1Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0206 7.21885L8.99994 1L6.97931 7.21885H0.44043L5.7305 11.0623L3.70987 17.2812L8.99994 13.4377L14.29 17.2812L12.2694 11.0623L17.5594 7.21885H11.0206ZM15.0696 8.02784H10.4328L8.99994 3.61794L7.56708 8.02784H2.93024L6.68152 10.7533L5.24866 15.1632L8.99994 12.4377L12.7512 15.1632L11.3184 10.7533L15.0696 8.02784Z' fill='%23ED1C29'/%3E%3Cpath d='M8.99994 1V13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885L6.97931 7.21885L8.99994 1Z' fill='%23ED1C29'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_110_7'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
              background-size: 13px auto !important;
              background-repeat: no-repeat !important;
              display: block;
              float: left;
              height: 13px !important;
              width: 13px !important; }
              @media screen and (min-width: 1280px) {
                .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half:before {
                  height: 0.90278vw !important;
                  width: 0.90278vw !important;
                  background-size: 0.90278vw auto !important; } }
              @media screen and (max-width: 767px) {
                .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-star.jdgm--half:before {
                  height: 10px !important;
                  width: 10px !important;
                  background-size: 10px auto !important; } }
          .productGrid .product .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__text {
            display: none !important; }
        .productGrid .product .card .btn-row .col2 {
          width: 40%;
          text-align: right; }
          .productGrid .product .card .btn-row .col2 .card-figcaption-button {
            padding: 0;
            margin: 0 0 0 auto;
            border: 0;
            background: none;
            opacity: 0;
            height: auto;
            transition: opacity .5s ease-out; }
            .productGrid .product .card .btn-row .col2 .card-figcaption-button svg {
              width: 16px;
              height: 16px;
              fill: #000000; }
              @media screen and (min-width: 1280px) {
                .productGrid .product .card .btn-row .col2 .card-figcaption-button svg {
                  height: 1.11111vw;
                  width: 1.11111vw; } }
              .productGrid .product .card .btn-row .col2 .card-figcaption-button svg:hover {
                fill: #ED1C29; }
            @media screen and (max-width: 1023px) {
              .productGrid .product .card .btn-row .col2 .card-figcaption-button.quickview {
                opacity: 0; } }
            @media screen and (max-width: 1023px) {
              .productGrid .product .card .btn-row .col2 .card-figcaption-button.quickview svg {
                width: 12px;
                height: 12px; } }
    .productGrid .product:hover:after {
      opacity: 1;
      border-color: #000000; }
    .productGrid .product:hover .btn-row .col2 .card-figcaption-button {
      opacity: 1; }

.card-title {
  line-height: 16px;
  padding-bottom: 10px;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .card-title {
      line-height: 1.11111vw;
      padding-bottom: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .card-title {
      line-height: 12px; } }

.card-title > a {
  font-size: 13px;
  font-weight: normal;
  font-family: "industrydemi", sans-serif;
  color: #000000; }
  @media screen and (min-width: 1280px) {
    .card-title > a {
      font-size: 0.90278vw; } }
  @media screen and (max-width: 767px) {
    .card-title > a {
      font-size: 10px; } }
  .card-title > a:hover {
    color: #ED1C29; }

.card-figure {
  padding: 10px 30px;
  position: inherit; }
  @media screen and (min-width: 1440px) {
    .card-figure {
      padding: 0.69444vw 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .card-figure {
      padding-top: 0px; } }
  .card-figure .card-img-container {
    margin: 0 auto; }
    .card-figure .card-img-container .item-1 {
      opacity: 0;
      transition: .4s; }
    .card-figure .card-img-container .card-img-hover {
      display: none; }
  @media screen and (max-width: 567px) {
    .card-figure {
      padding: 0 10px 20px; } }
  .card-figure:hover .item-0 {
    opacity: 0; }
  .card-figure:hover .item-1 {
    opacity: 1; }

.price-now-label {
  display: none !important; }

.card .btn-row .col1 .jdgm-widget.jdgm-widget {
  display: block !important; }
  .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge[data-average-rating="0.00"] {
    display: block !important; }
    .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge[data-average-rating="0.00"] .jdgm-star.jdgm--off {
      padding-right: 2px !important;
      height: 15px !important;
      width: 15px !important;
      display: block !important;
      float: left; }
      @media screen and (min-width: 1280px) {
        .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge[data-average-rating="0.00"] .jdgm-star.jdgm--off {
          padding-right: 0.13889vw !important;
          height: 1.04167vw !important;
          width: 1.04167vw !important; } }
      @media screen and (max-width: 767px) {
        .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge[data-average-rating="0.00"] .jdgm-star.jdgm--off {
          height: 12px !important;
          width: 12px !important; } }
      .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge[data-average-rating="0.00"] .jdgm-star.jdgm--off:before {
        content: "" !important;
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5L7.95934 4.99139H12.6819L8.86126 7.76722L10.3206 12.2586L6.5 9.48278L2.6794 12.2586L4.13874 7.76722L0.318133 4.99139H5.04066L6.5 0.5Z' fill='%23dddddd'/%3E%3C/svg%3E%0A") !important;
        background-size: 13px auto !important;
        background-repeat: no-repeat !important;
        height: 13px !important;
        width: 13px !important;
        display: block; }
        @media screen and (min-width: 1280px) {
          .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge[data-average-rating="0.00"] .jdgm-star.jdgm--off:before {
            height: 0.90278vw !important;
            width: 0.90278vw !important;
            background-size: 0.90278vw auto !important; } }
        @media screen and (max-width: 767px) {
          .card .btn-row .col1 .jdgm-widget.jdgm-widget .jdgm-prev-badge[data-average-rating="0.00"] .jdgm-star.jdgm--off:before {
            height: 10px !important;
            width: 10px !important;
            background-size: 10px auto !important; } }

.productGrid.productGrid--maxCol4 .product:nth-child(4):before {
  top: 0; }
  @media screen and (max-width: 1023px) {
    .productGrid.productGrid--maxCol4 .product:nth-child(4):before {
      top: -1px; } }
  @media screen and (max-width: 767px) {
    .productGrid.productGrid--maxCol4 .product:nth-child(4):before {
      top: 0px; } }

.price-sale-tag {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .price-sale-tag .sale-flag-side, .price-sale-tag .sold-out-flag-side {
    background: #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    height: 18px;
    font-size: 10px;
    color: #ffffff;
    font-family: "Roboto Mono", sans-serif;
    font-weight: 700;
    text-transform: none;
    padding: 4px 5px 2px;
    line-height: 10px;
    position: relative;
    margin-left: 12px;
    top: -2px; }
    @media screen and (min-width: 1280px) {
      .price-sale-tag .sale-flag-side, .price-sale-tag .sold-out-flag-side {
        padding: 0.27778vw 0.34722vw 0.13889vw;
        height: 1.25vw;
        font-size: 0.69444vw;
        line-height: 0.69444vw;
        margin-left: 0.83333vw;
        top: -0.13889vw; } }
    .price-sale-tag .sale-flag-side:after, .price-sale-tag .sold-out-flag-side:after {
      content: "";
      width: 0;
      height: 0;
      border-top: 9px solid transparent;
      border-bottom: 9px solid transparent;
      border-right: 5px solid #000000;
      position: absolute;
      top: 0;
      left: -5px; }
      @media screen and (min-width: 1280px) {
        .price-sale-tag .sale-flag-side:after, .price-sale-tag .sold-out-flag-side:after {
          border-top-width: 0.625vw;
          border-bottom-width: 0.625vw;
          border-right-width: 0.34722vw;
          left: -0.34722vw; } }
      @media screen and (max-width: 1440px) {
        .price-sale-tag .sale-flag-side:after, .price-sale-tag .sold-out-flag-side:after {
          left: -5px; } }

@media screen and (max-width: 767px) {
  .type-default .body .productGrid .product:nth-child(4):before {
    top: -1px; } }

@media screen and (max-width: 1023px) {
  .type-default .body .productGrid .product:nth-child(7), .type-default .body .productGrid .product:nth-child(8) {
    display: none; } }

@media screen and (max-width: 767px) {
  .type-default .body .productGrid .product:nth-child(7), .type-default .body .productGrid .product:nth-child(8) {
    display: block; } }

.search-panel .productGrid .product:hover::before {
  background-color: #dddddd; }

.productGrid.productGrid--maxCol4 {
  margin-right: -2px; }
  @media screen and (min-width: 1280px) {
    .productGrid.productGrid--maxCol4 {
      margin-right: -0.13889vw; } }

@-moz-document url-prefix() {
  .price-sale-tag .sale-flag-side::after {
    left: -4px; }
    @media screen and (min-width: 1280px) {
      .price-sale-tag .sale-flag-side::after {
        left: -0.27778vw; } } }

.page-sidebar + .page-content .productGrid:after, .page-sidebar + .page-content .productGrid:before, .productCarousel:after, .productCarousel:before, .productGrid:after, .productGrid:before {
  display: none; }

.actionBar {
  min-height: 30px; }
  @media screen and (min-width: 1280px) {
    .actionBar {
      min-height: 2.08333vw; } }

.page-sidebar + .page-content .productGrid .product {
  width: 280px; }
  @media screen and (min-width: 1280px) {
    .page-sidebar + .page-content .productGrid .product {
      width: 19.44444vw; } }
  @media screen and (max-width: 1280px) {
    .page-sidebar + .page-content .productGrid .product {
      width: 248px; } }
  @media screen and (max-width: 1279px) {
    .page-sidebar + .page-content .productGrid .product {
      width: 33.33%; } }
  @media screen and (max-width: 767px) {
    .page-sidebar + .page-content .productGrid .product {
      width: 50%; } }

.body .card div.card-text .price-section {
  float: left; }

.body .card div.card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax {
  padding-right: 5px; }
  @media screen and (max-width: 1280px) {
    .body .card div.card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax {
      padding-right: 0.34722vw; } }

.card div.card-text .price-section.price-section--withoutTax.non-sale-price--withoutTax {
  color: #888; }

.type-product .body {
  padding: 0;
  margin: 0; }

.productView-details {
  width: 450px;
  padding: 0; }
  @media screen and (min-width: 1280px) {
    .productView-details {
      width: 31.25vw; } }
  @media screen and (max-width: 1023px) {
    .productView-details {
      width: 100%; } }

.productView-images {
  width: calc(100% - 450px);
  padding: 0 120px 0 0; }
  @media screen and (min-width: 1280px) {
    .productView-images {
      width: calc(100% - 31.25vw);
      padding: 0 8.33333vw 0 0; } }
  @media screen and (max-width: 1279px) {
    .productView-images {
      padding-right: 70px; } }
  @media screen and (max-width: 1023px) {
    .productView-images {
      width: 100%;
      padding-right: 0;
      padding-bottom: 50px; } }

.pro-related-products {
  background: #292C31;
  padding: 70px 0 80px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products {
      padding: 4.86111vw 0 5.55556vw; } }
  @media screen and (max-width: 1023px) {
    .pro-related-products {
      padding: 40px 0 50px; } }
  @media screen and (max-width: 550px) {
    .pro-related-products .container {
      padding-right: 0; } }
  .pro-related-products h3.page-heading {
    font-size: 18px;
    line-height: 110%;
    text-transform: uppercase;
    font-family: 'industrymedium', sans-serif;
    color: #ffffff;
    margin-bottom: 50px;
    text-align: left;
    margin-top: 0px; }
    @media screen and (min-width: 1280px) {
      .pro-related-products h3.page-heading {
        font-size: 1.25vw;
        margin-bottom: 3.47222vw; } }
    @media screen and (max-width: 1023px) {
      .pro-related-products h3.page-heading {
        margin-bottom: 30px; } }
    .pro-related-products h3.page-heading span {
      color: #ED1C29; }
      @media screen and (max-width: 767px) {
        .pro-related-products h3.page-heading span {
          color: #ffffff; } }

.warranty-row {
  background: #f9f9f9;
  padding: 80px 0 40px; }
  @media screen and (min-width: 1280px) {
    .warranty-row {
      padding: 5.55556vw 0 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .warranty-row {
      padding: 50px 0 20px; } }
  @media screen and (max-width: 767px) {
    .warranty-row {
      padding: 40px 0 20px; } }
  .warranty-row .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .warranty-row .row .col1 {
      width: 450px; }
      @media screen and (min-width: 1280px) {
        .warranty-row .row .col1 {
          width: 31.25vw; } }
      @media screen and (max-width: 1023px) {
        .warranty-row .row .col1 {
          width: 100%;
          position: relative;
          border-top: 1px solid #000000;
          padding-top: 30px; } }
      .warranty-row .row .col1 .title {
        font-size: 22px;
        line-height: 150%;
        color: #000000;
        font-family: 'industrybook', sans-serif;
        margin-bottom: 60px;
        padding-right: 20px; }
        @media screen and (min-width: 1280px) {
          .warranty-row .row .col1 .title {
            margin-bottom: 4.16667vw;
            font-size: 1.52778vw;
            padding-right: 1.38889vw; } }
        @media screen and (max-width: 1023px) {
          .warranty-row .row .col1 .title {
            margin-bottom: 30px;
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          .warranty-row .row .col1 .title {
            font-size: 18px;
            line-height: 27px; } }
    .warranty-row .row .col2 {
      width: calc(100% - 450px);
      padding: 0 40px 0 120px; }
      @media screen and (min-width: 1280px) {
        .warranty-row .row .col2 {
          width: calc(100% - 31.25vw);
          padding: 0 2.77778vw 0 8.33333vw; } }
      @media screen and (max-width: 1023px) {
        .warranty-row .row .col2 {
          width: 100%;
          padding: 50px 0 0; } }
      @media screen and (max-width: 550px) {
        .warranty-row .row .col2 {
          padding-top: 30px; } }
      .warranty-row .row .col2 p {
        font-size: 14px;
        line-height: 150%;
        color: #686868;
        font-family: 'industrybook', sans-serif;
        margin-bottom: 20px;
        padding-left: 20px; }
        @media screen and (min-width: 1280px) {
          .warranty-row .row .col2 p {
            font-size: 0.97222vw;
            margin-bottom: 1.38889vw;
            padding-left: 1.38889vw; } }
      .warranty-row .row .col2 ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .warranty-row .row .col2 ul li {
          background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-size: 7px auto;
          padding: 0 0 0 20px;
          margin-bottom: 30px;
          background-position: left top 8px;
          color: #000000;
          font-weight: normal;
          font-size: 18px;
          line-height: 150%;
          font-family: 'industrybook', sans-serif; }
          @media screen and (min-width: 1280px) {
            .warranty-row .row .col2 ul li {
              background-size: 0.48611vw auto;
              padding: 0 0 0 1.38889vw;
              margin-bottom: 2.08333vw;
              background-position: left top 0.55556vw;
              font-size: 1.25vw; } }
          @media screen and (max-width: 767px) {
            .warranty-row .row .col2 ul li {
              font-size: 16px;
              line-height: 24px;
              background-position: left top 7px;
              margin-bottom: 20px; } }
  .warranty-row .important-text {
    padding-top: 60px; }
    @media screen and (min-width: 1280px) {
      .warranty-row .important-text {
        padding-top: 4.16667vw; } }
    @media screen and (max-width: 1023px) {
      .warranty-row .important-text {
        padding-top: 10px;
        padding-bottom: 0; } }
    .warranty-row .important-text p {
      font-size: 18px;
      line-height: 150%;
      color: #000000;
      font-family: 'industrybook', sans-serif;
      text-transform: uppercase;
      margin-bottom: 40px; }
      @media screen and (min-width: 1280px) {
        .warranty-row .important-text p {
          margin-bottom: 2.77778vw;
          font-size: 1.25vw; } }
      @media screen and (max-width: 767px) {
        .warranty-row .important-text p {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 30px; } }
      .warranty-row .important-text p strong {
        color: #ED1C29;
        font-family: "industrydemi", sans-serif;
        font-weight: normal; }
    .warranty-row .important-text p + p {
      text-transform: none; }
      @media screen and (max-width: 1023px) {
        .warranty-row .important-text p + p {
          margin-bottom: 30px; } }

h3.title {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: "industrydemi", sans-serif;
  color: #000000;
  padding-bottom: 40px;
  border-bottom: 1px solid #000000;
  margin-bottom: 60px;
  margin-top: 0; }
  @media screen and (min-width: 1280px) {
    h3.title {
      font-size: 1.25vw;
      padding-bottom: 2.77778vw;
      margin-bottom: 4.16667vw;
      line-height: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    h3.title {
      padding-bottom: 25px;
      margin-bottom: 30px; } }
  h3.title span {
    color: #ED1C29; }

.productView-title {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-family: "industrydemi", sans-serif;
  font-weight: normal;
  color: #000000;
  line-height: 29px;
  padding-right: 20px; }
  @media screen and (min-width: 1280px) {
    .productView-title {
      font-size: 1.66667vw;
      line-height: 2.01389vw;
      padding-right: 1.38889vw; } }

.specification-row {
  padding-top: 0;
  padding-bottom: 65px; }
  @media screen and (min-width: 1280px) {
    .specification-row {
      padding-bottom: 4.51389vw; } }
  @media screen and (max-width: 1023px) {
    .specification-row {
      padding-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .specification-row {
      padding-bottom: 20px; } }
  .specification-row .row-main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .specification-row .row-main {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        border-top: 1px solid #000000;
        padding-top: 30px;
        padding-bottom: 10px; } }
  .specification-row .col1 {
    width: 475px; }
    @media screen and (min-width: 1280px) {
      .specification-row .col1 {
        width: 32.98611vw; } }
    @media screen and (max-width: 1023px) {
      .specification-row .col1 {
        width: 100%;
        padding: 0 75px 50px; } }
  .specification-row .col1 + .col2 {
    width: calc(100% - 475px);
    padding-left: 165px; }
    @media screen and (min-width: 1280px) {
      .specification-row .col1 + .col2 {
        width: calc(100% - 32.98611vw);
        padding-left: 11.45833vw; } }
    @media screen and (max-width: 1279px) {
      .specification-row .col1 + .col2 {
        padding-left: 80px; } }
    @media screen and (max-width: 1023px) {
      .specification-row .col1 + .col2 {
        width: 100%;
        padding-left: 0; } }
  .specification-row .col2 {
    width: 100%; }
    .specification-row .col2 .row + .row {
      border-top: 1px solid #dddddd; }
    .specification-row .col2 .row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 12px 0;
      align-items: center;
      margin: 0; }
      @media screen and (min-width: 1280px) {
        .specification-row .col2 .row {
          padding: 0.83333vw 0; } }
      .specification-row .col2 .row .productView-info-name {
        width: 240px;
        padding: 1px 20px 0 0;
        margin: 0;
        font-size: 14px;
        color: #888;
        line-height: 150%;
        font-family: 'industrybook', sans-serif; }
        @media screen and (min-width: 1280px) {
          .specification-row .col2 .row .productView-info-name {
            width: 16.66667vw;
            padding-right: 1.38889vw;
            padding-top: 0.06944vw;
            font-size: 0.97222vw; } }
        @media screen and (max-width: 767px) {
          .specification-row .col2 .row .productView-info-name {
            width: 200px; } }
      .specification-row .col2 .row .productView-info-value {
        width: calc(100% - 240px);
        padding: 0;
        margin: 0;
        font-size: 18px;
        color: #000000;
        font-family: "industrydemi", sans-serif;
        font-weight: normal;
        line-height: 150%; }
        @media screen and (min-width: 1280px) {
          .specification-row .col2 .row .productView-info-value {
            width: calc(100% - 16.66667vw);
            font-size: 1.25vw; } }
        @media screen and (max-width: 767px) {
          .specification-row .col2 .row .productView-info-value {
            width: calc(100% - 200px);
            font-size: 16px; } }

.video-banner {
  position: relative;
  margin-top: 0px;
  margin-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .video-banner {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 1023px) {
    .video-banner {
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .video-banner {
      margin-bottom: 40px; } }
  .video-banner .btn-row {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #ffffff;
    font-family: "industrymedium", sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase; }
    @media screen and (min-width: 1280px) {
      .video-banner .btn-row {
        font-size: 1.25vw; } }
    .video-banner .btn-row svg {
      width: 20px;
      height: 20px;
      fill: none;
      stroke: #ffffff;
      margin-right: 20px; }
      @media screen and (min-width: 1280px) {
        .video-banner .btn-row svg {
          margin-right: 1.38889vw;
          width: 1.38889vw;
          height: 1.38889vw; } }
    .video-banner .btn-row:hover {
      color: #ED1C29; }
      .video-banner .btn-row:hover svg {
        stroke: #ED1C29; }
    .video-banner .btn-row img {
      height: auto;
      width: auto;
      transform: translate3d(0px, 0, 0px) scale(1) !important; }
      @media screen and (max-width: 479px) {
        .video-banner .btn-row img {
          max-width: 150px; } }
  .video-banner img {
    height: 240px;
    width: 100%;
    object-fit: cover;
    object-position: center; }
    @media screen and (min-width: 1280px) {
      .video-banner img {
        height: 16.66667vw; } }
    @media screen and (max-width: 767px) {
      .video-banner img {
        height: 180px; } }

@media screen and (max-width: 1023px) {
  .warranty-row h3.title {
    margin-bottom: 50px; } }

@media screen and (max-width: 1023px) {
  .specification-row h3.title, .warranty-row h3.title {
    font-family: "industrydemi", sans-serif;
    font-weight: normal;
    font-size: 18px;
    position: relative;
    cursor: pointer; } }

@media screen and (max-width: 1023px) {
  .specification-row h3.title span, .warranty-row h3.title span {
    color: #000000; } }

@media screen and (max-width: 1023px) {
  .specification-row h3.title:after, .warranty-row h3.title:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1L12 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center; } }

@media screen and (max-width: 1023px) {
  .specification-row h3.title.is-active:after, .warranty-row h3.title.is-active:after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H12M6 0V12' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A"); } }

.pro-des-row {
  margin-bottom: 60px; }
  @media screen and (min-width: 1280px) {
    .pro-des-row {
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 1023px) {
    .pro-des-row {
      margin-bottom: 20px; } }
  @media screen and (max-width: 767px) {
    .pro-des-row {
      margin-bottom: 10px; } }
  .pro-des-row h3.title {
    margin-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .pro-des-row h3.title {
        margin-bottom: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .pro-des-row h3.title {
        font-family: "industrydemi", sans-serif;
        font-weight: normal;
        font-size: 18px;
        position: relative;
        cursor: pointer; } }
    @media screen and (max-width: 1023px) {
      .pro-des-row h3.title {
        margin-bottom: 50px; } }
    @media screen and (max-width: 767px) {
      .pro-des-row h3.title {
        margin-bottom: 25px;
        padding-bottom: 25px; } }
    @media screen and (max-width: 1023px) {
      .pro-des-row h3.title:after {
        content: "";
        position: absolute;
        top: 5px;
        right: 0;
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1L12 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
        width: 12px;
        height: 12px;
        background-repeat: no-repeat;
        background-position: center; } }
  .pro-des-row h3.title.is-active:after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H12M6 0V12' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A"); }
  .pro-des-row .des-content {
    font-size: 18px;
    color: #000000;
    line-height: 27px;
    font-family: "industrybook", sans-serif;
    font-weight: normal; }
    @media screen and (min-width: 1280px) {
      .pro-des-row .des-content {
        font-size: 1.25vw;
        line-height: 1.875vw; } }
    @media screen and (max-width: 767px) {
      .pro-des-row .des-content {
        font-size: 16px;
        line-height: 24px; } }
    @media screen and (max-width: 1023px) {
      .pro-des-row .des-content {
        position: relative;
        border-top: 1px solid #000000;
        padding-top: 30px; } }
    .pro-des-row .des-content h1 {
      font-size: 20px;
      margin: 15px 0; }
      @media screen and (min-width: 1280px) {
        .pro-des-row .des-content h1 {
          font-size: 1.38889vw;
          margin: 1.04167vw 0; } }
    .pro-des-row .des-content p, .pro-des-row .des-content li, .pro-des-row .des-content div {
      font-size: 18px;
      color: #000000;
      line-height: 27px;
      font-family: "industrybook", sans-serif;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .pro-des-row .des-content p, .pro-des-row .des-content li, .pro-des-row .des-content div {
          font-size: 1.25vw;
          line-height: 1.875vw; } }
      @media screen and (max-width: 767px) {
        .pro-des-row .des-content p, .pro-des-row .des-content li, .pro-des-row .des-content div {
          font-size: 16px;
          line-height: 24px; } }
    .pro-des-row .des-content ul, .pro-des-row .des-content ol {
      list-style: none;
      margin-left: 0; }
    .pro-des-row .des-content li {
      background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 7px auto;
      padding: 0 0 0 20px;
      background-position: left top 8px; }
      @media screen and (min-width: 1280px) {
        .pro-des-row .des-content li {
          background-size: 0.48611vw auto;
          padding: 0 0 0 1.38889vw;
          background-position: left top 0.55556vw; } }

.videoGallery-content {
  padding: 30px; }
  @media screen and (min-width: 1280px) {
    .videoGallery-content {
      padding: 2.08333vw; } }

#reviewWidget {
  width: 40%; }

.productView-price {
  font-size: 18px;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 60%; }
  @media screen and (min-width: 1280px) {
    .productView-price {
      font-size: 1.25vw; } }
  .productView-price .price-section {
    display: inline-block; }
  .productView-price .price-section.price-section--withoutTax.non-sale-price--withoutTax {
    color: #888888; }

.productView-info > :first-child {
  margin-top: 0; }

.productView-info {
  padding: 20px 0;
  border-top: 1px solid #000000;
  border-bottom: 0px solid #000000;
  margin: 20px 0 0; }
  @media screen and (min-width: 1280px) {
    .productView-info {
      margin: 1.38889vw 0 0;
      padding: 1.38889vw 0; } }
  @media screen and (max-width: 767px) {
    .productView-info {
      padding: 15px 0; } }
  .productView-info .pro-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 0; }
    @media screen and (min-width: 1280px) {
      .productView-info .pro-row {
        padding: 0.34722vw 0; } }
    .productView-info .pro-row .productView-info-name {
      width: 170px;
      padding: 0 20px 0 0;
      margin: 0;
      font-size: 14px;
      line-height: 17px;
      font-family: "industrydemi", sans-serif;
      font-weight: normal;
      color: #000000; }
      @media screen and (min-width: 1280px) {
        .productView-info .pro-row .productView-info-name {
          width: 11.80556vw;
          padding-right: 1.38889vw;
          font-size: 0.97222vw;
          line-height: 1.18056vw; } }
      @media screen and (max-width: 767px) {
        .productView-info .pro-row .productView-info-name {
          width: 110px; } }
    .productView-info .pro-row .productView-info-value {
      width: calc(100% - 170px);
      padding: 0;
      margin: 0;
      font-size: 14px;
      line-height: 17px;
      font-weight: normal;
      color: #000000;
      font-family: "industrybook", sans-serif; }
      @media screen and (min-width: 1280px) {
        .productView-info .pro-row .productView-info-value {
          width: calc(100% - 11.80556vw);
          font-size: 0.97222vw;
          line-height: 1.18056vw; } }
      @media screen and (max-width: 767px) {
        .productView-info .pro-row .productView-info-value {
          width: calc(100% - 110px); } }
      .productView-info .pro-row .productView-info-value h2 {
        margin: 0;
        padding: 0;
        top: -2px;
        position: relative; }
        @media screen and (min-width: 1280px) {
          .productView-info .pro-row .productView-info-value h2 {
            top: -0.13889vw; } }
        .productView-info .pro-row .productView-info-value h2 a {
          font-weight: normal;
          color: #000000;
          font-family: "industrybook", sans-serif;
          font-size: 14px;
          text-decoration: underline;
          -webkit-text-underline-position: under;
          -ms-text-underline-position: below;
          text-underline-position: under; }
          @media screen and (min-width: 1280px) {
            .productView-info .pro-row .productView-info-value h2 a {
              font-size: 0.97222vw; } }
          .productView-info .pro-row .productView-info-value h2 a:hover {
            color: #ED1C29; }

.short-discr {
  margin: 0;
  padding: 0;
  list-style: none; }
  .short-discr li {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23ED1C29' stroke-width='1.5'/%3E%3C/svg%3E");
    background-position: left 9px;
    background-repeat: no-repeat;
    font-weight: normal;
    background-size: 7px auto;
    color: #000000;
    font-family: "industrymedium", sans-serif;
    font-size: 14px;
    padding: 5px 0 5px 20px; }
    @media screen and (min-width: 1280px) {
      .short-discr li {
        font-size: 0.97222vw;
        background-size: 0.48611vw auto;
        padding: 0.34722vw 0 0.34722vw 1.38889vw;
        background-position: left 0.625vw; } }
    @media screen and (max-width: 1023px) {
      .short-discr li {
        background-position: left 9px; } }
    @media screen and (max-width: 767px) {
      .short-discr li {
        background-position: left 10px; } }
    .short-discr li:first-child {
      border-top: 1px solid #000000;
      margin-top: 0px;
      padding-top: 20px;
      background-position: left 24px; }
      @media screen and (min-width: 1280px) {
        .short-discr li:first-child {
          padding-top: 1.38889vw;
          background-position: left 1.66667vw; } }
      @media screen and (max-width: 1023px) {
        .short-discr li:first-child {
          background-position: left 24px; } }
    .short-discr li:last-child {
      margin-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .short-discr li:last-child {
          margin-bottom: 1.38889vw; } }

.productView-product {
  padding-bottom: 0;
  border: 0px; }

.productView-options .form .add-to-cart-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #000000;
  padding-top: 30px;
  margin-top: 0px; }
  @media screen and (min-width: 1280px) {
    .productView-options .form .add-to-cart-wrapper {
      padding-top: 2.08333vw; } }
  .productView-options .form .add-to-cart-wrapper .form-label {
    display: none; }
  .productView-options .form .add-to-cart-wrapper .form-action {
    margin: 0;
    width: calc(100% - 154px);
    padding-left: 15px; }
    @media screen and (min-width: 1280px) {
      .productView-options .form .add-to-cart-wrapper .form-action {
        width: calc(100% - 10.69444vw);
        padding-left: 1.04167vw; } }
    .productView-options .form .add-to-cart-wrapper .form-action .button--primary {
      padding: 10px 20px;
      width: 100%;
      background: #ED1C29;
      color: #ffffff;
      max-width: 100%;
      margin: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      height: 44px;
      border: 0;
      font-family: "Roboto Mono", sans-serif;
      font-weight: 500;
      font-size: 11px;
      line-height: 15px;
      text-transform: uppercase; }
      @media screen and (min-width: 1280px) {
        .productView-options .form .add-to-cart-wrapper .form-action .button--primary {
          padding: 0.69444vw 1.38889vw;
          height: 3.05556vw;
          font-size: 0.76389vw;
          line-height: 1.04167vw; } }
      .productView-options .form .add-to-cart-wrapper .form-action .button--primary:hover {
        background: #000000;
        border: 0px;
        color: #ffffff; }
  .productView-options .form .add-to-cart-wrapper .form-field--increments {
    margin: 0; }
    .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      width: 154px;
      height: 44px;
      border: 1px solid #000000; }
      @media screen and (min-width: 1280px) {
        .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment {
          width: 10.69444vw;
          height: 3.05556vw; } }
      .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment .form-input {
        width: 80px;
        text-align: center;
        padding: 10px;
        height: 40px;
        border: 0;
        font-family: "Roboto Mono", sans-serif;
        font-size: 14px;
        color: #000000;
        font-weight: bold; }
        @media screen and (min-width: 1280px) {
          .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment .form-input {
            width: 5.55556vw;
            padding: 0.69444vw;
            height: 2.77778vw;
            font-size: 0.97222vw; } }
      .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button {
        background: none;
        border: 0;
        padding: 0;
        margin: 0;
        line-height: normal;
        width: 25px;
        height: 30px;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center; }
        @media screen and (min-width: 1280px) {
          .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button {
            width: 1.73611vw;
            height: 2.08333vw; } }
        .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button .icon {
          height: 100%;
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center;
          padding: 0; }
          .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button .icon svg {
            width: 8px;
            height: 8px;
            fill: #555555; }
            @media screen and (min-width: 1280px) {
              .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button .icon svg {
                width: 0.55556vw;
                height: 0.55556vw; } }
          .productView-options .form .add-to-cart-wrapper .form-field--increments .form-increment button .icon:hover svg {
            fill: #ED1C29; }

.productView-details.product-options .socialLinks {
  display: none; }

.productView-options [data-product-option-change] .form-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid #000000;
  padding: 20px 0;
  margin: 0; }
  @media screen and (min-width: 1280px) {
    .productView-options [data-product-option-change] .form-field {
      padding: 1.38889vw 0; } }
  .productView-options [data-product-option-change] .form-field .form-label {
    width: 170px;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
    line-height: 17px;
    font-family: "industrydemi", sans-serif;
    font-weight: normal;
    color: #000000; }
    @media screen and (min-width: 1280px) {
      .productView-options [data-product-option-change] .form-field .form-label {
        font-size: 0.97222vw;
        line-height: 1.18056vw;
        padding-right: 1.38889vw;
        width: 11.80556vw; } }
    @media screen and (max-width: 767px) {
      .productView-options [data-product-option-change] .form-field .form-label {
        width: 120px;
        text-align: left;
        padding-right: 10px; } }
    .productView-options [data-product-option-change] .form-field .form-label small {
      display: none; }
  .productView-options [data-product-option-change] .form-field .form-select + .select2-container {
    width: calc(100% - 170px) !important;
    max-width: 100%;
    height: 44px;
    border: 0px solid #000000;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
    @media screen and (min-width: 1280px) {
      .productView-options [data-product-option-change] .form-field .form-select + .select2-container {
        width: calc(100% - 11.80556vw) !important;
        height: 3.05556vw; } }
    @media screen and (max-width: 767px) {
      .productView-options [data-product-option-change] .form-field .form-select + .select2-container {
        width: calc(100% - 120px) !important;
        text-align: left; } }

.option-row {
  padding: 20px 0; }
  @media screen and (min-width: 1280px) {
    .option-row {
      padding: 1.38889vw 0; } }
  .option-row .form-field {
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .option-row .form-field .form-label {
      width: 170px;
      margin: 0;
      padding: 0 20px 0 0;
      font-size: 14px;
      line-height: 17px;
      font-family: "industrydemi", sans-serif;
      font-weight: normal;
      color: #000000; }
      @media screen and (min-width: 1280px) {
        .option-row .form-field .form-label {
          font-size: 0.97222vw;
          line-height: 1.18056vw;
          padding-right: 1.38889vw;
          width: 11.80556vw; } }
      .option-row .form-field .form-label small {
        display: none; }
    .option-row .form-field .form-select {
      width: calc(100% - 170px);
      max-width: 100%;
      height: 44px;
      border: 1px solid #000000;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      @media screen and (min-width: 1280px) {
        .option-row .form-field .form-select {
          width: calc(100% - 11.80556vw);
          height: 3.05556vw; } }

.productView-images {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 30px; }
  @media screen and (min-width: 1280px) {
    .productView-images {
      padding-top: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .productView-images {
      padding-top: 0; } }
  .productView-images .productView-image {
    order: 2;
    width: calc(100% - 90px);
    padding: 40px 40px 0; }
    @media screen and (min-width: 1280px) {
      .productView-images .productView-image {
        width: calc(100% - 6.25vw);
        padding: 2.77778vw 2.77778vw 0; } }
    @media screen and (max-width: 767px) {
      .productView-images .productView-image {
        width: 100%;
        padding: 0; } }
    .productView-images .productView-image .zoom-btn {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 9; }
      @media screen and (max-width: 767px) {
        .productView-images .productView-image .zoom-btn {
          display: none; } }
      .productView-images .productView-image .zoom-btn a {
        width: 68px;
        height: 34px;
        background: #ffffff;
        border: 1px solid #000000;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: center;
        justify-content: center;
        font-weight: 500;
        font-size: 11px;
        line-height: 15px;
        font-family: "Roboto Mono", sans-serif;
        text-transform: uppercase;
        color: #000000; }
        @media screen and (min-width: 1280px) {
          .productView-images .productView-image .zoom-btn a {
            font-size: 0.76389vw;
            line-height: 1.04167vw;
            width: 4.72222vw;
            height: 2.36111vw; } }
        .productView-images .productView-image .zoom-btn a:hover {
          background: #000000;
          color: #ffffff; }
    .productView-images .productView-image .productView-img-container {
      max-width: 400px;
      max-height: 400px; }
      @media screen and (min-width: 1280px) {
        .productView-images .productView-image .productView-img-container {
          max-width: 27.77778vw;
          max-height: 27.77778vw; } }
  .productView-images .productView-image + .productView-thumbnails {
    width: 80px;
    margin: 0 10px 0 0;
    order: 1; }
    @media screen and (min-width: 1280px) {
      .productView-images .productView-image + .productView-thumbnails {
        margin-right: 0.69444vw;
        width: 5.55556vw; } }
    @media screen and (max-width: 767px) {
      .productView-images .productView-image + .productView-thumbnails {
        display: none; } }
    .productView-images .productView-image + .productView-thumbnails .productView-thumbnail {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding: 0;
      margin: 0;
      float: none; }
      .productView-images .productView-image + .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
        padding: 0px;
        margin-bottom: 20px;
        max-width: 80px;
        height: 80px;
        border: 0;
        position: relative; }
        @media screen and (min-width: 1280px) {
          .productView-images .productView-image + .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
            max-width: 5.55556vw;
            height: 5.55556vw;
            margin-bottom: 1.38889vw; } }
        .productView-images .productView-image + .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
          width: 60px;
          height: auto; }
          @media screen and (min-width: 1280px) {
            .productView-images .productView-image + .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
              width: 4.16667vw; } }
      .productView-images .productView-image + .productView-thumbnails .productView-thumbnail .is-active.slick-current {
        border: 1.5px solid #ED1C29; }
        @media screen and (min-width: 1280px) {
          .productView-images .productView-image + .productView-thumbnails .productView-thumbnail .is-active.slick-current {
            border-width: 0.10417vw; } }

.productView {
  margin: 0;
  padding-bottom: 35px; }
  @media screen and (min-width: 1280px) {
    .productView {
      margin: 0;
      padding-bottom: 2.43056vw; } }
  @media screen and (max-width: 1279px) {
    .productView {
      margin: 0; } }
  @media screen and (max-width: 1023px) {
    .productView {
      padding-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .productView {
      padding-bottom: 10px; } }

.key-features {
  background: #292C31;
  margin-bottom: 80px; }
  @media screen and (min-width: 1280px) {
    .key-features {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 1023px) {
    .key-features {
      margin-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .key-features {
      margin-bottom: 30px; } }
  .key-features .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .key-features .container {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .key-features .container h5, .key-features .container h2 {
      font-size: 18px;
      line-height: 22px;
      font-family: "industrymedium", sans-serif;
      color: #ffffff;
      text-transform: uppercase;
      margin: 0 0 15px;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .key-features .container h5, .key-features .container h2 {
          margin: 0 0 1.04167vw;
          font-size: 1.25vw;
          line-height: 1.52778vw; } }
  .key-features .col1 {
    width: calc(100% - 400px); }
    @media screen and (min-width: 1280px) {
      .key-features .col1 {
        width: calc(100% - 27.77778vw); } }
    @media screen and (max-width: 1023px) {
      .key-features .col1 {
        width: 100%; } }
    .key-features .col1 ul {
      list-style: none;
      padding: 0;
      margin: 0 -5px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      @media screen and (min-width: 1280px) {
        .key-features .col1 ul {
          margin: 0 -0.34722vw; } }
      .key-features .col1 ul li {
        padding: 5px; }
        @media screen and (min-width: 1280px) {
          .key-features .col1 ul li {
            padding: 0.34722vw; } }
  .key-features img {
    width: 72px;
    height: 72px;
    transition: 0.0s; }
    @media screen and (min-width: 1280px) {
      .key-features img {
        width: 5vw;
        height: 5vw; } }
    @media screen and (max-width: 1279px) {
      .key-features img {
        width: 65px;
        height: 65px; } }
    @media screen and (max-width: 1023px) {
      .key-features img {
        width: 80px;
        height: 80px; } }
    @media screen and (max-width: 767px) {
      .key-features img {
        width: 86px;
        height: 86px; } }
    @media screen and (max-width: 413px) {
      .key-features img {
        width: 76px;
        height: 76px; } }
    .key-features img:hover {
      filter: brightness(0.5) sepia(1) saturate(10000%); }
  .key-features .col2 {
    width: 400px; }
    @media screen and (min-width: 1280px) {
      .key-features .col2 {
        width: 27.77778vw; } }
    @media screen and (max-width: 1023px) {
      .key-features .col2 {
        width: 100%;
        padding-top: 30px; } }
    .key-features .col2 ul {
      list-style: none;
      padding: 0;
      margin: 0 -5px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      @media screen and (min-width: 1280px) {
        .key-features .col2 ul {
          margin: 0 -0.34722vw; } }
      .key-features .col2 ul li {
        padding: 5px; }
        @media screen and (min-width: 1280px) {
          .key-features .col2 ul li {
            padding: 0.34722vw; } }

.productView-thumbnails .slick-list {
  margin: 0; }

.productView-thumbnails .slick-arrow svg {
  display: none; }

.productView-thumbnails .slick-slide {
  width: 100% !important; }

.pro-price-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 10px; }
  @media screen and (min-width: 1280px) {
    .pro-price-row {
      margin-bottom: 1.04167vw;
      margin-top: 0.69444vw; } }

.description-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .description-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .description-row .custom-text {
    width: calc(100% - 720px);
    order: 2; }
    @media screen and (min-width: 1280px) {
      .description-row .custom-text {
        width: calc(100% - 50vw); } }
    @media screen and (max-width: 1023px) {
      .description-row .custom-text {
        width: 100%; } }
    .description-row .custom-text .text-row {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-bottom: 30px; }
      @media screen and (min-width: 1280px) {
        .description-row .custom-text .text-row {
          margin-bottom: 2.08333vw; } }
      @media screen and (max-width: 1023px) {
        .description-row .custom-text .text-row {
          margin-top: 15px; } }
      @media screen and (max-width: 1023px) {
        .description-row .custom-text .text-row {
          margin-bottom: 20px; } }
      .description-row .custom-text .text-row .text {
        width: calc(100% - 66px);
        font-size: 16px;
        line-height: 150%;
        color: #000000;
        font-family: "industrydemi", sans-serif;
        font-weight: normal;
        position: relative;
        top: -5px;
        padding-right: 50px; }
        @media screen and (min-width: 1280px) {
          .description-row .custom-text .text-row .text {
            width: clac(100% - 4.58333vw);
            font-size: 1.11111vw;
            top: -0.34722vw;
            padding-right: 3.47222vw; } }
        @media screen and (max-width: 1023px) {
          .description-row .custom-text .text-row .text {
            max-width: 330px; } }
        @media screen and (max-width: 767px) {
          .description-row .custom-text .text-row .text {
            font-size: 14px;
            line-height: 21px;
            padding-top: 3px; } }
      .description-row .custom-text .text-row .img {
        width: 66px;
        text-align: left; }
        @media screen and (min-width: 1280px) {
          .description-row .custom-text .text-row .img {
            width: 4.58333vw; } }
        .description-row .custom-text .text-row .img svg {
          fill: none;
          width: 36px;
          height: 36px;
          border: 1.5px solid #dddddd;
          padding: 10px; }
          @media screen and (min-width: 1280px) {
            .description-row .custom-text .text-row .img svg {
              width: 2.5vw;
              height: 2.5vw;
              padding: 0.69444vw; } }
      .description-row .custom-text .text-row .desined-row {
        max-width: 150px; }
        @media screen and (min-width: 1280px) {
          .description-row .custom-text .text-row .desined-row {
            max-width: 10.41667vw; } }
  .description-row .custom-text + .des-content {
    width: 720px;
    padding-right: 150px;
    order: 1; }
    @media screen and (min-width: 1280px) {
      .description-row .custom-text + .des-content {
        width: 50vw;
        padding-right: 10.41667vw; } }
    @media screen and (max-width: 1023px) {
      .description-row .custom-text + .des-content {
        width: 100%;
        padding-right: 0; } }

.productView-image {
  margin: 0;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.productView-img-container {
  margin: 0 auto; }
  .productView-img-container:after {
    display: none; }
  .productView-img-container img {
    position: static; }

.productView-images .MagicZoomGallery {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .productView-images .MagicZoomGallery {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .productView-images .MagicZoomGallery > [data-slide-id="zoom"] {
    width: calc(100% - 90px);
    order: 2; }
    @media screen and (min-width: 1280px) {
      .productView-images .MagicZoomGallery > [data-slide-id="zoom"] {
        width: calc(100% - 6.25vw); } }
    @media screen and (max-width: 767px) {
      .productView-images .MagicZoomGallery > [data-slide-id="zoom"] {
        width: 100%;
        order: 1; } }
    .productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint {
      bottom: auto;
      top: 0;
      padding: 0;
      text-align: right; }
      @media screen and (max-width: 767px) {
        .productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint {
          display: none; } }
      .productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint .mz-hint-message {
        border-radius: 0;
        width: 68px;
        height: 34px;
        background: #ffffff;
        border: 1px solid #000000;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-weight: 500;
        font-size: 0px;
        line-height: 15px;
        font-family: "Roboto Mono", sans-serif;
        text-transform: uppercase;
        color: #000000;
        float: right;
        margin-right: 18px; }
        @media screen and (min-width: 1280px) {
          .productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint .mz-hint-message {
            height: 2.36111vw;
            line-height: 1.04167vw;
            margin-right: 1.25vw; } }
        @media screen and (max-width: 1023px) {
          .productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint .mz-hint-message {
            margin-right: 0px; } }
        .productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint .mz-hint-message:before {
          display: none; }
        .productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint .mz-hint-message:after {
          content: "Zoom";
          font-weight: 500;
          font-size: 11px;
          line-height: 15px;
          font-family: "Roboto Mono", sans-serif;
          text-transform: uppercase;
          color: #000000; }
          @media screen and (min-width: 1280px) {
            .productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint .mz-hint-message:after {
              font-size: 0.76389vw;
              line-height: 1.04167vw; } }
        .productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint .mz-hint-message:hover {
          background: #000000;
          color: #ffffff; }
          .productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint .mz-hint-message:hover:after {
            color: #ffffff; }
  .productView-images .MagicZoomGallery .MagicZoomSelectors {
    width: 80px;
    margin: 0 10px 0 0;
    margin-right: 10px;
    order: 1; }
    @media screen and (min-width: 1280px) {
      .productView-images .MagicZoomGallery .MagicZoomSelectors {
        width: 5.55556vw;
        margin-right: 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .productView-images .MagicZoomGallery .MagicZoomSelectors {
        width: 100%;
        order: 2; } }
    .productView-images .MagicZoomGallery .MagicZoomSelectors a {
      margin: 0 0 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 0;
      width: 80px;
      height: 80px; }
      @media screen and (min-width: 1280px) {
        .productView-images .MagicZoomGallery .MagicZoomSelectors a {
          width: 5.55556vw;
          height: 5.55556vw;
          margin-bottom: 1.38889vw; } }
      .productView-images .MagicZoomGallery .MagicZoomSelectors a img {
        max-height: 60px;
        max-width: 60px;
        filter: none !important;
        width: 60px;
        height: 60px; }
        @media screen and (min-width: 1280px) {
          .productView-images .MagicZoomGallery .MagicZoomSelectors a img {
            max-height: 4.16667vw;
            max-width: 4.16667vw;
            width: 4.16667vw;
            height: 4.16667vw; } }
      .productView-images .MagicZoomGallery .MagicZoomSelectors a:hover {
        -webkit-filter: none !important;
        filter: none !important; }
    .productView-images .MagicZoomGallery .MagicZoomSelectors .mz-thumb-selected.mz-thumb {
      border: 1.5px solid #ED1C29; }
      @media screen and (min-width: 1280px) {
        .productView-images .MagicZoomGallery .MagicZoomSelectors .mz-thumb-selected.mz-thumb {
          border-width: 0.10417vw; } }
      .productView-images .MagicZoomGallery .MagicZoomSelectors .mz-thumb-selected.mz-thumb img {
        padding: 0;
        border: 0px;
        filter: none !important;
        width: 60px;
        height: 60px;
        object-position: center;
        object-fit: cover; }
        @media screen and (min-width: 1280px) {
          .productView-images .MagicZoomGallery .MagicZoomSelectors .mz-thumb-selected.mz-thumb img {
            width: 4.16667vw;
            height: 4.16667vw; } }

.productView-images .MagicZoomSelectors a.active-magic-selector:before {
  display: none !important; }

.MagicZoomSelectors a:hover img, .active-magic-selector img {
  -webkit-filter: none !important;
  filter: none !important; }

a[data-zoom-id] img, .mz-thumb img {
  padding-bottom: 0 !important;
  border: 0px !important; }

.mz-thumb:not(.mz-thumb-selected):hover img {
  border: 0px !important; }

.productView-options .pro-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 5px 0; }
  @media screen and (min-width: 1280px) {
    .productView-options .pro-row {
      padding: 0.34722vw 0; } }
  .productView-options .pro-row .productView-info-name {
    width: 170px;
    padding: 1px 20px 0 0;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-family: "industrydemi", sans-serif;
    font-weight: normal;
    color: #000000; }
    @media screen and (min-width: 1280px) {
      .productView-options .pro-row .productView-info-name {
        width: 11.80556vw;
        padding-right: 1.38889vw;
        padding-top: 0.06944vw;
        font-size: 0.97222vw;
        line-height: 1.18056vw; } }
  .productView-options .pro-row .productView-info-value {
    width: calc(100% - 170px);
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    color: #000000;
    font-family: "industrybook", sans-serif; }
    @media screen and (min-width: 1280px) {
      .productView-options .pro-row .productView-info-value {
        width: calc(100% - 11.80556vw);
        font-size: 0.97222vw;
        line-height: 1.18056vw; } }

.pro-related-products + .container .jdgm-all-reviews-widget, .pro-related-products + .container .jdgm-rev-widg {
  border: 0;
  padding: 80px 0 65px;
  margin: 0; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-all-reviews-widget, .pro-related-products + .container .jdgm-rev-widg {
      padding: 5.55556vw 0 4.51389vw; } }
  @media screen and (max-width: 1023px) {
    .pro-related-products + .container .jdgm-all-reviews-widget, .pro-related-products + .container .jdgm-rev-widg {
      padding: 45px 0; } }
  @media screen and (max-width: 767px) {
    .pro-related-products + .container .jdgm-all-reviews-widget, .pro-related-products + .container .jdgm-rev-widg {
      padding: 40px 0 30px; } }

.pro-related-products + .container h2.jdgm-rev-widg__title {
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  font-family: "industrydemi", sans-serif;
  border-bottom: 1px solid #000000;
  padding-bottom: 40px;
  margin-bottom: 30px;
  font-weight: normal; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container h2.jdgm-rev-widg__title {
      font-size: 1.25vw;
      padding-bottom: 2.77778vw;
      margin-bottom: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    .pro-related-products + .container h2.jdgm-rev-widg__title {
      padding-bottom: 25px; } }

.pro-related-products + .container .jdgm-rev-widg__reviews {
  border: 1px solid #dddddd;
  padding-top: 0;
  margin-top: 30px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-rev-widg__reviews {
      margin-top: 2.08333vw; } }
  .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-quest, .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev {
    border-top: 1px solid #dddddd;
    padding: 40px;
    margin: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    @media screen and (min-width: 1280px) {
      .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-quest, .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev {
        padding: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-quest, .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev {
        padding: 20px; } }
    .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-quest:first-child, .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev:first-child {
      border-top: 0px; }
    .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-quest .jdgm-rev__header, .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header {
      width: 250px;
      margin-bottom: 0;
      padding-right: 40px;
      /*.jdgm-rev__icon {
          order:1;
        }
        .jdgm-rev__rating {
          order:3;
        }
        .jdgm-rev__timestamp {
          order:4;
        }
        .jdgm-rev__br {
          display: none;
        }
        .jdgm-rev__buyer-badge-wrapper {
          display: none;
        }
        .jdgm-rev__author-wrapper {
          order: 2;
        }*/ }
      @media screen and (min-width: 1280px) {
        .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-quest .jdgm-rev__header, .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header {
          width: 17.36111vw;
          padding-right: 2.77778vw; } }
      @media screen and (max-width: 767px) {
        .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-quest .jdgm-rev__header, .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header {
          width: 100%; } }
    .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-quest .jdgm-rev__content, .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content {
      width: calc(100% - 250px); }
      @media screen and (min-width: 1280px) {
        .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-quest .jdgm-rev__content, .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content {
          width: calc(100% - 17.36111vw); } }
      @media screen and (max-width: 767px) {
        .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-quest .jdgm-rev__content, .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__content {
          width: 100%;
          padding-top: 20px; } }

.pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row.jdgm-histogram__clear-filter {
  display: none; }

.pro-price-row [data-content-region="product_below_price"] {
  display: none; }

.pro-price-row .productView-rating {
  display: none; }

.pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge {
  display: flex !important;
  justify-content: flex-end;
  align-items: center; }
  .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__text {
    font-size: 12px;
    color: #000000;
    font-family: "industrybook", sans-serif;
    font-weight: normal; }
    @media screen and (min-width: 1280px) {
      .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__text {
        font-size: 0.83333vw; } }
    .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__text:hover {
      color: #ED1C29; }
  .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars {
    position: relative;
    top: 3px;
    right: -7px; }
    @media screen and (min-width: 1280px) {
      .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars {
        top: 0.20833vw;
        right: -0.48611vw; } }
    .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--off {
      padding-right: 2px !important; }
      @media screen and (min-width: 1280px) {
        .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--off {
          padding-right: 0.13889vw !important; } }
      .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--off:before {
        content: "" !important;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_110_7)'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M8.99994 1L11.0206 7.21885H17.5594L12.2694 11.0623L14.29 17.2812L8.99994 13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885H6.97931L8.99994 1Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0206 7.21885L8.99994 1L6.97931 7.21885H0.44043L5.7305 11.0623L3.70987 17.2812L8.99994 13.4377L14.29 17.2812L12.2694 11.0623L17.5594 7.21885H11.0206ZM15.0696 8.02784H10.4328L8.99994 3.61794L7.56708 8.02784H2.93024L6.68152 10.7533L5.24866 15.1632L8.99994 12.4377L12.7512 15.1632L11.3184 10.7533L15.0696 8.02784Z' fill='%23ED1C29'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_110_7'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-size: 13px auto !important;
        background-repeat: no-repeat !important;
        display: block;
        float: left;
        margin-top: 1px;
        height: 16px !important;
        width: 16px !important; }
        @media screen and (min-width: 1280px) {
          .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--off:before {
            height: 1.11111vw !important;
            width: 1.11111vw !important;
            background-size: 0.90278vw auto !important;
            margin-top: 0.06944vw; } }
    .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--on {
      padding-right: 2px !important; }
      @media screen and (min-width: 1280px) {
        .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--on {
          padding-right: 0.13889vw !important; } }
      .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--on:before {
        content: "" !important;
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5L7.95934 4.99139H12.6819L8.86126 7.76722L10.3206 12.2586L6.5 9.48278L2.6794 12.2586L4.13874 7.76722L0.318133 4.99139H5.04066L6.5 0.5Z' fill='%23ED1C29'/%3E%3C/svg%3E%0A") !important;
        background-size: 13px auto !important;
        background-repeat: no-repeat !important;
        display: block;
        float: left;
        margin-top: 1px;
        height: 16px !important;
        width: 16px !important; }
        @media screen and (min-width: 1280px) {
          .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--on:before {
            height: 1.11111vw !important;
            width: 1.11111vw !important;
            background-size: 0.90278vw auto !important;
            margin-top: 0.06944vw; } }
    .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--half {
      padding-right: 2px !important; }
      @media screen and (min-width: 1280px) {
        .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--half {
          padding-right: 0.13889vw !important; } }
      .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--half:before {
        content: "" !important;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_110_7)'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M8.99994 1L11.0206 7.21885H17.5594L12.2694 11.0623L14.29 17.2812L8.99994 13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885H6.97931L8.99994 1Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0206 7.21885L8.99994 1L6.97931 7.21885H0.44043L5.7305 11.0623L3.70987 17.2812L8.99994 13.4377L14.29 17.2812L12.2694 11.0623L17.5594 7.21885H11.0206ZM15.0696 8.02784H10.4328L8.99994 3.61794L7.56708 8.02784H2.93024L6.68152 10.7533L5.24866 15.1632L8.99994 12.4377L12.7512 15.1632L11.3184 10.7533L15.0696 8.02784Z' fill='%23ED1C29'/%3E%3Cpath d='M8.99994 1V13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885L6.97931 7.21885L8.99994 1Z' fill='%23ED1C29'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_110_7'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
        background-size: 13px auto !important;
        background-repeat: no-repeat !important;
        display: block;
        float: left;
        margin-top: 1px;
        height: 16px !important;
        width: 16px !important; }
        @media screen and (min-width: 1280px) {
          .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__stars .jdgm-star.jdgm--half:before {
            height: 1.11111vw !important;
            width: 1.11111vw !important;
            background-size: 0.90278vw auto !important;
            margin-top: 0.06944vw; } }

.pro-related-products + .container .jdgm-widget .jdgm-form__title-fieldset {
  clear: both; }

@media screen and (max-width: 767px) {
  .pro-related-products + .container .jdgm-widget .jdgm-sort-dropdown-wrapper {
    margin-top: 20px; } }

.pro-related-products + .container .jdgm-widget .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow {
  display: none !important; }

.pro-related-products + .container .jdgm-widget .jdgm-sort-dropdown.jdgm-sort-dropdown {
  border: 0px;
  font-size: 13px;
  font-family: "industrybook", sans-serif;
  color: #000000;
  padding: 0 20px 0 0;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='8' viewBox='0 0 13 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.03033 5.43842L1.06066 0.46875L0 1.52941L6.03033 7.55974L12.0607 1.52941L11 0.46875L6.03033 5.43842Z' fill='black'/%3E%3C/svg%3E");
  background-size: 8px auto;
  background-position: right center;
  background-repeat: no-repeat;
  max-width: 100px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-sort-dropdown.jdgm-sort-dropdown {
      font-size: 0.90278vw;
      padding: 0 1.38889vw 0 0;
      background-size: 0.55556vw auto;
      max-width: 6.94444vw; } }

.pro-related-products + .container .jdgm-widget .jdgm-form__title-fieldset > label, .pro-related-products + .container .jdgm-widget .jdgm-form__body-fieldset > label, .pro-related-products + .container .jdgm-widget .jdgm-form__name-fieldset > label {
  font-size: 14px;
  color: #000000;
  font-family: "industrymedium", sans-serif;
  font-weight: normal;
  margin: 10px 5px 10px 0; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-form__title-fieldset > label, .pro-related-products + .container .jdgm-widget .jdgm-form__body-fieldset > label, .pro-related-products + .container .jdgm-widget .jdgm-form__name-fieldset > label {
      font-size: 0.97222vw;
      margin: 0.69444vw 0.34722vw 0.69444vw 0; } }

.pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset {
  clear: both; }
  .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset label {
    font-size: 14px;
    color: #000000;
    font-family: "industrymedium", sans-serif;
    font-weight: normal; }
    @media screen and (min-width: 1280px) {
      .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset label {
        font-size: 0.97222vw; } }
  .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star {
    display: inline-block !important; }
  .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--off {
    padding-right: 2px !important; }
    @media screen and (min-width: 1280px) {
      .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--off {
        padding-right: 0.13889vw !important; } }
    .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--off:before {
      content: "" !important;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_110_7)'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M8.99994 1L11.0206 7.21885H17.5594L12.2694 11.0623L14.29 17.2812L8.99994 13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885H6.97931L8.99994 1Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0206 7.21885L8.99994 1L6.97931 7.21885H0.44043L5.7305 11.0623L3.70987 17.2812L8.99994 13.4377L14.29 17.2812L12.2694 11.0623L17.5594 7.21885H11.0206ZM15.0696 8.02784H10.4328L8.99994 3.61794L7.56708 8.02784H2.93024L6.68152 10.7533L5.24866 15.1632L8.99994 12.4377L12.7512 15.1632L11.3184 10.7533L15.0696 8.02784Z' fill='%23ED1C29'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_110_7'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      background-size: 13px auto !important;
      background-repeat: no-repeat !important;
      display: block;
      float: left;
      margin-top: 1px;
      height: 16px !important;
      width: 16px !important; }
      @media screen and (min-width: 1280px) {
        .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--off:before {
          background-size: 0.90278vw auto !important;
          margin-top: 0.06944vw;
          height: 1.11111vw !important;
          width: 1.11111vw !important; } }
  .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--on {
    padding-right: 2px !important; }
    @media screen and (min-width: 1280px) {
      .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--on {
        padding-right: 0.13889vw !important; } }
    .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--on:before {
      content: "" !important;
      background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5L7.95934 4.99139H12.6819L8.86126 7.76722L10.3206 12.2586L6.5 9.48278L2.6794 12.2586L4.13874 7.76722L0.318133 4.99139H5.04066L6.5 0.5Z' fill='%23ED1C29'/%3E%3C/svg%3E%0A") !important;
      background-size: 13px auto !important;
      background-repeat: no-repeat !important;
      display: block;
      float: left;
      margin-top: 1px;
      height: 16px !important;
      width: 16px !important; }
      @media screen and (min-width: 1280px) {
        .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--on:before {
          background-size: 0.90278vw auto !important;
          margin-top: 0.06944vw;
          height: 1.11111vw !important;
          width: 1.11111vw !important; } }
  .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--half {
    padding-right: 2px !important; }
    @media screen and (min-width: 1280px) {
      .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--half {
        padding-right: 0.13889vw !important; } }
    .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--half:before {
      content: "" !important;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_110_7)'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M8.99994 1L11.0206 7.21885H17.5594L12.2694 11.0623L14.29 17.2812L8.99994 13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885H6.97931L8.99994 1Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0206 7.21885L8.99994 1L6.97931 7.21885H0.44043L5.7305 11.0623L3.70987 17.2812L8.99994 13.4377L14.29 17.2812L12.2694 11.0623L17.5594 7.21885H11.0206ZM15.0696 8.02784H10.4328L8.99994 3.61794L7.56708 8.02784H2.93024L6.68152 10.7533L5.24866 15.1632L8.99994 12.4377L12.7512 15.1632L11.3184 10.7533L15.0696 8.02784Z' fill='%23ED1C29'/%3E%3Cpath d='M8.99994 1V13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885L6.97931 7.21885L8.99994 1Z' fill='%23ED1C29'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_110_7'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
      background-size: 13px auto !important;
      background-repeat: no-repeat !important;
      display: block;
      float: left;
      margin-top: 1px;
      height: 16px !important;
      width: 16px !important; }
      @media screen and (min-width: 1280px) {
        .pro-related-products + .container .jdgm-widget .jdgm-form__rating-fieldset .jdgm-form__rating .jdgm-star.jdgm--half:before {
          height: 1.11111vw !important;
          width: 1.11111vw !important;
          background-size: 0.90278vw auto !important;
          margin-top: 0.06944vw; } }

.pro-related-products + .container .jdgm-widget textarea {
  border: 1px solid #000000;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "industrybook", sans-serif;
  font-weight: normal;
  color: #000000;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget textarea {
      padding: 0.69444vw 1.38889vw;
      font-size: 0.97222vw;
      margin-bottom: 1.38889vw; } }

.pro-related-products + .container .jdgm-widget input[type="text"], .pro-related-products + .container .jdgm-widget input[type="email"] {
  min-height: 44px;
  border: 1px solid #000000;
  padding: 10px 20px;
  font-size: 14px;
  font-family: "industrybook", sans-serif;
  font-weight: normal;
  color: #000000; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget input[type="text"], .pro-related-products + .container .jdgm-widget input[type="email"] {
      padding: 0.69444vw 1.38889vw;
      font-size: 0.97222vw; } }

.pro-related-products + .container .jdgm-widget .jdgm-rev__author {
  font-size: 14px;
  font-family: "industrydemi", sans-serif;
  color: #000000;
  font-weight: normal; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev__author {
      font-size: 0.97222vw;
      line-height: 1.52778vw; } }

.pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--off {
  padding-right: 3px !important; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--off {
      padding-right: 0.20833vw !important; } }
  .pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--off:before {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5L7.95934 4.99139H12.6819L8.86126 7.76722L10.3206 12.2586L6.5 9.48278L2.6794 12.2586L4.13874 7.76722L0.318133 4.99139H5.04066L6.5 0.5Z' fill='%23dddddd'/%3E%3C/svg%3E%0A") !important;
    background-size: 13px auto !important;
    background-repeat: no-repeat !important;
    height: 13px !important;
    width: 13px !important;
    display: block; }
    @media screen and (min-width: 1280px) {
      .pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--off:before {
        height: 0.90278vw !important;
        width: 0.90278vw !important;
        background-size: 0.90278vw auto !important; } }

.pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--on {
  padding-right: 3px !important; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--on {
      padding-right: 0.20833vw !important; } }
  .pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--on:before {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5L7.95934 4.99139H12.6819L8.86126 7.76722L10.3206 12.2586L6.5 9.48278L2.6794 12.2586L4.13874 7.76722L0.318133 4.99139H5.04066L6.5 0.5Z' fill='%23ED1C29'/%3E%3C/svg%3E%0A") !important;
    background-size: 13px auto !important;
    background-repeat: no-repeat !important;
    height: 13px !important;
    width: 13px !important;
    display: block;
    float: left; }
    @media screen and (min-width: 1280px) {
      .pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--on:before {
        height: 0.90278vw !important;
        width: 0.90278vw !important;
        background-size: 0.90278vw auto !important; } }

.pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--half {
  padding-right: 3px !important; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--half {
      padding-right: 0.20833vw !important; } }
  .pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--half:before {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_110_7)'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M8.99994 1L11.0206 7.21885H17.5594L12.2694 11.0623L14.29 17.2812L8.99994 13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885H6.97931L8.99994 1Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0206 7.21885L8.99994 1L6.97931 7.21885H0.44043L5.7305 11.0623L3.70987 17.2812L8.99994 13.4377L14.29 17.2812L12.2694 11.0623L17.5594 7.21885H11.0206ZM15.0696 8.02784H10.4328L8.99994 3.61794L7.56708 8.02784H2.93024L6.68152 10.7533L5.24866 15.1632L8.99994 12.4377L12.7512 15.1632L11.3184 10.7533L15.0696 8.02784Z' fill='%23ED1C29'/%3E%3Cpath d='M8.99994 1V13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885L6.97931 7.21885L8.99994 1Z' fill='%23ED1C29'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_110_7'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: 13px auto !important;
    background-repeat: no-repeat !important;
    height: 13px !important;
    width: 13px !important;
    display: block;
    float: left; }
    @media screen and (min-width: 1280px) {
      .pro-related-products + .container .jdgm-widget .jdgm-rev__rating .jdgm-star.jdgm--half:before {
        height: 0.90278vw !important;
        width: 0.90278vw !important;
        background-size: 0.90278vw auto !important; } }

.pro-related-products + .container .jdgm-widget .jdgm-rev__timestamp {
  font-size: 12px;
  color: #686868;
  font-family: "industrybook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev__timestamp {
      font-size: 0.83333vw; } }

.pro-related-products + .container .jdgm-widget .jdgm-rev__icon {
  width: 50px;
  height: 50px;
  margin-right: 18px;
  background: #f5f5f5;
  font-size: 14px;
  font-family: "industrydemi", sans-serif;
  color: #999;
  padding-top: 1px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev__icon {
      width: 3.47222vw;
      height: 3.47222vw;
      margin-right: 1.25vw;
      font-size: 0.97222vw;
      padding-top: 0.06944vw; } }

.pro-related-products + .container .jdgm-widget .jdgm-rev__title {
  color: #000000;
  font-family: "industrydemi", sans-serif;
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev__title {
      font-size: 0.97222vw;
      padding-bottom: 0.69444vw; } }

.pro-related-products + .container .jdgm-widget .jdgm-rev__body p {
  font-family: "industrybook", sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #4f4f4f; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev__body p {
      font-size: 0.97222vw; } }

.pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary {
  width: 292px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary {
      width: 20.27778vw; } }
  @media screen and (max-width: 1023px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary {
      width: 210px; } }
  @media screen and (max-width: 767px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary {
      margin-bottom: 0; } }
  .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars {
    order: 2; }
    .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-star.jdgm--off {
      padding-right: 6px !important;
      display: block !important;
      float: left; }
      @media screen and (min-width: 1280px) {
        .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-star.jdgm--off {
          padding-right: 0.41667vw !important; } }
      .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-star.jdgm--off:before {
        content: "" !important;
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5L7.95934 4.99139H12.6819L8.86126 7.76722L10.3206 12.2586L6.5 9.48278L2.6794 12.2586L4.13874 7.76722L0.318133 4.99139H5.04066L6.5 0.5Z' fill='%23dddddd'/%3E%3C/svg%3E%0A") !important;
        background-size: 18px auto !important;
        background-repeat: no-repeat !important;
        height: 18px !important;
        width: 18px !important;
        display: block; }
        @media screen and (min-width: 1280px) {
          .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-star.jdgm--off:before {
            height: 1.25vw !important;
            width: 1.25vw !important;
            background-size: 1.25vw auto !important; } }
    .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-star.jdgm--on {
      padding-right: 6px !important;
      display: block !important;
      float: left; }
      @media screen and (min-width: 1280px) {
        .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-star.jdgm--on {
          padding-right: 0.41667vw !important; } }
      .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-star.jdgm--on:before {
        content: "" !important;
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5L7.95934 4.99139H12.6819L8.86126 7.76722L10.3206 12.2586L6.5 9.48278L2.6794 12.2586L4.13874 7.76722L0.318133 4.99139H5.04066L6.5 0.5Z' fill='%23ED1C29'/%3E%3C/svg%3E%0A") !important;
        background-size: 18px auto !important;
        background-repeat: no-repeat !important;
        height: 18px !important;
        width: 18px !important;
        display: block;
        float: left; }
        @media screen and (min-width: 1280px) {
          .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-stars .jdgm-star.jdgm--on:before {
            height: 1.25vw !important;
            width: 1.25vw !important;
            background-size: 1.25vw auto !important; } }
  .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text {
    order: 1;
    font-size: 14px;
    line-height: 160%;
    font-family: "industrydemi", sans-serif;
    color: #4f4f4f;
    font-weight: normal;
    width: 100%;
    margin-bottom: 6px; }
    @media screen and (min-width: 1280px) {
      .pro-related-products + .container .jdgm-widget .jdgm-rev-widg__summary .jdgm-rev-widg__summary-text {
        font-size: 0.97222vw;
        margin-bottom: 0.41667vw; } }

.pro-related-products + .container .jdgm-widget .jdgm-histogram {
  border: 0;
  padding: 0;
  margin: 0; }
  .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 8px;
    height: 20px; }
    @media screen and (min-width: 1280px) {
      .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row {
        margin: 0 0 0.27778vw 0;
        height: 1.38889vw; } }
    .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star {
      order: 2; }
      .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--off {
        padding-right: 2px !important; }
        @media screen and (min-width: 1280px) {
          .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--off {
            padding-right: 0.13889vw !important; } }
        .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--off:before {
          content: "" !important;
          background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_110_7)'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M8.99994 1L11.0206 7.21885H17.5594L12.2694 11.0623L14.29 17.2812L8.99994 13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885H6.97931L8.99994 1Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0206 7.21885L8.99994 1L6.97931 7.21885H0.44043L5.7305 11.0623L3.70987 17.2812L8.99994 13.4377L14.29 17.2812L12.2694 11.0623L17.5594 7.21885H11.0206ZM15.0696 8.02784H10.4328L8.99994 3.61794L7.56708 8.02784H2.93024L6.68152 10.7533L5.24866 15.1632L8.99994 12.4377L12.7512 15.1632L11.3184 10.7533L15.0696 8.02784Z' fill='%23ED1C29'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_110_7'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          background-size: 13px auto !important;
          background-repeat: no-repeat !important;
          display: block;
          float: left;
          margin-top: 1px;
          height: 16px !important;
          width: 16px !important; }
          @media screen and (min-width: 1280px) {
            .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--off:before {
              background-size: 0.90278vw auto !important;
              margin-top: 0.06944vw;
              height: 1.11111vw !important;
              width: 1.11111vw !important; } }
      .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--on {
        padding-right: 2px !important; }
        @media screen and (min-width: 1280px) {
          .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--on {
            padding-right: 0.13889vw !important; } }
        .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--on:before {
          content: "" !important;
          background-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 0.5L7.95934 4.99139H12.6819L8.86126 7.76722L10.3206 12.2586L6.5 9.48278L2.6794 12.2586L4.13874 7.76722L0.318133 4.99139H5.04066L6.5 0.5Z' fill='%23ED1C29'/%3E%3C/svg%3E%0A") !important;
          background-size: 13px auto !important;
          background-repeat: no-repeat !important;
          display: block;
          float: left;
          margin-top: 1px;
          height: 16px !important;
          width: 16px !important; }
          @media screen and (min-width: 1280px) {
            .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--on:before {
              background-size: 0.90278vw auto !important;
              margin-top: 0.06944vw;
              height: 1.11111vw !important;
              width: 1.11111vw !important; } }
      .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--half {
        padding-right: 2px !important; }
        @media screen and (min-width: 1280px) {
          .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--half {
            padding-right: 0.13889vw !important; } }
        .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--half:before {
          content: "" !important;
          background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_110_7)'%3E%3Crect width='18' height='18' fill='white'/%3E%3Cpath d='M8.99994 1L11.0206 7.21885H17.5594L12.2694 11.0623L14.29 17.2812L8.99994 13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885H6.97931L8.99994 1Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0206 7.21885L8.99994 1L6.97931 7.21885H0.44043L5.7305 11.0623L3.70987 17.2812L8.99994 13.4377L14.29 17.2812L12.2694 11.0623L17.5594 7.21885H11.0206ZM15.0696 8.02784H10.4328L8.99994 3.61794L7.56708 8.02784H2.93024L6.68152 10.7533L5.24866 15.1632L8.99994 12.4377L12.7512 15.1632L11.3184 10.7533L15.0696 8.02784Z' fill='%23ED1C29'/%3E%3Cpath d='M8.99994 1V13.4377L3.70987 17.2812L5.7305 11.0623L0.44043 7.21885L6.97931 7.21885L8.99994 1Z' fill='%23ED1C29'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_110_7'%3E%3Crect width='18' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
          background-size: 13px auto !important;
          background-repeat: no-repeat !important;
          display: block;
          float: left;
          margin-top: 1px;
          height: 16px !important;
          width: 16px !important; }
          @media screen and (min-width: 1280px) {
            .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__star .jdgm-star.jdgm--half:before {
              height: 1.11111vw !important;
              width: 1.11111vw !important;
              background-size: 0.90278vw auto !important;
              margin-top: 0.06944vw; } }
    .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__bar {
      order: 3;
      width: 120px;
      margin: 0 20px;
      box-shadow: none;
      background: #ddd;
      height: 2px; }
      @media screen and (min-width: 1280px) {
        .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__bar {
          width: 8.33333vw;
          margin: 0 1.38889vw;
          height: 0.13889vw; } }
      .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__bar .jdgm-histogram__bar-content {
        background: #ED1C29;
        height: 2px;
        border: 0;
        box-shadow: none; }
        @media screen and (min-width: 1280px) {
          .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__bar .jdgm-histogram__bar-content {
            height: 0.13889vw; } }
    .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__percentage {
      order: 4;
      color: #000000;
      font-size: 13px;
      line-height: 16px;
      font-family: "industrybook", sans-serif;
      width: 30px; }
      @media screen and (min-width: 1440px) {
        .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__percentage {
          font-size: 0.90278vw;
          line-height: 1.11111vw;
          width: 2.08333vw; } }
    .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__frequency {
      order: 1;
      margin-left: 0;
      margin-right: 15px;
      color: #000000;
      font-size: 13px;
      line-height: 16px;
      font-family: "industrybook", sans-serif;
      width: 25px; }
      @media screen and (min-width: 1440px) {
        .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__frequency {
          font-size: 0.90278vw;
          line-height: 1.11111vw;
          margin-right: 1.04167vw;
          width: 1.73611vw; } }
      @media screen and (max-width: 767px) {
        .pro-related-products + .container .jdgm-widget .jdgm-histogram .jdgm-histogram__row .jdgm-histogram__frequency {
          width: 15px; } }

.pro-related-products + .container .jdgm-widget .jdgm-histogram__clear-filter {
  font-size: 14px;
  color: #000000;
  font-family: "industrymedium", sans-serif;
  margin-top: 10px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-histogram__clear-filter {
      font-size: 0.97222vw;
      margin-top: 0.69444vw; } }
  .pro-related-products + .container .jdgm-widget .jdgm-histogram__clear-filter:hover {
    color: #ED1C29; }

.pro-related-products + .container .jdgm-widget .jdgm-ask-question-btn, .pro-related-products + .container .jdgm-widget .jdgm-write-rev-link {
  background: #000000;
  height: 44px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 14px 20px;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border: 0;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
  line-height: 16px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-ask-question-btn, .pro-related-products + .container .jdgm-widget .jdgm-write-rev-link {
      font-size: 0.76389vw;
      padding: 0.97222vw 1.38889vw;
      height: 3.05556vw;
      line-height: 1.11111vw; } }
  @media screen and (max-width: 767px) {
    .pro-related-products + .container .jdgm-widget .jdgm-ask-question-btn, .pro-related-products + .container .jdgm-widget .jdgm-write-rev-link {
      margin: 30px 0; } }
  .pro-related-products + .container .jdgm-widget .jdgm-ask-question-btn:hover, .pro-related-products + .container .jdgm-widget .jdgm-write-rev-link:hover {
    background: #ED1C29;
    color: #ffffff;
    border: 0; }

.pro-related-products + .container .jdgm-widget .jdgm-question-form-wrapper, .pro-related-products + .container .jdgm-widget .jdgm-form-wrapper {
  margin-top: 30px;
  border-top-color: #dddddd; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-question-form-wrapper, .pro-related-products + .container .jdgm-widget .jdgm-form-wrapper {
      margin-top: 2.08333vw; } }
  .pro-related-products + .container .jdgm-widget .jdgm-question-form-wrapper .jdgm-form, .pro-related-products + .container .jdgm-widget .jdgm-form-wrapper .jdgm-form {
    padding-top: 20px; }
    @media screen and (min-width: 1280px) {
      .pro-related-products + .container .jdgm-widget .jdgm-question-form-wrapper .jdgm-form, .pro-related-products + .container .jdgm-widget .jdgm-form-wrapper .jdgm-form {
        padding-top: 1.38889vw; } }
    .pro-related-products + .container .jdgm-widget .jdgm-question-form-wrapper .jdgm-form .jdgm-widget label, .pro-related-products + .container .jdgm-widget .jdgm-form-wrapper .jdgm-form .jdgm-widget label {
      margin: 20px 5px 10px 0;
      font-size: 14px;
      font-family: "industrymedium", sans-serif;
      font-weight: normal;
      color: #000000; }
      @media screen and (min-width: 1280px) {
        .pro-related-products + .container .jdgm-widget .jdgm-question-form-wrapper .jdgm-form .jdgm-widget label, .pro-related-products + .container .jdgm-widget .jdgm-form-wrapper .jdgm-form .jdgm-widget label {
          margin: 1.38889vw 0.34722vw 0.69444vw 0;
          font-size: 0.97222vw; } }
    .pro-related-products + .container .jdgm-widget .jdgm-question-form-wrapper .jdgm-form .jdgm-form__reviewer-name-format-container .jdgm-form__inline-label.jdgm-always-visible, .pro-related-products + .container .jdgm-widget .jdgm-question-form-wrapper .jdgm-form .jdgm-form__reviewer-name-format-container .jdgm-form__reviewer-name-format-dropdown-wrapper, .pro-related-products + .container .jdgm-widget .jdgm-form-wrapper .jdgm-form .jdgm-form__reviewer-name-format-container .jdgm-form__inline-label.jdgm-always-visible, .pro-related-products + .container .jdgm-widget .jdgm-form-wrapper .jdgm-form .jdgm-form__reviewer-name-format-container .jdgm-form__reviewer-name-format-dropdown-wrapper {
      font-size: 12px;
      font-family: "industrybook", sans-serif;
      font-weight: normal;
      color: #1C1A1A; }
      @media screen and (min-width: 1280px) {
        .pro-related-products + .container .jdgm-widget .jdgm-question-form-wrapper .jdgm-form .jdgm-form__reviewer-name-format-container .jdgm-form__inline-label.jdgm-always-visible, .pro-related-products + .container .jdgm-widget .jdgm-question-form-wrapper .jdgm-form .jdgm-form__reviewer-name-format-container .jdgm-form__reviewer-name-format-dropdown-wrapper, .pro-related-products + .container .jdgm-widget .jdgm-form-wrapper .jdgm-form .jdgm-form__reviewer-name-format-container .jdgm-form__inline-label.jdgm-always-visible, .pro-related-products + .container .jdgm-widget .jdgm-form-wrapper .jdgm-form .jdgm-form__reviewer-name-format-container .jdgm-form__reviewer-name-format-dropdown-wrapper {
          font-size: 0.83333vw; } }

.pro-related-products + .container .jdgm-widget .jdgm-widget label {
  margin: 20px 5px 10px 0;
  font-size: 14px;
  font-family: "industrymedium", sans-serif;
  font-weight: normal;
  color: #000000; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-widget label {
      margin: 1.38889vw 0.34722vw 0.69444vw 0;
      font-size: 0.97222vw; } }

figure.mz-figure {
  width: 480px;
  height: 480px;
  padding: 40px; }
  @media screen and (min-width: 1280px) {
    figure.mz-figure {
      width: 33.33333vw;
      height: 33.33333vw;
      padding: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    figure.mz-figure {
      width: 59.259vw;
      height: 59.259vw; } }
  @media screen and (max-width: 767px) {
    figure.mz-figure {
      padding: 20px 20px 30px; } }
  @media screen and (max-width: 1023px) {
    figure.mz-figure img {
      width: 59.259vw;
      height: 59.259vw; } }

.description-row .custom-text .text-row .text.MADE.IN {
  max-width: 190px; }
  @media screen and (min-width: 1280px) {
    .description-row .custom-text .text-row .text.MADE.IN {
      max-width: 13.19444vw; } }

.pro-related-products .slick-list {
  min-width: 100%; }

.pro-related-products + .container h2.jdgm-rev-widg__title span {
  color: #ED1C29; }
  @media screen and (max-width: 767px) {
    .pro-related-products + .container h2.jdgm-rev-widg__title span {
      color: #000000; } }

.pro-related-products + .container .jdgm-rev__author-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 2px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-rev__author-wrapper {
      margin-bottom: 0.13889vw; } }

.productView-options [data-product-option-change] .form-field + .form-field {
  border-top: 0px;
  padding-top: 0; }

.productView-info .pro-row {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.productView-images {
  margin-bottom: 0px; }

.spin-figure.desktop.zoom-in img + a img {
  display: none; }

.spin-figure .sirv-spin-hint {
  top: auto !important;
  bottom: 0;
  transform: none !important;
  background: none;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  width: 130px;
  opacity: 1; }
  @media screen and (min-width: 1280px) {
    .spin-figure .sirv-spin-hint {
      width: 9.02778vw; } }
  @media screen and (max-width: 767px) {
    .spin-figure .sirv-spin-hint {
      top: 0 !important;
      bottom: 0;
      margin-left: -60px; } }

.sirv-spin-container .spin-figure a img {
  display: none !important; }

.sirv-spin-container.desktop .sirv-spin-button.fullscreen {
  display: none !important; }

.sirv-spin-button.fullscreen {
  display: none !important; }

.sirv-spin-hint span.hint-side.right, .sirv-spin-hint span.hint-side.left {
  display: none !important; }

.sirv-spin-hint span.hint-side.left + span {
  display: none !important; }

.sirv-spin-hint .hint-text {
  background: url(../img/dh-custom/viewing-360.svg) no-repeat left center;
  background-size: 27px auto;
  padding-left: 37px;
  width: 100% !important;
  text-align: left;
  min-height: 30px;
  line-height: 30px;
  font-size: 11px;
  font-family: "Roboto Mono", sans-serif;
  color: #000000;
  text-transform: uppercase;
  font-weight: 700; }
  @media screen and (min-width: 1280px) {
    .sirv-spin-hint .hint-text {
      background-size: 1.875vw auto;
      padding-left: 2.56944vw;
      min-height: 2.08333vw;
      line-height: 2.08333vw; } }

.sirv-spin-container .spin-figure {
  max-width: 400px !important;
  max-height: 400px !important; }
  @media screen and (min-width: 1280px) {
    .sirv-spin-container .spin-figure {
      max-width: 27.77778vw !important;
      max-height: 27.77778vw !important; } }

@media screen and (max-width: 1023px) {
  .productView-details.product-data {
    order: inherit; } }

.pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__text {
  position: relative;
  top: 3px; }
  @media screen and (min-width: 1280px) {
    .pro-price-row .jdgm-widget.jdgm-widget .jdgm-prev-badge .jdgm-prev-badge__text {
      top: 0.20833vw; } }

.pro-related-products .jdgm-widget div.jdgm-input-error {
  background: none;
  font-size: 12px;
  font-weight: normal;
  color: #ED1C29;
  padding-top: 5px;
  font-family: "industrybook", sans-serif;
  font-weight: normal; }
  @media screen and (min-width: 1280px) {
    .pro-related-products .jdgm-widget div.jdgm-input-error {
      font-size: 0.83333vw;
      padding-top: 0.34722vw; } }

.productView-options [data-product-option-change] .form-field .form-label {
  cursor: default; }

.MagicZoomGallery figure.mz-figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

.MagicZoomGallery .mz-loading .mz-hint.mz-hint-hidden {
  opacity: 1 !important;
  z-index: 99 !important; }

.productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint {
  opacity: 1 !important;
  z-index: 1 !important; }

.productView-images .MagicZoomGallery > [data-slide-id="zoom"] .mz-hint.mz-hint-hidden {
  opacity: 1 !important;
  z-index: 99 !important; }

@media screen and (max-width: 1023px) {
  .productView-images .MagicZoomGallery {
    max-height: 400px; } }

.productView-info-bulkPricing.pro-row {
  padding: 0px; }
  .productView-info-bulkPricing.pro-row .productView-info-value a {
    color: #000000;
    text-decoration: underline; }
    .productView-info-bulkPricing.pro-row .productView-info-value a:hover {
      color: #ED1C29; }

@media screen and (max-width: 767px) {
  .productView-images .MagicZoomGallery .MagicZoomSelectors .mz-thumb {
    border-radius: 0px !important;
    background: #ddd !important;
    max-height: 8px !important;
    max-width: 8px !important;
    border: 1px solid #ffffff !important;
    margin: 0 7px !important; } }

@media screen and (max-width: 767px) {
  .productView-images .MagicZoomGallery .MagicZoomSelectors .mz-thumb-selected.mz-thumb {
    background: #ED1C29 !important;
    border-color: #ED1C29 !important; } }

@media screen and (max-width: 767px) {
  figure.mz-figure {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important; } }

.pro-related-products + .container .jdgm-widget .jdgm-rev__timestamp {
  display: block;
  padding-bottom: 3px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-widget .jdgm-rev__timestamp {
      padding-bottom: 0.20833vw; } }

.productView-info .pro-row .productView-info-name {
  padding-top: 1px; }
  @media screen and (min-width: 1280px) {
    .productView-info .pro-row .productView-info-name {
      padding-top: 0.06944vw; } }

.alertBox-icon {
  padding-right: 10px; }
  @media screen and (min-width: 1280px) {
    .alertBox-icon {
      padding-right: 0.69444vw; } }

.alertBox {
  border-radius: 4px;
  font-size: 12px;
  padding: 10px 15px;
  margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .alertBox {
      border-radius: 0.27778vw;
      font-size: 0.83333vw;
      padding: 0.69444vw 1.04167vw;
      margin-bottom: 1.04167vw; } }

BODY MAIN#main-content DIV DIV DIV SECTION DIV DIV A#zoom > .mz-figure > img {
  max-height: 600px !important;
  max-width: 600px !important; }
  @media screen and (min-width: 1280px) {
    BODY MAIN#main-content DIV DIV DIV SECTION DIV DIV A#zoom > .mz-figure > img {
      max-height: 41.66667vw !important;
      max-width: 41.66667vw !important; } }

.form-field.pro-row.form-field--stock {
  display: none; }

.toggle.videoGallery.modal.open .modal-content {
  text-align: center; }

@media screen and (max-width: 768px) {
  #ab-icon-svg-hu-updated-icon-png {
    min-height: inherit; } }

@media screen and (max-width: 1023px) {
  .productView-images .MagicZoomGallery .MagicZoom {
    width: 100%; } }

@media screen and (max-width: 1023px) {
  .productView-images .MagicZoomGallery .MagicZoom figure.mz-figure {
    width: 100% !important; } }

@media screen and (max-width: 1023px) {
  BODY MAIN#main-content DIV DIV DIV SECTION DIV DIV A#zoom:not(.mz-no-rt-width-css) > .mz-figure:not(.mz-no-rt-width-css) > img {
    width: auto !important;
    max-height: 48vw !important; } }

@media screen and (max-width: 767px) {
  BODY MAIN#main-content DIV DIV DIV SECTION DIV DIV A#zoom:not(.mz-no-rt-width-css) > .mz-figure:not(.mz-no-rt-width-css) > img {
    width: auto !important;
    max-height: 77vw !important; } }

.pro-related-products + .container .jdgm-widget .jdgm-rev__title {
  text-transform: capitalize; }

.productView-options [data-product-option-change] .form-field {
  position: relative; }

.toggle.videoGallery {
  overflow-y: auto;
  min-height: inherit; }

@media screen and (max-width: 767px) {
  .toggle.videoGallery[data-video-gallery] {
    min-height: 240px; } }

@media screen and (max-width: 1023px) {
  .pro-des-row h3.title, .specification-row h3.title, .warranty-row h3.title {
    border-bottom: 0px;
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .MagicZoomSelectors a.active-magic-selector::before {
    display: none !important; } }

.jdgm-widget div.jdgm-input-error {
  background: none !important;
  color: #ED1C29 !important;
  font-size: 12px !important;
  font-family: "industrybook", sans-serif !important;
  font-weight: normal;
  padding-top: 10px; }
  @media screen and (min-width: 1280px) {
    .jdgm-widget div.jdgm-input-error {
      font-size: 0.83333vw !important;
      padding-top: 0.69444vw; } }

.toggle.videoGallery {
  overflow: visible;
  border-top: 0px; }
  .toggle.videoGallery .modal-close {
    top: -15px;
    right: -12px;
    background: #ffffff;
    line-height: 30px; }
    @media screen and (min-width: 1280px) {
      .toggle.videoGallery .modal-close {
        top: -1.04167vw;
        right: -0.83333vw;
        line-height: 2.08333vw; } }
    .toggle.videoGallery .modal-close svg {
      margin-left: 1px;
      top: -7px; }
      @media screen and (min-width: 1280px) {
        .toggle.videoGallery .modal-close svg {
          margin-left: 0.06944vw;
          top: -0.48611vw; } }
    .toggle.videoGallery .modal-close:hover svg {
      stroke: #ED1C29; }

.videoGallery-main {
  padding-bottom: 55.5%;
  padding-top: 0;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .videoGallery-main {
      margin-bottom: 1.38889vw; } }

.productView-price .price-section.price-section--withoutTax.non-sale-price--withoutTax {
  padding-right: 8px; }
  @media screen and (min-width: 1280px) {
    .productView-price .price-section.price-section--withoutTax.non-sale-price--withoutTax {
      padding-right: 0.55556vw; } }

div.Sirv[aria-hidden="false"] {
  display: none !important; }

.video-figure > img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  object-position: center; }
  @media screen and (min-width: 1280px) {
    .video-figure > img {
      width: 8.33333vw;
      height: 6.25vw; } }

.videoGallery-list {
  margin: 0 -10px;
  padding: 0 20px; }
  @media screen and (min-width: 1280px) {
    .videoGallery-list {
      margin: 0 -0.69444vw;
      padding: 0 1.38889vw; } }

[data-slide-id="spin"] {
  order: 2;
  width: calc(100% - 90px); }
  @media screen and (min-width: 1280px) {
    [data-slide-id="spin"] {
      width: calc(100% - 6.25vw); } }
  @media screen and (max-width: 1023px) {
    [data-slide-id="spin"] {
      width: 100%; } }
  [data-slide-id="spin"] .spin-figure.desktop.zoom-in:after {
    content: "Drag to Rotate";
    background: url(../img/dh-custom/viewing-360.svg) no-repeat left center;
    background-size: 27px auto;
    padding-left: 37px;
    text-align: left;
    min-height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-family: "Roboto Mono", sans-serif;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    bottom: 0px;
    width: 140px;
    margin: auto;
    left: 0;
    right: 0; }
    @media screen and (min-width: 1280px) {
      [data-slide-id="spin"] .spin-figure.desktop.zoom-in:after {
        background-size: 1.875vw auto;
        padding-left: 2.56944vw;
        min-height: 2.08333vw;
        line-height: 2.08333vw;
        width: 9.72222vw;
        font-size: 0.76389vw; } }
    @media screen and (max-width: 767px) {
      [data-slide-id="spin"] .spin-figure.desktop.zoom-in:after {
        bottom: auto;
        top: 0; } }

.spin-figure .sirv-spin-hint .hint-text {
  display: none !important; }

.productView-images .MagicZoomGallery .MagicZoomSelectors a.active-magic-selector {
  border: 1.5px solid #ed1c29; }
  @media screen and (min-width: 1280px) {
    .productView-images .MagicZoomGallery .MagicZoomSelectors a.active-magic-selector {
      border-width: 0.10417vw; } }

.productView-images .MagicZoomGallery .MagicZoomSelectors a img {
  object-fit: contain; }

.type-product[zoom-on="no"] .productView-images .MagicZoomGallery .MagicZoomSelectors .mz-thumb-selected.mz-thumb {
  border: 0px; }

.back-to-top {
  display: none;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border: 1px solid #000000;
  position: fixed;
  bottom: 70px;
  left: 15px;
  transition: opacity 0.2s ease-out;
  background: #ffffff;
  z-index: 999;
  padding: 11px 10px 5px; }
  @media screen and (min-width: 1280px) {
    .back-to-top {
      left: 1.04167vw;
      bottom: 4.86111vw;
      padding: 0.76389vw 0.69444vw 0.34722vw; } }
  .back-to-top svg {
    width: 18px;
    height: 18px;
    fill: #000000; }
    @media screen and (min-width: 1280px) {
      .back-to-top svg {
        width: 1.25vw;
        height: 1.25vw; } }
  .back-to-top:hover {
    background: #ED1C29;
    border-color: #ED1C29; }
    .back-to-top:hover svg {
      fill: #ffffff; }

.spin-figure.desktop.zoom-in {
  cursor: url(https://cdn11.bigcommerce.com/s-leqanvs82e/product_images/uploaded_images/product-zoom1.png), pointer !important; }

.sirv-spin-container.desktop .magnifier.inner, .sirv-spin-fullscreen.desktop .magnifier.inner {
  cursor: url(https://cdn11.bigcommerce.com/s-leqanvs82e/product_images/uploaded_images/product-zoom1.png), pointer !important; }

.sirv-spin-progress-bar {
  background: #ED1C29; }

@media screen and (max-width: 767px) {
  .SirvIcon.mz-thumb {
    display: none !important; } }

.mobile-only-view {
  display: none; }
  @media screen and (max-width: 767px) {
    .mobile-only-view {
      display: block;
      width: 100%;
      text-align: center;
      padding-top: 20px;
      position: relative; } }
  .mobile-only-view .spinopen {
    position: absolute;
    top: -30px;
    right: 0; }
  @media screen and (max-width: 767px) {
    .mobile-only-view .spinopen.element360-on {
      display: block !important; } }
  .mobile-only-view img {
    max-height: 40px;
    width: auto; }

@media screen and (max-width: 767px) {
  .productView-images {
    flex-wrap: wrap; } }

.pro-des-row .des-content li {
  list-style: none; }

.pro-des-row .des-content ul {
  margin-top: 25px; }
  @media screen and (min-width: 1280px) {
    .pro-des-row .des-content ul {
      margin-top: 1.73611vw; } }
  @media screen and (max-width: 1023px) {
    .pro-des-row .des-content ul {
      margin-top: 20px; } }
  .pro-des-row .des-content ul li {
    margin-bottom: 15px; }
    @media screen and (min-width: 1280px) {
      .pro-des-row .des-content ul li {
        margin-bottom: 1.04167vw; } }
    .pro-des-row .des-content ul li:last-child {
      margin-bottom: 0; }

.pro-des-row .des-content p + ul {
  margin-top: 0px; }

.price--rrp {
  display: none;
  padding-right: 0; }

.type-product .body .container[data-select2-id] {
  z-index: 1; }

.prokey-row {
  position: relative;
  z-index: 0; }

#InStockNotifyForm #InStockNotifyOutOfStock {
  font-family: "industrybook", sans-serif;
  font-size: 14px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    #InStockNotifyForm #InStockNotifyOutOfStock {
      font-size: 0.97222vw;
      margin-bottom: 1.04167vw; } }

#InStockNotifyForm #InStockNotifyInvalidEmail, #InStockNotifyForm #InStockNotifyEmail {
  width: calc(100% - 89px) !important;
  display: inline-block !important;
  font-family: "industrybook", sans-serif;
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    #InStockNotifyForm #InStockNotifyInvalidEmail, #InStockNotifyForm #InStockNotifyEmail {
      width: calc(100% - 6.94444vw) !important; } }
  @media screen and (max-width: 1279px) {
    #InStockNotifyForm #InStockNotifyInvalidEmail, #InStockNotifyForm #InStockNotifyEmail {
      width: calc(100% - 100px) !important; } }
  @media screen and (max-width: 1024px) {
    #InStockNotifyForm #InStockNotifyInvalidEmail, #InStockNotifyForm #InStockNotifyEmail {
      width: calc(100% - 100px) !important; } }
  #InStockNotifyForm #InStockNotifyInvalidEmail input, #InStockNotifyForm #InStockNotifyEmail input {
    width: 98% !important; }

#InStockNotifyForm #InStockNotifyButton {
  display: inline-block !important;
  margin: 0;
  text-align: right;
  vertical-align: bottom;
  margin: 0; }
  #InStockNotifyForm #InStockNotifyButton #InStockNotifyClick {
    margin: 0 !important; }

#instocknotify-container {
  border-top: 1px solid #000000;
  padding-top: 20px; }
  @media screen and (min-width: 1280px) {
    #instocknotify-container {
      padding-top: 1.38889vw; } }

#InStockNotifyComplete {
  font-family: "industrybook", sans-serif;
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px;
  background: #d4edda;
  padding: 10px 15px; }
  @media screen and (min-width: 1280px) {
    #InStockNotifyComplete {
      font-size: 0.97222vw;
      margin-bottom: 1.38889vw;
      padding: 0.69444vw 1.04167vw; } }

.pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__buyer-badge-wrapper {
  display: none !important; }

.pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__icon::after {
  background: #74E4A1;
  width: 16px;
  height: 16px;
  font-size: 9px;
  line-height: 15px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-rev-widg__reviews .jdgm-rev .jdgm-rev__header .jdgm-rev__icon::after {
      width: 1.11111vw;
      height: 1.11111vw;
      font-size: 0.625vw;
      line-height: 1.04167vw; } }

.pro-related-products + .container .jdgm-rev__pic-link {
  height: 120px;
  margin: 8px 5px 3px 0; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-rev__pic-link {
      height: 8.33333vw;
      margin: 0.55556vw 0.34722vw 0.20833vw 0; } }

.pro-related-products + .container .jdgm-paginate__page {
  color: #000000;
  font-size: 14px;
  padding: 4px 8px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-paginate__page {
      font-size: 0.97222vw;
      padding: 0.27778vw 0.55556vw; } }
  .pro-related-products + .container .jdgm-paginate__page:hover {
    color: #ED1C29; }

.pro-related-products + .container .jdgm-paginate__page.jdgm-curt {
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .pro-related-products + .container .jdgm-paginate__page.jdgm-curt {
      font-size: 0.97222vw; } }

.pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product:nth-of-type(2n) {
  margin-right: 1rem !important; }
  @media screen and (max-width: 1023px) {
    .pfSearchContainer.product-cards-results #pf-results-wrapper .category-list li.pf-product:nth-of-type(2n) {
      margin-right: 0px !important; } }

@media screen and (max-width: 1023px) {
  .type-product .alertBox .alertBox-icon {
    margin-top: 0; } }

.alertBox {
  border-radius: 0; }

.type-product .jdgm-rev-widg__body .jdgm-rev__rating {
  display: flex;
  padding-bottom: 4px; }

.modal {
  width: 900px; }
  @media screen and (min-width: 1280px) {
    .modal {
      width: 62.5vw; } }

#videoGallery-content {
  padding: 0 0 10px; }
  @media screen and (min-width: 1280px) {
    #videoGallery-content {
      padding: 0 0 0.69444vw; } }

.video-title {
  font-size: 15px;
  color: #000000;
  font-family: "industrydemi", sans-serif; }
  @media screen and (min-width: 1280px) {
    .video-title {
      font-size: 1.04167vw; } }

.video-description {
  font-family: "industrybook", sans-serif;
  font-size: 12px;
  color: #000000; }
  @media screen and (min-width: 1280px) {
    .video-description {
      font-size: 0.83333vw; } }

.video-figure {
  margin-right: 15px; }
  @media screen and (min-width: 1280px) {
    .video-figure {
      margin-right: 1.04167vw; } }

.modal--large {
  width: 1200px; }
  @media screen and (min-width: 1280px) {
    .modal--large {
      width: 83.33333vw; } }

.modal-close {
  font-size: 32px;
  color: #000000; }
  @media screen and (min-width: 1280px) {
    .modal-close {
      font-size: 2.22222vw; } }
  .modal-close:hover {
    color: #ED1C29; }
  .modal-close .aria-description--hidden {
    display: none !important; }
  .modal-close:before, .modal-close:after {
    display: none !important; }

.modal-body {
  padding: 30px; }
  @media screen and (min-width: 1280px) {
    .modal-body {
      padding: 2.08333vw; } }

.modal-close {
  height: 30px;
  width: 30px;
  top: 10px;
  right: 15px; }
  @media screen and (min-width: 1280px) {
    .modal-close {
      height: 2.08333vw;
      width: 2.08333vw;
      top: 0.69444vw;
      right: 1.04167vw; } }

.productView.productView--quickView .productView-thumbnails .slick-prev {
  background: none;
  top: -50px;
  left: 0;
  right: 0;
  transform: rotate(90deg);
  margin: 0 auto; }
  .productView.productView--quickView .productView-thumbnails .slick-prev:before {
    height: 16px;
    width: 10px;
    background: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L2 8L9 15' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat;
    background-size: 10px 16px; }
    @media screen and (min-width: 1280px) {
      .productView.productView--quickView .productView-thumbnails .slick-prev:before {
        height: 1.11111vw;
        width: 0.69444vw;
        background-size: 0.69444vw 1.11111vw; } }

.productView.productView--quickView .productView-thumbnails .slick-next {
  background: none;
  top: auto;
  bottom: -20px;
  left: 0;
  right: 0;
  transform: rotate(90deg);
  margin: 0 auto; }
  .productView.productView--quickView .productView-thumbnails .slick-next:before {
    height: 16px;
    width: 10px;
    background: url("data:image/svg+xml,%3Csvg width='10' height='16' viewBox='0 0 10 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L8 8L1 15' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A") no-repeat;
    background-size: 10px 16px; }
    @media screen and (min-width: 1280px) {
      .productView.productView--quickView .productView-thumbnails .slick-next:before {
        height: 1.11111vw;
        width: 0.69444vw;
        background-size: 0.69444vw 1.11111vw; } }

@media screen and (max-width: 1023px) {
  .productView.productView--quickView .productView-thumbnails .slick-track {
    width: 100% !important; } }

.home-instagram-gallery .eapps-instagram-feed-container + .eapps-link {
  z-index: 0 !important; }

.type-product.MZP-Light0 .mz-expand {
  background-color: transparent;
  background: rgba(0, 0, 0, 0.8); }
  .type-product.MZP-Light0 .mz-expand .mz-figure {
    display: flex;
    margin: 0 auto; }
  .type-product.MZP-Light0 .mz-expand .mz-figure > img {
    width: 100% !important;
    object-fit: contain;
    /*margin-left: -100px !important;
        @media screen and (min-width: 1280px) {
            margin-left:get-vw(-200px) !important;
        }*/ }
  .type-product.MZP-Light0 .mz-expand .mz-expand-bg > img {
    display: none; }

.modal--large .loadingOverlay {
  background-image: url(../img/Spinner-2.gif);
  background-repeat: no-repeat;
  background-position: center; }

.modal-background {
  z-index: 999999; }

.modal {
  z-index: 9999999; }

.type-cart .body {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 100px; }
  @media screen and (min-width: 1280px) {
    .type-cart .body {
      margin-bottom: 6.94444vw; } }
  @media screen and (max-width: 1023px) {
    .type-cart .body {
      margin-bottom: 50px; } }
  .type-cart .body .page-content {
    padding: 0; }
  .type-cart .body h1.page-heading {
    margin: 30px 0;
    font-size: 24px;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (min-width: 1280px) {
      .type-cart .body h1.page-heading {
        margin: 2.08333vw 0;
        font-size: 1.66667vw; } }
    .type-cart .body h1.page-heading span {
      height: 26px;
      width: 26px;
      background: #ED1C29;
      color: #ffffff;
      font-size: 14px;
      font-family: "industrymedium", sans-serif;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      margin-left: 10px;
      padding-top: 7px;
      padding-bottom: 6px; }
      @media screen and (min-width: 1280px) {
        .type-cart .body h1.page-heading span {
          height: 1.80556vw;
          width: 1.80556vw;
          margin-left: 0.69444vw;
          font-size: 0.97222vw;
          padding-top: 0.52083vw;
          padding-bottom: 0.41667vw; } }

@media screen and (max-width: 1023px) {
  .cart-content-padding-right {
    padding-right: 0;
    text-align: center; } }

@media screen and (max-width: 1023px) {
  .cart-content-padding-right.cart-additionalCheckoutButtons {
    margin: 5px ​auto 0; } }

.cart-custom-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .cart-custom-row {
      flex-wrap: wrap; } }
  .cart-custom-row .col1 {
    width: calc(100% - 380px);
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 1280px) {
      .cart-custom-row .col1 {
        width: calc(100% - 26.38889vw); } }
    @media screen and (max-width: 1023px) {
      .cart-custom-row .col1 {
        width: 100%; } }
  .cart-custom-row .col2 {
    width: 380px;
    padding-left: 60px; }
    @media screen and (min-width: 1280px) {
      .cart-custom-row .col2 {
        width: 26.38889vw;
        padding-left: 4.16667vw; } }
    @media screen and (max-width: 1023px) {
      .cart-custom-row .col2 {
        min-width: 100%;
        padding: 40px 0px 30px;
        background: #292C31;
        margin: 40px 0 0;
        width: auto;
        float: none;
        position: relative; } }
    .cart-custom-row .col2:after {
      content: "";
      background: #292C31;
      position: absolute;
      width: 590px;
      right: 0;
      height: 100%;
      top: 40px;
      z-index: -1; }
      @media screen and (min-width: 1280px) {
        .cart-custom-row .col2:after {
          width: 40.97222vw;
          top: 2.77778vw; } }
      @media screen and (max-width: 1023px) {
        .cart-custom-row .col2:after {
          min-width: 100%;
          left: -20px;
          right: -20px;
          width: auto;
          top: 0; } }

.type-cart .col2 h3.title {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  padding-bottom: 30px;
  border-bottom: 1px solid #ffffff;
  margin: 0;
  text-transform: none;
  font-family: "industrydemi", sans-serif;
  position: relative;
  margin-top: -50px; }
  @media screen and (min-width: 1280px) {
    .type-cart .col2 h3.title {
      font-size: 1.66667vw;
      padding-bottom: 2.08333vw;
      margin-top: -3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .type-cart .col2 h3.title {
      margin-top: 0; } }

.type-cart .col2 .cart-total + .cart-total {
  border-top: .5px solid #434A55; }

.type-cart .col2 .cart-total-label, .type-cart .col2 .cart-total-value {
  padding: 20px 0; }
  @media screen and (min-width: 1280px) {
    .type-cart .col2 .cart-total-label, .type-cart .col2 .cart-total-value {
      padding: 1.38889vw 0; } }

.type-cart .col2 .cart-total-label {
  font-size: 14px;
  font-family: "industrybook", sans-serif;
  color: #ffffff;
  font-weight: normal; }
  @media screen and (min-width: 1280px) {
    .type-cart .col2 .cart-total-label {
      font-size: 0.97222vw; } }
  @media screen and (max-width: 1023px) {
    .type-cart .col2 .cart-total-label {
      text-align: left; } }
  .type-cart .col2 .cart-total-label strong {
    font-weight: normal; }

.type-cart .col2 .cart-total-value {
  font-size: 14px;
  font-family: "industrydemi", sans-serif;
  color: #ffffff;
  font-weight: normal; }
  @media screen and (min-width: 1280px) {
    .type-cart .col2 .cart-total-value {
      font-size: 0.97222vw; } }
  @media screen and (max-width: 1023px) {
    .type-cart .col2 .cart-total-value {
      float: right; } }
  .type-cart .col2 .cart-total-value strong {
    font-weight: normal; }
  .type-cart .col2 .cart-total-value a {
    color: #ffffff; }
    .type-cart .col2 .cart-total-value a:hover {
      color: #ED1C29; }

.type-cart .shipping-estimate-show {
  font-size: 14px;
  font-family: "industrydemi", sans-serif;
  color: #ffffff;
  font-weight: normal;
  font-style: normal; }
  @media screen and (min-width: 1280px) {
    .type-cart .shipping-estimate-show {
      font-size: 0.97222vw; } }
  .type-cart .shipping-estimate-show:hover {
    color: #ED1C29; }

.type-cart .estimator-form-input {
  position: relative; }

.type-cart .shipping-estimate-submit {
  margin-bottom: 0; }

.type-cart .shipping-estimate-show[aria-expanded="true"] {
  font-style: normal; }

.type-cart .select2-container .select2-selection--single {
  border: 1px solid #ffffff;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #ffffff; }
  @media screen and (min-width: 1280px) {
    .type-cart .select2-container .select2-selection--single {
      height: 2.77778vw;
      padding: 10px 25px 10px 10px; } }
  @media screen and (min-width: 1280px) and (min-width: 1280px) {
    .type-cart .select2-container .select2-selection--single {
      padding: 0.69444vw 1.73611vw 0.69444vw 0.69444vw; } }
  .type-cart .select2-container .select2-selection--single .select2-selection__arrow {
    transform: none;
    top: 10px;
    right: 10px; }
    @media screen and (min-width: 1280px) {
      .type-cart .select2-container .select2-selection--single .select2-selection__arrow {
        top: 0.69444vw;
        right: 0.69444vw; } }
  .type-cart .select2-container .select2-selection--single .select2-selection__rendered {
    text-align: left;
    color: #000000; }

.type-cart .estimator-form-label .form-label {
  font-size: 12px;
  font-family: "industrybook", sans-serif;
  color: #ffffff;
  line-height: 40px; }
  @media screen and (min-width: 1280px) {
    .type-cart .estimator-form-label .form-label {
      font-size: 0.83333vw;
      line-height: 2.77778vw; } }

.type-cart .coupon-code-add, .type-cart .coupon-code-cancel, .type-cart .gift-certificate-add, .type-cart .gift-certificate-cancel {
  width: 20px;
  height: 20px;
  padding: 0;
  background: #ED1C29;
  border: 1px solid #ED1C29;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  float: right; }
  @media screen and (min-width: 1280px) {
    .type-cart .coupon-code-add, .type-cart .coupon-code-cancel, .type-cart .gift-certificate-add, .type-cart .gift-certificate-cancel {
      width: 1.38889vw;
      height: 1.38889vw; } }
  .type-cart .coupon-code-add svg, .type-cart .coupon-code-cancel svg, .type-cart .gift-certificate-add svg, .type-cart .gift-certificate-cancel svg {
    width: 8px;
    height: 8px;
    fill: #ffffff; }
    @media screen and (min-width: 1280px) {
      .type-cart .coupon-code-add svg, .type-cart .coupon-code-cancel svg, .type-cart .gift-certificate-add svg, .type-cart .gift-certificate-cancel svg {
        width: 0.55556vw;
        height: 0.55556vw; } }

.type-cart .gift-certificate-cancel, .type-cart .coupon-code-cancel {
  background: none;
  border-color: #ffffff; }

.type-cart .coupon-form, .type-cart .cart-gift-certificate-form {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .type-cart .coupon-form, .type-cart .cart-gift-certificate-form {
      margin-bottom: 1.38889vw; } }
  .type-cart .coupon-form .form-input, .type-cart .cart-gift-certificate-form .form-input {
    border: 1px solid #ffffff;
    height: 40px;
    width: calc(100% - 90px);
    font-size: 11px;
    font-family: "Roboto Mono", sans-serif;
    color: #77808E;
    padding: 10px 20px;
    background: none;
    border-right: 0; }
    @media screen and (min-width: 1280px) {
      .type-cart .coupon-form .form-input, .type-cart .cart-gift-certificate-form .form-input {
        font-size: 0.76389vw;
        padding: 0.69444vw 1.38889vw;
        height: 2.77778vw;
        width: calc(100% - 6.25vw); } }
  .type-cart .coupon-form .button.button--primary, .type-cart .cart-gift-certificate-form .button.button--primary {
    margin: 0;
    background: #ffffff;
    color: #000000;
    width: 90px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 10px;
    height: 40px; }
    @media screen and (min-width: 1280px) {
      .type-cart .coupon-form .button.button--primary, .type-cart .cart-gift-certificate-form .button.button--primary {
        height: 2.77778vw;
        padding: 0.69444vw;
        width: 6.25vw; } }
    .type-cart .coupon-form .button.button--primary:hover, .type-cart .cart-gift-certificate-form .button.button--primary:hover {
      background: #ED1C29;
      color: #ffffff; }

.type-cart .cart-totals {
  width: 100%;
  padding: 0;
  margin: 0; }

.type-cart .cart {
  border: 1px solid #dddddd;
  padding: 0;
  margin: 0;
  background: #ffffff; }
  @media screen and (max-width: 1023px) {
    .type-cart .cart {
      border-top: 0px;
      border-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .type-cart .cart tr {
      position: relative; } }
  .type-cart .cart tr td, .type-cart .cart tr th {
    padding: 20px; }
    @media screen and (min-width: 1280px) {
      .type-cart .cart tr td, .type-cart .cart tr th {
        padding: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .type-cart .cart tr td, .type-cart .cart tr th {
        padding: 10px;
        text-align: left; } }
    @media screen and (max-width: 767px) {
      .type-cart .cart tr td, .type-cart .cart tr th {
        padding: 5px 10px; } }
  .type-cart .cart tr .cart-item-image {
    object-fit: cover;
    width: 85px; }
    @media screen and (min-width: 1280px) {
      .type-cart .cart tr .cart-item-image {
        width: 5.90278vw; } }
  .type-cart .cart tr .cart-header-item {
    font-size: 12px;
    color: #000000;
    font-family: "industrydemi", sans-serif;
    font-weight: normal; }
    @media screen and (min-width: 1280px) {
      .type-cart .cart tr .cart-header-item {
        font-size: 0.83333vw; } }
  .type-cart .cart tr .cart-item-brand {
    display: none; }

.estimator-form {
  margin-bottom: 0.69444vw; }

.estimator-form-input .form-input {
  height: 40px;
  background: #ffffff;
  border-color: #ffffff;
  font-size: 11px;
  font-family: "industrybook", sans-serif;
  color: #000000;
  padding: 10px; }
  @media screen and (min-width: 1280px) {
    .estimator-form-input .form-input {
      padding: 0.69444vw;
      font-size: 0.76389vw;
      height: 2.77778vw; } }

.select2-search.select2-search--dropdown.show-dropdown {
  box-sizing: border-box; }
  .select2-search.select2-search--dropdown.show-dropdown .select2-search__field {
    background: #f5f5f5;
    border: 0px solid #000000;
    font-size: 11px;
    color: #000000;
    font-family: "Roboto Mono", sans-serif;
    padding: 10px;
    height: 40px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 10px; }
    @media screen and (min-width: 1280px) {
      .select2-search.select2-search--dropdown.show-dropdown .select2-search__field {
        font-size: 0.76389vw;
        padding: 0.69444vw;
        height: 2.77778vw;
        margin: 0 0 0.69444vw; } }

.select2-results .select2-results__options {
  max-height: 250px;
  overflow-y: auto;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .select2-results .select2-results__options {
      max-height: 17.36111vw; } }

.shipping-quotes {
  font-size: 12px;
  font-family: "industrybook", sans-serif;
  color: #ffffff;
  padding-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .shipping-quotes {
      padding-bottom: 1.38889vw;
      font-size: 0.83333vw; } }
  .shipping-quotes .estimator-form-row {
    margin-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .shipping-quotes .estimator-form-row {
        margin-bottom: 1.38889vw; } }
  .shipping-quotes .estimator-form--default ul {
    display: flex;
    margin: 0;
    width: 100%; }
    .shipping-quotes .estimator-form--default ul li {
      width: 100%; }
  .shipping-quotes .estimator-form-input {
    margin-bottom: 0;
    font-size: 12px;
    font-family: "industrymedium", sans-serif;
    color: #ffffff;
    font-weight: normal; }
    @media screen and (min-width: 1280px) {
      .shipping-quotes .estimator-form-input {
        font-size: 0.83333vw; } }
    .shipping-quotes .estimator-form-input b {
      font-weight: normal; }
  .shipping-quotes .form-radio + .form-label {
    line-height: normal;
    margin-bottom: 0;
    padding-left: 20px;
    font-size: 12px;
    font-family: "industrybook", sans-serif;
    color: #ffffff;
    padding-top: 1px; }
    @media screen and (min-width: 1280px) {
      .shipping-quotes .form-radio + .form-label {
        padding-left: 1.38889vw;
        font-size: 0.83333vw; } }
    .shipping-quotes .form-radio + .form-label:before {
      width: 12px;
      height: 12px;
      border-color: #ffffff;
      background: none; }
      @media screen and (min-width: 1440px) {
        .shipping-quotes .form-radio + .form-label:before {
          width: 0.83333vw;
          height: 0.83333vw; } }
    .shipping-quotes .form-radio + .form-label:after {
      height: 5px;
      width: 5px;
      background: #ffffff;
      margin-top: 0;
      top: 5px;
      left: 3px; }
      @media screen and (min-width: 1440px) {
        .shipping-quotes .form-radio + .form-label:after {
          height: 0.34722vw;
          width: 0.34722vw;
          top: 0.34722vw;
          left: 0.24306vw; } }

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

.type-cart .cart-additionalCheckoutButtons .FloatRight div, .type-cart .previewCart-additionalCheckoutButtons .FloatRight div {
  width: 100%; }

.type-cart .cart-additionalCheckoutButtons .or-use-label {
  color: #fff; }

.type-cart #zoid-paypal-buttons-uid_e479cc925f_mti6ntm6mtu {
  min-width: 100% !important; }

.type-cart .cart-actions .button {
  width: 100%; }

.type-cart .paypalCommerce-smart-buttons {
  margin: 10px 0; }
  @media screen and (min-width: 1280px) {
    .type-cart .paypalCommerce-smart-buttons {
      margin: 0.69444vw 0; } }

.cart-item-name {
  font-size: 12px;
  line-height: 14px;
  font-family: "industrydemi", sans-serif;
  font-weight: normal;
  display: block;
  text-align: left; }
  @media screen and (min-width: 1280px) {
    .cart-item-name {
      font-size: 0.83333vw;
      line-height: 0.97222vw; } }
  @media screen and (max-width: 1023px) {
    .cart-item-name {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .cart-item-name {
      margin-left: 0; } }
  .cart-item-name .cart-item-name__label {
    color: #000000; }
    .cart-item-name .cart-item-name__label:hover {
      color: #ED1C29; }

.definitionList + a, .cart-item-name + a {
  font-size: 12px;
  font-family: "industrybook", sans-serif;
  color: #000000;
  text-decoration: underline; }
  @media screen and (min-width: 1280px) {
    .definitionList + a, .cart-item-name + a {
      font-size: 0.83333vw; } }
  @media screen and (max-width: 767px) {
    .definitionList + a, .cart-item-name + a {
      margin-bottom: 10px;
      display: inline-block; } }
  .definitionList + a:hover, .cart-item-name + a:hover {
    color: #ED1C29; }

.cart-item-name + .definitionList {
  margin: 10px 0; }
  @media screen and (min-width: 1280px) {
    .cart-item-name + .definitionList {
      margin: 0.69444vw 0; } }
  .cart-item-name + .definitionList .definitionList-key {
    margin-right: 10px; }
    @media screen and (min-width: 1280px) {
      .cart-item-name + .definitionList .definitionList-key {
        margin-right: 0.69444vw; } }
  .cart-item-name + .definitionList .definitionList-key, .cart-item-name + .definitionList .definitionList-value {
    font-size: 12px;
    line-height: 14px;
    font-family: "industrybook", sans-serif;
    color: #000000; }
    @media screen and (min-width: 1280px) {
      .cart-item-name + .definitionList .definitionList-key, .cart-item-name + .definitionList .definitionList-value {
        font-size: 0.83333vw;
        line-height: 0.97222vw; } }

.cart-item-block.cart-item-title > a {
  display: flex; }

.cart-item-block.cart-item-info .cart-item-value {
  font-family: "Roboto Mono", sans-serif;
  color: #3F3F3F;
  font-size: 12px;
  font-weight: 500; }
  @media screen and (min-width: 1280px) {
    .cart-item-block.cart-item-info .cart-item-value {
      font-size: 0.83333vw; } }

.type-cart .cart .cart-header tr th:nth-child(4) {
  padding-right: 65px; }
  @media screen and (min-width: 1280px) {
    .type-cart .cart .cart-header tr th:nth-child(4) {
      padding-right: 4.51389vw; } }

.type-cart .cart .cart-header tr th:nth-child(1) {
  padding-left: 30px; }
  @media screen and (min-width: 1280px) {
    .type-cart .cart .cart-header tr th:nth-child(1) {
      padding-left: 2.08333vw; } }

.type-cart .cart tr td.cart-item-quantity {
  width: 120px;
  padding: 20px 10px; }
  @media screen and (min-width: 1280px) {
    .type-cart .cart tr td.cart-item-quantity {
      width: 8.33333vw;
      padding: 1.38889vw 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .type-cart .cart tr td.cart-item-quantity {
      width: 33.33%;
      padding: 10px; } }
  @media screen and (max-width: 767px) {
    .type-cart .cart tr td.cart-item-quantity {
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .type-cart .cart tr td.cart-item-quantity .cart-item-label {
      line-height: 37px; } }
  .type-cart .cart tr td.cart-item-quantity .form-increment {
    margin: 0;
    width: 100%;
    height: 36px;
    border: 1px solid #000000;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
    @media screen and (min-width: 1280px) {
      .type-cart .cart tr td.cart-item-quantity .form-increment {
        height: 2.5vw; } }
    @media screen and (max-width: 1023px) {
      .type-cart .cart tr td.cart-item-quantity .form-increment {
        max-width: 120px; } }
    @media screen and (max-width: 767px) {
      .type-cart .cart tr td.cart-item-quantity .form-increment {
        max-width: 120px;
        margin-left: 10px; } }
    @media screen and (max-width: 570px) {
      .type-cart .cart tr td.cart-item-quantity .form-increment {
        max-width: 85px; } }
    .type-cart .cart tr td.cart-item-quantity .form-increment .form-input--incrementTotal {
      border: 0;
      height: 32px;
      width: 40px;
      font-size: 14px;
      font-family: "Roboto Mono", sans-serif;
      color: #000000;
      font-weight: 500;
      padding: 5px;
      text-align: center; }
      @media screen and (min-width: 1280px) {
        .type-cart .cart tr td.cart-item-quantity .form-increment .form-input--incrementTotal {
          height: 2.22222vw;
          width: 2.77778vw;
          padding: 0.34722vw;
          font-size: 0.97222vw; } }
    .type-cart .cart tr td.cart-item-quantity .form-increment .form-input--incrementTotal + .button svg {
      fill: #000000;
      width: 8px;
      height: 8px; }
      @media screen and (min-width: 1280px) {
        .type-cart .cart tr td.cart-item-quantity .form-increment .form-input--incrementTotal + .button svg {
          width: 0.55556vw;
          height: 0.55556vw; } }
    .type-cart .cart tr td.cart-item-quantity .form-increment .form-input--incrementTotal + .button:hover svg {
      fill: #ED1C29; }
    .type-cart .cart tr td.cart-item-quantity .form-increment .button {
      height: 15px;
      width: 15px;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      background: none;
      border: 0; }
      @media screen and (min-width: 1280px) {
        .type-cart .cart tr td.cart-item-quantity .form-increment .button {
          width: 1.04167vw;
          height: 1.04167vw; } }
      .type-cart .cart tr td.cart-item-quantity .form-increment .button svg {
        width: 8px;
        height: 8px;
        fill: #555555;
        margin-top: 4px; }
        @media screen and (min-width: 1280px) {
          .type-cart .cart tr td.cart-item-quantity .form-increment .button svg {
            width: 0.55556vw;
            height: 0.55556vw;
            margin-top: 0.27778vw; } }
      .type-cart .cart tr td.cart-item-quantity .form-increment .button:hover, .type-cart .cart tr td.cart-item-quantity .form-increment .button:focus {
        background: none;
        border: 0px; }
        .type-cart .cart tr td.cart-item-quantity .form-increment .button:hover svg, .type-cart .cart tr td.cart-item-quantity .form-increment .button:focus svg {
          fill: #ED1C29; }

.cart-remove {
  padding: 0;
  margin-right: 10px;
  border: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  margin-left: 20px;
  width: 15px;
  height: 15px;
  margin-top: 4px; }
  @media screen and (min-width: 1280px) {
    .cart-remove {
      margin-right: 0.69444vw;
      margin-left: 1.38889vw;
      width: 1.04167vw;
      height: 1.04167vw;
      margin-top: 0.27778vw; } }
  @media screen and (max-width: 767px) {
    .cart-remove {
      position: absolute;
      top: 20px;
      right: 0px; } }
  .cart-remove svg {
    fill: #bbbbbb; }
  .cart-remove:hover svg {
    fill: #ED1C29; }

.cart-item-quantity + .cart-item-info {
  width: 160px; }
  @media screen and (min-width: 1280px) {
    .cart-item-quantity + .cart-item-info {
      width: 11.11111vw; } }
  @media screen and (max-width: 1023px) {
    .cart-item-quantity + .cart-item-info {
      width: 33.33%; } }
  @media screen and (max-width: 767px) {
    .cart-item-quantity + .cart-item-info {
      width: 100%; } }
  .cart-item-quantity + .cart-item-info .cart-item-value {
    font-weight: 700; }

.type-cart .body .paypalCommerce-smart-buttons > div {
  min-width: 100% !important; }

@media screen and (max-width: 1023px) {
  .cart-item-label {
    padding-left: 0;
    font-family: "industrybook", sans-serif;
    color: #000000; } }

@media screen and (max-width: 767px) {
  .cart-item-label {
    margin-right: 15px;
    width: 30.33%; } }

@media screen and (max-width: 1023px) {
  .cart-item-value {
    padding-left: 0; } }

@media screen and (max-width: 767px) {
  .cart-item-value {
    padding-left: 0px; } }

@media screen and (max-width: 1023px) {
  .cart-item-title {
    height: auto;
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .cart-item-title {
    padding-right: 30px; } }

.type-cart .select2-container {
  width: 100% !important;
  left: 0 !important;
  margin-top: 40px !important; }
  @media screen and (min-width: 1280px) {
    .type-cart .select2-container {
      margin-top: 2.77778vw !important; } }

.type-cart .select2-dropdown {
  width: 100% !important;
  left: 0 !important; }

.type-cart .body .alertBox--info {
  max-width: 760px; }
  @media screen and (min-width: 1280px) {
    .type-cart .body .alertBox--info {
      max-width: 52.77778vw; } }
  @media screen and (max-width: 1023px) {
    .type-cart .body .alertBox--info {
      max-width: 100%; } }

.swal2-modal .swal2-content {
  font-size: 15px;
  color: #000000;
  font-family: "industrybook", sans-serif;
  font-weight: normal; }
  @media screen and (min-width: 1280px) {
    .swal2-modal .swal2-content {
      font-size: 1.04167vw; } }

.swal2-modal .swal2-confirm {
  background: #000000;
  border: 0px; }
  .swal2-modal .swal2-confirm:hover {
    background: #ED1C29; }

.swal2-modal .swal2-cancel {
  background: #ED1C29;
  color: #ffffff;
  border: 0; }
  .swal2-modal .swal2-cancel:hover {
    background: #000000;
    color: #ffffff;
    border-width: 0px; }
  .swal2-modal .swal2-cancel:focus {
    background: #ED1C29;
    color: #ffffff;
    border: 0; }

.type-cart .col2 .cart-total + .cart-total.grand {
  border-top: 1px solid #ffffff; }
  .type-cart .col2 .cart-total + .cart-total.grand .cart-total-label, .type-cart .col2 .cart-total + .cart-total.grand .cart-total-value {
    font-size: 18px;
    font-family: "industrydemi", sans-serif;
    text-transform: capitalize; }
    @media screen and (min-width: 1280px) {
      .type-cart .col2 .cart-total + .cart-total.grand .cart-total-label, .type-cart .col2 .cart-total + .cart-total.grand .cart-total-value {
        font-size: 1.25vw; } }
  .type-cart .col2 .cart-total + .cart-total.grand .cart-total-value {
    margin-top: 5px; }
    @media screen and (min-width: 1280px) {
      .type-cart .col2 .cart-total + .cart-total.grand .cart-total-value {
        margin-top: 0.34722vw; } }

.cart-actions.cart-content-padding-right .button.button--primary {
  transition: background-color .5s ease-out; }
  @media screen and (max-width: 1023px) {
    .cart-actions.cart-content-padding-right .button.button--primary {
      margin: 0 auto; } }
  .cart-actions.cart-content-padding-right .button.button--primary:hover {
    background: #ffffff;
    color: #000000; }

#CartEditProductFieldsForm > div {
  height: auto !important; }

.type-cart .modal .modal-header-title {
  font-size: 22px; }
  @media screen and (min-width: 1280px) {
    .type-cart .modal .modal-header-title {
      top: 1.59722vw; } }
  @media screen and (max-width: 767px) {
    .type-cart .modal .modal-header-title {
      font-size: 18px;
      max-width: 80%;
      margin: 0 auto;
      line-height: 20px; } }
  @media screen and (max-width: 767px) {
    .type-cart .modal .modal-header-title {
      max-width: 100%; } }

.type-cart .modal .modal-header {
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (min-width: 1280px) {
    .type-cart .modal .modal-header {
      padding-left: 2.77778vw;
      padding-right: 2.77778vw; } }

.type-cart .modal .modal-close {
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto; }
  @media screen and (min-width: 1280px) {
    .type-cart .modal .modal-close {
      top: 0.97222vw; } }
  .type-cart .modal .modal-close span {
    line-height: 22px;
    display: inline-block; }

.type-cart .modal-body .select2-container {
  margin-top: 0; }

.type-cart .modal-body .form-select + .select2-container {
  margin-top: 0px; }
  .type-cart .modal-body .form-select + .select2-container .select2-selection--single {
    border: 1px solid #000000; }

.is-open-sidecart .modal--large.open {
  display: none !important; }

.is-open-sidecart .modal-body.quickView {
  display: none; }

#CartEditProductFieldsForm .form-label small {
  position: relative;
  top: -3px; }
  @media screen and (min-width: 1280px) {
    #CartEditProductFieldsForm .form-label small {
      top: -0.20833vw; } }

.swal2-modal .swal2-confirm:focus {
  background: #292C31; }

.shipping-quotes .form-radio + .form-label {
  font-size: 11px;
  line-height: 14px; }
  @media screen and (min-width: 1280px) {
    .shipping-quotes .form-radio + .form-label {
      font-size: 0.76389vw;
      line-height: 0.97222vw; } }

.shipping-quotes .form-radio + .form-label::before {
  top: 0; }

.shipping-quotes .form-radio + .form-label::after {
  top: 3px;
  left: 3px; }
  @media screen and (min-width: 1280px) {
    .shipping-quotes .form-radio + .form-label::after {
      top: 0.20833vw;
      left: 0.20833vw; } }

.type-cart .modal .modal-close {
  top: 20px; }
  @media screen and (min-width: 1280px) {
    .type-cart .modal .modal-close {
      top: 1.38889vw; } }

.type-cart .modal .modal-header-title {
  font-size: 22px; }
  @media screen and (min-width: 1280px) {
    .type-cart .modal .modal-header-title {
      font-size: 1.52778vw; } }

@media screen and (max-width: 767px) {
  .type-cart .cart tr td.cart-item-title {
    padding-right: 30px; } }

@media screen and (max-width: 767px) {
  .cart-item {
    clear: both;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto); } }

@media screen and (max-width: 767px) {
  .cart-item .cart-item-label {
    text-align: left;
    padding-bottom: 0;
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .cart-item .cart-item-figure {
    grid-row-start: 1;
    grid-row-end: span 4;
    width: auto;
    grid-column: auto !important; } }

@media screen and (max-width: 767px) {
  .type-cart .cart tr td {
    grid-column: span 2; } }

@media screen and (max-width: 767px) {
  .type-cart .cart tr .cart-item-image {
    width: 100px; } }

.modal-body[data-product-option-change] {
  min-height: 280px; }
  @media screen and (min-width: 1280px) {
    .modal-body[data-product-option-change] {
      min-height: 19.44444vw; } }

#CartEditProductFieldsForm > div.form-actions {
  text-align: left; }

.cart-item-quantity + .cart-item-info .cart-item-value.price--discounted {
  display: block;
  padding-right: 46px;
  color: #888888; }
  @media screen and (min-width: 1280px) {
    .cart-item-quantity + .cart-item-info .cart-item-value.price--discounted {
      padding-right: 3.19444vw; } }
  @media screen and (max-width: 767px) {
    .cart-item-quantity + .cart-item-info .cart-item-value.price--discounted {
      display: inline-block;
      padding-right: 0px; } }

.cart-item-block.cart-item-info .cart-item-value.price--discounted {
  color: #888888; }

.AmazonPayCheckout p {
  display: none !important; }

@-moz-document url-prefix() {
  .type-cart #CartEditProductFieldsForm .select2-container {
    margin-top: 0px !important; } }

#CartEditProductFieldsForm .select2-results .select2-results__options {
  max-height: 160px; }
  @media screen and (min-width: 1280px) {
    #CartEditProductFieldsForm .select2-results .select2-results__options {
      max-height: 11.11111vw; } }

@media screen and (max-width: 767px) {
  .type-blog .pagination-list li.pagination-item-mobile {
    top: 29px; } }

.type-blog .cat-top-banner {
  height: 244px; }
  @media screen and (min-width: 1280px) {
    .type-blog .cat-top-banner {
      height: 16.94444vw; } }
  @media screen and (max-width: 1023px) {
    .type-blog .cat-top-banner {
      height: 30.123vw; } }
  @media screen and (max-width: 767px) {
    .type-blog .cat-top-banner {
      height: 58.937vw; } }
  .type-blog .cat-top-banner .img-banner img {
    height: 244px; }
    @media screen and (min-width: 1280px) {
      .type-blog .cat-top-banner .img-banner img {
        height: 16.94444vw; } }
    @media screen and (max-width: 1023px) {
      .type-blog .cat-top-banner .img-banner img {
        height: 30.123vw; } }
    @media screen and (max-width: 767px) {
      .type-blog .cat-top-banner .img-banner img {
        height: 58.937vw; } }
  .type-blog .cat-top-banner .banner-text .ca-title-row .col1 {
    width: 100%;
    padding-right: 0;
    text-align: center;
    margin-top: 50px; }
    @media screen and (min-width: 1280px) {
      .type-blog .cat-top-banner .banner-text .ca-title-row .col1 {
        margin-top: 3.47222vw; } }
    .type-blog .cat-top-banner .banner-text .ca-title-row .col1 h1.page-heading {
      text-align: center;
      justify-content: center; }

.type-blog .pagination-list {
  padding-top: 30px;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .type-blog .pagination-list {
      padding-top: 2.08333vw; } }

.type-blog h3.title {
  border-bottom: 1px solid #000000;
  padding-bottom: 35px;
  text-transform: uppercase;
  color: #000000;
  font-family: "industrymedium", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 20px; }
  @media screen and (min-width: 1280px) {
    .type-blog h3.title {
      font-size: 1.25vw;
      padding-bottom: 2.43056vw;
      line-height: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .type-blog h3.title {
      padding-bottom: 10px;
      margin-bottom: 10px; } }

.type-blog .blog-listing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (min-width: 1280px) {
    .type-blog .blog-listing {
      margin: 0 -1.04167vw; } }
  @media screen and (max-width: 1023px) {
    .type-blog .blog-listing {
      margin: 0 -10px; } }
  .type-blog .blog-listing .blog + .blog {
    border: 0;
    margin: 0; }
  .type-blog .blog-listing .blog {
    width: 33.33%;
    padding: 40px 15px 20px;
    margin: 0; }
    @media screen and (min-width: 1280px) {
      .type-blog .blog-listing .blog {
        padding: 2.77778vw 1.04167vw 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .type-blog .blog-listing .blog {
        width: 33.33%;
        padding: 20px 10px 20px; } }
    @media screen and (max-width: 567px) {
      .type-blog .blog-listing .blog {
        width: 100%;
        padding: 20px 15px 10px; } }
    .type-blog .blog-listing .blog .blog-post-figure {
      margin: 0;
      padding: 0;
      max-width: 100%;
      width: 100%; }
      .type-blog .blog-listing .blog .blog-post-figure .blog-thumbnail {
        margin: 0;
        max-width: 100%;
        padding: 0;
        overflow: hidden; }
        .type-blog .blog-listing .blog .blog-post-figure .blog-thumbnail img {
          width: 100%;
          height: 220px;
          object-position: center;
          object-fit: cover;
          transform: scale(1);
          transition: .3s ease-in-out; }
          @media screen and (min-width: 1280px) {
            .type-blog .blog-listing .blog .blog-post-figure .blog-thumbnail img {
              height: 15.27778vw; } }
          @media screen and (max-width: 1023px) {
            .type-blog .blog-listing .blog .blog-post-figure .blog-thumbnail img {
              height: 20.646vw; } }
          @media screen and (max-width: 767px) {
            .type-blog .blog-listing .blog .blog-post-figure .blog-thumbnail img {
              height: 53.646vw; } }
        .type-blog .blog-listing .blog .blog-post-figure .blog-thumbnail:hover img {
          transform: scale(1.1); }
    .type-blog .blog-listing .blog .blog-post-body {
      width: 100%;
      text-align: left;
      margin-top: 30px;
      padding-right: 20px; }
      @media screen and (min-width: 1280px) {
        .type-blog .blog-listing .blog .blog-post-body {
          margin-top: 2.08333vw;
          padding-right: 1.38889vw; } }
      @media screen and (max-width: 1023px) {
        .type-blog .blog-listing .blog .blog-post-body {
          padding-right: 0; } }
      .type-blog .blog-listing .blog .blog-post-body .blog-post {
        font-size: 14px;
        color: #000000;
        font-family: "industrybook", sans-serif;
        line-height: 21px; }
        @media screen and (min-width: 1280px) {
          .type-blog .blog-listing .blog .blog-post-body .blog-post {
            font-size: 0.97222vw;
            line-height: 1.45833vw; } }
        .type-blog .blog-listing .blog .blog-post-body .blog-post a {
          display: none; }
      .type-blog .blog-listing .blog .blog-post-body .blog-title {
        margin: 0;
        padding: 0;
        line-height: 22px;
        font-family: "industrydemi", sans-serif;
        font-size: 18px;
        font-weight: normal;
        padding-right: 20px; }
        @media screen and (min-width: 1280px) {
          .type-blog .blog-listing .blog .blog-post-body .blog-title {
            font-size: 1.25vw;
            line-height: 1.52778vw;
            padding-right: 1.38889vw; } }
        @media screen and (max-width: 1023px) {
          .type-blog .blog-listing .blog .blog-post-body .blog-title {
            padding-right: 0; } }
        .type-blog .blog-listing .blog .blog-post-body .blog-title a {
          color: #000000; }
          .type-blog .blog-listing .blog .blog-post-body .blog-title a:hover {
            color: #ED1C29; }

.blog-date,
.blog-author {
  line-height: 16px;
  color: #6c6c6c;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 10px 0 15px;
  font-family: "Roboto Mono", sans-serif;
  font-weight: 500; }
  @media screen and (min-width: 1280px) {
    .blog-date,
    .blog-author {
      line-height: 1.11111vw;
      font-size: 0.83333vw;
      margin: 0.69444vw 0 1.04167vw; } }

.browse-interests {
  padding-top: 30px;
  margin-bottom: 45px; }
  @media screen and (min-width: 1280px) {
    .browse-interests {
      padding-top: 2.08333vw;
      margin-bottom: 3.125vw; } }
  @media screen and (max-width: 1023px) {
    .browse-interests {
      padding-top: 20px; } }
  .browse-interests .blog-category-tag {
    padding-top: 25px; }
    @media screen and (min-width: 1280px) {
      .browse-interests .blog-category-tag {
        padding-top: 1.73611vw; } }
    @media screen and (max-width: 1023px) {
      .browse-interests .blog-category-tag {
        padding-top: 10px; } }
    .browse-interests .blog-category-tag ul {
      margin: 0 -15px;
      list-style: none;
      padding: 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      min-height: 150px; }
      @media screen and (min-width: 1280px) {
        .browse-interests .blog-category-tag ul {
          margin: 0 -1.04167vw;
          min-height: 10.41667vw; } }
      .browse-interests .blog-category-tag ul li {
        width: 33.33%;
        position: relative;
        padding: 15px;
        min-height: 70px; }
        @media screen and (min-width: 1280px) {
          .browse-interests .blog-category-tag ul li {
            padding: 1.04167vw;
            min-height: 4.86111vw; } }
        @media screen and (max-width: 1023px) {
          .browse-interests .blog-category-tag ul li {
            width: 50%;
            padding: 10px 15px; } }
        @media screen and (max-width: 567px) {
          .browse-interests .blog-category-tag ul li {
            width: 100%; } }
        .browse-interests .blog-category-tag ul li .content {
          position: relative;
          overflow: hidden; }
          .browse-interests .blog-category-tag ul li .content:hover a:after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background: linear-gradient(0deg, rgba(28, 26, 26, 0.6), rgba(28, 26, 26, 0.6)); }
          .browse-interests .blog-category-tag ul li .content:hover a .img:before, .browse-interests .blog-category-tag ul li .content:hover a .img:after {
            opacity: 1; }
          .browse-interests .blog-category-tag ul li .content:hover a .img:after {
            -webkit-transform: translateX(4px);
            transform: translateX(4px); }
          .browse-interests .blog-category-tag ul li .content:hover a .img img {
            transform: scale(1.1); }
        .browse-interests .blog-category-tag ul li a {
          padding: 0; }
          .browse-interests .blog-category-tag ul li a:before {
            content: "";
            background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
            transform: matrix(1, 0, 0, -1, 0, 0);
            position: absolute;
            top: auto;
            bottom: 0;
            left: 0;
            height: 100px;
            width: 100%;
            z-index: 1;
            transition: all .7s ease-in; }
            @media screen and (min-width: 1280px) {
              .browse-interests .blog-category-tag ul li a:before {
                height: 6.94444vw; } }
          .browse-interests .blog-category-tag ul li a .img:before {
            content: "";
            width: 35px;
            background-color: #ED1C29;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            opacity: 0;
            transform: perspective(1px) translateZ(0);
            transition-duration: 0.5s;
            z-index: 2; }
            @media screen and (min-width: 1280px) {
              .browse-interests .blog-category-tag ul li a .img:before {
                width: 2.43056vw; } }
          .browse-interests .blog-category-tag ul li a .img:after {
            content: "";
            width: 35px;
            background-image: url("data:image/svg+xml,%3Csvg width='12' height='14' viewBox='0 0 12 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 7H10M10 7L4.28571 1M10 7L4.28571 13' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 12px auto;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            opacity: 0;
            transform: translateZ(0);
            transition-duration: 0.5s;
            transition-property: transform;
            transition-timing-function: ease-out;
            z-index: 3; }
            @media screen and (min-width: 1280px) {
              .browse-interests .blog-category-tag ul li a .img:after {
                width: 2.43056vw;
                background-size: 0.83333vw auto; } }
          .browse-interests .blog-category-tag ul li a .img img {
            transform: scale(1);
            transition: .3s ease-in-out; }
          .browse-interests .blog-category-tag ul li a .text {
            position: absolute;
            bottom: 30px;
            left: 30px;
            z-index: 1;
            color: #ffffff;
            font-family: "industrydemi", sans-serif;
            font-size: 20px;
            line-height: 24px;
            z-index: 2; }
            @media screen and (min-width: 1280px) {
              .browse-interests .blog-category-tag ul li a .text {
                font-size: 1.38889vw;
                line-height: 1.66667vw; } }

.type-blog_post .body .blog .blog-header {
  text-align: center; }
  .type-blog_post .body .blog .blog-header .blog-title {
    margin: 30px 0 0;
    font-size: 32px;
    font-family: "industrydemi", sans-serif;
    color: #000000;
    line-height: 35px; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .body .blog .blog-header .blog-title {
        font-size: 2.22222vw;
        line-height: 2.43056vw;
        margin-top: 2.08333vw; } }
  .type-blog_post .body .blog .blog-header .blog-date, .type-blog_post .body .blog .blog-header .blog-author {
    text-align: center; }

.type-blog_post .body .blog-post-figure {
  width: 100%; }
  .type-blog_post .body .blog-post-figure .blog-thumbnail {
    max-width: 100%;
    width: 100%;
    margin: 0; }
    .type-blog_post .body .blog-post-figure .blog-thumbnail img {
      max-height: 600px;
      object-position: center;
      object-fit: cover; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .body .blog-post-figure .blog-thumbnail img {
          max-height: 41.66667vw; } }

.type-blog_post .body .blog-post-body {
  width: 100%;
  max-width: 800px;
  margin-top: 40px; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .body .blog-post-body {
      max-width: 55.55556vw;
      margin-top: 2.77778vw; } }
  .type-blog_post .body .blog-post-body .blog-post {
    padding-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .body .blog-post-body .blog-post {
        padding-bottom: 2.08333vw; } }
    .type-blog_post .body .blog-post-body .blog-post iframe {
      margin-bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .body .blog-post-body .blog-post iframe {
          margin-bottom: 1.38889vw; } }
      @media screen and (max-width: 767px) {
        .type-blog_post .body .blog-post-body .blog-post iframe {
          width: 100%; } }
    @media screen and (max-width: 767px) {
      .type-blog_post .body .blog-post-body .blog-post .video {
        margin-bottom: 0; } }
    @media screen and (max-width: 767px) {
      .type-blog_post .body .blog-post-body .blog-post .video iframe {
        margin-bottom: 0; } }
  .type-blog_post .body .blog-post-body p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "industrybook", sans-serif; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .body .blog-post-body p {
        margin-bottom: 1.38889vw;
        font-size: 1.11111vw;
        line-height: 1.66667vw; } }
    .type-blog_post .body .blog-post-body p a {
      color: #ED1C29; }
      .type-blog_post .body .blog-post-body p a:hover {
        color: #ED1C29;
        text-decoration: underline; }
  .type-blog_post .body .blog-post-body p img {
    width: 100%;
    margin-top: 30px; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .body .blog-post-body p img {
        margin-top: 2.08333vw; } }
  .type-blog_post .body .blog-post-body h2 {
    font-size: 24px;
    color: #000000;
    font-family: "industrydemi", sans-serif;
    font-weight: normal;
    margin: 30px 0;
    line-height: 36px; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .body .blog-post-body h2 {
        margin: 2.08333vw 0;
        font-size: 1.66667vw;
        line-height: 2.5vw; } }

.blog .blog-tags-row {
  padding-top: 50px;
  border-top: 1px solid #dddddd;
  margin-bottom: 60px; }
  @media screen and (min-width: 1280px) {
    .blog .blog-tags-row {
      padding-top: 3.47222vw;
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 1023px) {
    .blog .blog-tags-row {
      margin-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .blog .blog-tags-row {
      padding-top: 25px;
      margin-bottom: 30px; } }
  .blog .blog-tags-row .tags {
    margin: 0;
    text-align: left;
    width: calc(100% - 130px); }
    @media screen and (min-width: 1280px) {
      .blog .blog-tags-row .tags {
        width: calc(100% - 9.02778vw); } }
    @media screen and (max-width: 767px) {
      .blog .blog-tags-row .tags {
        width: 100%;
        text-align: center; } }
    .blog .blog-tags-row .tags .tag + .tag {
      margin-left: 10px; }
      @media screen and (min-width: 1280px) {
        .blog .blog-tags-row .tags .tag + .tag {
          margin-left: 0.69444vw; } }
    .blog .blog-tags-row .tags .tag a {
      padding: 10px 20px;
      background: #F2F4F3;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase;
      font-family: "Roboto Mono", sans-serif;
      color: #000000;
      font-weight: 500; }
      @media screen and (min-width: 1280px) {
        .blog .blog-tags-row .tags .tag a {
          padding: 0.69444vw 1.38889vw;
          font-size: 0.97222vw;
          line-height: 1.25vw; } }
      .blog .blog-tags-row .tags .tag a:hover {
        background: #000000;
        color: #ffffff; }
  .blog .blog-tags-row .tag-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .blog .blog-tags-row .tag-row {
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .blog .blog-tags-row .tag-row {
        flex-wrap: wrap; } }
  .blog .blog-tags-row .title {
    width: 130px;
    text-align: left;
    font-size: 14px;
    color: #000000;
    font-family: "industrydemi", sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 40px; }
    @media screen and (min-width: 1280px) {
      .blog .blog-tags-row .title {
        width: 9.02778vw;
        font-size: 0.97222vw;
        line-height: 2.77778vw; } }
    @media screen and (max-width: 767px) {
      .blog .blog-tags-row .title {
        width: 100%;
        text-align: center; } }
  .blog .blog-tags-row .blog-social-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .blog .blog-tags-row .blog-social-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .blog .blog-tags-row .blog-social-row .title + div {
      width: calc(100% - 130px); }
      @media screen and (min-width: 1280px) {
        .blog .blog-tags-row .blog-social-row .title + div {
          width: calc(100% - 9.02778vw); } }
      @media screen and (max-width: 767px) {
        .blog .blog-tags-row .blog-social-row .title + div {
          width: 100%;
          text-align: center; } }
      .blog .blog-tags-row .blog-social-row .title + div .socialLinks {
        text-align: left;
        margin-top: -6px;
        margin-left: -6px; }
        @media screen and (max-width: 767px) {
          .blog .blog-tags-row .blog-social-row .title + div .socialLinks {
            text-align: center;
            margin-left: 0; } }
        .blog .blog-tags-row .blog-social-row .title + div .socialLinks .socialLinks-item {
          margin: 0 20px 0 0; }
          @media screen and (min-width: 1280px) {
            .blog .blog-tags-row .blog-social-row .title + div .socialLinks .socialLinks-item {
              margin-right: 1.38889vw; } }
          @media screen and (max-width: 767px) {
            .blog .blog-tags-row .blog-social-row .title + div .socialLinks .socialLinks-item:last-child {
              margin-right: 0; } }
          .blog .blog-tags-row .blog-social-row .title + div .socialLinks .socialLinks-item .socialLinks__link {
            height: 18px;
            width: 18px; }
            @media screen and (min-width: 1280px) {
              .blog .blog-tags-row .blog-social-row .title + div .socialLinks .socialLinks-item .socialLinks__link {
                height: 1.25vw;
                width: 1.25vw; } }
            .blog .blog-tags-row .blog-social-row .title + div .socialLinks .socialLinks-item .socialLinks__link svg {
              fill: #000000; }
            .blog .blog-tags-row .blog-social-row .title + div .socialLinks .socialLinks-item .socialLinks__link:hover svg {
              fill: #ED1C29; }

.type-blog_post .body {
  padding-bottom: 0;
  margin-bottom: 0; }

.related-Blog {
  background: #f9f9f9;
  padding: 80px 0; }
  @media screen and (min-width: 1280px) {
    .related-Blog {
      padding: 5.55556vw 0; } }
  @media screen and (max-width: 1279px) {
    .related-Blog {
      padding: 60px 0; } }
  @media screen and (max-width: 1023px) {
    .related-Blog {
      padding: 50px 0;
      margin-top: 0px; } }
  .related-Blog h3.title {
    font-family: "industrydemi", sans-serif; }
  .related-Blog .slick-list {
    padding-left: 0px !important; }
  .related-Blog .slick-next, .related-Blog .slick-prev {
    width: 40px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #000000;
    padding: 0;
    top: -115px;
    margin-top: 0; }
    @media screen and (min-width: 1280px) {
      .related-Blog .slick-next, .related-Blog .slick-prev {
        width: 2.77778vw;
        height: 2.77778vw;
        top: -7.70833vw; } }
    @media screen and (max-width: 1023px) {
      .related-Blog .slick-next, .related-Blog .slick-prev {
        top: -75px; } }
    @media screen and (max-width: 767px) {
      .related-Blog .slick-next, .related-Blog .slick-prev {
        top: -75px; } }
    .related-Blog .slick-next:before, .related-Blog .slick-prev:before {
      display: none; }
    .related-Blog .slick-next .carousel-tooltip, .related-Blog .slick-prev .carousel-tooltip {
      display: none !important; }
    .related-Blog .slick-next:hover, .related-Blog .slick-prev:hover {
      background-color: #ED1C29;
      border-color: #ED1C29; }
  .related-Blog .slick-prev {
    right: 188px;
    left: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H2M2 5L6 1M2 5L6 9' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-size: 9px auto;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1280px) {
      .related-Blog .slick-prev {
        right: 13.05556vw;
        background-size: 0.625vw auto;
        background-position: left 0.90278vw center; } }
    @media screen and (max-width: 1279px) {
      .related-Blog .slick-prev {
        right: 58px; } }
    .related-Blog .slick-prev:hover {
      background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 5H2M2 5L6 1M2 5L6 9' stroke='%23fff' stroke-width='1.5'/%3E%3C/svg%3E%0A"); }
  .related-Blog .slick-next {
    right: 150px;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H7M7 5L3 1M7 5L3 9' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-size: 9px auto;
    background-position: center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1280px) {
      .related-Blog .slick-next {
        right: 10.41667vw;
        background-size: 0.625vw auto;
        background-position: right 0.90278vw center; } }
    @media screen and (max-width: 1279px) {
      .related-Blog .slick-next {
        right: 20px; } }
    .related-Blog .slick-next:hover {
      background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 5H7M7 5L3 1M7 5L3 9' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A"); }
  .related-Blog .related-post-slider {
    padding-left: 150px; }
    @media screen and (min-width: 1280px) {
      .related-Blog .related-post-slider {
        padding-left: 10.41667vw; } }
    @media screen and (max-width: 1279px) {
      .related-Blog .related-post-slider {
        padding-left: 20px; } }
    .related-Blog .related-post-slider .blog-listing {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      justify-content: flex-start; }
      .related-Blog .related-post-slider .blog-listing .blog {
        width: 33.33%;
        margin-left: 0px;
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .related-Blog .related-post-slider .blog-listing .blog {
            width: 50%; } }
      .related-Blog .related-post-slider .blog-listing .blog + .blog {
        margin-left: 0px; }
    .related-Blog .related-post-slider .blog + .blog {
      border: 0;
      margin: 0; }
    .related-Blog .related-post-slider .blog {
      padding: 0 30px 0 0; }
      @media screen and (min-width: 1280px) {
        .related-Blog .related-post-slider .blog {
          padding: 0 2.08333vw 0 0; } }
      .related-Blog .related-post-slider .blog .blog-post-figure {
        padding-top: 0px; }
        .related-Blog .related-post-slider .blog .blog-post-figure .blog-thumbnail {
          overflow: hidden; }
          .related-Blog .related-post-slider .blog .blog-post-figure .blog-thumbnail img {
            height: 220px;
            object-fit: cover;
            object-position: center;
            width: 100%;
            transform: scale(1);
            transition: .3s ease-in-out; }
            @media screen and (min-width: 1280px) {
              .related-Blog .related-post-slider .blog .blog-post-figure .blog-thumbnail img {
                height: 15.27778vw; } }
            .related-Blog .related-post-slider .blog .blog-post-figure .blog-thumbnail img:hover {
              transform: scale(1.1); }
      .related-Blog .related-post-slider .blog .blog-post-body {
        margin-top: 30px;
        text-align: left; }
        @media screen and (min-width: 1280px) {
          .related-Blog .related-post-slider .blog .blog-post-body {
            margin-top: 2.08333vw; } }
        .related-Blog .related-post-slider .blog .blog-post-body .blog-post {
          padding: 0;
          font-family: "industrybook", sans-serif;
          font-size: 14px;
          line-height: 21px;
          color: #000000; }
          @media screen and (min-width: 1280px) {
            .related-Blog .related-post-slider .blog .blog-post-body .blog-post {
              font-size: 0.97222vw;
              line-height: 1.45833vw; } }
          .related-Blog .related-post-slider .blog .blog-post-body .blog-post a {
            display: none; }
        .related-Blog .related-post-slider .blog .blog-post-body .blog-header {
          text-align: left;
          max-width: 300px; }
          @media screen and (min-width: 1280px) {
            .related-Blog .related-post-slider .blog .blog-post-body .blog-header {
              max-width: 20.83333vw; } }
          .related-Blog .related-post-slider .blog .blog-post-body .blog-header .blog-date, .related-Blog .related-post-slider .blog .blog-post-body .blog-header .blog-author {
            font-family: "Roboto Mono", sans-serif;
            color: #6c6c6c;
            text-align: left; }
          .related-Blog .related-post-slider .blog .blog-post-body .blog-header .blog-date {
            font-size: 12px;
            line-height: 16px; }
            @media screen and (min-width: 1280px) {
              .related-Blog .related-post-slider .blog .blog-post-body .blog-header .blog-date {
                font-size: 0.83333vw;
                line-height: 1.11111vw; } }
          .related-Blog .related-post-slider .blog .blog-post-body .blog-header .blog-title {
            font-size: 18px;
            color: #344C67;
            line-height: 22px; }
            @media screen and (min-width: 1280px) {
              .related-Blog .related-post-slider .blog .blog-post-body .blog-header .blog-title {
                font-size: 1.25vw;
                line-height: 1.52778vw; } }
            .related-Blog .related-post-slider .blog .blog-post-body .blog-header .blog-title a {
              color: #000000; }
              .related-Blog .related-post-slider .blog .blog-post-body .blog-header .blog-title a:hover {
                color: #ED1C29; }

.loadingOverlay {
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  animation-delay: 0.9s;
  min-height: 210px;
  background: #f9f9f9; }
  .loadingOverlay:after, .loadingOverlay:before {
    display: none; }

.blog .blog-tags-row .blog-social-row .title + div .socialLinks .socialLinks-item .socialLinks__link:after, .blog .blog-tags-row .blog-social-row .title + div .socialLinks .socialLinks-item .socialLinks__link:before {
  display: none !important; }

.type-blog_post .body .blog-post-body p.video.video-fit {
  position: relative;
  padding-bottom: 55.5%; }
  .type-blog_post .body .blog-post-body p.video.video-fit iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.type-blog .pagination-list li.pagination-item.pagination-item--previous svg {
  margin-left: -1px; }
  @media screen and (min-width: 1280px) {
    .type-blog .pagination-list li.pagination-item.pagination-item--previous svg {
      margin-left: -0.06944vw; } }

.type-blog .pagination-list li.pagination-item.pagination-item--next {
  width: 41px; }
  @media screen and (min-width: 1280px) {
    .type-blog .pagination-list li.pagination-item.pagination-item--next {
      width: 2.84722vw; } }
  .type-blog .pagination-list li.pagination-item.pagination-item--next svg {
    margin-right: 0px; }
    @media screen and (min-width: 1280px) {
      .type-blog .pagination-list li.pagination-item.pagination-item--next svg {
        /*margin-right: get-vw(-1px);*/ } }

.browse-interests .blog-category-tag ul li a .img ::before {
  content: "";
  width: 28px;
  background-color: #ED1C29;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s; }
  @media screen and (min-width: 1280px) {
    .browse-interests .blog-category-tag ul li a .img ::before {
      width: 1.94444vw;
      background-size: 0.83333vw auto; } }

.browse-interests .blog-category-tag ul li a .img:after {
  content: "";
  width: 35px;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.88089 0.324219L14.355 8.49899L6.88089 16.6738L5.40483 15.3242L10.7308 9.49899H1V7.49899H10.7308L5.40483 1.67376L6.88089 0.324219Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 17px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: 2; }
  @media screen and (min-width: 1280px) {
    .browse-interests .blog-category-tag ul li a .img:after {
      width: 2.43056vw;
      background-size: 1.04167vw 1.18056vw; } }

.browse-interests .blog-category-tag ul li a .img:hover:after {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  opacity: 1; }

.browse-interests .blog-category-tag ul li a .img:hover:before {
  opacity: 1; }

.blog .blog-tags-row .blog-social-row .title + div .socialLinks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .blog .blog-tags-row .blog-social-row .title + div .socialLinks {
      justify-content: center; } }
  .blog .blog-tags-row .blog-social-row .title + div .socialLinks li.socialLinks-item--facebook {
    order: 1; }
  .blog .blog-tags-row .blog-social-row .title + div .socialLinks li.socialLinks-item--email {
    order: 2; }
  .blog .blog-tags-row .blog-social-row .title + div .socialLinks li.socialLinks-item--pinterest {
    order: 3; }
    @media screen and (max-width: 767px) {
      .blog .blog-tags-row .blog-social-row .title + div .socialLinks li.socialLinks-item--pinterest {
        margin-right: 15px !important; } }
  .blog .blog-tags-row .blog-social-row .title + div .socialLinks li.socialLinks-item--print {
    order: 4; }
  .blog .blog-tags-row .blog-social-row .title + div .socialLinks li.socialLinks-item--twitter {
    order: 5; }
    @media screen and (max-width: 767px) {
      .blog .blog-tags-row .blog-social-row .title + div .socialLinks li.socialLinks-item--twitter {
        margin-right: 0px; } }

.type-blog_post .body .blog-post-body .accordion-item {
  padding-top: 10px; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .body .blog-post-body .accordion-item {
      padding-top: 0.69444vw; } }

.type-blog_post .body .blog-post-body .accordion-inner {
  padding-top: 20px; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .body .blog-post-body .accordion-inner {
      padding-top: 1.38889vw; } }

.type-blog_post .body .blog-post-body .accordion-title {
  font-family: "industrydemi", sans-serif;
  font-weight: normal;
  font-size: 18px; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .body .blog-post-body .accordion-title {
      font-size: 1.25vw; } }

.type-blog_post .body .blog-post-body .accordion-title.plain .accordion-inner {
  padding-top: 10px; }
  @media screen and (min-width: 1280px) {
    .type-blog_post .body .blog-post-body .accordion-title.plain .accordion-inner {
      padding-top: 0.69444vw; } }

.type-blog_post .body .blog-post-body .accordion-title.plain .toggle {
  display: none; }

.type-blog_post .header-container {
  padding: 10px 0 20px; }

.type-blog_post .breadcrumb-row, .type-blog_post .header-container {
  background: #383E48;
  display: flex;
  justify-content: center;
  align-items: center; }
  .type-blog_post .breadcrumb-row a, .type-blog_post .header-container a {
    color: rgba(255, 255, 255, 0.5) !important; }
    .type-blog_post .breadcrumb-row a:hover, .type-blog_post .header-container a:hover {
      color: #ED1C29 !important; }
  .type-blog_post .breadcrumb-row .blog-header, .type-blog_post .header-container .blog-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .type-blog_post .breadcrumb-row .blog-header .blog-title, .type-blog_post .breadcrumb-row .blog-header .blog-date, .type-blog_post .header-container .blog-header .blog-title, .type-blog_post .header-container .blog-header .blog-date {
      color: #fff;
      margin: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem; }
    .type-blog_post .breadcrumb-row .blog-header .blog-title, .type-blog_post .header-container .blog-header .blog-title {
      font-size: 36px; }
      @media screen and (min-width: 1280px) {
        .type-blog_post .breadcrumb-row .blog-header .blog-title, .type-blog_post .header-container .blog-header .blog-title {
          font-size: 2.5vw; } }
      @media screen and (max-width: 800px) {
        .type-blog_post .breadcrumb-row .blog-header .blog-title, .type-blog_post .header-container .blog-header .blog-title {
          font-size: 22px; } }

.container.post-contaner .page {
  display: flex;
  justify-content: space-between;
  padding-top: 35px; }
  @media screen and (min-width: 1280px) {
    .container.post-contaner .page {
      padding-top: 2.43056vw; } }
  @media screen and (max-width: 800px) {
    .container.post-contaner .page {
      justify-content: center;
      flex-direction: column; } }
  .container.post-contaner .page .page-content {
    width: 100%;
    max-width: 800px;
    padding: 0; }
    @media screen and (min-width: 1280px) {
      .container.post-contaner .page .page-content {
        max-width: 55.55556vw; } }
    @media screen and (max-width: 800px) {
      .container.post-contaner .page .page-content {
        max-width: 100%; } }
  .container.post-contaner .page .page-sidebar {
    width: 100%;
    max-width: 274px;
    padding: 0;
    margin-left: 65px; }
    @media screen and (min-width: 1280px) {
      .container.post-contaner .page .page-sidebar {
        max-width: 19.02778vw;
        margin-left: 4.51389vw; } }
    @media screen and (max-width: 800px) {
      .container.post-contaner .page .page-sidebar {
        max-width: 100%;
        margin-left: 0; } }
    .container.post-contaner .page .page-sidebar .page-heading {
      font-size: 20px;
      text-align: left;
      margin: 0;
      font-weight: 700;
      text-transform: uppercase;
      color: #1E1E1E; }
      @media screen and (min-width: 1280px) {
        .container.post-contaner .page .page-sidebar .page-heading {
          font-size: 1.38889vw; } }
    .container.post-contaner .page .page-sidebar ul {
      list-style: none;
      margin: 15px 0 40px;
      padding: 0; }
      .container.post-contaner .page .page-sidebar ul .blogItem {
        list-style: none; }
        .container.post-contaner .page .page-sidebar ul .blogItem a {
          font-size: 15px;
          color: #1E1E1E;
          font-weight: 600;
          padding: 15px 0;
          display: flex;
          border-top: 1px solid #E7E6E9; }
          .container.post-contaner .page .page-sidebar ul .blogItem a:hover {
            color: #ED1C29; }
        .container.post-contaner .page .page-sidebar ul .blogItem:last-child {
          border-bottom: 1px solid #E7E6E9; }
    .container.post-contaner .page .page-sidebar .socialLinks-item .socialLinks__link {
      width: 2.5rem;
      height: 2.5rem;
      padding: 0.5rem;
      border: 1px solid #000; }
      .container.post-contaner .page .page-sidebar .socialLinks-item .socialLinks__link svg {
        fill: #000; }
      .container.post-contaner .page .page-sidebar .socialLinks-item .socialLinks__link:hover {
        background: #E7E7E7;
        border-color: #E7E7E7; }
        .container.post-contaner .page .page-sidebar .socialLinks-item .socialLinks__link:hover svg {
          fill: #ED1C29; }
    .container.post-contaner .page .page-sidebar .category-link-section .page-heading {
      line-height: normal; }
    .container.post-contaner .page .page-sidebar .category-link-section ul {
      display: flex;
      flex-direction: column;
      row-gap: 8px; }
      .container.post-contaner .page .page-sidebar .category-link-section ul li a {
        padding: 0;
        display: flex;
        color: #1e1e1e;
        font-size: 16px;
        position: relative;
        transition: all 0.2s !important;
        font-weight: 600;
        border: 1px solid #1E1E1E; }
        @media screen and (min-width: 1280px) {
          .container.post-contaner .page .page-sidebar .category-link-section ul li a {
            font-size: 1.11111vw; } }
        .container.post-contaner .page .page-sidebar .category-link-section ul li a .img {
          display: none; }
        .container.post-contaner .page .page-sidebar .category-link-section ul li a .text {
          display: block;
          width: 100%;
          padding: 10px; }
        .container.post-contaner .page .page-sidebar .category-link-section ul li a:hover {
          background: #F2F2F2;
          border-color: #f2f2f2;
          text-decoration: underline;
          padding-left: 22px;
          transition: all 0.2s !important; }
          .container.post-contaner .page .page-sidebar .category-link-section ul li a:hover::before {
            content: "";
            width: 35px;
            background-image: url("data:image/svg+xml,%0A%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.88089 0.324219L14.355 8.49899L6.88089 16.6738L5.40483 15.3242L10.7308 9.49899H1V7.49899H10.7308L5.40483 1.67376L6.88089 0.324219Z' fill='red'/%3E%3C/svg%3E%0A");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 15px 17px;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            transition: all 0.2s !important; }

.blog-tags-row {
  background-color: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center; }
  .blog-tags-row .tag-row {
    display: flex;
    justify-content: flex-start;
    padding: 38px 20px; }
    @media screen and (max-width: 600px) {
      .blog-tags-row .tag-row {
        padding: 20px 0; } }
    .blog-tags-row .tag-row .tags {
      margin: 0;
      display: flex;
      gap: 20px;
      flex-wrap: wrap; }
      @media screen and (min-width: 1280px) {
        .blog-tags-row .tag-row .tags {
          gap: 1.38889vw; } }
      .blog-tags-row .tag-row .tags .tag a {
        font-size: 13px;
        padding: 12px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #1C1A1A;
        border: 1px solid #1C1A1A;
        transition: all 0.2s; }
        @media screen and (max-width: 600px) {
          .blog-tags-row .tag-row .tags .tag a {
            padding: 8px 10px; } }
        @media screen and (min-width: 1280px) {
          .blog-tags-row .tag-row .tags .tag a {
            font-size: 0.90278vw;
            padding: 0.83333vw 1.38889vw; } }
        .blog-tags-row .tag-row .tags .tag a svg {
          fill: #000;
          transition: all 0.2s; }
        .blog-tags-row .tag-row .tags .tag a:hover {
          background: #E7E7E7;
          border-color: #E7E7E7;
          text-decoration: underline;
          transition: all 0.2s; }
          .blog-tags-row .tag-row .tags .tag a:hover svg {
            fill: #ED1C29;
            transition: all 0.2s; }

.blog-products-you-may-need-section .sd-simple-text-2343b68f-4133-4bdd-bca0-de34371cba50 * {
  font-family: "industrydemi",sans-serif !important; }

.type-page.warne_history .carrer-page h4 {
  font-family: "industrydemi", sans-serif; }

.type-page.warne_history .carrer-page .row + .row, .type-page.warne_history .carrer-page p + .row {
  margin: 30px 0; }
  @media screen and (min-width: 1280px) {
    .type-page.warne_history .carrer-page .row + .row, .type-page.warne_history .carrer-page p + .row {
      margin: 2.08333vw 0; } }

.type-page.warne_history .carrer-page .row .col1 p, .type-page.warne_history .carrer-page .row .col2 p {
  font-size: 16px;
  line-height: 24px; }
  @media screen and (min-width: 1280px) {
    .type-page.warne_history .carrer-page .row .col1 p, .type-page.warne_history .carrer-page .row .col2 p {
      font-size: 1.11111vw;
      line-height: 1.66667vw; } }

.privacy_policy .page, .warranty .page, .shipping_returns .page, .terms_conditions .page {
  margin-top: 30px; }
  @media screen and (min-width: 1280px) {
    .privacy_policy .page, .warranty .page, .shipping_returns .page, .terms_conditions .page {
      margin-top: 2.08333vw; } }

.type-blog_post .blog-post-body .blog-post ul, .type-blog_post .blog-post-body .blog-post ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  .type-blog_post .blog-post-body .blog-post ul li, .type-blog_post .blog-post-body .blog-post ol li {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 7px auto;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    background-position: left top 7px;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "industrybook", sans-serif; }
    @media screen and (min-width: 1280px) {
      .type-blog_post .blog-post-body .blog-post ul li, .type-blog_post .blog-post-body .blog-post ol li {
        background-size: 0.48611vw auto;
        padding: 0 0 0 1.38889vw;
        margin-bottom: 1.38889vw;
        background-position: left top 0.48611vw;
        font-size: 1.11111vw;
        line-height: 1.66667vw; } }

.type-page .body ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .type-page .body ul li {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 7px auto;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    background-position: left top 7px;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "industrybook", sans-serif; }
    @media screen and (min-width: 1280px) {
      .type-page .body ul li {
        background-size: 0.48611vw auto;
        padding: 0 0 0 1.38889vw;
        margin-bottom: 1.38889vw;
        background-position: left top 0.48611vw;
        font-size: 1.11111vw;
        line-height: 1.66667vw; } }

.type-page.our_dealers .body .page-top-banner {
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .type-page.our_dealers .body .page-top-banner {
      margin-bottom: 2.77778vw; } }

#storemapper {
  margin-top: 50px; }
  @media screen and (min-width: 1280px) {
    #storemapper {
      margin-top: 3.47222vw; } }

.type-page .body #storemapper #storemapper-form #storemapper-zip {
  font-size: 14px;
  height: 35px;
  padding: 6px 12px; }
  @media screen and (min-width: 1280px) {
    .type-page .body #storemapper #storemapper-form #storemapper-zip {
      padding: 0.41667vw 0.83333vw;
      height: 2.43056vw;
      font-size: 0.97222vw; } }

.type-page .body div#storemapper .storemapper-reset {
  min-width: 25px; }
  @media screen and (min-width: 1280px) {
    .type-page .body div#storemapper .storemapper-reset {
      min-width: 1.73611vw; } }

.type-page .body #storemapper #storemapper-form .storemapper-dropdown-btn {
  font-size: 14px;
  height: 20px; }
  @media screen and (min-width: 1280px) {
    .type-page .body #storemapper #storemapper-form .storemapper-dropdown-btn {
      font-size: 0.97222vw;
      height: 1.38889vw; } }

.type-page .body #storemapper #storemapper-list li h4 {
  font-size: 15px;
  font-family: "industrydemi", sans-serif;
  font-weight: normal;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .type-page .body #storemapper #storemapper-list li h4 {
      font-size: 1.04167vw;
      margin-bottom: 0.69444vw; } }

.type-page .body #storemapper #storemapper-list li .storemapper-address {
  font-size: 13px;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .type-page .body #storemapper #storemapper-list li .storemapper-address {
      font-size: 0.90278vw;
      margin-bottom: 0.69444vw; } }

.type-page .body #storemapper #storemapper-list li {
  padding: 15px;
  margin-bottom: 15px; }
  @media screen and (min-width: 1280px) {
    .type-page .body #storemapper #storemapper-list li {
      padding: 1.04167vw;
      margin-bottom: 1.04167vw; } }

.type-page .body #storemapper #storemapper-form #storemapper-go {
  background: #ED1C29;
  font-size: 11px;
  font-family: "Roboto Mono", sans-serif;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  color: #ffffff;
  padding: 12px 15px; }
  @media screen and (min-width: 1280px) {
    .type-page .body #storemapper #storemapper-form #storemapper-go {
      font-size: 0.76389vw;
      padding: 0.83333vw 1.04167vw; } }
  .type-page .body #storemapper #storemapper-form #storemapper-go:hover {
    background: #000000; }

.type-page .body #storemapper #storemapper-list li .storemapper_view a, .type-page .body #storemapper #storemapper-list li .storemapper_directions a {
  background: #000000;
  font-size: 11px;
  font-family: "Roboto Mono", sans-serif;
  border-radius: 0;
  line-height: 16px;
  padding: 7px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  border: 0;
  color: #ffffff; }
  @media screen and (min-width: 1280px) {
    .type-page .body #storemapper #storemapper-list li .storemapper_view a, .type-page .body #storemapper #storemapper-list li .storemapper_directions a {
      font-size: 0.76389vw;
      padding: 0.48611vw 1.04167vw; } }
  .type-page .body #storemapper #storemapper-list li .storemapper_view a:hover, .type-page .body #storemapper #storemapper-list li .storemapper_directions a:hover {
    color: #ffffff;
    background: #ED1C29; }

.type-page .body #storemapper #storemapper-form {
  background: #f9f9f9; }

.type-page .body #storemapper #storemapper-list {
  background: #f9f9f9; }
  .type-page .body #storemapper #storemapper-list li {
    background: #fff;
    box-shadow: none;
    border: 1px solid #dddddd; }

.type-page .body #storemapper #storemapper-list li.storemapper-selected {
  background: #F9FAFC; }

.type-page .body #storemapper #storemapper-list li.storemapper-selected h4, .type-page .body #storemapper #storemapper-list li.storemapper-selected p {
  color: #ED1C29; }

.type-page .body #storemapper #storemapper-list li.storemapper-selected {
  background: #F9FAFC; }
  .type-page .body #storemapper #storemapper-list li.storemapper-selected .storemapper_view a, .type-page .body #storemapper #storemapper-list li.storemapper-selected .storemapper_directions a {
    background: #ED1C29; }

.form-label {
  cursor: default; }

[data-content-region="page_banner-right"] .social-link-row {
  margin-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1280px) {
    [data-content-region="page_banner-right"] .social-link-row {
      margin-top: 2.08333vw; } }
  @media screen and (max-width: 767px) {
    [data-content-region="page_banner-right"] .social-link-row {
      margin-top: 0;
      -webkit-justify-content: center;
      justify-content: center;
      margin-bottom: 30px;
      position: relative;
      top: -10px; } }
  [data-content-region="page_banner-right"] .social-link-row a.twitter, [data-content-region="page_banner-right"] .social-link-row a.pinterst, [data-content-region="page_banner-right"] .social-link-row a.email, [data-content-region="page_banner-right"] .social-link-row a.facebook, [data-content-region="page_banner-right"] .social-link-row a.linkdien {
    background-color: #000000;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px auto;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px; }
    @media screen and (min-width: 1280px) {
      [data-content-region="page_banner-right"] .social-link-row a.twitter, [data-content-region="page_banner-right"] .social-link-row a.pinterst, [data-content-region="page_banner-right"] .social-link-row a.email, [data-content-region="page_banner-right"] .social-link-row a.facebook, [data-content-region="page_banner-right"] .social-link-row a.linkdien {
        height: 1.73611vw;
        width: 1.73611vw;
        background-size: 1.04167vw auto;
        margin: 0 0.20833vw; } }
    [data-content-region="page_banner-right"] .social-link-row a.twitter:hover, [data-content-region="page_banner-right"] .social-link-row a.pinterst:hover, [data-content-region="page_banner-right"] .social-link-row a.email:hover, [data-content-region="page_banner-right"] .social-link-row a.facebook:hover, [data-content-region="page_banner-right"] .social-link-row a.linkdien:hover {
      background-color: #ED1C29; }
  [data-content-region="page_banner-right"] .social-link-row a.facebook {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9615 7.24264V5.86402C10.9615 5.65706 10.971 5.49676 10.9904 5.38352C11.0096 5.27011 11.0535 5.15857 11.1216 5.04846C11.1896 4.93842 11.2996 4.86245 11.4516 4.82036C11.6038 4.77819 11.8061 4.75717 12.0586 4.75717H13.4372V2H11.2333C9.95812 2 9.04224 2.30255 8.48557 2.90764C7.92897 3.51287 7.6507 4.40436 7.6507 5.58245V7.24261H6V9.99998H7.6506V18H10.9614V10H13.1652L13.4565 7.24264H10.9615V7.24264Z' fill='white'/%3E%3C/svg%3E%0A"); }
  [data-content-region="page_banner-right"] .social-link-row a.twitter {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7692 5.42062C17.22 5.66154 16.6348 5.82123 16.0246 5.89877C16.6523 5.524 17.1314 4.93508 17.3566 4.22523C16.7714 4.57415 16.1252 4.82062 15.4366 4.95815C14.8809 4.36646 14.0889 4 13.2249 4C11.5486 4 10.1991 5.36062 10.1991 7.02862C10.1991 7.26862 10.2194 7.49938 10.2692 7.71908C7.752 7.59631 5.52462 6.38985 4.02831 4.552C3.76708 5.00523 3.61385 5.524 3.61385 6.08246C3.61385 7.13108 4.15385 8.06062 4.95877 8.59877C4.47231 8.58954 3.99508 8.44831 3.59077 8.22585C3.59077 8.23508 3.59077 8.24708 3.59077 8.25908C3.59077 9.73046 4.64031 10.9526 6.01662 11.2342C5.77015 11.3015 5.50154 11.3338 5.22277 11.3338C5.02892 11.3338 4.83323 11.3228 4.64954 11.2822C5.04185 12.4812 6.15508 13.3628 7.47877 13.3914C6.44862 14.1972 5.14062 14.6828 3.72462 14.6828C3.47631 14.6828 3.23815 14.6717 3 14.6412C4.34123 15.5062 5.93077 16 7.64492 16C13.2166 16 16.2628 11.3846 16.2628 7.384C16.2628 7.25015 16.2582 7.12092 16.2517 6.99262C16.8526 6.56615 17.3575 6.03354 17.7692 5.42062Z' fill='white'/%3E%3C/svg%3E%0A"); }
  [data-content-region="page_banner-right"] .social-link-row a.email {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8L10 11L18 8V16H2V8Z' fill='white'/%3E%3Cpath d='M2 7L10 10L18 7V4H2V7Z' fill='white'/%3E%3C/svg%3E%0A"); }
  [data-content-region="page_banner-right"] .social-link-row a.pinterst {
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.314 3.63959C14.1755 2.58231 12.5999 2 10.8775 2C8.24641 2 6.62819 3.04329 5.73399 3.91846C4.63195 4.997 4 6.42908 4 7.84759C4 9.62863 4.77012 10.9956 6.05978 11.5042C6.14636 11.5385 6.23347 11.5558 6.31888 11.5558C6.59095 11.5558 6.80653 11.3836 6.88121 11.1074C6.92474 10.9489 7.02562 10.5579 7.06947 10.3882C7.16336 10.053 7.08751 9.89181 6.88276 9.6584C6.50976 9.23148 6.33606 8.72663 6.33606 8.0696C6.33606 6.11801 7.83831 4.04386 10.6226 4.04386C12.8318 4.04386 14.2041 5.25848 14.2041 7.21368C14.2041 8.4475 13.9294 9.59013 13.4304 10.4312C13.0836 11.0157 12.4739 11.7123 11.5378 11.7123C11.133 11.7123 10.7694 11.5515 10.54 11.2711C10.3232 11.006 10.2518 10.6635 10.3389 10.3066C10.4374 9.90337 10.5717 9.48274 10.7017 9.0761C10.9387 8.3334 11.1627 7.63194 11.1627 7.07228C11.1627 6.11502 10.5544 5.47181 9.64901 5.47181C8.49842 5.47181 7.59702 6.60227 7.59702 8.04539C7.59702 8.75315 7.79147 9.28252 7.87949 9.48579C7.73455 10.0799 6.8731 13.6117 6.7097 14.2778C6.61523 14.6665 6.04607 17.7373 6.98812 17.9822C8.04658 18.2573 8.99268 15.2666 9.08897 14.9286C9.16702 14.6537 9.4401 13.6145 9.60745 12.9756C10.1184 13.4517 10.9411 13.7736 11.7416 13.7736C13.2508 13.7736 14.608 13.1166 15.5633 11.9239C16.4897 10.767 17 9.15459 17 7.38382C17 5.99947 16.3854 4.63473 15.314 3.63959Z' fill='white'/%3E%3C/svg%3E%0A"); }
  [data-content-region="page_banner-right"] .social-link-row a.linkdien {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' style='enable-background:new 0 0 124 124;' version='1.1' viewBox='0 0 124 124' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cg id='XMLID_12_'%3E%3Cg id='XMLID_15_'%3E%3Cg id='XMLID_16_'%3E%3Cg id='XMLID_17_'%3E%3Cpath class='st0' d='M102.4,70.7v28.5c0,0.7-0.6,1.3-1.3,1.3H86.4c-0.7,0-1.3-0.6-1.3-1.3V72.7 c0-7-2.5-11.8-8.8-11.8c-4.8,0-7.6,3.2-8.9,6.3c-0.5,1.1-0.6,2.7-0.6,4.2v27.8c0,0.7-0.6,1.3-1.3,1.3H50.9 c-0.7,0-1.3-0.6-1.3-1.3c0-7.1,0.2-41.4,0-49.4c0-0.7,0.6-1.3,1.3-1.3h14.7c0.7,0,1.3,0.6,1.3,1.3v6.1c0,0.1-0.1,0.1-0.1,0.2 h0.1v-0.2c2.3-3.5,6.4-8.6,15.6-8.6C93.9,47.3,102.4,54.8,102.4,70.7L102.4,70.7z M24,100.6h14.7c0.7,0,1.3-0.6,1.3-1.3V49.8 c0-0.7-0.6-1.3-1.3-1.3H24c-0.7,0-1.3,0.6-1.3,1.3v49.5C22.8,100,23.3,100.6,24,100.6z' id='XMLID_18_'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='XMLID_13_'%3E%3Ccircle class='st0' cx='30.9' cy='32.7' id='XMLID_14_' r='9.3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-color: #000000; }

.type-page.warne_history .body .about-content.carrer-page img {
  width: 100%; }

#storemapper #storemapper-form .storemapper-dropdown-menu li {
  background: none;
  font-size: 14px;
  padding: 3px 15px; }
  @media screen and (min-width: 1280px) {
    #storemapper #storemapper-form .storemapper-dropdown-menu li {
      font-size: 0.97222vw;
      padding: 0.20833vw 1.04167vw; } }
  #storemapper #storemapper-form .storemapper-dropdown-menu li a {
    line-height: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #344C67; }
    @media screen and (min-width: 1280px) {
      #storemapper #storemapper-form .storemapper-dropdown-menu li a {
        line-height: 1.25vw; } }
    #storemapper #storemapper-form .storemapper-dropdown-menu li a input[type="checkbox"] {
      margin-right: 10px; }
      @media screen and (min-width: 1280px) {
        #storemapper #storemapper-form .storemapper-dropdown-menu li a input[type="checkbox"] {
          margin-right: 0.69444vw; } }
    #storemapper #storemapper-form .storemapper-dropdown-menu li a:hover {
      color: #ED1C29; }

[data-content-region="page_banner-right"] .social-link-row {
  display: none; }

.type-page .body h5 {
  text-transform: none; }

.page-top-banner {
  background: #f9f9f9; }
  @media screen and (max-width: 767px) {
    .page-top-banner .breadcrumb-row ol.breadcrumbs {
      text-align: center; } }

.faq-page .row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 1023px) {
    .faq-page .row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .faq-page .row .col1 {
    width: 340px; }
    @media screen and (min-width: 1280px) {
      .faq-page .row .col1 {
        width: 23.61111vw; } }
    @media screen and (max-width: 1023px) {
      .faq-page .row .col1 {
        width: 100%; } }
    .faq-page .row .col1 h4 {
      font-size: 20px;
      color: #000000;
      margin: 25px 0 30px;
      font-family: "industrydemi", sans-serif;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .faq-page .row .col1 h4 {
          margin: 1.73611vw 0 2.08333vw;
          font-size: 1.38889vw; } }
      @media screen and (max-width: 1023px) {
        .faq-page .row .col1 h4 {
          margin-bottom: 0; } }
  .faq-page .row .col2 {
    width: calc(100% - 340px); }
    @media screen and (min-width: 1280px) {
      .faq-page .row .col2 {
        width: calc(100% - 23.61111vw); } }
    @media screen and (max-width: 1023px) {
      .faq-page .row .col2 {
        width: 100%; } }

.faq-page .row + .row {
  border-top: 1px solid #000000;
  margin-top: 25px;
  padding-top: 25px; }
  @media screen and (min-width: 1280px) {
    .faq-page .row + .row {
      padding-top: 1.73611vw;
      margin-top: 1.73611vw; } }
  @media screen and (max-width: 767px) {
    .faq-page .row + .row {
      margin-top: 10px;
      padding-top: 10px; } }

.qc {
  border-top: 1px solid #dddddd;
  padding: 30px 0; }
  @media screen and (min-width: 1280px) {
    .qc {
      padding: 2.08333vw 0; } }
  @media screen and (max-width: 767px) {
    .qc {
      padding: 20px 0; } }
  .qc:first-child {
    border-top: 0px; }
  .qc h4 {
    margin: 0;
    font-size: 18px;
    color: #000000;
    font-family: "industrydemi", sans-serif;
    cursor: pointer;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H12M6 0V12' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-position: right center;
    background-size: 12px auto;
    background-repeat: no-repeat;
    padding-right: 50px; }
    @media screen and (min-width: 1280px) {
      .qc h4 {
        font-size: 1.25vw;
        background-size: 0.83333vw auto;
        padding-right: 3.47222vw; } }
    .qc h4:hover {
      color: #ED1C29;
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H12M6 0V12' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A"); }
  .qc h4.is-active {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H12' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A"); }
    .qc h4.is-active:hover {
      background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H12' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A"); }
  .qc .ans {
    display: none;
    padding-top: 30px;
    padding-right: 50px; }
    @media screen and (min-width: 1280px) {
      .qc .ans {
        padding-top: 2.08333vw;
        padding-right: 3.47222vw; } }
    @media screen and (max-width: 1023px) {
      .qc .ans {
        padding-top: 15px;
        padding-right: 30px; } }
    .qc .ans p:last-child {
      margin-bottom: 0; }

.page-top-banner .page-content-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (max-width: 767px) {
    .page-top-banner .page-content-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .page-top-banner .page-content-row .col1 {
    width: 260px;
    padding-right: 20px; }
    @media screen and (min-width: 1280px) {
      .page-top-banner .page-content-row .col1 {
        width: 23.61111vw;
        padding-right: 3.47222vw; } }
    @media screen and (max-width: 1279px) {
      .page-top-banner .page-content-row .col1 {
        width: 340px; } }
    @media screen and (max-width: 1023px) {
      .page-top-banner .page-content-row .col1 {
        width: 260px; } }
    @media screen and (max-width: 767px) {
      .page-top-banner .page-content-row .col1 {
        width: 100%;
        padding-right: 0px; } }
    .page-top-banner .page-content-row .col1 h1 {
      text-align: left;
      margin: 25px 0 40px; }
      @media screen and (min-width: 1280px) {
        .page-top-banner .page-content-row .col1 h1 {
          margin: 1.73611vw 0 2.77778vw; } }
      @media screen and (max-width: 767px) {
        .page-top-banner .page-content-row .col1 h1 {
          text-align: center;
          margin-bottom: 30px;
          margin-top: 20px; } }
  .page-top-banner .page-content-row [data-content-region="page_banner-right"] {
    width: calc(100% - 260px); }
    @media screen and (min-width: 1280px) {
      .page-top-banner .page-content-row [data-content-region="page_banner-right"] {
        width: calc(100% - 23.61111vw); } }
    @media screen and (max-width: 1279px) {
      .page-top-banner .page-content-row [data-content-region="page_banner-right"] {
        width: calc(100% - 340px); } }
    @media screen and (max-width: 1023px) {
      .page-top-banner .page-content-row [data-content-region="page_banner-right"] {
        width: calc(100% - 260px); } }
    @media screen and (max-width: 767px) {
      .page-top-banner .page-content-row [data-content-region="page_banner-right"] {
        width: 100%;
        text-align: center; } }
    .page-top-banner .page-content-row [data-content-region="page_banner-right"] div {
      padding: 0; }
    .page-top-banner .page-content-row [data-content-region="page_banner-right"] p {
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      font-family: "industrybook", sans-serif;
      margin-bottom: 30px; }
      @media screen and (min-width: 1280px) {
        .page-top-banner .page-content-row [data-content-region="page_banner-right"] p {
          font-size: 1.11111vw;
          line-height: 1.66667vw;
          margin-bottom: 2.08333vw; } }
      @media screen and (max-width: 767px) {
        .page-top-banner .page-content-row [data-content-region="page_banner-right"] p {
          margin-bottom: 20px; } }
      .page-top-banner .page-content-row [data-content-region="page_banner-right"] p:first-child {
        margin-top: 20px; }
        @media screen and (min-width: 1280px) {
          .page-top-banner .page-content-row [data-content-region="page_banner-right"] p:first-child {
            margin-top: 1.38889vw; } }
        @media screen and (max-width: 767px) {
          .page-top-banner .page-content-row [data-content-region="page_banner-right"] p:first-child {
            margin-top: 0px; } }
      .page-top-banner .page-content-row [data-content-region="page_banner-right"] p a {
        color: #ED1C29; }
        .page-top-banner .page-content-row [data-content-region="page_banner-right"] p a:hover {
          color: #ED1C29;
          text-decoration: underline; }
      .page-top-banner .page-content-row [data-content-region="page_banner-right"] p:last-child {
        margin-bottom: 50px; }
        @media screen and (min-width: 1280px) {
          .page-top-banner .page-content-row [data-content-region="page_banner-right"] p:last-child {
            margin-bottom: 3.47222vw; } }

.type-page.faqs .body .page-top-banner {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .type-page.faqs .body .page-top-banner {
      margin-bottom: 2.08333vw; } }

.carrer-page, .affiliate-page, .test {
  position: relative;
  z-index: 1; }
  .carrer-page h4, .affiliate-page h4, .test h4 {
    border-bottom: 1px solid #000000;
    margin: 70px 0 60px;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 20px;
    font-family: "industrymedium", sans-serif;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase; }
    @media screen and (min-width: 1280px) {
      .carrer-page h4, .affiliate-page h4, .test h4 {
        margin: 4.86111vw 0 4.16667vw;
        padding-bottom: 2.77778vw;
        font-size: 1.25vw; } }
    @media screen and (max-width: 1023px) {
      .carrer-page h4, .affiliate-page h4, .test h4 {
        margin: 50px 0 40px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 1023px) {
      .carrer-page h4, .affiliate-page h4, .test h4 {
        padding-bottom: 18px; } }
  .carrer-page .row, .affiliate-page .row, .test .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media screen and (max-width: 1023px) {
      .carrer-page .row, .affiliate-page .row, .test .row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .carrer-page .row .col1, .carrer-page .row .col2, .affiliate-page .row .col1, .affiliate-page .row .col2, .test .row .col1, .test .row .col2 {
      width: 50%; }
      @media screen and (max-width: 1023px) {
        .carrer-page .row .col1, .carrer-page .row .col2, .affiliate-page .row .col1, .affiliate-page .row .col2, .test .row .col1, .test .row .col2 {
          width: 100%; } }
      .carrer-page .row .col1 p, .carrer-page .row .col2 p, .affiliate-page .row .col1 p, .affiliate-page .row .col2 p, .test .row .col1 p, .test .row .col2 p {
        font-family: "industrybook", sans-serif;
        font-size: 18px;
        color: #000000;
        line-height: 27px;
        margin-bottom: 30px; }
        @media screen and (min-width: 1280px) {
          .carrer-page .row .col1 p, .carrer-page .row .col2 p, .affiliate-page .row .col1 p, .affiliate-page .row .col2 p, .test .row .col1 p, .test .row .col2 p {
            margin-bottom: 2.08333vw;
            line-height: 1.875vw;
            font-size: 1.25vw; } }
        .carrer-page .row .col1 p a, .carrer-page .row .col2 p a, .affiliate-page .row .col1 p a, .affiliate-page .row .col2 p a, .test .row .col1 p a, .test .row .col2 p a {
          color: #ED1C29; }
          .carrer-page .row .col1 p a:hover, .carrer-page .row .col2 p a:hover, .affiliate-page .row .col1 p a:hover, .affiliate-page .row .col2 p a:hover, .test .row .col1 p a:hover, .test .row .col2 p a:hover {
            color: #ED1C29;
            text-decoration: underline; }
        .carrer-page .row .col1 p strong, .carrer-page .row .col2 p strong, .affiliate-page .row .col1 p strong, .affiliate-page .row .col2 p strong, .test .row .col1 p strong, .test .row .col2 p strong {
          font-family: "industrydemi", sans-serif;
          font-size: 18px;
          color: #000000;
          font-weight: normal; }
          @media screen and (min-width: 1280px) {
            .carrer-page .row .col1 p strong, .carrer-page .row .col2 p strong, .affiliate-page .row .col1 p strong, .affiliate-page .row .col2 p strong, .test .row .col1 p strong, .test .row .col2 p strong {
              font-size: 1.25vw; } }
        .carrer-page .row .col1 p:last-child, .carrer-page .row .col2 p:last-child, .affiliate-page .row .col1 p:last-child, .affiliate-page .row .col2 p:last-child, .test .row .col1 p:last-child, .test .row .col2 p:last-child {
          margin-bottom: 0; }
    .carrer-page .row .col2, .affiliate-page .row .col2, .test .row .col2 {
      width: 50%;
      padding-left: 120px; }
      @media screen and (min-width: 1280px) {
        .carrer-page .row .col2, .affiliate-page .row .col2, .test .row .col2 {
          padding-left: 8.33333vw; } }
      @media screen and (max-width: 1279px) {
        .carrer-page .row .col2, .affiliate-page .row .col2, .test .row .col2 {
          padding-left: 70px; } }
      @media screen and (max-width: 1023px) {
        .carrer-page .row .col2, .affiliate-page .row .col2, .test .row .col2 {
          padding-left: 0;
          width: 100%; } }
  .carrer-page .row1 .col1, .affiliate-page .row1 .col1, .test .row1 .col1 {
    padding-right: 120px; }
    @media screen and (min-width: 1280px) {
      .carrer-page .row1 .col1, .affiliate-page .row1 .col1, .test .row1 .col1 {
        padding-right: 8.33333vw; } }
    @media screen and (max-width: 1023px) {
      .carrer-page .row1 .col1, .affiliate-page .row1 .col1, .test .row1 .col1 {
        margin-bottom: 40px;
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .carrer-page .row1 .col1 img, .affiliate-page .row1 .col1 img, .test .row1 .col1 img {
        width: 100%; } }
  .carrer-page .row1 .col2, .affiliate-page .row1 .col2, .test .row1 .col2 {
    padding-left: 0px; }
    .carrer-page .row1 .col2 p:last-child, .affiliate-page .row1 .col2 p:last-child, .test .row1 .col2 p:last-child {
      margin-bottom: 0px; }
  .carrer-page .link-row, .affiliate-page .link-row, .test .link-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 40px 0 30px;
    border-top: 1px solid #dddddd; }
    @media screen and (min-width: 1280px) {
      .carrer-page .link-row, .affiliate-page .link-row, .test .link-row {
        padding: 2.77778vw 0 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .carrer-page .link-row, .affiliate-page .link-row, .test .link-row {
        padding: 30px 0; } }
    @media screen and (max-width: 767px) {
      .carrer-page .link-row, .affiliate-page .link-row, .test .link-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    @media screen and (max-width: 1023px) {
      .carrer-page .link-row:last-child, .affiliate-page .link-row:last-child, .test .link-row:last-child {
        padding-bottom: 0; } }
    .carrer-page .link-row .col1, .affiliate-page .link-row .col1, .test .link-row .col1 {
      width: 330px;
      padding-right: 110px;
      font-size: 20px;
      font-family: "industrydemi", sans-serif;
      color: #000000;
      position: relative;
      padding-left: 30px;
      background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.5 2H2C1.44772 2 1 2.44771 1 3V12C1 12.5523 1.44771 13 2 13H11C11.5523 13 12 12.5523 12 12V7.5' stroke='%23ED1C29' stroke-width='2'/%3E%3Cpath d='M7 7L13 1M13 1V5M13 1H9' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A");
      background-image: url("data:image/svg+xml,%0A%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 4C1 2.89543 1.89543 2 3 2H7.5V4L3 4V13H12V8.5H14V13C14 14.1046 13.1046 15 12 15H3C1.89543 15 1 14.1046 1 13V4Z' fill='%23ED1C29'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 1H15V6H13V4.41421L8.70711 8.70711L7.29289 7.29289L11.5858 3H10V1Z' fill='%23ED1C29'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: left 4px;
      background-size: 16px 16px;
      line-height: 24px; }
      @media screen and (min-width: 1280px) {
        .carrer-page .link-row .col1, .affiliate-page .link-row .col1, .test .link-row .col1 {
          width: 22.91667vw;
          padding-right: 7.63889vw;
          padding-left: 2.08333vw;
          background-size: 1.11111vw 1.11111vw;
          background-position: left 0.27778vw;
          font-size: 1.38889vw;
          line-height: 1.73611vw; } }
      @media screen and (max-width: 1279px) {
        .carrer-page .link-row .col1, .affiliate-page .link-row .col1, .test .link-row .col1 {
          background-position: left 3px; } }
      @media screen and (max-width: 767px) {
        .carrer-page .link-row .col1, .affiliate-page .link-row .col1, .test .link-row .col1 {
          width: 100%;
          padding-right: 0;
          margin-bottom: 15px;
          font-size: 18px;
          line-height: 18px;
          background-position: left 0; } }
      .carrer-page .link-row .col1 a, .affiliate-page .link-row .col1 a, .test .link-row .col1 a {
        color: #000000; }
        .carrer-page .link-row .col1 a:hover, .affiliate-page .link-row .col1 a:hover, .test .link-row .col1 a:hover {
          color: #ED1C29; }
    .carrer-page .link-row .text, .affiliate-page .link-row .text, .test .link-row .text {
      width: calc(100% - 330px);
      font-size: 16px;
      line-height: 24px;
      font-family: "industrybook", sans-serif;
      padding-right: 60px; }
      @media screen and (min-width: 1280px) {
        .carrer-page .link-row .text, .affiliate-page .link-row .text, .test .link-row .text {
          width: calc(100% - 22.91667vw);
          font-size: 1.11111vw;
          line-height: 1.66667vw;
          padding-right: 4.16667vw; } }
      @media screen and (max-width: 767px) {
        .carrer-page .link-row .text, .affiliate-page .link-row .text, .test .link-row .text {
          width: 100%;
          padding-right: 0; } }
  .carrer-page .link-row1, .affiliate-page .link-row1, .test .link-row1 {
    padding-top: 0;
    border: 0px; }

.page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
  padding-left: 0;
  padding-right: 0; }
  .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-edit-mode] {
    background: none !important; }
    .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-edit-mode] img {
      opacity: 1 !important;
      height: 244px !important;
      width: 100%;
      object-position: center;
      object-fit: cover; }
      @media screen and (min-width: 1280px) {
        .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-edit-mode] img {
          height: 16.94444vw !important; } }

.page-top-banner.banner-img {
  height: 244px;
  position: relative;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .page-top-banner.banner-img {
      height: 16.94444vw; } }
  .page-top-banner.banner-img [data-content-region="page_banner-image"] + .container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto; }
    .page-top-banner.banner-img [data-content-region="page_banner-image"] + .container .breadcrumb-row ol.breadcrumbs .breadcrumb:not(:first-child)::before {
      border-right-color: rgba(255, 255, 255, 0.8); }
    .page-top-banner.banner-img [data-content-region="page_banner-image"] + .container .breadcrumb-row ol.breadcrumbs .breadcrumb {
      color: rgba(255, 255, 255, 0.8); }
      .page-top-banner.banner-img [data-content-region="page_banner-image"] + .container .breadcrumb-row ol.breadcrumbs .breadcrumb a {
        color: rgba(255, 255, 255, 0.8); }
        .page-top-banner.banner-img [data-content-region="page_banner-image"] + .container .breadcrumb-row ol.breadcrumbs .breadcrumb a:hover {
          color: #ED1C29; }
    .page-top-banner.banner-img [data-content-region="page_banner-image"] + .container h1.page-heading {
      text-align: center;
      color: #ffffff;
      margin-bottom: 0;
      margin-top: 55px; }
      @media screen and (min-width: 1280px) {
        .page-top-banner.banner-img [data-content-region="page_banner-image"] + .container h1.page-heading {
          margin-top: 3.81944vw; } }

.type-page.warne_careers .body {
  background: url(../img/dh-custom/car-right-bg.png) no-repeat right -20px top -125px;
  background-size: 547px auto;
  position: relative;
  padding-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .type-page.warne_careers .body {
      background-position: right -1.38889vw top -8.68056vw;
      background-size: 37.98611vw auto;
      padding-bottom: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .type-page.warne_careers .body {
      background-size: 400px auto; } }
  .type-page.warne_careers .body:after {
    content: "";
    position: absolute;
    top: 950px;
    left: 0;
    height: 1410px;
    width: 279px;
    background: url(../img/dh-custom/car-left-bg.svg) no-repeat left top;
    background-size: 279px auto; }
    @media screen and (min-width: 1280px) {
      .type-page.warne_careers .body:after {
        height: 97.91667vw;
        width: 19.375vw;
        top: 65.97222vw;
        background-size: 19.375vw; } }

.type-page .body .page-top-banner {
  margin-bottom: 0; }

.type-page .body .column2-row + .column2-row {
  border-top: 1px solid #000000; }

.type-page .body .column2-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 60px 0 40px; }
  @media screen and (min-width: 1280px) {
    .type-page .body .column2-row {
      padding: 4.16667vw 0 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .type-page .body .column2-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      padding: 40px 0 20px; } }
  @media screen and (max-width: 1023px) {
    .type-page .body .column2-row:last-child {
      padding-bottom: 0;
      margin-bottom: 0; } }
  .type-page .body .column2-row .title {
    width: 340px;
    padding-right: 100px;
    font-size: 20px;
    line-height: 22px;
    color: #000000;
    font-family: "industrydemi", sans-serif; }
    @media screen and (min-width: 1280px) {
      .type-page .body .column2-row .title {
        width: 23.61111vw;
        padding-right: 6.94444vw;
        line-height: 1.52778vw;
        font-size: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .type-page .body .column2-row .title {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
        font-size: 18px; } }
    @media screen and (max-width: 1023px) {
      .type-page .body .column2-row .title br {
        display: none; } }
  .type-page .body .column2-row .text {
    width: calc(100% - 340px); }
    @media screen and (min-width: 1280px) {
      .type-page .body .column2-row .text {
        width: calc(100% - 23.61111vw); } }
    @media screen and (max-width: 1023px) {
      .type-page .body .column2-row .text {
        width: 100%; } }
    .type-page .body .column2-row .text ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .type-page .body .column2-row .text ul li {
        background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: 7px auto;
        padding: 0 0 0 20px;
        margin-bottom: 20px;
        background-position: left top 7px;
        color: #000000;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        font-family: 'industrybook', sans-serif; }
        @media screen and (min-width: 1280px) {
          .type-page .body .column2-row .text ul li {
            background-size: 0.48611vw auto;
            padding: 0 0 0 1.38889vw;
            margin-bottom: 1.38889vw;
            background-position: left top 0.48611vw;
            font-size: 1.11111vw;
            line-height: 1.66667vw; } }
    .type-page .body .column2-row .text .btn {
      margin-top: 55px; }
      @media screen and (min-width: 1280px) {
        .type-page .body .column2-row .text .btn {
          margin-top: 3.81944vw; } }
      .type-page .body .column2-row .text .btn .button {
        padding-left: 80px;
        padding-right: 80px; }
        @media screen and (min-width: 1280px) {
          .type-page .body .column2-row .text .btn .button {
            padding-left: 5.55556vw;
            padding-right: 5.55556vw; } }
        @media screen and (max-width: 767px) {
          .type-page .body .column2-row .text .btn .button {
            padding-left: 30px;
            padding-right: 30px; } }

.type-page .body .column2-row:last-child {
  padding-bottom: 0; }

.carrer-page .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] {
  width: 100%; }
  .carrer-page .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] .simpleParallax {
    width: 100%; }

.affiliate-page,
.test {
  font-family: 'industrybook', sans-serif; }
  .affiliate-page .page-top-banner.banner-img,
  .test .page-top-banner.banner-img {
    height: 420px;
    margin-bottom: 0; }
    @media screen and (min-width: 1280px) {
      .affiliate-page .page-top-banner.banner-img,
      .test .page-top-banner.banner-img {
        height: 29.16667vw; } }
    @media screen and (max-width: 1279px) {
      .affiliate-page .page-top-banner.banner-img,
      .test .page-top-banner.banner-img {
        height: auto; } }
    .affiliate-page .page-top-banner.banner-img .container,
    .test .page-top-banner.banner-img .container {
      bottom: 0; }
    .affiliate-page .page-top-banner.banner-img .affiliate-image-content,
    .test .page-top-banner.banner-img .affiliate-image-content {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 100%;
      position: relative; }
    .affiliate-page .page-top-banner.banner-img .breadcrumb-row,
    .test .page-top-banner.banner-img .breadcrumb-row {
      position: absolute;
      left: 0;
      top: 0; }
  .affiliate-page [data-content-region="page_banner-image"],
  .test [data-content-region="page_banner-image"] {
    position: relative;
    height: 100%; }
    .affiliate-page [data-content-region="page_banner-image"] + .container h1.page-heading,
    .test [data-content-region="page_banner-image"] + .container h1.page-heading {
      margin: 40px 0 !important; }
      @media screen and (min-width: 1280px) {
        .affiliate-page [data-content-region="page_banner-image"] + .container h1.page-heading,
        .test [data-content-region="page_banner-image"] + .container h1.page-heading {
          margin-top: 2.77778vw !important;
          margin-bottom: 2.77778vw !important; } }
    .affiliate-page [data-content-region="page_banner-image"] > div,
    .test [data-content-region="page_banner-image"] > div {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
      .affiliate-page [data-content-region="page_banner-image"] > div:after,
      .test [data-content-region="page_banner-image"] > div:after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        content: "";
        background: rgba(41, 44, 49, 0.73);
        width: 100%;
        height: 100%; }
  .affiliate-page .page-heading,
  .test .page-heading {
    text-transform: uppercase;
    margin: 40px 0; }
    @media screen and (min-width: 1280px) {
      .affiliate-page .page-heading,
      .test .page-heading {
        margin-top: 2.77778vw;
        margin-bottom: 2.77778vw; } }
    @media screen and (min-width: 1280px) {
      .affiliate-page .page-heading,
      .test .page-heading {
        font-size: 2.5vw; } }
    .affiliate-page .page-heading span,
    .test .page-heading span {
      font-size: 14px;
      display: block; }
      @media screen and (min-width: 1280px) {
        .affiliate-page .page-heading span,
        .test .page-heading span {
          font-size: 0.97222vw; } }
  .affiliate-page .body,
  .test .body {
    background: url(../img/dh-custom/car-right-bg.png) no-repeat right -20px top -125px;
    background-size: 547px auto;
    position: relative;
    padding-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .affiliate-page .body,
      .test .body {
        background-position: right -1.38889vw top -8.68056vw;
        background-size: 37.98611vw auto;
        padding-bottom: 2.77778vw; } }
    @media screen and (max-width: 767px) {
      .affiliate-page .body,
      .test .body {
        background-size: 400px auto; } }
  .affiliate-page .btn-item,
  .test .btn-item {
    padding-top: 20px; }
    @media screen and (min-width: 1280px) {
      .affiliate-page .btn-item,
      .test .btn-item {
        padding-top: 1.38889vw; } }
    .affiliate-page .btn-item a,
    .test .btn-item a {
      min-width: 220px;
      display: inline-block; }
      @media screen and (min-width: 1280px) {
        .affiliate-page .btn-item a,
        .test .btn-item a {
          min-width: 15.27778vw; } }
  .affiliate-page .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container],
  .test .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] {
    width: 100%; }
    .affiliate-page .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout],
    .test .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
      padding-left: 0;
      padding-right: 0; }
      .affiliate-page .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-edit-mode],
      .test .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-edit-mode] {
        background: none !important; }
        .affiliate-page .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-edit-mode] img,
        .test .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-edit-mode] img {
          height: 420px !important;
          width: 100%;
          object-position: center;
          object-fit: cover; }
          @media screen and (min-width: 1280px) {
            .affiliate-page .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-edit-mode] img,
            .test .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-edit-mode] img {
              height: 29.16667vw !important; } }
    .affiliate-page .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] .simpleParallax,
    .test .page-top-banner [data-content-region="page_banner-image"] [data-layout-id] [data-sub-layout-container] .simpleParallax {
      width: 100%; }
  .affiliate-page h4,
  .test h4 {
    margin-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .affiliate-page h4,
      .test h4 {
        margin-bottom: 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .affiliate-page h4,
      .test h4 {
        margin-bottom: 20px; } }

.wap-detail {
  padding-top: 60px; }
  @media screen and (min-width: 1280px) {
    .wap-detail {
      padding-top: 4.16667vw; } }

.why-warne-section {
  background: #F9F9F9;
  padding-bottom: 80px;
  display: inline-block;
  width: 100%; }
  @media screen and (min-width: 1280px) {
    .why-warne-section {
      padding-bottom: 5.55556vw; } }
  @media screen and (max-width: 1279px) {
    .why-warne-section {
      padding-bottom: 50px; } }
  @media screen and (max-width: 767px) {
    .why-warne-section {
      padding-bottom: 30px; } }
  .why-warne-section li {
    font-family: 'industrydemi', sans-serif !important; }
  .why-warne-section p {
    margin-bottom: 40px; }
    @media screen and (min-width: 1280px) {
      .why-warne-section p {
        margin-bottom: 2.77778vw; } }
  .why-warne-section .row1 .col1 {
    padding-right: 70px; }
    @media screen and (min-width: 1280px) {
      .why-warne-section .row1 .col1 {
        padding-right: 4.86111vw; } }
    @media screen and (max-width: 1023px) {
      .why-warne-section .row1 .col1 {
        padding-right: 0; } }

.lifetime-warranty,
.ppc-guidline {
  padding-bottom: 70px; }
  @media screen and (min-width: 1280px) {
    .lifetime-warranty,
    .ppc-guidline {
      padding-bottom: 4.86111vw; } }
  @media screen and (max-width: 1279px) {
    .lifetime-warranty,
    .ppc-guidline {
      padding-bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .lifetime-warranty,
    .ppc-guidline {
      padding-bottom: 30px; } }

.divider {
  border-bottom: 1px solid #000000;
  height: 1px; }

.lifetime-warranty p,
.ppc-guidline p,
.why-warne-section p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .lifetime-warranty p,
    .ppc-guidline p,
    .why-warne-section p {
      margin-bottom: 2.08333vw;
      line-height: 1.875vw;
      font-size: 1.25vw; } }

.type-page.warne_affiliate_program .body {
  background: url(../img/dh-custom/car-right-bg.png) no-repeat right -20px top -125px;
  background-size: 547px auto;
  position: relative;
  padding-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .type-page.warne_affiliate_program .body {
      background-position: right -1.38889vw top -8.68056vw;
      background-size: 37.98611vw auto; } }
  @media screen and (max-width: 767px) {
    .type-page.warne_affiliate_program .body {
      background-size: 400px auto; } }

.pro-program-page {
  margin-top: 60px; }
  @media screen and (min-width: 1280px) {
    .pro-program-page {
      margin-top: 4.16667vw; } }
  @media screen and (max-width: 1023px) {
    .pro-program-page {
      margin-top: 40px; } }
  .pro-program-page .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (max-width: 1023px) {
      .pro-program-page .row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .pro-program-page .row .col1 {
      width: 50%; }
      @media screen and (max-width: 1023px) {
        .pro-program-page .row .col1 {
          width: 100%; } }
      .pro-program-page .row .col1 p {
        margin-bottom: 30px; }
        @media screen and (min-width: 1280px) {
          .pro-program-page .row .col1 p {
            margin-bottom: 2.08333vw; } }
        .pro-program-page .row .col1 p strong {
          font-family: "industrymedium", sans-serif;
          font-weight: normal; }
    .pro-program-page .row .col2 {
      width: 50%;
      padding-left: 4.16667vw; }
      @media screen and (min-width: 1280px) {
        .pro-program-page .row .col2 {
          padding-left: 8.33333vw; } }
      @media screen and (max-width: 1023px) {
        .pro-program-page .row .col2 {
          width: 100%;
          padding-left: 0; } }

.pro_program .body ul li:last-child {
  margin-bottom: 0px; }

.pro_program .body h1.page-heading {
  font-size: 36px; }
  @media screen and (min-width: 1280px) {
    .pro_program .body h1.page-heading {
      font-size: 2.5vw; } }
  @media screen and (max-width: 1023px) {
    .pro_program .body h1.page-heading {
      font-size: 32px; } }

.pro_program .page-top-banner.banner-img [data-content-region="page_banner-image"] + .container h1.page-heading {
  margin-top: 40px; }
  @media screen and (min-width: 1280px) {
    .pro_program .page-top-banner.banner-img [data-content-region="page_banner-image"] + .container h1.page-heading {
      margin-top: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .pro_program .page-top-banner.banner-img [data-content-region="page_banner-image"] + .container h1.page-heading br {
      display: none; } }

.type-page .body .wholesale-form {
  border-top: 1px solid #000000;
  padding-top: 60px;
  margin-top: 60px; }
  @media screen and (min-width: 1280px) {
    .type-page .body .wholesale-form {
      padding-top: 4.16667vw;
      margin-top: 4.16667vw; } }
  @media screen and (max-width: 1023px) {
    .type-page .body .wholesale-form {
      padding-top: 30px;
      margin-top: 40px; } }
  .type-page .body .wholesale-form .form-section.page-section {
    list-style: none;
    padding: 0;
    margin: 0; }
    .type-page .body .wholesale-form .form-section.page-section h1 {
      margin: 0 0 20px;
      font-family: "industrydemi", sans-serif;
      font-weight: normal;
      color: #000000;
      font-size: 32px;
      line-height: 36px; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form .form-section.page-section h1 {
          margin-bottom: 1.38889vw;
          font-size: 2.22222vw;
          line-height: 2.5vw; } }
      @media screen and (max-width: 1023px) {
        .type-page .body .wholesale-form .form-section.page-section h1 {
          font-size: 28px; } }
      @media screen and (max-width: 1023px) {
        .type-page .body .wholesale-form .form-section.page-section h1 {
          font-size: 24px; } }
    .type-page .body .wholesale-form .form-section.page-section .form-subHeader {
      font-size: 16px;
      line-height: 24px;
      color: #000000;
      font-family: "industrybook", sans-serif;
      margin-bottom: 70px; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form .form-section.page-section .form-subHeader {
          font-size: 1.11111vw;
          line-height: 1.66667vw;
          margin-bottom: 4.86111vw; } }
      @media screen and (max-width: 1023px) {
        .type-page .body .wholesale-form .form-section.page-section .form-subHeader {
          margin-bottom: 10px; } }
      @media screen and (max-width: 767px) {
        .type-page .body .wholesale-form .form-section.page-section .form-subHeader {
          margin-bottom: 0; } }
    .type-page .body .wholesale-form .form-section.page-section > li {
      background: none;
      padding-left: 0; }
      .type-page .body .wholesale-form .form-section.page-section > li .form-label {
        font-size: 20px;
        line-height: 22px;
        font-family: "industrymedium", sans-serif;
        color: #000000;
        font-weight: normal; }
        @media screen and (min-width: 1280px) {
          .type-page .body .wholesale-form .form-section.page-section > li .form-label {
            font-size: 1.38889vw;
            line-height: 1.52778vw; } }
        @media screen and (max-width: 1023px) {
          .type-page .body .wholesale-form .form-section.page-section > li .form-label {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .type-page .body .wholesale-form .form-section.page-section > li .form-label {
            margin: 0; } }
        .type-page .body .wholesale-form .form-section.page-section > li .form-label span {
          display: block;
          font-family: "industrybook", sans-serif;
          font-weight: normal;
          color: #000000;
          font-size: 16px; }
          @media screen and (min-width: 1280px) {
            .type-page .body .wholesale-form .form-section.page-section > li .form-label span {
              font-size: 1.11111vw; } }
    .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_fileupload"] .form-label {
      padding-bottom: 5px;
      font-size: 14px;
      font-family: "industrymedium", sans-serif; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_fileupload"] .form-label {
          padding-bottom: 0.34722vw;
          font-size: 0.97222vw; } }
    @media screen and (max-width: 767px) {
      .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_fileupload"] .jfUpload-container {
        margin: 0; } }
    .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin: 60px 0; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] {
          margin: 4.16667vw 0; } }
      @media screen and (max-width: 1023px) {
        .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] {
          flex-wrap: wrap;
          -webkit-flex-wrap: wrap;
          margin: 40px 0; } }
      @media screen and (max-width: 767px) {
        .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] {
          margin: 20px 0; } }
      .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] > label {
        width: 420px;
        padding-right: 130px; }
        @media screen and (min-width: 1280px) {
          .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] > label {
            width: 29.16667vw;
            padding-right: 9.02778vw; } }
        @media screen and (max-width: 1023px) {
          .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] > label {
            width: 100%;
            padding-right: 0;
            margin-bottom: 30px; } }
        @media screen and (max-width: 767px) {
          .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] > label {
            margin-bottom: 20px; } }
      .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] .form-input-wide {
        width: calc(100% - 420px); }
        @media screen and (min-width: 1280px) {
          .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] .form-input-wide {
            width: calc(100% - 29.16667vw); } }
        @media screen and (max-width: 1023px) {
          .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] .form-input-wide {
            width: 100%; } }
        .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] .form-input-wide textarea {
          width: 100% !important;
          border: 1px solid #bbb;
          height: 120px !important;
          padding: 10px;
          font-size: 13px;
          padding: 10px 20px;
          color: #000000;
          font-family: "industrybook", sans-serif; }
          @media screen and (min-width: 1280px) {
            .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_textarea"] .form-input-wide textarea {
              height: 8.33333vw !important;
              padding: 0.69444vw 1.38889vw;
              font-size: 0.90278vw; } }
    .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_checkbox"] {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media screen and (max-width: 1023px) {
        .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_checkbox"] {
          flex-wrap: wrap; } }
      .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_checkbox"] > label {
        width: 420px;
        padding-right: 40px; }
        @media screen and (min-width: 1280px) {
          .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_checkbox"] > label {
            width: 29.16667vw;
            padding-right: 2.77778vw; } }
        @media screen and (max-width: 1023px) {
          .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_checkbox"] > label {
            width: 100%;
            margin-bottom: 30px; } }
        @media screen and (max-width: 767px) {
          .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_checkbox"] > label {
            margin-bottom: 20px; } }
        .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_checkbox"] > label span {
          display: block;
          font-family: "industrybook", sans-serif;
          font-weight: normal;
          color: #000000;
          font-size: 16px; }
          @media screen and (min-width: 1280px) {
            .type-page .body .wholesale-form .form-section.page-section .form-line[data-type="control_checkbox"] > label span {
              font-size: 1.11111vw; } }
    .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item {
      display: block;
      margin-bottom: 15px; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item {
          margin-bottom: 1.04167vw; } }
      @media screen and (max-width: 767px) {
        .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item:last-child {
          margin-bottom: 8px; } }
      .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item label {
        padding-left: 30px;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-family: "industrybook", sans-serif;
        outline: none !important; }
        @media screen and (min-width: 1280px) {
          .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item label {
            font-size: 1.11111vw;
            line-height: 1.66667vw;
            padding-left: 2.08333vw; } }
        .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item label:before {
          content: "";
          background: #ffffff;
          border: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          height: 15px;
          width: 15px;
          margin-top: 0;
          top: 2px;
          position: absolute;
          left: 0;
          border: 1px solid #000000; }
          @media screen and (min-width: 1280px) {
            .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item label:before {
              height: 1.04167vw;
              width: 1.04167vw;
              top: 0.13889vw; } }
        .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item label:after {
          content: "";
          width: 15px;
          height: 15px;
          left: 0;
          top: 2px;
          margin-top: 0;
          position: absolute; }
          @media screen and (min-width: 1280px) {
            .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item label:after {
              width: 1.04167vw;
              height: 1.04167vw;
              top: 0.13889vw; } }
      .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item .form-checkbox:checked + label:before {
        border-color: #ED1C29; }
      .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item .form-checkbox:checked + label:after {
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.50149 5.11494L5.66644 8.56649L3.49805 6.61494L4.50149 5.5L5.66644 6.54845L8.49805 4L9.50149 5.11494Z' fill='white'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-size: 15px auto;
        background-color: #ED1C29; }
        @media screen and (min-width: 1280px) {
          .type-page .body .wholesale-form .form-section.page-section .form-single-column .form-checkbox-item .form-checkbox:checked + label:after {
            background-size: 1.04167vw auto; } }
  .type-page .body .wholesale-form [data-type="control_textarea"] + [data-type="control_head"] {
    width: 420px;
    padding-right: 40px;
    padding-right: 60px;
    float: left; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form [data-type="control_textarea"] + [data-type="control_head"] {
        width: 29.16667vw;
        padding-right: 2.77778vw;
        padding-right: 4.16667vw; } }
    @media screen and (max-width: 1023px) {
      .type-page .body .wholesale-form [data-type="control_textarea"] + [data-type="control_head"] {
        width: 100%;
        padding-right: 0; } }
  .type-page .body .wholesale-form [data-type="control_head"] + [data-type="control_text"] {
    width: calc(100% - 420px);
    float: left;
    margin-top: 0; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form [data-type="control_head"] + [data-type="control_text"] {
        width: calc(100% - 29.16667vw); } }
    @media screen and (max-width: 1023px) {
      .type-page .body .wholesale-form [data-type="control_head"] + [data-type="control_text"] {
        width: 100%; } }
  .type-page .body .wholesale-form [data-type="control_fileupload"] {
    width: calc(100% - 420px);
    clear: both;
    margin-left: 420px;
    padding-top: 10px;
    padding-bottom: 20px; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form [data-type="control_fileupload"] {
        width: calc(100% - 29.16667vw);
        margin-left: 29.16667vw;
        padding-top: 0.69444vw;
        padding-bottom: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .type-page .body .wholesale-form [data-type="control_fileupload"] {
        width: 100%;
        margin-left: 0; } }
    .type-page .body .wholesale-form [data-type="control_fileupload"] .qq-uploader {
      position: relative;
      width: 200px;
      height: 44px;
      border: 1px solid #000000;
      cursor: pointer; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form [data-type="control_fileupload"] .qq-uploader {
          width: 13.88889vw;
          height: 3.05556vw; } }
    .type-page .body .wholesale-form [data-type="control_fileupload"] .inputContainer {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 42px;
      opacity: 0;
      z-index: 1;
      overflow: hidden; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form [data-type="control_fileupload"] .inputContainer {
          height: 2.91667vw; } }
      .type-page .body .wholesale-form [data-type="control_fileupload"] .inputContainer .fileupload-input {
        height: 42px;
        border: 1px solid #000;
        font-family: "industrybook", sans-serif;
        padding: 10px 20px;
        color: #000000;
        font-size: 13px;
        cursor: pointer; }
        @media screen and (min-width: 1280px) {
          .type-page .body .wholesale-form [data-type="control_fileupload"] .inputContainer .fileupload-input {
            padding: 0.69444vw 1.38889vw;
            height: 2.91667vw;
            font-size: 0.90278vw; } }
    .type-page .body .wholesale-form [data-type="control_fileupload"] .qq-upload-button {
      height: 42px;
      text-align: center;
      font-size: 11px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      font-family: "Roboto Mono", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      cursor: pointer; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form [data-type="control_fileupload"] .qq-upload-button {
          height: 2.91667vw;
          font-size: 0.76389vw; } }
      .type-page .body .wholesale-form [data-type="control_fileupload"] .qq-upload-button .jfUpload-heading {
        display: none; }
  .type-page .body .wholesale-form [data-type="control_checkbox"] + [data-type="control_textbox"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 30px; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form [data-type="control_checkbox"] + [data-type="control_textbox"] {
        margin-top: 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .type-page .body .wholesale-form [data-type="control_checkbox"] + [data-type="control_textbox"] {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .type-page .body .wholesale-form [data-type="control_checkbox"] + [data-type="control_textbox"] {
        margin-top: 20px; } }
    .type-page .body .wholesale-form [data-type="control_checkbox"] + [data-type="control_textbox"] .form-label {
      width: 420px;
      padding-right: 40px;
      padding-right: 60px; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form [data-type="control_checkbox"] + [data-type="control_textbox"] .form-label {
          width: 29.16667vw;
          padding-right: 2.77778vw;
          padding-right: 4.16667vw; } }
    .type-page .body .wholesale-form [data-type="control_checkbox"] + [data-type="control_textbox"] .form-input-wide {
      width: calc(100% - 420px);
      margin-top: 20px; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form [data-type="control_checkbox"] + [data-type="control_textbox"] .form-input-wide {
          width: calc(100% - 29.16667vw);
          margin-top: 1.38889vw; } }
      @media screen and (max-width: 1023px) {
        .type-page .body .wholesale-form [data-type="control_checkbox"] + [data-type="control_textbox"] .form-input-wide {
          width: 100%; } }
  .type-page .body .wholesale-form .error-navigation-container {
    font-size: 14px;
    font-family: "industrybook", sans-serif;
    color: #ED1C29;
    text-align: center;
    display: none; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form .error-navigation-container {
        font-size: 0.97222vw; } }
  .type-page .body .wholesale-form li .form-label .form-required {
    display: none; }
  .type-page .body .wholesale-form li .form-textbox {
    height: 44px;
    border: 1px solid #bbb;
    width: 100% !important;
    font-family: "industrybook", sans-serif;
    padding: 10px 20px;
    color: #000000;
    font-size: 13px; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form li .form-textbox {
        padding: 0.69444vw 1.38889vw;
        height: 3.05556vw;
        font-size: 0.90278vw; } }
    .type-page .body .wholesale-form li .form-textbox::-webkit-input-placeholder {
      color: #bbb; }
    .type-page .body .wholesale-form li .form-textbox::-moz-placeholder {
      color: #bbb; }
    .type-page .body .wholesale-form li .form-textbox:-ms-input-placeholder {
      color: #bbb; }
    .type-page .body .wholesale-form li .form-textbox:-moz-placeholder {
      color: #bbb; }
    .type-page .body .wholesale-form li .form-textbox::-webkit-input-placeholder {
      color: #999999 !important;
      opacity: 1 !important; }
    .type-page .body .wholesale-form li .form-textbox::-moz-placeholder {
      color: #999999 !important;
      opacity: 1 !important; }
    .type-page .body .wholesale-form li .form-textbox:-ms-input-placeholder {
      color: #999999 !important;
      opacity: 1 !important; }
  .type-page .body .wholesale-form li .form-textbox.form-validation-error {
    border-color: #ED1C29; }
    .type-page .body .wholesale-form li .form-textbox.form-validation-error::-webkit-input-placeholder {
      color: #ED1C29 !important; }
    .type-page .body .wholesale-form li .form-textbox.form-validation-error::-moz-placeholder {
      color: #ED1C29 !important; }
    .type-page .body .wholesale-form li .form-textbox.form-validation-error:-ms-input-placeholder {
      color: #ED1C29 !important; }
    .type-page .body .wholesale-form li .form-textbox.form-validation-error:-moz-placeholder {
      color: #ED1C29 !important; }
  .type-page .body .wholesale-form li .form-error-message {
    font-size: 12px;
    font-family: "industrybook", sans-serif;
    color: #ED1C29;
    padding-top: 10px; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form li .form-error-message {
        font-size: 0.83333vw;
        padding-top: 0.69444vw; } }
    .type-page .body .wholesale-form li .form-error-message img {
      width: 12px;
      height: auto;
      position: relative;
      top: -3px;
      display: none; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form li .form-error-message img {
          width: 0.83333vw;
          top: -0.20833vw; } }
  .type-page .body .wholesale-form [data-type="control_head"] h2 {
    font-size: 20px;
    line-height: 22px;
    font-family: "industrydemi", sans-serif;
    color: #000000;
    font-weight: normal;
    margin: 0;
    margin-bottom: 7px; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form [data-type="control_head"] h2 {
        font-size: 1.38889vw;
        line-height: 1.52778vw;
        margin-bottom: 0.48611vw; } }
  .type-page .body .wholesale-form [data-type="control_text"] {
    margin-top: 40px; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form [data-type="control_text"] {
        margin-top: 2.77778vw; } }
    @media screen and (max-width: 767px) {
      .type-page .body .wholesale-form [data-type="control_text"] {
        margin-top: 20px; } }
    .type-page .body .wholesale-form [data-type="control_text"] h3 {
      margin: 0 0 30px;
      font-size: 16px;
      font-family: "industrydemi", sans-serif;
      color: #000000;
      line-height: 24px; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form [data-type="control_text"] h3 {
          font-size: 1.11111vw;
          margin-bottom: 2.08333vw;
          line-height: 1.66667vw; } }
      @media screen and (max-width: 767px) {
        .type-page .body .wholesale-form [data-type="control_text"] h3 {
          margin-bottom: 20px; } }
    .type-page .body .wholesale-form [data-type="control_text"] p {
      margin: 0 0 30px;
      font-size: 16px;
      font-family: "industrybook", sans-serif;
      color: #000000;
      line-height: 24px; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form [data-type="control_text"] p {
          font-size: 1.11111vw;
          margin-bottom: 2.08333vw;
          line-height: 1.66667vw; } }
      @media screen and (max-width: 767px) {
        .type-page .body .wholesale-form [data-type="control_text"] p {
          margin-bottom: 20px; } }
      .type-page .body .wholesale-form [data-type="control_text"] p strong {
        font-family: "industrydemi", sans-serif;
        font-weight: normal; }
  .type-page .body .wholesale-form .submit-button {
    background: #ED1C29;
    border: 0;
    height: 44px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 14px 20px;
    font-family: "Roboto Mono", sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    border: 0;
    font-size: 11px;
    vertical-align: middle;
    text-align: center;
    line-height: 16px;
    width: 220px; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form .submit-button {
        font-size: 0.76389vw;
        padding: 0.97222vw 1.38889vw;
        height: 3.05556vw;
        line-height: 1.11111vw;
        width: 15.27778vw; } }
    .type-page .body .wholesale-form .submit-button:hover {
      background: #000000; }
  .type-page .body .wholesale-form .form-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0; }
    @media screen and (max-width: 1023px) {
      .type-page .body .wholesale-form .form-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .type-page .body .wholesale-form .form-row .left-col {
      width: 420px;
      padding-right: 40px; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form .form-row .left-col {
          width: 29.16667vw;
          padding-right: 2.77778vw; } }
      @media screen and (max-width: 1023px) {
        .type-page .body .wholesale-form .form-row .left-col {
          width: 100%;
          padding-right: 0px; } }
      .type-page .body .wholesale-form .form-row .left-col > ul {
        list-style: none;
        padding: 0;
        margin: 0; }
        .type-page .body .wholesale-form .form-row .left-col > ul > li {
          list-style: none;
          padding-left: 0;
          background: none; }
    .type-page .body .wholesale-form .form-row .right-col {
      width: calc(100% - 420px); }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form .form-row .right-col {
          width: calc(100% - 29.16667vw); } }
      @media screen and (max-width: 1023px) {
        .type-page .body .wholesale-form .form-row .right-col {
          width: 100%; } }
      .type-page .body .wholesale-form .form-row .right-col > ul {
        list-style: none;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        margin: 0 -10px; }
        @media screen and (min-width: 1280px) {
          .type-page .body .wholesale-form .form-row .right-col > ul {
            margin: 0 -0.69444vw; } }
        .type-page .body .wholesale-form .form-row .right-col > ul > li {
          list-style: none;
          padding-left: 0;
          background: none;
          padding: 0 10px;
          margin-bottom: 10px;
          width: 33.33%; }
          @media screen and (min-width: 1280px) {
            .type-page .body .wholesale-form .form-row .right-col > ul > li {
              padding: 0 0.69444vw;
              margin-bottom: 0.69444vw; } }
          @media screen and (max-width: 767px) {
            .type-page .body .wholesale-form .form-row .right-col > ul > li {
              width: 100%; } }
        .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] {
          width: 100%;
          margin-top: 20px; }
          @media screen and (min-width: 1280px) {
            .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] {
              margin-top: 1.38889vw; } }
          @media screen and (max-width: 767px) {
            .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] {
              margin-top: 10px;
              margin-bottom: 0; } }
          .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] .form-checkbox-item label {
            padding-left: 30px;
            position: relative;
            font-size: 16px;
            line-height: 24px;
            color: #000000;
            font-family: "industrybook", sans-serif;
            outline: none !important;
            display: block; }
            @media screen and (min-width: 1280px) {
              .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] .form-checkbox-item label {
                font-size: 1.11111vw;
                line-height: 1.66667vw;
                padding-left: 2.08333vw; } }
            .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] .form-checkbox-item label:before {
              content: "";
              background: #ffffff;
              border: 0;
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              border-radius: 0;
              height: 15px;
              width: 15px;
              margin-top: 0;
              top: 5px;
              position: absolute;
              left: 0;
              border: 1px solid #000000; }
              @media screen and (min-width: 1280px) {
                .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] .form-checkbox-item label:before {
                  height: 1.04167vw;
                  width: 1.04167vw;
                  top: 0.34722vw; } }
            .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] .form-checkbox-item label:after {
              content: "";
              width: 15px;
              height: 15px;
              left: 0;
              top: 5px;
              margin-top: 0;
              position: absolute; }
              @media screen and (min-width: 1280px) {
                .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] .form-checkbox-item label:after {
                  width: 1.04167vw;
                  height: 1.04167vw;
                  top: 0.34722vw; } }
          .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] .form-checkbox-item .form-checkbox:checked + label:before {
            border-color: #ED1C29; }
          .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] .form-checkbox-item .form-checkbox:checked + label:after {
            background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.50149 5.11494L5.66644 8.56649L3.49805 6.61494L4.50149 5.5L5.66644 6.54845L8.49805 4L9.50149 5.11494Z' fill='white'/%3E%3C/svg%3E%0A");
            background-position: center;
            background-size: 15px auto;
            background-color: #ED1C29; }
            @media screen and (min-width: 1280px) {
              .type-page .body .wholesale-form .form-row .right-col > ul .form-line[data-type="control_checkbox"] .form-checkbox-item .form-checkbox:checked + label:after {
                background-size: 1.04167vw auto; } }
        .type-page .body .wholesale-form .form-row .right-col > ul [data-type="control_text"] {
          width: 100%; }

.type-page .body .wholesale-form .form-section.page-section > li .form-label span {
  padding-top: 7px; }
  @media screen and (min-width: 1280px) {
    .type-page .body .wholesale-form .form-section.page-section > li .form-label span {
      padding-top: 0.48611vw; } }

@media screen and (max-width: 1023px) {
  .type-page .body .wholesale-form .form-row .left-col > ul > li {
    margin-top: 10px;
    margin-bottom: 30px; } }

.type-page .body .wholesale-form .jfUpload-container {
  max-height: 5px;
  height: 5px; }

.right-col {
  width: calc(100% - 420px);
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -10px; }
  @media screen and (min-width: 1280px) {
    .right-col {
      width: calc(100% - 29.16667vw);
      margin: 0 -0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .right-col {
      width: 100%; } }
  .right-col li {
    list-style: none;
    padding-left: 0;
    background: none !important;
    padding: 0 10px !important;
    margin-bottom: 10px;
    width: 33.33%; }
    @media screen and (min-width: 1280px) {
      .right-col li {
        padding: 0 0.69444vw !important;
        margin-bottom: 0.69444vw; } }
    @media screen and (max-width: 767px) {
      .right-col li {
        width: 100%;
        padding-right: 0px !important; } }
    .right-col li .form-line[data-type="control_checkbox"] {
      width: 100%;
      margin-top: 20px; }
      @media screen and (min-width: 1280px) {
        .right-col li .form-line[data-type="control_checkbox"] {
          margin-top: 1.38889vw; } }
      @media screen and (max-width: 767px) {
        .right-col li .form-line[data-type="control_checkbox"] {
          margin-top: 10px;
          margin-bottom: 0; } }
      .right-col li .form-line[data-type="control_checkbox"] .form-checkbox-item label {
        padding-left: 30px;
        position: relative;
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-family: "industrybook", sans-serif;
        outline: none !important;
        display: block; }
        @media screen and (min-width: 1280px) {
          .right-col li .form-line[data-type="control_checkbox"] .form-checkbox-item label {
            font-size: 1.11111vw;
            line-height: 1.66667vw;
            padding-left: 2.08333vw; } }
        .right-col li .form-line[data-type="control_checkbox"] .form-checkbox-item label:before {
          content: "";
          background: #ffffff;
          border: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          border-radius: 0;
          height: 15px;
          width: 15px;
          margin-top: 0;
          top: 5px;
          position: absolute;
          left: 0;
          border: 1px solid #000000; }
          @media screen and (min-width: 1280px) {
            .right-col li .form-line[data-type="control_checkbox"] .form-checkbox-item label:before {
              height: 1.04167vw;
              width: 1.04167vw;
              top: 0.34722vw; } }
        .right-col li .form-line[data-type="control_checkbox"] .form-checkbox-item label:after {
          content: "";
          width: 15px;
          height: 15px;
          left: 0;
          top: 5px;
          margin-top: 0;
          position: absolute; }
          @media screen and (min-width: 1280px) {
            .right-col li .form-line[data-type="control_checkbox"] .form-checkbox-item label:after {
              width: 1.04167vw;
              height: 1.04167vw;
              top: 0.34722vw; } }
      .right-col li .form-line[data-type="control_checkbox"] .form-checkbox-item .form-checkbox:checked + label:before {
        border-color: #ED1C29; }
      .right-col li .form-line[data-type="control_checkbox"] .form-checkbox-item .form-checkbox:checked + label:after {
        background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.50149 5.11494L5.66644 8.56649L3.49805 6.61494L4.50149 5.5L5.66644 6.54845L8.49805 4L9.50149 5.11494Z' fill='white'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-size: 15px auto;
        background-color: #ED1C29; }
        @media screen and (min-width: 1280px) {
          .right-col li .form-line[data-type="control_checkbox"] .form-checkbox-item .form-checkbox:checked + label:after {
            background-size: 1.04167vw auto; } }
    .right-col li [data-type="control_text"] {
      width: 100%; }

.type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] {
  width: 100%;
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    .type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] {
      margin-top: 1.38889vw; } }
  .type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] .form-label {
    display: none; }
  .type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] label {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "industrybook", sans-serif;
    outline: none !important;
    display: block; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] label {
        font-size: 1.11111vw;
        line-height: 1.66667vw;
        padding-left: 2.08333vw; } }
    .type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] label:before {
      content: "";
      background: #ffffff;
      border: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      height: 15px;
      width: 15px;
      margin-top: 0;
      top: 5px;
      position: absolute;
      left: 0;
      border: 1px solid #000000; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] label:before {
          height: 1.04167vw;
          width: 1.04167vw;
          top: 0.34722vw; } }
    .type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] label:after {
      content: "";
      width: 15px;
      height: 15px;
      left: 0;
      top: 5px;
      margin-top: 0;
      position: absolute; }
      @media screen and (min-width: 1280px) {
        .type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] label:after {
          width: 1.04167vw;
          height: 1.04167vw;
          top: 0.34722vw; } }
  .type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] .form-checkbox:checked + label:before {
    border-color: #ED1C29; }
  .type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] .form-checkbox:checked + label:after {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.50149 5.11494L5.66644 8.56649L3.49805 6.61494L4.50149 5.5L5.66644 6.54845L8.49805 4L9.50149 5.11494Z' fill='white'/%3E%3C/svg%3E%0A");
    background-position: center;
    background-size: 15px auto;
    background-color: #ED1C29; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wholesale-form .form-row .right-col .form-line[data-type="control_checkbox"] .form-checkbox:checked + label:after {
        background-size: 1.04167vw auto; } }

.type-page .body .wholesale-form .form-row .right-col [data-type="control_text"] {
  width: 100%;
  margin-top: 40px; }
  @media screen and (min-width: 1280px) {
    .type-page .body .wholesale-form .form-row .right-col [data-type="control_text"] {
      margin-top: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .type-page .body .wholesale-form .form-row .right-col [data-type="control_text"] {
      margin-top: 20px; } }

.type-page .body .wholesale-form .form-row .left-col li {
  background: none !important;
  padding-left: 0px !important; }

@media screen and (max-width: 1023px) {
  .type-page .body .wholesale-form .form-row {
    padding-top: 10px; } }

.jfQuestion-fields {
  position: relative;
  width: 200px;
  height: 44px;
  border: 1px solid #000000;
  cursor: pointer; }
  @media screen and (min-width: 1280px) {
    .jfQuestion-fields {
      width: 13.88889vw;
      height: 3.05556vw; } }
  .jfQuestion-fields:before {
    content: "File upload/Attachment";
    height: 42px;
    text-align: center;
    font-size: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: "Roboto Mono", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }
    @media screen and (min-width: 1280px) {
      .jfQuestion-fields:before {
        height: 2.91667vw;
        font-size: 0.76389vw; } }
  .jfQuestion-fields:hover {
    background: #ED1C29;
    border-color: #ED1C29; }
    .jfQuestion-fields:hover:before {
      color: #ffffff; }
  .jfQuestion-fields .jfUpload-files-container {
    opacity: 0; }
  .jfQuestion-fields .inputContainer {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 42px;
    opacity: 0;
    z-index: 1;
    overflow: hidden;
    cursor: pointer; }
    @media screen and (min-width: 1280px) {
      .jfQuestion-fields .inputContainer {
        height: 2.91667vw; } }
    .jfQuestion-fields .inputContainer .fileupload-input {
      height: 42px;
      border: 1px solid #000;
      font-family: "industrybook", sans-serif;
      padding: 10px 20px;
      color: #000000;
      font-size: 13px;
      cursor: pointer;
      position: relative;
      max-width: 200px;
      top: -6px; }
      @media screen and (min-width: 1280px) {
        .jfQuestion-fields .inputContainer .fileupload-input {
          padding: 0.69444vw 1.38889vw;
          height: 2.91667vw;
          font-size: 0.90278vw;
          max-width: 13.88889vw;
          top: -0.41667vw; } }

.right-col li[data-type="control_button"] {
  width: 100%; }

.form-buttons-wrapper + .form-button-error {
  margin-top: 30px;
  color: #ED1C29; }
  @media screen and (min-width: 1280px) {
    .form-buttons-wrapper + .form-button-error {
      margin-top: 2.08333vw; } }

.jfQuestion-fields svg {
  max-height: 40px; }
  @media screen and (min-width: 1280px) {
    .jfQuestion-fields svg {
      max-height: 2.77778vw; } }

.jfUpload-files-container .form-upload-multiple {
  max-width: 200px; }
  @media screen and (min-width: 1280px) {
    .jfUpload-files-container .form-upload-multiple {
      max-width: 13.88889vw; } }

.about-us {
  margin-top: 50px; }
  @media screen and (min-width: 1280px) {
    .about-us {
      margin-top: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .about-us {
      margin-top: 30px; } }
  .about-us ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0 -15px; }
    @media screen and (min-width: 1280px) {
      .about-us ul {
        margin: 0 -1.04167vw; } }
    .about-us ul li {
      width: 33.33%;
      padding: 15px; }
      @media screen and (min-width: 1280px) {
        .about-us ul li {
          padding: 1.04167vw; } }
      .about-us ul li .box-text-inner .social-icons {
        text-align: center;
        margin-bottom: 20px; }
        @media screen and (min-width: 1280px) {
          .about-us ul li .box-text-inner .social-icons {
            margin-bottom: 1.38889vw; } }
        .about-us ul li .box-text-inner .social-icons a.facebook {
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9615 7.24264V5.86402C10.9615 5.65706 10.971 5.49676 10.9904 5.38352C11.0096 5.27011 11.0535 5.15857 11.1216 5.04846C11.1896 4.93842 11.2996 4.86245 11.4516 4.82036C11.6038 4.77819 11.8061 4.75717 12.0586 4.75717H13.4372V2H11.2333C9.95812 2 9.04224 2.30255 8.48557 2.90764C7.92897 3.51287 7.6507 4.40436 7.6507 5.58245V7.24261H6V9.99998H7.6506V18H10.9614V10H13.1652L13.4565 7.24264H10.9615V7.24264Z' fill='white'/%3E%3C/svg%3E%0A");
          background-color: #000000;
          display: inline-block;
          width: 25px;
          height: 25px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 15px auto;
          font-size: 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
          @media screen and (min-width: 1280px) {
            .about-us ul li .box-text-inner .social-icons a.facebook {
              height: 1.73611vw;
              width: 1.73611vw;
              background-size: 1.04167vw auto; } }
          .about-us ul li .box-text-inner .social-icons a.facebook:hover {
            background-color: #ED1C29; }
        .about-us ul li .box-text-inner .social-icons a.instagram {
          background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9543 8.29207C20.9121 7.33565 20.7574 6.67813 20.5358 6.10837C20.3072 5.50359 19.9555 4.96214 19.4947 4.51202C19.0445 4.0549 18.4994 3.69969 17.9015 3.4747C17.3283 3.25315 16.6741 3.09848 15.7175 3.05632C14.7538 3.01058 14.4478 3 12.0035 3C9.55919 3 9.25324 3.01058 8.29308 3.05274C7.33648 3.09491 6.67883 3.24971 6.1091 3.47113C5.50407 3.69969 4.96251 4.05133 4.51231 4.51202C4.0551 4.96214 3.69996 5.50717 3.47479 6.10494C3.2532 6.67813 3.0985 7.33208 3.05633 8.28849C3.01058 9.25205 3 9.55794 3 12.0018C3 14.4456 3.01058 14.7515 3.05275 15.7115C3.09493 16.6679 3.24976 17.3254 3.47136 17.8952C3.69996 18.5 4.0551 19.0414 4.51231 19.4916C4.96251 19.9487 5.50764 20.3039 6.10553 20.5289C6.67883 20.7504 7.33291 20.9051 8.28964 20.9473C9.24967 20.9896 9.55576 21 12.0001 21C14.4444 21 14.7503 20.9896 15.7105 20.9473C16.6671 20.9051 17.3247 20.7504 17.8945 20.5289C19.1044 20.0612 20.061 19.1048 20.5288 17.8952C20.7502 17.322 20.9051 16.6679 20.9472 15.7115C20.9894 14.7515 21 14.4456 21 12.0018C21 9.55794 20.9964 9.25205 20.9543 8.29207ZM19.333 15.6412C19.2943 16.5203 19.1466 16.995 19.0235 17.3114C18.721 18.0956 18.0985 18.718 17.3142 19.0204C16.9976 19.1435 16.5194 19.2911 15.6436 19.3297C14.694 19.3721 14.4092 19.3825 12.0071 19.3825C9.60494 19.3825 9.31658 19.3721 8.37042 19.3297C7.49117 19.2911 7.01638 19.1435 6.69985 19.0204C6.30955 18.8762 5.95427 18.6476 5.66591 18.3487C5.36696 18.0569 5.13836 17.7052 4.99411 17.315C4.87101 16.9985 4.72333 16.5203 4.68472 15.6448C4.64241 14.6953 4.63197 14.4105 4.63197 12.0088C4.63197 9.60712 4.64241 9.3188 4.68472 8.37297C4.72333 7.49389 4.87101 7.01918 4.99411 6.70272C5.13836 6.31235 5.36696 5.95728 5.66948 5.66883C5.96128 5.36995 6.31298 5.14139 6.70342 4.9973C7.01995 4.87423 7.49832 4.72657 8.37399 4.68783C9.32358 4.64567 9.60851 4.63509 12.0105 4.63509C14.4162 4.63509 14.701 4.64567 15.6472 4.68783C16.5264 4.72657 17.0012 4.87423 17.3177 4.9973C17.708 5.14139 18.0633 5.36995 18.3517 5.66883C18.6506 5.96072 18.8792 6.31235 19.0235 6.70272C19.1466 7.01918 19.2943 7.49732 19.333 8.37297C19.3752 9.32238 19.3858 9.60712 19.3858 12.0088C19.3858 14.4105 19.3752 14.6918 19.333 15.6412Z' fill='%23ffffff'/%3E%3Cpath d='M12.0035 7.37782C9.45025 7.37782 7.37866 9.44888 7.37866 12.0018C7.37866 14.5547 9.45025 16.6258 12.0035 16.6258C14.5569 16.6258 16.6283 14.5547 16.6283 12.0018C16.6283 9.44888 14.5569 7.37782 12.0035 7.37782ZM12.0035 15.0012C10.3471 15.0012 9.00348 13.658 9.00348 12.0018C9.00348 10.3455 10.3471 9.00234 12.0035 9.00234C13.6601 9.00234 15.0035 10.3455 15.0035 12.0018C15.0035 13.658 13.6601 15.0012 12.0035 15.0012Z' fill='%23ffffff'/%3E%3Cpath d='M17.891 7.195C17.891 7.79113 17.4076 8.27448 16.8112 8.27448C16.215 8.27448 15.7315 7.79113 15.7315 7.195C15.7315 6.59874 16.215 6.11552 16.8112 6.11552C17.4076 6.11552 17.891 6.59874 17.891 7.195Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
          background-color: #000000;
          display: inline-block;
          width: 25px;
          height: 25px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 15px auto;
          font-size: 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
          @media screen and (min-width: 1280px) {
            .about-us ul li .box-text-inner .social-icons a.instagram {
              height: 1.73611vw;
              width: 1.73611vw;
              background-size: 1.04167vw auto; } }
          .about-us ul li .box-text-inner .social-icons a.instagram:hover {
            background-color: #ED1C29; }
        .about-us ul li .box-text-inner .social-icons a.email {
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 8L10 11L18 8V16H2V8Z' fill='white'/%3E%3Cpath d='M2 7L10 10L18 7V4H2V7Z' fill='White'/%3E%3C/svg%3E%0A");
          background-color: #000000;
          display: inline-block;
          width: 25px;
          height: 25px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 15px auto;
          font-size: 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
          @media screen and (min-width: 1280px) {
            .about-us ul li .box-text-inner .social-icons a.email {
              height: 1.73611vw;
              width: 1.73611vw;
              background-size: 1.04167vw auto; } }
          .about-us ul li .box-text-inner .social-icons a.email:hover {
            background-color: #ED1C29; }
        .about-us ul li .box-text-inner .social-icons a.linkedin {
          background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg id='Layer_1' style='enable-background:new 0 0 124 124;' version='1.1' viewBox='0 0 124 124' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cg id='XMLID_12_'%3E%3Cg id='XMLID_15_'%3E%3Cg id='XMLID_16_'%3E%3Cg id='XMLID_17_'%3E%3Cpath class='st0' d='M102.4,70.7v28.5c0,0.7-0.6,1.3-1.3,1.3H86.4c-0.7,0-1.3-0.6-1.3-1.3V72.7 c0-7-2.5-11.8-8.8-11.8c-4.8,0-7.6,3.2-8.9,6.3c-0.5,1.1-0.6,2.7-0.6,4.2v27.8c0,0.7-0.6,1.3-1.3,1.3H50.9 c-0.7,0-1.3-0.6-1.3-1.3c0-7.1,0.2-41.4,0-49.4c0-0.7,0.6-1.3,1.3-1.3h14.7c0.7,0,1.3,0.6,1.3,1.3v6.1c0,0.1-0.1,0.1-0.1,0.2 h0.1v-0.2c2.3-3.5,6.4-8.6,15.6-8.6C93.9,47.3,102.4,54.8,102.4,70.7L102.4,70.7z M24,100.6h14.7c0.7,0,1.3-0.6,1.3-1.3V49.8 c0-0.7-0.6-1.3-1.3-1.3H24c-0.7,0-1.3,0.6-1.3,1.3v49.5C22.8,100,23.3,100.6,24,100.6z' id='XMLID_18_'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='XMLID_13_'%3E%3Ccircle class='st0' cx='30.9' cy='32.7' id='XMLID_14_' r='9.3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          background-color: #000000;
          display: inline-block;
          width: 25px;
          height: 25px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 15px auto;
          font-size: 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%; }
          @media screen and (min-width: 1280px) {
            .about-us ul li .box-text-inner .social-icons a.linkedin {
              height: 1.73611vw;
              width: 1.73611vw;
              background-size: 1.04167vw auto; } }
          .about-us ul li .box-text-inner .social-icons a.linkedin:hover {
            background-color: #ED1C29; }
      .about-us ul li .box-image-inner {
        overflow: hidden; }
        .about-us ul li .box-image-inner img {
          height: 350px;
          object-position: center;
          object-fit: cover;
          transform: scale(1);
          transition: .3s ease-in-out;
          width: 100%; }
          @media screen and (min-width: 1280px) {
            .about-us ul li .box-image-inner img {
              height: 24.30556vw; } }
          @media screen and (max-width: 1023px) {
            .about-us ul li .box-image-inner img {
              height: 34.180vw; } }
          @media screen and (max-width: 567px) {
            .about-us ul li .box-image-inner img {
              height: 80.180vw; } }
      .about-us ul li h4 {
        font-size: 18px;
        color: #000000;
        font-family: "industrydemi", sans-serif;
        font-weight: normal;
        margin: 20px 0 0;
        text-align: center;
        text-transform: uppercase; }
        @media screen and (min-width: 1280px) {
          .about-us ul li h4 {
            font-size: 1.25vw;
            margin: 1.38889vw 0 0; } }
        .about-us ul li h4 span {
          display: block;
          font-size: 12px;
          font-family: "Roboto Mono", sans-serif;
          font-weight: 500;
          color: #686868;
          line-height: 16px;
          text-transform: none; }
          @media screen and (min-width: 1280px) {
            .about-us ul li h4 span {
              font-size: 0.83333vw;
              line-height: 1.11111vw; } }
      .about-us ul li p strong {
        font-family: "industrymedium", sans-serif;
        font-weight: normal; }
      .about-us ul li:hover .box-image-inner img {
        transform: scale(1.1); }

.type-page .body .about-us ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 -15px; }
  @media screen and (min-width: 1280px) {
    .type-page .body .about-us ul {
      margin: 0 -1.04167vw; } }
  .type-page .body .about-us ul li {
    width: 33.33%;
    padding: 15px;
    background: none; }
    @media screen and (min-width: 1280px) {
      .type-page .body .about-us ul li {
        padding: 1.04167vw; } }
    @media screen and (max-width: 1023px) {
      .type-page .body .about-us ul li {
        width: 50%; } }
    @media screen and (max-width: 567px) {
      .type-page .body .about-us ul li {
        width: 100%;
        margin-bottom: 0; } }

.page-top-banner {
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .page-top-banner {
      margin-bottom: 2.08333vw; } }

@media screen and (max-width: 767px) {
  .type-page.about_us .body {
    padding-bottom: 20px; } }

.map-banner {
  background: #f9f9f9;
  margin-bottom: 30px; }
  @media screen and (min-width: 1280px) {
    .map-banner {
      margin-bottom: 2.08333vw; } }
  .map-banner iframe {
    height: 450px !important; }
    @media screen and (min-width: 1280px) {
      .map-banner iframe {
        height: 31.25vw !important; } }

.top-address-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .top-address-row {
      padding-bottom: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .top-address-row {
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .top-address-row .col-inner {
    width: 50%;
    padding-right: 20px; }
    @media screen and (min-width: 1280px) {
      .top-address-row .col-inner {
        padding-right: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .top-address-row .col-inner {
        width: 100%;
        padding-right: 0; } }
    .top-address-row .col-inner h2 {
      font-size: 22px;
      line-height: 25px; }
      @media screen and (min-width: 1280px) {
        .top-address-row .col-inner h2 {
          font-size: 1.52778vw;
          line-height: 1.73611vw; } }
  .top-address-row .col-inner + .col-inner {
    padding-right: 0;
    padding-left: 20px; }
    @media screen and (min-width: 1280px) {
      .top-address-row .col-inner + .col-inner {
        padding-left: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .top-address-row .col-inner + .col-inner {
        padding-left: 0;
        padding-top: 0px; } }

.top-address-row + .col-inner {
  width: 50%;
  float: left;
  padding-right: 20px; }
  @media screen and (min-width: 1280px) {
    .top-address-row + .col-inner {
      padding-right: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .top-address-row + .col-inner {
      width: 100%;
      padding-right: 0; } }

#contact-us-page .form {
  width: 50%;
  padding-left: 20px;
  float: left;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    #contact-us-page .form {
      padding-left: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    #contact-us-page .form {
      padding-left: 0;
      width: 100%;
      margin-top: 20px; } }
  #contact-us-page .form .form-row {
    margin: 0; }
  #contact-us-page .form .form-row--half .form-field {
    width: 100%;
    padding: 0; }
  #contact-us-page .form .form-actions {
    margin-top: 0;
    text-align: left; }

.type-page_contact_form .body .form-input {
  border-color: #bbb; }

.type-page_contact_form .body h3.title {
  font-family: "industrydemi", sans-serif;
  margin-bottom: 40px; }
  @media screen and (min-width: 1280px) {
    .type-page_contact_form .body h3.title {
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .type-page_contact_form .body h3.title {
      margin-bottom: 30px;
      padding-bottom: 30px; } }

#contact-us-success {
  font-family: "industrybook", sans-serif;
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    #contact-us-success {
      font-size: 1.11111vw; } }

@media screen and (max-width: 1023px) {
  .top-address-row + .col-inner .section-title-container + p {
    margin-bottom: 0px; } }

@media screen and (max-width: 1023px) {
  .top-address-row + .col-inner .qc {
    padding: 20px 0; } }

.wrane-team-page {
  margin-top: 40px; }
  @media screen and (min-width: 1280px) {
    .wrane-team-page {
      margin-top: 2.77778vw; } }
  .wrane-team-page ul {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    @media screen and (min-width: 1280px) {
      .wrane-team-page ul {
        margin: 0 -1.04167vw; } }
    .wrane-team-page ul li {
      width: 33.33%;
      padding: 15px;
      background: none; }
      @media screen and (min-width: 1280px) {
        .wrane-team-page ul li {
          padding: 1.04167vw; } }
      @media screen and (max-width: 1023px) {
        .wrane-team-page ul li {
          width: 50%; } }
      .wrane-team-page ul li .box-image {
        overflow: hidden; }
        .wrane-team-page ul li .box-image img {
          width: 100%;
          height: 300px;
          object-fit: cover;
          object-position: center;
          transform: scale(1);
          transition: .3s ease-in-out; }
          @media screen and (min-width: 1280px) {
            .wrane-team-page ul li .box-image img {
              height: 20.83333vw; } }
          @media screen and (max-width: 1023px) {
            .wrane-team-page ul li .box-image img {
              height: 39.063vw; } }
          @media screen and (max-width: 767px) {
            .wrane-team-page ul li .box-image img {
              height: 72.464vw; } }
          .wrane-team-page ul li .box-image img:hover {
            transform: scale(1.1); }
      .wrane-team-page ul li .social-link-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 20px; }
        @media screen and (min-width: 1280px) {
          .wrane-team-page ul li .social-link-row {
            margin-bottom: 1.38889vw; } }
        .wrane-team-page ul li .social-link-row a.twitter, .wrane-team-page ul li .social-link-row a.youtube, .wrane-team-page ul li .social-link-row a.instagram, .wrane-team-page ul li .social-link-row a.facebook {
          background-color: #000000;
          display: inline-block;
          width: 25px;
          height: 25px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 15px auto;
          font-size: 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          margin: 0 3px; }
          @media screen and (min-width: 1280px) {
            .wrane-team-page ul li .social-link-row a.twitter, .wrane-team-page ul li .social-link-row a.youtube, .wrane-team-page ul li .social-link-row a.instagram, .wrane-team-page ul li .social-link-row a.facebook {
              height: 1.73611vw;
              width: 1.73611vw;
              background-size: 1.04167vw auto;
              margin: 0 0.20833vw; }
              .wrane-team-page ul li .social-link-row a.twitter:hover, .wrane-team-page ul li .social-link-row a.youtube:hover, .wrane-team-page ul li .social-link-row a.instagram:hover, .wrane-team-page ul li .social-link-row a.facebook:hover {
                background-color: #ED1C29; } }
        .wrane-team-page ul li .social-link-row a.facebook {
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9615 7.24264V5.86402C10.9615 5.65706 10.971 5.49676 10.9904 5.38352C11.0096 5.27011 11.0535 5.15857 11.1216 5.04846C11.1896 4.93842 11.2996 4.86245 11.4516 4.82036C11.6038 4.77819 11.8061 4.75717 12.0586 4.75717H13.4372V2H11.2333C9.95812 2 9.04224 2.30255 8.48557 2.90764C7.92897 3.51287 7.6507 4.40436 7.6507 5.58245V7.24261H6V9.99998H7.6506V18H10.9614V10H13.1652L13.4565 7.24264H10.9615V7.24264Z' fill='white'/%3E%3C/svg%3E%0A"); }
        .wrane-team-page ul li .social-link-row a.twitter {
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.7692 5.42062C17.22 5.66154 16.6348 5.82123 16.0246 5.89877C16.6523 5.524 17.1314 4.93508 17.3566 4.22523C16.7714 4.57415 16.1252 4.82062 15.4366 4.95815C14.8809 4.36646 14.0889 4 13.2249 4C11.5486 4 10.1991 5.36062 10.1991 7.02862C10.1991 7.26862 10.2194 7.49938 10.2692 7.71908C7.752 7.59631 5.52462 6.38985 4.02831 4.552C3.76708 5.00523 3.61385 5.524 3.61385 6.08246C3.61385 7.13108 4.15385 8.06062 4.95877 8.59877C4.47231 8.58954 3.99508 8.44831 3.59077 8.22585C3.59077 8.23508 3.59077 8.24708 3.59077 8.25908C3.59077 9.73046 4.64031 10.9526 6.01662 11.2342C5.77015 11.3015 5.50154 11.3338 5.22277 11.3338C5.02892 11.3338 4.83323 11.3228 4.64954 11.2822C5.04185 12.4812 6.15508 13.3628 7.47877 13.3914C6.44862 14.1972 5.14062 14.6828 3.72462 14.6828C3.47631 14.6828 3.23815 14.6717 3 14.6412C4.34123 15.5062 5.93077 16 7.64492 16C13.2166 16 16.2628 11.3846 16.2628 7.384C16.2628 7.25015 16.2582 7.12092 16.2517 6.99262C16.8526 6.56615 17.3575 6.03354 17.7692 5.42062Z' fill='white'/%3E%3C/svg%3E%0A"); }
        .wrane-team-page ul li .social-link-row a.youtube {
          background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22.1425 5.37349C21.3484 4.39794 19.8822 4 17.0821 4H6.91772C4.05353 4 2.5625 4.4236 1.77135 5.46223C1 6.47489 1 7.96696 1 10.032V13.968C1 17.9687 1.9152 20 6.91772 20H17.0821C19.5104 20 20.8559 19.6489 21.7264 18.7879C22.6191 17.9051 23 16.4636 23 13.968V10.032C23 7.85424 22.9403 6.35336 22.1425 5.37349ZM15.1241 12.5434L10.5085 15.0363C10.4053 15.092 10.2924 15.1197 10.1797 15.1197C10.0521 15.1197 9.92483 15.0842 9.81206 15.0136C9.59973 14.8807 9.47007 14.6428 9.47007 14.3863V9.41657C9.47007 9.16047 9.59937 8.92286 9.81128 8.78982C10.0233 8.65678 10.2869 8.64769 10.5068 8.76577L15.1224 11.2426C15.3573 11.3686 15.5047 11.6191 15.5051 11.8924C15.5054 12.166 15.3585 12.4169 15.1241 12.5434Z' fill='%23ffffff'/%3E%3C/svg%3E%0A"); }
        .wrane-team-page ul li .social-link-row a.instagram {
          background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.9543 8.29207C20.9121 7.33565 20.7574 6.67813 20.5358 6.10837C20.3072 5.50359 19.9555 4.96214 19.4947 4.51202C19.0445 4.0549 18.4994 3.69969 17.9015 3.4747C17.3283 3.25315 16.6741 3.09848 15.7175 3.05632C14.7538 3.01058 14.4478 3 12.0035 3C9.55919 3 9.25324 3.01058 8.29308 3.05274C7.33648 3.09491 6.67883 3.24971 6.1091 3.47113C5.50407 3.69969 4.96251 4.05133 4.51231 4.51202C4.0551 4.96214 3.69996 5.50717 3.47479 6.10494C3.2532 6.67813 3.0985 7.33208 3.05633 8.28849C3.01058 9.25205 3 9.55794 3 12.0018C3 14.4456 3.01058 14.7515 3.05275 15.7115C3.09493 16.6679 3.24976 17.3254 3.47136 17.8952C3.69996 18.5 4.0551 19.0414 4.51231 19.4916C4.96251 19.9487 5.50764 20.3039 6.10553 20.5289C6.67883 20.7504 7.33291 20.9051 8.28964 20.9473C9.24967 20.9896 9.55576 21 12.0001 21C14.4444 21 14.7503 20.9896 15.7105 20.9473C16.6671 20.9051 17.3247 20.7504 17.8945 20.5289C19.1044 20.0612 20.061 19.1048 20.5288 17.8952C20.7502 17.322 20.9051 16.6679 20.9472 15.7115C20.9894 14.7515 21 14.4456 21 12.0018C21 9.55794 20.9964 9.25205 20.9543 8.29207ZM19.333 15.6412C19.2943 16.5203 19.1466 16.995 19.0235 17.3114C18.721 18.0956 18.0985 18.718 17.3142 19.0204C16.9976 19.1435 16.5194 19.2911 15.6436 19.3297C14.694 19.3721 14.4092 19.3825 12.0071 19.3825C9.60494 19.3825 9.31658 19.3721 8.37042 19.3297C7.49117 19.2911 7.01638 19.1435 6.69985 19.0204C6.30955 18.8762 5.95427 18.6476 5.66591 18.3487C5.36696 18.0569 5.13836 17.7052 4.99411 17.315C4.87101 16.9985 4.72333 16.5203 4.68472 15.6448C4.64241 14.6953 4.63197 14.4105 4.63197 12.0088C4.63197 9.60712 4.64241 9.3188 4.68472 8.37297C4.72333 7.49389 4.87101 7.01918 4.99411 6.70272C5.13836 6.31235 5.36696 5.95728 5.66948 5.66883C5.96128 5.36995 6.31298 5.14139 6.70342 4.9973C7.01995 4.87423 7.49832 4.72657 8.37399 4.68783C9.32358 4.64567 9.60851 4.63509 12.0105 4.63509C14.4162 4.63509 14.701 4.64567 15.6472 4.68783C16.5264 4.72657 17.0012 4.87423 17.3177 4.9973C17.708 5.14139 18.0633 5.36995 18.3517 5.66883C18.6506 5.96072 18.8792 6.31235 19.0235 6.70272C19.1466 7.01918 19.2943 7.49732 19.333 8.37297C19.3752 9.32238 19.3858 9.60712 19.3858 12.0088C19.3858 14.4105 19.3752 14.6918 19.333 15.6412Z' fill='%23ffffff'/%3E%3Cpath d='M12.0035 7.37782C9.45025 7.37782 7.37866 9.44888 7.37866 12.0018C7.37866 14.5547 9.45025 16.6258 12.0035 16.6258C14.5569 16.6258 16.6283 14.5547 16.6283 12.0018C16.6283 9.44888 14.5569 7.37782 12.0035 7.37782ZM12.0035 15.0012C10.3471 15.0012 9.00348 13.658 9.00348 12.0018C9.00348 10.3455 10.3471 9.00234 12.0035 9.00234C13.6601 9.00234 15.0035 10.3455 15.0035 12.0018C15.0035 13.658 13.6601 15.0012 12.0035 15.0012Z' fill='%23ffffff'/%3E%3Cpath d='M17.891 7.195C17.891 7.79113 17.4076 8.27448 16.8112 8.27448C16.215 8.27448 15.7315 7.79113 15.7315 7.195C15.7315 6.59874 16.215 6.11552 16.8112 6.11552C17.4076 6.11552 17.891 6.59874 17.891 7.195Z' fill='%23ffffff'/%3E%3C/svg%3E%0A"); }
      .wrane-team-page ul li .lightbox-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        margin: 0 -10px; }
        @media screen and (min-width: 1280px) {
          .wrane-team-page ul li .lightbox-row {
            margin: 0 -0.69444vw; } }
        .wrane-team-page ul li .lightbox-row a {
          width: 33.33%;
          display: block;
          padding: 10px;
          overflow: hidden; }
          @media screen and (min-width: 1280px) {
            .wrane-team-page ul li .lightbox-row a {
              padding: 0.69444vw; } }
          .wrane-team-page ul li .lightbox-row a img {
            height: 100px;
            object-fit: cover;
            object-position: center;
            width: 100%; }
            @media screen and (min-width: 1280px) {
              .wrane-team-page ul li .lightbox-row a img {
                height: 6.94444vw; } }
          .wrane-team-page ul li .lightbox-row a:hover img {
            opacity: 0.8; }
      .wrane-team-page ul li .box-body h4 {
        text-align: center; }
        .wrane-team-page ul li .box-body h4 span {
          display: block;
          color: #686868;
          font-family: "Roboto Mono", sans-serif;
          font-size: 14px;
          font-weight: 500; }
          @media screen and (min-width: 1280px) {
            .wrane-team-page ul li .box-body h4 span {
              font-size: 0.97222vw; } }
        .wrane-team-page ul li .box-body h4 span + span {
          font-family: "industrybook", sans-serif;
          font-weight: normal; }
      .wrane-team-page ul li .box-body .qc {
        padding: 15px 0; }
        @media screen and (min-width: 1280px) {
          .wrane-team-page ul li .box-body .qc {
            padding: 1.04167vw 0; } }
        .wrane-team-page ul li .box-body .qc h4 {
          text-align: left; }

.type-page .page-content {
  padding: 0; }

.type-page .body .wrane-team-page ul {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  @media screen and (min-width: 1280px) {
    .type-page .body .wrane-team-page ul {
      margin: 0 -1.04167vw; } }
  .type-page .body .wrane-team-page ul li {
    width: 33.33%;
    padding: 15px;
    background: none; }
    @media screen and (min-width: 1280px) {
      .type-page .body .wrane-team-page ul li {
        padding: 1.04167vw; } }
    @media screen and (max-width: 1023px) {
      .type-page .body .wrane-team-page ul li {
        width: 50%; } }
    @media screen and (max-width: 767px) {
      .type-page .body .wrane-team-page ul li {
        width: 100%;
        margin-bottom: 0px; } }

.type-page.meet_team_warne .wrane-team-page ul li .box-body .qc h4 {
  display: inline-block;
  padding-right: 35px; }
  @media screen and (min-width: 1280px) {
    .type-page.meet_team_warne .wrane-team-page ul li .box-body .qc h4 {
      padding-right: 2.43056vw; } }

.page-content--centered {
  width: 1040px; }
  @media screen and (min-width: 1280px) {
    .page-content--centered {
      width: 72.22222vw; } }
  @media screen and (max-width: 1279px) {
    .page-content--centered {
      width: 100%;
      padding: 0 20px; } }
  @media screen and (max-width: 767px) {
    .page-content--centered {
      padding: 0 10px; } }

.select2-container .select2-selection--single {
  position: relative; }

.login {
  max-width: 900px;
  margin: 0 auto; }
  @media screen and (min-width: 1280px) {
    .login {
      max-width: 62.5vw; } }
  .login .login-row {
    margin-top: 50px;
    max-width: 100%; }
    @media screen and (min-width: 1280px) {
      .login .login-row {
        margin-top: 3.47222vw; } }
    @media screen and (max-width: 1023px) {
      .login .login-row {
        margin-top: 0px; } }
    .login .login-row .login-form {
      padding: 0 10px;
      margin: 30px 0 20px; }
      @media screen and (min-width: 1280px) {
        .login .login-row .login-form {
          padding: 0 0.69444vw;
          margin: 2.08333vw 0 1.38889vw; } }
      @media screen and (max-width: 1023px) {
        .login .login-row .login-form {
          margin-top: 10px;
          margin-bottom: 30px;
          padding: 0; } }
      .login .login-row .login-form .form-input {
        border-color: #000000;
        color: #666666; }
      .login .login-row .login-form .form-actions {
        margin-top: 15px;
        text-align: left;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; }
        @media screen and (min-width: 1280px) {
          .login .login-row .login-form .form-actions {
            margin-top: 1.04167vw; } }
        .login .login-row .login-form .form-actions .button {
          margin-right: 10px; }
          @media screen and (min-width: 1280px) {
            .login .login-row .login-form .form-actions .button {
              margin-right: 0.69444vw; } }
          @media screen and (max-width: 767px) {
            .login .login-row .login-form .form-actions .button {
              width: auto;
              margin-bottom: 0; } }
        .login .login-row .login-form .form-actions a {
          color: #ED1C29;
          font-size: 16px;
          font-family: "industrybook", sans-serif; }
          @media screen and (min-width: 1280px) {
            .login .login-row .login-form .form-actions a {
              font-size: 1.11111vw; } }
          .login .login-row .login-form .form-actions a:hover {
            color: #ED1C29;
            text-decoration: underline;
            -webkit-text-underline-position: under;
            -ms-text-underline-position: below;
            text-underline-position: under; }

.new-customer {
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .new-customer {
      padding: 0 0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .new-customer {
      padding: 0; } }
  .new-customer .panel-title {
    font-size: 26px; }
    @media screen and (min-width: 1280px) {
      .new-customer .panel-title {
        font-size: 1.80556vw; } }
    @media screen and (max-width: 1023px) {
      .new-customer .panel-title {
        font-size: 20px; } }
  .new-customer .panel > div {
    background-color: #f9f9f9; }
  .new-customer ul {
    list-style: none;
    padding: 0;
    margin: 15px 0; }
    @media screen and (min-width: 1280px) {
      .new-customer ul {
        margin: 1.04167vw 0; } }
    .new-customer ul li {
      background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-size: 5px auto;
      padding: 0 0 0 20px;
      margin-bottom: 5px;
      background-position: left top 8px;
      color: #000000;
      font-weight: normal;
      font-size: 16px;
      line-height: 24px;
      font-family: "industrybook", sans-serif; }
      @media screen and (min-width: 1280px) {
        .new-customer ul li {
          background-size: 0.34722vw auto;
          padding: 0 0 0 1.38889vw;
          margin-bottom: 0.17361vw;
          background-position: left top 0.55556vw;
          font-size: 1.11111vw;
          line-height: 1.66667vw; } }

.panel-body {
  padding: 10px 30px 15px; }
  @media screen and (min-width: 1280px) {
    .panel-body {
      padding: 0.69444vw 2.08333vw 1.04167vw; } }

.panel-header {
  padding: 25px 30px 0; }
  @media screen and (min-width: 1280px) {
    .panel-header {
      padding: 1.73611vw 2.08333vw 0; } }

.type-createaccount .body .form, .type-account_inbox .body .form, .type-shippingaddressform .body .form, .type-add-wishlist .body .form, .type-editaccount .body .form {
  margin-bottom: 0; }

@media screen and (max-width: 1023px) {
  .type-createaccount .body .account-body, .type-account_inbox .body .account-body, .type-shippingaddressform .body .account-body, .type-add-wishlist .body .account-body, .type-editaccount .body .account-body {
    margin: 0; } }

.type-createaccount .body .form-input, .type-account_inbox .body .form-input, .type-shippingaddressform .body .form-input, .type-add-wishlist .body .form-input, .type-editaccount .body .form-input {
  border-color: #bbb;
  color: #000000; }

.type-createaccount .body .select2-container .select2-selection--single, .type-account_inbox .body .select2-container .select2-selection--single, .type-shippingaddressform .body .select2-container .select2-selection--single, .type-add-wishlist .body .select2-container .select2-selection--single, .type-editaccount .body .select2-container .select2-selection--single {
  border-color: #bbb; }

.type-createaccount .body .select2-container .select2-selection--single .select2-selection__rendered, .type-account_inbox .body .select2-container .select2-selection--single .select2-selection__rendered, .type-shippingaddressform .body .select2-container .select2-selection--single .select2-selection__rendered, .type-add-wishlist .body .select2-container .select2-selection--single .select2-selection__rendered, .type-editaccount .body .select2-container .select2-selection--single .select2-selection__rendered {
  color: #666666; }

.type-createaccount .body .select2-dropdown, .type-account_inbox .body .select2-dropdown, .type-shippingaddressform .body .select2-dropdown, .type-add-wishlist .body .select2-dropdown, .type-editaccount .body .select2-dropdown {
  border-color: #000000; }

.type-createaccount .body .form-actions, .type-account_inbox .body .form-actions, .type-shippingaddressform .body .form-actions, .type-add-wishlist .body .form-actions, .type-editaccount .body .form-actions {
  text-align: center;
  margin-top: 15px; }
  @media screen and (min-width: 1280px) {
    .type-createaccount .body .form-actions, .type-account_inbox .body .form-actions, .type-shippingaddressform .body .form-actions, .type-add-wishlist .body .form-actions, .type-editaccount .body .form-actions {
      margin-top: 1.04167vw; } }
  @media screen and (max-width: 767px) {
    .type-createaccount .body .form-actions .button, .type-account_inbox .body .form-actions .button, .type-shippingaddressform .body .form-actions .button, .type-add-wishlist .body .form-actions .button, .type-editaccount .body .form-actions .button {
      margin-bottom: 0; } }

.account-body {
  margin: 0 -10px; }
  @media screen and (min-width: 1280px) {
    .account-body {
      margin: 0 -0.69444vw; } }

.account-content {
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .account-content {
      padding: 0 0.69444vw; } }

.account-sidebar {
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .account-sidebar {
      padding: 0 0.69444vw; } }

.type-forgotpassword .body .account {
  margin-bottom: 0; }

.type-forgotpassword .body .form {
  margin-bottom: 0; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  font-family: "industrybook", sans-serif; }

@media screen and (max-width: 767px) {
  .type-account_orderstatus .body .pagination {
    margin-top: 0px;
    padding-top: 10px; } }

@media screen and (max-width: 767px) {
  .type-account_orderstatus .body .pagination .pagination-list .pagination-item {
    display: block; } }

@media screen and (max-width: 767px) {
  .type-account_orderstatus .body .account-listItem .account-orderStatus {
    bottom: 0; } }

@media screen and (max-width: 767px) {
  .type-account_orderstatus .body .account-product-detail + .account-product-detail {
    padding-bottom: 30px; } }

.account-product-title > a {
  font-size: 16px; }
  @media screen and (min-width: 1280px) {
    .account-product-title > a {
      font-size: 1.11111vw; } }

.account-product-detail-heading {
  font-size: 12px;
  color: #333333;
  font-family: "industrydemi", sans-serif; }
  @media screen and (min-width: 1280px) {
    .account-product-detail-heading {
      font-size: 0.83333vw; } }

.account-product-details {
  margin: 0 -10px; }
  @media screen and (min-width: 1280px) {
    .account-product-details {
      margin: 0 -0.69444vw; } }

.account-product-detail {
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .account-product-detail {
      padding: 0 0.69444vw; } }

.account-product-figure {
  margin-right: 20px;
  width: 70px; }
  @media screen and (min-width: 1280px) {
    .account-product-figure {
      margin-right: 1.38889vw;
      width: 4.86111vw; } }

.account-listItem {
  padding: 15px 0;
  font-family: "industrybook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .account-listItem {
      padding: 1.04167vw 0; } }

.account-orderStatus-label {
  font-size: 11px;
  padding: 8px 10px 6px;
  color: #000000;
  margin-bottom: 5px; }
  @media screen and (min-width: 1280px) {
    .account-orderStatus-label {
      font-size: 0.76389vw;
      padding: 0.48611vw 0.69444vw 0.27778vw;
      margin-bottom: 0.34722vw; } }
  @media screen and (min-width: 2880px) {
    .account-orderStatus-label {
      padding-bottom: 13px; } }
  @media screen and (max-width: 767px) {
    .account-orderStatus-label {
      margin-bottom: 0;
      font-size: 9px;
      padding: 2px 7px 4px;
      margin-top: 5px; } }

.account .pagination {
  padding-bottom: 0;
  margin-top: 40px; }
  @media screen and (min-width: 1280px) {
    .account .pagination {
      margin-top: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    .account .pagination {
      margin-top: 20px; } }

.pagination-list--small .pagination-item {
  color: #000000;
  font-size: 12px; }
  @media screen and (min-width: 1280px) {
    .pagination-list--small .pagination-item {
      font-size: 0.83333vw; } }

.account-product-figure::after {
  padding-bottom: 0; }

.account-product--alignMiddle .account-product-checkItem {
  left: 0; }

.account-product--alignMiddle .account-product-figure {
  left: 0;
  padding: 10px; }
  @media screen and (min-width: 1280px) {
    .account-product--alignMiddle .account-product-figure {
      padding: 0.69444vw; } }

.account-product-title {
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .account-product-title {
      font-size: 0.97222vw; } }

.account-product--alignMiddle .account-product-body p {
  font-size: 12px;
  margin-bottom: 10px; }
  @media screen and (min-width: 1280px) {
    .account-product--alignMiddle .account-product-body p {
      font-size: 0.83333vw;
      margin-bottom: 0.69444vw; } }

.definitionList-key {
  font-family: "industrymedium", sans-serif;
  font-weight: normal; }

.definitionList-value {
  font-family: "industrybook", sans-serif; }

.account-product-body .definitionList {
  font-size: 12px;
  font-family: "industrybook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .account-product-body .definitionList {
      font-size: 0.83333vw; } }
  .account-product-body .definitionList .definitionList-key, .account-product-body .definitionList .definitionList-value {
    font-size: 12px;
    font-family: "industrybook", sans-serif; }
    @media screen and (min-width: 1280px) {
      .account-product-body .definitionList .definitionList-key, .account-product-body .definitionList .definitionList-value {
        font-size: 0.83333vw; } }

.account-product-body .account-product-price {
  font-size: 15px; }
  @media screen and (min-width: 1280px) {
    .account-product-body .account-product-price {
      font-size: 1.04167vw; } }

.account-orderTotal-key,
.account-orderTotal-value {
  padding: 15px 0;
  font-family: "industrybook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal-key,
    .account-orderTotal-value {
      padding: 1.04167vw 0; } }

.account-orderTotal-key {
  color: #000000; }

.account-orderTotal {
  font-size: 15px; }
  @media screen and (min-width: 1280px) {
    .account-orderTotal {
      font-size: 1.04167vw; } }

.account-product--alignMiddle .account-product-checkItem .form-label {
  height: 20px;
  width: 20px; }
  @media screen and (min-width: 1280px) {
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.38889vw;
      width: 1.38889vw; } }

.account-product--alignMiddle .account-product-checkItem .form-checkbox + .form-label::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 16px;
  width: 16px; }
  @media screen and (min-width: 1280px) {
    .account-product--alignMiddle .account-product-checkItem .form-checkbox + .form-label::before {
      height: 1.11111vw;
      width: 1.11111vw; } }

.account-product--alignMiddle .account-product-checkItem .form-checkbox + .form-label::after {
  height: 14px;
  width: 14px; }
  @media screen and (min-width: 1280px) {
    .account-product--alignMiddle .account-product-checkItem .form-checkbox + .form-label::after {
      height: 1.04167vw;
      width: 1.04167vw; } }

.account-sidebar-block {
  font-size: 14px; }
  @media screen and (min-width: 1280px) {
    .account-sidebar-block {
      font-size: 0.97222vw; } }

.account-body {
  margin: 0 -10px; }
  @media screen and (min-width: 1280px) {
    .account-body {
      margin: 0 -0.69444vw; } }

.account-content {
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .account-content {
      padding: 0 0.69444vw; } }

.account-sidebar {
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .account-sidebar {
      padding: 0 0.69444vw; } }

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

.account-product-title {
  margin-bottom: 15px;
  text-transform: capitalize; }
  @media screen and (min-width: 1280px) {
    .account-product-title {
      margin-bottom: 1.04167vw; } }
  @media screen and (max-width: 1023px) {
    .account-product-title {
      margin-bottom: 5px; } }

@media screen and (max-width: 1023px) {
  .account-product-title + p {
    margin-bottom: 10px; } }

.account-orderStatus span {
  font-size: 12px;
  color: #666666; }
  @media screen and (min-width: 1280px) {
    .account-orderStatus span {
      font-size: 0.83333vw; } }

.addressList {
  margin: 0 -10px; }
  @media screen and (min-width: 1280px) {
    .addressList {
      margin: 0 -0.69444vw; } }
  @media screen and (max-width: 1023px) {
    .addressList {
      margin: 0; } }
  .addressList .address {
    padding: 0 10px; }
    @media screen and (min-width: 1280px) {
      .addressList .address {
        padding: 0 0.69444vw; } }
  .addressList .panel-body {
    padding: 15px 15px 50px;
    margin-bottom: 15px;
    min-height: 250px; }
    @media screen and (min-width: 1280px) {
      .addressList .panel-body {
        padding: 1.04167vw 1.04167vw 3.47222vw;
        margin-bottom: 1.04167vw;
        min-height: 17.36111vw; } }
    @media screen and (max-width: 767px) {
      .addressList .panel-body {
        min-height: 170px;
        padding-bottom: 25px; } }
    .addressList .panel-body .address-symbol {
      font-size: 50px; }
      @media screen and (min-width: 1280px) {
        .addressList .panel-body .address-symbol {
          font-size: 3.47222vw; } }
    .addressList .panel-body .address-title {
      margin-bottom: 10px; }
      @media screen and (min-width: 1280px) {
        .addressList .panel-body .address-title {
          margin-bottom: 0.69444vw; } }
    .addressList .panel-body .address-details--postal {
      font-size: 14px;
      margin-bottom: 10px;
      font-family: "industrybook", sans-serif; }
      @media screen and (min-width: 1280px) {
        .addressList .panel-body .address-details--postal {
          margin-bottom: 0.69444vw;
          font-size: 0.97222vw; } }
    .addressList .panel-body .address-label, .addressList .panel-body .address-description {
      font-size: 14px;
      color: #000000; }
      @media screen and (min-width: 1280px) {
        .addressList .panel-body .address-label, .addressList .panel-body .address-description {
          font-size: 0.97222vw; } }
    .addressList .panel-body .address-details {
      margin-bottom: 5px;
      font-family: "industrybook", sans-serif; }
      @media screen and (min-width: 1280px) {
        .addressList .panel-body .address-details {
          margin-bottom: 0.34722vw; } }
    .addressList .panel-body .form-actions {
      bottom: 20px; }
      @media screen and (min-width: 1280px) {
        .addressList .panel-body .form-actions {
          bottom: 1.38889vw; } }
      .addressList .panel-body .form-actions .button {
        background: #000000;
        font-size: 11px;
        padding: 6px 20px;
        color: #ffffff;
        margin-bottom: 5px;
        height: 30px; }
        @media screen and (min-width: 1280px) {
          .addressList .panel-body .form-actions .button {
            font-size: 0.76389vw;
            margin-bottom: 0.34722vw;
            padding: 0.41667vw 1.38889vw;
            height: 2.08333vw; } }
        .addressList .panel-body .form-actions .button:hover {
          background: #ED1C29;
          color: #ffffff; }
      .addressList .panel-body .form-actions .button + .button {
        background: #ED1C29; }
        .addressList .panel-body .form-actions .button + .button:hover {
          background: #000000; }

.pagination-list.pagination-list--small {
  padding-top: 0; }
  .pagination-list.pagination-list--small li.pagination-item {
    width: auto;
    height: auto;
    border: 0px; }

.account-order-address {
  font-family: "industrybook", sans-serif; }

.paymentMethodForm-heading {
  font-family: "industrydemi", sans-serif;
  margin: 20px 0; }
  @media screen and (min-width: 1280px) {
    .paymentMethodForm-heading {
      margin: 1.38889vw 0; } }

.form-checkbox + .form-label,
.form-radio + .form-label {
  font-size: 14px;
  padding-left: 25px;
  font-family: "industrybook", sans-serif; }
  @media screen and (min-width: 1280px) {
    .form-checkbox + .form-label,
    .form-radio + .form-label {
      font-size: 0.97222vw;
      padding-left: 1.73611vw; } }

.paymentMethodForm-inputs-icon.icon {
  height: 21px;
  width: 21px;
  margin-top: 3px;
  top: 38px; }
  @media screen and (min-width: 1280px) {
    .paymentMethodForm-inputs-icon.icon {
      height: 1.45833vw;
      width: 1.45833vw;
      margin-top: 0.20833vw;
      top: 2.63889vw; } }

.paymentMethodForm .form-checkbox + .form-label::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: 16px;
  width: 16px; }
  @media screen and (min-width: 1280px) {
    .paymentMethodForm .form-checkbox + .form-label::before {
      height: 1.11111vw;
      width: 1.11111vw; } }

.paymentMethodForm .form-checkbox + .form-label::after {
  height: 14px;
  width: 14px; }
  @media screen and (min-width: 1280px) {
    .paymentMethodForm .form-checkbox + .form-label::after {
      height: 0.97222vw;
      width: 0.97222vw; } }

.account-product--alignMiddle .account-product-checkItem .form-checkbox + .form-label {
  outline: none !important; }
  .account-product--alignMiddle .account-product-checkItem .form-checkbox + .form-label:before {
    border-color: #000000; }
  .account-product--alignMiddle .account-product-checkItem .form-checkbox + .form-label:after {
    background-color: #ED1C29;
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.50149 5.11494L5.66644 8.56649L3.49805 6.61494L4.50149 5.5L5.66644 6.54845L8.49805 4L9.50149 5.11494Z' fill='white'/%3E%3C/svg%3E%0A"); }

.account-product--alignMiddle .account-product-checkItem .form-checkbox:checked + .form-label:before {
  border-color: #ED1C29; }

.select2-search.select2-search--dropdown.select2-search--hide {
  display: none; }

.type-account_recentitems .productGrid .product:nth-child(4):before {
  top: 0; }
  @media screen and (max-width: 1023px) {
    .type-account_recentitems .productGrid .product:nth-child(4):before {
      top: -1px; } }
  @media screen and (max-width: 767px) {
    .type-account_recentitems .productGrid .product:nth-child(4):before {
      top: -1px; } }

.navBar--sub {
  margin-bottom: 50px; }
  @media screen and (min-width: 1280px) {
    .navBar--sub {
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 767px) {
    .navBar--sub {
      margin-bottom: 30px; } }

@media screen and (max-width: 1023px) {
  .navBar--account {
    display: block; } }

@media screen and (max-width: 1023px) {
  .navBar--sub .navBar-section .navBar-item {
    display: inline-block; } }

@media screen and (max-width: 767px) {
  .type-account_inbox .button.button--primary + .button, .type-shippingaddressform .button.button--primary + .button {
    margin-top: 10px; } }

@media screen and (max-width: 767px) {
  .type-account_inbox .account-content, .type-shippingaddressform .account-content {
    padding: 0; } }

@media screen and (max-width: 767px) {
  .type-account_inbox .account-listItem, .type-shippingaddressform .account-listItem {
    padding-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .type-account_inbox .account-listItem .account-orderStatus, .type-shippingaddressform .account-listItem .account-orderStatus {
    bottom: 13px; } }

@media screen and (max-width: 767px) {
  .account {
    margin-bottom: 0; } }

.form-checkbox + .form-label,
.form-radio + .form-label {
  outline: none !important; }

.cat-top-banner.account-banner {
  background: #f9f9f9; }
  .cat-top-banner.account-banner .banner-text .ca-title-row h1.page-heading {
    color: #000000;
    width: 100%; }
    @media screen and (max-width: 1023px) {
      .cat-top-banner.account-banner .banner-text .ca-title-row h1.page-heading {
        padding-bottom: 40px;
        text-align: center; } }
  .cat-top-banner.account-banner .banner-text ol.breadcrumbs .breadcrumb:not(:first-child)::before {
    border-right-color: #292C31; }
  .cat-top-banner.account-banner .banner-text ol.breadcrumbs .breadcrumb a {
    color: #000000; }

.paymentMethodForm-column:first-child .form-field {
  margin-bottom: 8px; }
  @media screen and (min-width: 1280px) {
    .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.55556vw; } }

.paymentMethodForm-column + .paymentMethodForm-column {
  margin-top: 10px; }
  @media screen and (min-width: 1280px) {
    .paymentMethodForm-column + .paymentMethodForm-column {
      margin-top: 0.69444vw; } }

.type-account_inbox .body .select2-container--open {
  margin-top: 40px !important; }
  @media screen and (min-width: 1280px) {
    .type-account_inbox .body .select2-container--open {
      margin-top: 2.77778vw !important; } }

.type-account_addpaymentmethod .form-input {
  border-color: #bbb; }

@media screen and (max-width: 767px) {
  .type-giftcertificates .modal-close {
    top: 0;
    right: 5px; } }

.type-giftcertificates .body .form-column {
  padding: 0 10px; }
  @media screen and (min-width: 1280px) {
    .type-giftcertificates .body .form-column {
      padding: 0 0.69444vw; } }
  .type-giftcertificates .body .form-column .form-field {
    padding: 0; }

.type-giftcertificates .body .form-checkbox + .form-label, .type-giftcertificates .body .form-radio + .form-label {
  font-size: 14px;
  color: #000000;
  padding-left: 25px;
  outline: none !important; }
  @media screen and (min-width: 1280px) {
    .type-giftcertificates .body .form-checkbox + .form-label, .type-giftcertificates .body .form-radio + .form-label {
      font-size: 0.97222vw;
      padding-left: 1.73611vw; } }

.type-giftcertificates .body .form-checkbox + .form-label::before, .type-giftcertificates .body .form-radio + .form-label::before {
  width: 16px;
  height: 16px;
  border: 1px solid #000000; }
  @media screen and (min-width: 1280px) {
    .type-giftcertificates .body .form-checkbox + .form-label::before, .type-giftcertificates .body .form-radio + .form-label::before {
      width: 1.11111vw;
      height: 1.11111vw; } }

.type-giftcertificates .body .form-checkbox + .form-label::before {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.type-giftcertificates .body .form-checkbox + .form-label::after, .type-giftcertificates .body .form-radio + .form-label::after {
  width: 14px;
  height: 14px; }
  @media screen and (min-width: 1280px) {
    .type-giftcertificates .body .form-checkbox + .form-label::after, .type-giftcertificates .body .form-radio + .form-label::after {
      width: 0.97222vw;
      height: 0.97222vw; } }

.type-giftcertificates .body .form-input {
  border-color: #000000; }

.type-giftcertificates .body #gift-certificate-preview {
  background: #ED1C29; }
  .type-giftcertificates .body #gift-certificate-preview:hover {
    background: #000000; }

.type-giftcertificates .body .form-field-group {
  border: 0px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .type-giftcertificates .body .form-field-group {
      margin-bottom: 1.38889vw; } }

.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-left: 10px; }
  @media screen and (min-width: 1280px) {
    .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-left: 0.69444vw; } }
  @media screen and (max-width: 767px) {
    .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-left: 0;
      margin-top: 0;
      margin-bottom: 0; } }

.type-giftcertificates .body .navBar--sub .navBar-item.is-active {
  color: #ED1C29; }

.navBar--sub .navBar-section .navBar-item {
  margin: 0 5px; }
  @media screen and (min-width: 1280px) {
    .navBar--sub .navBar-section .navBar-item {
      margin: 0 0.34722vw; } }
  .navBar--sub .navBar-section .navBar-item .navBar-action {
    font-family: "industrymedium", sans-serif;
    font-weight: normal;
    color: #000000;
    font-size: 14px; }
    @media screen and (min-width: 1280px) {
      .navBar--sub .navBar-section .navBar-item .navBar-action {
        font-size: 0.97222vw; } }
    .navBar--sub .navBar-section .navBar-item .navBar-action:hover {
      color: #ED1C29; }

.navBar--sub .navBar-section .navBar-item.is-active {
  font-family: "industrymedium", sans-serif;
  font-weight: normal;
  color: #ED1C29;
  font-size: 14px;
  border-bottom: 0px; }
  @media screen and (min-width: 1280px) {
    .navBar--sub .navBar-section .navBar-item.is-active {
      font-size: 0.97222vw; } }
  .navBar--sub .navBar-section .navBar-item.is-active a {
    color: #ED1C29; }

.type-giftcertificates_redeem .body ol {
  list-style: none;
  padding: 0;
  margin: 0; }
  .type-giftcertificates_redeem .body ol li {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='10' viewBox='0 0 7 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='%23ED1C29' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 5px auto;
    padding: 0 0 0 20px;
    margin-bottom: 20px;
    background-position: left top 8px;
    color: #000000;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    font-family: "industrybook", sans-serif; }
    @media screen and (min-width: 1280px) {
      .type-giftcertificates_redeem .body ol li {
        background-size: 0.34722vw auto;
        padding: 0 0 0 1.38889vw;
        margin-bottom: 1.38889vw;
        background-position: left top 0.55556vw;
        font-size: 1.11111vw;
        line-height: 1.66667vw; } }

.footer {
  position: relative;
  background: #1C1A1A;
  padding: 60px 0 20px;
  border-top: 0px; }
  @media screen and (min-width: 1280px) {
    .footer {
      padding-top: 4.16667vw 0 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .footer {
      padding-top: 50px; } }
  @media screen and (max-width: 767px) {
    .footer {
      padding-bottom: 0px; } }
  .footer:before {
    content: "";
    background: #333333;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 570px; }
    @media screen and (min-width: 1280px) {
      .footer:before {
        left: 39.58333vw; } }
    @media screen and (max-width: 1279px) {
      .footer:before {
        left: 370px; } }
    @media screen and (max-width: 1023px) {
      .footer:before {
        display: none; } }
  .footer .container {
    padding: 0 75px; }
    @media screen and (min-width: 1280px) {
      .footer .container {
        padding: 0 5.20833vw; } }
    @media screen and (max-width: 1279px) {
      .footer .container {
        padding: 0 20px; } }
    @media screen and (max-width: 1023px) {
      .footer .container {
        padding: 0; } }

.footer-info {
  margin: 0; }

.footer-info-heading {
  font-size: 16px;
  color: #ffffff;
  font-family: "industrydemi", sans-serif;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: none; }
  @media screen and (min-width: 1280px) {
    .footer-info-heading {
      font-size: 1.11111vw;
      margin-bottom: 0.69444vw; } }

.footer-info-col.col1 {
  width: 500px;
  padding-right: 70px;
  padding-left: 0; }
  @media screen and (min-width: 1280px) {
    .footer-info-col.col1 {
      width: 34.72222vw;
      padding-right: 4.86111vw; } }
  @media screen and (max-width: 1279px) {
    .footer-info-col.col1 {
      padding-right: 30px;
      width: 420px; } }
  @media screen and (max-width: 1279px) {
    .footer-info-col.col1 {
      width: 350px; } }
  @media screen and (max-width: 1023px) {
    .footer-info-col.col1 {
      width: 100%;
      text-align: center;
      padding: 0 30px 40px;
      border-bottom: 1px solid #333333; } }
  @media screen and (max-width: 767px) {
    .footer-info-col.col1 {
      margin-bottom: 10px; } }
  .footer-info-col.col1 p {
    font-size: 13px;
    font-family: "Roboto Mono", sans-serif;
    color: #bbbbbb;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -3.5%;
    margin-bottom: 30px; }
    @media screen and (min-width: 1280px) {
      .footer-info-col.col1 p {
        font-size: 0.90278vw;
        line-height: 1.25vw;
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 767px) {
      .footer-info-col.col1 p {
        max-width: 330px;
        margin: 0 auto 30px; } }
  @media screen and (max-width: 1023px) {
    .footer-info-col.col1 .form {
      margin-bottom: 0; } }
  .footer-info-col.col1 .socialLinks {
    margin-left: -6px; }
    @media screen and (min-width: 1280px) {
      .footer-info-col.col1 .socialLinks {
        margin-left: -0.41667vw; } }
    .footer-info-col.col1 .socialLinks .socialLinks-item {
      margin-right: 20px;
      margin-bottom: 0; }
      @media screen and (min-width: 1280px) {
        .footer-info-col.col1 .socialLinks .socialLinks-item {
          margin-right: 1.38889vw; } }
      .footer-info-col.col1 .socialLinks .socialLinks-item:last-child {
        margin-right: 0px; }
      .footer-info-col.col1 .socialLinks .socialLinks-item .icon {
        height: 20px;
        width: 20px; }
        @media screen and (min-width: 1280px) {
          .footer-info-col.col1 .socialLinks .socialLinks-item .icon {
            height: 1.38889vw;
            width: 1.38889vw; } }
        @media screen and (max-width: 767px) {
          .footer-info-col.col1 .socialLinks .socialLinks-item .icon {
            height: 18px;
            width: 18px; } }
        .footer-info-col.col1 .socialLinks .socialLinks-item .icon svg {
          fill: #999999; }
        .footer-info-col.col1 .socialLinks .socialLinks-item .icon:hover svg {
          fill: #ffffff; }
  .footer-info-col.col1 .form-prefixPostfix.wrap {
    height: 50px;
    border: 1px solid #ffffff;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 7px 30px; }
    @media screen and (min-width: 1280px) {
      .footer-info-col.col1 .form-prefixPostfix.wrap {
        height: 3.47222vw;
        padding: 0.48611vw 2.08333vw; } }
    @media screen and (max-width: 1279px) {
      .footer-info-col.col1 .form-prefixPostfix.wrap {
        padding: 7px 20px;
        flex-wrap: nowrap; } }
    .footer-info-col.col1 .form-prefixPostfix.wrap .button.button--primary {
      padding: 0;
      margin: 0;
      font-size: 14px;
      color: #ffffff;
      text-transform: uppercase;
      font-family: "Roboto Mono", sans-serif;
      font-weight: 500;
      background: none;
      border: 0;
      height: auto; }
      @media screen and (min-width: 1280px) {
        .footer-info-col.col1 .form-prefixPostfix.wrap .button.button--primary {
          font-size: 0.97222vw; } }
      @media screen and (max-width: 1279px) {
        .footer-info-col.col1 .form-prefixPostfix.wrap .button.button--primary {
          width: 60px; } }
      .footer-info-col.col1 .form-prefixPostfix.wrap .button.button--primary:hover {
        background: none;
        color: #ED1C29;
        border: 0; }
      .footer-info-col.col1 .form-prefixPostfix.wrap .button.button--primary:focus {
        background: none;
        border: 0px; }
    .footer-info-col.col1 .form-prefixPostfix.wrap .form-input {
      height: 100%;
      background: none;
      padding: 0;
      font-size: 14px;
      font-family: 'industrybook', sans-serif;
      font-weight: normal;
      padding-right: 20px;
      border: 0;
      color: #ffffff;
      width: 100%; }
      @media screen and (min-width: 1280px) {
        .footer-info-col.col1 .form-prefixPostfix.wrap .form-input {
          font-size: 0.97222vw;
          padding-right: 1.38889vw; } }
      .footer-info-col.col1 .form-prefixPostfix.wrap .form-input:-webkit-autofill, .footer-info-col.col1 .form-prefixPostfix.wrap .form-input:-webkit-autofill:active, .footer-info-col.col1 .form-prefixPostfix.wrap .form-input:-webkit-autofill:focus, .footer-info-col.col1 .form-prefixPostfix.wrap .form-input:-webkit-autofill:hover {
        -webkit-box-shadow: 0 0 0 60px #1C1A1A inset !important;
        -webkit-text-fill-color: #ffffff; }
      .footer-info-col.col1 .form-prefixPostfix.wrap .form-input::-webkit-input-placeholder {
        color: #999999 !important;
        opacity: 1 !important; }
      .footer-info-col.col1 .form-prefixPostfix.wrap .form-input::-moz-placeholder {
        color: #999999 !important;
        opacity: 1 !important; }
      .footer-info-col.col1 .form-prefixPostfix.wrap .form-input:-ms-input-placeholder {
        color: #999999 !important;
        opacity: 1 !important; }

.footer-info-col.col2 {
  width: 210px;
  margin-left: 60px;
  padding-left: 0; }
  @media screen and (min-width: 1280px) {
    .footer-info-col.col2 {
      width: 14.23611vw;
      margin-left: 4.16667vw; } }
  @media screen and (max-width: 1279px) {
    .footer-info-col.col2 {
      margin-left: 30px;
      width: 15%; } }

.footer-info-col.col3 {
  width: 210px;
  padding-left: 0; }
  @media screen and (min-width: 1280px) {
    .footer-info-col.col3 {
      width: 14.23611vw; } }
  @media screen and (max-width: 1279px) {
    .footer-info-col.col3 {
      width: 17%; } }

.footer-info-col.col4 {
  width: 190px; }
  @media screen and (min-width: 1280px) {
    .footer-info-col.col4 {
      width: 13.19444vw; } }
  @media screen and (max-width: 1279px) {
    .footer-info-col.col4 {
      width: 17%; } }

.footer-info-col.col5 {
  width: 110px;
  padding: 0; }
  @media screen and (min-width: 1280px) {
    .footer-info-col.col5 {
      width: 7.63889vw; } }

.footer-info-list {
  line-height: 17px; }
  @media screen and (min-width: 1280px) {
    .footer-info-list {
      line-height: 1.18056vw; } }
  @media screen and (max-width: 767px) {
    .footer-info-list {
      line-height: 25px; } }
  .footer-info-list a {
    font-size: 12px;
    color: #999999;
    font-family: "Roboto Mono", sans-serif;
    font-weight: normal;
    letter-spacing: -0.5%; }
    @media screen and (min-width: 1280px) {
      .footer-info-list a {
        font-size: 0.83333vw; } }
    @media screen and (max-width: 767px) {
      .footer-info-list a {
        font-size: 14px; } }
    .footer-info-list a:hover {
      color: #ffffff; }

.footer-copyright {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 560px; }
  @media screen and (min-width: 1280px) {
    .footer-copyright {
      padding-left: 38.88889vw; } }
  @media screen and (max-width: 1279px) {
    .footer-copyright {
      padding-left: 380px; } }
  @media screen and (max-width: 1023px) {
    .footer-copyright {
      text-align: center;
      padding: 30px 0;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media screen and (max-width: 767px) {
    .footer-copyright {
      padding-top: 25px; } }
  .footer-copyright .powered-by {
    width: 50%;
    margin: 0;
    font-size: 11px;
    color: #bbbbbb;
    font-family: "Roboto Mono", sans-serif;
    font-weight: normal; }
    @media screen and (min-width: 1280px) {
      .footer-copyright .powered-by {
        font-size: 0.76389vw; } }
    @media screen and (max-width: 1023px) {
      .footer-copyright .powered-by {
        text-align: center;
        width: 100%; } }
  .footer-copyright ul {
    list-style: none;
    margin: 0;
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
    @media screen and (max-width: 1023px) {
      .footer-copyright ul {
        width: 100%;
        -webkit-justify-content: center;
        justify-content: center; } }
    .footer-copyright ul li {
      margin-left: 10px;
      line-height: 16px;
      margin-bottom: 3px; }
      @media screen and (min-width: 1280px) {
        .footer-copyright ul li {
          margin-left: 0.69444vw;
          line-height: 1.11111vw;
          margin-bottom: 0.20833vw; } }
  .footer-copyright a {
    font-size: 11px;
    color: #999999;
    font-family: "Roboto Mono", sans-serif;
    font-weight: normal;
    text-decoration: underline;
    -webkit-text-underline-position: under;
    -ms-text-underline-position: below;
    text-underline-position: under; }
    @media screen and (min-width: 1280px) {
      .footer-copyright a {
        font-size: 0.76389vw; } }
    .footer-copyright a:hover {
      color: #ffffff; }

.footer-info-col {
  margin-bottom: 0px; }

@media screen and (max-width: 1023px) {
  .footer-info-col.col2, .footer-info-col.col3, .footer-info-col.col4, .footer-info-col.col5 {
    width: 100%;
    padding: 20px 30px 17px;
    margin: 0px;
    border-bottom: 1px solid #333333;
    text-align: left; } }

@media screen and (max-width: 1023px) {
  .footer-info-col.col2 .footer-info-heading, .footer-info-col.col3 .footer-info-heading, .footer-info-col.col4 .footer-info-heading, .footer-info-col.col5 .footer-info-heading {
    margin-bottom: 0;
    cursor: pointer;
    position: relative; } }

@media screen and (max-width: 1023px) {
  .footer-info-col.col2 .footer-info-heading:after, .footer-info-col.col3 .footer-info-heading:after, .footer-info-col.col4 .footer-info-heading:after, .footer-info-col.col5 .footer-info-heading:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 6H12M6 0V12' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-size: 12px auto;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px; } }

.footer-info-col.col2 .footer-info-heading.active:after, .footer-info-col.col3 .footer-info-heading.active:after, .footer-info-col.col4 .footer-info-heading.active:after, .footer-info-col.col5 .footer-info-heading.active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='2' viewBox='0 0 12 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1H12' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
  top: 7px;
  height: 2px; }

@media screen and (max-width: 1023px) {
  .footer-info-col.col2 .footer-info-list, .footer-info-col.col3 .footer-info-list, .footer-info-col.col4 .footer-info-list, .footer-info-col.col5 .footer-info-list {
    padding: 10px 0;
    display: none; } }

@media screen and (max-width: 1023px) {
  .footer-info-col.col2 .footer-info-list li, .footer-info-col.col3 .footer-info-list li, .footer-info-col.col4 .footer-info-list li, .footer-info-col.col5 .footer-info-list li {
    line-height: 25px; } }

.footer-info-col.col2 .footer-info-list.active, .footer-info-col.col3 .footer-info-list.active, .footer-info-col.col4 .footer-info-list.active, .footer-info-col.col5 .footer-info-list.active {
  display: block; }

.footer-info-col.col1 .form-prefixPostfix.wrap .form-input:focus {
  background: none !important; }

.is-open-sidecart {
  overflow: hidden;
  width: 100%;
  position: fixed; }

.is-open-sidecart .loadingOverlays {
  display: block !important; }

.is-open-sidecart .shopping-cart-main {
  transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  -webkit-transform: translateX(-500px); }
  @media screen and (min-width: 1280px) {
    .is-open-sidecart .shopping-cart-main {
      transform: translateX(-34.72222vw);
      -ms-transform: translateX(-34.72222vw);
      -webkit-transform: translateX(-34.72222vw); } }

.shopping-cart-main {
  height: 100%;
  width: 500px;
  right: -500px;
  top: 0;
  bottom: 0;
  position: fixed;
  background: #ffffff;
  height: 100vh;
  z-index: 9999999;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1) 0s; }
  @media screen and (min-width: 1280px) {
    .shopping-cart-main {
      width: 34.72222vw;
      right: -34.72222vw; } }
  @media only screen and (max-width: 767px) {
    .shopping-cart-main {
      width: 400px; } }
  @media only screen and (max-width: 567px) {
    .shopping-cart-main {
      width: 400px; } }
  @media only screen and (max-width: 479px) {
    .shopping-cart-main {
      width: 360px; } }
  @media only screen and (max-width: 374px) {
    .shopping-cart-main {
      width: 300px; } }
  .shopping-cart-main .loadingOverlay {
    position: fixed;
    left: auto;
    width: 500px; }
    @media screen and (min-width: 1280px) {
      .shopping-cart-main .loadingOverlay {
        width: 34.72222vw; } }
    @media only screen and (max-width: 767px) {
      .shopping-cart-main .loadingOverlay {
        width: 400px; } }
    @media only screen and (max-width: 567px) {
      .shopping-cart-main .loadingOverlay {
        width: 400px; } }
    @media only screen and (max-width: 479px) {
      .shopping-cart-main .loadingOverlay {
        width: 320px; } }
    @media only screen and (max-width: 374px) {
      .shopping-cart-main .loadingOverlay {
        width: 300px; } }
  .shopping-cart-main .flex-column {
    z-index: 10; }
    .shopping-cart-main .flex-column .cart-content {
      height: calc(100vh - 216px);
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-direction: column;
      -webkit-flex-direction: column;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      overflow: auto; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .flex-column .cart-content {
          height: calc(100vh - 15vw); } }
      @media only screen and (max-width: 1279px) {
        .shopping-cart-main .flex-column .cart-content {
          height: calc(100vh - 290px); } }
      @media only screen and (max-width: 768px) {
        .shopping-cart-main .flex-column .cart-content {
          height: calc(100vh - 360px); } }
  .shopping-cart-main .cart-empty {
    padding-top: 50px;
    width: 100%; }
    @media screen and (min-width: 1440px) {
      .shopping-cart-main .cart-empty {
        padding-top: 3.47222vw; } }
    @media only screen and (max-width: 767px) {
      .shopping-cart-main .cart-empty {
        padding-top: 40px; } }
    .shopping-cart-main .cart-empty > div {
      font-size: 14px;
      color: #000000;
      padding-bottom: 20px; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .cart-empty > div {
          font-size: 0.97222vw;
          padding-bottom: 1.38889vw; } }
    .shopping-cart-main .cart-empty .button {
      width: 100%;
      margin-top: 20px; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .cart-empty .button {
          margin-top: 1.38889vw; } }
  .shopping-cart-main .sliding-cart-header {
    display: block;
    border-bottom: 1px solid #e3e6e9;
    padding: 25px 40px 24px;
    height: 72px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    @media screen and (min-width: 1440px) {
      .shopping-cart-main .sliding-cart-header {
        padding: 1.73611vw 2.77778vw 1.66667vw;
        height: 5vw; } }
    @media screen and (max-width: 767px) {
      .shopping-cart-main .sliding-cart-header {
        padding: 20px;
        height: 60px; } }
    .shopping-cart-main .sliding-cart-header .cart-header {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      width: 100%; }
      .shopping-cart-main .sliding-cart-header .cart-header .cart-title {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        text-transform: uppercase;
        margin: 0; }
        @media screen and (min-width: 1440px) {
          .shopping-cart-main .sliding-cart-header .cart-header .cart-title {
            font-size: 1.11111vw;
            line-height: 1.38889vw; } }
      .shopping-cart-main .sliding-cart-header .cart-header .close-sidecart svg {
        width: 17px;
        height: 17px;
        vertical-align: text-top; }
        @media screen and (min-width: 1440px) {
          .shopping-cart-main .sliding-cart-header .cart-header .close-sidecart svg {
            width: 1.18056vw;
            height: 1.18056vw; } }
  .shopping-cart-main .close-cart {
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    line-height: 16px; }
    @media screen and (min-width: 1440px) {
      .shopping-cart-main .close-cart {
        font-size: 0.97222vw;
        line-height: 1.11111vw; } }
    .shopping-cart-main .close-cart svg {
      width: 23px;
      height: 17px;
      vertical-align: top;
      margin-right: 10px;
      margin-left: -3px;
      fill: #000000; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .close-cart svg {
          margin-left: -0.20833vw;
          margin-right: 0.69444vw;
          height: 1.18056vw;
          width: 1.59722vw; } }
    .shopping-cart-main .close-cart:hover {
      color: #000000; }
      .shopping-cart-main .close-cart:hover svg {
        fill: #000000; }
  .shopping-cart-main .cart-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    font-family: "Roboto Mono 500"; }
    @media screen and (min-width: 1440px) {
      .shopping-cart-main .cart-icon {
        margin-top: 1.38889vw; } }
    .shopping-cart-main .cart-icon .items-count {
      font-size: 18px;
      text-transform: uppercase;
      font-weight: 600; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .cart-icon .items-count {
          font-size: 1.25vw; } }
  .shopping-cart-main .products-list {
    margin: 0;
    padding: 0px 40px 20px; }
    @media screen and (min-width: 1440px) {
      .shopping-cart-main .products-list {
        padding: 0 2.77778vw 1.38889vw; } }
    @media only screen and (max-width: 767px) {
      .shopping-cart-main .products-list {
        padding: 0 20px 20px; } }
    .shopping-cart-main .products-list li {
      list-style: none;
      padding: 27px 0;
      border-bottom: 1px solid #e3e6e9; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .products-list li {
          padding: 1.875vw 0; } }
      @media only screen and (max-width: 767px) {
        .shopping-cart-main .products-list li {
          padding: 20px 0; } }
  .shopping-cart-main .item-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .shopping-cart-main .item-container {
        position: relative; } }
    .shopping-cart-main .item-container .item-column {
      width: 16%;
      padding: 0 10px;
      margin: 0;
      text-align: center; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .item-container .item-column {
          padding: 0 0.69444vw; } }
      @media only screen and (max-width: 767px) {
        .shopping-cart-main .item-container .item-column {
          width: 100%;
          padding: 0;
          text-align: left; } }
      .shopping-cart-main .item-container .item-column.item-counter {
        width: 135px;
        padding: 0; }
        @media screen and (min-width: 1280px) {
          .shopping-cart-main .item-container .item-column.item-counter {
            width: 9.375vw; } }
        @media only screen and (max-width: 767px) {
          .shopping-cart-main .item-container .item-column.item-counter {
            padding: 0;
            width: 97px; } }
    .shopping-cart-main .item-container .cart-remove {
      width: auto;
      height: auto;
      text-align: right;
      border-radius: 0;
      margin: 0;
      background: none;
      font-size: 12px;
      line-height: 9px;
      border-bottom: 1px solid;
      padding: 0; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .item-container .cart-remove {
          font-size: 0.83333vw;
          line-height: 0.3125vw; } }
      @media only screen and (max-width: 767px) {
        .shopping-cart-main .item-container .cart-remove {
          float: none;
          top: 50%;
          transform: translateY(-50%); } }
      .shopping-cart-main .item-container .cart-remove:hover {
        color: #000000;
        border-color: #000000; }
    .shopping-cart-main .item-container .item-column.img {
      margin-bottom: 0; }
      .shopping-cart-main .item-container .item-column.img img {
        max-height: 200px; }
        @media screen and (min-width: 1440px) {
          .shopping-cart-main .item-container .item-column.img img {
            max-height: 13.88889vw; } }
        @media only screen and (max-width: 1023px) {
          .shopping-cart-main .item-container .item-column.img img {
            max-width: -webkit-fill-available;
            max-height: inherit; } }
        @media only screen and (max-width: 767px) {
          .shopping-cart-main .item-container .item-column.img img {
            max-width: 120px;
            max-height: inherit; } }
    .shopping-cart-main .item-container .item-content {
      width: 55%;
      position: relative;
      padding: 0 28px 0 15px; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .item-container .item-content {
          padding: 0 1.94444vw 0 1.04167vw; } }
      @media only screen and (max-width: 567px) {
        .shopping-cart-main .item-container .item-content {
          width: 100%;
          padding-left: 0;
          padding-top: 10px;
          position: initial; } }
    .shopping-cart-main .item-container .item-title {
      font-size: 12px;
      font-weight: normal;
      margin-bottom: 8px; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .item-container .item-title {
          font-size: 0.83333vw;
          margin-bottom: 0.55556vw; } }
    .shopping-cart-main .item-container .cart-item-value {
      font-size: 12px;
      font-weight: bold;
      padding: 0; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .item-container .cart-item-value {
          font-size: 0.83333vw; } }
    .shopping-cart-main .item-container .gift-wrapping-section {
      background: none;
      padding: 0;
      margin: 0;
      text-align: left; }
      .shopping-cart-main .item-container .gift-wrapping-section svg {
        width: 14px;
        height: 14px;
        fill: #000000;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px; }
        @media screen and (min-width: 1440px) {
          .shopping-cart-main .item-container .gift-wrapping-section svg {
            width: 0.97222vw;
            height: 0.97222vw;
            margin-right: 0.69444vw; } }
      .shopping-cart-main .item-container .gift-wrapping-section .cart-item-option-title {
        font-size: 12px;
        font-weight: normal;
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (min-width: 1440px) {
          .shopping-cart-main .item-container .gift-wrapping-section .cart-item-option-title {
            font-size: 0.83333vw; } }
      .shopping-cart-main .item-container .gift-wrapping-section .cart-item-option-description {
        font-size: 12px;
        font-weight: normal;
        margin: 0;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (min-width: 1440px) {
          .shopping-cart-main .item-container .gift-wrapping-section .cart-item-option-description {
            font-size: 0.83333vw; } }
        .shopping-cart-main .item-container .gift-wrapping-section .cart-item-option-description a {
          font-size: 12px;
          font-weight: 500;
          color: #000000;
          text-decoration: underline;
          margin-left: 4px; }
          @media screen and (min-width: 1440px) {
            .shopping-cart-main .item-container .gift-wrapping-section .cart-item-option-description a {
              font-size: 0.83333vw;
              margin-left: 0.27778vw; } }
  .shopping-cart-main .subtotal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #f4f7f8; }
    @media screen and (min-width: 1440px) {
      .shopping-cart-main .subtotal {
        padding: 1.66667vw 0; } }
    .shopping-cart-main .subtotal span {
      width: 50%;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 300; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .subtotal span {
          font-size: 1.11111vw; } }
    .shopping-cart-main .subtotal .subtotal-value {
      text-align: right; }
  .shopping-cart-main .total {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 24px 0; }
    @media screen and (min-width: 1440px) {
      .shopping-cart-main .total {
        padding: 1.66667vw 0; } }
    .shopping-cart-main .total span {
      width: 50%;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 600;
      font-family: "Roboto Mono 500"; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .total span {
          font-size: 1.11111vw; } }
    .shopping-cart-main .total .total-value {
      text-align: right;
      font-family: "Roboto Mono 500"; }
  .shopping-cart-main .checkout {
    margin-top: 14px; }
    @media screen and (min-width: 1440px) {
      .shopping-cart-main .checkout {
        margin-top: 0.97222vw; } }
    .shopping-cart-main .checkout a {
      width: 100%; }
    .shopping-cart-main .checkout .button + .button {
      margin: 12px 0 0 0; }
      @media screen and (min-width: 1440px) {
        .shopping-cart-main .checkout .button + .button {
          margin: 0.83333vw 0 0 0; } }

.loadingOverlays {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  height: 100%;
  opacity: 1;
  top: 0;
  transition: all 3s ease-in-out;
  max-width: 515px;
  right: -999px;
  position: absolute; }
  @media screen and (min-width: 1440px) {
    .loadingOverlays {
      max-width: 35.76389vw; } }

.shopping-cart-main .loadingOverlays {
  right: 0; }
  @media only screen and (max-width: 666px) {
    .shopping-cart-main .loadingOverlays {
      max-width: 400px; } }
  @media only screen and (max-width: 567px) {
    .shopping-cart-main .loadingOverlays {
      max-width: 350px; } }
  @media only screen and (max-width: 413px) {
    .shopping-cart-main .loadingOverlays {
      max-width: 300px; } }
  @media only screen and (max-width: 374px) {
    .shopping-cart-main .loadingOverlays {
      max-width: 280px; } }

.shopping-cart-main .loader {
  opacity: 0;
  pointer-events: none;
  transition: opacity .26s linear;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #ffffff; }

.payment-area .cart-actions-inner .cart-actions {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 -9px; }
  @media screen and (min-width: 1440px) {
    .payment-area .cart-actions-inner .cart-actions {
      margin: 0 -0.625vw; } }
  @media only screen and (max-width: 767px) {
    .payment-area .cart-actions-inner .cart-actions {
      margin: 0;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  .payment-area .cart-actions-inner .cart-actions .btn-item {
    width: 50%;
    padding: 0 9px; }
    @media screen and (min-width: 1440px) {
      .payment-area .cart-actions-inner .cart-actions .btn-item {
        padding: 0 0.625vw; } }
    @media only screen and (max-width: 767px) {
      .payment-area .cart-actions-inner .cart-actions .btn-item {
        width: 100%;
        margin-bottom: 10px;
        padding: 0; } }
    .payment-area .cart-actions-inner .cart-actions .btn-item .button {
      width: 100%; }

.row-item-price-box .cart-item-label, .price .cart-item-label, .title .cart-item-label, .item-counter .cart-item-label {
  display: none; }

.shopping-cart-main .item-container .item-column.title .item-price {
  font-size: 14px;
  font-family: "Roboto Mono", sans-serif; }
  @media screen and (min-width: 1440px) {
    .shopping-cart-main .item-container .item-column.title .item-price {
      font-size: 0.97222vw; } }

.footer + .cart {
  margin: 0; }

.cart .cart-modal .loadingOverlays {
  background: rgba(41, 44, 49, 0.5);
  position: fixed;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s ease;
  right: 0;
  max-width: 100%; }
  .cart .cart-modal .loadingOverlays:before {
    display: none; }

.shopping-cart-main .sliding-cart-header {
  border-bottom: 1px solid #000000;
  padding: 25px;
  padding-top: 22px; }
  @media screen and (min-width: 1280px) {
    .shopping-cart-main .sliding-cart-header {
      padding: 1.73611vw;
      padding-top: 1.52778vw; } }
  @media screen and (max-width: 767px) {
    .shopping-cart-main .sliding-cart-header {
      padding: 15px 15px; } }
  .shopping-cart-main .sliding-cart-header .cart-header .close-sidecart svg {
    width: 11px;
    height: 11px;
    stroke: #000000;
    margin-top: 2px; }
    @media screen and (min-width: 1280px) {
      .shopping-cart-main .sliding-cart-header .cart-header .close-sidecart svg {
        width: 0.76389vw;
        height: 0.76389vw;
        margin-top: 0.13889vw; } }
    .shopping-cart-main .sliding-cart-header .cart-header .close-sidecart svg:hover {
      stroke: #ED1C29; }
  .shopping-cart-main .sliding-cart-header .cart-header .cart-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 18px;
    line-height: 110%;
    color: #000000;
    font-family: "industrymedium", sans-serif;
    font-weight: normal;
    text-transform: none; }
    @media screen and (min-width: 1280px) {
      .shopping-cart-main .sliding-cart-header .cart-header .cart-title {
        font-size: 1.25vw; } }
    .shopping-cart-main .sliding-cart-header .cart-header .cart-title .countPill {
      height: 26px;
      width: 26px;
      background: #ED1C29;
      color: #ffffff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-left: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: center;
      justify-content: center;
      padding: 7px 5px 5px;
      font-size: 14px;
      font-family: "industrymedium", sans-serif;
      font-weight: normal; }
      @media screen and (min-width: 1280px) {
        .shopping-cart-main .sliding-cart-header .cart-header .cart-title .countPill {
          height: 1.80556vw;
          width: 1.80556vw;
          margin-left: 1.38889vw;
          padding: 0.48611vw 0.34722vw 0.34722vw;
          font-size: 0.97222vw; } }

.shopping-cart-main .cart-empty > div {
  font-family: "industrybook", sans-serif;
  font-size: 16px;
  color: #000000; }
  @media screen and (min-width: 1280px) {
    .shopping-cart-main .cart-empty > div {
      font-size: 1.11111vw; } }

.shopping-cart-main .cart-empty > div + a {
  display: none; }

.shopping-cart-main .flex-column .cart-content {
  overflow-y: auto;
  overflow-x: hidden; }

.payment-area {
  border-top: 1px solid #000000;
  padding: 0 25px; }
  @media screen and (min-width: 1280px) {
    .payment-area {
      padding: 0 1.73611vw; } }
  .payment-area .cart-totals {
    margin: 0;
    padding: 30px 0;
    width: 100%; }
    @media screen and (min-width: 1280px) {
      .payment-area .cart-totals {
        padding: 2.08333vw 0; } }
    .payment-area .cart-totals .cart-total {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .payment-area .cart-totals .cart-total .cart-total-value {
        padding: 0;
        position: inherit;
        top: inherit;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        width: 50%; }
        .payment-area .cart-totals .cart-total .cart-total-value span {
          font-weight: 500;
          font-size: 18px;
          line-height: 110%;
          color: #000000;
          font-family: "industrymedium", sans-serif; }
          @media screen and (min-width: 1280px) {
            .payment-area .cart-totals .cart-total .cart-total-value span {
              font-size: 1.25vw; } }
      .payment-area .cart-totals .cart-total .cart-total-label {
        padding: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 50%; }
        .payment-area .cart-totals .cart-total .cart-total-label strong {
          font-weight: 500;
          font-size: 18px;
          line-height: 110%;
          color: #000000;
          font-family: "industrymedium", sans-serif; }
          @media screen and (min-width: 1280px) {
            .payment-area .cart-totals .cart-total .cart-total-label strong {
              font-size: 1.25vw; } }
  .payment-area .cart-actions-inner {
    padding: 0 0 30px; }
    @media screen and (min-width: 1280px) {
      .payment-area .cart-actions-inner {
        padding: 0 0 2.08333vw; } }

.shopping-cart-main .products-list {
  padding: 0;
  margin: 0; }
  .shopping-cart-main .products-list li {
    padding: 20px 25px;
    border-bottom: 1px solid #dddddd; }
    @media screen and (min-width: 1280px) {
      .shopping-cart-main .products-list li {
        padding: 1.38889vw 1.73611vw; } }
    @media screen and (max-width: 767px) {
      .shopping-cart-main .products-list li {
        padding: 20px 15px; } }

.shopping-cart-main .item-container .cart-remove {
  border: 0px; }
  .shopping-cart-main .item-container .cart-remove svg {
    stroke: #bbbbbb;
    width: 9px;
    height: 9px;
    margin-top: 0px; }
    @media screen and (min-width: 1280px) {
      .shopping-cart-main .item-container .cart-remove svg {
        width: 0.625vw;
        height: 0.625vw; } }
  .shopping-cart-main .item-container .cart-remove:hover svg {
    stroke: #000000; }

.shopping-cart-main .item-container .item-column {
  text-align: left; }
  .shopping-cart-main .item-container .item-column .form-increment {
    width: 100px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #000000; }
    @media screen and (min-width: 1280px) {
      .shopping-cart-main .item-container .item-column .form-increment {
        width: 6.94444vw;
        height: 2.5vw; } }
    @media screen and (max-width: 767px) {
      .shopping-cart-main .item-container .item-column .form-increment {
        width: 85px; } }
    .shopping-cart-main .item-container .item-column .form-increment .button {
      background: none;
      height: 34px;
      width: 30px;
      border: 0;
      padding: 0; }
      @media screen and (min-width: 1280px) {
        .shopping-cart-main .item-container .item-column .form-increment .button {
          height: 2.36111vw;
          width: 2.08333vw; } }
      .shopping-cart-main .item-container .item-column .form-increment .button svg {
        width: 8px;
        height: 8px;
        fill: #555555;
        margin-top: 3px; }
        @media screen and (min-width: 1280px) {
          .shopping-cart-main .item-container .item-column .form-increment .button svg {
            width: 0.55556vw;
            height: 0.55556vw;
            margin-top: 0.20833vw; } }
      .shopping-cart-main .item-container .item-column .form-increment .button:hover svg {
        fill: #ED1C29; }
    .shopping-cart-main .item-container .item-column .form-increment .form-input + .button svg {
      fill: #000000; }
    .shopping-cart-main .item-container .item-column .form-increment .form-input + .button:hover svg {
      fill: #ED1C29; }
    .shopping-cart-main .item-container .item-column .form-increment .form-input {
      width: 28px;
      text-align: center;
      height: 34px;
      border: 0;
      background: none;
      padding: 5px 0; }
      @media screen and (min-width: 1280px) {
        .shopping-cart-main .item-container .item-column .form-increment .form-input {
          width: 1.94444vw;
          height: 2.22222vw;
          padding: 0.34722vw 0; } }

.shopping-cart-main .item-container .item-column.img {
  padding: 0;
  margin: 0;
  width: 90px;
  height: 90px; }
  @media screen and (min-width: 1280px) {
    .shopping-cart-main .item-container .item-column.img {
      width: 6.25vw;
      height: 6.25vw; } }
  @media screen and (max-width: 767px) {
    .shopping-cart-main .item-container .item-column.img {
      width: 60px;
      height: 60px; } }
  .shopping-cart-main .item-container .item-column.img img {
    max-width: 90px;
    max-height: 90px; }
    @media screen and (min-width: 1280px) {
      .shopping-cart-main .item-container .item-column.img img {
        max-width: 6.25vw;
        max-height: 6.25vw; } }
    @media screen and (max-width: 767px) {
      .shopping-cart-main .item-container .item-column.img img {
        width: 60px;
        height: 60px; } }

.shopping-cart-main .item-container .item-column.title {
  width: 210px;
  padding: 0 35px; }
  @media screen and (min-width: 1280px) {
    .shopping-cart-main .item-container .item-column.title {
      width: 14.58333vw;
      padding: 0 2.43056vw; } }
  @media screen and (max-width: 1365px) {
    .shopping-cart-main .item-container .item-column.title {
      width: 230px; } }
  @media screen and (max-width: 767px) {
    .shopping-cart-main .item-container .item-column.title {
      width: 160px;
      padding: 0 15px; } }
  .shopping-cart-main .item-container .item-column.title .item-title {
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    font-family: "industrymedium", sans-serif;
    font-weight: normal;
    padding-bottom: 5px;
    text-align: left;
    margin: 0; }
    @media screen and (min-width: 1280px) {
      .shopping-cart-main .item-container .item-column.title .item-title {
        font-size: 0.83333vw;
        line-height: 0.97222vw;
        padding-bottom: 0.34722vw; } }
    .shopping-cart-main .item-container .item-column.title .item-title a {
      color: #000000; }
      .shopping-cart-main .item-container .item-column.title .item-title a:hover {
        color: #ED1C29; }
  .shopping-cart-main .item-container .item-column.title .item-price {
    text-align: left;
    color: #3f3f3f; }
    .shopping-cart-main .item-container .item-column.title .item-price .cart-item-value {
      color: #3f3f3f;
      font-size: 12px;
      font-family: "Roboto Mono", sans-serif;
      font-weight: 500;
      text-align: left; }
      @media screen and (min-width: 1280px) {
        .shopping-cart-main .item-container .item-column.title .item-price .cart-item-value {
          font-size: 0.83333vw; } }

.shopping-cart-main .item-container .item-column.img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.modal-close svg {
  width: 11px;
  height: 11px;
  stroke: #000000;
  position: relative;
  top: -7px; }
  @media screen and (min-width: 1280px) {
    .modal-close svg {
      width: 0.76389vw;
      height: 0.76389vw;
      top: -0.48611vw; } }
  .modal-close svg:hover {
    stroke: #ED1C29; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }

@-webkit-keyframes fadeInSlideDown {
  from {
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInSlideDown {
  from {
    opacity: 0;
    z-index: 1;
    -webkit-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -o-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0); }
  to {
    opacity: 1;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownSlider {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none; } }

.h-top-category .slick-slide .content {
  display: none; }

.h-top-category .slick-current .content {
  display: block; }

.h-top-category .slick-active .content h4 {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDownSlider;
  animation-name: fadeInDownSlider;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0.5s; }

.h-top-category .slick-active .content p {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDownSlider;
  animation-name: fadeInDownSlider;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  animation-delay: .7s; }

.h-top-category .slick-active .content .btn {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDownSlider;
  animation-name: fadeInDownSlider;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  animation-delay: .9s; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

[data-content-region="home_popular_categories1"] {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0.5s; }
  [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    animation-delay: 0.7s; }
  [data-content-region="home_popular_categories1"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] {
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    animation-delay: 0.9s; }

[data-content-region="home_popular_categories2"] {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  animation-delay: 0.9s; }
  [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    animation-delay: 0.9s; }
  [data-content-region="home_popular_categories2"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] {
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    animation-delay: 1.1s; }

[data-content-region="home_popular_categories3"] {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  animation-delay: 1.1s; }
  [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
    animation-fill-mode: both;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s;
    animation-delay: 1.2s; }
  [data-content-region="home_popular_categories3"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] {
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    animation-delay: 1.3s; }

[data-content-region="home_popular_categories4"] {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  animation-delay: 1.3s; }
  [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] {
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
    animation-delay: 1.1s; }
    [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:after {
      animation-fill-mode: both;
      -webkit-animation-name: fadeInLeft;
      animation-name: fadeInLeft;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-duration: 1.4s;
      animation-duration: 1.4s;
      animation-delay: 1.4s; }
    [data-content-region="home_popular_categories4"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] [data-widget-id] + [data-widget-id] {
      animation-fill-mode: both;
      -webkit-animation-name: fadeInUp;
      animation-name: fadeInUp;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      animation-delay: 1.5s; }

.navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDownSlider;
  animation-name: fadeInDownSlider;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  animation-delay: 0.3s; }

.navPages-container .navPages-list.sf-menu > .navPages-item .nav-second-level .mega-menu > li {
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  animation-delay: 0.7s; }

.header-right .account-menu .sublink-menu ul {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDownSlider;
  animation-name: fadeInDownSlider;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  animation-delay: 0.3s; }
  .header-right .account-menu .sublink-menu ul li {
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    animation-delay: 0.6s; }

.custom-search-dropdown {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDownSlider;
  animation-name: fadeInDownSlider;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  animation-delay: 0.3s; }
  .custom-search-dropdown .search-inner-box {
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.5s; }

/*.shooters-at-heart .slick-active div {
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.shooters-at-heart .slick-cloned {
  @media screen and(min-width: 768px) {
    opacity: 0;
    transition: opacity .7s ease-in;
  }

}
.shooters-at-heart .slick-center[data-slick-index="0"] {
   -webkit-animation-name: fadeIn;
   animation-name: fadeIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.shooters-at-heart .slick-cloned[data-slick-index="-1"]{
  opacity: 1;
  transition: opacity .7s ease-in;
}*/
@keyframes fadeInimage-opacity {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*.shooters-at-heart .slick-center[data-slick-index="-1"]{

  -webkit-animation-name: fadeInimage-opacity;
  animation-name: fadeInimage-opacity;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.shooters-at-heart ul li.slick-current {
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  animation-delay: 0.7s;
}

.shooters-at-heart ul li .img {
  background: $white-color;
}*/
.fade-in-image {
  animation: fadeInimage ease 10s;
  -webkit-animation: fadeInimage ease 10s;
  -moz-animation: fadeInimage ease 10s;
  -o-animation: fadeInimage ease 10s;
  -ms-animation: fadeInimage ease 10s; }

@keyframes fadeInimage {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.key-features img:hover {
  animation: fadeInimage ease .1s;
  -webkit-animation: fadeInimage ease .1s;
  -moz-animation: fadeInimage ease .1s;
  -o-animation: fadeInimage ease .1s;
  -ms-animation: fadeInimage ease .1s; }

/*.h-top-category [data-content-region="home_cat_slider"] [data-sub-layout] {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-delay: .5s;
}
.h-top-category [data-content-region="home_cat_slider"] .slick-slide.slick-current {
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  animation-delay: .5s;
  [data-widget-id] {
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .7s;
    animation-duration: .7s;
    animation-delay: .7s;
  }
}*/
.h-top-category [data-content-region="home_cat_slider"] .slick-slide.slick-current img {
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  animation-delay: 0.1s;
  opacity: 0; }

.home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text::before {
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  opacity: 0;
  background: none; }

.home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text::after,
.home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text::after {
  right: 20px;
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.1s;
  transition: all 300ms ease-out; }
  @media screen and (min-width: 1280px) {
    .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text::after,
    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text::after {
      right: 1.38889vw; } }

.home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text::before,
.home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout] .text::before {
  transition: all 500ms ease-out; }

.home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover .text::before,
.home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover .text::before {
  background: #ED1C29;
  opacity: 1; }

.home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover .text::after,
.home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover .text::after {
  right: 4px;
  opacity: 1;
  -webkit-transform: translateX(4px);
  transform: translateX(4px); }
  @media screen and (min-width: 1280px) {
    .home-custom-blog .blog-row .col1 [data-content-region="home_custom_blog"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover .text::after,
    .home-custom-blog .blog-row .col2 [data-content-region="home_custom_blog_big"] [data-layout-id] [data-sub-layout-container] [data-sub-layout]:hover .text::after {
      right: 0.27778vw; } }

.key-features img:hover {
  animation-name: changeColor;
  animation-duration: 0.1s; }

@keyframes changeColor {
  /*  0%   { filter: blur(5px); }
    40%   { filter: blur(3px); }
    60%   { filter: blur(2px); }
    80%   { filter: blur(1px); }
    100% { filter: blur(0px); }*/
  0% {
    filter: brightness(1);
    filter: contrast(1);
    -webkit-filter: brightness(1);
    -webkit-filter: contrast(1); }
  100% {
    filter: brightness(1);
    filter: contrast(1);
    -webkit-filter: brightness(1);
    -webkit-filter: contrast(1); } }

.heroCarousel {
  display: block; }

.sub-menu-header .sub-menu-title {
  color: #fff; }

.productView-images .MagicZoomGallery .MagicZoomSelectors a {
  margin: 0 0 !important; }

@media screen and (min-width: 768px) {
  .MagicZoomSelectors .MagicScroll {
    left: 0; } }

.css-1nh1424 .css-1s4cc41 {
  padding-right: 40px; }

.css-1nh1424 .css-1xa4cku {
  overflow: unset; }

.css-1nh1424 table {
  all: unset;
  display: block;
  border: 0;
  overflow: unset; }

.css-1nh1424 thead {
  all: unset;
  display: none;
  border: 0; }

.css-1nh1424 tbody,
.css-1nh1424 tr,
.css-1nh1424 td,
.css-1nh1424 th {
  all: unset;
  display: block;
  border: 0; }

.css-1nh1424 .css-1va7l79 {
  display: flex;
  flex-wrap: wrap;
  position: relative; }
  .css-1nh1424 .css-1va7l79 th,
  .css-1nh1424 .css-1va7l79 td {
    border: 0; }

.css-1nh1424 .css-3dt9ac {
  order: -1;
  flex: 1;
  position: relative;
  padding-left: 40px !important; }
  .css-1nh1424 .css-3dt9ac + td {
    order: 1;
    width: 100%;
    display: none; }
  .css-1nh1424 .css-3dt9ac::after {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    background-size: 12px auto;
    background-repeat: no-repeat;
    height: 12px;
    width: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M0 6H12M6 0V12' stroke='%23435a6f' stroke-width='2'/%3E%3C/svg%3E"); }
  .css-1nh1424 .css-3dt9ac.active::after {
    top: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='2' viewBox='0 0 12 2' fill='none'%3E%3Cpath d='M0 1H12' stroke='%23435a6f' stroke-width='2'/%3E%3C/svg%3E"); }

.css-1nh1424 .css-19720g2 {
  padding: 10px;
  display: flex; }
  .css-1nh1424 .css-19720g2 label {
    display: flex;
    align-items: center;
    margin-bottom: 0; }
    .css-1nh1424 .css-19720g2 label + label {
      padding-left: 10px; }
    .css-1nh1424 .css-19720g2 label input {
      margin-right: 4px; }

.css-ueuzok {
  z-index: 9999999 !important; }
  .css-ueuzok .css-zikcg4 {
    border-radius: 0;
    width: 500px; }
  .css-ueuzok .css-1353ifz {
    border-bottom: 1px solid #ddd;
    padding: 20px 20px 15px 20px;
    position: relative; }
    .css-ueuzok .css-1353ifz h2 {
      font-size: 18px; }
  .css-ueuzok .css-et0a3j {
    padding: 0; }
  .css-ueuzok .css-1s4cc41 {
    padding: 20px 20px 15px 20px; }
    .css-ueuzok .css-1s4cc41 .css-1xa4cku {
      border-bottom: 1px solid #ddd; }
    .css-ueuzok .css-1s4cc41 .css-7xc4dj tr {
      border: 1px solid #ddd;
      border-bottom: 0; }
      .css-ueuzok .css-1s4cc41 .css-7xc4dj tr th {
        padding: 15px 20px;
        font-weight: 600;
        cursor: pointer; }
        .css-ueuzok .css-1s4cc41 .css-7xc4dj tr th + td {
          padding: 0 20px 15px 40px; }
          .css-ueuzok .css-1s4cc41 .css-7xc4dj tr th + td p {
            font-size: 14px;
            line-height: normal; }
    .css-ueuzok .css-1s4cc41 .css-7xc4dj tr:last-of-type td:first-of-type {
      display: flex;
      align-items: center;
      margin-right: 20px; }
  .css-ueuzok .css-rits9q {
    border-top: 1px solid #ddd; }
    .css-ueuzok .css-rits9q .css-3e0hge {
      background-color: #213663;
      border-radius: 0;
      padding: 10px 20px;
      transition: 0.4s ease-in-out; }
      .css-ueuzok .css-rits9q .css-3e0hge:hover {
        background-color: #435a6f;
        color: #fff; }
    .css-ueuzok .css-rits9q .css-1zvabp:hover {
      color: #213663; }
  .css-ueuzok form span a {
    color: #0f7fff; }
    .css-ueuzok form span a:hover {
      color: #435a6f; }

.kl-teaser-SYJjmP.undefined.kl-private-reset-css-Xuajs1 {
  height: 150px !important; }
  .kl-teaser-SYJjmP.undefined.kl-private-reset-css-Xuajs1 .needsclick span {
    writing-mode: sideways-lr !important;
    white-space: nowrap;
    line-height: normal; }
    .kl-teaser-SYJjmP.undefined.kl-private-reset-css-Xuajs1 .needsclick span p span span {
      display: none; }
  .kl-teaser-SYJjmP.undefined.kl-private-reset-css-Xuajs1 .needsclick.go681896951.kl-private-reset-css-Xuajs1 {
    height: auto !important;
    border-radius: 0 !important; }
  .kl-teaser-SYJjmP.undefined.kl-private-reset-css-Xuajs1 .needsclick {
    height: auto !important;
    transition: none !important;
    width: auto !important; }

.needsclick.kl-teaser-SYJjmP.undefined.kl-private-reset-css-Xuajs1 {
  margin-left: 0 !important;
  width: auto !important;
  transform: rotate(-180deg);
  transform-origin: center;
  writing-mode: vertical-lr;
  top: 50%;
  transform: translate(0, -50%); }

.needsclick.kl-teaser-SYJjmP.undefined.kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
  /* animation: none !important; */
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important; }

.needsclick.kl-teaser-SYJjmP {
  content: " "; }
  .needsclick.kl-teaser-SYJjmP[class*="kl-private-reset-css"] {
    margin-left: 0 !important;
    width: auto !important;
    transform: rotate(-180deg);
    transform-origin: center;
    writing-mode: vertical-lr;
    top: 50%;
    transform: translate(0, -50%); }
    .needsclick.kl-teaser-SYJjmP[class*="kl-private-reset-css"] > [class*="kl-private-reset-css"] {
      transform: none !important;
      opacity: 1 !important;
      visibility: visible !important;
      animation-delay: unset; }

.needsclick.kl-teaser-UkY6ay.undefined.kl-private-reset-css-Xuajs1 {
  margin-left: 0 !important;
  width: auto !important;
  transform: rotate(-180deg);
  transform-origin: center;
  writing-mode: vertical-lr;
  top: 50%;
  transform: translate(0, -50%); }

.needsclick.kl-teaser-UkY6ay.undefined.kl-private-reset-css-Xuajs1 > .kl-private-reset-css-Xuajs1 {
  /* animation: none !important; */
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  animation-delay: unset; }

.needsclick.kl-teaser-UkY6ay {
  content: " "; }
  .needsclick.kl-teaser-UkY6ay[class*="kl-private-reset-css"] {
    margin-left: 0 !important;
    width: auto !important;
    transform: rotate(-180deg);
    transform-origin: center;
    writing-mode: vertical-lr;
    top: 50%;
    transform: translate(0, -50%); }
    .needsclick.kl-teaser-UkY6ay[class*="kl-private-reset-css"] > [class*="kl-private-reset-css"] {
      transform: none !important;
      opacity: 1 !important;
      visibility: visible !important;
      animation-delay: unset; }

.needsclick.kl-teaser-UkY6ay.undefined.kl-private-reset-css-Xuajs1 {
  height: 150px !important; }
  .needsclick.kl-teaser-UkY6ay.undefined.kl-private-reset-css-Xuajs1 .needsclick span {
    writing-mode: sideways-lr !important;
    white-space: nowrap;
    line-height: normal; }
    .needsclick.kl-teaser-UkY6ay.undefined.kl-private-reset-css-Xuajs1 .needsclick span p span span {
      display: none; }
  .needsclick.kl-teaser-UkY6ay.undefined.kl-private-reset-css-Xuajs1 .needsclick.go681896951.kl-private-reset-css-Xuajs1 {
    height: auto !important;
    border-radius: 0 !important; }
  .needsclick.kl-teaser-UkY6ay.undefined.kl-private-reset-css-Xuajs1 .needsclick {
    height: auto !important;
    transition: none !important;
    width: auto !important; }

.css-1wn42nw {
  width: auto !important;
  flex-direction: row !important;
  margin-top: 10px !important; }

.css-a0j149 {
  display: none !important;
  margin-left: 0; }
  .css-a0j149 + .css-a0j149 {
    display: block !important;
    margin-left: 14px !important; }

.css-ra9y5f {
  margin-top: 13px !important; }

.css-1k76mzs {
  margin-left: 0 !important; }

.css-bhz559 {
  line-height: 20px; }

.warning-img {
  display: flex; }
  .warning-img .img {
    margin-right: 40px; }
    @media screen and (max-width: 1280px) {
      .warning-img .img {
        margin-right: 30px; } }
  .warning-img .warning-icon {
    max-width: 46px; }
    @media screen and (max-width: 1280px) {
      .warning-img .warning-icon {
        max-width: 36px; } }
  .warning-img .text {
    color: #000000;
    font-family: "industrydemi", sans-serif; }
    @media screen and (min-width: 1280px) {
      .warning-img .text {
        font-size: 1.11111vw; } }
    @media screen and (max-width: 1280px) {
      .warning-img .text {
        font-size: 16px; } }

.css-10z1g2q > div {
  margin-top: 0 !important; }

.css-10z1g2q .css-ra9y5f {
  margin-top: 0 !important; }
  @media screen and (max-width: 1024px) {
    .css-10z1g2q .css-ra9y5f {
      margin-bottom: 10px; } }

.css-10z1g2q .css-1wn42nw {
  margin-top: 0 !important; }
