@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BioRhyme:wght@400;500;700&display=swap");
input:focus,
button:focus,
textarea:focus,
select:focus,
details:focus,
[href]:focus,
[tabindex]:not([tabindex="-1"]):focus,
[contenteditable="true"]:focus {
  outline: 2px solid #0f7fff !important;
  outline-offset: 1px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

a {
  color: black;
  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: black;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1.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: black; }
  .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: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.35714rem;
    padding-left: 1.85714rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #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(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(0, 0, 0, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

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

.form-radio + .form-label::after {
  background: rgba(0, 0, 0, 0.999);
  border: 3px solid white;
  border-radius: 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: black;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.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: black;
  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: black; }

li.pagination-item--current a, li.pagination-item--current button {
  color: black;
  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: black; }
  .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: black;
    padding: 1.85714rem;
    display: block;
    font-family: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #8f8f8f;
    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: #757575;
      opacity: 1; }

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

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

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

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

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid 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: #757575; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: black;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "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;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #474747;
      color: black; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #444444;
    border-color: #444444;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #666666;
    border-color: #666666;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #8f8f8f;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #474747;
    color: black; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

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

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

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }

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

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 992px) {
    #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: 992px) {
    .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: 992px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: calc(50% - remCalc(10px)); }

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

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: black;
    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; }

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

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0.25rem; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }
  .breadcrumb:not(:first-child)::before {
    /*border-right: 0.1em solid $primary-color;*/
    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: black; }
  .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: black; }
    .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: 992px) {
      .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: 992px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 992px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

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

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

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

@media (min-width: 992px) {
  .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: 992px) {
  .accordion--navList {
    border: 0; } }

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

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

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

@media (min-width: 992px) {
  .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: 992px) {
    .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;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-prefixPostfix-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: black;
    box-shadow: 0 0 0 1px black; }

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

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

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

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

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

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

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

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

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

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

.card-figure {
  margin-top: 0;
  overflow: hidden;
  padding: 3px;
  position: 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: 992px) {
    .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: black;
    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: 551px) {
    .card-body {
      text-align: left; } }

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

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

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

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

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #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(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(0, 0, 0, 0.999);
    content: "";
    font-size: 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: black; }
  .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: 992px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid black; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 992px) {
      .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: black; }

.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: black;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 992px) {
    .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: 992px) {
  .navUser-section {
    position: relative; } }

.navUser-action {
  color: black;
  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: black;
    stroke: black;
    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: 992px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.35714rem;
        padding-right: 0.35714rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.78571rem;
        margin-top: 0.57143rem;
        padding-left: 0.14286rem; } }

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: black; }
    .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: 992px) {
        .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: 992px) {
          .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: 992px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

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

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

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

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

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

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

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

.countPill {
  background-color: black;
  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: black; }

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

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

.navPages-action {
  color: black;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 992px) {
    .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: black;
    stroke: black;
    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: 992px) {
    .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: 992px) {
      .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: 992px) {
    .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: 992px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

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

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

@media (min-width: 992px) {
  .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: 992px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

.navPage-subMenu-item {
  padding: 0.78571rem 0; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
      .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: 992px) {
      .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: 992px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 992px) {
  .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: black; }

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

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

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

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

.heroCarousel-description {
  color: black;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 992px) {
    .heroCarousel-description {
      font-size: 15px; } }

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

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

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

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

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

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

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

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

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

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

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

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

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 992px) {
    .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: black; }

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

@media (min-width: 992px) {
  .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: 992px) {
    .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: black; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 992px) {
    .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: black; }
  .productView-reviewLink--new {
    padding: 0; }

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

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

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

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 992px) {
    .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: 992px) {
      .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: 992px) {
    .compareTable-heading {
      width: 25%; } }

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

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 992px) {
    .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: black; }
  .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: 992px) {
    .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: 992px) {
    .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: 992px) {
      .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: 992px) {
    .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: 992px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 992px) {
    .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: 992px) {
    .cart-list {
      display: table-row-group; } }

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

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

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

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

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

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

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 992px) {
    .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: 992px) {
  .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: 992px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

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

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 992px) {
    .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: black; }

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

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

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

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

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 992px) {
    .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: 992px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: black;
    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: 992px) {
    .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: 992px) {
    .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: 992px) {
    .suggestiveCart {
      display: block; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.login {
  margin: 3rem auto 6rem;
  /*max-width: remCalc(900px);*/ }

.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: 992px) {
    .login-row {
      /*margin-top: spacing("double")*2;*/
      margin-top: 3rem; } }

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.28571rem;
  cursor: pointer;
  display: none;
  max-height: 4.57143rem;
  min-height: 2.28571rem;
  min-width: 90px;
  padding: 1.5rem;
  width: 160px;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 992px) {
    .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: 992px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 992px) {
    .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: black;
    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: 992px) {
      .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: 992px) {
    .header-logo--left {
      margin-left: 2.85714rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

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

.header-logo-text {
  display: block;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 992px) {
    .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: 992px) {
    .header-logo-image-container {
      min-height: "px"; } }

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

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

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .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: 992px) {
  .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: 992px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .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: black; }

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

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 992px) {
    .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: 992px) {
    .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: 992px) {
    .blog-post-figure {
      width: 66.66667%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table;
    width: 100%; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 1261px) {
  .listItem.focus-within .listItem-figureBody {
    opacity: 1; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: black; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: black; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        display: inline-block;
        margin: 0;
        pointer-events: all; } }

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

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.sold-out-text-burst {
  color: #c9c9c9; }

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

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

.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: #882528;
  color: white; }

.sold-out-flag-side {
  background: #333333;
  color: #c9c9c9; }

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

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

.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: #882528;
  color: white; }

.sold-out-flag-sash {
  background: #333333;
  color: #c9c9c9; }

.listItem-figure .sale-flag-sash,
.listItem-figure .sold-out-flag-sash {
  top: 24px; }
  @media (min-width: 551px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -20px;
      top: 19px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

.product:hover .sale-flag-sash {
  background: #882528; }

.product:hover .sold-out-flag-sash {
  background: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*-------------------------------Theme colors-------------------------------*/
/*@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');*/
/*@import url("https://use.typekit.net/yds7hmm.css");*/
@font-face {
  font-family: "Agency FB";
  src: url("../fonts/AgencyFB-Bold.eot");
  src: url("../fonts/AgencyFB-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AgencyFB-Bold.woff2") format("woff2"), url("../fonts/AgencyFB-Bold.woff") format("woff"), url("../fonts/AgencyFB-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: auto; }

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/bebasneue-regular.eot");
  src: url("../fonts/bebasneue-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue-regular.woff2") format("woff2"), url("../fonts/bebasneue-regular.woff") format("woff"), url("../fonts/bebasneue-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: auto; }

@font-face {
  font-family: "Bebas Neue Bold";
  src: url("../fonts/bebasneue-bold.eot");
  src: url("../fonts/bebasneue-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue-bold.woff2") format("woff2"), url("../fonts/bebasneue-bold.woff") format("woff"), url("../fonts/bebasneue-bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: auto; }

@font-face {
  font-family: "Bebas";
  src: url("../fonts/Bebas-Regular.eot");
  src: url("../fonts/Bebas-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Bebas-Regular.woff2") format("woff2"), url("../fonts/Bebas-Regular.woff") format("woff"), url("../fonts/Bebas-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: auto; }

.row {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

/*-------------------------------All transition------------------------------*/
/*-------------------------------Theme Typography-------------------------------*/
@-webkit-keyframes fixedmenu {
  0% {
    top: -100%; }
  100% {
    top: 0; } }

@-moz-keyframes fixedmenu {
  0% {
    top: -100%; }
  100% {
    top: 0; } }

@keyframes fixedmenu {
  0% {
    top: -100%; }
  100% {
    top: 0; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #000; }

.icon svg {
  fill: #000000; }
  .icon svg path {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }

/*========================== [ Flex ] ==========================*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.flex-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap; }

.container {
  padding: 0 25px;
  max-width: 1140px;
  width: 100%; }

.wrapper {
  padding: 0 15px;
  max-width: 1350px;
  width: 100%;
  margin: 0 auto; }

body {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

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

a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }

ul li {
  list-style: none; }

.body {
  padding-top: 89px; }
  @media (min-width: 1024px) and (max-width: 1365px) {
    .body {
      padding-top: 87px; } }
  @media (max-width: 1023px) {
    .body {
      padding-top: 65px; } }
  @media (max-width: 991px) {
    .body {
      padding-top: 60px; } }
  .sticky .body {
    padding-top: 60px; }
    @media (min-width: 1024px) and (max-width: 1365px) {
      .sticky .body {
        padding-top: 62px; } }

/* Header */
.navPages-action {
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700; }

.comm-pad {
  padding: 0 15px; }

.quickSearchMessage {
  color: #ffffff; }

.site-header {
  border: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 1s ease;
  position: fixed; }
  .site-header .wrapper {
    max-width: 1366px;
    padding: 0; }
  .site-header .row {
    justify-content: space-between;
    align-items: center;
    margin: 0;
    flex-wrap: nowrap; }
  .site-header .site-logo {
    background-color: #882528;
    padding: 0; }
    .site-header .site-logo .header-logo {
      margin: 20px 21px 17px; }
      .site-header .site-logo .header-logo .header-logo__link .header-logo-image-container {
        min-height: auto; }
      .site-header .site-logo .header-logo .header-logo__link .sticky-logo {
        display: none; }
  .site-header .navigation-menu {
    padding: 6px 0 0 0; }
    .site-header .navigation-menu .shipping-notes {
      text-align: center; }
      .site-header .navigation-menu .shipping-notes h5 {
        font-size: 11px;
        line-height: 1;
        font-weight: 400;
        text-transform: uppercase;
        padding-bottom: 5px;
        margin-bottom: 0;
        border-bottom: 1px solid #c9c9c9;
        display: inline-block; }
        .site-header .navigation-menu .shipping-notes h5 strong {
          color: #882528;
          font-weight: 700; }
      .site-header .navigation-menu .shipping-notes .banners {
        padding: 0;
        background-color: transparent; }
        .site-header .navigation-menu .shipping-notes .banners .banner {
          max-width: 100%; }
    .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item {
      margin: 0 !important; }
      .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
        font-size: 30px;
        line-height: 37px;
        padding: 12px 15px 13px 15px;
        position: relative;
        /*font-weight: 500;*/
        letter-spacing: 0;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out; }
        .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.is-open {
          background-color: transparent; }
        .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon {
          position: absolute;
          bottom: 11px;
          left: 50%;
          margin: 0;
          height: 4px;
          width: auto;
          transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%); }
          .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon svg {
            stroke: none; }
        .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action[aria-label="Sale"], .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action[aria-label="New"] {
          color: #882528; }
        .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.activePage {
          color: #882528; }
        .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu:after {
          content: "";
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41' height='8' viewBox='0 0 41 8'%3E%3Cpath id='Polygon_23' data-name='Polygon 23' d='M20.5,0,41,8H0Z' transform='translate(41 8) rotate(180)'/%3E%3C/svg%3E%0A");
          width: 41px;
          height: 8px;
          position: absolute;
          bottom: -8px;
          left: 50%;
          transform: translateX(-50%);
          display: none;
          z-index: 9; }
      .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
        margin-top: 10px; }
      .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item:hover .navPages-action, .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item:focus .navPages-action {
        color: #ffffff;
        background-color: #000000; }
        .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item:hover .navPages-action .icon, .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item:focus .navPages-action .icon {
          display: none; }
        .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item:hover .navPages-action.has-subMenu:after, .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item:focus .navPages-action.has-subMenu:after {
          display: block; }
    .site-header .navigation-menu .navPages-container .navPages .navPages-quickSearch {
      border: none;
      margin: 0; }
      .site-header .navigation-menu .navPages-container .navPages .navPages-quickSearch .container {
        max-width: 100%; }
        .site-header .navigation-menu .navPages-container .navPages .navPages-quickSearch .container .form .form-fieldset .form-field .form-input {
          padding: 15px;
          height: 44px;
          border: none;
          background-color: #eaeaea;
          border-radius: 0;
          color: #000000;
          font-size: 14px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.074' height='19.178' viewBox='0 0 19.074 19.178'%3E%3Cpath id='Union_1' data-name='Union 1' d='M16.457,18.726,12.23,14.478A7.89,7.89,0,0,1,2.31,2.31,7.89,7.89,0,0,1,14.417,12.321l4.21,4.231a1.545,1.545,0,0,1,0,2.174,1.529,1.529,0,0,1-2.171,0ZM2.585,7.888a5.3,5.3,0,1,0,5.3-5.3A5.31,5.31,0,0,0,2.585,7.888Z'/%3E%3C/svg%3E%0A");
          background-repeat: no-repeat;
          background-position: right 10px center;
          padding-right: 40px;
          font-family: "Montserrat", sans-serif;
          font-weight: 400; }
          .site-header .navigation-menu .navPages-container .navPages .navPages-quickSearch .container .form .form-fieldset .form-field .form-input::placeholder {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            color: #000000;
            font-size: 14px;
            font-style: italic; }
    .site-header .navigation-menu .navPages-container .navPages .shipping-notes.bottom-menu {
      display: none; }
    .site-header .navigation-menu .navPages-container.is-open {
      padding-top: 0; }
  .site-header .header-right .navUser {
    padding: 0;
    position: unset;
    padding-right: 15px;
    margin-top: 20px; }
    .site-header .header-right .navUser .navUser-section {
      position: unset;
      display: flex;
      align-items: center; }
      .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action {
        padding: 0 10px; }
        .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action svg {
          stroke: none;
          display: block; }
        .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action:not(.navUser-item--compare) {
          display: flex;
          align-items: center; }
        .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action:hover svg {
          fill: #882528; }
          .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action:hover svg g {
            stroke: #882528; }
          .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action:hover svg path {
            stroke: none; }
        .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action[aria-label="Gift Certificates"] {
          display: block; }
          .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action[aria-label="Gift Certificates"] svg {
            width: 25px;
            height: 25px;
            position: relative;
            bottom: 2px; }
        .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action[aria-label="Sign out"] svg {
          position: relative;
          bottom: 1px; }
        .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action[aria-label="Sign out"]:hover svg path {
          stroke: #882528; }
        .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action[aria-label="Sign out"]:hover svg .s2 {
          fill: #882528; }
      .site-header .header-right .navUser .navUser-section .navUser-item:last-child .navUser-action {
        padding-right: 8px;
        position: relative; }
        .site-header .header-right .navUser .navUser-section .navUser-item:last-child .navUser-action .countPill {
          position: absolute;
          right: -9px;
          top: -9px;
          background-color: #882528; }
      .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account {
        position: relative; }
        .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account > .navUser-action {
          position: relative;
          top: 10px;
          padding-bottom: 20px; }
        .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account .navUser-action span {
          font-size: 17px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 5px;
          /*font-family: "Bebas Neue", sans-serif;*/
          font-family: "Bebas Neue", sans-serif;
          font-weight: 400;
          font-weight: 500;
          padding-top: 4px;
          display: none; }
        .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account .navUser-action:hover {
          color: #882528; }
        @media (min-width: 992px) {
          .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account:hover .account-dropdown {
            display: block; } }
        .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account .account-dropdown {
          display: none;
          position: absolute;
          background-color: #ededed;
          text-align: left;
          top: 45px;
          right: -20px;
          padding: 10px 0; }
          @media (min-width: 992px) {
            .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account .account-dropdown {
              width: 160px; } }
          .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account .account-dropdown::before {
            content: "";
            position: absolute;
            border-bottom: 10px solid #ededed;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            top: -10px;
            right: 30px; }
          .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account .account-dropdown .navUser-action {
            display: block;
            padding: 9px 20px;
            font-size: 16px;
            text-transform: capitalize; }
      .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--cart {
        position: relative; }
      .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action--quickSearch {
        height: 27px; }
    .site-header .header-right .navUser .dropdown--quickSearch {
      margin-top: 37px;
      padding: 30px 0;
      background-color: #000000;
      max-height: 650px;
      overflow: auto; }
      .site-header .header-right .navUser .dropdown--quickSearch .container {
        max-width: 1030px; }
      .site-header .header-right .navUser .dropdown--quickSearch .form {
        max-width: 100%; }
        .site-header .header-right .navUser .dropdown--quickSearch .form .form-fieldset .form-field .form-input {
          border-radius: 0;
          border: none;
          color: #000;
          font-size: 18px; }
          .site-header .header-right .navUser .dropdown--quickSearch .form .form-fieldset .form-field .form-input::placeholder {
            color: #000000; }
      .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid {
        padding: 20px 0 0;
        margin: 0 -5px; }
        .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product {
          padding: 0 5px;
          border: none;
          margin-bottom: 20px; }
          .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product .card {
            border: none;
            height: 100%; }
            .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-figure {
              margin-bottom: 0; }
              .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-figure .card-figcaption {
                display: none; }
              .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side {
                display: none; }
            .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-body {
              padding: 20px 10px;
              height: 100%; }
              .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-body .bottom-card {
                flex-wrap: wrap; }
                .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-body .bottom-card .card-text {
                  /*flex: 100% 0 0;
                    max-width: 100%;*/ }
                  .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-body .bottom-card .card-text .price-section .price {
                    color: #000000; }
                  .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product .card .card-body .bottom-card .card-text .price-section.non-sale-price--withoutTax .price {
                    color: #969696; }
            .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product .card:hover .card-body {
              background-color: #ffffff; }
              .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .productGrid .product .card:hover .card-body .card-title a {
                color: #882528; }
      .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .modal-close {
        width: auto;
        height: auto;
        top: 0;
        right: 25px;
        background: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/search-close.png") no-repeat center center;
        width: 53px;
        display: inline-block;
        height: 43px; }
        .site-header .header-right .navUser .dropdown--quickSearch .quickSearchResults .modal-close span {
          color: #000000;
          /*font-size: 0;*/ }
  .site-header .mobileMenu-toggle {
    padding: 0;
    width: auto;
    height: auto;
    overflow: visible;
    top: 35px; }
    .site-header .mobileMenu-toggle .mobileMenu-toggleIcon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.533' height='31.567' viewBox='0 0 41.533 31.567'%3E%3Cg id='Group_3825' data-name='Group 3825' transform='translate(-18 -18)'%3E%3Cg id='Group_3485' data-name='Group 3485' transform='translate(18 18)'%3E%3Crect id='Rectangle_2386' data-name='Rectangle 2386' width='27' height='4' transform='translate(0 0)'/%3E%3Crect id='Rectangle_2387' data-name='Rectangle 2387' width='27' height='4' transform='translate(0 9)'/%3E%3Crect id='Rectangle_2388' data-name='Rectangle 2388' width='27' height='4' transform='translate(0 18)'/%3E%3C/g%3E%3Cg id='Union_4' data-name='Union 4' transform='translate(36.463 26.389)' stroke-linecap='round'%3E%3Cpath d='M 17.54203414916992 21.17791748046875 C 16.59566307067871 21.17791748046875 15.70654296875 20.8078784942627 15.03845310211182 20.13595771789551 L 11.86512088775635 16.947021484375 C 10.62141513824463 17.49329948425293 9.271589279174805 17.77728843688965 7.888193130493164 17.77728843688965 C 5.24794340133667 17.77728843688965 2.764913320541382 16.7489185333252 0.8965133428573608 14.88160800933838 C -0.971476674079895 13.01364803314209 -1.999996662139893 10.53015804290771 -1.999996662139893 7.888217926025391 C -1.999996662139893 5.246827602386475 -0.971476674079895 2.763637781143188 0.8961133360862732 0.8960877656936646 C 2.763703346252441 -0.9714822173118591 5.246873378753662 -2.000002145767212 7.888193130493164 -2.000002145767212 C 10.53010368347168 -2.000002145767212 13.01359367370605 -0.9714822173118591 14.88118362426758 0.8960877656936646 C 16.7489128112793 2.764867782592773 17.77729415893555 5.247907638549805 17.77729415893555 7.888217926025391 C 17.77729415893555 9.315441131591797 17.47615432739258 10.70375919342041 16.89700126647949 11.97775840759277 L 20.04495429992676 15.14112758636475 C 21.41460418701172 16.51862716674805 21.41460418701172 18.75903701782227 20.0455436706543 20.13594818115234 C 19.37748336791992 20.8078670501709 18.48837280273438 21.17791748046875 17.54203414916992 21.17791748046875 Z M 7.888193130493164 4.584787845611572 C 6.066683292388916 4.584787845611572 4.584783554077148 6.066697597503662 4.584783554077148 7.888217926025391 C 4.584783554077148 9.710207939147949 6.066683292388916 11.19249820709229 7.888193130493164 11.19249820709229 C 9.710203170776367 11.19249820709229 11.19251346588135 9.710207939147949 11.19251346588135 7.888217926025391 C 11.19251346588135 6.066697597503662 9.710203170776367 4.584787845611572 7.888193130493164 4.584787845611572 Z' stroke='none'/%3E%3Cpath d='M 17.54203414916992 19.17791748046875 C 17.95205307006836 19.17791748046875 18.33764266967773 19.0171070098877 18.62729263305664 18.72578811645508 C 19.22334289550781 18.12631797790527 19.22334289550781 17.15134811401367 18.62729263305664 16.55187797546387 L 14.41704368591309 12.32100772857666 C 15.30149364471436 11.02383804321289 15.77729320526123 9.492697715759277 15.77729320526123 7.888217926025391 C 15.77729320526123 5.781657695770264 14.95639324188232 3.800557851791382 13.46698379516602 2.310307741165161 C 11.97671318054199 0.8200578093528748 9.995633125305176 -2.213439984188881e-06 7.888193130493164 -2.213439984188881e-06 C 5.781663417816162 -2.213439984188881e-06 3.800583362579346 0.8200578093528748 2.31031346321106 2.310307741165161 C 0.8200433254241943 3.800557851791382 3.355102535351762e-06 5.781657695770264 3.355102535351762e-06 7.888217926025391 C 3.355102535351762e-06 9.995617866516113 0.8200433254241943 11.97672748565674 2.31031346321106 13.46697807312012 C 3.800583362579346 14.95637798309326 5.781663417816162 15.77728748321533 7.888193130493164 15.77728748321533 C 9.455253601074219 15.77728748321533 10.95242309570312 15.32338809967041 12.22994327545166 14.47824764251709 L 16.45670318603516 18.72578811645508 C 16.74636268615723 19.0171070098877 17.13195419311523 19.17791748046875 17.54203414916992 19.17791748046875 M 7.888193130493164 2.584787845611572 C 10.81316375732422 2.584787845611572 13.19251346588135 4.964128017425537 13.19251346588135 7.888217926025391 C 13.19251346588135 10.81315803527832 10.81316375732422 13.19249820709229 7.888193130493164 13.19249820709229 C 4.964123249053955 13.19249820709229 2.584783315658569 10.81315803527832 2.584783315658569 7.888217926025391 C 2.584783315658569 4.964128017425537 4.964123249053955 2.584787845611572 7.888193130493164 2.584787845611572 M 17.54203414916992 23.17791748046875 C 16.05928421020508 23.17791748046875 14.66649341583252 22.59839820861816 13.62020301818848 21.54611778259277 L 11.35117053985596 19.26592636108398 C 10.23804664611816 19.60366249084473 9.073141098022461 19.77728843688965 7.888193130493164 19.77728843688965 C 4.713943481445312 19.77728843688965 1.728813409805298 18.5410270690918 -0.5172866582870483 16.29622840881348 C -2.763436555862427 14.05011749267578 -3.999996662139893 11.064377784729 -3.999996662139893 7.888217926025391 C -3.999996662139893 4.712607860565186 -2.763436555862427 1.727167844772339 -0.5180966258049011 -0.5181422233581543 C 1.727253317832947 -2.763452291488647 4.712663173675537 -4.000002384185791 7.888193130493164 -4.000002384185791 C 11.06431293487549 -4.000002384185791 14.0500431060791 -2.763452291488647 16.2953929901123 -0.5181422233581543 C 18.54102325439453 1.728757739067078 19.77729415893555 4.713897705078125 19.77729415893555 7.888217926025391 C 19.77729415893555 9.121345520019531 19.59000205993652 10.33069515228271 19.22577667236328 11.48256587982178 L 21.46262359619141 13.73036766052246 C 23.60599327087402 15.88603782653809 23.60599327087402 19.39162826538086 21.46380424499512 21.54610824584961 C 20.41756248474121 22.598388671875 19.02477264404297 23.17791748046875 17.54203414916992 23.17791748046875 Z M 7.888193130493164 6.584787845611572 C 7.169493198394775 6.584787845611572 6.584783554077148 7.16950798034668 6.584783554077148 7.888217926025391 C 6.584783554077148 8.60739803314209 7.169493198394775 9.192498207092285 7.888193130493164 9.192498207092285 C 8.607393264770508 9.192498207092285 9.192513465881348 8.60739803314209 9.192513465881348 7.888217926025391 C 9.192513465881348 7.16950798034668 8.607393264770508 6.584787845611572 7.888193130493164 6.584787845611572 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      height: 30px;
      width: 38px;
      background-color: transparent;
      display: inline-block;
      text-align: center;
      background-position: center;
      background-size: 100%;
      left: 35px;
      top: 60%;
      transform: translateY(-59%);
      background-repeat: no-repeat; }
      .site-header .mobileMenu-toggle .mobileMenu-toggleIcon:before, .site-header .mobileMenu-toggle .mobileMenu-toggleIcon:after {
        display: none; }
    .site-header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
      width: 20px;
      height: 20px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.335' height='23.335' viewBox='0 0 23.335 23.335'%3E%3Cg id='Group_3217' data-name='Group 3217' transform='translate(-237.833 -28.455)'%3E%3Cg id='Rectangle_2387' data-name='Rectangle 2387' transform='translate(239.247 48.961) rotate(-45)' stroke='%23000' stroke-width='1'%3E%3Crect width='27' height='2' stroke='none'/%3E%3Crect x='-0.5' y='-0.5' width='28' height='3' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_2424' data-name='Rectangle 2424' transform='translate(240.661 29.869) rotate(45)' stroke='%23000' stroke-width='1'%3E%3Crect width='27' height='2' stroke='none'/%3E%3Crect x='-0.5' y='-0.5' width='28' height='3' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
      .site-header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before, .site-header .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
        display: none; }
  .site-header .header-logo-image-unknown-size {
    max-width: 97px;
    max-height: 100%; }
    @media screen and (min-width: 992px) {
      .site-header .header-logo-image-unknown-size {
        max-width: 100%; } }
  .site-header.sticky {
    /*position: sticky;*/
    top: 0;
    width: 100%;
    z-index: 11;
    /*animation: fixedmenu 1s ease 0s normal both 1 running;
  -webkit-animation: fixedmenu 1s ease 0s normal both 1 running;
  -moz-animation: fixedmenu 1s ease 0s normal both 1 running;
  -o-animation: fixedmenu 1s ease 0s normal both 1 running;*/
    background-color: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5); }
    @media screen and (max-width: 991px) {
      .site-header.sticky {
        position: fixed; } }
    .site-header.sticky .site-logo .header-logo {
      margin: 14px 15px 12px; }
      .site-header.sticky .site-logo .header-logo .header-logo__link .header-logo-image-unknown-size {
        display: none; }
      .site-header.sticky .site-logo .header-logo .header-logo__link .sticky-logo {
        display: block; }
        .site-header.sticky .site-logo .header-logo .header-logo__link .sticky-logo img {
          max-width: 97px; }
    .site-header.sticky .navigation-menu {
      padding: 4px 0 5px 0; }
      .site-header.sticky .navigation-menu .shipping-notes {
        display: none; }
      .site-header.sticky .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
        font-size: 28px;
        padding-bottom: 0;
        padding: 6px 13px 6px 13px; }
        .site-header.sticky .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon {
          bottom: 2px; }
      .site-header.sticky .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
        margin-top: 4px !important; }
    .site-header.sticky .header-right .navUser {
      margin-top: 0; }
      .site-header.sticky .header-right .navUser .dropdown--quickSearch {
        margin-top: 9px;
        max-height: 650px;
        overflow: auto; }

.mini-container {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px; }

.newsletter-section {
  background-color: #000000;
  padding: 14px 0 13px 0;
  position: relative;
  z-index: 1; }
  .newsletter-section .row {
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0 -10px; }
  .newsletter-section .comm-pad {
    padding: 0 10px; }
  .newsletter-section .sf-news-logo {
    flex: 34% 0 0;
    max-width: 34%;
    display: flex; }
    .newsletter-section .sf-news-logo svg {
      margin-right: 7px;
      width: 43px; }
    .newsletter-section .sf-news-logo h6 {
      font-size: 30px;
      line-height: 1.3;
      font-weight: 500;
      color: #ffffff;
      letter-spacing: 0;
      margin: 0;
      width: calc(100% - 43px);
      /*@include secondory-font;*/
      /*font-family: 'Bebas Neue', sans-serif;*/
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700; }
    .newsletter-section .sf-news-logo .middle-text {
      display: none; }
  .newsletter-section .middle-text {
    flex: 33% 0 0;
    max-width: 33%; }
    .newsletter-section .middle-text h5 {
      margin: 0;
      font-size: 12px;
      line-height: 1.3;
      font-weight: 700;
      color: #ffffff; }
  .newsletter-section .newsletter-form .form {
    margin: 0; }
    .newsletter-section .newsletter-form .form .form-fieldset .form-field {
      margin: 0; }
      .newsletter-section .newsletter-form .form .form-fieldset .form-field .form-prefixPostfix {
        display: flex;
        flex-wrap: nowrap; }
        .newsletter-section .newsletter-form .form .form-fieldset .form-field .form-prefixPostfix .form-input {
          background-color: #717171;
          font-size: 11px;
          color: #fff;
          border-radius: 0;
          border: none;
          font-weight: normal;
          padding: 9px 15px 8px 15px;
          height: 40px;
          width: 230px;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-weight: 500; }
          .newsletter-section .newsletter-form .form .form-fieldset .form-field .form-prefixPostfix .form-input::placeholder {
            color: #fff;
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 11px;
            font-style: italic;
            font-weight: 500; }
        .newsletter-section .newsletter-form .form .form-fieldset .form-field .form-prefixPostfix .button--primary {
          font-size: 24px;
          height: 40px;
          border-radius: 0;
          margin: 0;
          padding: 11px 10px 9px;
          background-color: #882528;
          text-transform: uppercase;
          border: none;
          width: auto;
          font-weight: 500;
          font-family: "Bebas Neue", sans-serif;
          font-weight: 400;
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -ms-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out; }
          .newsletter-section .newsletter-form .form .form-fieldset .form-field .form-prefixPostfix .button--primary:hover {
            background-color: #ffffff;
            color: #882528; }
  .newsletter-section .hbspt-form {
    padding: 0 10px;
    position: relative; }
    @media screen and (max-width: 991px) {
      .newsletter-section .hbspt-form {
        padding: 0 7px; } }
    @media screen and (max-width: 767px) {
      .newsletter-section .hbspt-form {
        max-width: 400px;
        margin: 0 auto;
        width: 100%; } }
    .newsletter-section .hbspt-form form {
      display: flex;
      flex-wrap: nowrap; }
    .newsletter-section .hbspt-form .hs-error-msgs {
      position: absolute;
      bottom: -17px;
      left: 10px;
      color: white;
      margin: 0; }
      @media screen and (max-width: 991px) {
        .newsletter-section .hbspt-form .hs-error-msgs {
          left: 7px; } }
      @media screen and (max-width: 767px) {
        .newsletter-section .hbspt-form .hs-error-msgs {
          bottom: -20px; } }
      .newsletter-section .hbspt-form .hs-error-msgs li {
        font-size: 14px; }
    .newsletter-section .hbspt-form .submitted-message {
      color: white;
      font-size: 14px;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .newsletter-section .hbspt-form .submitted-message {
          text-align: center; } }
      .newsletter-section .hbspt-form .submitted-message p {
        margin-bottom: 0; }
    .newsletter-section .hbspt-form .hs_email {
      flex: 1; }
      .newsletter-section .hbspt-form .hs_email label {
        display: none; }
    .newsletter-section .hbspt-form .hs-input {
      background-color: #717171;
      font-size: 11px;
      color: #fff;
      border-radius: 0;
      border: none;
      font-weight: normal;
      padding: 9px 15px 8px 15px;
      height: 40px;
      width: 230px;
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-weight: 500; }
      @media screen and (max-width: 991px) {
        .newsletter-section .hbspt-form .hs-input {
          width: 100%; } }
      .newsletter-section .hbspt-form .hs-input::placeholder {
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 11px;
        font-style: italic;
        font-weight: 500; }
    .newsletter-section .hbspt-form input[type="submit"] {
      font-size: 24px;
      height: 40px;
      border-radius: 0;
      margin: 0;
      line-height: 1;
      padding: 9px 10px 9px;
      background-color: #882528;
      text-transform: uppercase;
      border: none;
      width: auto;
      font-weight: 500;
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out;
      color: #ffffff; }
      .newsletter-section .hbspt-form input[type="submit"]:hover {
        background-color: #ffffff;
        color: #882528; }

.footer {
  background-color: #f3f3f3;
  padding: 32px 0 15px 0;
  margin: 0 !important; }
  .footer .footer-info .footer-info-col {
    margin-bottom: 57px; }
    .footer .footer-info .footer-info-col .footer-info-heading {
      font-size: 20px;
      line-height: 1.2;
      color: #882528;
      text-transform: uppercase;
      margin-bottom: 10px;
      font-weight: 500;
      /*@include secondory-font;*/
      /*font-family: 'Bebas Neue', sans-serif;*/
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700; }
    .footer .footer-info .footer-info-col .footer-info-list li {
      font-size: 11px;
      line-height: 15px;
      margin-bottom: 12px;
      color: #000000; }
      .footer .footer-info .footer-info-col .footer-info-list li a {
        color: inherit; }
      .footer .footer-info .footer-info-col .footer-info-list li:hover a {
        color: #882528; }
        .footer .footer-info .footer-info-col .footer-info-list li:hover a svg path {
          fill: #882528; }
      .footer .footer-info .footer-info-col .footer-info-list li:last-child {
        margin-bottom: 0; }
    .footer .footer-info .footer-info-col.footer-info-col--small {
      width: 14.5%; }
    .footer .footer-info .footer-info-col[data-section-type="footer-StoreInfo"] {
      width: 30.5%; }
      .footer .footer-info .footer-info-col[data-section-type="footer-StoreInfo"] .footer-info-list li {
        display: flex;
        flex-wrap: wrap; }
        .footer .footer-info .footer-info-col[data-section-type="footer-StoreInfo"] .footer-info-list li .icon {
          margin-right: 6px; }
    .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] .social-icon ul {
      margin: 0;
      display: flex;
      align-items: center; }
      .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] .social-icon ul li {
        margin-right: 27px; }
        .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] .social-icon ul li a {
          display: block; }
          .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] .social-icon ul li a svg {
            display: block; }
            .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] .social-icon ul li a svg path {
              -webkit-transition: all 0.5s ease-out;
              -moz-transition: all 0.5s ease-out;
              -ms-transition: all 0.5s ease-out;
              -o-transition: all 0.5s ease-out;
              transition: all 0.5s ease-out; }
          .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] .social-icon ul li a:hover svg path {
            fill: #882528; }
    .footer .footer-info .footer-info-col:nth-child(2) {
      width: 13.8%; }
    .footer .footer-info .footer-info-col:nth-child(3) {
      width: 16.5%; }
  .footer .footer-copyright .powered-by {
    text-align: center;
    font-size: 9px;
    line-height: 14px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 400; }
    .footer .footer-copyright .powered-by a {
      color: inherit;
      text-decoration: underline; }
      .footer .footer-copyright .powered-by a:hover {
        color: #882528; }
    @media screen and (max-width: 479px) {
      .footer .footer-copyright .powered-by span {
        display: block; } }

/* Category Page */
.body.category-body {
  margin: 0; }
  .body.category-body .breadcrumb:not(:first-child)::before {
    color: #ffffff; }

.collection-banner {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 25px; }
  @media screen and (max-width: 767px) {
    .collection-banner {
      margin-bottom: 20px; } }
  .collection-banner .collection-banner-image {
    position: relative; }
    .collection-banner .collection-banner-image img {
      height: 145px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
    .collection-banner .collection-banner-image:before {
      content: "";
      background-color: #000000;
      width: 100%;
      height: 100%;
      opacity: 0.6;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
  .collection-banner .collection-banner-catpion {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; }
    .collection-banner .collection-banner-catpion [aria-label="Breadcrumb"] {
      width: 100%;
      padding: 20px 30px 0 30px; }
      .collection-banner .collection-banner-catpion [aria-label="Breadcrumb"] ol.breadcrumbs {
        text-align: left; }
        .collection-banner .collection-banner-catpion [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
        .collection-banner .collection-banner-catpion [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span {
          color: #ffffff;
          font-size: 12px; }
    .collection-banner .collection-banner-catpion .page-heading {
      color: #ffffff;
      font-size: 38px;
      line-height: 47px;
      margin-bottom: 20px;
      text-transform: uppercase;
      align-self: flex-end;
      width: 100%;
      font-weight: 700; }

.facetedSearch-clearLink {
  right: 0;
  top: 7px;
  position: static;
  display: flex;
  justify-self: flex-end;
  transform: initial; }
  .facetedSearch-clearLink:hover {
    color: #882528; }

@media screen and (min-width: 992px) and (max-width: 1365px) {
  .page-sidebar {
    width: 30%; } }

@media screen and (min-width: 992px) and (max-width: 1365px) {
  .page-sidebar + .page-content {
    width: 70%; } }

.collection-template {
  padding: 20px 0 95px;
  position: relative; }
  .collection-template .page-sidebar nav {
    padding: 0 70px 0 28px; }
    @media screen and (min-width: 992px) and (max-width: 1365px) {
      .collection-template .page-sidebar nav {
        padding-right: 25px; } }
    .collection-template .page-sidebar nav > .sidebarBlock {
      display: none; }
      .collection-template .page-sidebar nav > .sidebarBlock.facetedSearch {
        display: block;
        margin-top: 0; }
    .collection-template .page-sidebar nav .facetedSearch {
      /*padding-top: 15px;*/
      padding-top: 0;
      border-top: none; }
      .collection-template .page-sidebar nav .facetedSearch .sidebarBlock .sidebarBlock-heading {
        font-size: 26px;
        line-height: 32px;
        /*font-family: 'Bebas Neue', sans-serif;*/
        /*font-family: 'Bebas Neue', sans-serif;*/
        font-family: "Bebas Neue Bold", sans-serif;
        font-weight: 700;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 17px; }
      .collection-template .page-sidebar nav .facetedSearch [data-faceted-search-facet]:hover {
        color: #882528; }
    .collection-template .page-sidebar nav .facetedSearch-navList {
      margin-top: 40px; }
      .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block {
        margin: 0 0 20px 0 !important;
        padding-bottom: 9px;
        border-bottom: 1px solid #c9c9c9; }
        .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation {
          margin: 0 !important;
          flex: 1 0 auto;
          width: auto; }
          .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation .accordion-title {
            font-size: 20px;
            line-height: 35px;
            font-weight: 700;
            text-transform: uppercase;
            color: #000000;
            padding-left: 25px; }
          .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation span .accordion-indicator {
            width: auto;
            height: auto; }
          .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation span:not(.accordion-title) {
            position: absolute; }
        .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content {
          margin: 17px 0 20px 0; }
          .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action {
            margin-bottom: 10px;
            font-size: 14px;
            color: #000000;
            padding-left: 25px;
            font-weight: 400; }
            .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action:before {
              border: 1px solid #707070;
              border-radius: 2px; }
            .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action:hover {
              color: #882528; }
            .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item .navList-action.is-selected {
              padding-right: 22px; }
          .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content .navList .navList-item:last-child .navList-action {
            margin-bottom: 0; }
          .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content #facet-range-form .form-fieldset .form-minMaxRow {
            display: flex;
            flex-wrap: wrap; }
            .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content #facet-range-form .form-fieldset .form-minMaxRow .form-field {
              flex: 37% 0 0;
              max-width: 37%; }
              .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content #facet-range-form .form-fieldset .form-minMaxRow .form-field .form-input {
                width: 68px;
                height: 32px;
                border: 1px solid #707070;
                border-radius: 0;
                color: #777777;
                font-size: 14px;
                font-weight: 400; }
              .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content #facet-range-form .form-fieldset .form-minMaxRow .form-field .button {
                width: 85px;
                height: 36px;
                background-color: #882528;
                color: #ffffff;
                font-size: 14px;
                font-weight: 700;
                border-radius: 0;
                border: none;
                text-transform: uppercase;
                padding: 0; }
                .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content #facet-range-form .form-fieldset .form-minMaxRow .form-field .button:hover {
                  background-color: #000000;
                  color: #ffffff; }
              .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content #facet-range-form .form-fieldset .form-minMaxRow .form-field:nth-child(2) .form-input {
                padding-right: 5px; }
              .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content #facet-range-form .form-fieldset .form-minMaxRow .form-field:last-child {
                flex: 50% 0 0;
                max-width: 50%;
                margin-top: 10px; }
          .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content.facetedSearch-content--rating .navList .navList-item .navList-action {
            padding-left: 0; }
    .collection-template .page-sidebar nav .mobile-filter {
      display: none; }
  .collection-template .page-content {
    padding-right: 25px; }
    .collection-template .page-content .pagination-section {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }

.sorting-pagination {
  margin: 0 0 20px 0; }
  .sorting-pagination .sorting-pagination-inr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 20px 7px 20px;
    background-color: #edebeb; }
  .sorting-pagination .actionBar {
    margin: 0;
    padding: 0 15px 0 0;
    flex: 1 0 auto; }
    .sorting-pagination .actionBar .actionBar-section .form-field {
      margin: 0;
      background-color: transparent;
      border: none;
      margin-bottom: 0; }
      .sorting-pagination .actionBar .actionBar-section .form-field .form-label {
        font-size: 14px;
        color: #000000;
        margin-right: 10px;
        text-transform: uppercase;
        padding: 0;
        font-weight: 500; }
      .sorting-pagination .actionBar .actionBar-section .form-field .form-select {
        border: 2px solid #333333;
        border-radius: 0;
        padding: 5px 10px 7px 14px;
        height: 40px;
        min-width: 180px;
        color: #000000;
        font-style: italic;
        font-size: 14px;
        background-position: right 10px top 14px;
        background-size: 10px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7.41' viewBox='0 0 12 7.41'%3E%3Cpath id='ic_expand_more_24px' d='M16.59,8.59,12,13.17,7.41,8.59,6,10l6,6,6-6Z' transform='translate(-6 -8.59)'/%3E%3C/svg%3E%0A"); }

.pagination {
  padding: 0 0 0 15px; }
  .pagination .pagination-list {
    margin: 0; }
    .pagination .pagination-list .pagination-label {
      color: #000000;
      font-size: 16px;
      font-weight: 400;
      float: left;
      margin-right: 10px; }
    .pagination .pagination-list .pagination-item {
      border: none;
      margin: 0 7px;
      float: none; }
      .pagination .pagination-list .pagination-item .pagination-link {
        color: #000000;
        font-size: 16px;
        font-weight: 500;
        border-radius: 0;
        padding: 3px 2px;
        width: 26px;
        height: 32px;
        line-height: 1.7; }
        .pagination .pagination-list .pagination-item .pagination-link .icon {
          margin: 0; }
        .pagination .pagination-list .pagination-item .pagination-link[aria-label="Next"], .pagination .pagination-list .pagination-item .pagination-link[aria-label="Previous"] {
          height: auto;
          line-height: 0;
          width: auto;
          padding: 0; }
          .pagination .pagination-list .pagination-item .pagination-link[aria-label="Next"] .icon, .pagination .pagination-list .pagination-item .pagination-link[aria-label="Previous"] .icon {
            width: 16px;
            height: 11px; }
      .pagination .pagination-list .pagination-item.pagination-item--current .pagination-link {
        color: #ffffff;
        font-size: 16px;
        font-weight: 500;
        background-color: #882528; }
      .pagination .pagination-list .pagination-item.pagination-item--previous .pagination-link .icon svg {
        transform: rotate(180deg); }

.pagination-section .pagination {
  background-color: #eaeaea;
  padding: 10px 10px 11px; }
  .pagination-section .pagination .pagination-list {
    margin: 0; }

.collection-description {
  margin: 40px auto 80px auto;
  max-width: 60%; }
  .collection-description p {
    font-size: 12px;
    line-height: 20px;
    color: #000000; }

.button:not(.button--icon) {
  background-color: #882528;
  color: #ffffff;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
  padding: 15px 20px;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out; }
  .button:not(.button--icon):hover, .button:not(.button--icon):focus {
    background-color: #000000;
    color: #ffffff; }

.productGrid {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .productGrid .product {
    padding: 20px 17px 26px 17px;
    border-right: 1px solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9; }
    .productGrid .product .card {
      margin: 0; }
      .productGrid .product .card .card-figure {
        padding: 0;
        margin-bottom: 15px; }
        .productGrid .product .card .card-figure .card-figure__link .card-img-container:after {
          padding-bottom: 100%; }
        .productGrid .product .card .card-figure .card-figcaption {
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -ms-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          display: flex;
          justify-content: center; }
          .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body {
            transform: initial;
            top: auto;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-self: center; }
            .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button {
              width: 100%; }
              .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button:not(.button--icon) {
                font-size: 20px;
                padding: 10px 21px 6px;
                line-height: 1;
                font-weight: 700;
                text-transform: uppercase;
                font-family: "Bebas Neue";
                text-align: center; }
                @media screen and (max-width: 374px) {
                  .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button:not(.button--icon) {
                    padding: 10px 18px 6px; } }
              .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button.quickview {
                color: #ffffff;
                background-color: #000000; }
                .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button.quickview:hover, .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button.quickview:focus {
                  color: #ffffff;
                  background-color: #882528; }
              .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"] {
                color: #000000;
                background-color: #dec96f; }
                .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"]:hover, .productGrid .product .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"]:focus {
                  color: #ffffff;
                  background-color: #882528; }
        .productGrid .product .card .card-figure .sale-flag-side,
        .productGrid .product .card .card-figure .sold-out-flag-side {
          bottom: 0px;
          left: 0px;
          top: inherit;
          border-radius: 0;
          padding: 5px 12px;
          height: 25px;
          line-height: 18px;
          /*font-family: 'Bebas Neue', sans-serif;*/
          font-family: "Bebas Neue", sans-serif;
          font-weight: 400;
          font-size: 15px;
          font-weight: 400;
          text-transform: uppercase; }
      .productGrid .product .card .card-body {
        padding: 0; }
        .productGrid .product .card .card-body .card-title {
          color: #000000;
          font-size: 16px;
          line-height: 22px;
          font-weight: 700;
          margin-bottom: 30px;
          min-height: 66px;
          text-transform: capitalize; }
          .productGrid .product .card .card-body .card-title:hover a {
            color: #882528; }
        .productGrid .product .card .card-body .bottom-card {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin: 0 -10px; }
          .productGrid .product .card .card-body .bottom-card .card-review {
            flex: 37% 0 0;
            max-width: 37%;
            padding: 0 10px; }
            .productGrid .product .card .card-body .bottom-card .card-review .rating--small {
              display: block; }
              .productGrid .product .card .card-body .bottom-card .card-review .rating--small > span {
                display: flex; }
              .productGrid .product .card .card-body .bottom-card .card-review .rating--small .icon {
                margin: 0 1px; }
                .productGrid .product .card .card-body .bottom-card .card-review .rating--small .icon svg {
                  display: block; }
          .productGrid .product .card .card-body .bottom-card .card-price {
            flex: 63% 0 0;
            max-width: 63%;
            padding: 0 10px;
            margin: 0; }
            .productGrid .product .card .card-body .bottom-card .card-price .price-section {
              display: inline-block; }
              .productGrid .product .card .card-body .bottom-card .card-price .price-section span {
                display: block; }
                .productGrid .product .card .card-body .bottom-card .card-price .price-section span:not(.price) {
                  display: none; }
                .productGrid .product .card .card-body .bottom-card .card-price .price-section span.price {
                  font-size: 22px;
                  line-height: 27px;
                  font-weight: 400;
                  color: #882528;
                  /*@include secondory-font;*/
                  /*font-family: 'Bebas Neue', sans-serif;*/
                  font-family: "Bebas Neue Bold", sans-serif;
                  font-weight: 700; }
              .productGrid .product .card .card-body .bottom-card .card-price .price-section.non-sale-price--withoutTax .price {
                color: #969696; }
              .productGrid .product .card .card-body .bottom-card .card-price .price-section.rrp-price--withoutTax .price {
                color: #000000; }
    .productGrid .product:nth-child(3n + 0) {
      border-right: none; }
    .productGrid .product:nth-last-child(-n + 2) {
      border-bottom: 1px solid #c9c9c9; }
    .productGrid .product:nth-last-child(-n + 3) {
      border-bottom: none; }

/*Header CC Start*/
.site-header.header-cc .navigation-menu {
  padding: 0; }

.site-header.header-cc .easy-secure-checkout h2 {
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  line-height: 30px; }
  .site-header.header-cc .easy-secure-checkout h2 svg {
    vertical-align: baseline; }
    @media screen and (max-width: 1023px) {
      .site-header.header-cc .easy-secure-checkout h2 svg {
        vertical-align: sub;
        width: 18px;
        display: inline-block; } }
  .site-header.header-cc .easy-secure-checkout h2 span {
    margin-left: 5px; }
    .site-header.header-cc .easy-secure-checkout h2 span b {
      /*font-family: 'Bebas Neue Bold', sans-serif;*/
      /*font-family: 'Bebas Neue', sans-serif;*/
      /*font-family: 'Bebas Neue', sans-serif;*/
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700; }

.site-header.header-cc .navUser-item--account .navUser-or {
  margin: 0; }

.site-header.header-cc .navUser-item--account .navUser-action {
  padding: 0 !important; }

/*Header CC End*/
.cart--custom [data-cart-status] {
  position: absolute;
  top: 20px;
  max-width: 898px;
  padding-right: 28px; }
  @media screen and (max-width: 1365px) {
    .cart--custom [data-cart-status] {
      max-width: 621px;
      padding-right: 21px; } }
  @media screen and (max-width: 1023px) {
    .cart--custom [data-cart-status] {
      max-width: 100%;
      padding-right: 0;
      position: static;
      margin-top: 25px; } }

.cart--custom .underline-link {
  text-decoration: underline; }

.cart--custom .cart-remove {
  background-color: #c9c9c9; }
  .cart--custom .cart-remove svg {
    fill: #fff; }
  .cart--custom .cart-remove:hover {
    background-color: #882528; }

@media (max-width: 767px) {
  .cart--custom .header-cc .row .comm-pad {
    width: auto; }
    .cart--custom .header-cc .row .comm-pad.header-right {
      width: 33%; }
    .cart--custom .header-cc .row .comm-pad.navigation-menu {
      width: 33%; } }

@media (max-width: 767px) {
  .cart--custom .site-header.header-cc .easy-secure-checkout h2 span b {
    display: block; } }

.cart--custom .body {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow-x: hidden;
  min-height: 101vh;
  display: flex; }
  .cart--custom .body .container {
    max-width: 1308px;
    position: static; }
  .cart--custom .body > .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    .cart--custom .body > .container > .page {
      display: flex;
      width: 100%;
      margin: 0; }
      .cart--custom .body > .container > .page > .page-content {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        position: relative; }

.cart--custom .page-heading {
  font-size: 28px;
  font-weight: 700;
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  margin-top: 29px;
  margin-bottom: 3px; }

.cart--custom .cart-header-item {
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 2px; }

.cart--custom .cart-content-left-custom {
  max-width: 898px;
  float: left;
  padding-right: 28px;
  width: 100%;
  position: relative;
  padding-bottom: 62px; }
  .cart--custom .cart-content-left-custom.alert-info-added {
    margin-top: 50px; }
    @media screen and (max-width: 1365px) {
      .cart--custom .cart-content-left-custom.alert-info-added {
        margin-top: 70px; } }
    @media screen and (max-width: 1023px) {
      .cart--custom .cart-content-left-custom.alert-info-added {
        margin-top: 0px; } }
  .cart--custom .cart-content-left-custom .cart-content-padding-right {
    padding-right: 0; }
  .cart--custom .cart-content-left-custom .cp-right-sec-cart-checkout {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding-right: 28px;
    padding-bottom: 10px; }

.cart--custom .cart-right-custom {
  background-color: #f3f3f3;
  max-width: calc(100% - 898px);
  width: 100%;
  float: left;
  padding-left: 36px; }

.cart--custom .cart-totals {
  width: 100%; }

.cart--custom .cart-item-figure {
  width: 140px; }
  .cart--custom .cart-item-figure .cart-item-image {
    max-width: 140px; }

.cart--custom .cart-item-name {
  font-size: 14px;
  font-weight: 700; }
  .cart--custom .cart-item-name + .definitionList {
    font-size: 12px;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .cart--custom .cart-item-name + .definitionList {
        font-size: 11px; } }
  .cart--custom .cart-item-name ~ a[data-item-edit] {
    font-size: 12px;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .cart--custom .cart-item-name ~ a[data-item-edit] {
        font-size: 11px; } }

.cart--custom .cart-item-title + .cart-item-info .cart-item-value {
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px; }

.cart--custom .form-input--incrementTotal {
  width: 43px;
  height: 35px;
  border: 2px solid #333333;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  color: #000; }

.cart--custom .form-increment .button {
  border-color: #eaeaea;
  background-color: #eaeaea;
  border-radius: 0;
  padding: 8.9px 9.5px; }
  .cart--custom .form-increment .button:hover {
    background-color: #333333; }
    .cart--custom .form-increment .button:hover .icon svg rect {
      fill: #fff; }
    .cart--custom .form-increment .button:hover .icon svg path {
      fill: #fff; }
  .cart--custom .form-increment .button i {
    width: 14px;
    height: 14px; }

.cart--custom .cart-item-quantity + .cart-item-info .cart-item-value {
  font-size: 24px;
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  font-weight: 700;
  /*font-weight: 500;*/
  color: #000000;
  -webkit-font-smoothing: auto; }

.cart--custom .cart-remove {
  margin-top: 0.54286rem; }

.cart--custom .page-heading {
  text-align: left; }

.cart--custom .cart-right-custom {
  position: relative;
  padding-top: 73px; }
  .cart--custom .cart-right-custom .cart-content-padding-right {
    padding-right: 0; }
  .cart--custom .cart-right-custom .order-summary {
    font-size: 18px;
    font-weight: 700;
    /*font-family: 'Bebas Neue', sans-serif;*/
    /*font-family: 'Bebas Neue Bold', sans-serif;*/
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: "Bebas Neue Bold", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #000000;
    padding-bottom: 2px;
    margin-bottom: 0; }
  .cart--custom .cart-right-custom::after {
    content: "";
    display: block;
    right: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f3f3f3;
    left: 100%;
    width: 10000px; }
  .cart--custom .cart-right-custom .cart-actions .button {
    width: 100%;
    /*font-family: 'Bebas Neue Bold', sans-serif;*/
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: "Bebas Neue Bold", sans-serif;
    font-weight: 700;
    font-size: 26px;
    padding: 16.8px 20px;
    background-color: #dec96f;
    color: #000000; }
    .cart--custom .cart-right-custom .cart-actions .button svg {
      margin-right: 4px; }
    .cart--custom .cart-right-custom .cart-actions .button:hover {
      background-color: #f4dd7d;
      color: #000; }

.cart--custom .estimator-form dl {
  margin-bottom: 0; }

.cart--custom .cart-totals {
  margin-bottom: 21px; }
  .cart--custom .cart-totals .cart-total-label {
    font-size: 14px;
    color: #000000;
    font-weight: 700; }
  .cart--custom .cart-totals .cart-total-label,
  .cart--custom .cart-totals .cart-total-value {
    text-transform: uppercase; }
  .cart--custom .cart-totals .cart-total-value > button {
    font-size: 14px;
    color: #000000;
    font-style: normal; }
    .cart--custom .cart-totals .cart-total-value > button:hover {
      color: #882528; }
  .cart--custom .cart-totals .cart-total-grandTotal {
    /*font-family: 'Bebas Neue Bold', sans-serif;*/
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: "Bebas Neue Bold", sans-serif;
    font-weight: 700;
    color: #882528;
    font-size: 32px;
    line-height: 31px; }
  .cart--custom .cart-totals .form .form-input,
  .cart--custom .cart-totals .form .form-select {
    font-size: 14px;
    color: #404040;
    font-style: italic;
    height: 40px;
    border-radius: 0;
    text-transform: capitalize;
    padding-right: 26px; }
  .cart--custom .cart-totals .form .form-select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(0, 0, 0, 1)' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.35714rem center;
    background-size: 24px 24px; }
  .cart--custom .cart-totals .form .form-label {
    font-size: 13px;
    color: #404040;
    text-transform: capitalize; }
  .cart--custom .cart-totals .form .form-input::placeholder {
    color: #404040; }
  .cart--custom .cart-totals .form dd {
    width: 60.55%; }

.cart--custom .cart-subtotal-cust .cart-total-value {
  font-size: 24px;
  color: #000000;
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  line-height: 30px; }

.cart--custom .estimator-form-label .form-label {
  font-size: 13px;
  color: #404040; }

.cart--custom .estimator-form-input .form-input,
.cart--custom .estimator-form-input .form-select {
  border-color: #333333;
  border-radius: 0; }

.cart--custom .cart-total + .cart-total {
  border: none; }

.cart--custom .cart-total-label,
.cart--custom .cart-total-value {
  padding: 0.8rem 0; }

.cart--custom .estimator-form .button--primary {
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-weight: 700;
  max-width: 190px;
  width: 100%;
  padding: 14px 10px 12px;
  background-color: #000000;
  color: #fff; }
  .cart--custom .estimator-form .button--primary:hover {
    background-color: #882528; }

.cart--custom .shipping-quotes .button.select-shipping-quote {
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-weight: 700;
  max-width: 190px;
  width: 100%;
  padding: 14px 10px 12px;
  background-color: #000000;
  color: #ffffff; }
  .cart--custom .shipping-quotes .button.select-shipping-quote:hover {
    background-color: #882528; }

.cart--custom .coupon-code .button,
.cart--custom .gift-certificate-code .button {
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 0 11px;
  margin-left: 8px;
  /*width: 67px;*/
  width: 20.75%;
  background-color: #000000;
  color: #ffffff; }
  .cart--custom .coupon-code .button:hover,
  .cart--custom .gift-certificate-code .button:hover {
    background-color: #882528; }

.cart--custom .cart-grand-total-cust {
  border-bottom: 1px solid #000 !important; }

.cart--custom .payment-icons-cust {
  margin-top: 10px;
  text-align: center; }

.cart--custom .paypal-buttons-container .braintree-paypal-button.paypal-smart-buttons {
  width: 100%;
  max-width: 100%;
  margin-top: 0; }

.cart--custom .or-use-label {
  text-align: center !important; }

.cart--custom .cart-list {
  border-top-color: #000000; }

.cart--custom .keep-shopping-btn {
  font-size: 18px;
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  color: #000000;
  border: 1px solid #000000;
  padding: 8px 26px 7px;
  display: inline-block;
  margin-bottom: 65px; }
  .cart--custom .keep-shopping-btn svg {
    margin-right: 5px; }
  .cart--custom .keep-shopping-btn:hover {
    background-color: #000000;
    border-color: #000000;
    color: #fff; }
    .cart--custom .keep-shopping-btn:hover svg path {
      fill: #fff; }

.cart--custom .shipping-estimator {
  padding-left: 10px; }

.cart--custom .coupon-form .form-input,
.cart--custom .cart-gift-certificate-form .form-input {
  width: calc(79.25% - 8px); }

.cart--custom .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action,
.cart--custom .site-header .header-right .navUser .navUser-section .navUser-item .navUser-or {
  font-size: 12px;
  font-weight: 700; }

.cart--custom .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action {
  text-decoration: underline;
  text-transform: capitalize;
  position: static; }

.cart--custom .site-header .header-right .navUser .navUser-section .navUser-item .navUser-or {
  padding: 0 5px; }

.cart--custom .site-header .navigation-menu .shipping-notes {
  margin-bottom: 12px; }

.cart--custom .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account {
  align-items: center;
  display: flex; }

.cart--custom .site-header.header-cc .navUser-item--account .navUser-or {
  text-decoration: underline; }

@media screen and (max-width: 767px) {
  .cart--custom .site-header .site-logo .header-logo .header-logo__link img {
    max-width: 97px;
    max-height: initial; } }

.cart--custom .account-logo {
  margin-right: 10px; }
  .cart--custom .account-logo svg {
    display: inline-block;
    vertical-align: middle; }

.cart-checkout-usps {
  display: flex;
  flex-direction: row;
  margin-bottom: 145px; }
  .cart-checkout-usps .usp-listing {
    margin: 0 43px;
    max-width: 234px;
    min-width: 165px; }
    .cart-checkout-usps .usp-listing .usp-logo {
      text-align: center;
      height: 39px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px; }
    .cart-checkout-usps .usp-listing h2 {
      font-size: 15px;
      line-height: 19px;
      color: #000000;
      font-weight: 700;
      text-align: center;
      height: 38px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .cart-checkout-usps .usp-listing .usp-more-details p {
      font-size: 12px;
      font-weight: 400;
      color: #404040;
      margin-bottom: 0;
      text-align: center; }

.cp-right-sec-cart-checkout {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cp-right-sec-cart-checkout .cp-right-txt p {
    margin-bottom: 0;
    font-size: 9px;
    line-height: 11px;
    color: #000000;
    letter-spacing: 2.6px; }

.mobile-cart-footer {
  display: none; }
  .mobile-cart-footer .cp-right-sec-cart-checkout {
    display: none; }

.navUser-item--account-mob {
  display: none !important; }

@media (min-width: 1025px) {
  .cart-item .cart-item-block {
    padding-top: 13px;
    vertical-align: top; } }

.cart--custom .body > .container > .page > .page-content.coloumn-content {
  flex-direction: column;
  justify-content: space-between; }
  .cart--custom .body > .container > .page > .page-content.coloumn-content [data-cart-status] {
    display: none; }

.cart-empty-box {
  padding-top: 30px;
  text-align: center; }
  .cart-empty-box + .cp-right-sec-cart-checkout {
    width: 100%; }

.mobile-cart-footer.show-content {
  display: flex !important;
  max-width: 1006px;
  padding: 0 15px;
  margin: 0 auto;
  flex-wrap: wrap; }
  .mobile-cart-footer.show-content .cart-checkout-usps {
    width: 100%;
    justify-content: center;
    margin-bottom: 50px; }
  .mobile-cart-footer.show-content .cp-right-sec-cart-checkout {
    display: flex;
    width: 100%;
    padding-bottom: 15px; }

.cart-body .body {
  min-height: calc(100vh - 332px); }

@media (min-width: 992px) {
  .cart-header .cart-header-quantity + .cart-header-item {
    padding-right: 48px; } }

@media (min-width: 1024px) {
  .cart-header .cart-header-quantity + .cart-header-item {
    padding-right: 32px; } }

#zoid-paypal-buttons-uid_f59834b8cb_mta6mje6mju {
  z-index: 0; }

.select-shipping-quote {
  width: 100%;
  text-transform: uppercase; }

.shipping-estimate-value:hover {
  color: #882528; }

.cart--custom.sticky .site-header.sticky {
  z-index: 110; }
  .cart--custom.sticky .site-header.sticky .easy-secure-checkout h2 {
    margin-bottom: 0; }

.estimator-form--default ul {
  margin-left: 0; }

#cart-preview-dropdown {
  width: 320px;
  top: 30px !important;
  right: -6px; }

.previewCartAction .button {
  padding: 9px 5px;
  font-size: 14px; }

.cart-additionalCheckoutButtons .FloatRight p,
.previewCart-additionalCheckoutButtons .FloatRight p {
  text-align: center; }

.previewCartItem-name > a:hover {
  color: #882528; }

/* Product Template */
.product-wrapper {
  width: 100%;
  max-width: 1340px;
  padding: 0 15px;
  margin: 0 auto; }

.breadcrumbs-area .breadcrumbs {
  margin-bottom: 20px;
  text-align: left; }
  .breadcrumbs-area .breadcrumbs .breadcrumb a {
    color: #000000;
    font-size: 12px;
    line-height: 1; }
  .breadcrumbs-area .breadcrumbs .breadcrumb:not(:first-child)::before {
    content: ">";
    border: none;
    transform: rotate(0);
    height: auto;
    width: auto;
    margin: 0 3px;
    font-size: 12px; }

.product--custom.has-activeModal .modal-background {
  background-color: rgba(0, 0, 0, 0.6); }

.product-template {
  margin: 20px 0 80px 0; }
  .product-template .productView {
    padding: 0;
    margin: 0 -15px; }
    .product-template .productView .productView-images {
      padding: 0 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      margin: 0 -10px;
      width: 58.3%; }
      .product-template .productView .productView-images .productView-thumbnails.desktop-view {
        flex: 120px 0 0;
        max-width: 120px;
        padding: 0 10px; }
        .product-template .productView .productView-images .productView-thumbnails.desktop-view .slick-list {
          margin: 35px 0 10px 0; }
        .product-template .productView .productView-images .productView-thumbnails.desktop-view .productView-thumbnail {
          width: 100% !important;
          padding: 0 !important;
          border: none;
          margin-bottom: 10px; }
          .product-template .productView .productView-images .productView-thumbnails.desktop-view .productView-thumbnail .productView-thumbnail-link {
            height: 100px;
            padding: 0;
            max-width: 102px;
            width: 100%;
            box-sizing: border-box;
            /*border: none;*/
            border: 1px solid transparent; }
            .product-template .productView .productView-images .productView-thumbnails.desktop-view .productView-thumbnail .productView-thumbnail-link img {
              object-fit: cover;
              width: 100%; }
            .product-template .productView .productView-images .productView-thumbnails.desktop-view .productView-thumbnail .productView-thumbnail-link.is-active, .product-template .productView .productView-images .productView-thumbnails.desktop-view .productView-thumbnail .productView-thumbnail-link:hover {
              border: 1px solid #000; }
        .product-template .productView .productView-images .productView-thumbnails.desktop-view .slick-arrow {
          position: absolute;
          bottom: -20px;
          top: inherit;
          transform: rotate(90deg) translate(0, 100%);
          left: 50%;
          right: inherit;
          background-color: transparent;
          border: none;
          padding: 0;
          width: 22px;
          height: 14px; }
          .product-template .productView .productView-images .productView-thumbnails.desktop-view .slick-arrow.slick-prev {
            position: absolute;
            transform: rotate(90deg) translate(0, 100%);
            left: 50%;
            right: inherit;
            top: 10px; }
            .product-template .productView .productView-images .productView-thumbnails.desktop-view .slick-arrow.slick-prev:before {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.991' height='13.58' viewBox='0 0 21.991 13.58'%3E%3Cpath id='ic_expand_more_24px' d='M19.407,0,11,8.393,2.584,0,0,2.584l11,11,11-11Z' fill='%23882528'/%3E%3C/svg%3E%0A");
              width: 22px;
              height: 14px;
              transform: rotate(90deg);
              background-position: center; }
          .product-template .productView .productView-images .productView-thumbnails.desktop-view .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.991' height='13.58' viewBox='0 0 21.991 13.58'%3E%3Cpath id='ic_expand_more_24px' d='M19.407,0,11,8.393,2.584,0,0,2.584l11,11,11-11Z' fill='%23882528'/%3E%3C/svg%3E%0A");
            width: 22px;
            height: 14px;
            transform: rotate(-90deg);
            background-position: center; }
          .product-template .productView .productView-images .productView-thumbnails.desktop-view .slick-arrow .carousel-tooltip {
            display: none; }
          .product-template .productView .productView-images .productView-thumbnails.desktop-view .slick-arrow.slick-disabled {
            opacity: 1 !important; }
            .product-template .productView .productView-images .productView-thumbnails.desktop-view .slick-arrow.slick-disabled:before {
              opacity: 1 !important; }
      .product-template .productView .productView-images .productView-thumbnails.mobile-view {
        display: none; }
      .product-template .productView .productView-images .productView-image {
        flex: calc(100% - 120px);
        max-width: calc(100% - 120px);
        padding: 0 10px;
        margin: 0; }
        .product-template .productView .productView-images .productView-image .productView-img-container {
          max-width: 600px; }
          .product-template .productView .productView-images .productView-image .productView-img-container:after {
            padding-bottom: 100% !important; }
        .product-template .productView .productView-images .productView-image .zoom-icon {
          background-color: #f3f3f3;
          width: 50px;
          height: 50px;
          position: absolute;
          right: 0;
          bottom: 0;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1; }
        .product-template .productView .productView-images .productView-image .product-badges .sold-out-flag-side,
        .product-template .productView .productView-images .productView-image .product-badges .sale-flag-side {
          right: 0px;
          left: inherit;
          top: 0;
          border-radius: 0;
          padding: 8px 18px;
          height: 42px;
          line-height: 1.2;
          /*font-family: "Bebas Neue", sans-serif;*/
          font-family: "Bebas Neue", sans-serif;
          font-weight: 400;
          font-size: 25px;
          font-weight: 400;
          text-transform: uppercase; }
    .product-template .productView .productView-details {
      padding: 0 20px;
      width: 41.3%; }
      .product-template .productView .productView-details.product-data .productView-product {
        border-bottom: 2px solid #000000;
        padding-bottom: 10px; }
        .product-template .productView .productView-details.product-data .productView-product .productView-title {
          margin: 0 0 20px;
          font-size: 32px;
          line-height: 40px;
          font-weight: 700; }
        .product-template .productView .productView-details.product-data .productView-product .productView-rating {
          font-size: 14px;
          color: #000000; }
          .product-template .productView .productView-details.product-data .productView-product .productView-rating .productView-reviewLink {
            font-size: 12px;
            color: #000000;
            text-decoration: underline;
            margin-left: 12px; }
            .product-template .productView .productView-details.product-data .productView-product .productView-rating .productView-reviewLink:hover {
              color: #882528; }
      .product-template .productView .productView-details.product-options .productView-options {
        margin: 0; }
        .product-template .productView .productView-details.product-options .productView-options .productView-info {
          margin: 10px 0 25px 0; }
          .product-template .productView .productView-details.product-options .productView-options .productView-info .productView-info-name,
          .product-template .productView .productView-details.product-options .productView-options .productView-info .productView-info-value {
            text-transform: uppercase;
            font-size: 16px;
            line-height: 35px;
            margin: 0; }
            .product-template .productView .productView-details.product-options .productView-options .productView-info .productView-info-name:first-child,
            .product-template .productView .productView-details.product-options .productView-options .productView-info .productView-info-value:first-child {
              margin: 0; }
          .product-template .productView .productView-details.product-options .productView-options .productView-info .productView-info-name {
            margin-right: 5px !important;
            float: left;
            font-weight: 700; }
        .product-template .productView .productView-details.product-options .productView-options .productView-price {
          font-size: 36px;
          display: flex;
          align-items: baseline;
          flex-wrap: wrap; }
          .product-template .productView .productView-details.product-options .productView-options .productView-price .price-section > span {
            display: none !important;
            /*font-family: 'Bebas Neue', sans-serif;*/
            /*font-family: 'Bebas Neue', sans-serif;*/
            font-family: "Bebas Neue Bold", sans-serif;
            font-weight: 700;
            font-weight: 400; }
          .product-template .productView .productView-details.product-options .productView-options .productView-price .price-section .price {
            display: block !important;
            line-height: 37px;
            color: #882528; }
          .product-template .productView .productView-details.product-options .productView-options .productView-price .price-section.rrp-price--withoutTax .price {
            color: #000000 !important; }
          .product-template .productView .productView-details.product-options .productView-options .productView-price .price-section.non-sale-price--withoutTax .price, .product-template .productView .productView-details.product-options .productView-options .productView-price .price-section.rrp-price--withoutTax .price {
            font-size: 22px;
            color: #969696 !important;
            margin-right: 5px; }
          .product-template .productView .productView-details.product-options .productView-options .productView-price .price-section.price-section--saving {
            margin-left: 5px;
            display: flex;
            font-size: 17px; }
        .product-template .productView .productView-details.product-options .productView-options .price-button-area {
          width: 100%;
          position: relative; }
          .product-template .productView .productView-details.product-options .productView-options .price-button-area .form {
            width: 100%;
            margin: 0 20px 0 0; }
            .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .form-field .form-label {
              color: #000000; }
              .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .form-field .form-label small {
                color: #000000; }
            .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .form-field .form-option-wrapper .form-option {
              border-color: #000;
              color: #000;
              outline: none !important; }
            .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper {
              display: flex;
              width: 100%; }
              .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-field--increments {
                margin: 0 6px 0 0;
                width: auto; }
                .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-field--increments .form-label--alternate {
                  display: none; }
                .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-field--increments .button--icon {
                  display: none; }
              .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment {
                margin: 0; }
                .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .button--icon {
                  border: none;
                  border-radius: 0; }
                  .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .button--icon .icon {
                    display: flex;
                    display: -webkit-flex;
                    align-items: center;
                    -webkit-align-items: center;
                    justify-content: center;
                    -webkit-justify-content: center; }
                    .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .button--icon .icon svg {
                      fill: #000; }
                  .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .button--icon.button-icon-minus svg {
                    width: 10px;
                    height: 10px; }
                  .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .button--icon.button-icon-plus svg {
                    width: 10px;
                    height: 10px; }
                .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .form-input--incrementTotal {
                  font-size: 18px;
                  font-weight: 400;
                  padding: 11px 5px;
                  width: 60px;
                  height: 54px;
                  border: 2px solid #333333;
                  border-radius: 0;
                  color: #000000;
                  font-family: "Montserrat", sans-serif;
                  font-weight: 400; }
              .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action {
                border: 1px solid #dec96f;
                background-color: #dec96f;
                border-radius: 0;
                margin: 0;
                padding: 14px 45px 10px 45px;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: center;
                justify-content: center;
                width: auto;
                /*font-family: 'Bebas Neue', sans-serif;*/
                font-family: "Bebas Neue", sans-serif;
                font-weight: 400;
                font-weight: 400;
                transition: all 0.5s ease-out;
                height: 54px; }
                .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action .form-icon {
                  margin-right: 6px; }
                .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action .button--primary {
                  background-color: transparent;
                  color: #000;
                  font-size: 26px;
                  padding: 0;
                  line-height: 1;
                  margin: 0;
                  margin-right: 10px;
                  /*font-family: 'Bebas Neue', sans-serif;*/
                  /*font-family: 'Bebas Neue Bold', sans-serif;*/
                  /*font-family: 'Bebas Neue', sans-serif;*/
                  font-family: "Bebas Neue Bold", sans-serif;
                  font-weight: 700;
                  font-weight: 400; }
                .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action:hover {
                  background-color: #f4dd7d;
                  color: #000;
                  border-color: #f4dd7d; }
                  .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action:hover .button--primary {
                    background-color: #f4dd7d;
                    color: #000; }
            .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .cart-button-wishlist-button {
              width: calc(100% - 62px); }
          .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box {
            display: flex;
            position: absolute;
            bottom: 20px;
            width: 34%;
            right: 0; }
            .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box .dropdown-menu-button {
              background-color: transparent;
              color: #000;
              font-size: 18px;
              margin: 0;
              padding: 19px 0 19px 20px;
              display: flex;
              align-items: center;
              /*font-family: 'Bebas Neue', sans-serif;*/
              /*font-family: 'Bebas Neue Bold', sans-serif;*/
              /*font-family: 'Bebas Neue', sans-serif;*/
              font-family: "Bebas Neue Bold", sans-serif;
              font-weight: 700; }
              .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box .dropdown-menu-button.is-open .icon {
                transform: rotate(180deg); }
              .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box .dropdown-menu-button:hover {
                color: #882528; }
            .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box #wishlist-dropdown.is-open {
              padding: 0; }
              .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box #wishlist-dropdown.is-open li {
                border-bottom: 1px solid #000; }
                .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box #wishlist-dropdown.is-open li .button {
                  background-color: #882528;
                  font-size: 18px;
                  line-height: 1;
                  padding: 14px 8px;
                  /*font-family: "Bebas Neue", sans-serif;*/
                  /*font-family: "Bebas Neue Bold", sans-serif;*/
                  /*font-family: 'Bebas Neue', sans-serif;*/
                  font-family: "Bebas Neue Bold", sans-serif;
                  font-weight: 700; }
                  .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box #wishlist-dropdown.is-open li .button:hover {
                    background-color: #000000;
                    color: #ffffff; }
          .product-template .productView .productView-details.product-options .productView-options .price-button-area .form-wishlist {
            margin: 0;
            width: auto; }
            .product-template .productView .productView-details.product-options .productView-options .price-button-area .form-wishlist .dropdown-menu.f-open-dropdown {
              background-color: #882528; }
          .product-template .productView .productView-details.product-options .productView-options .price-button-area .button-qty-wishlist {
            display: flex;
            align-items: center; }

.related-products {
  padding: 40px 0 0;
  display: inline-block;
  width: 100%; }
  .related-products .product-section-title {
    color: #882528;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #000; }
  .related-products .productCarousel-list .productCarousel-slide {
    padding: 20px 17px 26px 17px;
    border-right: 1px solid #c9c9c9;
    width: 25%; }
    .related-products .productCarousel-list .productCarousel-slide .card {
      margin: 0; }
      .related-products .productCarousel-list .productCarousel-slide .card .card-figure {
        padding: 0;
        margin-bottom: 15px; }
        .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figure__link .card-img-container:after {
          padding-bottom: 100%; }
        .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption {
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -ms-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          display: flex;
          justify-content: center; }
          .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body {
            transform: initial;
            top: auto;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-self: center; }
            .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button {
              width: 100%; }
              .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button:not(.button--icon) {
                font-size: 20px;
                padding: 10px 21px 6px;
                line-height: 1;
                font-weight: 700;
                text-transform: uppercase;
                font-family: "Bebas Neue";
                text-align: center; }
                @media screen and (max-width: 374px) {
                  .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button:not(.button--icon) {
                    padding: 10px 18px 6px; } }
              .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button.quickview {
                color: #ffffff;
                background-color: #000000; }
                .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button.quickview:hover, .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button.quickview:focus {
                  color: #ffffff;
                  background-color: #882528; }
              .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"] {
                color: #000000;
                background-color: #dec96f; }
                .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"]:hover, .related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"]:focus {
                  color: #ffffff;
                  background-color: #882528; }
        .related-products .productCarousel-list .productCarousel-slide .card .card-figure .sale-flag-side,
        .related-products .productCarousel-list .productCarousel-slide .card .card-figure .sold-out-flag-side {
          bottom: 0px;
          left: 0px;
          top: inherit;
          border-radius: 0;
          padding: 5px 12px;
          height: 32px;
          line-height: 1.2;
          /*font-family: 'Bebas Neue', sans-serif;*/
          font-family: "Bebas Neue", sans-serif;
          font-weight: 400;
          font-size: 20px;
          font-weight: 400;
          text-transform: uppercase; }
      .related-products .productCarousel-list .productCarousel-slide .card .card-body {
        padding: 0; }
        .related-products .productCarousel-list .productCarousel-slide .card .card-body .card-title {
          color: #000000;
          font-size: 16px;
          line-height: 22px;
          font-weight: 700;
          margin-bottom: 30px;
          min-height: 66px;
          text-transform: capitalize;
          text-align: left; }
          .related-products .productCarousel-list .productCarousel-slide .card .card-body .card-title:hover a {
            color: #882528; }
        .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin: 0 -10px; }
          .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-review {
            flex: 37% 0 0;
            max-width: 37%;
            padding: 0 10px; }
            .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small {
              display: block; }
              .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small > span {
                display: flex; }
              .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small .icon {
                margin: 0 1px; }
                .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small .icon svg {
                  display: block; }
          .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price {
            flex: 63% 0 0;
            max-width: 63%;
            padding: 0 10px;
            margin: 0;
            text-align: left; }
            .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section {
              display: inline-block; }
              .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section span {
                display: block; }
                .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section span:not(.price) {
                  display: none; }
                .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section span.price {
                  font-size: 22px;
                  line-height: 27px;
                  font-weight: 400;
                  color: #000000;
                  /*@include secondory-font;*/
                  /*font-family: 'Bebas Neue', sans-serif;*/
                  font-family: "Bebas Neue Bold", sans-serif;
                  font-weight: 700; }
              .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section.non-sale-price--withoutTax .price {
                color: #969696; }
              .related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section.rrp-price--withoutTax .price {
                color: #969696; }
    .related-products .productCarousel-list .productCarousel-slide:last-child {
      border-right: none; }
  .related-products .slick-dots {
    display: none !important; }
  .related-products .slick-arrow:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.991' height='13.58' viewBox='0 0 21.991 13.58'%3E%3Cpath id='ic_expand_more_24px' d='M19.407,0,11,8.393,2.584,0,0,2.584l11,11,11-11Z' fill='%23882528'/%3E%3C/svg%3E%0A"); }
  .related-products .slick-arrow.slick-prev:before {
    transform: rotate(90deg); }
  .related-products .slick-arrow.slick-next:before {
    transform: rotate(-90deg); }
  .related-products .slick-arrow .carousel-tooltip {
    display: none; }

.custom-related-products {
  padding: 25px 0;
  display: inline-block;
  width: 100%; }
  .custom-related-products .container {
    padding: 0 20px; }
  .custom-related-products .product-section-title {
    color: #882528;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #000; }
  .custom-related-products .productCarousel-list .productCarousel-slide {
    padding: 0px 17px 26px 17px;
    border-right: 1px solid #c9c9c9;
    width: 25%; }
    .custom-related-products .productCarousel-list .productCarousel-slide .card {
      margin: 0; }
      .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure {
        padding: 0;
        margin-bottom: 15px; }
        .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figure__link .card-img-container:after {
          padding-bottom: 100%; }
        .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption {
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -ms-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          display: flex;
          justify-content: center; }
          .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body {
            transform: initial;
            top: auto;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-self: center; }
            .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button {
              width: 100%; }
              .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button:not(.button--icon) {
                font-size: 20px;
                padding: 10px 21px 6px;
                line-height: 1;
                font-weight: 700;
                text-transform: uppercase;
                font-family: "Bebas Neue";
                text-align: center; }
                @media screen and (max-width: 374px) {
                  .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button:not(.button--icon) {
                    padding: 10px 18px 6px; } }
              .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button.quickview {
                color: #ffffff;
                background-color: #000000; }
                .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button.quickview:hover, .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button.quickview:focus {
                  color: #ffffff;
                  background-color: #882528; }
              .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"] {
                color: #000000;
                background-color: #dec96f; }
                .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"]:hover, .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"]:focus {
                  color: #ffffff;
                  background-color: #882528; }
        .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .sale-flag-side,
        .custom-related-products .productCarousel-list .productCarousel-slide .card .card-figure .sold-out-flag-side {
          bottom: 0px;
          left: 0px;
          top: inherit;
          border-radius: 0;
          padding: 5px 12px;
          height: 32px;
          line-height: 1.2;
          /*font-family: 'Bebas Neue', sans-serif;*/
          font-family: "Bebas Neue", sans-serif;
          font-weight: 400;
          font-size: 20px;
          font-weight: 400;
          text-transform: uppercase; }
      .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body {
        padding: 0; }
        .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .card-title {
          color: #000000;
          font-size: 12px;
          line-height: 17px;
          font-weight: 700;
          margin-bottom: 30px;
          min-height: 66px;
          text-transform: uppercase;
          text-align: left; }
          .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .card-title:hover a {
            color: #882528; }
        .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin: 0 -10px; }
          .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-review {
            flex: 37% 0 0;
            max-width: 37%;
            padding: 0 10px; }
            .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small {
              display: block; }
              .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small > span {
                display: flex; }
              .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small .icon {
                margin: 0 1px; }
                .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small .icon svg {
                  display: block; }
          .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price {
            flex: 63% 0 0;
            max-width: 63%;
            padding: 0 10px;
            margin: 0;
            text-align: left; }
            .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section {
              display: inline-block; }
              .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section span {
                display: block; }
                .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section span:not(.price) {
                  display: none; }
                .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section span.price {
                  font-size: 16px;
                  line-height: 18px;
                  font-weight: 400;
                  color: #000000;
                  /*@include secondory-font;*/
                  /*font-family: 'Bebas Neue', sans-serif;*/
                  font-family: "Bebas Neue Bold", sans-serif;
                  font-weight: 700; }
              .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section.non-sale-price--withoutTax .price {
                color: #969696; }
              .custom-related-products .productCarousel-list .productCarousel-slide .card .card-body .bottom-card .card-price .price-section.rrp-price--withoutTax .price {
                color: #969696; }
    .custom-related-products .productCarousel-list .productCarousel-slide:last-child {
      border-right: none; }
  .custom-related-products .slick-dots {
    display: none !important; }
  .custom-related-products .slick-arrow:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.991' height='13.58' viewBox='0 0 21.991 13.58'%3E%3Cpath id='ic_expand_more_24px' d='M19.407,0,11,8.393,2.584,0,0,2.584l11,11,11-11Z' fill='%23882528'/%3E%3C/svg%3E%0A"); }
  .custom-related-products .slick-arrow.slick-prev:before {
    transform: rotate(90deg); }
  .custom-related-products .slick-arrow.slick-next:before {
    transform: rotate(-90deg); }
  .custom-related-products .slick-arrow .carousel-tooltip {
    display: none; }

.product-top-section {
  margin-bottom: 60px; }

.product-middle-section {
  display: inline-block;
  width: 100%;
  padding: 30px 0 40px 0;
  background-color: #f3f3f3; }
  .product-middle-section .productView-description {
    margin: 0;
    padding: 0 4px 0 0; }
    .product-middle-section .productView-description .product-descriptions .p-accord-block {
      padding-bottom: 40px; }
      .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content {
        display: none; }
      .product-middle-section .productView-description .product-descriptions .p-accord-block.product-description .p-accord-content {
        display: block; }
      .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-title {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 700;
        text-transform: uppercase;
        color: #882528;
        margin-bottom: 0px;
        padding-bottom: 9px;
        letter-spacing: 0;
        border-bottom: 1px solid #000000;
        cursor: pointer;
        position: relative; }
        .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-title .accord-icon {
          position: absolute;
          right: 0;
          top: 0; }
          .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-title .accord-icon.icon-minus {
            display: none; }
        .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-title.active .accord-icon.icon-plus {
          display: none; }
        .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-title.active .accord-icon.icon-minus {
          display: block; }
          .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-title.active .accord-icon.icon-minus svg {
            position: relative;
            bottom: 4px; }
      .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content {
        margin-top: 20px; }
        .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content p {
          font-size: 14px;
          line-height: 22px;
          color: #000; }
          .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content p:last-child {
            margin-bottom: 0; }
        .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content iframe {
          width: 100%; }
        .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content .total-review h6 {
          font-size: 24px;
          color: #000000;
          margin-bottom: 10px;
          text-transform: capitalize;
          font-weight: 700; }
        .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content .productReviews {
          border: none; }
          .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content .productReviews .productReviews-list .productReview {
            width: 67%; }
            .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content .productReviews .productReviews-list .productReview .sticky .productReview-title {
              font-weight: 700;
              font-size: 16px;
              line-height: 1;
              margin-bottom: 5px;
              color: #000000; }
            .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content .productReviews .productReviews-list .productReview .sticky .productReview-author {
              margin-bottom: 20px;
              color: #999999;
              font-size: 12px;
              line-height: 1.5; }
        .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content ul li {
          list-style: disc; }
      .product-middle-section .productView-description .product-descriptions .p-accord-block:last-child {
        padding-bottom: 0; }
      .product-middle-section .productView-description .product-descriptions .p-accord-block.product-video {
        display: block; }
        .product-middle-section .productView-description .product-descriptions .p-accord-block.product-video .p-accord-content .videoGallery-list .videoGallery-item:first-child:last-child {
          display: none; }

.productView-options .form-field {
  margin-bottom: 20px; }

.modal-content .modal-header {
  background-color: #f3f3f3; }

.modal-header-title {
  color: #882528;
  font-weight: 600; }

.modal-close {
  color: #000; }

.form-label {
  color: #000; }

.form-select,
.form-input {
  border-radius: 0;
  border-color: #000;
  color: #000; }

.modal-content .button:not(.button--icon) {
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding: 15px 20px 13px 20px; }

.writeReview-productDetails .product-title,
.previewCart .productView-title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700; }

.productView-price {
  font-size: 24px;
  line-height: 37px;
  color: #882528;
  font-weight: 600; }

.modal .productView {
  width: 70%; }

.previewCartCheckout {
  width: 30%; }

.modal .productView {
  display: flex;
  flex-direction: unset; }

.cart--custom .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action:hover {
  color: #810100; }

.product-middle-section .product-wrapper {
  max-width: 1130px; }

.search--custom .body {
  /*margin-top: 1.5rem;*/ }
  @media screen and (max-width: 991px) {
    .search--custom .body {
      /*margin-top: 5rem;*/ } }
  @media screen and (max-width: 767px) {
    .search--custom .body {
      /*margin-top: 5rem;*/ } }

.search--custom .page-heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .search--custom .page-heading {
      font-size: 24px; } }

.search--custom .search-nav {
  margin-bottom: 1.5rem; }
  .search--custom .search-nav.navBar--sub .navBar-item a {
    font-size: 11px;
    text-decoration: underline;
    color: #000000; }

.search--custom .panel--large .panel-body {
  background-color: #f8f4d1;
  padding: 1.5rem 2rem; }
  .search--custom .panel--large .panel-body .suggestion-title {
    font-size: 13px;
    font-weight: 700; }
  .search--custom .panel--large .panel-body .suggestion-list .suggestion-item a {
    font-size: 11px;
    text-decoration: underline; }
  .search--custom .panel--large .panel-body .suggestion-list .category-suggestion {
    font-size: 11px; }
    @media screen and (max-width: 767px) {
      .search--custom .panel--large .panel-body .suggestion-list .category-suggestion {
        width: 50%; } }

.search--custom [aria-label="Breadcrumb"] {
  width: 100%;
  padding: 0px 30px 0 30px; }
  .search--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .search--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span {
    color: #000000;
    font-size: 12px; }

.search--custom .collection-template .mobile-filter {
  display: none; }

.search--custom .collection-template .page-content {
  width: 75%; }
  @media screen and (min-width: 992px) and (max-width: 1365px) {
    .search--custom .collection-template .page-content {
      width: 70%; } }
  .search--custom .collection-template .page-content .productGrid .product {
    width: 33.33%; }

.login--custom .container {
  position: static; }

.login--custom .body {
  position: relative; }

.login--custom .login {
  /*margin: 4.5rem auto 6rem;*/
  margin: 0.5rem auto 6rem; }
  @media screen and (max-width: 991px) {
    .login--custom .login {
      /*margin-top: 9rem;*/ } }
  @media screen and (max-width: 767px) {
    .login--custom .login {
      /*margin-top: 5rem;*/ } }

.login--custom .page-heading {
  font-size: 38px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .login--custom .page-heading {
      margin-bottom: 1rem;
      font-size: 25px; } }

.login--custom [aria-label="Breadcrumb"] {
  /*width: 100%;*/
  /*padding: 20px 30px 0 30px;*/
  /*padding: 20px 0px 0 0px;*/
  position: absolute;
  left: 30px;
  top: -48px; }
  .login--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .login--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span {
    color: #000000;
    font-size: 12px; }

.login--custom .login-row .button--primary {
  font-size: 24px;
  /*font-weight: 700;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000000;
  padding-right: 37px;
  padding-left: 37px; }
  .login--custom .login-row .button--primary:hover, .login--custom .login-row .button--primary:focus {
    background-color: #882528; }

.login--custom .login-row .login-form .button--primary {
  padding-right: 30px;
  padding-left: 30px; }

.login--custom .login-form .form-actions {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end; }
  .login--custom .login-form .form-actions .forgot-password {
    color: #882528;
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 5px; }
    .login--custom .login-form .form-actions .forgot-password:hover, .login--custom .login-form .form-actions .forgot-password:focus {
      color: #000000; }
  @media screen and (max-width: 550px) {
    .login--custom .login-form .form-actions {
      display: block; } }

.login--custom .new-customer .panel-header,
.login--custom .new-customer .panel-body {
  background-color: #eaeaea; }

.login--custom .new-customer .panel-header {
  padding: 2.5rem 2rem 0; }
  .login--custom .new-customer .panel-header .panel-title {
    font-size: 26px;
    font-weight: 600; }

.login--custom .new-customer .panel-body {
  padding: 1rem 2rem 2.5rem; }
  .login--custom .new-customer .panel-body .new-customer-intro {
    font-size: 16px;
    margin-bottom: 10px; }

.login--custom .new-customer .new-customer-fact-list {
  line-height: 2rem;
  list-style-position: inside; }
  .login--custom .new-customer .new-customer-fact-list .new-customer-fact {
    line-height: 2rem;
    display: list-item;
    list-style-type: disc;
    font-size: 14px; }
    .login--custom .new-customer .new-customer-fact-list .new-customer-fact::marker {
      font-size: 0.5rem; }

.login--custom .form-label {
  text-transform: uppercase;
  font-weight: 700; }

.login--custom .form-input {
  border-color: #bfbfbf; }

.forgotpassword--custom .body,
.createaccount--custom .body,
.account_orderstatus--custom .body,
.account_inbox--custom .body,
.account_addressbook--custom .body,
.wishlists--custom .body,
.wishlist--custom .body,
.add-wishlist--custom .body,
.account_recentitems--custom .body,
.editaccount--custom .body,
.account_order--custom .body,
.createaccount_thanks--custom .body,
.account_returns--custom .body,
.shippingaddressform--custom .body,
.account_new_return--custom .body {
  position: relative; }
  @media screen and (max-width: 991px) {
    .forgotpassword--custom .body,
    .createaccount--custom .body,
    .account_orderstatus--custom .body,
    .account_inbox--custom .body,
    .account_addressbook--custom .body,
    .wishlists--custom .body,
    .wishlist--custom .body,
    .add-wishlist--custom .body,
    .account_recentitems--custom .body,
    .editaccount--custom .body,
    .account_order--custom .body,
    .createaccount_thanks--custom .body,
    .account_returns--custom .body,
    .shippingaddressform--custom .body,
    .account_new_return--custom .body {
      /*margin-top: 9rem;*/ } }
  @media screen and (max-width: 767px) {
    .forgotpassword--custom .body,
    .createaccount--custom .body,
    .account_orderstatus--custom .body,
    .account_inbox--custom .body,
    .account_addressbook--custom .body,
    .wishlists--custom .body,
    .wishlist--custom .body,
    .add-wishlist--custom .body,
    .account_recentitems--custom .body,
    .editaccount--custom .body,
    .account_order--custom .body,
    .createaccount_thanks--custom .body,
    .account_returns--custom .body,
    .shippingaddressform--custom .body,
    .account_new_return--custom .body {
      /*margin-top: 5rem;*/ } }
  @media screen and (min-width: 992px) {
    .forgotpassword--custom .body,
    .createaccount--custom .body,
    .account_orderstatus--custom .body,
    .account_inbox--custom .body,
    .account_addressbook--custom .body,
    .wishlists--custom .body,
    .wishlist--custom .body,
    .add-wishlist--custom .body,
    .account_recentitems--custom .body,
    .editaccount--custom .body,
    .account_order--custom .body,
    .createaccount_thanks--custom .body,
    .account_returns--custom .body,
    .shippingaddressform--custom .body,
    .account_new_return--custom .body {
      /*margin-top: 5rem;*/ } }

.forgotpassword--custom .container,
.createaccount--custom .container,
.account_orderstatus--custom .container,
.account_inbox--custom .container,
.account_addressbook--custom .container,
.wishlists--custom .container,
.wishlist--custom .container,
.add-wishlist--custom .container,
.account_recentitems--custom .container,
.editaccount--custom .container,
.account_order--custom .container,
.createaccount_thanks--custom .container,
.account_returns--custom .container,
.shippingaddressform--custom .container,
.account_new_return--custom .container {
  position: static; }

.forgotpassword--custom .form-label,
.createaccount--custom .form-label,
.account_orderstatus--custom .form-label,
.account_inbox--custom .form-label,
.account_addressbook--custom .form-label,
.wishlists--custom .form-label,
.wishlist--custom .form-label,
.add-wishlist--custom .form-label,
.account_recentitems--custom .form-label,
.editaccount--custom .form-label,
.account_order--custom .form-label,
.createaccount_thanks--custom .form-label,
.account_returns--custom .form-label,
.shippingaddressform--custom .form-label,
.account_new_return--custom .form-label {
  text-transform: uppercase;
  font-weight: 700; }
  .forgotpassword--custom .form-label small,
  .createaccount--custom .form-label small,
  .account_orderstatus--custom .form-label small,
  .account_inbox--custom .form-label small,
  .account_addressbook--custom .form-label small,
  .wishlists--custom .form-label small,
  .wishlist--custom .form-label small,
  .add-wishlist--custom .form-label small,
  .account_recentitems--custom .form-label small,
  .editaccount--custom .form-label small,
  .account_order--custom .form-label small,
  .createaccount_thanks--custom .form-label small,
  .account_returns--custom .form-label small,
  .shippingaddressform--custom .form-label small,
  .account_new_return--custom .form-label small {
    float: none;
    color: #882528;
    font-size: 0; }
    .forgotpassword--custom .form-label small::after,
    .createaccount--custom .form-label small::after,
    .account_orderstatus--custom .form-label small::after,
    .account_inbox--custom .form-label small::after,
    .account_addressbook--custom .form-label small::after,
    .wishlists--custom .form-label small::after,
    .wishlist--custom .form-label small::after,
    .add-wishlist--custom .form-label small::after,
    .account_recentitems--custom .form-label small::after,
    .editaccount--custom .form-label small::after,
    .account_order--custom .form-label small::after,
    .createaccount_thanks--custom .form-label small::after,
    .account_returns--custom .form-label small::after,
    .shippingaddressform--custom .form-label small::after,
    .account_new_return--custom .form-label small::after {
      content: "*";
      color: #882528;
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      margin-top: -1rem; }

.forgotpassword--custom .form-input,
.forgotpassword--custom .form-select,
.createaccount--custom .form-input,
.createaccount--custom .form-select,
.account_orderstatus--custom .form-input,
.account_orderstatus--custom .form-select,
.account_inbox--custom .form-input,
.account_inbox--custom .form-select,
.account_addressbook--custom .form-input,
.account_addressbook--custom .form-select,
.wishlists--custom .form-input,
.wishlists--custom .form-select,
.wishlist--custom .form-input,
.wishlist--custom .form-select,
.add-wishlist--custom .form-input,
.add-wishlist--custom .form-select,
.account_recentitems--custom .form-input,
.account_recentitems--custom .form-select,
.editaccount--custom .form-input,
.editaccount--custom .form-select,
.account_order--custom .form-input,
.account_order--custom .form-select,
.createaccount_thanks--custom .form-input,
.createaccount_thanks--custom .form-select,
.account_returns--custom .form-input,
.account_returns--custom .form-select,
.shippingaddressform--custom .form-input,
.shippingaddressform--custom .form-select,
.account_new_return--custom .form-input,
.account_new_return--custom .form-select {
  border-color: #bfbfbf; }

.forgotpassword--custom .button--primary,
.createaccount--custom .button--primary,
.account_orderstatus--custom .button--primary,
.account_inbox--custom .button--primary,
.account_addressbook--custom .button--primary,
.wishlists--custom .button--primary,
.wishlist--custom .button--primary,
.add-wishlist--custom .button--primary,
.account_recentitems--custom .button--primary,
.editaccount--custom .button--primary,
.account_order--custom .button--primary,
.createaccount_thanks--custom .button--primary,
.account_returns--custom .button--primary,
.shippingaddressform--custom .button--primary,
.account_new_return--custom .button--primary {
  font-size: 24px;
  /*font-weight: 700;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000000;
  padding-top: 18px;
  padding-bottom: 18px;
  height: auto; }
  .forgotpassword--custom .button--primary:hover, .forgotpassword--custom .button--primary:focus,
  .createaccount--custom .button--primary:hover,
  .createaccount--custom .button--primary:focus,
  .account_orderstatus--custom .button--primary:hover,
  .account_orderstatus--custom .button--primary:focus,
  .account_inbox--custom .button--primary:hover,
  .account_inbox--custom .button--primary:focus,
  .account_addressbook--custom .button--primary:hover,
  .account_addressbook--custom .button--primary:focus,
  .wishlists--custom .button--primary:hover,
  .wishlists--custom .button--primary:focus,
  .wishlist--custom .button--primary:hover,
  .wishlist--custom .button--primary:focus,
  .add-wishlist--custom .button--primary:hover,
  .add-wishlist--custom .button--primary:focus,
  .account_recentitems--custom .button--primary:hover,
  .account_recentitems--custom .button--primary:focus,
  .editaccount--custom .button--primary:hover,
  .editaccount--custom .button--primary:focus,
  .account_order--custom .button--primary:hover,
  .account_order--custom .button--primary:focus,
  .createaccount_thanks--custom .button--primary:hover,
  .createaccount_thanks--custom .button--primary:focus,
  .account_returns--custom .button--primary:hover,
  .account_returns--custom .button--primary:focus,
  .shippingaddressform--custom .button--primary:hover,
  .shippingaddressform--custom .button--primary:focus,
  .account_new_return--custom .button--primary:hover,
  .account_new_return--custom .button--primary:focus {
    background-color: #882528; }
  @media screen and (max-width: 767px) {
    .forgotpassword--custom .button--primary,
    .createaccount--custom .button--primary,
    .account_orderstatus--custom .button--primary,
    .account_inbox--custom .button--primary,
    .account_addressbook--custom .button--primary,
    .wishlists--custom .button--primary,
    .wishlist--custom .button--primary,
    .add-wishlist--custom .button--primary,
    .account_recentitems--custom .button--primary,
    .editaccount--custom .button--primary,
    .account_order--custom .button--primary,
    .createaccount_thanks--custom .button--primary,
    .account_returns--custom .button--primary,
    .shippingaddressform--custom .button--primary,
    .account_new_return--custom .button--primary {
      font-size: 18px; } }

.forgotpassword--custom button.secondary,
.createaccount--custom button.secondary,
.account_orderstatus--custom button.secondary,
.account_inbox--custom button.secondary,
.account_addressbook--custom button.secondary,
.wishlists--custom button.secondary,
.wishlist--custom button.secondary,
.add-wishlist--custom button.secondary,
.account_recentitems--custom button.secondary,
.editaccount--custom button.secondary,
.account_order--custom button.secondary,
.createaccount_thanks--custom button.secondary,
.account_returns--custom button.secondary,
.shippingaddressform--custom button.secondary,
.account_new_return--custom button.secondary {
  font-size: 24px;
  /*font-weight: 700;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  padding-top: 17px;
  padding-bottom: 17px; }
  .forgotpassword--custom button.secondary:hover, .forgotpassword--custom button.secondary:focus,
  .createaccount--custom button.secondary:hover,
  .createaccount--custom button.secondary:focus,
  .account_orderstatus--custom button.secondary:hover,
  .account_orderstatus--custom button.secondary:focus,
  .account_inbox--custom button.secondary:hover,
  .account_inbox--custom button.secondary:focus,
  .account_addressbook--custom button.secondary:hover,
  .account_addressbook--custom button.secondary:focus,
  .wishlists--custom button.secondary:hover,
  .wishlists--custom button.secondary:focus,
  .wishlist--custom button.secondary:hover,
  .wishlist--custom button.secondary:focus,
  .add-wishlist--custom button.secondary:hover,
  .add-wishlist--custom button.secondary:focus,
  .account_recentitems--custom button.secondary:hover,
  .account_recentitems--custom button.secondary:focus,
  .editaccount--custom button.secondary:hover,
  .editaccount--custom button.secondary:focus,
  .account_order--custom button.secondary:hover,
  .account_order--custom button.secondary:focus,
  .createaccount_thanks--custom button.secondary:hover,
  .createaccount_thanks--custom button.secondary:focus,
  .account_returns--custom button.secondary:hover,
  .account_returns--custom button.secondary:focus,
  .shippingaddressform--custom button.secondary:hover,
  .shippingaddressform--custom button.secondary:focus,
  .account_new_return--custom button.secondary:hover,
  .account_new_return--custom button.secondary:focus {
    background-color: #882528;
    color: #ffffff;
    border-color: #882528; }
  @media screen and (max-width: 767px) {
    .forgotpassword--custom button.secondary,
    .createaccount--custom button.secondary,
    .account_orderstatus--custom button.secondary,
    .account_inbox--custom button.secondary,
    .account_addressbook--custom button.secondary,
    .wishlists--custom button.secondary,
    .wishlist--custom button.secondary,
    .add-wishlist--custom button.secondary,
    .account_recentitems--custom button.secondary,
    .editaccount--custom button.secondary,
    .account_order--custom button.secondary,
    .createaccount_thanks--custom button.secondary,
    .account_returns--custom button.secondary,
    .shippingaddressform--custom button.secondary,
    .account_new_return--custom button.secondary {
      font-size: 18px; } }

.forgotpassword--custom .page-heading,
.createaccount--custom .page-heading,
.account_orderstatus--custom .page-heading,
.account_inbox--custom .page-heading,
.account_addressbook--custom .page-heading,
.wishlists--custom .page-heading,
.wishlist--custom .page-heading,
.add-wishlist--custom .page-heading,
.account_recentitems--custom .page-heading,
.editaccount--custom .page-heading,
.account_order--custom .page-heading,
.createaccount_thanks--custom .page-heading,
.account_returns--custom .page-heading,
.shippingaddressform--custom .page-heading,
.account_new_return--custom .page-heading {
  font-size: 38px;
  font-weight: 700; }
  @media screen and (max-width: 767px) {
    .forgotpassword--custom .page-heading,
    .createaccount--custom .page-heading,
    .account_orderstatus--custom .page-heading,
    .account_inbox--custom .page-heading,
    .account_addressbook--custom .page-heading,
    .wishlists--custom .page-heading,
    .wishlist--custom .page-heading,
    .add-wishlist--custom .page-heading,
    .account_recentitems--custom .page-heading,
    .editaccount--custom .page-heading,
    .account_order--custom .page-heading,
    .createaccount_thanks--custom .page-heading,
    .account_returns--custom .page-heading,
    .shippingaddressform--custom .page-heading,
    .account_new_return--custom .page-heading {
      margin-bottom: 1rem;
      font-size: 25px; } }

.forgotpassword--custom [aria-label="Breadcrumb"],
.createaccount--custom [aria-label="Breadcrumb"],
.account_orderstatus--custom [aria-label="Breadcrumb"],
.account_inbox--custom [aria-label="Breadcrumb"],
.account_addressbook--custom [aria-label="Breadcrumb"],
.wishlists--custom [aria-label="Breadcrumb"],
.wishlist--custom [aria-label="Breadcrumb"],
.add-wishlist--custom [aria-label="Breadcrumb"],
.account_recentitems--custom [aria-label="Breadcrumb"],
.editaccount--custom [aria-label="Breadcrumb"],
.account_order--custom [aria-label="Breadcrumb"],
.createaccount_thanks--custom [aria-label="Breadcrumb"],
.account_returns--custom [aria-label="Breadcrumb"],
.shippingaddressform--custom [aria-label="Breadcrumb"],
.account_new_return--custom [aria-label="Breadcrumb"] {
  /*width: 100%;*/
  /*padding: 20px 30px 0 30px;*/
  /*padding: 20px 0px 0 0px;*/
  position: absolute;
  left: 30px;
  top: -55px; }
  .forgotpassword--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .forgotpassword--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .createaccount--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .createaccount--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .account_orderstatus--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .account_orderstatus--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .account_inbox--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .account_inbox--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .account_addressbook--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .account_addressbook--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .wishlists--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .wishlists--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .wishlist--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .wishlist--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .add-wishlist--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .add-wishlist--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .account_recentitems--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .account_recentitems--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .editaccount--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .editaccount--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .account_order--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .account_order--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .createaccount_thanks--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .createaccount_thanks--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .account_returns--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .account_returns--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .shippingaddressform--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .shippingaddressform--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span,
  .account_new_return--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
  .account_new_return--custom [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span {
    color: #000000;
    font-size: 12px; }

.forgotpassword--custom .alertBox--info,
.createaccount--custom .alertBox--info,
.account_orderstatus--custom .alertBox--info,
.account_inbox--custom .alertBox--info,
.account_addressbook--custom .alertBox--info,
.wishlists--custom .alertBox--info,
.wishlist--custom .alertBox--info,
.add-wishlist--custom .alertBox--info,
.account_recentitems--custom .alertBox--info,
.editaccount--custom .alertBox--info,
.account_order--custom .alertBox--info,
.createaccount_thanks--custom .alertBox--info,
.account_returns--custom .alertBox--info,
.shippingaddressform--custom .alertBox--info,
.account_new_return--custom .alertBox--info {
  background-color: #f8f4d1;
  border-radius: 0;
  font-size: 16px;
  color: #000000; }
  .forgotpassword--custom .alertBox--info .icon svg,
  .createaccount--custom .alertBox--info .icon svg,
  .account_orderstatus--custom .alertBox--info .icon svg,
  .account_inbox--custom .alertBox--info .icon svg,
  .account_addressbook--custom .alertBox--info .icon svg,
  .wishlists--custom .alertBox--info .icon svg,
  .wishlist--custom .alertBox--info .icon svg,
  .add-wishlist--custom .alertBox--info .icon svg,
  .account_recentitems--custom .alertBox--info .icon svg,
  .editaccount--custom .alertBox--info .icon svg,
  .account_order--custom .alertBox--info .icon svg,
  .createaccount_thanks--custom .alertBox--info .icon svg,
  .account_returns--custom .alertBox--info .icon svg,
  .shippingaddressform--custom .alertBox--info .icon svg,
  .account_new_return--custom .alertBox--info .icon svg {
    fill: #882528; }

.navBar--account.navBar--sub .navBar-item {
  margin: 0 1rem; }
  @media screen and (max-width: 1240px) {
    .navBar--account.navBar--sub .navBar-item {
      margin: 0 0.75rem; } }
  .navBar--account.navBar--sub .navBar-item .navBar-action {
    font-size: 16px;
    color: #000000;
    line-height: 1; }
    @media screen and (max-width: 1240px) {
      .navBar--account.navBar--sub .navBar-item .navBar-action {
        font-size: 1rem; } }
  .navBar--account.navBar--sub .navBar-item.is-active {
    border-bottom-color: #882528; }
    .navBar--account.navBar--sub .navBar-item.is-active .navBar-action {
      color: #882528;
      font-weight: 700;
      /*text-decoration-color: #882528;*/ }

.account_inbox--custom input[type="reset"] {
  font-size: 24px;
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  padding-top: 17px;
  padding-bottom: 17px; }
  .account_inbox--custom input[type="reset"]:hover, .account_inbox--custom input[type="reset"]:focus {
    background-color: #882528;
    color: #ffffff;
    border-color: #882528; }
  @media screen and (max-width: 767px) {
    .account_inbox--custom input[type="reset"] {
      font-size: 16px;
      padding-top: 12px;
      padding-bottom: 12px; } }

.forgotpassword--custom .button--primary {
  padding-bottom: 14px;
  padding-top: 14px; }

.wishlists--custom .button--primary,
.wishlists--custom .table-actions [data-wishlist] {
  /*font-weight: 700;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000000; }
  .wishlists--custom .button--primary:hover, .wishlists--custom .button--primary:focus,
  .wishlists--custom .table-actions [data-wishlist]:hover,
  .wishlists--custom .table-actions [data-wishlist]:focus {
    background-color: #882528; }

.wishlists--custom .table-actions [data-wishlist-delete],
.wishlists--custom form [data-wishlist-delete] {
  /*font-weight: 700;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border: 1px solid #000000;
  color: #000000;
  background-color: #ffffff; }
  .wishlists--custom .table-actions [data-wishlist-delete]:hover, .wishlists--custom .table-actions [data-wishlist-delete]:focus,
  .wishlists--custom form [data-wishlist-delete]:hover,
  .wishlists--custom form [data-wishlist-delete]:focus {
    background-color: #882528;
    color: #ffffff;
    border-color: #882528; }

.wishlists--custom .table-actions [data-wishlist-delete] {
  padding: 7px 21px;
  font-size: 18px; }

.wishlists--custom .table-actions [data-wishlist],
.wishlists--custom .table-actions [role="button"] {
  padding: 8px 30px;
  font-size: 18px; }

.wishlists--custom form [data-wishlist-delete] {
  padding: 17px 33px;
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .wishlists--custom form [data-wishlist-delete] {
      font-size: 18px; } }

.wishlists--custom .button--primary {
  padding: 18px 37px;
  font-size: 24px; }
  @media screen and (max-width: 767px) {
    .wishlists--custom .button--primary {
      font-size: 18px; } }

@media screen and (max-width: 767px) {
  .wishlists--custom .account {
    overflow: auto; } }

.panel--address .form-actions .button {
  font-size: 18px;
  padding: 8px 30px; }
  .panel--address .form-actions .button + .button {
    padding: 7px 21px; }

.account_order--custom .body .button {
  font-size: 18px;
  /*font-weight: 700;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #000000;
  padding-top: 17px;
  padding-bottom: 17px; }
  .account_order--custom .body .button:hover, .account_order--custom .body .button:focus {
    background-color: #882528; }

.shippingaddressform--custom .body a.button {
  font-size: 24px;
  /*font-weight: 700;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  padding-top: 17px;
  padding-bottom: 17px; }
  .shippingaddressform--custom .body a.button:hover, .shippingaddressform--custom .body a.button:focus {
    background-color: #882528;
    color: #ffffff;
    border-color: #882528; }
  @media screen and (max-width: 767px) {
    .shippingaddressform--custom .body a.button {
      font-size: 16px;
      padding-bottom: 12px;
      padding-top: 12px; } }

.wishlists-table {
  max-width: 50rem; }
  .wishlists-table tr td:first-child a {
    text-decoration: underline; }
  .wishlists-table.table--line tr {
    border-bottom: 1px solid #cccccc; }
  .wishlists-table.table--line .table-thead {
    border-color: #000000; }
    .wishlists-table.table--line .table-thead tr {
      border-color: #000000; }

.account .wishlists-table + form .alertBox {
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto; }

.account_recentitems--custom .productGrid .product:nth-last-child(-n + 3) {
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9; }
  @media screen and (max-width: 991px) {
    .account_recentitems--custom .productGrid .product:nth-last-child(-n + 3) {
      border-right: none; } }
  @media screen and (max-width: 479px) {
    .account_recentitems--custom .productGrid .product:nth-last-child(-n + 3) {
      border-right: none; } }

.account_recentitems--custom .productGrid .product:nth-child(3n + 0) {
  border-right: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9; }
  @media screen and (max-width: 991px) {
    .account_recentitems--custom .productGrid .product:nth-child(3n + 0) {
      border-right: none; } }
  @media screen and (max-width: 767px) {
    .account_recentitems--custom .productGrid .product:nth-child(3n + 0) {
      border-right: 1px solid #c9c9c9; } }
  @media screen and (max-width: 479px) {
    .account_recentitems--custom .productGrid .product:nth-child(3n + 0) {
      border-right: none; } }

.account_recentitems--custom .productGrid .product:nth-last-child(-n + 1) {
  border-bottom: none; }
  @media screen and (max-width: 991px) {
    .account_recentitems--custom .productGrid .product:nth-last-child(-n + 1) {
      border-right: 1px solid #c9c9c9; } }
  @media screen and (max-width: 479px) {
    .account_recentitems--custom .productGrid .product:nth-last-child(-n + 1) {
      border-right: none; } }

.account_recentitems--custom .productGrid .product:nth-child(4n + 0) {
  border-right: none; }
  @media screen and (max-width: 991px) {
    .account_recentitems--custom .productGrid .product:nth-child(4n + 0) {
      border-right: 1px solid #c9c9c9;
      border-bottom: none; } }
  @media screen and (max-width: 767px) {
    .account_recentitems--custom .productGrid .product:nth-child(4n + 0) {
      border-right: none;
      border-bottom: 1px solid #c9c9c9; } }

.breadcrumb:not(:first-child)::before {
  color: #000000; }

.page-sidebar.u-hidden + .page-content, .page-sidebar.u-hiddenVisually + .page-content {
  width: 100%; }

.category-banner-block {
  padding-right: 15px;
  /*padding-left: 25px;*/
  padding-left: 15px;
  max-width: 1310px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1199px) {
    .category-banner-block {
      /*padding-left: 5px;
  padding-right: 5px;*/ } }
  @media screen and (max-width: 767px) {
    .category-banner-block {
      /*padding-left: 12px;
  padding-right: 12px;*/ } }
  @media screen and (max-width: 479px) {
    .category-banner-block {
      padding-left: 0px;
      padding-right: 0px; } }
  .category-banner-block .category-banner-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px; }
    @media screen and (max-width: 1199px) {
      .category-banner-block .category-banner-row {
        margin-bottom: 15px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block .category-banner-row {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .category-banner-block .category-banner-row {
        flex-direction: column;
        align-items: center;
        justify-content: center; } }
    .category-banner-block .category-banner-row .category-banner {
      position: relative;
      /*margin-right: 21px;*/ }
      .category-banner-block .category-banner-row .category-banner:last-child {
        margin-right: 0; }
        @media screen and (max-width: 767px) {
          .category-banner-block .category-banner-row .category-banner:last-child {
            margin: 0 auto;
            width: auto; } }
      @media screen and (max-width: 1199px) {
        .category-banner-block .category-banner-row .category-banner {
          margin-right: 17px; } }
      @media screen and (max-width: 1023px) {
        .category-banner-block .category-banner-row .category-banner {
          margin-right: 15px; } }
      @media screen and (max-width: 767px) {
        .category-banner-block .category-banner-row .category-banner {
          margin: 0 auto 20px;
          width: auto; } }
    .category-banner-block .category-banner-row .category-details {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: right;
      z-index: 1; }
    .category-banner-block .category-banner-row .category-name {
      padding-right: 30px; }
      @media screen and (max-width: 1199px) {
        .category-banner-block .category-banner-row .category-name {
          padding-right: 25px; } }
      @media screen and (max-width: 1023px) {
        .category-banner-block .category-banner-row .category-name {
          padding-right: 20px; } }
      .category-banner-block .category-banner-row .category-name h2 {
        font-size: 80px;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.73);
        line-height: 1; }
        .category-banner-block .category-banner-row .category-name h2 span {
          font-size: 30px;
          /*letter-spacing: 3px;*/
          letter-spacing: 8px;
          display: block; }
          @media screen and (max-width: 1199px) {
            .category-banner-block .category-banner-row .category-name h2 span {
              font-size: 22px; } }
          @media screen and (max-width: 1023px) {
            .category-banner-block .category-banner-row .category-name h2 span {
              font-size: 17px; } }
          @media screen and (max-width: 1023px) {
            .category-banner-block .category-banner-row .category-name h2 span {
              font-size: 16px; } }
        @media screen and (max-width: 1199px) {
          .category-banner-block .category-banner-row .category-name h2 {
            font-size: 60px; } }
        @media screen and (max-width: 1023px) {
          .category-banner-block .category-banner-row .category-name h2 {
            font-size: 45px; } }
        @media screen and (max-width: 767px) {
          .category-banner-block .category-banner-row .category-name h2 {
            font-size: 43px; } }
    .category-banner-block .category-banner-row:last-child {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .category-banner-block .category-banner-row:last-child {
          margin-bottom: 0; } }
      .category-banner-block .category-banner-row:last-child .category-name h2 {
        font-size: 59px; }
        .category-banner-block .category-banner-row:last-child .category-name h2 span {
          font-size: 22px; }
          @media screen and (max-width: 1199px) {
            .category-banner-block .category-banner-row:last-child .category-name h2 span {
              font-size: 16px; } }
          @media screen and (max-width: 1023px) {
            .category-banner-block .category-banner-row:last-child .category-name h2 span {
              font-size: 12px; } }
          @media screen and (max-width: 767px) {
            .category-banner-block .category-banner-row:last-child .category-name h2 span {
              font-size: 15px; } }
        @media screen and (max-width: 1199px) {
          .category-banner-block .category-banner-row:last-child .category-name h2 {
            font-size: 45px; } }
        @media screen and (max-width: 1023px) {
          .category-banner-block .category-banner-row:last-child .category-name h2 {
            font-size: 33px; } }
        @media screen and (max-width: 767px) {
          .category-banner-block .category-banner-row:last-child .category-name h2 {
            font-size: 26px; } }
    .category-banner-block .category-banner-row .category-cta {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 25px 30px; }
      @media screen and (max-width: 1199px) {
        .category-banner-block .category-banner-row .category-cta {
          padding: 14px 25px; } }
      @media screen and (max-width: 1023px) {
        .category-banner-block .category-banner-row .category-cta {
          padding: 14px 20px; } }
      @media screen and (max-width: 767px) {
        .category-banner-block .category-banner-row .category-cta {
          padding: 14px 20px; } }
      @media screen and (max-width: 374px) {
        .category-banner-block .category-banner-row .category-cta {
          padding: 14px 15px; } }
      .category-banner-block .category-banner-row .category-cta.d-flex {
        background-color: rgba(0, 0, 0, 0.5);
        border-top: 1px solid #ffffff;
        justify-content: space-between;
        padding: 19px 30px; }
        @media screen and (max-width: 1199px) {
          .category-banner-block .category-banner-row .category-cta.d-flex {
            padding: 14px 25px; } }
        @media screen and (max-width: 1023px) {
          .category-banner-block .category-banner-row .category-cta.d-flex {
            padding: 14px 20px; } }
        @media screen and (max-width: 374px) {
          .category-banner-block .category-banner-row .category-cta.d-flex {
            padding: 14px 15px; } }
      .category-banner-block .category-banner-row .category-cta .cta-text {
        color: #ffffff;
        font-size: 20px;
        font-weight: 500; }
        @media screen and (max-width: 1199px) {
          .category-banner-block .category-banner-row .category-cta .cta-text {
            font-size: 18px; } }
        @media screen and (max-width: 1023px) {
          .category-banner-block .category-banner-row .category-cta .cta-text {
            font-size: 13px; } }
        @media screen and (max-width: 767px) {
          .category-banner-block .category-banner-row .category-cta .cta-text {
            font-size: 12px;
            flex: 1; } }
        @media screen and (max-width: 374px) {
          .category-banner-block .category-banner-row .category-cta .cta-text {
            font-size: 9px; } }
      .category-banner-block .category-banner-row .category-cta > span {
        /*font-family: 'Bebas Neue', sans-serif;*/
        /*font-family: 'Bebas Neue Bold', sans-serif;*/
        /*font-family: 'Bebas Neue', sans-serif;*/
        font-family: "Bebas Neue Bold", sans-serif;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        font-size: 22px;
        padding: 4px 30px;
        background-color: #882528; }
        .category-banner-block .category-banner-row .category-cta > span:hover, .category-banner-block .category-banner-row .category-cta > span:focus {
          background-color: #ffffff;
          color: #882528; }
        @media screen and (max-width: 1199px) {
          .category-banner-block .category-banner-row .category-cta > span {
            font-size: 16px;
            padding: 4px 24px; } }
        @media screen and (max-width: 1023px) {
          .category-banner-block .category-banner-row .category-cta > span {
            font-size: 14px;
            padding: 1px 15px; } }
        @media screen and (max-width: 767px) {
          .category-banner-block .category-banner-row .category-cta > span {
            font-size: 13px;
            padding: 2px 16px; } }
  .category-banner-block.apparel .category-banner-row .category-name h2 span {
    margin-right: -8px; }
  .category-banner-block.apparel .category-banner-row .category-banner {
    width: calc(50% - 10.5px);
    min-height: 560px; }
    @media screen and (max-width: 1365px) {
      .category-banner-block.apparel .category-banner-row .category-banner {
        min-height: initial; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.apparel .category-banner-row .category-banner {
        width: auto; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.apparel .category-banner-row .category-banner:last-child {
        margin: 0 auto;
        width: auto; } }
  .category-banner-block.apparel .category-banner-row:last-child .category-banner:first-child {
    width: calc(59.75% - 21px);
    min-height: 326px; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:first-child {
        width: calc(59.9% - 21px); } }
    @media screen and (max-width: 1365px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:first-child {
        min-height: initial; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:first-child {
        width: auto; } }
    @media screen and (max-width: 1199px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:first-child .category-name h2 {
        margin-bottom: 0; } }
    @media screen and (max-width: 1199px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:first-child .category-cta {
        padding: 20px 25px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:first-child .category-cta {
        padding: 15px 25px 20px; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:first-child .category-cta {
        padding: 15px 25px 15px; } }
  .category-banner-block.apparel .category-banner-row:last-child .category-banner:last-child {
    width: 40.25%;
    min-height: 326px; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:last-child {
        width: 39.9%; } }
    @media screen and (max-width: 1365px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:last-child {
        min-height: initial; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:last-child {
        width: auto; } }
    @media screen and (max-width: 1199px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:last-child .category-name h2 {
        margin-bottom: 0; } }
    @media screen and (max-width: 1199px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:last-child .category-cta {
        padding: 20px 25px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:last-child .category-cta {
        padding: 15px 25px 20px; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.apparel .category-banner-row:last-child .category-banner:last-child .category-cta {
        padding: 15px 25px 15px; } }
  @media screen and (max-width: 767px) {
    .category-banner-block.firearm-accessories {
      /*padding-right: 5px;
    padding-left: 5px;*/ } }
  .category-banner-block.firearm-accessories .category-banner-row .category-details {
    text-align: left; }
  .category-banner-block.firearm-accessories .category-banner-row .category-name {
    padding-left: 30px; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.firearm-accessories .category-banner-row .category-name {
        padding-left: 25px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.firearm-accessories .category-banner-row .category-name {
        padding-left: 20px; } }
  @media screen and (max-width: 1199px) {
    .category-banner-block.firearm-accessories .category-banner-row:first-child .category-name h2 {
      font-size: 60px; } }
  @media screen and (max-width: 1023px) {
    .category-banner-block.firearm-accessories .category-banner-row:first-child .category-name h2 {
      font-size: 42px; } }
  @media screen and (max-width: 374px) {
    .category-banner-block.firearm-accessories .category-banner-row:first-child .category-name h2 {
      font-size: 42px; } }
  .category-banner-block.firearm-accessories .category-banner-row:first-child .category-name h2 span {
    letter-spacing: 8px; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.firearm-accessories .category-banner-row:first-child .category-name h2 span {
        font-size: 21px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.firearm-accessories .category-banner-row:first-child .category-name h2 span {
        font-size: 13px; } }
    .category-banner-block.firearm-accessories .category-banner-row:first-child .category-name h2 span sup {
      vertical-align: super;
      letter-spacing: 0;
      top: 0.3rem; }
      @media screen and (max-width: 1199px) {
        .category-banner-block.firearm-accessories .category-banner-row:first-child .category-name h2 span sup {
          font-size: 15px; } }
      @media screen and (max-width: 1023px) {
        .category-banner-block.firearm-accessories .category-banner-row:first-child .category-name h2 span sup {
          font-size: 10px; } }
  @media screen and (max-width: 767px) {
    .category-banner-block.firearm-accessories .category-banner-row:first-child .category-cta .cta-text {
      font-size: 10px; } }
  @media screen and (max-width: 374px) {
    .category-banner-block.firearm-accessories .category-banner-row:first-child .category-cta .cta-text {
      font-size: 7px; } }
  @media screen and (max-width: 1023px) {
    .category-banner-block.firearm-accessories .category-banner-row:first-child .category-cta.d-flex {
      padding: 9px 20px; } }
  @media screen and (max-width: 767px) {
    .category-banner-block.firearm-accessories .category-banner-row:first-child .category-cta.d-flex {
      padding: 9px 20px; } }
  .category-banner-block.firearm-accessories .category-banner-row:first-child .category-banner {
    min-height: 300px;
    width: 100%; }
    @media screen and (max-width: 1365px) {
      .category-banner-block.firearm-accessories .category-banner-row:first-child .category-banner {
        min-height: initial; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.firearm-accessories .category-banner-row:first-child .category-banner {
        width: auto; } }
    .category-banner-block.firearm-accessories .category-banner-row:first-child .category-banner img {
      display: block; }
      @media screen and (max-width: 375px) {
        .category-banner-block.firearm-accessories .category-banner-row:first-child .category-banner img {
          display: none; } }
      .category-banner-block.firearm-accessories .category-banner-row:first-child .category-banner img.d-mobile {
        display: none; }
        @media screen and (max-width: 375px) {
          .category-banner-block.firearm-accessories .category-banner-row:first-child .category-banner img.d-mobile {
            display: block; } }
      @media screen and (max-width: 767px) {
        .category-banner-block.firearm-accessories .category-banner-row:first-child .category-banner img {
          min-height: 163px;
          object-fit: cover;
          object-position: 20% center; } }
      @media screen and (max-width: 375px) {
        .category-banner-block.firearm-accessories .category-banner-row:first-child .category-banner img {
          object-position: initial; } }
  .category-banner-block.firearm-accessories .category-banner-row:last-child .category-banner {
    min-height: 326px; }
    @media screen and (max-width: 1365px) {
      .category-banner-block.firearm-accessories .category-banner-row:last-child .category-banner {
        min-height: initial; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.firearm-accessories .category-banner-row:last-child .category-banner {
        width: auto; } }
    .category-banner-block.firearm-accessories .category-banner-row:last-child .category-banner:first-child {
      width: calc(60.85% - 19px); }
      @media screen and (max-width: 767px) {
        .category-banner-block.firearm-accessories .category-banner-row:last-child .category-banner:first-child {
          width: auto; } }
    .category-banner-block.firearm-accessories .category-banner-row:last-child .category-banner:last-child {
      width: 38.3%; }
      @media screen and (max-width: 767px) {
        .category-banner-block.firearm-accessories .category-banner-row:last-child .category-banner:last-child {
          width: auto; } }
  .category-banner-block.firearm-accessories .category-banner-row:last-child .category-name {
    padding: 0; }
    .category-banner-block.firearm-accessories .category-banner-row:last-child .category-name h2 {
      font-size: 36px;
      line-height: 48px;
      margin-bottom: 0; }
      @media screen and (max-width: 1239px) {
        .category-banner-block.firearm-accessories .category-banner-row:last-child .category-name h2 {
          font-size: 32px;
          line-height: 34px; } }
      @media screen and (max-width: 1199px) {
        .category-banner-block.firearm-accessories .category-banner-row:last-child .category-name h2 {
          font-size: 26px;
          line-height: 34px; } }
      @media screen and (max-width: 1023px) {
        .category-banner-block.firearm-accessories .category-banner-row:last-child .category-name h2 {
          font-size: 18px;
          line-height: 24px; } }
      @media screen and (max-width: 767px) {
        .category-banner-block.firearm-accessories .category-banner-row:last-child .category-name h2 {
          font-size: 14px;
          line-height: 20px; } }
      @media screen and (max-width: 374px) {
        .category-banner-block.firearm-accessories .category-banner-row:last-child .category-name h2 {
          font-size: 12px; } }
  .category-banner-block.firearm-accessories .category-banner-row:last-child .category-cta {
    justify-content: space-between;
    padding: 25px 15px;
    align-items: flex-end; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.firearm-accessories .category-banner-row:last-child .category-cta {
        padding: 25px 15px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.firearm-accessories .category-banner-row:last-child .category-cta {
        padding: 25px 15px; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.firearm-accessories .category-banner-row:last-child .category-cta {
        padding: 25px 15px; } }
  @media screen and (max-width: 767px) {
    .category-banner-block.firearm-accessories .category-banner-row:last-child .category-banner:last-child .category-name h2 {
      font-size: 22px;
      line-height: 26px; } }
  @media screen and (max-width: 374px) {
    .category-banner-block.firearm-accessories .category-banner-row:last-child .category-banner:last-child .category-name h2 {
      font-size: 15px;
      line-height: 20px; } }
  .category-banner-block.magazines .category-banner-row .category-details {
    text-align: left; }
  .category-banner-block.magazines .category-banner-row .category-banner {
    min-height: 500px;
    width: 100%; }
    @media screen and (max-width: 1365px) {
      .category-banner-block.magazines .category-banner-row .category-banner {
        min-height: initial; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.magazines .category-banner-row .category-banner {
        width: auto; } }
  .category-banner-block.magazines .category-banner-row .category-name {
    padding-left: 30px;
    padding-right: 0;
    margin-bottom: 115px; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.magazines .category-banner-row .category-name {
        padding-left: 25px;
        margin-bottom: 90px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.magazines .category-banner-row .category-name {
        padding-left: 20px;
        margin-bottom: 60px; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.magazines .category-banner-row .category-name {
        margin-bottom: 20px; } }
    @media screen and (max-width: 374px) {
      .category-banner-block.magazines .category-banner-row .category-name {
        margin-bottom: 10px; } }
    .category-banner-block.magazines .category-banner-row .category-name h2 {
      font-size: 135px; }
      .category-banner-block.magazines .category-banner-row .category-name h2 sup {
        font-size: 40px;
        vertical-align: super; }
        @media screen and (max-width: 1199px) {
          .category-banner-block.magazines .category-banner-row .category-name h2 sup {
            font-size: 35px; } }
        @media screen and (max-width: 1023px) {
          .category-banner-block.magazines .category-banner-row .category-name h2 sup {
            font-size: 22px; } }
        @media screen and (max-width: 767px) {
          .category-banner-block.magazines .category-banner-row .category-name h2 sup {
            font-size: 10px; } }
      .category-banner-block.magazines .category-banner-row .category-name h2 div {
        font-size: 30px; }
        @media screen and (max-width: 1199px) {
          .category-banner-block.magazines .category-banner-row .category-name h2 div {
            font-size: 22px; } }
        @media screen and (max-width: 1023px) {
          .category-banner-block.magazines .category-banner-row .category-name h2 div {
            font-size: 15px; } }
        @media screen and (max-width: 767px) {
          .category-banner-block.magazines .category-banner-row .category-name h2 div {
            font-size: 14px; } }
      @media screen and (max-width: 1199px) {
        .category-banner-block.magazines .category-banner-row .category-name h2 {
          font-size: 102px; } }
      @media screen and (max-width: 1023px) {
        .category-banner-block.magazines .category-banner-row .category-name h2 {
          font-size: 73px; } }
      @media screen and (max-width: 767px) {
        .category-banner-block.magazines .category-banner-row .category-name h2 {
          font-size: 34px; } }
  .category-banner-block.magazines .category-banner-row .category-cta .cta-text {
    font-size: 24px;
    text-transform: uppercase; }
    .category-banner-block.magazines .category-banner-row .category-cta .cta-text strong {
      font-weight: 700; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.magazines .category-banner-row .category-cta .cta-text {
        font-size: 19px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.magazines .category-banner-row .category-cta .cta-text {
        font-size: 14px; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.magazines .category-banner-row .category-cta .cta-text {
        font-size: 10px; } }
    @media screen and (max-width: 374px) {
      .category-banner-block.magazines .category-banner-row .category-cta .cta-text {
        font-size: 7px; } }
  @media screen and (max-width: 767px) {
    .category-banner-block.magazines .category-banner-row .category-cta.d-flex {
      padding: 4px 20px; } }
  @media screen and (max-width: 767px) {
    .category-banner-block.holsters {
      /*padding-left: 5px;
    padding-right: 5px;*/ } }
  .category-banner-block.holsters .category-banner-row {
    min-height: 500px;
    width: 100%; }
    @media screen and (max-width: 1365px) {
      .category-banner-block.holsters .category-banner-row {
        min-height: initial; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.holsters .category-banner-row {
        width: auto; } }
    .category-banner-block.holsters .category-banner-row .category-details {
      text-align: left; }
    .category-banner-block.holsters .category-banner-row .category-name {
      padding-left: 30px;
      padding-right: 0;
      margin-bottom: 120px; }
      @media screen and (max-width: 1199px) {
        .category-banner-block.holsters .category-banner-row .category-name {
          padding-left: 25px;
          margin-bottom: 60px; } }
      @media screen and (max-width: 1023px) {
        .category-banner-block.holsters .category-banner-row .category-name {
          padding-left: 20px;
          margin-bottom: 60px; } }
      @media screen and (max-width: 767px) {
        .category-banner-block.holsters .category-banner-row .category-name {
          margin-bottom: 20px; } }
      @media screen and (max-width: 374px) {
        .category-banner-block.holsters .category-banner-row .category-name {
          margin-bottom: 10px; } }
      .category-banner-block.holsters .category-banner-row .category-name h2 {
        font-size: 135px; }
        .category-banner-block.holsters .category-banner-row .category-name h2 span {
          font-size: 30px; }
          @media screen and (max-width: 1199px) {
            .category-banner-block.holsters .category-banner-row .category-name h2 span {
              font-size: 22px; } }
          @media screen and (max-width: 1023px) {
            .category-banner-block.holsters .category-banner-row .category-name h2 span {
              font-size: 15px; } }
          @media screen and (max-width: 767px) {
            .category-banner-block.holsters .category-banner-row .category-name h2 span {
              font-size: 14px; } }
        @media screen and (max-width: 1199px) {
          .category-banner-block.holsters .category-banner-row .category-name h2 {
            font-size: 102px; } }
        @media screen and (max-width: 1023px) {
          .category-banner-block.holsters .category-banner-row .category-name h2 {
            font-size: 73px; } }
        @media screen and (max-width: 767px) {
          .category-banner-block.holsters .category-banner-row .category-name h2 {
            font-size: 34px; } }
    .category-banner-block.holsters .category-banner-row .category-cta .cta-text {
      font-size: 24px;
      flex: 0 1 auto; }
      .category-banner-block.holsters .category-banner-row .category-cta .cta-text strong {
        font-weight: 700;
        text-transform: uppercase; }
      @media screen and (max-width: 1199px) {
        .category-banner-block.holsters .category-banner-row .category-cta .cta-text {
          font-size: 19px; } }
      @media screen and (max-width: 1023px) {
        .category-banner-block.holsters .category-banner-row .category-cta .cta-text {
          font-size: 14px; } }
      @media screen and (max-width: 767px) {
        .category-banner-block.holsters .category-banner-row .category-cta .cta-text {
          font-size: 10px;
          flex: 1 1 70%; } }
    @media screen and (max-width: 1199px) {
      .category-banner-block.holsters .category-banner-row .category-cta > span {
        font-size: 17px;
        padding: 3px 22px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.holsters .category-banner-row .category-cta > span {
        font-size: 14px;
        padding: 1px 13px; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.holsters .category-banner-row .category-cta.d-flex {
        padding: 4px 20px; } }
  @media screen and (max-width: 767px) {
    .category-banner-block.merch {
      /*padding-left: 5px;
    padding-right: 5px;*/ } }
  .category-banner-block.merch .category-banner-row .category-details {
    text-align: left; }
  .category-banner-block.merch .category-banner-row .category-name {
    padding-left: 30px;
    padding-right: 0; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.merch .category-banner-row .category-name {
        padding-left: 25px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.merch .category-banner-row .category-name {
        padding-left: 20px; } }
    .category-banner-block.merch .category-banner-row .category-name h2 {
      font-size: 70px; }
      .category-banner-block.merch .category-banner-row .category-name h2 sup {
        font-size: 55px;
        vertical-align: super; }
      .category-banner-block.merch .category-banner-row .category-name h2 span {
        font-size: 30px; }
        @media screen and (max-width: 1365px) {
          .category-banner-block.merch .category-banner-row .category-name h2 span {
            font-size: 28px; } }
        @media screen and (max-width: 1199px) {
          .category-banner-block.merch .category-banner-row .category-name h2 span {
            font-size: 23px; } }
        @media screen and (max-width: 1023px) {
          .category-banner-block.merch .category-banner-row .category-name h2 span {
            font-size: 17px; } }
        @media screen and (max-width: 767px) {
          .category-banner-block.merch .category-banner-row .category-name h2 span {
            font-size: 14px; } }
      @media screen and (max-width: 1365px) {
        .category-banner-block.merch .category-banner-row .category-name h2 {
          font-size: 59px; } }
      @media screen and (max-width: 1199px) {
        .category-banner-block.merch .category-banner-row .category-name h2 {
          font-size: 53px; } }
  .category-banner-block.merch .category-banner-row .category-cta .cta-text {
    font-size: 20px;
    text-transform: capitalize; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.merch .category-banner-row .category-cta .cta-text {
        font-size: 18px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.merch .category-banner-row .category-cta .cta-text {
        font-size: 13px; } }
  .category-banner-block.merch .category-banner-row .category-cta.d-flex {
    padding: 14px 15px; }
  .category-banner-block.merch .category-banner-row:first-child .category-banner:first-child {
    width: calc(59.75% - 21px);
    min-height: 560px; }
    .category-banner-block.merch .category-banner-row:first-child .category-banner:first-child .category-details {
      padding-top: 30px;
      top: 0;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      cursor: pointer; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:first-child {
        width: calc(61.15% - 17px);
        /*width: auto;*/ } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:first-child {
        width: calc(62.15% - 17px); } }
    @media screen and (max-width: 767px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:first-child .category-cta .cta-text {
        font-size: 11px; } }
    @media screen and (max-width: 374px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:first-child .category-cta .cta-text {
        font-size: 8px; } }
    @media screen and (max-width: 374px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:first-child .category-cta > span {
        font-size: 10px;
        padding: 2px 5px; } }
    @media screen and (max-width: 1365px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:first-child {
        min-height: initial; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:first-child {
        width: auto; } }
  .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child {
    width: 40.25%;
    min-height: 560px; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child {
        width: 41.1%;
        /*width: auto;*/ } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child {
        width: 41.1%; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child .category-cta .cta-text {
        font-size: 14px; } }
    @media screen and (max-width: 374px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child .category-cta .cta-text {
        font-size: 11px; } }
    @media screen and (max-width: 1365px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child {
        min-height: initial; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child {
        width: auto; } }
  .category-banner-block.merch .category-banner-row:first-child .category-name {
    margin-bottom: 30px; }
    .category-banner-block.merch .category-banner-row:first-child .category-name h2 {
      font-size: 70px; }
      @media screen and (max-width: 1365px) {
        .category-banner-block.merch .category-banner-row:first-child .category-name h2 {
          font-size: 59px; } }
      @media screen and (max-width: 1199px) {
        .category-banner-block.merch .category-banner-row:first-child .category-name h2 {
          font-size: 53px; } }
      @media screen and (max-width: 1023px) {
        .category-banner-block.merch .category-banner-row:first-child .category-name h2 {
          font-size: 37px; } }
      @media screen and (max-width: 767px) {
        .category-banner-block.merch .category-banner-row:first-child .category-name h2 {
          font-size: 29px; } }
  .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child .category-name {
    padding: 0;
    text-align: center; }
    .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child .category-name h2 {
      font-size: 62px; }
      @media screen and (max-width: 1365px) {
        .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child .category-name h2 {
          font-size: 59px; } }
      @media screen and (max-width: 1199px) {
        .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child .category-name h2 {
          font-size: 47px; } }
      @media screen and (max-width: 1023px) {
        .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child .category-name h2 {
          font-size: 33px; } }
      @media screen and (max-width: 767px) {
        .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child .category-name h2 {
          font-size: 39px; } }
      @media screen and (max-width: 374px) {
        .category-banner-block.merch .category-banner-row:first-child .category-banner:last-child .category-name h2 {
          font-size: 32px; } }
  .category-banner-block.merch .category-banner-row:last-child .category-banner:first-child {
    width: calc(51% - 21px);
    min-height: 326px; }
    @media screen and (max-width: 1365px) {
      .category-banner-block.merch .category-banner-row:last-child .category-banner:first-child {
        min-height: initial; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.merch .category-banner-row:last-child .category-banner:first-child {
        width: auto; } }
  .category-banner-block.merch .category-banner-row:last-child .category-banner:last-child {
    width: 49.275%;
    min-height: 326px; }
    @media screen and (max-width: 1365px) {
      .category-banner-block.merch .category-banner-row:last-child .category-banner:last-child {
        min-height: initial; } }
    @media screen and (max-width: 767px) {
      .category-banner-block.merch .category-banner-row:last-child .category-banner:last-child {
        width: auto; } }
  .category-banner-block.merch .category-banner-row:last-child .category-details {
    padding-top: 30px;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: right;
    cursor: pointer; }
  .category-banner-block.merch .category-banner-row:last-child .category-name {
    padding-right: 30px;
    padding-left: 0; }
    @media screen and (max-width: 1199px) {
      .category-banner-block.merch .category-banner-row:last-child .category-name {
        padding-right: 25px; } }
    @media screen and (max-width: 1023px) {
      .category-banner-block.merch .category-banner-row:last-child .category-name {
        padding-right: 20px; } }
    .category-banner-block.merch .category-banner-row:last-child .category-name h2 {
      font-size: 59px; }
      @media screen and (max-width: 1365px) {
        .category-banner-block.merch .category-banner-row:last-child .category-name h2 {
          font-size: 55px; } }
      @media screen and (max-width: 1199px) {
        .category-banner-block.merch .category-banner-row:last-child .category-name h2 {
          font-size: 44px; } }
      @media screen and (max-width: 1023px) {
        .category-banner-block.merch .category-banner-row:last-child .category-name h2 {
          font-size: 31px; } }
      @media screen and (max-width: 767px) {
        .category-banner-block.merch .category-banner-row:last-child .category-name h2 {
          font-size: 30px; } }
  @media screen and (min-width: 1200px) {
    .category-banner-block + .collection-template .page-sidebar {
      width: 23.94%; } }
  @media screen and (max-width: 1199px) {
    .category-banner-block + .collection-template .page-sidebar {
      /*width: 28.63%;*/ } }
  @media screen and (max-width: 991px) {
    .category-banner-block + .collection-template .page-sidebar {
      width: 100%;
      padding-left: 5px;
      padding-right: 5px; } }
  @media screen and (max-width: 767px) {
    .category-banner-block + .collection-template .page-sidebar {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 479px) {
    .category-banner-block + .collection-template .page-sidebar {
      padding-left: 5px;
      padding-right: 5px; } }
  @media screen and (min-width: 1200px) {
    .category-banner-block + .collection-template .page-sidebar + .page-content {
      width: 76.06%;
      padding-right: 30px; } }
  @media screen and (max-width: 1199px) {
    .category-banner-block + .collection-template .page-sidebar + .page-content {
      /*width: 71.37%;*/
      padding-right: 25px; } }
  @media screen and (max-width: 991px) {
    .category-banner-block + .collection-template .page-sidebar + .page-content {
      width: 100%;
      padding-left: 5px;
      padding-right: 5px; } }
  @media screen and (max-width: 767px) {
    .category-banner-block + .collection-template .page-sidebar + .page-content {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 479px) {
    .category-banner-block + .collection-template .page-sidebar + .page-content {
      padding-left: 5px;
      padding-right: 5px; } }
  .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product {
    /*&:nth-last-child(-n+3) {
                  border-bottom: 1px solid #c9c9c9;
              }*/
    /*&:nth-last-child(2),*/ }
    @media screen and (max-width: 479px) {
      .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product {
        width: 50% !important; } }
    .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product .card .card-body .card-title {
      /*text-transform: uppercase;*/ }
      @media screen and (max-width: 1199px) {
        .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product .card .card-body .card-title {
          /*font-size: 12px;
                              line-height: 18px;*/ } }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product .card .card-body .bottom-card .card-price {
        max-width: 55%;
        flex: 55% 0 0; } }
    @media screen and (max-width: 1199px) {
      .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product .card .card-body .bottom-card .card-price .price-section span.price,
      .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product .card .card-body .bottom-card .card-price .price-section .price {
        /*font-size: 16px;*/ } }
    @media screen and (max-width: 767px) {
      .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product .card .card-body .bottom-card .card-price {
        flex: auto; } }
    @media screen and (max-width: 1199px) and (min-width: 992px) {
      .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product .card .card-body .bottom-card .card-review {
        max-width: 45%;
        flex: 45% 0 0; } }
    @media screen and (max-width: 767px) {
      .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product .card .card-body .bottom-card .card-review {
        max-width: initial;
        flex: auto 0 0; } }
    .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product:nth-last-child(-n + 2) {
      /*border-bottom: none;*/ }
      @media screen and (max-width: 767px) {
        .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product:nth-last-child(-n + 2) {
          border-bottom: none !important; } }
    .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product:nth-child(3) {
      border-right: none;
      border-bottom: 1px solid #c9c9c9; }
      @media screen and (max-width: 767px) {
        .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product:nth-child(3) {
          border-right: 1px solid #c9c9c9; } }
    @media screen and (max-width: 767px) {
      .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product:nth-child(2n + 2) {
        border-bottom: 1px solid #c9c9c9 !important; } }
    @media screen and (max-width: 479px) {
      .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product:nth-child(2n + 2) {
        padding-right: 0;
        padding-left: 10px; } }
    @media screen and (max-width: 479px) {
      .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product:nth-child(2n + 1) {
        /*border-right: none;*/
        border-right: 1px solid #c9c9c9;
        padding-left: 0;
        padding-right: 10px; } }
    @media screen and (max-width: 767px) {
      .category-banner-block + .collection-template .page-sidebar + .page-content .productGrid .product:last-child {
        border-bottom: none !important; } }
  @media screen and (min-width: 1200px) {
    .category-banner-block + .collection-template nav {
      /*padding: 0 50px 0 20px;*/
      padding-right: 50px;
      padding-left: 20px; } }
  @media screen and (max-width: 1199px) {
    .category-banner-block + .collection-template nav {
      /*padding: 0 25px 0 15px;*/
      padding-right: 25px;
      padding-left: 15px; } }

.firearm-guns-block {
  max-width: 1280px;
  margin: 40px auto 0;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (max-width: 1023px) {
    .firearm-guns-block {
      max-width: 660px; } }
  @media screen and (max-width: 767px) {
    .firearm-guns-block {
      max-width: 330px;
      margin: 5px auto 0; } }
  .firearm-guns-block .firearms-row {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap; }
    .firearm-guns-block .firearms-row .firearm {
      margin-right: 40px;
      width: calc(100% / 3 - 27px);
      margin-bottom: 21px; }
      .firearm-guns-block .firearms-row .firearm:nth-child(3n + 3) {
        margin-right: 0; }
      @media screen and (max-width: 1199px) {
        .firearm-guns-block .firearms-row .firearm {
          margin-right: 32px;
          width: calc(100% / 3 - 21.33px); } }
      @media screen and (max-width: 1023px) {
        .firearm-guns-block .firearms-row .firearm {
          margin-right: 32px;
          width: calc(100% / 2 - 21.33px); }
          .firearm-guns-block .firearms-row .firearm:nth-child(3n + 3) {
            margin-right: 32px; }
          .firearm-guns-block .firearms-row .firearm:nth-child(2n + 2) {
            margin-right: 0; } }
      @media screen and (max-width: 767px) {
        .firearm-guns-block .firearms-row .firearm {
          margin-right: 0px;
          width: 100%; }
          .firearm-guns-block .firearms-row .firearm:nth-child(3n + 3) {
            margin-right: 0px; }
          .firearm-guns-block .firearms-row .firearm:nth-child(2n + 2) {
            margin-right: 0; } }
      .firearm-guns-block .firearms-row .firearm .firearm-img {
        min-height: 128px;
        margin-bottom: -55px;
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 1199px) {
          .firearm-guns-block .firearms-row .firearm .firearm-img {
            max-width: 240px;
            margin-left: auto;
            margin-right: auto; } }
      .firearm-guns-block .firearms-row .firearm .firearm-details {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        background-color: #f3f3f3;
        border-bottom: 6px solid #f3f3f3;
        padding: 65px 20px 20px; }
        @media screen and (max-width: 1199px) {
          .firearm-guns-block .firearms-row .firearm .firearm-details {
            padding-left: 15px;
            padding-right: 15px; } }
      .firearm-guns-block .firearms-row .firearm .left .name {
        font-size: 36px;
        text-transform: uppercase;
        font-weight: 700;
        margin: 0;
        line-height: 1; }
        .firearm-guns-block .firearms-row .firearm .left .name sup {
          /*top: -0.5rem;*/
          top: 0;
          line-height: 1;
          font-size: 20px;
          vertical-align: super; }
        @media screen and (max-width: 1219px) {
          .firearm-guns-block .firearms-row .firearm .left .name {
            font-size: 28px; } }
        @media screen and (max-width: 1199px) {
          .firearm-guns-block .firearms-row .firearm .left .name {
            font-size: 28px; } }
        @media screen and (max-width: 374px) {
          .firearm-guns-block .firearms-row .firearm .left .name {
            font-size: 22px; } }
      .firearm-guns-block .firearms-row .firearm .left .category {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 14px; }
        @media screen and (max-width: 1199px) {
          .firearm-guns-block .firearms-row .firearm .left .category {
            font-size: 11px; } }
      .firearm-guns-block .firearms-row .firearm .right span {
        /*font-family: 'Bebas Neue', sans-serif;*/
        /*font-family: 'Bebas Neue Bold', sans-serif;*/
        /*font-family: 'Bebas Neue', sans-serif;*/
        font-family: "Bebas Neue Bold", sans-serif;
        font-weight: 700;
        color: #000000;
        text-transform: uppercase;
        font-size: 22px;
        padding: 4px 19px 2px;
        border: 1px solid #000000;
        display: inline-block; }
        .firearm-guns-block .firearms-row .firearm .right span:hover, .firearm-guns-block .firearms-row .firearm .right span:focus {
          background-color: #882528;
          color: #ffffff;
          border-color: #882528; }
        @media screen and (max-width: 1199px) {
          .firearm-guns-block .firearms-row .firearm .right span {
            font-size: 17px;
            padding: 4px 16px 1px; } }
      .firearm-guns-block .firearms-row .firearm:hover .firearm-details {
        border-color: #000000; }
      .firearm-guns-block .firearms-row .firearm:hover .left .name,
      .firearm-guns-block .firearms-row .firearm:hover .left .category {
        color: #882528; }
      .firearm-guns-block .firearms-row .firearm:hover .right span {
        background-color: #882528;
        color: #ffffff;
        border-color: #882528; }
  .firearm-guns-block.firearm-accessories .firearms-row .firearm:nth-child(3) .left .name sup {
    margin-left: -5px; }
  .firearm-guns-block.firearm-accessories .firearms-row .firearm:nth-child(4) .left .name sup {
    margin-left: 3px; }
  .firearm-guns-block.firearm-accessories .firearms-row .firearm:nth-child(5) .left .name sup {
    margin-left: 3px; }
  .firearm-guns-block.magazines .firearms-row .firearm:nth-child(3) .left .name sup {
    margin-left: 3px; }
  .firearm-guns-block.magazines .firearms-row .firearm:nth-child(4) .left .name sup {
    margin-left: -5px; }
  .firearm-guns-block.magazines .firearms-row .firearm:nth-child(5) .left .name sup {
    margin-left: 3px; }
  .firearm-guns-block.magazines .firearms-row .firearm:nth-child(8) .left .name sup {
    margin-left: 3px; }
  .firearm-guns-block.holsters .firearms-row .firearm:nth-child(2) .left .name sup {
    margin-left: 3px; }
  .firearm-guns-block.holsters .firearms-row .firearm:nth-child(5) .left .name sup {
    margin-left: 3px; }

.body .shipping-notes {
  text-align: center;
  margin-bottom: 25px; }
  .body .shipping-notes h5 {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 0;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .body .shipping-notes h5 {
        font-size: 14px; } }
    .body .shipping-notes h5 strong {
      color: #882528;
      font-weight: 700; }
      @media screen and (max-width: 767px) {
        .body .shipping-notes h5 strong {
          display: block;
          margin-bottom: 5px; } }
  @media screen and (max-width: 767px) {
    .body .shipping-notes {
      margin-bottom: 15px; } }

/* Mega Menu */
.menu-active:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 0.5; }

body {
  /*font-family: 'Montserrat', sans-serif;*/
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5; }

ul li {
  font-size: 16px; }

.primary-button {
  background-color: #882528;
  color: #ffffff;
  border-radius: 0;
  font-size: 22px;
  line-height: 27px;
  font-weight: 500;
  padding: 8px 30px 5px 30px;
  border: none;
  /*font-family: 'Bebas Neue', sans-serif;*/
  /*font-family: 'Bebas Neue Bold', sans-serif;*/
  /*font-family: 'Bebas Neue', sans-serif;*/
  font-family: "Bebas Neue Bold", sans-serif;
  font-weight: 700; }
  .primary-button:hover {
    background-color: #fff;
    color: #882528; }

.navPage-subMenu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 991px) {
    .navPage-subMenu {
      box-shadow: none; } }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden; }
    .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
      flex: 70.247% 0 0;
      max-width: 70.247%; }
      .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .megamenu-title {
        font-size: 24px;
        line-height: 1;
        color: #7e7e7e;
        text-transform: uppercase;
        margin-bottom: 10px;
        /*font-family: 'Bebas Neue', sans-serif;*/
        /*@include secondory-font;*/
        /*font-family: 'Bebas Neue', sans-serif;*/
        font-family: "Bebas Neue Bold", sans-serif;
        font-weight: 700; }
      .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list {
        padding: 28px 40px;
        margin-bottom: 10px !important; }
        .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list {
          display: flex;
          flex-wrap: wrap; }
          .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li {
            flex: 50% 0 0;
            max-width: 50%;
            border-right: 1px solid #c9c9c9;
            border-bottom: 1px solid #c9c9c9;
            /*&:last-child {
              border-bottom: none;
            }*/ }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link {
              display: -ms-flexbox;
              display: flex;
              -ms-flex-pack: center;
              justify-content: flex-start;
              -ms-flex-align: center;
              align-items: center;
              padding: 15px 15px 15px 48px; }
              .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-image {
                margin-right: 10px;
                height: 89px;
                /*width: 120px;*/
                width: 110px;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-align: center;
                align-items: center;
                justify-content: center; }
              .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-title h3 {
                font-size: 22px;
                line-height: 1;
                color: #000000;
                margin-bottom: 3px;
                font-weight: bold;
                text-transform: uppercase;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -ms-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out; }
                .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-title h3 sup {
                  font-size: 14px;
                  line-height: 0.8;
                  top: -8px;
                  left: 2px; }
                  .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-title h3 sup.tm-sign {
                    /*font-size: 22px;*/
                    font-size: 14px;
                    top: 0;
                    vertical-align: super; }
              .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-title h5 {
                font-size: 12px;
                margin: 0;
                font-weight: bold;
                text-transform: uppercase;
                -webkit-transition: all 0.5s ease-out;
                -moz-transition: all 0.5s ease-out;
                -ms-transition: all 0.5s ease-out;
                -o-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out; }
              .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link:hover h3,
              .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link:hover h5 {
                color: #882528; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li:nth-child(even) {
              border-right: none; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li:nth-last-child(2), .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li:last-child {
              border-bottom: none; }
          .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list.three-column-list li {
            flex: 33.33% 0 0;
            max-width: 33.33%; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list.three-column-list li .subcategory-link {
              padding: 0 20px 10px 15px; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list.three-column-list li:nth-child(even) {
              border-right: 1px solid #c9c9c9; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list.three-column-list li:nth-last-child(2), .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list.three-column-list li:last-child {
              border-bottom: none; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list.three-column-list li:nth-child(3n + 3) {
              border-right: none; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list.three-column-list li:nth-last-child(-n + 3) {
              border-bottom: none; }
        .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list.style-2 {
          padding: 62px 70px 30px 60px; }
          .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list.style-2 .model-list li .subcategory-link {
            padding: 20px 9px 8px 10px; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list.style-2 .model-list li .subcategory-link .subcategory-image {
              height: 136px;
              width: 136px; }
          .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list.style-2 .model-list li:nth-child(-n + 2) .subcategory-link {
            padding-top: 0; }
      .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list {
        background-color: #f3f3f3;
        padding: 30px 40px;
        position: relative; }
        .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list .megamenu-title {
          margin-bottom: 20px; }
        .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list .accessories-list-inr {
          display: flex;
          flex-wrap: wrap; }
          .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list .accessories-list-inr li {
            padding: 0 10px;
            margin-bottom: 18px;
            font-size: 14px;
            color: #000000;
            font-weight: 600;
            width: 46%;
            position: relative;
            padding-left: 18px;
            text-transform: uppercase; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list .accessories-list-inr li a {
              color: #000000; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list .accessories-list-inr li:before {
              content: "";
              width: 7px;
              top: 7px;
              height: 7px;
              display: block;
              position: absolute;
              left: 0;
              background-color: #882528; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list .accessories-list-inr li:hover {
              color: #882528;
              text-decoration: underline; }
              .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list .accessories-list-inr li:hover a {
                color: #882528;
                text-decoration: underline; }
        .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list.full-width-list {
          padding: 10px 40px; }
          .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list.full-width-list .accessories-list-inr {
            justify-content: center; }
            .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list.full-width-list .accessories-list-inr li {
              width: auto;
              margin-bottom: 0; }
        .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list:before {
          content: "";
          position: absolute;
          background: #f3f3f3;
          top: 0;
          bottom: 0;
          right: -99vw;
          width: 100vw; }
    .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner {
      flex: 29.753% 0 0;
      max-width: 29.753%;
      position: relative;
      background-color: #000; }
      .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .inner-image img {
        width: 100%; }
      .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption {
        text-align: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0 14px 30px 14px;
        max-width: 100%;
        right: 0; }
        .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption h2 {
          font-size: 46px;
          line-height: 1;
          font-weight: 700;
          color: #ffffff;
          margin-bottom: 8px; }
          .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption h2 sup {
            font-size: 24px;
            left: 4px; }
        .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption h4 {
          font-size: 20px;
          line-height: 1;
          color: #ffffff;
          text-transform: uppercase;
          padding-bottom: 6px;
          font-weight: 700;
          border-bottom: 4px solid #882528;
          margin-bottom: 10px;
          display: inline-block; }
        .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption p {
          font-size: 14px;
          line-height: 20px;
          color: #ffffff;
          margin-bottom: 20px; }
      .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-2 .menu-banner-caption h2 {
        font-size: 38px; }
      .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-2 .menu-banner-caption h4 {
        font-size: 18px; }
  .navPage-subMenu.full-width-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list {
    padding: 28px 48px 10px 88px; }
    .navPage-subMenu.full-width-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link {
      /*padding: 0 10px 10px 15px;*/
      padding: 10px 8px 10px 10px; }
      .navPage-subMenu.full-width-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-image {
        /*width: 107px;*/
        width: 110px; }
  .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-3 {
    flex: 54.082% 0 0;
    max-width: 54.082%;
    background-color: transparent;
    position: relative;
    z-index: 3; }
    .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-3 .single-banner {
      margin-bottom: 20px;
      position: relative; }
      .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-3 .single-banner .menu-banner-caption {
        right: 0;
        width: auto;
        padding: 20px 30px;
        text-align: right; }
        .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-3 .single-banner .menu-banner-caption h2 {
          width: 100%;
          text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.73);
          text-transform: uppercase; }
        .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-3 .single-banner .menu-banner-caption h4 {
          font-size: 18px;
          letter-spacing: 5.4px;
          font-family: "Montserrat", sans-serif;
          display: block;
          border: none;
          text-transform: uppercase;
          padding: 0; }
        .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-3 .single-banner .menu-banner-caption .primary-button {
          display: inline-block; }
      .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-3 .single-banner:last-child {
        margin-bottom: 0; }
  .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
    flex: 45.948% 0 0;
    max-width: 45.348%; }
    .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list {
      padding: 21px 51px; }
      .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list.style-3 .model-list li {
        border-right: none;
        border-bottom: 1px solid #c9c9c9;
        flex: 100% 0 0;
        max-width: 100%; }
        .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list.style-3 .model-list li .subcategory-link {
          padding: 10px 15px 10px 20px; }
          .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list.style-3 .model-list li .subcategory-link .subcategory-image {
            height: 110px;
            width: 110px;
            margin-right: 20px; }
        .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list.style-3 .model-list li:last-child {
          border-bottom: none; }
        .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list.style-3 .model-list li:first-child .subcategory-link {
          padding: 15px 15px 10px 20px; }
    .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list.full-width-list {
      position: absolute;
      bottom: 0;
      width: 100%;
      right: 0; }
      .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list.full-width-list .accessories-list-inr {
        justify-content: flex-end;
        width: 80%; }
  .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list:before {
    display: none; }
  .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
    /*max-width: 66.789%;
        flex: 66.789% 0 0;*/
    max-width: 70.789%;
    flex: 70.789% 0 0; }
    @media screen and (max-width: 1200px) {
      .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
        max-width: 67.789%;
        flex: 67.789% 0 0; } }
    .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list {
      padding: 28px 40px 35px 40px; }
  .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner {
    background-color: transparent;
    /*max-width: 33.211%;
        flex: 33.3211% 0 0;*/
    max-width: 29.211%;
    flex: 29.211% 0 0; }
    @media screen and (max-width: 1200px) {
      .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner {
        max-width: 32.211%;
        flex: 32.211% 0 0; } }
    .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption {
      /*padding: 0 0 0 45px;*/
      padding: 0 0 0 40px; }
      .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption .menu-banner-caption-inr {
        background: black;
        /*background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 56%, rgba(0,0,0,1) 100%);*/
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 8%, black 100%);
        padding: 0 14px 30px 14px; }
        @media screen and (max-width: 1200px) {
          .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption .menu-banner-caption-inr {
            background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 0%, black 100%); } }
  .navPage-subMenu.merch-mega-menu .navPage-subMenu-list .megamenu-section .mega-menu-banner {
    flex: 27.274% 0 0;
    max-width: 27.274%; }
  .navPage-subMenu.merch-mega-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
    flex: 72.726% 0 0;
    max-width: 72.726%; }
  .navPage-subMenu.holsters-menu .navPage-subMenu-list .megamenu-section .mega-menu-banner {
    flex: 27.274% 0 0;
    max-width: 27.274%; }
  .navPage-subMenu.holsters-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
    flex: 72.726% 0 0;
    max-width: 72.726%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .navPage-subMenu.holsters-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link {
      padding: 15px 15px 10px 48px; }
      .navPage-subMenu.holsters-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-image {
        height: 78px; }

.navigation-menu .navPages-container {
  position: unset; }
  .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item .navPage-subMenu {
    max-width: 1210px;
    margin: 0 auto 0 auto;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 0 !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out; }
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
      margin: 0;
      max-width: 100%; }
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item .navPage-subMenu.full-width-menu {
      max-width: 1366px; }
      .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item .navPage-subMenu.full-width-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
        max-width: 75.841%;
        flex: 75.841% 0 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item .navPage-subMenu.full-width-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list {
          margin-bottom: 0px !important; }
      .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item .navPage-subMenu.full-width-menu .navPage-subMenu-list .megamenu-section .mega-menu-banner {
        max-width: 24.159%;
        flex: 24.159% 0 0; }
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item .navPage-subMenu.style-3 {
      padding: 23px 13px !important; }
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item .navPage-subMenu.apparel-mega-menu {
      max-width: 1006px; }
  .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item:hover .navPage-subMenu {
    display: block; }
  .navigation-menu .navPages-container .navPages ul.navPages-list.mobile-view {
    display: none; }

.alertBox-message {
  font-size: 14px; }

/* Contact Us */
.page_contact_form--custom .body {
  margin: 0; }

.hero-section {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 260px;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap; }
  .hero-section [aria-label="Breadcrumb"] {
    width: 100%;
    padding: 20px 30px 0 30px;
    align-self: flex-start;
    position: relative; }
    .hero-section [aria-label="Breadcrumb"] ol.breadcrumbs {
      text-align: left; }
      .hero-section [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb {
        color: #ffffff; }
        .hero-section [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb a,
        .hero-section [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb span {
          color: #ffffff;
          font-size: 12px; }
        .hero-section [aria-label="Breadcrumb"] ol.breadcrumbs .breadcrumb:before {
          color: #ffffff; }
  .hero-section .container {
    max-width: 1200px; }
  .hero-section .collection-banner-catpion {
    text-align: left;
    width: 100%; }
    .hero-section .collection-banner-catpion .page-heading {
      color: #ffffff;
      font-size: 68px;
      line-height: 83px;
      margin-bottom: 0px;
      text-transform: uppercase;
      width: 100%;
      font-weight: 700;
      text-align: left; }
    .hero-section .collection-banner-catpion .sub-heading {
      font-size: 30px;
      line-height: 37px;
      text-transform: uppercase;
      color: #ffffff;
      font-weight: 700;
      margin-bottom: 20px; }
  .hero-section:before {
    content: "";
    background-color: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.contact-template {
  padding: 48px 0 120px 0; }
  .contact-template .container {
    max-width: 1200px; }
  .contact-template .contact-contnet {
    padding: 0 15px;
    width: 50%; }
    .contact-template .contact-contnet h3 {
      font-size: 40px;
      line-height: 54px;
      text-transform: uppercase;
      margin-bottom: 13px;
      /*font-family: "Bebas Neue", sans-serif;*/
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400; }
      .contact-template .contact-contnet h3 span {
        display: inline-block;
        border-bottom: 4px solid #882528; }
    .contact-template .contact-contnet .rte {
      margin-bottom: 42px; }
      .contact-template .contact-contnet .rte p {
        font-size: 14px;
        line-height: 20px; }
    .contact-template .contact-contnet .call-list,
    .contact-template .contact-contnet .mail-list {
      margin: 0;
      padding-left: 40px;
      position: relative; }
      .contact-template .contact-contnet .call-list li,
      .contact-template .contact-contnet .mail-list li {
        font-size: 25px;
        line-height: 1.4;
        margin-bottom: 16px; }
        .contact-template .contact-contnet .call-list li .title,
        .contact-template .contact-contnet .mail-list li .title {
          font-size: 14px;
          text-transform: uppercase;
          display: block;
          font-weight: 700; }
        .contact-template .contact-contnet .call-list li a,
        .contact-template .contact-contnet .mail-list li a {
          color: inherit; }
        .contact-template .contact-contnet .call-list li:hover a,
        .contact-template .contact-contnet .mail-list li:hover a {
          color: #882528;
          text-decoration: underline; }
      .contact-template .contact-contnet .call-list:before,
      .contact-template .contact-contnet .mail-list:before {
        content: "";
        background-repeat: no-repeat;
        background-size: 100%;
        width: 21px;
        height: 21px;
        position: absolute;
        left: 0;
        top: 3px; }
    .contact-template .contact-contnet .call-list {
      margin-bottom: 22px; }
      .contact-template .contact-contnet .call-list:before {
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.444' height='21.444' viewBox='0 0 21.444 21.444'%3E%3Cpath id='ic_call_24px' d='M7.313,12.28a18.047,18.047,0,0,0,7.851,7.851l2.621-2.621A1.184,1.184,0,0,1,19,17.224a13.589,13.589,0,0,0,4.253.679,1.2,1.2,0,0,1,1.191,1.191v4.158a1.2,1.2,0,0,1-1.191,1.191A20.251,20.251,0,0,1,3,4.191,1.2,1.2,0,0,1,4.191,3h4.17A1.2,1.2,0,0,1,9.552,4.191a13.534,13.534,0,0,0,.679,4.253,1.2,1.2,0,0,1-.3,1.215Z' transform='translate(-3 -3)'/%3E%3C/svg%3E%0A"); }
      .contact-template .contact-contnet .call-list li:last-child {
        margin-bottom: 0; }
    .contact-template .contact-contnet .mail-list {
      margin-bottom: 81px; }
      .contact-template .contact-contnet .mail-list:before {
        height: 17px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.987' height='16.79' viewBox='0 0 20.987 16.79'%3E%3Cpath id='ic_markunread_24px' d='M20.888,4H4.1A2.1,2.1,0,0,0,2.01,6.1L2,18.691a2.1,2.1,0,0,0,2.1,2.1h16.79a2.1,2.1,0,0,0,2.1-2.1V6.1A2.1,2.1,0,0,0,20.888,4Zm0,4.2-8.395,5.247L4.1,8.2V6.1l8.395,5.247L20.888,6.1Z' transform='translate(-2 -4)'/%3E%3C/svg%3E%0A"); }
      .contact-template .contact-contnet .mail-list li {
        font-size: 18px; }
        .contact-template .contact-contnet .mail-list li:last-child {
          margin-bottom: 0; }
    .contact-template .contact-contnet .social-icon ul {
      margin: 0;
      display: flex;
      align-items: center; }
      .contact-template .contact-contnet .social-icon ul li {
        margin-right: 27px; }
        .contact-template .contact-contnet .social-icon ul li a {
          display: block; }
          .contact-template .contact-contnet .social-icon ul li a svg {
            display: block; }
            .contact-template .contact-contnet .social-icon ul li a svg path {
              -webkit-transition: all 0.5s ease-out;
              -moz-transition: all 0.5s ease-out;
              -ms-transition: all 0.5s ease-out;
              -o-transition: all 0.5s ease-out;
              transition: all 0.5s ease-out; }
          .contact-template .contact-contnet .social-icon ul li a:hover svg path {
            fill: #882528; }
  .contact-template .contact-form {
    padding: 0 15px;
    width: 50%;
    margin-top: -168px; }
    .contact-template .contact-form .contact-form-inr {
      padding: 40px 40px 30px;
      background-color: #eaeaea; }
      .contact-template .contact-form .contact-form-inr .form {
        margin-bottom: 0; }
      .contact-template .contact-form .contact-form-inr .form-row {
        margin: 0; }
      .contact-template .contact-form .contact-form-inr .form-field {
        padding: 0;
        margin-bottom: 14px; }
        .contact-template .contact-form .contact-form-inr .form-field .form-label {
          font-size: 14px;
          line-height: 1.2;
          margin-bottom: 5px;
          color: #000000;
          font-weight: 700;
          text-transform: uppercase; }
          .contact-template .contact-form .contact-form-inr .form-field .form-label small {
            color: #000000; }
          .contact-template .contact-form .contact-form-inr .form-field .form-label sup {
            color: #882528;
            top: -4px;
            left: 1px; }
        .contact-template .contact-form .contact-form-inr .form-field .form-input {
          height: 45px; }
        .contact-template .contact-form .contact-form-inr .form-field .form-input[rows] {
          height: 165px; }
        .contact-template .contact-form .contact-form-inr .form-field .form-select,
        .contact-template .contact-form .contact-form-inr .form-field .form-input {
          border-color: #bfbfbf; }
      .contact-template .contact-form .contact-form-inr .form-actions {
        margin-top: 5px;
        text-align: left; }
        .contact-template .contact-form .contact-form-inr .form-actions .button--primary {
          background-color: #000000;
          text-transform: uppercase;
          font-size: 24px;
          /*font-family: "Bebas Neue", sans-serif;*/
          font-family: "Bebas Neue", sans-serif;
          font-weight: 400;
          padding: 10px 30px 8px 30px;
          line-height: 1; }
          .contact-template .contact-form .contact-form-inr .form-actions .button--primary:hover {
            background-color: #882528; }
      .contact-template .contact-form .contact-form-inr #contact-us-success {
        color: #000000;
        font-weight: 500; }

.contact-us-template {
  margin-top: 0; }

.page--custom .page-heading {
  font-size: 38px;
  font-weight: 700; }
  @media screen and (max-width: 991px) {
    .page--custom .page-heading {
      margin-top: 2rem;
      margin-bottom: 0.5rem; } }
  @media screen and (max-width: 767px) {
    .page--custom .page-heading {
      margin-bottom: 1rem;
      font-size: 25px; } }

.page--custom .page-content ul li {
  list-style: disc; }

/* Home page
.heroCarousel {
  margin-bottom: 0;
}
.heroCarousel-slide {

  .heroCarousel-image {
      object-fit: cover;
      min-height: 505px;
      height: 505px;
  }

  .heroCarousel-content {
      width: 595px;
      background-color: transparent;
      top: 40px;
      left: 55px;
      transform: translateY(-0%);
      text-align: left;
      margin-left: 0;
      padding: 0;
      .heroCarousel-title {
          @include primary-font;
          font-size: 64px;
          font-weight: 700;
          line-height: 66px;
          color: $white_color;
      }
      .heroCarousel-description {
          @include primary-font;
          font-size: 22px;
          line-height: 30px;
          color: $white_color;
          padding: 35px 0;
      }

      .heroCarousel-action {
          font-family: 'Bebas Neue', sans-serif;
          text-transform: uppercase;
          font-size: 33px;
          line-height: 40px;
          margin-top: 0;
          padding: 13px 48px 10px 48px;
          &:hover {
              background-color: $white_color;
              color: $black_color;
          }
      }

      .carousel-action-btn {
          display: flex;
          align-items: center;
          .shop-all-link {
              @include primary-font-bold;
              color: $white_color;
              margin-left: 35px;
              text-decoration: underline;
              &:hover {
                  color:$theme_color;
              }
          }
      }
  }
}
*/
.default--custom #main-content {
  margin-top: 0; }

.heroBanner {
  margin-bottom: 0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 35px;
  position: relative;
  background-position: center center;
  background-size: cover; }
  .heroBanner.desktop-only {
    display: block; }
    @media screen and (max-width: 992px) {
      .heroBanner.desktop-only {
        display: none; } }
  .heroBanner.tablet-only {
    display: none; }
    @media screen and (max-width: 992px) {
      .heroBanner.tablet-only {
        display: block; } }
    @media screen and (max-width: 768px) {
      .heroBanner.tablet-only {
        display: none; } }
  .heroBanner.mobile-only {
    display: block; }
    @media screen and (min-width: 769px) {
      .heroBanner.mobile-only {
        display: none; } }
  .heroBanner .wrapper {
    padding: 0;
    max-width: 1366px; }
  .heroBanner .heroBanner-slide .heroBanner-image {
    object-fit: cover;
    min-height: 505px;
    height: 505px; }
  .heroBanner .heroBanner-slide .heroBanner-content {
    width: 670px;
    background-color: transparent;
    top: 40px;
    left: 55px;
    transform: translateY(0%);
    text-align: left;
    margin-left: 0;
    padding: 0; }
    .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-stitle {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 30px;
      line-height: 36px;
      color: #ffffff;
      letter-spacing: 10px;
      margin-bottom: 10px; }
    .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-title {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 64px;
      font-weight: 900;
      line-height: 66px;
      color: #ffffff;
      margin-bottom: 0; }
    .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 22px;
      font-weight: 500;
      line-height: 30px;
      color: #ffffff;
      padding: 32px 0 31px;
      border-bottom: 1px solid #fff;
      margin-bottom: 25px; }
    .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-action {
      /*font-family: 'Bebas Neue', sans-serif;*/
      /*@include secondory-font;*/
      /*font-family: 'Bebas Neue', sans-serif;*/
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 33px;
      line-height: 40px;
      margin-top: 0;
      margin-bottom: 0;
      padding: 13px 48px 10px 48px; }
      .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-action:hover {
        background-color: #ffffff;
        color: #000000; }
    .heroBanner .heroBanner-slide .heroBanner-content .carousel-action-btn {
      display: flex;
      align-items: center; }
      .heroBanner .heroBanner-slide .heroBanner-content .carousel-action-btn .shop-all-link {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 22px;
        color: #ffffff;
        margin-left: 35px;
        text-decoration: underline; }
        .heroBanner .heroBanner-slide .heroBanner-content .carousel-action-btn .shop-all-link:hover {
          color: #882528; }

.home-three-category-section {
  margin-bottom: 55px !important; }
  .home-three-category-section .category-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap; }
    .home-three-category-section .category-content .category-item {
      width: 32%;
      position: relative; }
      .home-three-category-section .category-content .category-item img {
        width: 100%;
        height: auto; }
      .home-three-category-section .category-content .category-item .inner-content {
        position: absolute;
        right: 20px;
        bottom: 20px;
        text-align: right; }
        .home-three-category-section .category-content .category-item .inner-content h4 {
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-size: 40px;
          line-height: 36px;
          color: #ffffff; }
        .home-three-category-section .category-content .category-item .inner-content .button {
          /*font-family: 'Bebas Neue',sans-serif;*/
          /*font-family: 'Bebas Neue Bold',sans-serif;*/
          /*@include secondory-font;*/
          /*font-family: 'Bebas Neue', sans-serif;*/
          font-family: "Bebas Neue Bold", sans-serif;
          font-weight: 700;
          font-size: 22px;
          line-height: 27px;
          font-weight: 500;
          margin-bottom: 0;
          padding: 7px 21px 6px; }

.free-shipping-section {
  max-width: 1035px;
  margin: 0 auto;
  width: 95%;
  padding: 40px 0 36px; }
  .free-shipping-section .free-img {
    position: absolute;
    width: 100%;
    left: 0px;
    object-fit: cover;
    height: 100%;
    display: inline-block;
    background: rgba(161, 161, 161, 0.2) url(https://cdn11.bigcommerce.com/s-817iyq2gxd/images/stencil/original/image-manager/homepage-info-banner-1.jpg?t=1660362688&_gl=1*naz9a0*_ga*NzU5OTM4MTE5LjE2NTc4Mzg5NDI.*_ga_WS2VZYPC6G*MTY2MDM1ODM4NC4xNS4xLjE2NjAzNjI2OTMuNDQ.);
    background-blend-mode: luminosity !important;
    background-repeat: no-repeat !important;
    top: 0px;
    background-size: cover !important; }
  .free-shipping-section .free-shipping-content {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    flex-wrap: nowrap; }
    .free-shipping-section .free-shipping-content .shipping-item {
      position: relative; }
      .free-shipping-section .free-shipping-content .shipping-item h3 {
        /*font-family: 'Bebas Neue',sans-serif;*/
        /*font-family: 'Bebas Neue', sans-serif;*/
        font-family: "Bebas Neue Bold", sans-serif;
        font-weight: 700;
        font-size: 25px;
        line-height: 30px; }
      .free-shipping-section .free-shipping-content .shipping-item p {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 0; }
        .free-shipping-section .free-shipping-content .shipping-item p a {
          text-decoration: underline; }
          .free-shipping-section .free-shipping-content .shipping-item p a:hover {
            color: #882528; }
      .free-shipping-section .free-shipping-content .shipping-item h2 {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-size: 46px;
        line-height: 56px;
        font-weight: 700; }
      .free-shipping-section .free-shipping-content .shipping-item h4 {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 25px;
        line-height: 24px;
        font-weight: 500; }
      .free-shipping-section .free-shipping-content .shipping-item span {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        font-weight: 500; }
      .free-shipping-section .free-shipping-content .shipping-item svg {
        position: absolute;
        top: 50%;
        transform: translateX(-50%); }
      .free-shipping-section .free-shipping-content .shipping-item svg.svg-left {
        left: -40px; }
      .free-shipping-section .free-shipping-content .shipping-item svg.svg-right {
        right: -40px; }
      .free-shipping-section .free-shipping-content .shipping-item:nth-child(1) a {
        text-decoration: none; }

.merch-section {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  position: relative;
  background-position: center center;
  background-size: cover;
  /*background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/merch-bg-1.png);*/
  background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/images/stencil/original/image-manager/homepage-merch-background-1.jpg"); }
  .merch-section .title-section {
    padding-top: 8.9%; }
    .merch-section .title-section h2 {
      margin: 0;
      padding-left: 30px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-size: 80px;
      line-height: 127px;
      color: #ffffff; }
  .merch-section .shop-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 19px 30px;
    border-top: 1px solid #ffffff;
    background-color: rgba(0, 0, 0, 0.4); }
    .merch-section .shop-section p {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 29px;
      font-weight: 500;
      color: #ffffff;
      margin-bottom: 0; }
    .merch-section .shop-section .button {
      /*font-family: 'Bebas Neue',sans-serif;*/
      /*font-family: 'Bebas Neue Bold',sans-serif;*/
      /*font-family: 'Bebas Neue', sans-serif;*/
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700;
      font-size: 22px;
      line-height: 27px;
      font-weight: 500;
      margin-bottom: 0;
      padding: 8px 30px 6px; }

.productCarousel {
  margin: 0;
  display: flex;
  flex-wrap: wrap; }
  .productCarousel .productCarousel-slide {
    padding: 7px 20px 11px;
    border-right: 1px solid #c9c9c9; }
    .productCarousel .productCarousel-slide .card {
      margin: 0; }
      .productCarousel .productCarousel-slide .card:hover .card-figcaption, .productCarousel .productCarousel-slide .card:focus .card-figcaption {
        opacity: 1; }
      .productCarousel .productCarousel-slide .card .card-figure {
        padding: 0;
        margin-bottom: 10px; }
        .productCarousel .productCarousel-slide .card .card-figure .card-figure__link .card-img-container:after {
          padding-bottom: 100%; }
        .productCarousel .productCarousel-slide .card .card-figure .card-figcaption {
          -webkit-transition: all 0.5s ease-out;
          -moz-transition: all 0.5s ease-out;
          -ms-transition: all 0.5s ease-out;
          -o-transition: all 0.5s ease-out;
          transition: all 0.5s ease-out;
          display: flex;
          justify-content: center; }
          .productCarousel .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body {
            transform: initial;
            top: auto;
            display: flex;
            justify-content: center;
            flex-direction: column;
            align-self: center; }
            .productCarousel .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button {
              width: 100%; }
              .productCarousel .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button:not(.button--icon) {
                font-size: 20px;
                padding: 10px 21px 6px;
                line-height: 1;
                font-weight: 700;
                text-transform: uppercase;
                font-family: "Bebas Neue";
                text-align: center; }
                @media screen and (max-width: 374px) {
                  .productCarousel .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button:not(.button--icon) {
                    padding: 10px 18px 6px; } }
              .productCarousel .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button.quickview {
                color: #ffffff;
                background-color: #000000; }
                .productCarousel .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button.quickview:hover, .productCarousel .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button.quickview:focus {
                  color: #ffffff;
                  background-color: #882528; }
              .productCarousel .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"] {
                color: #000000;
                background-color: #dec96f; }
                .productCarousel .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"]:hover, .productCarousel .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button[data-event-type="product-click"]:focus {
                  color: #ffffff;
                  background-color: #882528; }
        .productCarousel .productCarousel-slide .card .card-figure .sale-flag-side,
        .productCarousel .productCarousel-slide .card .card-figure .sold-out-flag-side {
          bottom: 0px;
          left: 0px;
          top: inherit;
          border-radius: 0;
          padding: 5px 12px;
          height: 32px;
          line-height: 1.2;
          /*font-family: 'Bebas Neue', sans-serif;*/
          font-family: "Bebas Neue", sans-serif;
          font-weight: 400;
          font-size: 20px;
          font-weight: 400;
          text-transform: uppercase; }
      .productCarousel .productCarousel-slide .card .card-body {
        padding: 0; }
        .productCarousel .productCarousel-slide .card .card-body .card-title {
          color: #000000;
          font-size: 12px;
          line-height: 17px;
          font-weight: 700;
          margin-bottom: 0px;
          min-height: 55px;
          text-transform: capitalize; }
          .productCarousel .productCarousel-slide .card .card-body .card-title:hover a {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 12px;
            line-height: 17px;
            color: #882528; }
        .productCarousel .productCarousel-slide .card .card-body .bottom-card {
          display: flex;
          flex-wrap: wrap;
          align-items: center;
          margin: 0 -10px; }
          .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-review {
            flex: 37% 0 0;
            max-width: 37%;
            padding: 0 10px; }
            .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small {
              display: block; }
              .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small > span {
                display: flex; }
              .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small .icon {
                margin: 0 1px; }
                .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-review .rating--small .icon svg {
                  display: block; }
          .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-price {
            flex: 63% 0 0;
            max-width: 63%;
            padding: 0 10px;
            margin: 0; }
            .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-price .price-section {
              display: inline-block; }
              .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-price .price-section span {
                display: block; }
                .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-price .price-section span:not(.price) {
                  display: none; }
                .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-price .price-section span.price {
                  font-size: 16px;
                  line-height: 20px;
                  font-weight: 400;
                  color: #000000;
                  /*@include secondory-font;*/
                  /*font-family: 'Bebas Neue', sans-serif;*/
                  font-family: "Bebas Neue Bold", sans-serif;
                  font-weight: 700; }
              .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-price .price-section.non-sale-price--withoutTax .price {
                color: #969696; }
              .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-price .price-section.rrp-price--withoutTax .price {
                color: #000000; }

.home-product {
  max-width: 1250px;
  width: 95%;
  margin: 55px auto 40px; }
  .home-product .page-heading {
    display: none;
    margin-bottom: 20px; }
  .home-product.featured-products .page-heading {
    display: block;
    color: #000000;
    font-family: "Bebas Neue";
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase; }
  .home-product .slick-dots {
    display: none !important; }
  .home-product .slick-next {
    right: -2.35714rem;
    background-color: transparent;
    border: none; }
    .home-product .slick-next:before {
      background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-next-arrow.png); }
  .home-product .slick-prev {
    left: -2.35714rem;
    background-color: transparent;
    border: none; }
    .home-product .slick-prev:before {
      background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-prev-arrow.png); }
  .home-product .slick-next.slick-disabled:before,
  .home-product .slick-prev.slick-disabled:before {
    opacity: 1; }
  .home-product .slick-disabled {
    opacity: 1; }
  .home-product .slick-next.slick-disabled:before {
    background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/arrow-next-disable.png); }
  .home-product .slick-prev.slick-disabled:before {
    background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/arrow-prev-disable.png); }
  .home-product .card-figcaption-body .card-figcaption-button:focus {
    background-color: #000000; }

.bottom-html {
  max-width: 1090px;
  width: 95%;
  margin: auto;
  text-align: center; }
  .bottom-html p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    margin-top: 50px; }

.default--custom.cart-body .body {
  margin-bottom: 60px; }

[data-layout-name="feature-product-layout"] {
  max-width: 1110px;
  width: 95%;
  margin: 25px auto 60px auto;
  justify-content: space-between;
  align-items: flex-start; }
  [data-layout-name="feature-product-layout"] [data-sub-layout] {
    flex-basis: 48%;
    max-width: 48%; }
    [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id] {
      position: relative; }
      [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) {
        padding: 30px 16px;
        background-color: #eaeaea; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-image"] > div {
          background-color: #eaeaea;
          background-blend-mode: multiply;
          height: 500px;
          margin: 0; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-name"] {
          margin-top: 20px;
          padding: 0; }
          [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-name"] a {
            font-size: 20px;
            line-height: 26px;
            font-family: "Montserrat", sans-serif;
            font-weight: 700; }
            [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-name"] a:hover {
              color: #882528; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-price"] {
          padding: 0;
          margin-top: 20px;
          /*@include secondory-font;*/
          /*font-family: 'Bebas Neue', sans-serif;*/
          font-family: "Bebas Neue Bold", sans-serif;
          font-weight: 700;
          font-weight: 500;
          font-size: 26px;
          line-height: 33px; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-ratings"] {
          padding: 0 30px 0 0;
          position: absolute;
          bottom: 25px;
          right: 0;
          margin: 0; }
          [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-ratings"] svg {
            width: 19.85px;
            height: 16.91px;
            margin: -3px; }
            [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-ratings"] svg path {
              stroke: #bb9d6e; }
          [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-ratings"] span {
            display: none; }
    [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) {
      flex-direction: row;
      flex-wrap: wrap; }
      [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] {
        position: relative;
        padding: 10px 20px;
        width: 50%; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(2) {
          border-bottom: 1px solid #c9c9c9;
          border-right: 1px solid #c9c9c9; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(3) {
          border-bottom: 1px solid #c9c9c9; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(4) {
          border-right: 1px solid #c9c9c9; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-image"] > div {
          margin: 0;
          height: 235px; }
          @media screen and (max-width: 767px) {
            [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-image"] > div > svg {
              height: 235px; } }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-name"] {
          padding: 0;
          min-height: 42px;
          margin-top: 0px;
          margin-bottom: 20px;
          padding-bottom: 20px; }
          [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-name"] a {
            font-size: 12px;
            line-height: 17px;
            font-family: "Montserrat", sans-serif;
            font-weight: 700; }
            [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-name"] a:hover {
              color: #882528; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-price"] {
          padding: 0;
          margin-top: 0;
          /*@include secondory-font;*/
          /*font-family: 'Bebas Neue', sans-serif;*/
          font-family: "Bebas Neue Bold", sans-serif;
          font-weight: 700;
          font-weight: 500;
          font-size: 16px;
          line-height: 20px;
          position: absolute;
          bottom: 10px;
          left: 20px; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-ratings"] {
          padding: 0;
          padding: 0 30px 0 0;
          position: absolute;
          bottom: 10px;
          right: 0;
          margin: 0; }
          [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-ratings"] svg {
            width: 11.79px;
            height: 10.04px;
            margin: -2px; }
            [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-ratings"] svg path {
              stroke: #bb9d6e; }
          [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-ratings"] span {
            display: none; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-brand"] {
          padding-left: 0;
          font-size: 12px; }

.featured-title-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 65px; }
  .featured-title-section h2 {
    /*@include secondory-font;*/
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: "Bebas Neue Bold", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    margin: 0 30px 0 0;
    color: #000000; }
  .featured-title-section a {
    /*@include secondory-font;*/
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: "Bebas Neue Bold", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    border: 1px solid black;
    padding: 6px 15px 5px 15px;
    font-weight: 500;
    color: #000000; }
    .featured-title-section a:hover {
      color: #ffffff;
      background-color: #000000; }

[data-layout-name="two-column-collection"] {
  max-width: 1127px;
  width: 95%;
  margin: 0 auto;
  align-items: flex-start;
  padding: 60px 0 80px 0;
  justify-content: space-between; }
  [data-layout-name="two-column-collection"] [data-sub-layout] {
    flex-basis: 48%;
    max-width: 48%;
    justify-content: flex-start;
    height: 480px; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(2) p {
      /*@include secondory-font;*/
      /*font-family: 'Bebas Neue', sans-serif;*/
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700;
      font-weight: 500 !important;
      line-height: 24px;
      background-color: #882528;
      padding: 5px 20px 5px 15px;
      clip-path: polygon(100% 0, 100% 0%, 80% 100%, 0 100%, 0 0); }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(3) p {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      line-height: 44px;
      margin-top: 15px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(3) p a {
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(3) p a:hover {
          color: #000000; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p {
      line-height: 48px;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      padding-top: 5px;
      padding-bottom: 10px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p a {
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p a:hover {
          color: #000000; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(5) p {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      line-height: 24px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(5) p a {
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(5) p a:hover {
          color: #000000; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(6) p {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      color: #000000;
      line-height: 22px;
      margin-top: 45px;
      margin-bottom: 35px;
      max-width: 265px;
      width: 100%; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) #buttonLink,
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) .buttonLink {
      /*@include secondory-font;*/
      /*font-family: 'Bebas Neue', sans-serif;*/
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700;
      line-height: 24px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) #buttonLink a,
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) .buttonLink a {
        padding-top: 4px;
        padding-right: 14px;
        padding-bottom: 2px;
        padding-left: 14px; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(8) {
      position: absolute;
      left: auto;
      right: 40px;
      z-index: -1; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(9) p {
      margin-top: 40px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(9) p a {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-decoration: underline; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(9) p a:hover {
          color: #882528; }
    [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) {
      padding-left: 35px;
      border-left: 1px solid #c9c9c9; }
      [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(3) p {
        min-width: 362px;
        background-color: rgba(255, 255, 255, 0.6); }
      [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(4) p {
        min-width: 362px;
        background-color: rgba(255, 255, 255, 0.6); }
      [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(5) p {
        min-width: 362px;
        background-color: rgba(255, 255, 255, 0.6); }
      [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(8) {
        position: absolute;
        left: auto;
        right: -30px;
        z-index: -1; }

.productCarousel .productCarousel-slide .card .card-figure .sale-flag-side,
.productCarousel .productCarousel-slide .card .card-figure .sold-out-flag-side {
  font-size: 15px;
  line-height: 18px;
  height: 25px; }

@media (min-width: 768px) {
  [data-layout-name="two-column-collection"] .slick-list {
    max-width: 1150px;
    width: 95%;
    margin: 0 auto;
    overflow: unset; }
    [data-layout-name="two-column-collection"] .slick-list .slick-track {
      display: flex;
      flex-wrap: wrap;
      z-index: 0;
      position: relative;
      align-items: flex-start;
      justify-content: space-between;
      width: 100% !important; }
      [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide {
        width: 48% !important; }
        [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide [data-widget-id]:nth-child(8) {
          right: -100px; }
        [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) {
          padding-left: 35px;
          border-left: 1px solid #c9c9c9; }
          [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(8) {
            right: -20px; }
          [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(3) p {
            min-width: 362px;
            background-color: rgba(255, 255, 255, 0.6); }
          [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(4) p {
            min-width: 362px;
            background-color: rgba(255, 255, 255, 0.6); }
          [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(5) p {
            min-width: 362px;
            background-color: rgba(255, 255, 255, 0.6); }
  [data-sub-layout] [data-widget-id]:nth-child(8) {
    position: absolute;
    left: auto;
    right: 60px;
    z-index: -1;
    top: 0; } }

@media (min-width: 993px) and (max-width: 1365px) {
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide [data-widget-id]:nth-child(8) img {
    width: 395px !important;
    height: 355px !important; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(8) img {
    width: 395px !important;
    height: 355px !important; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(3) p {
    min-width: 296px; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(4) p {
    min-width: 296px; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(5) p {
    min-width: 296px; } }

@media (min-width: 993px) and (max-width: 1365px) {
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(8) img {
    width: 395px !important;
    height: 355px !important; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(3) p {
    min-width: 296px; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(4) p {
    min-width: 296px; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(5) p {
    min-width: 296px; } }

@media (min-width: 768px) and (max-width: 992px) {
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide [data-widget-id]:nth-child(8) {
    width: 116px; }
    [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide [data-widget-id]:nth-child(8) img {
      width: auto !important;
      height: auto !important; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:first-child [data-widget-id]:nth-child(8) {
    right: 0;
    width: 222px; }
    [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:first-child [data-widget-id]:nth-child(8) img {
      width: auto !important;
      height: auto !important; }
    [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:first-child [data-widget-id]:nth-child(8) [data-edit-mode] {
      height: auto !important; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(8) {
    right: 0;
    width: 222px; }
    [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(8) img {
      width: auto !important;
      height: auto !important; }
    [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(8) [data-edit-mode] {
      height: auto !important; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(3) p {
    min-width: 205px; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(4) p {
    min-width: 205px; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(5) p {
    min-width: 205px; } }

@media (min-width: 1366px) {
  .home-three-category-section {
    max-width: 1250px;
    margin: 0 auto;
    width: 95%; }
  .productCarousel .productCarousel-slide:last-child {
    border-right: none; }
  .productCarousel.slick-slider .slick-list {
    margin-left: 1px; }
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide[data-sub-layout]:first-child [data-widget-id]:nth-child(8) {
    right: -60px; } }

@media (min-width: 1367px) {
  .home-three-category-section {
    max-width: 1366px;
    margin: 0 auto;
    width: 100%; } }

@media (min-width: 1024px) and (max-width: 1365px) {
  .home-three-category-section {
    max-width: 1250px;
    margin: 0 auto;
    width: 95%; }
  .home-three-category-section .category-content .category-item {
    width: 32.4%; } }

@media (min-width: 1281px) and (max-width: 1366px) {
  .home-three-category-section .category-content .category-item img {
    min-height: 260px; } }

@media (min-width: 1024px) and (max-width: 1365px) {
  [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(8) img {
    width: 145.69px !important;
    height: 351.74px !important; }
  [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(8) img {
    width: 395px !important;
    height: 360px !important; }
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description {
    width: 550px; } }

@media (max-width: 1023px) {
  .productCarousel .productCarousel-slide .card .card-figure .card-figcaption .card-figcaption-body .button {
    display: none; } }

@media (min-width: 768px) and (max-width: 1365px) {
  .heroBanner {
    padding-top: 50px;
    padding-bottom: 40px; }
    .heroBanner .heroBanner-slide .heroBanner-content {
      width: 655px; }
  [data-layout-name="feature-product-layout"] {
    width: 100%; }
  [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) {
    padding-right: 20px; }
  [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) {
    padding: 15px; }
  [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-name"] {
    min-height: 40px; }
  [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-image"] > div {
    height: 225px; }
    [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-image"] > div > svg {
      height: 225px; }
  .heroBanner .heroBanner-slide .heroBanner-content .carousel-action-btn,
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description,
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-stitle,
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-title {
    padding-left: 40px !important; }
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-stitle {
    margin-bottom: 0; }
  [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(2) p {
    font-size: 16px;
    line-height: 19px; }
  [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(3) p {
    font-size: 21px;
    line-height: 36px; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(3) p a {
      font-size: 21px;
      line-height: 36px; }
  [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p {
    font-size: 37px;
    line-height: 39px; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p a {
      font-size: 37px;
      line-height: 39px; }
  [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(5) p {
    font-size: 16px;
    line-height: 19px; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(5) p a {
      font-size: 16px;
      line-height: 19px; }
  [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(6) p {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    max-width: 260px; }
  [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) #buttonLink {
    font-size: 16px;
    line-height: 19px; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) #buttonLink a {
      padding-top: 4px;
      padding-right: 14px;
      padding-bottom: 2px;
      padding-left: 14px;
      font-size: 16px;
      line-height: 19px; }
  [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) .buttonLink {
    font-size: 16px;
    line-height: 19px; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) .buttonLink a {
      padding-top: 4px;
      padding-right: 14px;
      padding-bottom: 2px;
      padding-left: 14px;
      font-size: 16px;
      line-height: 19px !important; }
  [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(8) {
    position: absolute;
    left: auto;
    right: 40px;
    z-index: -1; }
  [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(9) p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 75px; }
    [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(9) p a {
      font-size: 14px;
      line-height: 22px; }
  [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) {
    padding-left: 25px; }
    [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(3) p {
      min-width: 296px; }
    [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(4) p {
      min-width: 296px; }
    [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(5) p {
      min-width: 296px; }
    [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(8) {
      position: absolute;
      left: auto;
      right: -20px;
      z-index: -1; }
  [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-price"] {
    font-size: 23px;
    line-height: 29px; }
  [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-ratings"] {
    bottom: 30px; }
  .home-three-category-section {
    margin-bottom: 60px !important; }
    .home-three-category-section .category-content .category-item .inner-content {
      bottom: 17px;
      right: 17px; }
      .home-three-category-section .category-content .category-item .inner-content h4 {
        font-size: 30px;
        line-height: 26px; }
      .home-three-category-section .category-content .category-item .inner-content .button {
        font-size: 16px;
        line-height: 19px; }
  .free-shipping-section {
    width: 90%; }
    .free-shipping-section .free-shipping-content .shipping-item {
      position: relative; }
      .free-shipping-section .free-shipping-content .shipping-item h3 {
        padding: 0; }
      .free-shipping-section .free-shipping-content .shipping-item svg.svg-left {
        left: -45px; }
      .free-shipping-section .free-shipping-content .shipping-item svg.svg-right {
        right: -70px; }
      .free-shipping-section .free-shipping-content .shipping-item:nth-child(1) {
        width: 168px; }
      .free-shipping-section .free-shipping-content .shipping-item:nth-child(3) {
        width: 275px; }
        .free-shipping-section .free-shipping-content .shipping-item:nth-child(3) h3 {
          padding: 0 15px; }
  [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-image"] > div {
    height: 525px;
    margin: 0; }
  [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-name"] {
    margin-top: 0;
    padding: 0; }
  [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-price"] {
    font-size: 14px;
    line-height: 16px; }
  .merch-section {
    width: 100%; }
    .merch-section .title-section {
      padding-top: 11%; }
      .merch-section .title-section h2 {
        font-size: 64px;
        line-height: 102px;
        padding-left: 25px; }
    .merch-section .shop-section {
      padding: 20px 25px; }
      .merch-section .shop-section p {
        font-size: 19px;
        line-height: 23px; }
      .merch-section .shop-section .button {
        font-size: 17px;
        line-height: 20px; }
  .home-product {
    width: 91%; }
    .home-product .slick-next {
      right: -20px; }
    .home-product .slick-prev {
      left: -20px; }
  .bottom-html {
    max-width: 810px; }
    .bottom-html p {
      margin-top: 0;
      text-align: left; } }

@media (min-width: 768px) and (max-width: 992px) {
  .heroBanner {
    /*background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/banner-tab-grad-new.png) !important;*/
    padding-top: 42%;
    padding-bottom: 20px; }
    .heroBanner .heroBanner-slide .heroBanner-content {
      width: 655px; }
      .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description {
        margin-bottom: 20px; }
  .heroBanner .heroBanner-slide .heroBanner-content .carousel-action-btn,
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description,
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-stitle,
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-title {
    padding-left: 40px; }
  .sd-simple-text-8effcc3c-cabc-44e8-bd34-6373003f58fa {
    line-height: 0; }
  [data-layout-name="two-column-collection"] {
    width: 91%;
    padding: 50px 0; }
    [data-layout-name="two-column-collection"] [data-sub-layout] {
      height: auto; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(2) p {
        font-size: 11px;
        line-height: 13px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(3) p {
        font-size: 14px;
        line-height: 24px; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(3) p a {
          font-size: 14px;
          line-height: 24px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p {
        font-size: 27px;
        line-height: 28px;
        padding-bottom: 5px; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p a {
          font-size: 27px;
          line-height: 28px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(5) p {
        font-size: 10px;
        line-height: 13px; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(5) p a {
          font-size: 10px;
          line-height: 13px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(6) p {
        width: 220px;
        font-size: 12px;
        line-height: 16px;
        margin-top: 27px;
        margin-bottom: 20px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) #buttonLink {
        font-size: 11px;
        line-height: 13px; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) #buttonLink a {
          font-size: 11px;
          line-height: 13px;
          padding-top: 4px;
          padding-right: 14px;
          padding-bottom: 2px;
          padding-left: 14px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) .buttonLink {
        font-size: 11px;
        line-height: 13px; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) .buttonLink a {
          font-size: 11px;
          line-height: 13px !important;
          padding-top: 4px;
          padding-right: 14px;
          padding-bottom: 2px;
          padding-left: 14px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(8) {
        position: absolute;
        left: auto;
        right: 40px;
        z-index: -1; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(9) p {
        font-size: 12px;
        line-height: 12px;
        margin-top: 30px; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(9) p a {
          font-size: 12px;
          line-height: 12px; }
      [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(8) {
        width: 116px; }
      [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) {
        padding-left: 25px; }
        [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(3) p {
          min-width: 205px; }
        [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(4) p {
          min-width: 205px; }
        [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(5) p {
          min-width: 205px; }
        [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(8) {
          width: 222px;
          position: absolute;
          left: auto;
          right: 15px;
          z-index: -1; }
  .home-three-category-section {
    width: 99%;
    margin: 0 auto 45px auto !important; }
    .home-three-category-section .category-content .category-item {
      width: 32.4%; }
      .home-three-category-section .category-content .category-item .inner-content {
        bottom: 17px;
        right: 17px; }
        .home-three-category-section .category-content .category-item .inner-content h4 {
          font-size: 23px;
          line-height: 21px; }
        .home-three-category-section .category-content .category-item .inner-content .button {
          font-size: 13px;
          line-height: 16px; }
  .free-shipping-section {
    width: 90%; }
    .free-shipping-section .free-shipping-content .shipping-item {
      position: relative; }
      .free-shipping-section .free-shipping-content .shipping-item h3 {
        padding: 0; }
      .free-shipping-section .free-shipping-content .shipping-item h2 {
        font-size: 35px;
        line-height: 33px; }
      .free-shipping-section .free-shipping-content .shipping-item h4 {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 0; }
      .free-shipping-section .free-shipping-content .shipping-item span {
        font-size: 13px;
        line-height: 20px; }
      .free-shipping-section .free-shipping-content .shipping-item svg.svg-left {
        left: -15px; }
      .free-shipping-section .free-shipping-content .shipping-item svg.svg-right {
        right: -45px; }
      .free-shipping-section .free-shipping-content .shipping-item:nth-child(1) {
        width: 168px; }
      .free-shipping-section .free-shipping-content .shipping-item:nth-child(2) {
        width: 186px; }
      .free-shipping-section .free-shipping-content .shipping-item:nth-child(3) {
        width: 200px; }
        .free-shipping-section .free-shipping-content .shipping-item:nth-child(3) h3 {
          padding: 0; }
        .free-shipping-section .free-shipping-content .shipping-item:nth-child(3) p br {
          display: none; }
  .featured-title-section {
    margin-top: 55px; }
    .featured-title-section h2 {
      font-size: 31px;
      line-height: 43px; }
    .featured-title-section a {
      font-size: 17px;
      line-height: 20px; }
  [data-layout-name="feature-product-layout"] {
    margin-top: 15px;
    flex-direction: column;
    max-width: 560px; }
    [data-layout-name="feature-product-layout"] [data-sub-layout] {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-image"] > div {
        height: 578px;
        margin: 0; }
      [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-name"] {
        margin-top: 0;
        padding: 0; }
      [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) {
        margin-top: 30px;
        padding-left: 30px;
        padding-right: 30px; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-price"] {
          font-size: 16px;
          line-height: 20px; }
  .merch-section {
    width: 100%; }
    .merch-section .title-section {
      padding-top: 8%; }
      .merch-section .title-section h2 {
        font-size: 48px;
        line-height: 77px;
        padding-left: 25px; }
    .merch-section .shop-section {
      padding: 20px 25px; }
      .merch-section .shop-section p {
        font-size: 14px;
        line-height: 18px; }
      .merch-section .shop-section .button {
        font-size: 12px;
        line-height: 14px; }
  .home-product {
    width: 80.8%; }
    .home-product .slick-next {
      right: -40px; }
    .home-product .slick-prev {
      left: -40px; }
  .bottom-html {
    max-width: 560px; }
    .bottom-html p {
      margin-top: 0;
      text-align: left; } }

@media (min-width: 993px) and (max-width: 1023px) {
  .home-three-category-section {
    width: 99%;
    margin: 0 auto 45px auto !important; }
    .home-three-category-section .category-content .category-item {
      width: 32.4%; } }

@media (min-width: 768px) and (max-width: 794px) {
  .home-product .productCarousel .productCarousel-slide {
    border-right: none; }
  .home-product .productCarousel .productCarousel-slide:nth-child(1n) {
    border-right: 1px solid #c9c9c9; } }

@media (min-width: 795px) and (max-width: 992px) {
  .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-price .price-section span.price {
    font-size: 13px; } }

@media (min-width: 992px) {
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 100%;
    height: 100%; } }

@media (max-width: 767px) {
  .heroBanner {
    /*background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/mobile-banner-new-2-1-.png) !important;*/
    padding-top: 55%;
    padding-bottom: 20px;
    /*margin-top: 58px;*/ }
    .heroBanner .heroBanner-slide .heroBanner-content {
      width: 100%;
      text-align: center; }
      .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description {
        margin-bottom: 20px; }
  .heroBanner .heroBanner-slide .heroBanner-content .carousel-action-btn,
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description,
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-stitle,
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-title {
    padding-left: 0 !important; }
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-stitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
    letter-spacing: 5px; }
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-title {
    font-size: 34px;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px; }
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description {
    display: none; }
  .heroBanner .heroBanner-slide .heroBanner-content {
    max-width: 335px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .heroBanner .heroBanner-slide .heroBanner-content .carousel-action-btn {
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: center; }
  .heroBanner .heroBanner-slide .heroBanner-content .carousel-action-btn .shop-all-link {
    margin: 10px 0 0 0;
    font-size: 12px;
    line-height: 16px; }
  [data-layout-name="two-column-collection"] {
    width: 80%;
    padding: 50px 0; }
    [data-layout-name="two-column-collection"] [data-container-styling="99aa3fbf-afa5-4a1a-987a-5b4fd94f7d58"] {
      display: none !important; }
    [data-layout-name="two-column-collection"] [data-sub-layout] {
      height: auto;
      flex-basis: 100%;
      max-width: 100%; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(2) p {
        font-size: 11px;
        line-height: 13px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(3) p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(3) p a {
          font-size: 14px;
          line-height: 24px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p {
        font-size: 27px;
        line-height: 28px;
        padding: 0; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p a {
          font-size: 27px;
          line-height: 28px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(5) p {
        font-size: 10px;
        line-height: 13px; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(5) p a {
          font-size: 10px;
          line-height: 13px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(6) p {
        width: 220px;
        font-size: 12px;
        line-height: 16px;
        margin-top: 20px;
        margin-bottom: 15px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) #buttonLink {
        font-size: 11px;
        line-height: 13px; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(7) #buttonLink a {
          font-size: 14px;
          line-height: 13px;
          padding-top: 9px;
          padding-right: 30px;
          padding-bottom: 8px;
          padding-left: 30px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(8) {
        position: absolute;
        left: auto;
        right: 0px;
        z-index: -1;
        top: 0;
        width: 107px; }
      [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(9) p {
        font-size: 12px;
        line-height: 12px;
        margin-top: 30px; }
        [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(9) p a {
          font-size: 12px;
          line-height: 12px; }
      [data-layout-name="two-column-collection"] [data-sub-layout]:first-child [data-widget-id]:nth-child(8) {
        width: 195px; }
        [data-layout-name="two-column-collection"] [data-sub-layout]:first-child [data-widget-id]:nth-child(8) [data-edit-mode] {
          height: auto !important; }
      [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(8) {
        width: 195px; }
        [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(8) [data-edit-mode] {
          height: auto !important; }
      [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(7) .buttonLink {
        font-size: 11px;
        line-height: 13px; }
        [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(7) .buttonLink a {
          font-size: 14px;
          line-height: 13px;
          padding-top: 9px;
          padding-right: 30px;
          padding-bottom: 8px;
          padding-left: 30px;
          line-height: 1 !important; }
      [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) {
        padding-top: 0px;
        padding-left: 0;
        border: none; }
        [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(3) p {
          min-width: 205px;
          background: none; }
        [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(4) p {
          min-width: 205px;
          background: none; }
        [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(5) p {
          min-width: 205px;
          background: none; }
        [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(8) {
          width: 180px;
          position: absolute;
          left: auto;
          right: 0px;
          z-index: -1; }
    [data-layout-name="two-column-collection"] .slick-next {
      background-color: transparent;
      border: none;
      right: 8px; }
      [data-layout-name="two-column-collection"] .slick-next:before {
        background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-next-mobile2.png); }
    [data-layout-name="two-column-collection"] .slick-prev {
      background-color: transparent;
      border: none;
      left: 15px;
      padding: 0; }
      [data-layout-name="two-column-collection"] .slick-prev:before {
        background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-prev-mobile1.png); }
    [data-layout-name="two-column-collection"] .slick-next.slick-disabled {
      opacity: 1; }
    [data-layout-name="two-column-collection"] .slick-prev.slick-disabled {
      opacity: 1; }
    [data-layout-name="two-column-collection"] .slick-next.slick-disabled:before {
      background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-next-disable-mobile-1.png);
      opacity: 1; }
    [data-layout-name="two-column-collection"] .slick-prev.slick-disabled:before {
      background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-disable-prev-mobile2.png);
      opacity: 1; }
  .home-three-category-section {
    width: 100%;
    margin-bottom: 5px !important; }
    .home-three-category-section .category-content {
      flex-wrap: wrap; }
      .home-three-category-section .category-content .category-item {
        width: 100%;
        margin-bottom: 15px; }
        .home-three-category-section .category-content .category-item .inner-content {
          bottom: 17px;
          right: 17px; }
          .home-three-category-section .category-content .category-item .inner-content h4 {
            font-size: 35px;
            line-height: 32px; }
          .home-three-category-section .category-content .category-item .inner-content .button {
            font-size: 19px;
            line-height: 23px; }
  .free-shipping-section {
    width: 90%;
    padding: 40px 0; }
    .free-shipping-section .free-img {
      background: rgba(161, 161, 161, 0.2) url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/850-0306-4-.png); }
    .free-shipping-section .free-shipping-content {
      flex-wrap: wrap; }
      .free-shipping-section .free-shipping-content .shipping-item {
        position: relative;
        width: 100%; }
        .free-shipping-section .free-shipping-content .shipping-item h3 {
          padding: 0; }
        .free-shipping-section .free-shipping-content .shipping-item h2 {
          font-size: 35px;
          line-height: 33px;
          padding: 0 55px; }
        .free-shipping-section .free-shipping-content .shipping-item h4 {
          font-size: 17px;
          line-height: 20px;
          margin-bottom: 0; }
        .free-shipping-section .free-shipping-content .shipping-item span {
          font-size: 13px;
          line-height: 20px; }
        .free-shipping-section .free-shipping-content .shipping-item svg.svg-left {
          left: 50%;
          top: -35px; }
        .free-shipping-section .free-shipping-content .shipping-item svg.svg-right {
          right: 0;
          left: 50%;
          bottom: 25px;
          top: auto; }
        .free-shipping-section .free-shipping-content .shipping-item:nth-child(1) {
          padding-bottom: 55px; }
          .free-shipping-section .free-shipping-content .shipping-item:nth-child(1) h2 {
            padding: 0 55px; }
        .free-shipping-section .free-shipping-content .shipping-item:nth-child(2) {
          padding-bottom: 55px; }
        .free-shipping-section .free-shipping-content .shipping-item:nth-child(3) h3 {
          padding: 0 15px; }
  .featured-title-section {
    margin-top: 55px; }
    .featured-title-section h2 {
      font-size: 31px;
      line-height: 43px; }
    .featured-title-section a {
      font-size: 17px;
      line-height: 20px; }
  [data-layout-name="feature-product-layout"] {
    margin-top: 15px;
    flex-direction: column;
    max-width: 560px;
    width: 90%; }
    [data-layout-name="feature-product-layout"] [data-sub-layout] {
      width: 100%;
      flex-basis: 100%;
      max-width: 100%; }
      [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) {
        padding: 20px; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-image"] > div {
          height: 300px;
          margin: 0; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-name"] {
          margin-top: 25px;
          padding: 0; }
          [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-name"] a {
            font-size: 16px;
            line-height: 22px; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-price"] {
          font-size: 16px;
          line-height: 20px; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-ratings"] {
          bottom: 15px; }
      [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) {
        margin-top: 30px; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(2) {
          padding-left: 0; }
          [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(2) [data-test-id="product-widget-price"] {
            left: 0; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(3) {
          padding-right: 0; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(4) {
          padding-left: 0; }
          [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(4) [data-test-id="product-widget-price"] {
            left: 0; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id]:nth-child(5) {
          padding-right: 0; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-image"] > div {
          height: 150px;
          min-height: 150px; }
          [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-image"] > div > svg {
            height: 150px; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-name"] {
          margin-top: 0px; }
        [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-price"] {
          font-size: 16px;
          line-height: 20px; }
  .merch-section {
    width: 100%;
    background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/mobile-merch-bg-new-resize.png); }
    .merch-section .title-section {
      padding-top: 31%; }
      .merch-section .title-section h2 {
        font-size: 48px;
        line-height: 77px;
        padding-left: 20px; }
    .merch-section .shop-section {
      padding: 10px 20px;
      background-color: rgba(0, 0, 0, 0.4); }
      .merch-section .shop-section p {
        font-size: 14px;
        line-height: 18px; }
      .merch-section .shop-section .button {
        font-size: 14px;
        line-height: 14px;
        padding: 9px 22px 8px; }
  .home-product .slick-next {
    right: 5px; }
    .home-product .slick-next:before {
      background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-next-mobile2.png);
      background-size: contain;
      width: 40px;
      height: 24px; }
  .home-product .slick-prev {
    left: -15px; }
    .home-product .slick-prev:before {
      background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-prev-mobile1.png);
      background-size: contain;
      width: 40px;
      height: 24px; }
  .home-product .slick-next.slick-disabled:before {
    background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-next-disable-mobile-1.png);
    background-size: contain;
    width: 40px;
    height: 24px; }
  .home-product .slick-prev.slick-disabled:before {
    background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-disable-prev-mobile2.png);
    background-size: contain;
    width: 40px;
    height: 24px; }
  .bottom-html {
    display: none; }
  .default--custom.cart-body .body {
    margin-bottom: 40px; }
  .productCarousel .productCarousel-slide .card .card-figure .sale-flag-side,
  .productCarousel .productCarousel-slide .card .card-figure .sold-out-flag-side {
    padding: 5px 8px;
    height: 20px;
    font-size: 9px;
    line-height: 11px; }
  .productCarousel .productCarousel-slide .card .card-body {
    text-align: left; }
  .productCarousel .productCarousel-slide .card .card-body .bottom-card .card-price .price-section span.price {
    font-size: 12px;
    line-height: 14px; }
  [data-layout-name="two-column-collection"] .slick-track .slick-slide:nth-child(2) [data-widget-id] .sd-simple-text-8effcc3c-cabc-44e8-bd34-6373003f58fa,
  [data-layout-name="two-column-collection"] .slick-track .slick-slide:nth-child(2) [data-widget-id] #sd-simple-text-eeca1d3d-febe-481e-ab01-22c4d0927d7b,
  [data-layout-name="two-column-collection"] .slick-track .slick-slide:nth-child(2) [data-widget-id] .sd-simple-text-eeca1d3d-febe-481e-ab01-22c4d0927d7b {
    line-height: 0 !important; }
  [data-layout-name="two-column-collection"] .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(3) p {
    min-width: 200px;
    padding-top: 7px;
    background-color: rgba(255, 255, 255, 0.6); }
  [data-layout-name="two-column-collection"] .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(4) p {
    min-width: 200px;
    background-color: rgba(255, 255, 255, 0.6); }
  [data-layout-name="two-column-collection"] .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(5) p {
    min-width: 200px;
    background-color: rgba(255, 255, 255, 0.6); } }

@media (min-width: 641px) and (max-width: 767px) {
  [data-layout-name="two-column-collection"] .slick-list {
    max-width: 610px;
    margin: 0 auto !important; }
  [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(8) {
    right: 20px; } }

@media (min-width: 480px) and (max-width: 640px) {
  [data-layout-name="two-column-collection"] .slick-list {
    max-width: 420px;
    margin: 0 auto !important; }
    [data-layout-name="two-column-collection"] .slick-list .slick-slide {
      padding: 0 10px; } }

@media (max-width: 479px) {
  [data-layout-name="two-column-collection"] .slick-list {
    padding: 0;
    max-width: 310px;
    width: 100%;
    margin: 0 auto !important; }
    [data-layout-name="two-column-collection"] .slick-list .slick-slide {
      padding: 0 10px; } }

@media (max-width: 550px) {
  .home-product .productCarousel .productCarousel-slide:nth-child(2n + 1) {
    border-right: 1px solid #c9c9c9; } }

/*quickview */
.quickView {
  padding-left: 20px;
  padding-right: 20px; }
  .quickView .productView.productView--quickView {
    display: block;
    width: 100%; }
    .quickView .productView.productView--quickView .product-middle-section {
      display: none; }
    .quickView .productView.productView--quickView .mobile-view {
      display: none; }
    .quickView .productView.productView--quickView .productView-images {
      padding: 0 20px;
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start;
      justify-content: space-between;
      margin: 0 -10px;
      width: 58.3%; }
      .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view {
        flex: 120px 0 0;
        max-width: 120px;
        padding: 0 10px; }
        .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .slick-list {
          margin: 35px 0 10px 0; }
        .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .productView-thumbnail {
          width: 100% !important;
          padding: 0 !important;
          border: none;
          margin-bottom: 10px; }
          .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .productView-thumbnail .productView-thumbnail-link {
            height: 100px;
            padding: 0;
            max-width: 102px;
            width: 100%;
            box-sizing: border-box;
            border: none; }
            .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .productView-thumbnail .productView-thumbnail-link img {
              object-fit: cover;
              width: 100%; }
            .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .productView-thumbnail .productView-thumbnail-link.is-active, .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .productView-thumbnail .productView-thumbnail-link:hover {
              border: 1px solid #000; }
        .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .slick-arrow {
          position: absolute;
          bottom: -20px;
          top: inherit;
          transform: rotate(90deg) translate(0, 100%);
          left: 50%;
          right: inherit;
          background-color: transparent;
          border: none;
          padding: 0;
          width: 22px;
          height: 14px; }
          .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .slick-arrow.slick-prev {
            position: absolute;
            transform: rotate(90deg) translate(0, 100%);
            left: 50%;
            right: inherit;
            top: 10px; }
            .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .slick-arrow.slick-prev:before {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.991' height='13.58' viewBox='0 0 21.991 13.58'%3E%3Cpath id='ic_expand_more_24px' d='M19.407,0,11,8.393,2.584,0,0,2.584l11,11,11-11Z' fill='%23882528'/%3E%3C/svg%3E%0A");
              width: 22px;
              height: 14px;
              transform: rotate(90deg);
              background-position: center; }
          .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .slick-arrow.slick-next:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.991' height='13.58' viewBox='0 0 21.991 13.58'%3E%3Cpath id='ic_expand_more_24px' d='M19.407,0,11,8.393,2.584,0,0,2.584l11,11,11-11Z' fill='%23882528'/%3E%3C/svg%3E%0A");
            width: 22px;
            height: 14px;
            transform: rotate(-90deg);
            background-position: center; }
          .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .slick-arrow .carousel-tooltip {
            display: none; }
          .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .slick-arrow.slick-disabled {
            opacity: 1 !important; }
            .quickView .productView.productView--quickView .productView-images .productView-thumbnails.desktop-view .slick-arrow.slick-disabled:before {
              opacity: 1 !important; }
      .quickView .productView.productView--quickView .productView-images .productView-thumbnails.mobile-view {
        display: none; }
      .quickView .productView.productView--quickView .productView-images .productView-image {
        flex: calc(100% - 120px);
        max-width: calc(100% - 120px);
        padding: 0 10px;
        margin: 0; }
        .quickView .productView.productView--quickView .productView-images .productView-image .productView-img-container {
          max-width: 600px; }
          .quickView .productView.productView--quickView .productView-images .productView-image .productView-img-container:after {
            padding-bottom: 100% !important; }
        .quickView .productView.productView--quickView .productView-images .productView-image .zoom-icon {
          background-color: #f3f3f3;
          width: 50px;
          height: 50px;
          position: absolute;
          right: 0;
          bottom: 0;
          text-align: center;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 1; }
        .quickView .productView.productView--quickView .productView-images .productView-image .product-badges .sold-out-flag-side,
        .quickView .productView.productView--quickView .productView-images .productView-image .product-badges .sale-flag-side {
          right: 0px;
          left: inherit;
          top: 0;
          border-radius: 0;
          padding: 8px 18px;
          height: 42px;
          line-height: 1.2;
          /*font-family: "Bebas Neue", sans-serif;*/
          font-family: "Bebas Neue", sans-serif;
          font-weight: 400;
          font-size: 25px;
          font-weight: 400;
          text-transform: uppercase; }
    .quickView .productView.productView--quickView .productView-image {
      min-height: 366px;
      min-width: inherit;
      flex: calc(100% - 120px);
      max-width: calc(100% - 120px);
      padding: 0 10px;
      margin: 0; }
    .quickView .productView.productView--quickView .productView-details {
      width: 41.8%; }
      .quickView .productView.productView--quickView .productView-details .productView-product {
        border-bottom: 2px solid #000000;
        padding-bottom: 10px; }
        .quickView .productView.productView--quickView .productView-details .productView-product .productView-title {
          margin: 0 0 20px;
          font-size: 32px;
          line-height: 40px;
          font-weight: 700; }
        .quickView .productView.productView--quickView .productView-details .productView-product .productView-rating {
          font-size: 14px;
          color: #000000; }
          .quickView .productView.productView--quickView .productView-details .productView-product .productView-rating .productView-reviewLink {
            font-size: 12px;
            color: #000000;
            text-decoration: underline;
            margin-left: 12px; }
            .quickView .productView.productView--quickView .productView-details .productView-product .productView-rating .productView-reviewLink:hover {
              color: #882528; }
      .quickView .productView.productView--quickView .productView-details.product-options .productView-options {
        margin: 0; }
        .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-info {
          margin: 10px 0 25px 0; }
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-info .productView-info-name,
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-info .productView-info-value {
            text-transform: uppercase;
            font-size: 16px;
            line-height: 35px;
            margin: 0; }
            .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-info .productView-info-name:first-child,
            .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-info .productView-info-value:first-child {
              margin: 0; }
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-info .productView-info-name {
            margin-right: 5px !important;
            float: left; }
        .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-price {
          font-size: 36px;
          display: flex;
          align-items: baseline;
          flex-wrap: wrap; }
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-price .price-section > span {
            display: none !important;
            /*font-family: 'Bebas Neue', sans-serif;*/
            /*font-family: 'Bebas Neue Bold', sans-serif;*/
            /*font-family: 'Bebas Neue', sans-serif;*/
            font-family: "Bebas Neue Bold", sans-serif;
            font-weight: 700;
            font-weight: 400; }
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-price .price-section .price {
            display: block !important;
            line-height: 37px;
            color: #882528; }
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-price .price-section.rrp-price--withoutTax .price {
            color: #000000 !important; }
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-price .price-section.non-sale-price--withoutTax .price, .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-price .price-section.rrp-price--withoutTax .price {
            font-size: 22px;
            color: #969696 !important;
            margin-right: 5px; }
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .productView-price .price-section.price-section--saving {
            margin-left: 5px;
            display: flex;
            font-size: 17px; }
        .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area {
          width: 100%;
          position: relative; }
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form {
            width: 100%;
            margin: 0 20px 0 0; }
            .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .form-field .form-label {
              color: #000000; }
              .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .form-field .form-label small {
                color: #000000; }
            .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .form-field .form-option-wrapper .form-option {
              border-color: #000;
              color: #000; }
            .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper {
              display: flex;
              width: 100%; }
              .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-field--increments {
                margin: 0 6px 0 0;
                width: auto; }
                .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-field--increments .form-label--alternate {
                  display: none; }
                .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-field--increments .button--icon {
                  display: none; }
              .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment {
                margin: 0; }
                .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .button--icon {
                  border: none;
                  border-radius: 0; }
                  .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .button--icon .icon {
                    display: flex;
                    display: -webkit-flex;
                    align-items: center;
                    -webkit-align-items: center;
                    justify-content: center;
                    -webkit-justify-content: center; }
                    .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .button--icon .icon svg {
                      fill: #000; }
                  .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .button--icon.button-icon-minus svg {
                    width: 10px;
                    height: 10px; }
                  .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .button--icon.button-icon-plus svg {
                    width: 10px;
                    height: 10px; }
                .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-increment .form-input--incrementTotal {
                  font-size: 18px;
                  font-weight: 400;
                  padding: 11px 5px;
                  width: 60px;
                  height: 54px;
                  border: 2px solid #333333;
                  border-radius: 0;
                  color: #000000;
                  font-family: "Montserrat", sans-serif;
                  font-weight: 400; }
              .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action {
                border: 1px solid #dec96f;
                background-color: #dec96f;
                border-radius: 0;
                margin: 0;
                padding: 14px 45px 10px 45px;
                display: -ms-flexbox;
                display: flex;
                -ms-flex-pack: center;
                justify-content: center;
                width: auto;
                /*font-family: 'Bebas Neue', sans-serif;*/
                font-family: "Bebas Neue", sans-serif;
                font-weight: 400;
                font-weight: 400;
                transition: all 0.5s ease-out;
                height: 54px;
                max-width: 230px; }
                .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action .form-icon {
                  margin-right: 6px; }
                .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action .button--primary {
                  background-color: transparent;
                  color: #000;
                  font-size: 26px;
                  padding: 0;
                  line-height: 1;
                  margin: 0;
                  margin-right: 10px;
                  /*font-family: 'Bebas Neue', sans-serif;*/
                  /*font-weight: 400;*/
                  /*font-family: 'Bebas Neue', sans-serif;*/
                  font-family: "Bebas Neue Bold", sans-serif;
                  font-weight: 700; }
                .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action:hover {
                  background-color: #f4dd7d;
                  color: #000;
                  border-color: #f4dd7d; }
                  .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action:hover .button--primary {
                    background-color: #f4dd7d;
                    color: #000; }
            .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form .cart-button-wishlist-button {
              width: calc(100% - 62px); }
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box {
            display: flex;
            position: absolute;
            bottom: 20px;
            width: 34%;
            right: 0; }
            .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box .dropdown-menu-button {
              background-color: transparent;
              color: #000;
              font-size: 18px;
              margin: 0;
              padding: 19px 0 19px 20px;
              display: flex;
              align-items: center;
              /*font-family: 'Bebas Neue', sans-serif;*/
              /*font-family: 'Bebas Neue', sans-serif;*/
              font-family: "Bebas Neue Bold", sans-serif;
              font-weight: 700; }
              .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box .dropdown-menu-button.is-open .icon {
                transform: rotate(180deg); }
              .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box .dropdown-menu-button:hover {
                color: #882528; }
            .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box #wishlist-dropdown.is-open {
              padding: 0; }
              .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box #wishlist-dropdown.is-open li {
                border-bottom: 1px solid #000; }
                .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box #wishlist-dropdown.is-open li .button {
                  background-color: #882528;
                  font-size: 18px;
                  line-height: 1;
                  padding: 14px 8px;
                  /*font-family: "Bebas Neue", sans-serif;*/
                  font-family: "Bebas Neue", sans-serif;
                  font-weight: 400; }
                  .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box #wishlist-dropdown.is-open li .button:hover {
                    background-color: #000000;
                    color: #ffffff; }
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form-wishlist {
            margin: 0;
            width: auto; }
            .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .form-wishlist .dropdown-menu.f-open-dropdown {
              background-color: #882528; }
          .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area .button-qty-wishlist {
            display: flex;
            align-items: center; }
    .quickView .productView.productView--quickView .productView-details.product-data {
      margin-top: 60px;
      width: 41.8%; }
    .quickView .productView.productView--quickView .productView-thumbnails .slick-list {
      margin-left: 0;
      margin-right: 0; }
  .quickView .product-middle-section {
    display: none; }
  .quickView .wishlist-box {
    display: none; }

@media (max-width: 1365px) {
  .quickView .productView-details.product-options .productView-options .price-button-area .button-qty-wishlist .wishlist-box .dropdown-menu-button {
    font-size: 16px; }
  .quickView .productView-details.product-data .productView-product .productView-title {
    font-size: 30px;
    line-height: 38px; }
  .quickView .productView-details.product-options .productView-options .price-button-area .form-wishlist {
    width: 100%; }
  .quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box {
    bottom: -32px !important;
    width: 94% !important;
    right: inherit !important;
    left: 100px !important;
    max-width: 270px !important; }
    .quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box .dropdown-menu-button {
      justify-content: center; }
  .sd-simple-text-8effcc3c-cabc-44e8-bd34-6373003f58fa {
    line-height: 0; } }

@media (max-width: 1023px) {
  .quickView .productView.productView--quickView {
    display: block; }
  .quickView .productView-images {
    width: 100% !important; }
  .quickView .productView-details.product-data {
    margin-top: 0;
    width: 100% !important;
    text-align: center; }
  .quickView .productView-details {
    width: 100% !important; }
  .quickView .productView-options {
    text-align: center; }
  .quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box {
    left: 100px !important; } }

.previewCartCheckout .button {
  padding: 13px 20px 11px 19px !important;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border: 1px solid #000000;
  color: #000000; }
  .previewCartCheckout .button:hover {
    border-color: #000000;
    background-color: #000000;
    color: #ffffff; }

.previewCartCheckout .button--checkout {
  background-color: #dec96f;
  border: 1px solid #dec96f;
  color: #000000; }
  .previewCartCheckout .button--checkout:hover {
    color: #000000;
    border-color: #f4dd7d;
    background-color: #f4dd7d; }

.navUser .dropdown-menu {
  border-color: #333333; }
  .navUser .dropdown-menu .previewCartList {
    padding: 0 20px;
    display: flex;
    flex-direction: column; }
    .navUser .dropdown-menu .previewCartList .previewCartItem-name {
      font-size: 12px;
      font-weight: 700;
      line-height: 16px;
      margin-bottom: 15px; }
    .navUser .dropdown-menu .previewCartList .previewCartItem-price {
      /*font-family: 'Bebas Neue', sans-serif;*/
      font-family: "Bebas Neue", sans-serif;
      font-weight: 400;
      font-size: 24px;
      color: #000000; }
  .navUser .dropdown-menu .previewCartItem {
    padding-bottom: 15px; }

.previewCartItem + .previewCartItem {
  border-color: #c9c9c9;
  margin-top: 4px; }

.navUser .dropdown-menu.is-open::before {
  border-color: transparent transparent #333333 transparent; }

.previewCartAction {
  background-color: #eaeaea;
  padding: 0.9rem 3.5px; }
  .previewCartAction .button {
    /*font-family: 'Bebas Neue', sans-serif;*/
    /*font-family: 'Bebas Neue Bold', sans-serif;*/
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: "Bebas Neue Bold", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.36px; }
  .previewCartAction .previewCartAction-checkout .button {
    background-color: #dec96f;
    border: 1px solid #dec96f;
    color: #000000;
    /*padding: 9px 5px;*/
    padding: 12px 5px 6px; }
    .previewCartAction .previewCartAction-checkout .button:hover {
      color: #000000;
      border-color: #f4dd7d;
      background-color: #f4dd7d; }
  .previewCartAction .previewCartAction-viewCart .button {
    background-color: #fff;
    border: 1px solid #000000;
    color: #000000;
    padding: 12px 5px 6px; }
    .previewCartAction .previewCartAction-viewCart .button:hover {
      border-color: #000000;
      background-color: #000000;
      color: #ffffff; }

.previewCartItem-image img {
  margin-top: 0;
  margin-left: 0; }

.previewCartItem-image {
  width: 22.4%; }

.previewCartItem-content {
  padding-left: 10px; }

span.previewCartItem-brand {
  display: none; }

.navUser .dropdown-menu .previewCartItem {
  padding-top: 14.5px; }

@media (max-width: 767px) {
  .klaviyo-form.klaviyo-form.klaviyo-form {
    padding-left: 7px;
    padding-right: 7px;
    width: 100% !important;
    max-width: 400px !important; } }

.klaviyo-form .needsclick {
  min-height: auto !important; }
  .klaviyo-form .needsclick input.needsclick {
    background-color: #717171 !important;
    font-size: 11px !important;
    color: #fff !important;
    border-radius: 0 !important;
    border: none !important;
    font-weight: normal !important;
    padding: 9px 15px 8px 15px !important;
    height: 40px !important;
    width: 230px !important;
    font-weight: 500 !important;
    font-family: Montserrat, sans-serif !important; }
    @media (max-width: 991px) {
      .klaviyo-form .needsclick input.needsclick {
        width: 160px !important; } }
    @media (max-width: 767px) {
      .klaviyo-form .needsclick input.needsclick {
        width: 100% !important; } }
    .klaviyo-form .needsclick input.needsclick::placeholder {
      color: #fff;
      font-size: 11px !important;
      font-style: italic !important;
      font-weight: 500 !important;
      font-family: Montserrat, sans-serif !important; }
  .klaviyo-form .needsclick button.needsclick {
    font-size: 24px !important;
    height: 40px !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 11px 10px 9px !important;
    background-color: #882528 !important;
    text-transform: uppercase !important;
    border: none !important;
    width: auto !important;
    font-weight: 500 !important;
    box-sizing: border-box;
    font-family: "Bebas Neue", sans-serif !important; }
    .klaviyo-form .needsclick button.needsclick:hover {
      background-color: #ffffff !important;
      color: #882528 !important; }

.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1.kl-private-quill-wrapper-Lkqws1 .ql-editor p {
  color: #fff !important;
  font-family: Montserrat, sans-serif !important; }

/* Responsive */
@media (max-width: 1366px) {
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-stitle,
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-title,
  .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description,
  .heroBanner .heroBanner-slide .heroBanner-content .carousel-action-btn {
    padding-left: 60px; } }

@media (max-width: 1365px) {
  .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account .account-dropdown::before {
    right: 25px; }
  .product-wrapper {
    max-width: 1220px; }
  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
    padding: 12px 13px 13px 13px; }
  .site-header .header-right .navUser .navUser-section .navUser-item .navUser-action {
    padding: 0 6px; }
  .cart--custom .cart-item-figure .cart-item-image {
    max-width: 100px; }
  .cart--custom .body > .container {
    max-width: 1006px; }
  .cart--custom .cart-content-left-custom {
    padding-right: 21px; }
  .cart--custom .cart-content-left-custom {
    max-width: 621px; }
  .cart--custom .cart-right-custom {
    max-width: calc(100% - 621px); }
  .cart--custom .cart-item-figure {
    width: 100px; }
  .cart-item-title {
    padding: 13px 15px 0 15px; }
  .cart-item-info.cart-item-quantity {
    width: 126px; }
  .cart-item-info {
    width: 17.66667%; }
  .cart-checkout-usps .usp-listing {
    min-width: 142px;
    max-width: 186px; }
  .cart-checkout-usps .usp-listing {
    margin: 0 13px; }
  .cart-checkout-usps .usp-listing h2 {
    font-size: 13px;
    height: 32px; }
  .cart--custom .cart-content-left-custom .cp-right-sec-cart-checkout {
    padding-right: 21px; }
  .cp-right-txt {
    text-align: right; }
  .cp-right-sec-cart-checkout .cp-right-txt p {
    max-width: 368px; }
  .cart--custom .keep-shopping-btn {
    margin-bottom: 119px; }
  .cart--custom .coupon-form .form-input,
  .cart--custom .cart-gift-certificate-form .form-input {
    width: calc(79.25% - 8px); }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area .button-qty-wishlist .wishlist-box .dropdown-menu-button {
    font-size: 16px; }
  .product-template .productView .productView-details.product-data .productView-product .productView-title {
    font-size: 30px;
    line-height: 38px; }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area .form-wishlist {
    width: 100%; }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box {
    bottom: -32px;
    width: 74%;
    right: inherit;
    left: 35px;
    max-width: 270px; }
    .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box .dropdown-menu-button {
      justify-content: center; }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link {
    padding: 18px 15px 18px 30px; }
    .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-title h3 {
      font-size: 18px; }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list.three-column-list li .subcategory-link {
    padding: 0 12px 10px 12px; }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption h2 {
    font-size: 42px; }
  .hero-section .collection-banner-catpion .page-heading {
    font-size: 66px;
    line-height: 70px; }
  .hero-section .collection-banner-catpion .sub-heading {
    font-size: 28px;
    line-height: 34px; }
  .contact-template .contact-contnet .rte br {
    display: none; } }

@media (max-width: 1240px) {
  .container {
    max-width: 850px; }
  .mini-container {
    max-width: 820px; }
  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item {
    margin: 0 2px; }
    .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
      font-size: 24px;
      /*padding: 0 8px;*/
      padding: 13px 13px 12px 13px; }
      .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon {
        bottom: 11px; }
  .site-header .site-logo .header-logo {
    max-width: 141px; }
  .site-header .header-right .navUser .dropdown--quickSearch {
    margin-top: 30px; }
  .site-header.sticky .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
    font-size: 24px;
    padding: 6px 8px 6px 8px; }
    .site-header.sticky .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .icon {
      bottom: 8px; }
  .footer {
    padding: 30px 0 20px 0; }
    .footer .footer-info .footer-info-col {
      margin-bottom: 53px; }
      .footer .footer-info .footer-info-col.footer-info-col--small {
        width: 18%;
        width: 17%; }
      .footer .footer-info .footer-info-col:nth-child(2) {
        width: 17%; }
      .footer .footer-info .footer-info-col:nth-child(3) {
        width: 20%; }
      .footer .footer-info .footer-info-col[data-section-type="footer-StoreInfo"] {
        width: 29%; }
  .collection-banner .collection-banner-catpion .page-heading {
    font-size: 36px;
    line-height: 42px; }
  .collection-description {
    max-width: 80%; }
  .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation .accordion-title {
    line-height: 30px; }
  .productGrid .product .card .card-body .card-title {
    /*min-height: 86px;*/
    min-height: 66px; }
  .related-products .container {
    max-width: 100%; }
  .custom-related-products .container {
    max-width: 100%; }
  .related-products .slick-next,
  .related-products .slick-prev {
    display: none; }
  .custom-related-products .slick-prev,
  .custom-related-products .slick-next {
    display: none; }
  .product-template .productView .productView-details.product-data .productView-product .productView-title {
    font-size: 28px;
    line-height: 36px; }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area .button-qty-wishlist {
    flex-wrap: wrap; }
  .product-template .productView .productView-images {
    justify-content: space-between; }
    .product-template .productView .productView-images .productView-thumbnails.desktop-view {
      flex: 92px 0 0;
      max-width: 92px; }
      .product-template .productView .productView-images .productView-thumbnails.desktop-view .productView-thumbnail .productView-thumbnail-link {
        height: 72px; }
    .product-template .productView .productView-images .productView-image {
      flex: calc(100% - 92px);
      max-width: calc(100% - 92px); }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .cart-button-wishlist-button {
    display: flex;
    flex-wrap: wrap; }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area .button-qty-wishlist .wishlist-box {
    width: 270px;
    justify-content: center; }
    .product-template .productView .productView-details.product-options .productView-options .price-button-area .button-qty-wishlist .wishlist-box .dropdown-menu-button {
      justify-content: center;
      padding: 16px 0; }
  .product-wrapper {
    padding: 0 25px; }
  .product-template .productView .productView-images {
    width: 60%; }
    .product-template .productView .productView-images .productView-image .productView-img-container {
      max-width: 450px; }
  .product-template .productView .productView-details {
    width: 40%;
    padding: 0 20px 0 15px; }
  .related-products .container {
    padding: 0 25px; }
  .custom-related-products .container {
    padding: 0 20px; }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption h2 {
    font-size: 38px; }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption h4 {
    font-size: 18px; }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption br {
    display: none; }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list {
    padding: 25px 30px; }
    .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list .accessories-list-inr li {
      width: 50%; }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-image {
    min-width: 80px;
    max-width: 80px; }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list.three-column-list li .subcategory-link .subcategory-title h3 {
    font-size: 16px; }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list.style-2 .model-list li .subcategory-link .subcategory-image {
    height: 100px;
    width: 160px; }
  .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list.style-3 .model-list li .subcategory-link .subcategory-image {
    height: 80px;
    width: 80px; }
  .navPage-subMenu.full-width-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list {
    padding: 25px 30px 10px 30px; }
  .hero-section .container,
  .contact-template .container {
    padding: 0 25px 0 55px; }
  .hero-section .collection-banner-catpion .page-heading {
    font-size: 62px;
    line-height: 76px; }
  .hero-section .collection-banner-catpion .sub-heading {
    font-size: 27px;
    line-height: 33px; }
  .contact-template .contact-contnet {
    width: 41.447%; }
    .contact-template .contact-contnet .mail-list {
      margin-bottom: 73px; }
    .contact-template .contact-contnet .rte {
      padding-right: 28px;
      margin-bottom: 30px; }
  .contact-template .contact-form {
    width: 58.523%; } }

@media (max-width: 1200px) {
  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
    /*padding: 12px 8px 13px 8px;*/
    padding: 10px 8px 9px 8px; }
  .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account .navUser-action svg {
    width: 20px;
    height: 20px; }
  .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption {
    /*padding: 0 0 0 40px;*/
    padding: 0 0 0 38px; }
  .site-header.sticky .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
    padding: 6px 8px 6px 8px; }
    .site-header.sticky .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .icon {
      bottom: 7px;
      top: auto; } }

@media (max-width: 1023px) {
  .modal-body {
    padding: 10px; }
  .writeReview-productDetails .product-title,
  .previewCart .productView-title {
    font-size: 16px; }
  .productView-price {
    font-size: 20px;
    line-height: 1.2; }
  .modal .productView {
    width: 100%;
    margin-top: 0; }
  .previewCart {
    display: flex;
    flex-wrap: wrap; }
  .previewCartCheckout {
    width: 40%;
    margin: 0 auto;
    order: 2; }
  .modal .productView {
    display: flex;
    flex-wrap: nowrap;
    width: auto;
    margin: 0;
    flex-direction: unset; }
  .productView .productView-image {
    pointer-events: none;
    width: 100%; }
  .previewCartCheckout {
    width: 50%; }
  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
    font-size: 22px;
    padding: 0 8px; }
    .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action .navPages-action-moreIcon {
      bottom: 5px; }
  .site-header .header-right .navUser .dropdown--quickSearch {
    margin-top: 27px; }
  .site-header .site-logo .header-logo {
    max-width: 97px;
    margin: 14px 15px 12px; }
  .collection-template {
    padding: 20px 0 85px; }
    .collection-template .page-sidebar nav > .sidebarBlock {
      display: none; }
      .collection-template .page-sidebar nav > .sidebarBlock.facetedSearch {
        display: block;
        margin-top: 0; }
    .collection-template .page-sidebar nav .facetedSearch .sidebarBlock .sidebarBlock-heading {
      margin-bottom: 10px; }
    .collection-template .page-sidebar nav .facetedSearch-navList {
      margin-top: 25px; }
      .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block {
        margin: 0 0 15px 0 !important;
        padding-bottom: 7px; }
        .collection-template .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation .accordion-title {
          font-size: 18px; }
  .productGrid .product .card .card-body .card-title {
    font-size: 14px;
    line-height: 20px; }
  .productGrid .product .card .card-body .bottom-card .card-price .price-section span.price {
    font-size: 20px;
    line-height: 24px; }
  .collection-description {
    margin: 40px auto 60px auto; }
  .productGrid .product .card .card-figure .sale-flag-side,
  .productGrid .product .card .card-figure .sold-out-flag-side {
    font-size: 15px;
    padding: 7px 9px;
    line-height: 1;
    height: 25px; }
  .productGrid .product .card .card-body .card-title {
    min-height: 98px; }
  /* Cart */
  .cart--custom .cart-content-left-custom {
    max-width: 100%;
    padding-right: 0; }
  .cart--custom .cart-right-custom {
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 40px; }
  .cart--custom .body {
    padding-top: 90px; }
  .cart--custom .page-heading {
    text-align: center;
    margin-top: 19px; }
  .cart-item-title {
    padding-top: 0; }
  .cart-item-info,
  .cart-item-info.cart-item-quantity {
    width: 33.33%; }
  .cart-item-label {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    /*font-family: 'Bebas Neue', sans-serif;*/
    /*font-family: 'Bebas Neue Bold', sans-serif;*/
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: "Bebas Neue Bold", sans-serif;
    font-weight: 700; }
  .cart-item-info.cart-item-quantity {
    text-align: center; }
    .cart-item-info.cart-item-quantity .cart-item-label {
      text-align: center; }
  .cart-item-info.cart-item-quantity + .cart-item-info {
    text-align: right; }
    .cart-item-info.cart-item-quantity + .cart-item-info .cart-item-label {
      text-align: right;
      padding-right: 49px; }
  .cart--custom .cart-remove {
    margin-left: 30px; }
  .cart--custom .keep-shopping-btn {
    padding: 8px 23px 7px;
    width: 148px;
    margin: auto;
    display: block; }
  .cart--custom .cart-right-custom {
    padding-left: 0; }
  .cart-content-left-custom .cart-checkout-usps {
    display: none; }
  .cart-content-left-custom .cp-right-sec-cart-checkout {
    display: none; }
  .cart--custom .body > .container {
    padding-right: 17px;
    padding-left: 17px; }
  .cart--custom .cart-right-custom .cart-content-padding-right {
    max-width: 485px;
    margin: auto; }
  .cart--custom .cart-totals .cart-total-label {
    text-align: left; }
  .cart--custom .cart-totals .cart-total-value {
    text-align: right;
    float: right; }
  .cart--custom .cart-subtotal-cust .cart-total-value {
    line-height: 20.97px; }
  .cart-totals .cart-total {
    margin-bottom: 6px; }
  .cart--custom .estimator-form .button--primary {
    clear: both;
    display: block;
    margin-right: 0;
    margin-left: auto; }
  .cart--custom .cart-right-custom::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #f3f3f3;
    left: -17px;
    width: 10000px;
    z-index: -1; }
  .mobile-cart-footer {
    padding-right: 46px;
    padding-left: 46px; }
    .mobile-cart-footer .cp-right-sec-cart-checkout {
      display: flex;
      flex-direction: column;
      padding-bottom: 30px; }
      .mobile-cart-footer .cp-right-sec-cart-checkout .secure-logo {
        margin-bottom: 11px; }
  .cp-right-sec-cart-checkout .cp-right-txt p {
    max-width: 100%; }
  .cart-checkout-usps {
    justify-content: space-between;
    padding-top: 40px;
    margin-bottom: 65px; }
  .mobile-cart-footer {
    display: block; }
  .header-cc .row .comm-pad {
    width: 33.33%;
    position: static; }
  .header-cc .navigation-menu.comm-pad {
    order: -1; }
    .header-cc .navigation-menu.comm-pad .shipping-notes {
      display: none; }
  .header-cc .header-right,
  .header-cc .header-right .navUser {
    position: static; }
  .header-cc .header-right .navUser .navUser-section .navUser-item.navUser-item--account {
    display: block;
    float: none; }
  .header-cc .header-right .navUser {
    transform: none; }
  .cart--custom .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account {
    display: flex; }
  .header-cc .row .site-logo.comm-pad {
    width: auto;
    margin: 0 auto; }
  .site-header.header-cc .easy-secure-checkout h2 {
    margin-bottom: 0;
    font-size: 20px;
    text-align: left;
    margin-left: 20px; }
  .header-cc .header-right .navUser,
  .header-cc .row .comm-pad {
    position: static !important; }
  .cart .cart-item {
    padding-top: 9px; }
  .cart-item-title + .cart-item-info,
  .cart-item .cart-item-quantity,
  .cart-item-quantity + .cart-item-info {
    padding-top: 0; }
  .related-products .container {
    padding: 0 35px; }
  .custom-related-products .container {
    padding: 0 20px; }
  .product-template .productView .productView-images .productView-image .zoom-icon {
    display: none; }
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list {
    padding: 25px 30px; }
    .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link {
      padding: 15px; }
  .navPage-subMenu.full-width-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list {
    padding: 28px 30px 10px 35px; }
  .hero-section {
    min-height: 220px; }
    .hero-section .collection-banner-catpion .page-heading {
      font-size: 52px;
      line-height: 60px; }
    .hero-section .collection-banner-catpion .sub-heading {
      font-size: 22px;
      line-height: 1; }
  .hero-section .container,
  .contact-template .container {
    padding: 0 25px 0 35px; }
  .cart--custom .coupon-code .button,
  .cart--custom .gift-certificate-code .button {
    margin-top: -3px; }
  .site-header .header-right .navUser {
    margin-top: 0; } }

@media (max-width: 479px) {
  .merch-section .shop-section p {
    width: 223px; } }

@media (max-width: 991px) {
  .mini-container {
    max-width: 730px; }
  .navigation-menu .navPages-container .navPages .mega-menu-header.desktop-view {
    display: none; }
  .navigation-menu .navPages-container .navPages ul.navPages-list.mobile-view {
    display: block; }
  .modal .productView {
    margin-top: 15px; }
  .site-header .header-right .navUser .dropdown--quickSearch {
    display: none; }
  .site-header {
    height: 60px; }
    .site-header .row {
      justify-content: center; }
    .site-header .site-logo .header-logo {
      max-width: 97px;
      height: auto;
      margin: 14px 15px 12px; }
      .site-header .site-logo .header-logo .header-logo__link {
        width: 100%;
        display: block; }
    .site-header .navigation-menu .navPages-container {
      position: absolute; }
      .site-header .navigation-menu .navPages-container .navPages {
        padding: 10px 20px;
        background-color: transparent; }
        .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item {
          margin: 0 0 20px 0; }
          .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
            font-size: 30px;
            padding-left: 25px;
            position: relative;
            background-color: transparent; }
            .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action:focus {
              color: #882528; }
            .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .icon {
              display: block;
              width: 16px;
              height: 16px;
              position: absolute;
              top: 10px;
              left: 9px;
              right: inherit;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.715' height='15.715' viewBox='0 0 15.715 15.715'%3E%3Crect id='Rectangle_3100' data-name='Rectangle 3100' width='15.715' height='3.929' transform='translate(0 5.893)' fill='%23882528'/%3E%3Crect id='Rectangle_3101' data-name='Rectangle 3101' width='15.715' height='3.929' transform='translate(5.893 15.715) rotate(-90)' fill='%23882528'/%3E%3C/svg%3E%0A");
              background-position: center;
              background-size: 100%;
              background-repeat: no-repeat; }
              .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .icon svg {
                display: none; }
            .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu.is-open {
              color: #882528; }
              .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu.is-open .icon {
                background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.715' height='3.929' viewBox='0 0 15.715 3.929'%3E%3Cg id='Group_3670' data-name='Group 3670' transform='translate(-323 -591.393)'%3E%3Crect id='Rectangle_3100' data-name='Rectangle 3100' width='15.715' height='3.929' transform='translate(323 591.393)' fill='%23882528'/%3E%3C/g%3E%3C/svg%3E%0A"); }
            .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu:after {
              display: none !important; }
            .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .collapsible-icon-wrapper.is-open .icon {
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.715' height='3.929' viewBox='0 0 15.715 3.929'%3E%3Cg id='Group_3670' data-name='Group 3670' transform='translate(-323 -591.393)'%3E%3Crect id='Rectangle_3100' data-name='Rectangle 3100' width='15.715' height='3.929' transform='translate(323 591.393)' fill='%23882528'/%3E%3C/g%3E%3C/svg%3E%0A"); }
          .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu {
            margin: 0; }
            .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
              margin: 5px 0 45px 0; }
              .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
                padding: 0; }
                .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
                  font-size: 14px;
                  line-height: 1.4;
                  color: #000000;
                  font-family: "Montserrat", sans-serif;
                  font-weight: 400;
                  text-transform: uppercase;
                  margin-bottom: 4px;
                  display: flex;
                  align-items: center;
                  margin-top: 0px; }
                  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .name {
                    border-bottom: 1px solid #c9c9c9;
                    flex: 1;
                    position: relative;
                    padding-bottom: 10px;
                    padding-top: 10px; }
                    .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .name::after {
                      background-color: #c9c9c9;
                      width: 100%;
                      height: 1px;
                      position: absolute;
                      left: 0;
                      bottom: -10px; }
                  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action .img-thumb {
                    margin-right: 10px;
                    max-width: 50px; }
                  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.has-subMenu .collapsible-icon-wrapper {
                    width: auto;
                    text-align: left; }
                  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.has-subMenu .icon {
                    left: 67px; }
                .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:last-child {
                  margin-bottom: 0; }
                .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.all-category {
                  margin-top: 20px;
                  margin-left: 12px; }
                  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.all-category .navPage-subMenu-action {
                    color: #882528;
                    text-decoration: underline;
                    display: flex;
                    align-items: center; }
                    .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.all-category .navPage-subMenu-action::before {
                      content: "";
                      display: inline-block;
                      width: 6px;
                      height: 10px;
                      background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="10" viewBox="0 0 6 10"><g><g transform="rotate(90 3 5)"><path fill="%23882528" d="M3.01 1.99l4.683 6.02h-9.365z"/></g></g></svg>') no-repeat scroll center center;
                      margin-right: 5px; }
          .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item:hover .navPages-action, .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item:focus .navPages-action {
            background-color: transparent;
            color: #000000; }
            .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item:hover .navPages-action.is-open, .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item:focus .navPages-action.is-open {
              color: #882528; }
        .site-header .navigation-menu .navPages-container .navPages .shipping-notes {
          display: none; }
          .site-header .navigation-menu .navPages-container .navPages .shipping-notes.bottom-menu {
            display: block; }
        .site-header .navigation-menu .navPages-container .navPages .quickSearchResults {
          margin-bottom: 35px; }
          .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid {
            padding: 20px 0 0;
            margin: 0 -5px; }
            .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product {
              padding: 0; }
              .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card {
                border: none;
                height: 100%; }
                .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card .card-figure {
                  margin-bottom: 0; }
                  .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card .card-figure .card-figcaption {
                    display: none; }
                  .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card .card-figure .sale-flag-side {
                    display: none; }
                .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card .card-body {
                  padding: 20px 10px;
                  height: 100%; }
                  .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card .card-body .card-title {
                    margin-bottom: 17px; }
                  .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card .card-body .bottom-card {
                    flex-wrap: wrap; }
                    .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card .card-body .bottom-card .card-text {
                      /* flex: 100% 0 0;
                      max-width: 100%; */ }
                      .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card .card-body .bottom-card .card-text .price-section .price {
                        color: #000000; }
                      .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card .card-body .bottom-card .card-text .price-section.non-sale-price--withoutTax .price {
                        color: #969696; }
                .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card:hover .card-body {
                  background-color: #ffffff; }
                  .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product .card:hover .card-body .card-title a {
                    color: #000000; }
          .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .modal-close {
            width: auto;
            height: auto;
            top: 5px;
            right: 25px; }
            .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .modal-close span {
              color: #000000; }
      .site-header .navigation-menu .navPages-container .navPages-list--user {
        background-color: #000000;
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 15px 20px 17px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center; }
        .site-header .navigation-menu .navPages-container .navPages-list--user .user-icon {
          margin-right: 13px; }
          .site-header .navigation-menu .navPages-container .navPages-list--user .user-icon svg {
            display: block; }
        .site-header .navigation-menu .navPages-container .navPages-list--user .navPages-item {
          display: flex;
          flex-wrap: wrap;
          justify-content: center;
          align-items: center;
          color: #ffffff;
          font-family: "Montserrat", sans-serif;
          font-weight: 700; }
          .site-header .navigation-menu .navPages-container .navPages-list--user .navPages-item .or-text {
            margin: 0 5px; }
          .site-header .navigation-menu .navPages-container .navPages-list--user .navPages-item .navPages-action-moreIcon svg {
            fill: #ffffff;
            stroke: #ffffff; }
          .site-header .navigation-menu .navPages-container .navPages-list--user .navPages-item .navPages-action {
            padding: 0;
            color: #ffffff;
            font-size: 15px;
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            letter-spacing: 0;
            text-transform: capitalize;
            text-decoration: underline; }
            .site-header .navigation-menu .navPages-container .navPages-list--user .navPages-item .navPages-action:hover {
              color: #ffffff; }
          .site-header .navigation-menu .navPages-container .navPages-list--user .navPages-item .navPage-subMenu {
            width: 100%; }
            .site-header .navigation-menu .navPages-container .navPages-list--user .navPages-item .navPage-subMenu .navPage-subMenu-list {
              margin: 0; }
        .site-header .navigation-menu .navPages-container .navPages-list--user.login-customer-menu {
          align-items: flex-start; }
          .site-header .navigation-menu .navPages-container .navPages-list--user.login-customer-menu .navPages-item {
            justify-content: flex-start; }
            .site-header .navigation-menu .navPages-container .navPages-list--user.login-customer-menu .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
              padding-bottom: 0; }
              .site-header .navigation-menu .navPages-container .navPages-list--user.login-customer-menu .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
                text-align: left;
                text-decoration: none; }
            .site-header .navigation-menu .navPages-container .navPages-list--user.login-customer-menu .navPages-item:last-child {
              flex: 25% 0 0; }
      .site-header .navigation-menu .navPages-container .shipping-notes h5 {
        display: block;
        padding-bottom: 10px;
        margin-bottom: 30px; }
      .site-header .navigation-menu .navPages-container .shipping-notes.bottom-menu h5 {
        margin: 10px 0 0 0;
        padding: 10px 0 0 0;
        border-top: 1px solid #c9c9c9;
        border-bottom: none; }
      .site-header .navigation-menu .navPages-container.is-open {
        padding-top: 60px;
        padding-bottom: 64px; }
    .site-header .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
      margin-left: 6rem; }
    .site-header .header-right {
      position: absolute;
      right: 0;
      top: 30px; }
      .site-header .header-right .navUser {
        position: absolute;
        right: 18px;
        top: 0;
        margin-top: 0; }
        .site-header .header-right .navUser .navUser-section .navUser-item--cart .navUser-action {
          padding-right: 0 !important; }
          .site-header .header-right .navUser .navUser-section .navUser-item--cart .navUser-action .navUser-item-cartLabel {
            display: block; }
            .site-header .header-right .navUser .navUser-section .navUser-item--cart .navUser-action .navUser-item-cartLabel svg {
              width: 28px;
              height: 27px; }
        .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--account {
          display: none; }
    .site-header.sticky {
      animation: none; }
      .site-header.sticky .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
        padding: 0 8px 0 25px; }
        .site-header.sticky .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .icon {
          top: 10px;
          bottom: auto; }
  .newsletter-section .sf-news-logo {
    flex: 38% 0 0;
    max-width: 38%; }
  .newsletter-section .middle-text {
    flex: 36% 0 0;
    max-width: 36%; }
  .newsletter-section .newsletter-form .form .form-fieldset .form-field .form-prefixPostfix .form-input {
    width: 160px; }
  .newsletter-section .comm-pad {
    padding: 0 7px; }
  .footer {
    padding: 40px 0 30px 0; }
    .footer .footer-info {
      max-width: 495px;
      margin: 0 auto; }
      .footer .footer-info .footer-info-col {
        margin-bottom: 20px;
        border-bottom: 1px solid #c9c9c9;
        padding: 0;
        padding-bottom: 8px; }
        .footer .footer-info .footer-info-col .footer-info-heading {
          margin-bottom: 0;
          position: relative;
          padding-left: 22px;
          text-align: left; }
          .footer .footer-info .footer-info-col .footer-info-heading .footer-acc-title {
            position: absolute;
            top: 6px;
            left: 0;
            width: 11px;
            height: 11px; }
            .footer .footer-info .footer-info-col .footer-info-heading .footer-acc-title:before {
              position: absolute;
              content: "";
              top: 4px;
              left: 0;
              width: 100%;
              background: #882528;
              height: 3px; }
            .footer .footer-info .footer-info-col .footer-info-heading .footer-acc-title:after {
              position: absolute;
              content: "";
              top: 0;
              left: 4px;
              width: 3px;
              background: #882528;
              height: 100%; }
          .footer .footer-info .footer-info-col .footer-info-heading.open .footer-acc-title:after {
            display: none; }
        .footer .footer-info .footer-info-col .footer-info-list {
          display: none;
          margin: 15px 0 12px 22px; }
          .footer .footer-info .footer-info-col .footer-info-list li {
            text-align: left; }
        .footer .footer-info .footer-info-col.footer-info-col--small {
          width: 100%; }
        .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] {
          border: none;
          margin-bottom: 0;
          padding-bottom: 0; }
          .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] .footer-info-heading {
            display: none; }
          .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] .social-icon {
            margin-top: 10px; }
            .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] .social-icon ul {
              justify-content: center; }
              .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] .social-icon ul li a svg {
                width: 32px;
                height: 32px; }
    .footer .footer-copyright {
      margin-top: 30px; }
  .quickSearchMessage {
    font-size: 21px;
    margin-bottom: 20px;
    color: #000000; }
  .collection-template {
    display: block; }
    .collection-template .page-sidebar nav {
      display: flex;
      flex-wrap: wrap;
      padding: 0;
      justify-content: space-between;
      margin-bottom: 20px; }
      .collection-template .page-sidebar nav .facetedSearch {
        padding-top: 0;
        width: 335px; }
        .collection-template .page-sidebar nav .facetedSearch .facetedSearch-toggle {
          background-color: #c9c9c9;
          border-radius: 0;
          border: none;
          margin: 0;
          padding: 15px 20px; }
          .collection-template .page-sidebar nav .facetedSearch .facetedSearch-toggle .facetedSearch-toggle-indicator {
            float: left;
            text-align: left;
            width: 100%;
            position: relative; }
            .collection-template .page-sidebar nav .facetedSearch .facetedSearch-toggle .facetedSearch-toggle-indicator .toggleLink-text {
              color: #000000;
              font-size: 26px;
              width: 100%;
              line-height: 32px;
              font-weight: 500;
              /*font-family: 'Bebas Neue', sans-serif;*/
              font-family: "Bebas Neue", sans-serif;
              font-weight: 400; }
              .collection-template .page-sidebar nav .facetedSearch .facetedSearch-toggle .facetedSearch-toggle-indicator .toggleLink-text .icon {
                position: absolute;
                right: 0;
                top: 45%;
                transform: translateY(-45%);
                -ms-transform: translateY(-45%);
                -moz-transform: translateY(-45%);
                -webkit-transform: translateY(-45%); }
          .collection-template .page-sidebar nav .facetedSearch .facetedSearch-toggle.is-open {
            background-color: #333333; }
            .collection-template .page-sidebar nav .facetedSearch .facetedSearch-toggle.is-open .facetedSearch-toggle-indicator .toggleLink-text {
              color: #ffffff; }
        .collection-template .page-sidebar nav .facetedSearch .facetedSearch-navList {
          margin: 0;
          padding: 25px 30px 37px 30px;
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
          .collection-template .page-sidebar nav .facetedSearch .facetedSearch-navList .accordion--navList {
            margin: 0;
            border: none; }
            .collection-template .page-sidebar nav .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation {
              border: none;
              padding: 0; }
              .collection-template .page-sidebar nav .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation .accordion-title {
                font-size: 20px;
                line-height: 35px;
                padding-top: 0;
                padding-bottom: 0; }
            .collection-template .page-sidebar nav .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block:last-child {
              margin-bottom: 0 !important; }
            .collection-template .page-sidebar nav .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content {
              padding: 0; }
      .collection-template .page-sidebar nav .mobile-filter {
        display: block;
        padding-top: 12px; }
        .collection-template .page-sidebar nav .mobile-filter .sorting-pagination {
          margin: 0; }
          .collection-template .page-sidebar nav .mobile-filter .sorting-pagination .sorting-pagination-inr {
            background-color: transparent;
            padding: 0; }
    .collection-template .page-content {
      padding-right: 0.75rem; }
      .collection-template .page-content .sorting-pagination {
        display: none; }
  .sorting-pagination .actionBar .actionBar-section .form-field .form-select {
    min-width: 200px; }
  .productGrid .product {
    padding: 17px 12px 20px 12px; }
    .productGrid .product .card .card-figure {
      margin-bottom: 11px; }
    .productGrid .product .card .card-body .card-title {
      font-size: 12px;
      line-height: 17px;
      margin-bottom: 17px;
      /*min-height: 68px;*/
      min-height: 55px; }
    .productGrid .product .card .card-body .bottom-card .card-price .price-section span.price {
      font-size: 16px;
      line-height: 20px; }
  .sorting-pagination .actionBar {
    padding: 0; }
  .search-pagination-filter .sorting-pagination .actionBar {
    padding-left: 15px;
    padding-right: 15px; }
  .collection-template {
    padding: 20px 20px 75px; }
  .collection-description {
    margin: 30px auto 60px auto;
    max-width: 94.58%; }
  .collection-banner .collection-banner-image img {
    height: 120px; }
  .collection-banner .collection-banner-catpion .page-heading {
    font-size: 32px;
    line-height: 39px; }
  .product-template {
    /*margin: 55px 0 80px 0;*/
    margin: 0 0 80px 0; }
    .product-template .breadcrumbs-area {
      padding-top: 20px; }
      .product-template .breadcrumbs-area .product-wrapper {
        padding: 0 35px; }
    .product-template .productView .productView-images {
      padding: 0 35px;
      margin: 20px -5px 15px -5px;
      width: 100%;
      justify-content: flex-start; }
      .product-template .productView .productView-images .productView-thumbnails.desktop-view .slick-list {
        margin: 20px 0 10px 0; }
    .product-template .productView .productView-details {
      padding: 0 25px;
      width: 100%; }
      .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-field--increments {
        width: auto; }
      .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action {
        padding: 14px 150px 10px 150px; }
      .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box {
        bottom: 21px;
        width: auto;
        max-width: 180px;
        right: 0;
        left: inherit; }
        .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box .dropdown-menu-button {
          justify-content: flex-start;
          padding: 19px 0 19px 30px; }
  .related-products .productCarousel-list {
    margin: 0 85px;
    display: inline-block; }
    .related-products .productCarousel-list .productCarousel-slide {
      width: 50%;
      border-bottom: 1px solid #c9c9c9; }
      .related-products .productCarousel-list .productCarousel-slide:nth-child(even) {
        border-right: none; }
      .related-products .productCarousel-list .productCarousel-slide:nth-last-child(-n + 2) {
        border-bottom: none; }
  .custom-related-products .productCarousel-list {
    margin: 0;
    display: inline-block; }
    .custom-related-products .productCarousel-list .productCarousel-slide {
      width: calc(100%/3); }
      .custom-related-products .productCarousel-list .productCarousel-slide:nth-child(3n) {
        border-right: none; }
      .custom-related-products .productCarousel-list .productCarousel-slide:nth-child(3n+1) {
        clear: left; }
  .product-template .productView .productView-images .productView-image .product-badges .sold-out-flag-side,
  .product-template .productView .productView-images .productView-image .product-badges .sale-flag-side {
    height: 32px;
    font-size: 20px;
    padding: 5px 12px; }
  .product-template .productView .productView-images .productView-image {
    flex: calc(90% - 92px);
    max-width: calc(90% - 92px);
    justify-content: flex-start; }
    .product-template .productView .productView-images .productView-image .productView-img-container {
      max-width: 520px;
      margin: 0; }
  .product-middle-section .product-wrapper {
    padding: 0 35px; }
  .search--custom .collection-template .page-content {
    width: 100%; }
  .search--custom .collection-template .mobile-filter {
    display: block; }
  .search--custom .collection-template .search-pagination-filter {
    display: flex;
    align-items: flex-start; }
    .search--custom .collection-template .search-pagination-filter .mobile-filter {
      width: 70%;
      padding-top: 12px; }
      .search--custom .collection-template .search-pagination-filter .mobile-filter .sorting-pagination .sorting-pagination-inr {
        background-color: transparent;
        padding: 0;
        justify-content: flex-end; }
        .search--custom .collection-template .search-pagination-filter .mobile-filter .sorting-pagination .sorting-pagination-inr .actionBar .actionBar-section .form-field {
          margin: 0;
          background-color: transparent;
          border: none;
          margin-bottom: 0; }
          .search--custom .collection-template .search-pagination-filter .mobile-filter .sorting-pagination .sorting-pagination-inr .actionBar .actionBar-section .form-field .form-label {
            display: inline-block; }
  .hero-section {
    min-height: 180px;
    margin-top: 59px; }
    .hero-section .collection-banner-catpion .page-heading {
      font-size: 43px;
      line-height: 53px; }
    .hero-section .collection-banner-catpion .sub-heading {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 15px; }
  .contact-template {
    padding: 40px 0 100px 0; }
    .contact-template .contact-form {
      margin-top: -130px;
      width: 54.88%; }
      .contact-template .contact-form .contact-form-inr {
        padding: 40px 20px 30px; }
    .contact-template .contact-contnet {
      width: 45.12%; }
      .contact-template .contact-contnet .mail-list li {
        font-size: 16px; }
  .cart-item {
    padding-left: 90px;
    position: relative; }
  .cart-item-figure {
    position: absolute;
    margin-left: 0;
    left: 0; } }

@media (max-width: 767px) {
  .modal-header-title {
    font-size: 18px; }
  .button:not(.button--icon) {
    font-size: 16px;
    padding: 13px 18px; }
  .modal-content .button:not(.button--icon) {
    font-size: 20px;
    padding: 15px 20px 13px 20px; }
  .writeReview-productDetails .product-title {
    font-size: 18px; }
  .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--cart {
    display: block; }
    .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--cart .navUser-item--cart__hidden-s {
      display: block; }
      .site-header .header-right .navUser .navUser-section .navUser-item.navUser-item--cart .navUser-item--cart__hidden-s .navUser-item-cartLabel {
        display: block; }
  .cart--custom .body > .container {
    padding-left: 18px;
    padding-right: 18px; }
  .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product {
    width: 50%; }
  .newsletter-section {
    padding: 20px 0; }
    .newsletter-section .row {
      flex-wrap: wrap;
      justify-content: center; }
    .newsletter-section .comm-pad {
      flex: 100% 0 0;
      max-width: 100%;
      justify-content: center; }
    .newsletter-section .sf-news-logo {
      margin-bottom: 17px;
      padding: 0;
      max-width: 400px; }
      .newsletter-section .sf-news-logo .middle-text {
        display: block;
        margin-top: 5px;
        flex: 100% 0 0;
        max-width: 100%; }
    .newsletter-section .middle-text {
      display: none; }
    .newsletter-section .newsletter-form .form {
      max-width: 400px;
      margin: 0 auto; }
  .collection-banner .collection-banner-image img {
    height: 100px; }
  .collection-banner .collection-banner-catpion .page-heading {
    font-size: 28px;
    line-height: 32px; }
  .collection-template {
    padding: 20px 10px 85px;
    margin-bottom: 80px; }
    .collection-template .page-sidebar nav {
      justify-content: center;
      margin-bottom: 40px; }
      .collection-template .page-sidebar nav .facetedSearch {
        width: 100%;
        margin-bottom: 16px; }
      .collection-template .page-sidebar nav .mobile-filter {
        width: 100%;
        text-align: center; }
        .collection-template .page-sidebar nav .mobile-filter .sorting-pagination .sorting-pagination-inr {
          justify-content: center;
          padding-left: 0.75rem;
          padding-right: 0.75rem; }
  .productGrid .product {
    width: 50% !important; }
    .productGrid .product .card .card-body .card-title {
      text-align: left; }
    .productGrid .product .card .card-body .bottom-card .card-price {
      text-align: left; }
    .productGrid .product:nth-child(3n + 0) {
      border-right: 1px solid #c9c9c9; }
    .productGrid .product:nth-last-child(-n + 3) {
      border-bottom: 1px solid #c9c9c9; }
    .productGrid .product:nth-child(even) {
      border-right: none; }
    .productGrid .product:nth-last-child(-n + 2) {
      border-bottom: none; }
  .collection-description {
    margin: 30px auto 30px auto; }
  .productGrid .product .card .card-figure .sale-flag-side,
  .productGrid .product .card .card-figure .sold-out-flag-side {
    font-size: 20px;
    padding: 7px 12px;
    line-height: 1;
    height: 32px; }
  .collection-description {
    display: none; }
  .collection-template .page-sidebar nav .facetedSearch .facetedSearch-navList .accordion--navList .accordion-block .accordion-content {
    margin-top: 7px; }
  /* Cart */
  .cart-checkout-usps {
    flex-direction: column;
    align-items: center; }
  .cp-right-txt {
    text-align: center; }
  .cart-checkout-usps .usp-listing {
    margin-bottom: 40px; }
  .cart-checkout-usps {
    margin-bottom: 35px; }
  .cart--custom .cart-item-figure {
    width: 70px;
    position: absolute;
    margin-left: 0;
    left: 0; }
  .cart--custom .cart-item-figure .cart-item-image {
    max-width: 70px; }
  .cart-item-info {
    width: 31.33%;
    display: inline-block;
    vertical-align: top; }
  .cart-item-info.cart-item-quantity {
    width: 33%; }
  .cart-item-title + .cart-item-info {
    width: 18%; }
  .cart-item-quantity .form-increment {
    margin: 0; }
  .cart--custom .form-increment .button i {
    width: 10px;
    height: 10px; }
  .cart--custom .form-increment .button {
    padding: 3.2px 6.5px 5.9px; }
  .cart--custom .form-input--incrementTotal {
    font-size: 12px; }
  .cart--custom .form-input--incrementTotal {
    width: 32px;
    height: 25px; }
  .cart--custom .cart-item-title + .cart-item-info .cart-item-value {
    padding-left: 0; }
  .cart-item .cart-item-label {
    display: block;
    width: 100%; }
  .cart--custom .cart-item-title + .cart-item-info .cart-item-label {
    text-align: left; }
  .cart--custom .cart-remove {
    margin-left: 12px;
    margin-top: 4px; }
  .cart-item-info.cart-item-quantity + .cart-item-info .cart-item-label {
    padding-right: 30px; }
  .cart-item-title {
    vertical-align: top; }
  .site-header.header-cc .easy-secure-checkout h2 {
    font-size: 13px;
    line-height: 13px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    margin-left: 0px; }
    .site-header.header-cc .easy-secure-checkout h2 span {
      margin-left: 6px; }
  .site-header.header-cc .navUser-item--account-desk {
    display: none !important; }
  .header-cc .row {
    padding-right: 18px;
    padding-left: 18px;
    justify-content: space-between; }
  .header-cc .row .comm-pad {
    width: 82px; }
  .header-cc .navigation-menu.comm-pad {
    width: 82px; }
  .header-cc .row .comm-pad,
  .header-cc .header-right .navUser {
    padding-right: 0; }
  .navUser-item--account-mob {
    display: flex !important; }
  .cart--custom .page-heading {
    font-size: 24px;
    margin-bottom: 9px; }
  .cart-item .cart-item-label {
    font-size: 13px; }
  .cart-item .cart-item-value {
    font-size: 18px !important; }
  .cart--custom .cart-totals .cart-total-label {
    width: 50%; }
  .cart-checkout-usps .usp-listing {
    max-width: 245px; }
  .cart--custom .cart-right-custom {
    padding-left: 9.5px;
    padding-right: 9.5px; }
  .cart-body .body {
    min-height: calc(100vh - 663px); }
  .cart .cart-item-title {
    padding-bottom: 16px; }
  .cart--custom .coupon-form .form-input,
  .cart--custom .cart-gift-certificate-form .form-input {
    width: calc(100% - 75px - 8px); }
  .cart--custom .coupon-code .button,
  .cart--custom .gift-certificate-code .button {
    width: 75px; }
  .product-template .productView .productView-details.product-data .productView-product .productView-title {
    font-size: 24px;
    line-height: 32px; }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area {
    text-align: left; }
    .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action {
      padding: 14px 85px 10px 85px;
      width: 270px; }
    .product-template .productView .productView-details.product-options .productView-options .price-button-area .button-qty-wishlist .wishlist-box .dropdown-menu-button {
      padding: 16px 76px;
      width: 270px; }
  .product-template .productView .productView-images {
    justify-content: center; }
    .product-template .productView .productView-images .productView-thumbnails.desktop-view {
      display: none; }
    .product-template .productView .productView-images .productView-thumbnails.mobile-view {
      flex: 100% 0 0;
      max-width: 100%;
      display: block;
      margin-top: 15px; }
      .product-template .productView .productView-images .productView-thumbnails.mobile-view .slick-list {
        margin-left: 35px;
        margin-right: 35px; }
      .product-template .productView .productView-images .productView-thumbnails.mobile-view .productView-thumbnail {
        padding: 0 !important;
        border: none;
        margin: 0 10px; }
        .product-template .productView .productView-images .productView-thumbnails.mobile-view .productView-thumbnail .productView-thumbnail-link {
          height: 70px;
          padding: 0;
          max-width: 70px;
          width: 100%;
          box-sizing: border-box;
          border-color: #eaeaea;
          margin: 0 auto; }
          .product-template .productView .productView-images .productView-thumbnails.mobile-view .productView-thumbnail .productView-thumbnail-link img {
            object-fit: cover;
            width: 100%; }
          .product-template .productView .productView-images .productView-thumbnails.mobile-view .productView-thumbnail .productView-thumbnail-link.is-active, .product-template .productView .productView-images .productView-thumbnails.mobile-view .productView-thumbnail .productView-thumbnail-link:hover {
            border: 1px solid #000; }
      .product-template .productView .productView-images .productView-thumbnails.mobile-view .slick-arrow {
        position: absolute;
        bottom: 50%;
        top: inherit;
        transform: translate(0, 50%);
        left: inherit;
        right: 0;
        background-color: transparent;
        border: none;
        padding: 0;
        width: 21px;
        height: 21px; }
        .product-template .productView .productView-images .productView-thumbnails.mobile-view .slick-arrow.slick-prev {
          position: absolute;
          transform: translate(0, 50%);
          left: 0;
          right: 0;
          top: 50%; }
          .product-template .productView .productView-images .productView-thumbnails.mobile-view .slick-arrow.slick-prev:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.991' height='13.58' viewBox='0 0 21.991 13.58'%3E%3Cpath id='ic_expand_more_24px' d='M19.407,0,11,8.393,2.584,0,0,2.584l11,11,11-11Z' fill='%23882528'/%3E%3C/svg%3E%0A");
            width: 100%;
            height: 100%;
            transform: rotate(90deg);
            background-position: center; }
        .product-template .productView .productView-images .productView-thumbnails.mobile-view .slick-arrow.slick-next:before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21.991' height='13.58' viewBox='0 0 21.991 13.58'%3E%3Cpath id='ic_expand_more_24px' d='M19.407,0,11,8.393,2.584,0,0,2.584l11,11,11-11Z' fill='%23882528'/%3E%3C/svg%3E%0A");
          width: 100%;
          height: 100%;
          transform: rotate(-90deg);
          background-position: center; }
        .product-template .productView .productView-images .productView-thumbnails.mobile-view .slick-arrow .carousel-tooltip {
          display: none; }
        .product-template .productView .productView-images .productView-thumbnails.mobile-view .slick-arrow.slick-disabled {
          opacity: 1 !important; }
          .product-template .productView .productView-images .productView-thumbnails.mobile-view .slick-arrow.slick-disabled:before {
            opacity: 1 !important; }
    .product-template .productView .productView-images .productView-image {
      flex: 100% 0 0;
      max-width: 100%; }
      .product-template .productView .productView-images .productView-image .productView-img-container {
        max-width: 100%; }
  .product-top-section {
    margin-bottom: 0; }
  .related-products .productCarousel-list {
    margin: 0;
    display: inline-block; }
  .custom-related-products {
    display: none; }
    .custom-related-products .productCarousel-list {
      margin: 0;
      display: inline-block; }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area {
    padding-bottom: 40px; }
    .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action {
      padding: 14px 70px 10px 70px;
      width: 270px; }
    .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box {
      bottom: 7px;
      width: 74%;
      right: inherit;
      left: 57px;
      max-width: 270px; }
      .product-template .productView .productView-details.product-options .productView-options .price-button-area .wishlist-box .dropdown-menu-button {
        justify-content: center; }
  .related-products .container {
    padding: 0 18px; }
  .custom-related-products .container {
    padding: 0 18px; }
  .wishlists--custom form [data-wishlist-delete] {
    padding: 12px 23px;
    font-size: 16px; }
  .search--custom .collection-template .search-pagination-filter {
    flex-wrap: wrap;
    justify-content: center; }
    .search--custom .collection-template .search-pagination-filter .page-sidebar nav {
      margin-bottom: 10px; }
    .search--custom .collection-template .search-pagination-filter .mobile-filter {
      margin-bottom: 20px;
      width: 100%; }
      .search--custom .collection-template .search-pagination-filter .mobile-filter .sorting-pagination .sorting-pagination-inr {
        justify-content: center; }
  .hero-section {
    min-height: 160px;
    margin-top: 59px;
    align-items: center;
    padding-bottom: 20px; }
    .hero-section .collection-banner-catpion {
      text-align: center; }
      .hero-section .collection-banner-catpion .page-heading {
        font-size: 36px;
        line-height: 1;
        text-align: center; }
      .hero-section .collection-banner-catpion .sub-heading {
        font-size: 16px;
        line-height: 1; }
  .contact-template .contact-contnet {
    width: 100%;
    order: 2;
    margin-top: 50px; }
    .contact-template .contact-contnet .mail-list {
      margin-bottom: 60px; }
  .contact-template .contact-form {
    width: 100%;
    order: 1;
    margin-top: -65px; }
  .hero-section .container,
  .contact-template .container {
    padding: 0 25px 0 25px; }
  .contact-template .contact-contnet .rte {
    padding-right: 15px; }
  .quickView .productView-details.product-options .productView-options .price-button-area .wishlist-box {
    left: 90px !important; }
  .quickView .productView.productView--quickView .productView-details.product-options .productView-options .price-button-area {
    padding-bottom: 10px; }
  .previewCartCheckout {
    width: 100%; }
  .cart-item-label {
    padding-left: 0; }
  .cart-item {
    padding-left: 90px;
    position: relative; } }

@media (max-width: 479px) {
  .mini-container {
    max-width: 310px; }
  .modal-header-title {
    font-size: 16px; }
  .writeReview-productDetails .product-title,
  .previewCart .productView-title {
    font-size: 14px; }
  .productView-price {
    font-size: 16px;
    line-height: 1.2; }
  .site-header .navigation-menu .navPages-container .navPages .quickSearchResults .productGrid .product {
    width: 100%; }
  .site-header .mobileMenu-toggle .mobileMenu-toggleIcon {
    left: 18px; }
  .site-header .header-right .navUser {
    right: 3px; }
  .footer .container {
    padding: 0 18px; }
  .footer .footer-copyright {
    max-width: 240px;
    margin: 30px auto 0 auto; }
  .collection-banner .collection-banner-catpion .page-heading {
    font-size: 24px;
    line-height: 29px; }
  .collection-banner .collection-banner-image img {
    height: 79px; }
  .collection-template {
    padding: 20px 5px 65px; }
    .collection-template .page-sidebar nav {
      margin-bottom: 20px; }
      .collection-template .page-sidebar nav .facetedSearch .facetedSearch-toggle {
        padding: 15px 20px 10px 20px; }
  .productGrid .product {
    width: 100% !important;
    border-right: none;
    border-bottom: 1px solid #c9c9c9 !important;
    padding-left: 20px;
    padding-right: 20px; }
    .productGrid .product .card .card-figure {
      margin-bottom: 15px; }
    .productGrid .product .card .card-body .card-title {
      /*font-size: 16px;
          line-height: 22px;*/
      min-height: auto; }
    .productGrid .product .card .card-body .bottom-card .card-price .price-section span.price {
      font-size: 22px;
      line-height: 27px; }
    .productGrid .product:nth-child(3n + 0) {
      border-right: none; }
    .productGrid .product:last-child {
      border-bottom: none !important; }
  .estimator-form-label {
    margin-top: 4px; }
  .product-template .productView .productView-details.product-data .productView-product .productView-title {
    font-size: 20px;
    line-height: 26px; }
  .product-template .productView .productView-details.product-options .productView-options .productView-info {
    margin: 10px 0 30px 0; }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action {
    padding: 14px 65px 10px 65px; }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area .button-qty-wishlist .wishlist-box {
    width: 270px; }
    .product-template .productView .productView-details.product-options .productView-options .price-button-area .button-qty-wishlist .wishlist-box .dropdown-menu-button {
      padding: 16px 21px;
      width: 100%;
      justify-content: center;
      font-size: 18px; }
  .product-template .breadcrumbs-area {
    padding-top: 25px; }
  .product-template .productView .productView-details.product-options .productView-options .productView-info .productView-info-name,
  .product-template .productView .productView-details.product-options .productView-options .productView-info .productView-info-value {
    font-size: 14px;
    line-height: 1;
    font-weight: normal; }
  .related-products .productCarousel-list .productCarousel-slide {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c9c9c9; }
    .related-products .productCarousel-list .productCarousel-slide:nth-last-child(-n + 2) {
      border-bottom: 1px solid #c9c9c9; }
    .related-products .productCarousel-list .productCarousel-slide:last-child {
      border-bottom: none; }
  .custom-related-products .productCarousel-list .productCarousel-slide {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c9c9c9; }
    .custom-related-products .productCarousel-list .productCarousel-slide:nth-last-child(-n + 2) {
      border-bottom: 1px solid #c9c9c9; }
    .custom-related-products .productCarousel-list .productCarousel-slide:last-child {
      border-bottom: none; }
  .product-middle-section .product-wrapper {
    padding: 0 18px; }
  .product-middle-section .productView-description {
    padding: 0; }
  .product-template .productView {
    margin: 0 -20px; }
    .product-template .productView .productView-images {
      padding: 0 20px; }
      .product-template .productView .productView-images .productView-thumbnails.mobile-view .productView-thumbnail {
        margin: 0 6px; }
    .product-template .productView .productView-details {
      padding: 0 20px;
      justify-content: center; }
  .product-wrapper {
    padding: 0 20px; }
  .hero-section .container,
  .contact-template .container {
    padding: 0 18px 0 18px; }
  .hero-section {
    min-height: 115px; }
    .hero-section .collection-banner-catpion .page-heading {
      font-size: 30px; }
    .hero-section .collection-banner-catpion .sub-heading {
      font-size: 12px; }
  .contact-template .contact-form {
    padding: 0 10px; }
  .cart-item {
    padding-left: 65px; }
  .header-cc .row {
    flex-wrap: nowrap; } }

@media (max-width: 374px) {
  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item {
    margin: 0 0 14px 0; }
    .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
      font-size: 24px; }
    .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list {
      margin: 10px 0 30px 0; }
      .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
        font-size: 13px;
        line-height: 34px; }
        .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.has-subMenu .icon {
          top: 19px; }
  .newsletter-section .sf-news-logo h6 {
    font-size: 28px; }
  .footer {
    padding: 30px 0 20px 0; }
    .footer .footer-copyright {
      max-width: 100%; }
    .footer .footer-info .footer-info-col[data-section-type="footer-Social-Feed"] .social-icon ul li a svg {
      width: 28px;
      height: 28px; }
  .collection-template {
    margin-bottom: 40px; }
    .collection-template .page-sidebar nav .facetedSearch .facetedSearch-toggle {
      padding: 10px 17px 6px 17px; }
      .collection-template .page-sidebar nav .facetedSearch .facetedSearch-toggle .facetedSearch-toggle-indicator .toggleLink-text {
        font-size: 22px; }
  .sorting-pagination .actionBar .actionBar-section .form-field .form-select {
    min-width: 180px; }
  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.has-subMenu .icon {
    top: 10px; }
  .cart-item-info.cart-item-quantity {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left; }
  .cart-item-title + .cart-item-info {
    width: 100%;
    margin-bottom: 1rem; }
  .cart-item-info.cart-item-quantity + .cart-item-info {
    width: 100%;
    margin-bottom: 1rem;
    text-align: left; }
  .cart-item-info.cart-item-quantity .cart-item-label {
    text-align: left; }
  .cart-item-info.cart-item-quantity + .cart-item-info .cart-item-label {
    text-align: left; }
  .cart-remove {
    float: left; }
  .cart--custom .cart-item-quantity + .cart-item-info .cart-item-value {
    float: left; }
  .cart-item-value {
    padding-left: 0rem; }
  .cart-item-info {
    padding-left: 1rem; }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper .form-action {
    padding: 14px 25px 10px 25px;
    width: 230px; }
  .product-template .productView .productView-details.product-options .productView-options .price-button-area .button-qty-wishlist .wishlist-box {
    left: 35px;
    width: 230px; }
  .product-template .productView .productView-images .productView-thumbnails.mobile-view .slick-list {
    margin-left: 15px;
    margin-right: 15px; }
  .cart--custom .cart-totals .form dd {
    width: 56.55%; }
  .header-cc .row .site-logo.comm-pad {
    margin: 0 10px; } }

@media (min-width: 375px) and (max-width: 767px) {
  .cart .cart-item-title {
    height: auto; }
  .cart-item-title + .cart-item-info {
    padding-left: 15px; }
  .cart-item-info.cart-item-quantity + .cart-item-info {
    width: 32%;
    float: right; }
  .cart-item-title + .cart-item-info {
    width: 33%; }
  .cart--custom .cart-item-quantity + .cart-item-info .cart-item-value {
    padding-left: 0; } }

/* Product detail */
.newsletter-form.comm-pad {
  display: none !important; }

.track-button-innerContainer {
  margin-left: auto;
  margin-right: auto; }

.Airguns .mega-menu-banner {
  position: relative; }
  .Airguns .mega-menu-banner:before {
    position: absolute;
    top: 0;
    left: auto;
    bottom: 0;
    right: 0;
    content: "";
    background: #000;
    width: 86%;
    height: 100%;
    z-index: 0; }
  .Airguns .mega-menu-banner .menu-banner-caption,
  .Airguns .mega-menu-banner .inner-image {
    position: relative;
    z-index: 5; }

.Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list {
  /*padding: 60px 60px 20px;*/
  padding: 60px 40px 20px 60px;
  margin: 0; }
  @media (max-width: 1240px) {
    .Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list {
      padding: 30px 30px 20px; } }

.Airguns .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li:nth-child(even) .subcategory-link {
  padding-left: 20px; }

.Airguns .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link {
  padding: 15px 0; }
  .Airguns .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-image {
    width: 146px;
    height: 109px; }
    @media (max-width: 1240px) {
      .Airguns .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-image {
        min-width: 126px;
        max-width: 126px; } }
  .Airguns .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-title {
    width: calc(100% - 146px); }

.Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption {
  padding: 0 0 0 55px; }
  @media (max-width: 1240px) {
    .Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption {
      padding: 0 0 0 13.6%; } }

.Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption .menu-banner-caption-inr {
  padding-left: 26px;
  padding-right: 26px; }
  @media (max-width: 1240px) {
    .Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption .menu-banner-caption-inr {
      padding-left: 20px;
      padding-right: 20px;
      background: none; } }
  .Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption .menu-banner-caption-inr h2 {
    font-size: 38px;
    line-height: 42px; }
  .Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption .menu-banner-caption-inr h4 {
    font-size: 18px; }
  .Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption .menu-banner-caption-inr .primary-button {
    display: inline-block; }

.navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
  /*max-width: 74.5%;
                        flex: 74.5% 0 0;*/
  max-width: 73.5%;
  flex: 73.5% 0 0; }
  @media screen and (max-width: 1365px) {
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
      max-width: 70.5%;
      flex: 70.5% 0 0; } }
  @media screen and (max-width: 1200px) {
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
      max-width: 67%;
      flex: 67% 0 0; } }
  @media screen and (max-width: 1023px) {
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
      max-width: 65.5%;
      flex: 65.5% 0 0; } }
  @media screen and (max-width: 1023px) {
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list {
      padding: 28px 30px 10px 35px; } }
  .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list.three-column-list li:nth-last-child(-n + 3) {
    border-bottom: none; }
  @media screen and (max-width: 1365px) {
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list.three-column-list li .subcategorylink {
      padding: 0 12px 10px 12px; } }

.navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner {
  /*max-width: 25.5%;
                        flex: 25.5% 0 0;*/
  max-width: 26.5%;
  flex: 26.5% 0 0;
  background-color: transparent; }
  @media screen and (max-width: 1365px) {
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner {
      max-width: 29.5%;
      flex: 29.5% 0 0; } }
  @media screen and (max-width: 1200px) {
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner {
      max-width: 33%;
      flex: 33% 0 0; } }
  @media screen and (max-width: 1023px) {
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner {
      max-width: 34.5%;
      flex: 34.5% 0 0; } }
  .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption {
    padding: 0 0 0 40px; }
    .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption .menu-banner-caption-inr {
      background: black;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 100%, black 0%, black 100%);
      padding: 0 14px 30px 14px; }
      @media screen and (max-width: 1200px) {
        .navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption .menu-banner-caption-inr {
          background: linear-gradient(180deg, rgba(0, 0, 0, 0) 100%, black 0%, black 100%); } }

.navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Magazines .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
  max-width: 76.5%;
  flex: 76.5% 0 0; }

.navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Magazines .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner {
  max-width: 23.5%;
  flex: 23.5% 0 0; }

#wishlist-dropdown.is-open .button--has-items {
  /*font-weight: 500;*/
  font-weight: 700; }

.brands--custom .page-heading {
  font-size: 38px;
  line-height: 47px;
  margin-bottom: 20px;
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 100%;
  font-weight: 700; }

.brandGrid .brand .card-title a {
  font-size: 16px;
  font-weight: 500; }

.card-swatches {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 5px 0 10px; }
  .card-swatches .form-option {
    padding: 1px;
    /*text-align: center;*/
    text-align: left;
    border: 1px solid #000000;
    /*border-radius: 50%;*/
    margin: auto 3px 3px; }
    .card-swatches .form-option:first-child {
      margin-left: 0; }
    @media (min-width: 551px) {
      .card-swatches .form-option {
        margin: auto 2px 3px; }
        .card-swatches .form-option:first-child {
          margin-left: 0; } }
    @media (min-width: 1601px) {
      .card-swatches .form-option {
        margin: auto 4px 3px; }
        .card-swatches .form-option:first-child {
          margin-left: 0; } }
    @media screen and (max-width: 1261px) {
      .card-swatches .form-option:nth-child(n + 6) {
        display: none; } }
    @media screen and (max-width: 991px) {
      .card-swatches .form-option:nth-child(n + 5) {
        display: none; } }
    @media screen and (max-width: 992px) {
      .card-swatches .form-option:nth-child(n + 6) {
        display: none; } }
    @media screen and (max-width: 551px) {
      .card-swatches .form-option:nth-child(n + 5) {
        display: none; } }
    @media screen and (max-width: 320px) {
      .card-swatches .form-option:nth-child(n + 5) {
        display: none; } }
    .card-swatches .form-option.swatch-selected, .card-swatches .form-option:hover {
      border-color: #000000; }
  .card-swatches .card_swatch {
    height: 18px;
    width: 18px;
    /*border-radius: 50%;*/
    background-size: cover; }
    .card-swatches .card_swatch.multi_options {
      display: flex;
      overflow: hidden; }
      .card-swatches .card_swatch.multi_options span {
        border-radius: 0; }
    .card-swatches .card_swatch span {
      width: 100%;
      height: 100%;
      display: block;
      /*border-radius: 50%;*/
      background-size: cover; }
    @media (min-width: 551px) {
      .card-swatches .card_swatch {
        height: 14px;
        width: 14px; } }
    @media (min-width: 992px) {
      .card-swatches .card_swatch {
        height: 18px;
        width: 18px; } }
    @media (min-width: 1367px) {
      .card-swatches .card_swatch {
        height: 19px;
        width: 19px; } }
    @media (min-width: 1601px) {
      .card-swatches .card_swatch {
        height: 22px;
        width: 22px; } }

.lable-more-card {
  color: #000000;
  font-size: 12px;
  display: inline-block;
  vertical-align: super;
  margin-left: 2px; }
  .lable-more-card:hover, .lable-more-card:focus {
    color: #882528; }

.navList-action-close {
  position: absolute;
  top: 5px;
  right: 0; }

.navList-action--checkbox::before {
  top: 0;
  margin-top: 5px; }

.navList-action--checkbox::after {
  top: 0;
  margin-top: 6px; }

.card .card-text.sku {
  display: none; }

.search--custom .card .card-text.sku {
  display: block;
  color: #000000; }
  .search--custom .card .card-text.sku span {
    font-weight: 700; }
  @media screen and (max-width: 767px) {
    .search--custom .card .card-text.sku {
      text-align: left; } }

/*margin between reviews */
.product-template .productReviews-list .productReview {
  margin-top: 25px; }

.product-template .productReviews-list .productReview:first-child {
  margin-top: 0; }

/* Swatch image only greys out */
[data-product-attribute] .form-option.unavailable {
  opacity: 0.8; }

.product-template .productView .productView-details.product-options .productView-options .price-button-area .form .add-to-cart-wrapper {
  flex-wrap: wrap; }

.product-template .productView .productView-details.product-options .productView-options .price-button-area .form-field--stock.u-hiddenVisually + .button-qty-wishlist .add-to-cart-wrapper {
  flex-wrap: initial; }

.product-template .productView-options .price-button-area .form .add-to-cart-wrapper .alertBox.productAttributes-message {
  height: 54px;
  line-height: 54px;
  padding: 0 23px; }

.product-template .productView-options .price-button-area .form .add-to-cart-wrapper .alertBox.productAttributes-message .alertBox-icon {
  padding-right: 7px; }

.body.product-template .productView .productView-details.product-options .productView-options .price-button-area .form .button-qty-wishlist.wr-msg .add-to-cart-wrapper {
  flex-wrap: wrap; }

.product-template .productView .productView-details.product-options .productView-options .price-button-area .form .button-qty-wishlist.wr-msg .add-to-cart-wrapper .alertBox.productAttributes-message {
  width: 76%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  min-height: 54px;
  line-height: initial;
  padding-left: 15px;
  padding-right: 15px; }

/* Mega Menu Update */
body .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-3 {
  flex: 40% 0 0;
  max-width: 40%; }

body .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
  flex: 30% 0 0;
  max-width: 30%; }

.navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-2 {
  flex: 25% 0 0;
  max-width: 25%;
  position: relative; }

body .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list.full-width-list .accessories-list-inr {
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  margin-left: 40px; }

.navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item .navPage-subMenu.apparel-mega-menu .navPage-subMenu-list {
  padding: 0; }

.navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-2 .menu-banner-bg-img {
  background-image: url("https://cdn11.bigcommerce.com/s-ls3dz8i9hj/images/stencil/original/image-manager/mmimg-springbreakco.png");
  width: 100%;
  height: 320px;
  background-size: cover;
  margin: auto;
  background-position: inherit; }

.navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-2 .menu-banner-bg-img .menu-banner-caption {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), #000); }

.navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item .navPage-subMenu.apparel-mega-menu {
  max-width: 1366px;
  padding: 0 0 0 23px !important; }

/* Feature callout css */
.product-template .product-top-section + .product-middle-section .product-wrapper {
  max-width: 100%;
  padding: 0; }

.product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .p-accord-title {
  max-width: 1100px;
  margin: 0 auto;
  float: initial; }

.product-template .product-top-section + .product-middle-section .product-wrapper .productView-description {
  padding: 0; }

.product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .tab-description {
  max-width: 1130px;
  margin: 0 auto;
  float: initial;
  padding: 0 15px; }

.product-details_section {
  margin-top: 40px;
  background-color: #fff; }

.product-descrip h2 {
  font-family: "Bebas Neue Bold", sans-serif;
  color: #882528;
  font-size: 36px;
  line-height: 0.95;
  margin-bottom: 24px;
  margin-top: 20px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.product-additional-details__separator {
  background: #dcdcdc;
  height: 2px; }

.product-descrip-detail.description-section-1 p {
  color: #fff !important; }

.product-descrip-detail__levar-section-1-copy {
  padding: 24px 20px;
  text-align: center; }

.product-descrip-detail__levar-section-1-copy h2 {
  color: #fff;
  margin-top: -40px; }

.product-descrip-detail__levar-section-1-copy p {
  color: #fff !important;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px !important;
  line-height: 1.5 !important; }

.product-descrip-detail.description-section-2 {
  background-color: #eaeaea; }

.product-descrip-detail.description-section-2.product-descrip-row {
  background-color: #f3f3f3; }

.product-descrip-detail__levar-section-2-copy {
  text-align: center; }

.product-descrip-detail__levar-section-2-copy p {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px !important;
  line-height: 1.5 !important; }

.product-additional-details__levar-section-2-image-mobile {
  margin-top: 35px; }

.product-additional-details__levar-section-2-image-mobile img {
  width: 450px;
  margin: 0 auto; }

.product-descrip-detail__container--levar-section-1 {
  position: relative; }

.product-descrip-detail__levar-section-1-copy .product-descrip-conts {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px; }

.product-descrip-detail__levar-section-1-copy .product-descrip-conts div {
  width: 100%;
  max-width: 607px;
  background-color: rgba(0, 0, 0, 0.7);
  float: right;
  padding: 38px 40px;
  padding-right: 67px; }

.product-descrip.product-descrip-detail__container--levar-section-2 {
  display: flex;
  align-items: center;
  max-width: 1166px;
  margin: 0 auto;
  padding: 0 20px;
  justify-content: space-between;
  min-height: 350px; }

.product-descrip-detail.description-section-4 {
  background-color: #fff;
  width: 100%;
  padding-top: 75px;
  padding-bottom: 110px; }

.product-descrip-detail.description-section-4 .product-descrip {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 25px; }

.product-descrip-detail.description-section-4 .product-descrip .product-descrip-title h5 {
  text-align: center;
  margin-bottom: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
  color: #000000;
  text-transform: capitalize; }

.product-descrip-detail.description-section-4 .product-descrip .product-feature-section {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  gap: 30px; }

.product-descrip-detail.description-section-4 .product-feature-section .product-feature .responsive-image {
  width: 100%; }

.product-descrip-detail.description-section-4 .product-feature-section .product-feature h3 {
  margin-top: 30px;
  margin-bottom: 13px;
  font-size: 25px;
  font-family: "Bebas Neue Bold", sans-serif;
  color: #882528;
  line-height: 25px; }

.product-descrip-detail.description-section-4 .product-feature-section .product-feature p {
  line-height: 20px !important; }

.product-descrip-detail.description-section-5 {
  width: 100%;
  background-color: #fff;
  padding-bottom: 80px; }

.product-descrip-detail.description-section-5 .product-descrip {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 25px; }

.product-descrip-detail.description-section-5 .product-descrip .product-descrip-title {
  text-align: center;
  padding: 0 40px;
  padding-bottom: 30px; }

.product-descrip-detail.description-section-5 .product-descrip .product-descrip-title h5 {
  text-transform: uppercase;
  font-size: 40px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  line-height: 50px;
  margin-bottom: 25px; }

.product-descrip-detail.description-section-5 .product-descrip .product-descrip-title p {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 400; }

.product-descrip-detail.description-section-5 .product-descrip .life-style-headline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }

.product-descrip-detail.description-section-5 .product-descrip .life-style-headline .life-style-left {
  display: grid;
  grid-template-rows: 1fr;
  gap: 20px; }

.product-descrip-detail.description-section-5 .product-descrip .life-style-headline img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.product-descrip-detail.description-section-6 {
  width: 100%;
  padding-bottom: 20px; }

.product-descrip-detail.description-section-6 .product-descrip-detail__container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 25px; }

.product-template .product-top-section + .product-middle-section .p-accord-title {
  margin-bottom: 30px !important; }

.product-template .product-top-section + .product-middle-section {
  padding-bottom: 0; }

.product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-image img {
  filter: invert(8%);
  -webkit-filter: invert(8%); }

.product-descrip-detail.description-section-2.product-descrip-row .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-image img {
  filter: invert(5%);
  -webkit-filter: invert(5%); }

.product-descrip-detail.description-section-5 .product-descrip .life-style-headline .life-style-left img {
  height: auto; }

@media (min-width: 768px) {
  .product-descrip h2 {
    font-size: 40px; }
  .product-descrip-detail.description-section-1 .product-descrip-detail__levar-section-1-image {
    display: flex;
    align-items: center;
    min-height: 360px; }
  .product-descrip-detail.description-section-1 .product-descrip-detail__levar-section-1-image img {
    min-height: 360px;
    width: 100%;
    object-fit: cover; }
  .product-descrip-detail__levar-section-1-copy {
    width: 100%;
    margin-left: auto;
    padding: 0;
    text-align: left;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
  .product-descrip-detail__levar-section-1-copy h2 {
    margin-top: 0; }
  .product-descrip-detail__levar-section-1-copy p {
    max-width: 100%;
    margin-bottom: 0; }
  .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-copy {
    width: 44.5%;
    text-align: left;
    padding: 30px 0; }
  .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-image {
    width: 48%; }
  .product-descrip-detail__levar-section-2-copy h2 {
    margin-top: 0; }
  .product-descrip-detail__levar-section-2-copy p {
    max-width: 100%;
    margin-bottom: 0; }
  .product-descrip-detail__levar-section-2-image-mobile {
    display: none; }
  .product-descrip-detail__levar-section-2-image-desktop {
    display: block; } }

@media (min-width: 768px) and (max-width: 991px) {
  .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-image img {
    height: 100%; }
  .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-image {
    height: 197px; } }

@media (min-width: 991px) and (max-width: 1100px) {
  .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-image {
    width: 533px;
    height: 262px; }
  .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-image img {
    height: 100%; } }

@media (min-width: 1100px) {
  .product-descrip-detail.description-section-1 .product-descrip-detail__levar-section-1-image {
    min-height: 480px; }
  .product-descrip-detail.description-section-1 .product-descrip-detail__levar-section-1-image img {
    min-height: 480px;
    width: 100%;
    object-fit: cover; } }

@media (min-width: 1131px) {
  .product-descrip-detail.description-section-1 + .product-descrip-detail.description-section-2 {
    overflow: hidden; }
  .product-descrip-detail.description-section-1 + .product-descrip-detail.description-section-2 .product-descrip-detail__levar-section-2-image {
    margin-right: -75px;
    width: 665px; } }

@media (min-width: 1250px) {
  .product-descrip-detail.description-section-1 + .product-descrip-detail.description-section-2 .product-descrip-detail__levar-section-2-image {
    margin-right: -120px;
    width: 710px; } }

@media (max-width: 1130px) {
  .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .p-accord-title {
    max-width: calc(100% - 50px); }
  .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .tab-description {
    padding: 0 50px; }
  .product-descrip-detail.description-section-5 .product-descrip .life-style-headline {
    gap: 18px; }
  .product-descrip-detail.description-section-5 .product-descrip .life-style-headline .life-style-left {
    gap: 18px; }
  .product-descrip-detail.description-section-5 .product-descrip .product-descrip-title {
    padding: 0;
    padding-bottom: 30px; }
  .product-descrip-detail.description-section-4 .product-descrip .product-feature-section {
    gap: 23px; }
  .product-descrip-detail.description-section-4 .product-feature-section .product-feature h3 {
    margin-top: 22px;
    margin-bottom: 11px;
    font-size: 19px;
    font-family: "Bebas Neue Bold", sans-serif;
    color: #882528;
    line-height: 19px; }
  .product-descrip-detail.description-section-5 {
    padding-bottom: 70px; }
  .product-descrip-detail__levar-section-1-copy .product-descrip-conts div {
    padding: 30px 50px 38px 30px;
    max-width: 455px; }
  .product-descrip h2 {
    margin-bottom: 11px; }
  .product-descrip-detail__levar-section-1-copy .product-descrip-conts {
    padding: 0 62px; }
  .product-descrip.product-descrip-detail__container--levar-section-2 {
    padding: 0; }
  .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-copy {
    padding-left: 100px;
    width: 49.5%; }
  .product-descrip-detail.description-section-2.product-descrip-row .product-descrip {
    padding-left: 83px;
    padding-right: 74px; }
  .product-descrip-detail.description-section-2.product-descrip-row .product-descrip .product-descrip-detail__levar-section-2-image {
    width: 42%; }
  .product-descrip-detail.description-section-2.product-descrip-row .product-descrip .product-descrip-detail__levar-section-2-copy {
    padding-left: 0; }
  .product-descrip.product-descrip-detail__container--levar-section-2 {
    min-height: 262px; } }

@media (max-width: 1023px) {
  .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .p-accord-title {
    max-width: calc(100% - 70px); }
  .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .tab-description {
    padding: 0 35px; } }

@media (max-width: 991px) {
  .product-descrip-detail.description-section-1 .product-descrip-detail__levar-section-1-image img {
    min-height: 270px; }
  .product-descrip-detail.description-section-1 .product-descrip-detail__levar-section-1-image {
    min-height: 270px; }
  .product-descrip-detail__levar-section-1-copy .product-descrip-conts div {
    max-width: 342px;
    padding: 23px 27px 26px 23px; }
  .product-descrip-detail__levar-section-1-copy .product-descrip-conts {
    padding: 0 35px; }
  .product-descrip h2 {
    font-size: 30px;
    margin-bottom: 15px; }
  .product-descrip-detail__levar-section-1-copy p {
    font-size: 14px !important; }
  .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-copy {
    padding-left: 55px; }
  .product-descrip-detail.description-section-2.product-descrip-row .product-descrip {
    padding-left: 62px;
    padding-right: 54px; }
  .product-descrip-detail__levar-section-2-copy p {
    font-size: 14px !important; }
  .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-copy {
    width: 50%; }
  .product-descrip-detail.description-section-4 {
    padding-top: 60px;
    padding-bottom: 100px; }
  .product-descrip-detail.description-section-4 .product-descrip .product-descrip-title h5 {
    font-size: 22px;
    line-height: 27px; }
  .product-descrip-detail.description-section-4 .product-descrip {
    padding: 0 63px; }
  .product-descrip-detail.description-section-4 .product-descrip .product-feature-section {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px; }
  .product-descrip-detail.description-section-5 .product-descrip .product-descrip-title h5 {
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px; }
  .product-descrip-detail.description-section-5 .product-descrip .product-descrip-title p {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0 50px; }
  .product-descrip-detail.description-section-5 .product-descrip .product-descrip-title {
    padding-bottom: 25px; }
  .product-descrip-detail.description-section-5 .product-descrip {
    padding: 0 35px; }
  .product-descrip-detail.description-section-5 .product-descrip .life-style-headline {
    gap: 13px; }
  .product-descrip-detail.description-section-5 .product-descrip .life-style-headline .life-style-left {
    gap: 13px; }
  .product-descrip-detail.description-section-6 .product-descrip-detail__container {
    padding: 0 35px; }
  .product-descrip.product-descrip-detail__container--levar-section-2 {
    min-height: 197px; } }

@media (max-width: 767px) {
  .product-descrip-detail.description-section-6 .product-descrip-detail__container {
    padding: 0 20px; }
  .product-descrip-detail__container--levar-section-1 {
    padding: 0; }
  .product-descrip-detail__container--levar-section-2 {
    padding-bottom: 0; }
  .product-descrip-detail__levar-section-2-image-mobile {
    margin-top: 25px; }
  .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .p-accord-title {
    max-width: calc(100% - 40px); }
  .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .tab-description {
    padding: 0 20px; }
  .product-descrip-detail__levar-section-1-copy {
    background-color: #000;
    text-align: left; }
  .product-descrip-detail__levar-section-1-copy .product-descrip-conts div {
    width: 100%;
    float: initial;
    max-width: 100%;
    padding: 0; }
  .product-descrip-detail__levar-section-1-copy h2 {
    margin-top: 0; }
  .product-descrip-detail__levar-section-1-copy p {
    width: 100%;
    max-width: 100%; }
  .product-descrip-detail.description-section-1 .product-descrip-detail__levar-section-1-image img {
    height: 270px;
    object-fit: cover;
    width: 100%;
    object-position: left; }
  .product-descrip-detail__levar-section-1-copy .product-descrip-conts {
    padding: 0; }
  .product-descrip-detail__levar-section-1-copy {
    padding: 22px 20px 38px 20px; }
  .product-descrip.product-descrip-detail__container--levar-section-2 {
    flex-direction: column;
    padding: 36px 20px;
    padding-bottom: 0; }
  .product-descrip-detail__levar-section-2-copy {
    text-align: left; }
  .product-descrip-detail__levar-section-2-image {
    width: 100%;
    max-width: 335px;
    margin-top: 30px;
    height: 164px; }
  .product-descrip-detail__levar-section-2-copy {
    width: 100%; }
  .product-descrip-detail__levar-section-2-copy p {
    max-width: 100%; }
  .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-copy {
    width: 100%;
    padding: 0; }
  .product-descrip-detail.description-section-2.product-descrip-row .product-descrip .product-descrip-detail__levar-section-2-image {
    width: 100%;
    max-width: 222px;
    margin-top: 30px; }
  .product-descrip-detail.description-section-2.product-descrip-row .product-descrip {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px; }
  .product-descrip-detail.description-section-4 .product-descrip {
    padding: 0 32px; }
  .product-descrip-detail.description-section-5 .product-descrip {
    padding: 0 20px; }
  .product-descrip-detail.description-section-5 .product-descrip .product-descrip-title p {
    padding: 0; }
  .product-descrip-detail.description-section-5 {
    padding-bottom: 40px; }
  .product-descrip-detail__levar-section-2-copy h2 {
    margin-top: 0; }
  .product-descrip.product-descrip-detail__container--levar-section-2 .product-descrip-detail__levar-section-2-image img {
    height: 100%; } }

@media (max-width: 500px) {
  .product-descrip-detail.description-section-4 .product-descrip .product-feature-section {
    grid-template-columns: 1fr; }
  .product-descrip-detail.description-section-5 .product-descrip .life-style-headline {
    grid-template-columns: 1fr; } }

.product-descrip-detail.description-section-4 .product-feature-section .product-feature p {
  padding-right: 25px; }

.product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content iframe {
  height: 613px; }

@media (max-width: 1250px) {
  .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content iframe {
    height: 547px; } }

@media (max-width: 991px) {
  .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content iframe {
    height: 393px; } }

@media (max-width: 767px) {
  .product-descrip-detail.description-section-4 .product-feature-section .product-feature p {
    padding-right: 26px; }
  .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content iframe {
    height: 250px; } }

@media (max-width: 500px) {
  .product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content iframe {
    height: 190px; } }

/* Site Audit Fixes Homepage/Kickers  */
@media (min-width: 992px) {
  .default--custom [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(8) {
    width: 220px; }
  .default--custom [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide [data-widget-id]:nth-child(8) {
    width: 220px;
    right: 0; }
  .default--custom [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(4) p {
    max-width: 210px;
    min-width: auto; }
  .default--custom [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p {
    max-width: 210px;
    min-width: auto; } }

@media (min-width: 768px) and (max-width: 991px) {
  .default--custom [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p {
    width: 220px; }
  .default--custom [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(6) p {
    width: 190px; }
  .default--custom [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(4) p {
    min-width: auto;
    max-width: 155px; }
  .default--custom [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(3) p {
    min-width: auto;
    max-width: 155px; } }

@media (min-width: 768px) and (max-width: 850px) {
  body.default--custom [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:first-child [data-widget-id]:nth-child(8) {
    width: 160px; }
  body [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(8) {
    width: 160px; } }

@media (min-width: 1366px) {
  .default--custom [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(4) p {
    max-width: 310px;
    min-width: auto; }
  .default--custom [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p {
    max-width: 310px;
    min-width: auto; }
  .default--custom [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide[data-sub-layout]:first-child [data-widget-id]:nth-child(8) {
    right: 0; } }

@media (min-width: 641px) and (max-width: 767px) {
  body.default--custom [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:first-child [data-widget-id]:nth-child(8) {
    width: 130px; }
  body [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(8) {
    width: 130px; } }

@media (max-width: 479px) {
  body.default--custom [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(6) p {
    width: 170px; }
  body.default--custom [data-layout-name="two-column-collection"] [data-sub-layout]:first-child [data-widget-id]:nth-child(8) {
    width: 150px;
    top: 50%;
    transform: translateY(-50%); }
  body.default--custom [data-layout-name="two-column-collection"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(8) {
    width: 150px;
    top: 50%;
    transform: translateY(-50%); }
  .default--custom [data-layout-name="two-column-collection"] .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(4) p {
    max-width: 160px;
    min-width: auto; }
  .default--custom [data-layout-name="two-column-collection"] .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(5) p {
    max-width: 160px;
    min-width: auto; } }

@media (min-width: 480px) and (max-width: 639px) {
  .default--custom [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(4) p {
    width: 265px; } }

.default--custom [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(4) p {
  background: none; }

.default--custom [data-layout-name="two-column-collection"] .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(3) p {
  background: none; }

.default--custom [data-layout-name="two-column-collection"] .slick-track .slick-slide:nth-child(2) [data-widget-id]:nth-child(5) p {
  background: none; }

.default--custom [data-layout-name="two-column-collection"] [data-sub-layout] [data-widget-id]:nth-child(2) p {
  color: #fff; }

@media (min-width: 768px) {
  .default--custom [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide div[data-widget-id] {
    width: max-content; } }

/* Site Audit Fixes Homepage/Kickers  */
/* Site Audit Fixes Homepage/Content */
@media (min-width: 768px) {
  body [data-content-region="home_below_new_products"] {
    background-color: #eaeaea;
    padding: 30px; }
    body [data-content-region="home_below_new_products"] .bottom-html {
      width: 100%;
      max-width: 1115px; }
      body [data-content-region="home_below_new_products"] .bottom-html p {
        margin: 0;
        font-size: 18px;
        line-height: 31px;
        font-weight: 500;
        text-align: center; }
        body [data-content-region="home_below_new_products"] .bottom-html p span {
          color: #882528;
          font-weight: bold; } }

/* Site Audit Fixes Homepage/Content */
/* plp */
body .card .card-body .bottom-card .card-price .price-section span.msrp {
  display: block !important;
  color: #969696;
  font-size: 14px;
  font-family: Bebas Neue;
  font-weight: bold;
  line-height: 18px; }

body .card .card-body .bottom-card .card-price .price-section .price.price--rrp {
  color: #969696 !important; }

.card .card-body .bottom-card {
  align-items: flex-end !important; }

.product-template #custom-video-overlay-popup .overlay-content {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: initial;
  width: 65%; }

.product-template #custom-video-overlay-popup {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  display: none; }

.product-template #custom-video-overlay-popup:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.95);
  opacity: 0.9; }

.product-template #custom-video-overlay-popup .overlay-container {
  max-width: initial;
  margin: 0 auto; }

.product-template #custom-video-overlay-popup .modal-close {
  color: #fff;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  top: -12px;
  right: -12px;
  line-height: initial; }

.product-template #custom-video-overlay-popup .videoGallery-Content-Section iframe {
  aspect-ratio: 16 / 9; }

@media (max-width: 1150px) {
  .product-template #custom-video-overlay-popup .overlay-content {
    width: 70%; } }

@media (max-width: 767px) {
  .product-template #custom-video-overlay-popup .overlay-content {
    width: 90%; } }

.product-template #custom-video-overlay-popup .videoGallery-Content-Section {
  width: 100%;
  height: 100%; }

.product-template .custom-video-popup-section .productView-video-link {
  height: 100px;
  padding: 0;
  max-width: 102px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid transparent;
  display: flex;
  justify-content: center; }
  @media (max-width: 1240px) {
    .product-template .custom-video-popup-section .productView-video-link {
      height: 72px; } }
  @media (max-width: 767px) {
    .product-template .custom-video-popup-section .productView-video-link {
      height: 70px;
      padding: 0;
      max-width: 70px;
      width: 100%;
      box-sizing: border-box;
      border-color: #eaeaea;
      margin: 0 auto; } }
  .product-template .custom-video-popup-section .productView-video-link:hover {
    border: 1px solid #000; }
  .product-template .custom-video-popup-section .productView-video-link img {
    object-fit: contain;
    width: 100%; }

.product-template .product-middle-section .product-descriptions .product-description.product-video .p-accord-content {
  max-width: 1100px;
  margin: 0 auto; }

.product-template .product-middle-section .product-descriptions .product-description.product-video .p-accord-content .videoGallery-main {
  padding-bottom: 56%; }

@media (min-width: 1160px) and (max-width: 1250px) {
  .product-template .product-middle-section .product-descriptions .product-description.product-video .p-accord-content .videoGallery-main {
    padding-bottom: 50%; } }

@media (max-width: 1130px) {
  .product-template .product-middle-section .product-descriptions .product-description.product-video .p-accord-content {
    max-width: calc(100% - 50px); } }

@media (max-width: 1023px) {
  .product-template .product-middle-section .product-descriptions .product-description.product-video .p-accord-content {
    max-width: calc(100% - 70px); } }

@media (min-width: 800px) and (max-width: 991px) {
  .product-template .product-middle-section .product-descriptions .product-description.product-video .p-accord-content .videoGallery-main {
    padding-bottom: 42%; } }

@media (max-width: 767px) {
  .product-template .product-middle-section .product-descriptions .product-description.product-video .p-accord-content {
    max-width: calc(100% - 40px); } }

@media (min-width: 501px) and (max-width: 767px) {
  .product-template .product-middle-section .product-descriptions .product-description.product-video .p-accord-content .videoGallery-main {
    padding-bottom: 43%; } }

@media screen and (max-width: 425px) {
  .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px; }
    .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.has-subMenu {
      padding-left: 0px; }
      .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.has-subMenu .collapsible-icon-wrapper {
        width: auto; }
      .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.has-subMenu .icon {
        left: -15px; }
  .site-header .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 4.25rem; } }

@media (min-width: 390px) and (max-width: 500px) {
  .product-template .product-middle-section .product-descriptions .product-description.product-video .p-accord-content .videoGallery-main {
    padding-bottom: 45%; } }

body.product--custom .description-section-area {
  max-width: 1130px;
  margin: 0 auto;
  padding-bottom: 30px; }
  body.product--custom .description-section-area .pdp-spec-table {
    font-family: "Montserrat", sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #c9c9c9; }
    body.product--custom .description-section-area .pdp-spec-table thead th {
      font: normal bold 12px/15px "Montserrat", sans-serif;
      background-color: #7b7b7b;
      color: white;
      padding: 8px;
      border: 1px solid #c9c9c9; }
    body.product--custom .description-section-area .pdp-spec-table tbody th {
      text-align: right;
      padding: 8px; }
    body.product--custom .description-section-area .pdp-spec-table tbody td {
      border: 1px solid #ddd;
      padding: 8px; }
    body.product--custom .description-section-area .pdp-spec-table tr:nth-child(odd) {
      background-color: #eaeaea; }
    body.product--custom .description-section-area .pdp-spec-table tr:nth-child(even) {
      background-color: #fff; }
  body.product--custom .description-section-area .pdp-spec-section.template-1 .pdp-spec-table {
    width: 70%;
    margin: auto; }
    body.product--custom .description-section-area .pdp-spec-section.template-1 .pdp-spec-table thead th {
      text-align: center; }
    body.product--custom .description-section-area .pdp-spec-section.template-1 .pdp-spec-table tbody td {
      text-align: left; }
  body.product--custom .description-section-area .pdp-spec-section.template-2 .pdp-spec-table {
    width: 70%;
    margin: auto; }
    body.product--custom .description-section-area .pdp-spec-section.template-2 .pdp-spec-table thead th {
      text-align: center; }
    body.product--custom .description-section-area .pdp-spec-section.template-2 .pdp-spec-table thead th:first-child {
      text-align: right;
      padding: 10px 18px; }
    body.product--custom .description-section-area .pdp-spec-section.template-2 .pdp-spec-table tbody td {
      text-align: center; }
  @media (max-width: 767px) {
    body.product--custom .description-section-area .pdp-spec-section.template-3 {
      overflow: scroll;
      scroll-snap-type: x mandatory;
      scroll-behavior: smooth;
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      position: relative; }
      body.product--custom .description-section-area .pdp-spec-section.template-3 #prev-arrow {
        position: absolute;
        top: 50%;
        left: 0px;
        transform: rotate(180deg); }
      body.product--custom .description-section-area .pdp-spec-section.template-3 #next-arrow {
        position: absolute;
        top: 50%;
        right: 0px; } }
  @media (min-width: 768px) {
    body.product--custom .description-section-area .pdp-spec-section.template-3 #prev-arrow {
      display: none; }
    body.product--custom .description-section-area .pdp-spec-section.template-3 #next-arrow {
      display: none; } }
  body.product--custom .description-section-area .pdp-spec-section.template-3 .pdp-spec-table {
    width: 70%;
    margin: auto; }
    body.product--custom .description-section-area .pdp-spec-section.template-3 .pdp-spec-table thead th {
      text-align: left; }
    body.product--custom .description-section-area .pdp-spec-section.template-3 .pdp-spec-table tbody td {
      text-align: left; }

[data-layout-name="two-column-collection"] {
  opacity: 0; }

.heroBanner,
div[data-layout-name="two-column-collection"],
.home-three-category-section .category-content .category-item,
.free-shipping-section,
.merch-section,
body div[data-content-region="home_below_new_products"] {
  overflow: hidden; }

@media (min-width: 992px) {
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link:hover .subcategory-image img,
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-3 .single-banner .mega-menu-banner-link:hover .inner-image img,
  .home-three-category-section .category-content .category-item a:hover img,
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide [data-widget-id]:nth-child(8):hover #sd-image-2a613b99-74a4-4b37-b231-68b96455734c,
  [data-layout-name="two-column-collection"] .slick-list .slick-track .slick-slide [data-widget-id]:nth-child(8):hover #sd-image-7a49dc0c-6657-430f-be82-eb6752c9d0dd,
  [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(2) [data-widget-id]:nth-child(2) [data-test-id="product-widget-image"]:hover > div,
  [data-layout-name="feature-product-layout"] [data-sub-layout]:nth-child(3) [data-widget-id] [data-test-id="product-widget-image"]:hover > div,
  .card .card-figure .card-figure__link:hover .card-img-container img {
    transition: transform 250ms linear 0s;
    transform: scale(1.05); } }

.navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-3 .single-banner .mega-menu-banner-link .inner-image {
  overflow: hidden; }

.home-three-category-section .category-content .category-item a {
  display: block;
  overflow: hidden; }

div[data-layout-name="two-column-collection"] {
  display: none; }

/* Featured Product Collection */
.featured-collection {
  padding: 60px 0 80px 0; }
  @media (max-width: 767px) {
    .featured-collection {
      padding: 50px 0; } }
  .featured-collection .container-custom {
    max-width: 1150px;
    margin-inline: auto; }
  @media (min-width: 768px) {
    .featured-collection .slick-list {
      max-width: 1150px;
      width: 95%;
      margin: 0 auto;
      overflow: unset; }
      .featured-collection .slick-list .slick-track {
        display: flex;
        flex-wrap: wrap;
        z-index: 0;
        position: relative;
        align-items: flex-start;
        justify-content: space-between;
        width: 100% !important; }
        .featured-collection .slick-list .slick-track .slick-slide {
          width: 48% !important; } }
  @media (min-width: 641px) and (max-width: 767px) {
    .featured-collection .slick-list {
      max-width: 610px;
      margin: 0 auto !important; } }
  @media (min-width: 480px) and (max-width: 640px) {
    .featured-collection .slick-list {
      max-width: 420px;
      margin: 0 auto !important; }
      .featured-collection .slick-list .slick-slide {
        padding: 0 10px; } }
  @media (max-width: 479px) {
    .featured-collection .slick-list {
      padding: 0;
      max-width: 310px;
      width: 100%;
      margin: 0 auto !important; }
      .featured-collection .slick-list .slick-slide {
        padding: 0 10px; } }
  .featured-collection .collection-product {
    flex: 0 0 48%;
    max-width: 48%;
    display: inline-block; }
    @media (max-width: 767px) {
      .featured-collection .collection-product {
        flex: 0 0 100%;
        max-width: 100%;
        display: block; } }
    .featured-collection .collection-product .collection-product-inner {
      display: flex;
      justify-content: space-between;
      position: relative; }
    .featured-collection .collection-product:nth-child(2) {
      padding-left: 35px;
      border-left: 1px solid #c9c9c9; }
      @media (max-width: 767px) {
        .featured-collection .collection-product:nth-child(2) {
          padding-left: 0px;
          border-left: none; } }
  .featured-collection .left-part {
    position: relative;
    z-index: 9; }
    @media (max-width: 767px) {
      .featured-collection .left-part {
        width: 100%; } }
  .featured-collection .right-part {
    margin-top: 85px;
    overflow: hidden; }
    .featured-collection .right-part img {
      transition: transform 250ms linear 0s; }
    .featured-collection .right-part:hover img {
      transform: scale(1.05); }
    @media (min-width: 768px) and (max-width: 992px) {
      .featured-collection .right-part {
        margin-top: 0px; } }
    @media (max-width: 767px) {
      .featured-collection .right-part {
        margin-top: 0px;
        position: absolute;
        right: 0; } }
    @media (max-width: 479px) {
      .featured-collection .right-part {
        top: 50%;
        transform: translateY(-50%); } }
  .featured-collection .new-label {
    color: #fff;
    font-family: "Bebas Neue Bold", sans-serif;
    font-weight: 500;
    line-height: 24px;
    background-color: #882528;
    padding: 7px 20px 3px 15px;
    -webkit-clip-path: polygon(100% 0, 100% 0%, 80% 100%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 0%, 80% 100%, 0 100%, 0 0);
    font-size: 20px;
    width: max-content;
    margin-bottom: 15px; }
    @media (min-width: 768px) and (max-width: 1365px) {
      .featured-collection .new-label {
        font-size: 16px;
        line-height: 19px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .featured-collection .new-label {
        font-size: 11px;
        line-height: 13px; } }
    @media (max-width: 767px) {
      .featured-collection .new-label {
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 5px; } }
  .featured-collection .category {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    line-height: 44px;
    margin-top: 15px;
    font-size: 26px;
    width: max-content; }
    @media (min-width: 768px) and (max-width: 1365px) {
      .featured-collection .category {
        font-size: 21px;
        line-height: 36px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .featured-collection .category {
        font-size: 14px;
        line-height: 24px; } }
    @media (max-width: 767px) {
      .featured-collection .category {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px; } }
    @media (max-width: 480px) {
      .featured-collection .category {
        width: 265px; } }
  .featured-collection .product-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: black;
    font-size: 46px;
    max-width: 310px;
    padding-top: 5px;
    padding-bottom: 10px;
    line-height: 1;
    display: inline-block;
    width: max-content; }
    @media (min-width: 768px) and (max-width: 1365px) {
      .featured-collection .product-name {
        font-size: 37px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .featured-collection .product-name {
        font-size: 27px; } }
    @media (max-width: 767px) {
      .featured-collection .product-name {
        font-size: 27px; } }
  .featured-collection .subcategory-name {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: black;
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    width: max-content; }
    @media (min-width: 768px) and (max-width: 1365px) {
      .featured-collection .subcategory-name {
        font-size: 16px;
        line-height: 19px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .featured-collection .subcategory-name {
        font-size: 10px;
        line-height: 13px; } }
    @media (max-width: 767px) {
      .featured-collection .subcategory-name {
        font-size: 10px;
        line-height: 13px; } }
  .featured-collection .product-description {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    margin-top: 45px;
    margin-bottom: 35px;
    max-width: 265px;
    width: 100%; }
    @media (min-width: 768px) and (max-width: 1365px) {
      .featured-collection .product-description {
        width: 220px;
        font-size: 12px;
        line-height: 16px;
        margin-top: 27px;
        margin-bottom: 20px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .featured-collection .product-description {
        width: 190px; } }
    @media (max-width: 767px) {
      .featured-collection .product-description {
        font-size: 10px;
        line-height: 13px;
        width: 220px;
        font-size: 12px;
        line-height: 16px;
        margin-top: 20px;
        margin-bottom: 15px; } }
    @media (max-width: 479px) {
      .featured-collection .product-description {
        width: 170px; } }
  .featured-collection .shop-now {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .featured-collection .shop-now {
        margin-bottom: 30px; } }
    .featured-collection .shop-now a {
      padding-top: 5px;
      padding-right: 14px;
      padding-bottom: 1px;
      padding-left: 14px;
      text-decoration: none;
      background-color: white;
      border: 1px solid black;
      border-radius: 0px;
      color: black;
      font-size: 20px;
      font-weight: 400;
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700;
      line-height: 1.5;
      display: inline-block; }
      .featured-collection .shop-now a:hover, .featured-collection .shop-now a:focus {
        background-color: black;
        color: #fff; }
      @media (min-width: 768px) and (max-width: 1365px) {
        .featured-collection .shop-now a {
          padding-top: 5px;
          padding-right: 14px;
          padding-bottom: 1px;
          padding-left: 14px;
          font-size: 16px;
          line-height: 19px; } }
      @media (min-width: 768px) and (max-width: 992px) {
        .featured-collection .shop-now a {
          font-size: 11px;
          line-height: 13px;
          padding-top: 5px;
          padding-right: 14px;
          padding-bottom: 1px;
          padding-left: 14px; } }
      @media (max-width: 767px) {
        .featured-collection .shop-now a {
          font-size: 14px;
          line-height: 13px;
          padding-top: 9px;
          padding-right: 30px;
          padding-bottom: 8px;
          padding-left: 30px; } }
  @media (max-width: 767px) {
    .featured-collection .shop-all {
      text-align: center; } }
  .featured-collection .shop-all a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-decoration: underline;
    font-size: 14px;
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 1365px) {
      .featured-collection .shop-all a {
        font-size: 14px;
        line-height: 22px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .featured-collection .shop-all a {
        font-size: 12px;
        line-height: 12px; } }
    @media (max-width: 767px) {
      .featured-collection .shop-all a {
        font-size: 12px;
        line-height: 12px; } }
    .featured-collection .shop-all a:hover, .featured-collection .shop-all a:focus {
      color: #882528; }
  .featured-collection .product-image {
    width: 220px;
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 992px) {
      .featured-collection .product-image {
        width: 222px; } }
    @media (min-width: 768px) and (max-width: 850px) {
      .featured-collection .product-image {
        width: 160px; } }
    @media (min-width: 641px) and (max-width: 767px) {
      .featured-collection .product-image {
        width: 130px; } }
    @media (max-width: 767px) {
      .featured-collection .product-image {
        width: 195px; } }
    @media (max-width: 479px) {
      .featured-collection .product-image {
        width: 150px; } }
    @media (min-width: 768px) and (max-width: 992px) {
      .featured-collection .product-image img {
        width: auto !important;
        height: auto !important; } }
  .featured-collection .slick-next {
    background-color: transparent;
    border: none;
    right: 8px; }
    .featured-collection .slick-next:before {
      background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-next-mobile2.png"); }
  .featured-collection .slick-prev {
    background-color: transparent;
    border: none;
    left: 15px;
    padding: 0; }
    .featured-collection .slick-prev:before {
      background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-prev-mobile1.png"); }
  .featured-collection .slick-next.slick-disabled {
    opacity: 1; }
  .featured-collection .slick-prev.slick-disabled {
    opacity: 1; }
  .featured-collection .slick-next.slick-disabled:before {
    background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-next-disable-mobile-1.png");
    opacity: 1; }
  .featured-collection .slick-prev.slick-disabled:before {
    background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-disable-prev-mobile2.png");
    opacity: 1; }

/* Featured Product Collection */
/* New Changes - 29/6/2023 */
.navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li:nth-child(8),
.navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li:nth-child(9),
.navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item.Magazines .navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li:nth-child(9),
.navigation-menu .navPages-container .navPages .mega-menu-header .navPages .navPages-list .navPages-item .navPage-subMenu.holsters-menu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li:nth-child(6) {
  border-bottom: 1px solid #c9c9c9 !important; }

.navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .accessories-list .accessories-list-inr li.shop-all a {
  color: #882528;
  text-decoration: underline; }

/* Page Addition - VIS Pin Sets Start 27/07/2023 */
.vis-section {
  background-color: #000;
  margin-top: 36px; }
  @media (min-width: 1024px) {
    .vis-section {
      margin-top: 40px; } }
  @media (min-width: 1366px) {
    .vis-section {
      max-width: 1366px;
      margin: 40px auto 0; } }
  @media (min-width: 551px) {
    .vis-section .vis-section-inner {
      position: relative; } }
  .vis-section .vis-section-inner .vis-content-section {
    padding: 30px 28px 35px; }
    @media (min-width: 551px) {
      .vis-section .vis-section-inner .vis-content-section {
        position: absolute;
        padding: 0;
        width: 318px;
        right: 50px;
        top: 50%;
        transform: translateY(-50%); } }
    @media (min-width: 1024px) {
      .vis-section .vis-section-inner .vis-content-section {
        width: 420px; } }
    @media (min-width: 1366px) {
      .vis-section .vis-section-inner .vis-content-section {
        width: 500px; } }
    .vis-section .vis-section-inner .vis-content-section h3 {
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700;
      color: #fff;
      font-size: 30px;
      margin: 0 0 14px;
      line-height: 1; }
      @media (min-width: 1024px) {
        .vis-section .vis-section-inner .vis-content-section h3 {
          font-size: 40px;
          margin: 0 0 30px; } }
    .vis-section .vis-section-inner .vis-content-section p {
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      margin-bottom: 30px; }
      @media (min-width: 1024px) {
        .vis-section .vis-section-inner .vis-content-section p {
          font-size: 16px;
          line-height: 24px; } }
    .vis-section .vis-section-inner .vis-content-section a.button {
      margin-bottom: 0;
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700;
      font-size: 22px;
      line-height: 1;
      padding: 9px 30px; }
      .vis-section .vis-section-inner .vis-content-section a.button:hover {
        background-color: #fff;
        color: #000; }

/* Page Addition - VIS Pin Sets End 27/07/2023 */
.site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action.navPages-action.has-subMenu .collapsible-icon-wrapper .icon {
  left: auto;
  right: 0; }

.site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action.navPage-childList-action {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 400; }

@media screen and (min-width: 1024px) {
  #previewModal {
    max-width: 100%;
    width: 984px; } }

@media screen and (max-width: 1023px) {
  #previewModal {
    width: 100%;
    max-width: calc(100% - 70px); } }

@media screen and (max-width: 767px) {
  #previewModal {
    max-width: calc(100% - 40px); } }

#previewModal .modal-content .modal-header {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #000000;
  border-bottom: none; }
  @media screen and (max-width: 767px) {
    #previewModal .modal-content .modal-header {
      width: 100%;
      padding: 10px 50px 10px 20px; } }

#previewModal .modal-header-title {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0; }
  @media screen and (max-width: 767px) {
    #previewModal .modal-header-title {
      font-size: 18px;
      line-height: 20px;
      text-align: left; } }
  #previewModal .modal-header-title .count {
    color: #dec96f; }

#previewModal .modal-close {
  color: #ffffff;
  font-size: 64px;
  width: 40px;
  height: 40px;
  top: 5px;
  font-weight: 500; }
  @media screen and (max-width: 767px) {
    #previewModal .modal-close {
      font-size: 45px; } }

#previewModal .modal-body {
  padding: 0px; }

#previewModal .productView-brand {
  color: #7b7b7b;
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px; }
  @media screen and (max-width: 991px) {
    #previewModal .productView-brand {
      margin: 0 0 10px; } }
  @media screen and (max-width: 767px) {
    #previewModal .productView-brand {
      font-size: 14px; } }

#previewModal .productView-img-container {
  margin: 0; }

@media screen and (max-width: 991px) {
  #previewModal .productView {
    padding-left: 0.75rem;
    padding-right: 0.75rem; } }

@media screen and (max-width: 767px) {
  #previewModal .productView {
    padding-left: 0.25rem;
    padding-right: 0.25rem; } }

#previewModal .previewCart {
  background-color: #eaeaea; }
  #previewModal .previewCart .productView {
    padding-top: 20px;
    width: 71%; }
    @media screen and (max-width: 1199px) {
      #previewModal .previewCart .productView {
        width: 69.5%; } }
    @media screen and (max-width: 991px) {
      #previewModal .previewCart .productView {
        width: 59.6%;
        margin-top: 0; } }
    @media screen and (max-width: 767px) {
      #previewModal .previewCart .productView {
        width: 100%; } }
  #previewModal .previewCart .productView-img-container::after {
    padding-bottom: 100%; }
  #previewModal .previewCart .productView-title {
    font-size: 18px;
    line-height: 24px; }
    @media screen and (max-width: 991px) {
      #previewModal .previewCart .productView-title {
        font-size: 16px;
        line-height: 20px; } }
  #previewModal .previewCart .productView-image {
    width: 36.2%;
    justify-content: flex-start;
    margin: 0;
    padding-right: 7px;
    min-height: initial;
    align-items: flex-start; }
    @media screen and (max-width: 991px) {
      #previewModal .previewCart .productView-image {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 41%; } }
    @media screen and (max-width: 767px) {
      #previewModal .previewCart .productView-image {
        width: 140px; } }
  #previewModal .previewCart .productView-image--cart {
    height: auto; }
    @media screen and (max-width: 991px) {
      #previewModal .previewCart .productView-image--cart {
        margin-top: 0; } }
  #previewModal .previewCart .productView-details {
    width: 63.8%; }
    @media screen and (max-width: 991px) {
      #previewModal .previewCart .productView-details {
        width: 59%;
        padding-left: 0.25rem; } }
    @media screen and (max-width: 767px) {
      #previewModal .previewCart .productView-details {
        width: calc(100% - 140px); } }
  #previewModal .previewCart .productView-price {
    color: #882528;
    font-family: 'Bebas';
    font-size: 22px;
    font-weight: 400;
    line-height: 27px; }
    @media screen and (max-width: 991px) {
      #previewModal .previewCart .productView-price {
        margin-bottom: 15px; } }
  #previewModal .previewCart .productView-info {
    margin-bottom: 10px; }
    #previewModal .previewCart .productView-info .productView-info-name {
      margin-top: 0;
      color: #333333;
      font-family: 'Montserrat';
      font-size: 10px;
      font-weight: 400;
      text-transform: uppercase;
      float: none; }
    #previewModal .previewCart .productView-info .productView-info-value {
      color: #000000;
      font-family: 'Montserrat';
      font-size: 13px;
      font-weight: 400;
      float: none; }

#previewModal .previewCartCheckout {
  background-color: transparent;
  width: 29%;
  padding: 1.5rem 1.4rem 1.5rem;
  padding-left: 0; }
  @media screen and (max-width: 1199px) {
    #previewModal .previewCartCheckout {
      width: 30.5%; } }
  @media screen and (max-width: 991px) {
    #previewModal .previewCartCheckout {
      width: 40.4%; } }
  @media screen and (max-width: 767px) {
    #previewModal .previewCartCheckout {
      width: 100%;
      padding: 1.5rem 0 1.25rem;
      border-top: 1px solid #000000;
      margin-inline: 20px; } }
  #previewModal .previewCartCheckout .previewCartCheckout-subtotal {
    margin-bottom: 0px;
    margin-top: 10px;
    color: #000000;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize; }
    @media screen and (max-width: 991px) {
      #previewModal .previewCartCheckout .previewCartCheckout-subtotal {
        margin-bottom: 5px; } }
  #previewModal .previewCartCheckout [data-cart-quantity] {
    color: #000000;
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px; }
  #previewModal .previewCartCheckout .previewCartCheckout-price {
    color: #882528;
    font-family: 'Bebas';
    font-size: 28px;
    font-weight: 400;
    line-height: 34px; }
  #previewModal .previewCartCheckout .button {
    color: #ffffff;
    font-family: "Bebas Neue Bold";
    font-size: 20px;
    font-weight: 700;
    background-color: #000000;
    padding: 12px 20px 8px 20px !important; }
    @media screen and (max-width: 991px) {
      #previewModal .previewCartCheckout .button {
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      #previewModal .previewCartCheckout .button {
        max-width: 260px; } }
    #previewModal .previewCartCheckout .button:hover, #previewModal .previewCartCheckout .button:focus {
      color: #000000;
      background-color: #ffffff; }
    #previewModal .previewCartCheckout .button.button--checkout {
      color: #000000;
      font-family: "Bebas Neue Bold";
      font-size: 26px;
      font-weight: 700;
      letter-spacing: 0.52px;
      padding-top: 15px !important;
      padding-bottom: 15px !important;
      background-color: #dec96f; }
      @media screen and (max-width: 374px) {
        #previewModal .previewCartCheckout .button.button--checkout {
          font-size: 23px; } }
      #previewModal .previewCartCheckout .button.button--checkout:hover, #previewModal .previewCartCheckout .button.button--checkout:focus {
        color: #ffffff;
        background-color: #000000;
        border-color: #000000; }
        #previewModal .previewCartCheckout .button.button--checkout:hover svg path, #previewModal .previewCartCheckout .button.button--checkout:focus svg path {
          stroke: #ffffff; }
      #previewModal .previewCartCheckout .button.button--checkout svg {
        margin-right: 2px;
        width: 22px;
        height: 21px; }
    #previewModal .previewCartCheckout .button[data-reveal-close] {
      background-color: transparent;
      color: #000000;
      font-family: "Bebas Neue Bold";
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 0.36px;
      border: none;
      padding-top: 5px !important;
      padding-bottom: 5px !important; }
      #previewModal .previewCartCheckout .button[data-reveal-close] svg {
        margin-right: 5px; }
      #previewModal .previewCartCheckout .button[data-reveal-close]:hover, #previewModal .previewCartCheckout .button[data-reveal-close]:focus {
        color: #882528; }

/* Airguns Category Page Updates Start - 11/09/2023 */
@media (min-width: 768px) {
  body.airguns-cat .category-body .collection-banner {
    margin-bottom: 30px; } }

@media (min-width: 1024px) {
  body.airguns-cat .category-body .collection-banner {
    margin-bottom: 40px; } }

@media (min-width: 1366px) {
  body.airguns-cat .category-body .collection-banner {
    margin-bottom: 45px; } }

body.airguns-cat .category-body .wrapper {
  padding: 0 20px; }
  @media (min-width: 768px) {
    body.airguns-cat .category-body .wrapper {
      padding: 0 35px; } }
  @media (min-width: 1024px) {
    body.airguns-cat .category-body .wrapper {
      padding: 0 25px; } }
  @media (min-width: 1366px) {
    body.airguns-cat .category-body .wrapper {
      padding: 0 42px;
      max-width: 1366px; } }
  @media (min-width: 1024px) {
    body.airguns-cat .category-body .wrapper .collection-template {
      padding: 30px 0 95px; } }
  body.airguns-cat .category-body .wrapper .category-banner-block {
    padding: 0; }
    body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner-row {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner-row {
          column-gap: 10px;
          margin-bottom: 10px; } }
      @media (min-width: 1024px) {
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner-row {
          column-gap: 14px;
          margin-bottom: 14px; } }
      @media (min-width: 1366px) {
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner-row {
          column-gap: 20px;
          margin-bottom: 22px; } }
      @media (min-width: 1024px) {
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner-row:last-child {
          margin: 0; } }
    body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner a {
      display: block;
      height: 100%; }
      body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner a .category-img {
        height: inherit; }
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner a .category-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner .category-banner-row {
      margin: 0; }
      @media (min-width: 768px) {
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner .category-banner-row {
          margin-bottom: 10px; } }
      @media (min-width: 1024px) {
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner .category-banner-row {
          margin-bottom: 14px; } }
      @media (min-width: 1366px) {
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner .category-banner-row {
          margin-bottom: 22px; } }
    @media (min-width: 768px) {
      body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner {
        margin-right: 0; } }
    body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details {
      background-color: rgba(0, 0, 0, 0.6);
      left: auto;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 142px;
      bottom: auto;
      border-left: 2px solid #fff;
      padding: 10px 10px 10px 15px; }
      @media (min-width: 1024px) {
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details {
          width: 213px;
          padding: 14px 21px 17px; } }
      @media (min-width: 1366px) {
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details {
          width: 280px;
          padding: 20px 30px; } }
      body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-name {
        padding: 0; }
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-name h2 {
          text-shadow: 0 0 10px rgba(0, 0, 0, 0.73);
          font-size: 34px;
          letter-spacing: normal;
          text-align: left;
          line-height: normal;
          margin: 0 0 6px; }
          @media (min-width: 768px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-name h2 {
              line-height: 1.2; } }
          @media (min-width: 1024px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-name h2 {
              font-size: 49px;
              margin: 0 0 12px; } }
          @media (min-width: 1366px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-name h2 {
              font-size: 66px;
              margin: 0 0 15px; } }
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-name h2 span {
            font-size: 24px;
            line-height: 28px;
            letter-spacing: normal; }
            @media (min-width: 1024px) {
              body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-name h2 span {
                font-size: 35px;
                line-height: 1.2; } }
            @media (min-width: 1366px) {
              body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-name h2 span {
                font-size: 48px; } }
      body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-cta {
        border-top: none;
        padding: 0;
        background-color: transparent;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-cta .cta-text {
          text-align: left;
          line-height: 17px;
          margin-bottom: 10px; }
          @media (min-width: 768px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-cta .cta-text {
              font-size: 12px;
              line-height: 1.2; } }
          @media (min-width: 1024px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-cta .cta-text {
              font-size: 16px;
              margin-bottom: 12px; } }
          @media (min-width: 1366px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-cta .cta-text {
              font-size: 20px;
              margin-bottom: 20px; } }
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-cta span {
          font-size: 14px;
          padding: 7px 16px;
          line-height: 1; }
          @media (min-width: 1024px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-cta span {
              font-size: 16px;
              padding: 7px 25px; } }
          @media (min-width: 1366px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.main-category-banner a .category-details .category-cta span {
              font-size: 22px;
              padding: 9px 30px; } }
    body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner {
      /*              background-color: #eaeaea;*/
      margin: 0 0 20px;
      width: 100%; }
      @media (min-width: 768px) {
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner {
          margin: 0;
          width: auto; } }
      body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 {
        max-width: 100%; }
        @media (min-width: 1024px) {
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 {
            max-width: 230px; } }
        @media (min-width: 1280px) {
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 {
            max-width: 320px; } }
        @media (min-width: 1366px) {
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 {
            max-width: 335px; } }
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details {
          position: absolute;
          left: 23px;
          bottom: 23px; }
          @media (min-width: 768px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details {
              left: 15px;
              bottom: 15px; } }
          @media (min-width: 1024px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details {
              left: 23px;
              bottom: 23px; } }
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details .category-name {
            padding: 0;
            margin-bottom: 12px; }
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details .category-name h2 {
              font-size: 48px;
              text-transform: uppercase;
              text-align: left;
              color: #000000;
              text-shadow: none; }
              @media (min-width: 768px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details .category-name h2 {
                  font-size: 34px;
                  line-height: 1.2; } }
              @media (min-width: 1024px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details .category-name h2 {
                  font-size: 48px; } }
              @media (min-width: 1366px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details .category-name h2 {
                  font-size: 64px; } }
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details .category-cta {
            background-color: transparent;
            padding: 0;
            border-top: none; }
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details .category-cta span {
              font-size: 16px;
              padding: 9px 30px;
              line-height: 1; }
              @media (min-width: 768px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details .category-cta span {
                  font-size: 14px;
                  padding: 4px 14px; } }
              @media (min-width: 1024px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details .category-cta span {
                  font-size: 16px;
                  padding: 7px 25px; } }
              @media (min-width: 1366px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat1 a .category-details .category-cta span {
                  font-size: 22px;
                  padding: 9px 30px; } }
      body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 {
        width: 100%; }
        @media (min-width: 768px) {
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 {
            width: 50%; } }
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details {
          position: absolute;
          left: 23px;
          top: 30px;
          bottom: auto; }
          @media (min-width: 768px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details {
              left: 17px;
              top: 22px; } }
          @media (min-width: 1024px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details {
              left: 23px;
              top: 30px; } }
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details .category-name {
            padding: 0;
            margin-bottom: 10px; }
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details .category-name h2 {
              font-size: 36px;
              text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
              line-height: 41px;
              text-transform: uppercase;
              text-align: left;
              color: #ffffff; }
              @media (min-width: 768px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details .category-name h2 {
                  font-size: 25px;
                  line-height: 1.2; } }
              @media (min-width: 1024px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details .category-name h2 {
                  font-size: 36px; } }
              @media (min-width: 1366px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details .category-name h2 {
                  font-size: 48px; } }
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details .category-cta {
            background-color: transparent;
            padding: 0;
            border-top: none; }
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details .category-cta span {
              font-size: 16px;
              padding: 9px 30px;
              line-height: 1; }
              @media (min-width: 768px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details .category-cta span {
                  font-size: 14px;
                  padding: 4px 14px; } }
              @media (min-width: 1024px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details .category-cta span {
                  font-size: 16px;
                  padding: 7px 25px; } }
              @media (min-width: 1366px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat2 a .category-details .category-cta span {
                  font-size: 22px;
                  padding: 9px 30px; } }
      body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 {
        width: 100%; }
        @media (min-width: 768px) {
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 {
            width: 50%; } }
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details {
          position: absolute;
          left: 23px;
          bottom: 23px; }
          @media (min-width: 768px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details {
              left: 16px;
              bottom: 16px; } }
          @media (min-width: 1024px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details {
              left: 23px;
              bottom: 23px; } }
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-name {
            padding: 0;
            margin-bottom: 10px; }
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-name h2 {
              font-size: 36px;
              text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
              line-height: 41px;
              text-transform: uppercase;
              text-align: left;
              color: #ffffff; }
              @media (min-width: 768px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-name h2 {
                  font-size: 25px;
                  line-height: 1.2; } }
              @media (min-width: 1024px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-name h2 {
                  font-size: 36px; } }
              @media (min-width: 1366px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-name h2 {
                  font-size: 48px; } }
              body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-name h2 span {
                font-size: 16px;
                letter-spacing: 4.8px;
                line-height: 21px; }
                @media (min-width: 768px) {
                  body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-name h2 span {
                    font-size: 11px;
                    letter-spacing: 3.3px;
                    line-height: 1; } }
                @media (min-width: 1024px) {
                  body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-name h2 span {
                    font-size: 16px;
                    letter-spacing: 4.8px;
                    line-height: 1.2; } }
                @media (min-width: 1366px) {
                  body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-name h2 span {
                    font-size: 22px;
                    letter-spacing: 6.6px; } }
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-cta {
            background-color: transparent;
            padding: 0;
            border-top: none; }
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-cta span {
              font-size: 16px;
              padding: 9px 30px;
              line-height: 1; }
              @media (min-width: 768px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-cta span {
                  font-size: 14px;
                  padding: 4px 14px; } }
              @media (min-width: 1024px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-cta span {
                  font-size: 16px;
                  padding: 7px 25px; } }
              @media (min-width: 1366px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat3 a .category-details .category-cta span {
                  font-size: 22px;
                  padding: 9px 30px; } }
      body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 {
        margin: 0; }
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-img {
          position: relative;
          height: 108px; }
          @media (min-width: 768px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-img {
              height: auto; } }
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-img img {
            object-position: left; }
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-img img.overlay-img {
              display: none; }
              @media (min-width: 768px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-img img.overlay-img {
                  display: block;
                  position: absolute;
                  width: auto;
                  height: auto;
                  height: 103px;
                  top: -10px;
                  right: -5px; } }
              @media (min-width: 1024px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-img img.overlay-img {
                  height: 163px;
                  top: -20px;
                  right: -5px; } }
              @media (min-width: 1366px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-img img.overlay-img {
                  top: -30px;
                  right: -10px;
                  height: auto; } }
        body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details {
          position: absolute;
          top: 25px;
          right: 20px;
          left: auto;
          bottom: auto; }
          @media (min-width: 768px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details {
              right: auto;
              left: 125px;
              top: 16px; } }
          @media (min-width: 1024px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details {
              top: 25px;
              left: 175px; } }
          @media (min-width: 1366px) {
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details {
              left: 230px; } }
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details .category-name {
            padding: 0;
            margin-bottom: 6px; }
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details .category-name h2 {
              font-size: 20px;
              text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
              line-height: 22px;
              text-transform: uppercase;
              text-align: left;
              color: #ffffff; }
              @media (min-width: 768px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details .category-name h2 {
                  font-size: 18px;
                  line-height: 1.2; } }
              @media (min-width: 1024px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details .category-name h2 {
                  font-size: 25px; } }
              @media (min-width: 1366px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details .category-name h2 {
                  font-size: 34px; } }
          body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details .category-cta {
            background-color: transparent;
            padding: 0;
            border-top: none; }
            body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details .category-cta span {
              font-size: 13px;
              padding: 6px 20px;
              line-height: 1; }
              @media (min-width: 768px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details .category-cta span {
                  font-size: 14px;
                  padding: 4px 14px; } }
              @media (min-width: 1024px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details .category-cta span {
                  font-size: 16px;
                  padding: 7px 25px; } }
              @media (min-width: 1366px) {
                body.airguns-cat .category-body .wrapper .category-banner-block.airguns .category-banner.sub-category-banner.sub-cat4 a .category-details .category-cta span {
                  font-size: 22px;
                  padding: 9px 30px; } }

/* Airguns Category Page Updates End - 11/09/2023 */
.heroBanner {
  padding-top: calc(59% - 74px);
  padding-bottom: 0;
  background-size: contain; }
  @media screen and (min-width: 991px) {
    .heroBanner {
      background-size: cover; } }
  @media screen and (min-width: 505px) {
    .heroBanner {
      padding-top: calc(48.2% - 74px); } }
  @media screen and (min-width: 991px) {
    .heroBanner {
      padding: 64px 0; } }
  @media screen and (min-width: 1367px) {
    .heroBanner {
      padding: 5% 0; } }
  @media screen and (min-width: 1441px) {
    .heroBanner {
      padding: 7% 0; } }
  @media screen and (min-width: 1681px) {
    .heroBanner {
      padding: 9% 0; } }
  .heroBanner.mobile-only {
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: 100%;
    background-size: 127%;
    background-color: #F1F1F6; }
    @media screen and (min-width: 767px) {
      .heroBanner.mobile-only {
        background-size: 100%; } }
    .heroBanner.mobile-only .heroBanner-description {
      display: none; }
      @media screen and (min-width: 767px) {
        .heroBanner.mobile-only .heroBanner-description {
          display: block !important; } }
  .heroBanner .heroBanner-slide .heroBanner-image {
    object-fit: cover;
    min-height: 505px;
    height: 505px; }
  .heroBanner .heroBanner-slide .heroBanner-logo {
    width: 213px; }
    @media screen and (min-width: 767px) {
      .heroBanner .heroBanner-slide .heroBanner-logo {
        width: 322px; } }
  .heroBanner .heroBanner-slide .wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f1f1f6 38%);
    padding-bottom: 30px;
    padding-top: 70px; }
    @media screen and (min-width: 767px) {
      .heroBanner .heroBanner-slide .wrapper {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f1f1f6 29%); } }
    @media screen and (min-width: 991px) {
      .heroBanner .heroBanner-slide .wrapper {
        background: transparent;
        padding: 0; } }
    @media (min-width: 991px) and (max-width: 1023px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
        width: 100%; } }
    @media (min-width: 1024px) and (max-width: 1365px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
        width: 615px; } }
  .heroBanner .heroBanner-slide .heroBanner-content {
    max-width: 335px;
    background-color: transparent;
    top: 40px;
    left: 55px;
    transform: translateY(0%);
    text-align: center;
    padding: 0;
    margin: 0 auto; }
    @media screen and (min-width: 767px) {
      .heroBanner .heroBanner-slide .heroBanner-content {
        margin-left: 60px;
        max-width: 660px;
        text-align: left;
        align-items: flex-start; } }
    @media screen and (min-width: 991px) {
      .heroBanner .heroBanner-slide .heroBanner-content {
        margin-left: 40px; } }
    @media screen and (min-width: 1365px) {
      .heroBanner .heroBanner-slide .heroBanner-content {
        margin-left: 60px; } }
    .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-site {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      color: #882528;
      text-transform: uppercase;
      line-height: normal;
      display: block;
      letter-spacing: 5.4px;
      font-size: 18px;
      margin-bottom: 8px; }
      @media screen and (min-width: 767px) {
        .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-site {
          letter-spacing: 6px;
          font-size: 24px;
          margin-bottom: 3px; } }
    .heroBanner .heroBanner-slide .heroBanner-content h2.heroBanner-black {
      font-weight: 900;
      margin: 0;
      font-size: 34px;
      line-height: 41px;
      width: 100%;
      border-bottom: 1px solid #000000;
      padding-bottom: 18px;
      margin-bottom: 15px; }
      @media screen and (min-width: 767px) {
        .heroBanner .heroBanner-slide .heroBanner-content h2.heroBanner-black {
          border: none;
          padding: 0;
          margin: 0 0 10px; } }
      @media screen and (min-width: 767px) {
        .heroBanner .heroBanner-slide .heroBanner-content h2.heroBanner-black {
          font-size: 64px;
          line-height: 72px;
          margin-bottom: 10px; } }
      .heroBanner .heroBanner-slide .heroBanner-content h2.heroBanner-black span {
        display: block;
        font-weight: 500; }
    .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 20px;
      font-weight: 500;
      line-height: 26px;
      color: #000000;
      padding: 10px 0 12px;
      padding-left: 0 !important;
      border-bottom: 1px solid #000000;
      margin-bottom: 16px;
      position: relative; }
      @media screen and (min-width: 767px) {
        .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description {
          line-height: 28px;
          font-size: 22px;
          margin-bottom: 25px;
          padding: 15px 0 35px; } }
      @media screen and (min-width: 1024px) {
        .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description {
          padding: 10px 0 34px; } }
      .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description::before {
        content: ''; }
        @media screen and (min-width: 505px) {
          .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-description::before {
            width: 60px;
            height: 1px;
            bottom: -1px;
            left: -60px;
            background-color: #000000;
            position: absolute; } }
    .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-action {
      /*font-family: 'Bebas Neue', sans-serif;*/
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 33px;
      line-height: 33px;
      margin-top: 0;
      margin-bottom: 0;
      padding: 16px 40px 11px 40px; }
      .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-action:hover {
        background-color: #ffffff;
        color: #000000; }
    .heroBanner .heroBanner-slide .heroBanner-content .carousel-action-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 0;
      padding-left: 0 !important; }
      @media screen and (min-width: 767px) {
        .heroBanner .heroBanner-slide .heroBanner-content .carousel-action-btn {
          justify-content: flex-start; } }

.holiday-card-desc {
  display: none; }

.holiday-cart-btn {
  display: none; }

.collection-banner.holiday-gift-title {
  margin-bottom: 30px; }
  .collection-banner.holiday-gift-title .collection-banner-image img {
    height: 90px; }
    @media screen and (min-width: 768px) {
      .collection-banner.holiday-gift-title .collection-banner-image img {
        height: 125px; } }
    @media screen and (min-width: 1024px) {
      .collection-banner.holiday-gift-title .collection-banner-image img {
        height: 145px; } }
  .collection-banner.holiday-gift-title .collection-banner-image::before {
    opacity: 0; }
  .collection-banner.holiday-gift-title .collection-banner-catpion {
    flex-direction: column;
    justify-content: center;
    max-width: 1366px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0; }
    @media screen and (min-width: 768px) {
      .collection-banner.holiday-gift-title .collection-banner-catpion {
        justify-content: flex-start; } }
    .collection-banner.holiday-gift-title .collection-banner-catpion [aria-label="Breadcrumb"] {
      padding: 0; }
      @media screen and (min-width: 768px) {
        .collection-banner.holiday-gift-title .collection-banner-catpion [aria-label="Breadcrumb"] {
          padding: 16px 35px 0 35px; } }
      @media screen and (min-width: 1024px) {
        .collection-banner.holiday-gift-title .collection-banner-catpion [aria-label="Breadcrumb"] {
          padding: 12px 25px 0 25px; } }
      @media screen and (min-width: 1366px) {
        .collection-banner.holiday-gift-title .collection-banner-catpion [aria-label="Breadcrumb"] {
          padding: 16px 28px 0 28px; } }
      @media screen and (min-width: 768px) {
        .collection-banner.holiday-gift-title .collection-banner-catpion [aria-label="Breadcrumb"] .breadcrumbs {
          margin-bottom: 16px; } }
      @media screen and (min-width: 1024px) {
        .collection-banner.holiday-gift-title .collection-banner-catpion [aria-label="Breadcrumb"] .breadcrumbs {
          margin-bottom: 26px; } }
      @media screen and (min-width: 1366px) {
        .collection-banner.holiday-gift-title .collection-banner-catpion [aria-label="Breadcrumb"] .breadcrumbs {
          margin-bottom: 22px; } }
      .collection-banner.holiday-gift-title .collection-banner-catpion [aria-label="Breadcrumb"] .breadcrumbs .breadcrumb-label span {
        text-transform: capitalize; }
  .collection-banner.holiday-gift-title .holiday-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; }
    .collection-banner.holiday-gift-title .holiday-title .page-heading {
      width: auto;
      margin: 0;
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      text-transform: capitalize;
      align-self: center; }
      @media screen and (min-width: 768px) {
        .collection-banner.holiday-gift-title .holiday-title .page-heading {
          font-size: 44px; } }
      @media screen and (min-width: 1024px) {
        .collection-banner.holiday-gift-title .holiday-title .page-heading {
          font-size: 56px;
          line-height: 66px; } }
    .collection-banner.holiday-gift-title .holiday-title .gify-idea {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      font-weight: 800;
      color: #fff;
      background: #3a644d;
      padding: 3px 10px 3px 5px;
      margin-right: 10px;
      max-width: 90px;
      font-size: 12px;
      line-height: 12px;
      text-align: right; }
      @media screen and (min-width: 768px) {
        .collection-banner.holiday-gift-title .holiday-title .gify-idea {
          margin-right: 14px;
          font-size: 16px;
          max-width: 120px;
          line-height: 22px;
          padding: 4px 13px 4px 11px; } }
      @media screen and (min-width: 1024px) {
        .collection-banner.holiday-gift-title .holiday-title .gify-idea {
          font-size: 22px;
          max-width: 155px; } }

.holiday-cat-desc {
  margin: 0 auto;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
  max-width: 335px;
  font-size: 14px; }
  @media screen and (min-width: 768px) {
    .holiday-cat-desc {
      max-width: 698px;
      font-size: 16px;
      line-height: 22px; } }
  @media screen and (min-width: 1024px) {
    .holiday-cat-desc {
      max-width: 974px;
      font-size: 18px;
      line-height: 26px; } }
  @media screen and (min-width: 1366px) {
    .holiday-cat-desc {
      max-width: 1030px; } }
  .holiday-cat-desc p {
    margin: 0; }

.holiday-page-content {
  margin: 0 auto;
  width: 100%;
  max-width: 335px; }
  @media screen and (min-width: 768px) {
    .holiday-page-content {
      max-width: 698px; } }
  @media screen and (min-width: 1024px) {
    .holiday-page-content {
      max-width: 974px; } }
  @media screen and (min-width: 1366px) {
    .holiday-page-content {
      max-width: 1145px; } }
  .holiday-page-content .sorting-pagination {
    display: none; }
  .holiday-page-content .page {
    margin: 25px 0 0;
    margin-bottom: 80px; }
    @media screen and (min-width: 1024px) {
      .holiday-page-content .page {
        margin-top: 25px; } }
    .holiday-page-content .page .page-content {
      padding: 0; }
  .holiday-page-content .productGrid .product {
    padding: 30px 28px 35px 28px; }
    @media screen and (min-width: 768px) {
      .holiday-page-content .productGrid .product {
        width: 50%;
        padding: 30px 40px 35px 40px; } }
    @media screen and (min-width: 1024px) {
      .holiday-page-content .productGrid .product {
        width: 33.33%;
        padding: 30px 30px 35px 30px; } }
    @media screen and (min-width: 1366px) {
      .holiday-page-content .productGrid .product {
        padding: 30px 45px 35px 50px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .holiday-page-content .productGrid .product:nth-child(n) {
        border-right: 1px solid #c9c9c9;
        border-left: none; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .holiday-page-content .productGrid .product:nth-child(2n) {
        border-right: none;
        border-bottom: 1px solid #c9c9c9; } }
    @media screen and (max-width: 1023px) {
      .holiday-page-content .productGrid .product:nth-last-child(-n+1) {
        border-bottom: none; } }
    @media screen and (min-width: 1024px) {
      .holiday-page-content .productGrid .product:nth-child(3n + 0) {
        border-right: none; } }
    @media screen and (min-width: 1024px) {
      .holiday-page-content .productGrid .product:nth-last-child(-n + 3) {
        border-bottom: none; } }
    @media screen and (min-width: 1024px) {
      .holiday-page-content .productGrid .product:nth-last-child(-n + 2) {
        border-bottom: none; } }
  @media screen and (min-width: 768px) {
    .holiday-page-content .productGrid .card {
      height: 100%;
      display: flex;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .holiday-page-content .productGrid .card .card-figure {
      width: 100%;
      height: 50%; } }
  .holiday-page-content .productGrid .card .card-figure .sale-flag-side, .holiday-page-content .productGrid .card .card-figure .sold-out-flag-side {
    display: none; }
  @media screen and (min-width: 768px) {
    .holiday-page-content .productGrid .card .card-body {
      width: 100%;
      height: 50%;
      display: flex;
      flex-direction: column; } }
  .holiday-page-content .productGrid .card .card-body .holiday-card-desc {
    display: block;
    font-size: 16px;
    line-height: 22px;
    text-align: left; }
  .holiday-page-content .productGrid .card .card-body .card-title {
    line-height: 22px;
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-table; }
    .holiday-page-content .productGrid .card .card-body .card-title a {
      line-height: 22px; }
  .holiday-page-content .productGrid .card .card-body .bottom-card .card-price {
    display: flex;
    align-items: flex-end; }
    .holiday-page-content .productGrid .card .card-body .bottom-card .card-price .price-section {
      line-height: 20px; }
      .holiday-page-content .productGrid .card .card-body .bottom-card .card-price .price-section span.price {
        font-family: "Bebas";
        font-weight: 400;
        font-size: 20px;
        color: #000; }
      .holiday-page-content .productGrid .card .card-body .bottom-card .card-price .price-section span.msrp {
        font-family: "Bebas";
        font-weight: 400;
        line-height: 12px; }
      .holiday-page-content .productGrid .card .card-body .bottom-card .card-price .price-section.rrp-price--withoutTax {
        padding-right: 4px; }
  .holiday-page-content .productGrid .card .card-body .rating--small .icon {
    width: 16px;
    height: 14px; }
  .holiday-page-content .productGrid .card .card-body .holiday-cart-btn {
    display: block;
    text-align: left; }
    @media screen and (min-width: 768px) {
      .holiday-page-content .productGrid .card .card-body .holiday-cart-btn {
        flex: 1 0 0;
        display: flex;
        align-items: flex-end; } }
    .holiday-page-content .productGrid .card .card-body .holiday-cart-btn .button {
      margin: 18px 0 0;
      color: #fff;
      font-family: "Bebas Neue Bold";
      font-weight: 700;
      display: inline-block;
      font-size: 24px;
      line-height: 24px;
      padding: 12px 20px 9px; }

/* Holiday hub css starts */
.pg-banner {
  background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/images/stencil/original/image-manager/hp-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  @media screen and (max-width: 1199px) {
    .pg-banner {
      background-size: cover; } }
  .pg-banner .bn-container {
    padding: 0;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto; }
  .pg-banner .bn-cnt {
    padding: 16px 28px 50px;
    position: relative; }
    @media screen and (max-width: 1199px) {
      .pg-banner .bn-cnt {
        padding: 16px 25px 54px; } }
    @media screen and (max-width: 1023px) {
      .pg-banner .bn-cnt {
        padding: 13px 35px 28px; } }
    @media screen and (max-width: 767px) {
      .pg-banner .bn-cnt {
        padding: 34px 18px 25px; } }
    .pg-banner .bn-cnt ol.breadcrumbs {
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .pg-banner .bn-cnt ol.breadcrumbs {
          display: none; } }
      .pg-banner .bn-cnt ol.breadcrumbs .breadcrumb span {
        color: #fff;
        font-size: 12px; }
    .pg-banner .bn-cnt .breadcrumb:not(:first-child)::before {
      color: #fff; }
    .pg-banner .bn-cnt .breadcrumb.is-active > .breadcrumb-label {
      color: #fff; }
    @media screen and (max-width: 1023px) {
      .pg-banner .bn-cnt .bn-text {
        max-width: 240px; } }
    @media screen and (max-width: 767px) {
      .pg-banner .bn-cnt .bn-text {
        max-width: 173px; } }
    .pg-banner .bn-cnt h2 {
      font-size: 28px;
      color: #fff;
      line-height: 32px;
      font-weight: 700;
      margin: 45px 0 6px; }
      @media screen and (max-width: 1199px) {
        .pg-banner .bn-cnt h2 {
          font-size: 24px;
          margin: 45px 0 9px;
          line-height: 29px; } }
      @media screen and (max-width: 1023px) {
        .pg-banner .bn-cnt h2 {
          font-size: 20px;
          margin: 23px 0 7px;
          line-height: 24px; } }
      @media screen and (max-width: 767px) {
        .pg-banner .bn-cnt h2 {
          font-size: 22px;
          margin: 0 0 7px; } }
    .pg-banner .bn-cnt h4 {
      font-size: 24px;
      color: #fff;
      line-height: 28px;
      margin: 0;
      font-weight: 500; }
      @media screen and (max-width: 1199px) {
        .pg-banner .bn-cnt h4 {
          font-size: 18px;
          line-height: 22px; } }
      @media screen and (max-width: 767px) {
        .pg-banner .bn-cnt h4 {
          font-size: 16px;
          line-height: 21px; } }
  .pg-banner .bn-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 232px; }
    @media screen and (max-width: 1023px) {
      .pg-banner .bn-img {
        max-width: 189px; } }
    @media screen and (max-width: 767px) {
      .pg-banner .bn-img {
        max-width: 145px;
        left: auto;
        right: 18px;
        transform: translate(0, -50%); } }

.hd-popluar {
  max-width: 1366px;
  margin: 24px auto 0;
  padding: 0 52px; }
  @media screen and (max-width: 1199px) {
    .hd-popluar {
      max-width: 974px;
      padding: 0 40px; } }
  @media screen and (max-width: 1023px) {
    .hd-popluar {
      max-width: 718px;
      margin: 30px auto 0; } }
  @media screen and (max-width: 767px) {
    .hd-popluar {
      max-width: 345px;
      padding: 0 24px; } }
  .hd-popluar .plp-heading {
    color: #3A644D;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    margin: 0;
    font-size: 30px;
    text-align: center;
    line-height: 37px; }
    @media screen and (max-width: 1023px) {
      .hd-popluar .plp-heading {
        line-height: 29px;
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .hd-popluar .plp-heading {
        line-height: 24px;
        font-size: 20px; } }
  .hd-popluar .plp-slide {
    margin-top: 17px; }
    .hd-popluar .plp-slide .slick-list {
      margin: 0 -10px; }
      @media screen and (max-width: 1199px) {
        .hd-popluar .plp-slide .slick-list {
          margin: 0 -7px; } }
      @media screen and (max-width: 1023px) {
        .hd-popluar .plp-slide .slick-list {
          margin: 0 -10px; } }
      @media screen and (max-width: 767px) {
        .hd-popluar .plp-slide .slick-list {
          margin: 0 -4px; } }
  .hd-popluar .plp-section {
    padding: 0 10px; }
    @media screen and (max-width: 1199px) {
      .hd-popluar .plp-section {
        padding: 0 7px; } }
    @media screen and (max-width: 1023px) {
      .hd-popluar .plp-section {
        padding: 0 10px; } }
    @media screen and (max-width: 767px) {
      .hd-popluar .plp-section {
        padding: 0 4px; } }
  .hd-popluar .slick-next, .hd-popluar .slick-prev {
    margin-top: 0;
    top: 110px;
    width: 19px;
    height: 30px;
    padding: 0; }
    @media screen and (max-width: 1199px) {
      .hd-popluar .slick-next, .hd-popluar .slick-prev {
        top: 77px; } }
    @media screen and (max-width: 1023px) {
      .hd-popluar .slick-next, .hd-popluar .slick-prev {
        top: 50%; } }
    @media screen and (max-width: 767px) {
      .hd-popluar .slick-next, .hd-popluar .slick-prev {
        width: 12px;
        height: 20px;
        top: 51px; } }
    .hd-popluar .slick-next:before, .hd-popluar .slick-prev:before {
      height: 100%; }
      @media screen and (max-width: 767px) {
        .hd-popluar .slick-next:before, .hd-popluar .slick-prev:before {
          width: 100%; } }
  .hd-popluar .slick-next {
    background-color: transparent;
    border: none;
    right: -40px; }
    @media screen and (max-width: 767px) {
      .hd-popluar .slick-next {
        right: -24px; } }
    .hd-popluar .slick-next:before {
      background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-next-arrow.png"); }
    .hd-popluar .slick-next.slick-disabled:before {
      opacity: 1;
      background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/arrow-next-disable.png"); }
  .hd-popluar .slick-prev {
    background-color: transparent;
    border: none;
    left: -40px; }
    @media screen and (max-width: 767px) {
      .hd-popluar .slick-prev {
        left: -24px; } }
    .hd-popluar .slick-prev:before {
      background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-prev-arrow.png"); }
    .hd-popluar .slick-prev.slick-disabled:before {
      opacity: 1;
      background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/arrow-prev-disable.png"); }
  .hd-popluar .slick-disabled {
    opacity: 1; }
  .hd-popluar .plp-cnt {
    text-align: center;
    margin-top: 13px; }
    @media screen and (max-width: 1199px) {
      .hd-popluar .plp-cnt {
        margin-top: 10px; } }
    .hd-popluar .plp-cnt .sub-cat-title-link {
      display: block;
      font-size: 22px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 13px; }
      @media screen and (max-width: 1199px) {
        .hd-popluar .plp-cnt .sub-cat-title-link {
          font-size: 16px;
          line-height: 19px;
          margin-bottom: 7px; } }
      @media screen and (max-width: 767px) {
        .hd-popluar .plp-cnt .sub-cat-title-link {
          font-size: 13px;
          line-height: 18px; } }
      .hd-popluar .plp-cnt .sub-cat-title-link:hover {
        color: #882528; }
    .hd-popluar .plp-cnt .sub-cat-link {
      color: #882528;
      font-size: 16px;
      text-transform: uppercase;
      line-height: 24px;
      display: block;
      font-weight: 400; }
      @media screen and (max-width: 1199px) {
        .hd-popluar .plp-cnt .sub-cat-link {
          font-size: 12px;
          line-height: 14px; } }
      @media screen and (max-width: 1023px) {
        .hd-popluar .plp-cnt .sub-cat-link {
          font-size: 9px;
          line-height: 11px; } }
      @media screen and (max-width: 767px) {
        .hd-popluar .plp-cnt .sub-cat-link {
          line-height: 14px; } }
      .hd-popluar .plp-cnt .sub-cat-link:hover {
        text-decoration: underline; }

.gift-guide-sct {
  max-width: 1258px;
  margin: 39px auto 0;
  background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/images/stencil/original/image-manager/guide-banner.png");
  background-repeat: no-repeat;
  background-position: top;
  padding: 35px 30px 145px; }
  @media screen and (max-width: 1199px) {
    .gift-guide-sct {
      max-width: 974px;
      padding: 32px 20px 150px; } }
  @media screen and (max-width: 1023px) {
    .gift-guide-sct {
      max-width: 718px;
      margin: 35px auto 0;
      padding: 25px 65px 20px; } }
  @media screen and (max-width: 767px) {
    .gift-guide-sct {
      margin: 30px auto 0;
      padding: 20px 17px 0; } }
  .gift-guide-sct .gft-heading {
    font-size: 46px;
    color: #fff;
    letter-spacing: 0.92px;
    text-transform: uppercase;
    line-height: 57px;
    text-align: center;
    margin-bottom: 7px; }
    @media screen and (max-width: 1199px) {
      .gift-guide-sct .gft-heading {
        font-size: 38px;
        line-height: 46px;
        letter-spacing: 0.76px; } }
    @media screen and (max-width: 1023px) {
      .gift-guide-sct .gft-heading {
        font-size: 30px;
        line-height: 36px;
        letter-spacing: 0.6px; } }
    @media screen and (max-width: 767px) {
      .gift-guide-sct .gft-heading {
        font-size: 26px;
        line-height: 30px;
        letter-spacing: 0.52px; } }
    .gift-guide-sct .gft-heading span {
      font-weight: 900; }
  .gift-guide-sct .gtf-sub {
    font-size: 26px;
    color: #fff;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 1199px) {
      .gift-guide-sct .gtf-sub {
        line-height: 29px;
        font-size: 24px; } }
    @media screen and (max-width: 1023px) {
      .gift-guide-sct .gtf-sub {
        line-height: 22px;
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      .gift-guide-sct .gtf-sub {
        line-height: 20px;
        font-size: 16px;
        max-width: 295px;
        margin: 0 auto; } }

.gft-grid {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -13px; }
  @media screen and (max-width: 1199px) {
    .gft-grid {
      margin: 0 -9px; } }
  @media screen and (max-width: 1023px) {
    .gft-grid {
      margin: 0 -10px; } }
  @media screen and (max-width: 767px) {
    .gft-grid {
      margin: 0 -5px; } }

.gft-sct {
  width: 25%;
  padding: 0 13px; }
  @media screen and (max-width: 1199px) {
    .gft-sct {
      padding: 0 9px; } }
  @media screen and (max-width: 1023px) {
    .gft-sct {
      padding: 0 10px;
      width: 50%;
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .gft-sct {
      padding: 0 5px;
      margin-bottom: 20px; } }

.gft-cnt {
  margin-top: 15px; }
  @media screen and (max-width: 1023px) {
    .gft-cnt {
      margin-top: 11px; } }
  @media screen and (max-width: 767px) {
    .gft-cnt {
      margin-top: 7px; } }
  .gft-cnt p {
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 5px;
    font-weight: 400; }
    @media screen and (max-width: 1199px) {
      .gft-cnt p {
        font-size: 15px;
        line-height: 19px; } }
    @media screen and (max-width: 1023px) {
      .gft-cnt p {
        font-size: 18px;
        line-height: 22px; } }
    @media screen and (max-width: 767px) {
      .gft-cnt p {
        font-size: 11px;
        line-height: 14px; } }
  .gft-cnt .gft-title {
    /*font-family: 'Bebas Neue', sans-serif;*/
    font-family: "Bebas Neue Bold", sans-serif;
    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    margin: 0;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .gft-cnt .gft-title {
        font-size: 27px;
        line-height: 27px; } }
    @media screen and (max-width: 1023px) {
      .gft-cnt .gft-title {
        font-size: 32px;
        line-height: 32px; } }
    @media screen and (max-width: 767px) {
      .gft-cnt .gft-title {
        font-size: 19px;
        line-height: 19px; } }
    .gft-cnt .gft-title a:hover {
      color: #882528; }

.gft-bd-sct {
  max-width: 1198px;
  margin: 0 auto 0;
  background-color: #320E0F;
  padding: 36px 36px 40px; }
  @media screen and (max-width: 1199px) {
    .gft-bd-sct {
      max-width: 974px;
      margin: 0 auto 0;
      padding: 30px 25px 32px; } }
  @media screen and (max-width: 1023px) {
    .gft-bd-sct {
      max-width: 768px;
      margin: 25px auto 0;
      padding: 30px 52px 23px; } }
  @media screen and (max-width: 767px) {
    .gft-bd-sct {
      margin: 40px auto 0;
      padding: 32px 17px 19px; } }
  .gft-bd-sct .bd-heading {
    color: #fff;
    font-size: 38px;
    line-height: 47px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.76px;
    margin-bottom: 5px; }
    @media screen and (max-width: 1199px) {
      .gft-bd-sct .bd-heading {
        font-size: 30px;
        line-height: 37px;
        letter-spacing: 0.6px; } }
    @media screen and (max-width: 767px) {
      .gft-bd-sct .bd-heading {
        font-size: 24px;
        line-height: 28px;
        letter-spacing: 0.48px;
        margin-bottom: 9px; } }
    .gft-bd-sct .bd-heading span {
      font-weight: 900; }
  .gft-bd-sct .bd-sub {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    margin: 0; }
    @media screen and (max-width: 1199px) {
      .gft-bd-sct .bd-sub {
        font-size: 16px;
        line-height: 20px; } }
    @media screen and (max-width: 767px) {
      .gft-bd-sct .bd-sub {
        font-size: 14px;
        line-height: 18px; } }
  .gft-bd-sct .bd-sub-main {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 1199px) {
      .gft-bd-sct .bd-sub-main {
        margin-top: 22px; } }
    @media screen and (max-width: 1023px) {
      .gft-bd-sct .bd-sub-main {
        margin-top: 29px;
        margin-left: -12px;
        margin-right: -12px;
        justify-content: center; } }
    @media screen and (max-width: 767px) {
      .gft-bd-sct .bd-sub-main {
        margin-left: -5px;
        margin-right: -5px; } }
    @media screen and (max-width: 400px) {
      .gft-bd-sct .bd-sub-main {
        justify-content: flex-start; } }
  .gft-bd-sct .gft-box {
    width: 20%;
    background-color: #3A644D;
    border-radius: 10px;
    max-width: 205px;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .gft-bd-sct .gft-box {
        max-width: 169px; } }
    @media screen and (max-width: 1023px) {
      .gft-bd-sct .gft-box {
        max-width: 205px;
        width: 33.33%;
        margin-bottom: 25px;
        margin-left: 12px;
        margin-right: 12px; } }
    @media screen and (max-width: 767px) {
      .gft-bd-sct .gft-box {
        max-width: 165px;
        width: 50%;
        margin-bottom: 15px;
        margin-left: 5px;
        margin-right: 5px; } }
    .gft-bd-sct .gft-box a:hover p {
      scale: 0.9; }
    .gft-bd-sct .gft-box p {
      transition: 0.5s all;
      font-size: 20px;
      color: #fff;
      line-height: 24px;
      font-weight: 700;
      margin: 0;
      padding: 13px 30px; }
      @media screen and (max-width: 1199px) {
        .gft-bd-sct .gft-box p {
          font-size: 16px;
          line-height: 19px;
          padding: 11px 0; } }
      @media screen and (max-width: 1023px) {
        .gft-bd-sct .gft-box p {
          font-size: 20px;
          line-height: 24px;
          padding: 13px 0; } }
      @media screen and (max-width: 767px) {
        .gft-bd-sct .gft-box p {
          font-size: 16px;
          line-height: 19px;
          padding: 12px 0; } }
      .gft-bd-sct .gft-box p span {
        /*font-family: 'Bebas Neue', sans-serif;*/
        font-family: "Bebas Neue Bold", sans-serif;
        font-weight: 700;
        font-size: 38px;
        margin-top: 5px;
        display: block;
        line-height: 39px; }
        @media screen and (max-width: 1199px) {
          .gft-bd-sct .gft-box p span {
            font-size: 31px;
            line-height: 31px; } }
        @media screen and (max-width: 1023px) {
          .gft-bd-sct .gft-box p span {
            font-size: 38px;
            line-height: 38px; } }
        @media screen and (max-width: 767px) {
          .gft-bd-sct .gft-box p span {
            font-size: 31px;
            line-height: 31px;
            margin-top: 4px; } }

.gft-id-ideas {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px -10px 0; }
  @media screen and (max-width: 1199px) {
    .gft-id-ideas {
      margin: 40px -9px 0; } }
  @media screen and (max-width: 1023px) {
    .gft-id-ideas {
      margin: 10px 0px 0; } }
  @media screen and (max-width: 767px) {
    .gft-id-ideas {
      margin: 22px 0px 0; } }

.gft-ideas {
  max-width: 1198px;
  margin: -115px auto 60px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 1199px) {
    .gft-ideas {
      max-width: 931px;
      margin: -125px auto 70px; } }
  @media screen and (max-width: 1023px) {
    .gft-ideas {
      max-width: 620px;
      margin: 0px auto 25px; } }
  @media screen and (max-width: 767px) {
    .gft-ideas {
      max-width: 341px;
      margin: 15px auto 30px; } }

.id-left {
  width: 50%;
  padding: 0 10px;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .id-left {
      padding: 0 9px; } }
  @media screen and (max-width: 1023px) {
    .id-left {
      padding: 10px 0;
      width: 100%; } }
  @media screen and (max-width: 767px) {
    .id-left {
      width: 100%;
      margin-bottom: 15px;
      padding: 0 0; } }
  .id-left p {
    background-color: #000000;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0; }
    @media screen and (max-width: 1199px) {
      .id-left p {
        padding: 9px 0;
        font-size: 13px;
        line-height: 16px; } }
    @media screen and (max-width: 1023px) {
      .id-left p {
        padding: 5px 0;
        font-size: 11px;
        line-height: 14px; } }
    @media screen and (max-width: 767px) {
      .id-left p {
        font-size: 10px;
        line-height: 13px; } }
    .id-left p:hover {
      background-color: #882528; }
  .id-left .id-cnt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .id-left .id-cnt h3 {
      color: #fff;
      font-size: 26px;
      line-height: 28px;
      font-weight: 400;
      margin: 0; }
      @media screen and (max-width: 1199px) {
        .id-left .id-cnt h3 {
          font-size: 22px;
          line-height: 24px; } }
      @media screen and (max-width: 1023px) {
        .id-left .id-cnt h3 {
          font-size: 15px;
          line-height: 16px; } }
      @media screen and (max-width: 767px) {
        .id-left .id-cnt h3 {
          font-size: 14px;
          line-height: 15px; } }
      .id-left .id-cnt h3 span {
        font-size: 70px;
        line-height: 86px;
        text-transform: uppercase;
        font-weight: 700;
        display: block; }
        @media screen and (max-width: 1199px) {
          .id-left .id-cnt h3 span {
            font-size: 60px;
            line-height: 77px; } }
        @media screen and (max-width: 1023px) {
          .id-left .id-cnt h3 span {
            font-size: 42px;
            line-height: 52px; } }
        @media screen and (max-width: 767px) {
          .id-left .id-cnt h3 span {
            font-size: 40px;
            line-height: 49px; } }
  .id-left:first-child .id-cnt {
    left: 35px; }
    @media screen and (max-width: 1199px) {
      .id-left:first-child .id-cnt {
        left: 30px; } }
    @media screen and (max-width: 1023px) {
      .id-left:first-child .id-cnt {
        left: 21px; } }
  .id-left:last-child .id-cnt {
    right: 35px;
    text-align: right; }
    @media screen and (max-width: 1199px) {
      .id-left:last-child .id-cnt {
        right: 30px; } }
    @media screen and (max-width: 1023px) {
      .id-left:last-child .id-cnt {
        right: 21px; } }

.bst-sellers {
  max-width: 1198px;
  margin: 70px auto 0;
  padding: 0 36px; }
  @media screen and (max-width: 1199px) {
    .bst-sellers {
      max-width: 974px;
      margin: 60px auto 0; } }
  @media screen and (max-width: 1023px) {
    .bst-sellers {
      max-width: 698px;
      padding: 0 44px; } }
  @media screen and (max-width: 767px) {
    .bst-sellers {
      max-width: 335px;
      padding: 0; } }
  .bst-sellers .bst-heading {
    font-size: 38px;
    line-height: 47px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 14px;
    text-align: center; }
    @media screen and (max-width: 1199px) {
      .bst-sellers .bst-heading {
        font-size: 32px;
        line-height: 39px; } }
    @media screen and (max-width: 1023px) {
      .bst-sellers .bst-heading {
        font-size: 26px;
        line-height: 32px;
        margin-bottom: 5px; } }
    @media screen and (max-width: 767px) {
      .bst-sellers .bst-heading {
        font-size: 24px;
        line-height: 29px;
        margin-bottom: 7px;
        margin-left: -4px;
        margin-right: -4px; } }
  .bst-sellers .bst-title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    margin: 0; }
    @media screen and (max-width: 1199px) {
      .bst-sellers .bst-title {
        font-size: 18px;
        line-height: 22px; } }
    @media screen and (max-width: 1023px) {
      .bst-sellers .bst-title {
        font-size: 15px;
        line-height: 22px;
        margin: 0 -40px; } }
    @media screen and (max-width: 767px) {
      .bst-sellers .bst-title {
        font-size: 14px;
        line-height: 18px;
        max-width: 285px;
        margin: 0 auto; } }
  .bst-sellers .page-heading {
    display: none; }
  .bst-sellers .slider-templ {
    margin-top: 40px; }
    @media screen and (max-width: 1199px) {
      .bst-sellers .slider-templ {
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .bst-sellers .slider-templ {
        margin-top: 20px; } }
    .bst-sellers .slider-templ .slick-next, .bst-sellers .slider-templ .slick-prev {
      margin-top: 0;
      top: 142px;
      width: 19px;
      height: 30px;
      padding: 0; }
      @media screen and (max-width: 1199px) {
        .bst-sellers .slider-templ .slick-next, .bst-sellers .slider-templ .slick-prev {
          top: 50%; } }
      @media screen and (max-width: 767px) {
        .bst-sellers .slider-templ .slick-next, .bst-sellers .slider-templ .slick-prev {
          width: 12px;
          height: 20px; } }
      .bst-sellers .slider-templ .slick-next:before, .bst-sellers .slider-templ .slick-prev:before {
        height: 100%; }
        @media screen and (max-width: 767px) {
          .bst-sellers .slider-templ .slick-next:before, .bst-sellers .slider-templ .slick-prev:before {
            width: 100%; } }
    .bst-sellers .slider-templ .slick-next {
      background-color: transparent;
      border: none;
      right: -35px; }
      @media screen and (max-width: 1023px) {
        .bst-sellers .slider-templ .slick-next {
          right: -44px; } }
      @media screen and (max-width: 767px) {
        .bst-sellers .slider-templ .slick-next {
          right: 0; } }
      .bst-sellers .slider-templ .slick-next:before {
        background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-next-arrow.png"); }
      .bst-sellers .slider-templ .slick-next.slick-disabled:before {
        opacity: 1;
        background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/arrow-next-disable.png"); }
    .bst-sellers .slider-templ .slick-prev {
      background-color: transparent;
      border: none;
      left: -35px; }
      @media screen and (max-width: 1023px) {
        .bst-sellers .slider-templ .slick-prev {
          left: -44px; } }
      @media screen and (max-width: 767px) {
        .bst-sellers .slider-templ .slick-prev {
          left: 0; } }
      .bst-sellers .slider-templ .slick-prev:before {
        background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/slick-prev-arrow.png"); }
      .bst-sellers .slider-templ .slick-prev.slick-disabled:before {
        opacity: 1;
        background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/product_images/uploaded_images/arrow-prev-disable.png"); }
    .bst-sellers .slider-templ .slick-disabled {
      opacity: 1; }
  .bst-sellers .productGrid .product {
    float: left;
    border-bottom: none; }
    @media screen and (max-width: 767px) {
      .bst-sellers .productGrid .product {
        width: 168px !important;
        border-bottom: none !important;
        border-right: 1px solid #c9c9c9 !important; } }
    .bst-sellers .productGrid .product:nth-child(3n + 0) {
      border-right: 1px solid #c9c9c9; }
    @media screen and (max-width: 767px) {
      .bst-sellers .productGrid .product:nth-child(even) {
        border-right: 1px solid #c9c9c9; } }
    .bst-sellers .productGrid .product .card .card-figure .sale-flag-side, .bst-sellers .productGrid .product .card .card-figure .sold-out-flag-side {
      display: none; }
    @media screen and (max-width: 1199px) {
      .bst-sellers .productGrid .product .card .card-body .card-title {
        font-size: 12px;
        line-height: 16px;
        min-height: 49px; } }
    .bst-sellers .productGrid .product .card .card-body .bottom-card .card-price {
      display: flex;
      align-items: flex-end; }
      .bst-sellers .productGrid .product .card .card-body .bottom-card .card-price .price-section {
        line-height: 20px; }
        .bst-sellers .productGrid .product .card .card-body .bottom-card .card-price .price-section span.price {
          font-family: "Bebas";
          font-weight: 400;
          font-size: 20px; }
          @media screen and (max-width: 1199px) {
            .bst-sellers .productGrid .product .card .card-body .bottom-card .card-price .price-section span.price {
              font-size: 16px;
              line-height: 24px; } }
          @media screen and (max-width: 767px) {
            .bst-sellers .productGrid .product .card .card-body .bottom-card .card-price .price-section span.price {
              font-size: 12px; } }
        .bst-sellers .productGrid .product .card .card-body .bottom-card .card-price .price-section span.msrp {
          font-family: "Bebas";
          font-weight: 400;
          line-height: 12px; }
          @media screen and (max-width: 1199px) {
            .bst-sellers .productGrid .product .card .card-body .bottom-card .card-price .price-section span.msrp {
              line-height: 11px;
              font-size: 11px; } }
          @media screen and (max-width: 767px) {
            .bst-sellers .productGrid .product .card .card-body .bottom-card .card-price .price-section span.msrp {
              line-height: 9px;
              font-size: 9px; } }
        .bst-sellers .productGrid .product .card .card-body .bottom-card .card-price .price-section.rrp-price--withoutTax {
          padding-right: 4px; }
    .bst-sellers .productGrid .product .card .card-body .bottom-card .card-review {
      padding: 0 10px 5px; }
      @media screen and (max-width: 1199px) {
        .bst-sellers .productGrid .product .card .card-body .bottom-card .card-review {
          padding: 0 10px 0; } }
      @media screen and (max-width: 1023px) {
        .bst-sellers .productGrid .product .card .card-body .bottom-card .card-review {
          padding: 0 10px; } }
      @media screen and (max-width: 767px) {
        .bst-sellers .productGrid .product .card .card-body .bottom-card .card-review {
          padding-left: 0; } }

.hld-text {
  max-width: 1046px;
  margin: 80px auto 0; }
  @media screen and (max-width: 1199px) {
    .hld-text {
      max-width: 810px;
      margin: 60px auto 0; } }
  @media screen and (max-width: 1023px) {
    .hld-text {
      max-width: 580px;
      margin: 50px auto 0; } }
  @media screen and (max-width: 767px) {
    .hld-text {
      display: none; } }
  .hld-text p {
    font-size: 16px;
    line-height: 24px; }
    @media screen and (max-width: 1199px) {
      .hld-text p {
        font-size: 14px;
        line-height: 22px; } }

.page--custom .body.holiday-hub-template {
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .page--custom .body.holiday-hub-template {
      margin-bottom: 50px; } }
  .page--custom .body.holiday-hub-template .page {
    width: 100%;
    margin: 0; }

.page--custom .body.holiday-shipping-calendar-template {
  margin-top: 0; }
  @media screen and (max-width: 767px) {
    .page--custom .body.holiday-shipping-calendar-template {
      margin-bottom: 50px; } }
  .page--custom .body.holiday-shipping-calendar-template .page {
    width: 100%;
    margin: 0; }

/* Holiday hub css ends */
/* Black friday template css starts */
.pg-banner.blc-fri-banner {
  background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/images/stencil/original/image-manager/group-7407-2x.jpg"); }

.black-fri .hd-popluar {
  max-width: 1366px;
  margin: 0 auto;
  background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/images/stencil/original/image-manager/guide-banner.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 435px;
  padding: 28px 52px 0; }
  @media screen and (max-width: 1199px) {
    .black-fri .hd-popluar {
      padding: 30px 64px 0;
      background-size: 100% 325px; } }
  @media screen and (max-width: 1023px) {
    .black-fri .hd-popluar {
      padding: 34px 64px 0;
      background-size: 100% 382px; } }
  @media screen and (max-width: 767px) {
    .black-fri .hd-popluar {
      padding: 35px 23px 0;
      background-size: 100% 400px; } }

.black-fri .gift-guide-sct {
  background: none; }
  .black-fri .gift-guide-sct .gft-heading {
    color: #000000; }
    .black-fri .gift-guide-sct .gft-heading span {
      color: #882528; }
      @media screen and (max-width: 767px) {
        .black-fri .gift-guide-sct .gft-heading span {
          display: block; } }
  .black-fri .gift-guide-sct .gtf-sub {
    color: #000000; }

.black-fri .gft-bd-sct {
  background-image: url("https://cdn11.bigcommerce.com/s-817iyq2gxd/images/stencil/original/image-manager/group-7480-2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top; }
  .black-fri .gft-bd-sct .gft-box {
    background-color: #B4A554; }
    .black-fri .gft-bd-sct .gft-box p {
      color: #000000; }

.black-fri .gift-guide-sct {
  margin-top: 24px; }
  @media screen and (max-width: 1199px) {
    .black-fri .gift-guide-sct {
      margin-top: 18px;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (max-width: 1023px) {
    .black-fri .gift-guide-sct {
      margin-top: 33px; } }

@media screen and (max-width: 767px) {
  .black-fri .gtf-sub {
    margin-bottom: 22px; } }

@media screen and (max-width: 1023px) {
  .black-fri .gft-id-ideas {
    max-width: 588px;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .black-fri .gft-id-ideas {
    max-width: 335px;
    margin: 0 auto; } }

.hd-popluar.blk-fri .plp-heading {
  font-weight: 700;
  font-size: 47px;
  color: #ffffff;
  font-family: "Agency FB";
  line-height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    .hd-popluar.blk-fri .plp-heading {
      font-size: 41px;
      line-height: 46px; } }
  @media screen and (max-width: 767px) {
    .hd-popluar.blk-fri .plp-heading {
      margin-left: 0;
      margin-right: 0; } }
  .hd-popluar.blk-fri .plp-heading .blc-text {
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    background-color: #b4a454;
    padding: 0 5px;
    position: relative;
    margin-right: 7px; }
    .hd-popluar.blk-fri .plp-heading .blc-text::before {
      content: '';
      left: -17px;
      top: 0;
      position: absolute;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 90% 100%);
      background: #b4a454;
      width: 18px;
      height: 100%; }
  .hd-popluar.blk-fri .plp-heading .week-txt {
    margin-left: 7px;
    color: #b4a454; }
  .hd-popluar.blk-fri .plp-heading .sale-txt {
    font-size: 34px;
    line-height: 42px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    vertical-align: middle;
    padding-left: 26px;
    font-family: "Montserrat", sans-serif; }
    @media screen and (max-width: 1023px) {
      .hd-popluar.blk-fri .plp-heading .sale-txt {
        font-size: 30px;
        line-height: 37px;
        padding-left: 17px; } }
    @media screen and (max-width: 767px) {
      .hd-popluar.blk-fri .plp-heading .sale-txt {
        display: block;
        padding-left: 0;
        padding-top: 4px; } }

.hd-popluar.blk-fri .plp-sub-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  margin-bottom: 15px; }
  @media screen and (max-width: 1199px) {
    .hd-popluar.blk-fri .plp-sub-heading {
      margin-bottom: 20px; } }
  @media screen and (max-width: 1023px) {
    .hd-popluar.blk-fri .plp-sub-heading {
      font-size: 13px;
      line-height: 16px;
      margin-bottom: 28px; } }
  @media screen and (max-width: 767px) {
    .hd-popluar.blk-fri .plp-sub-heading {
      margin: 8px 0 30px; } }

@media screen and (max-width: 767px) {
  .hd-popluar.blk-fri .plp-slide {
    padding: 0 17px; } }

@media screen and (max-width: 767px) {
  .hd-popluar.blk-fri .slick-prev {
    left: -12px; } }

@media screen and (max-width: 767px) {
  .hd-popluar.blk-fri .slick-next {
    right: -12px; } }

@media screen and (max-width: 767px) {
  .hd-popluar.blk-fri .plp-cnt .sub-cat-link {
    font-size: 11px; } }

@media screen and (max-width: 767px) {
  .hd-popluar.blk-fri .plp-cnt .sub-cat-title-link {
    font-size: 14px; } }

.gift-guide-sct.blk-fri .gtf-sub span {
  font-weight: 800; }

.bst-sellers.bk-fri .discount_off {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  border-radius: 50%;
  text-align: center;
  padding: 16px 9px 12px; }
  @media screen and (max-width: 1199px) {
    .bst-sellers.bk-fri .discount_off {
      padding: 13px 9px 9px; } }
  @media screen and (max-width: 1023px) {
    .bst-sellers.bk-fri .discount_off {
      padding: 13px 10px 9px; } }
  .bst-sellers.bk-fri .discount_off p {
    font-size: 26px;
    margin: 0;
    color: #fff;
    font-weight: 800;
    line-height: 21px; }
    @media screen and (max-width: 1199px) {
      .bst-sellers.bk-fri .discount_off p {
        font-size: 22px; } }
    @media screen and (max-width: 1023px) {
      .bst-sellers.bk-fri .discount_off p {
        font-size: 18px;
        line-height: 18px; } }
    @media screen and (max-width: 767px) {
      .bst-sellers.bk-fri .discount_off p {
        font-size: 14px;
        line-height: 14px; } }
    .bst-sellers.bk-fri .discount_off p span {
      display: block;
      font-size: 18px;
      text-transform: uppercase; }
      @media screen and (max-width: 1199px) {
        .bst-sellers.bk-fri .discount_off p span {
          font-size: 14px; } }
      @media screen and (max-width: 1023px) {
        .bst-sellers.bk-fri .discount_off p span {
          font-size: 12px; } }
      @media screen and (max-width: 767px) {
        .bst-sellers.bk-fri .discount_off p span {
          font-size: 10px; } }

/* Black friday template css ends */
/* christmas holiday template css start */
.shp-calc {
  max-width: 1260px;
  margin: 80px auto 0;
  position: relative; }
  @media screen and (max-width: 1199px) {
    .shp-calc {
      max-width: 964px;
      margin: 50px auto 0; } }
  @media screen and (max-width: 1023px) {
    .shp-calc {
      max-width: 698px; } }
  @media screen and (max-width: 767px) {
    .shp-calc {
      max-width: 375px;
      text-align: center;
      padding: 0 20px;
      margin: 30px auto 20px; } }
  .shp-calc .shp-cnt {
    position: absolute;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1199px) {
      .shp-calc .shp-cnt {
        left: 40px;
        top: 33px;
        transform: translateY(0); } }
    @media screen and (max-width: 1023px) {
      .shp-calc .shp-cnt {
        left: 30px;
        top: 21px; } }
    @media screen and (max-width: 767px) {
      .shp-calc .shp-cnt {
        transform: translate(-50%, 0);
        top: auto;
        left: 50%;
        bottom: 28px;
        width: 310px; } }
    @media screen and (max-width: 350px) {
      .shp-calc .shp-cnt {
        max-width: 280px;
        width: 100%; } }
    .shp-calc .shp-cnt h2 {
      font-size: 30px;
      line-height: 37px;
      font-weight: 700;
      color: #b7d5c4;
      text-transform: uppercase;
      margin-bottom: 12px; }
      @media screen and (max-width: 1199px) {
        .shp-calc .shp-cnt h2 {
          font-size: 28px;
          line-height: 34px;
          margin-bottom: 8px; } }
      @media screen and (max-width: 1023px) {
        .shp-calc .shp-cnt h2 {
          margin-bottom: 10px; } }
      @media screen and (max-width: 767px) {
        .shp-calc .shp-cnt h2 {
          font-size: 24px;
          line-height: 30px;
          margin-bottom: 14px; } }
      .shp-calc .shp-cnt h2 span {
        color: #fff;
        text-transform: capitalize; }
        @media screen and (max-width: 1023px) {
          .shp-calc .shp-cnt h2 span {
            display: block; } }
    .shp-calc .shp-cnt p {
      color: #fff;
      font-size: 20px;
      line-height: 24px;
      margin: 0;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 1199px) {
        .shp-calc .shp-cnt p {
          font-size: 16px;
          line-height: 19px; } }
      @media screen and (max-width: 1023px) {
        .shp-calc .shp-cnt p {
          font-size: 15px;
          display: block; } }
      @media screen and (max-width: 767px) {
        .shp-calc .shp-cnt p {
          font-size: 16px;
          line-height: 21px; } }
    .shp-calc .shp-cnt .cri-btn {
      background-color: #882528;
      color: #fff;
      font-size: 24px;
      text-transform: uppercase;
      line-height: 24px;
      font-family: "Bebas Neue Bold", sans-serif;
      font-weight: 700;
      padding: 13px 30px 8px;
      vertical-align: middle;
      margin-left: 14px;
      display: inline-block;
      transition: 0.3s ease-in-out; }
      @media screen and (max-width: 1199px) {
        .shp-calc .shp-cnt .cri-btn {
          margin-left: 19px;
          font-size: 22px;
          line-height: 22px; } }
      @media screen and (max-width: 1023px) {
        .shp-calc .shp-cnt .cri-btn {
          margin-left: 0;
          font-size: 18px;
          line-height: 20px;
          margin-top: 20px;
          padding: 9px 20px 5px; } }
      @media screen and (max-width: 1023px) {
        .shp-calc .shp-cnt .cri-btn {
          margin-top: 22px; } }
      .shp-calc .shp-cnt .cri-btn:hover {
        background-color: #fff;
        color: #882528; }

.discount_off {
  display: none; }

/* christmas holiday template css end */
/* Holiday calender css start */
.calender-top-section {
  position: relative;
  display: inline-block;
  width: 100%; }
  .calender-top-section .calender-cat-img {
    position: relative; }
    .calender-top-section .calender-cat-img img {
      height: 90px;
      width: 100%;
      object-fit: cover;
      object-position: center; }
      @media screen and (min-width: 768px) {
        .calender-top-section .calender-cat-img img {
          height: 125px; } }
      @media screen and (min-width: 1024px) {
        .calender-top-section .calender-cat-img img {
          height: 145px; } }
  .calender-top-section .calender-cat-text {
    position: absolute;
    top: 0;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    max-width: 1366px;
    margin: 0 auto;
    width: 100%;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (min-width: 768px) {
      .calender-top-section .calender-cat-text {
        justify-content: flex-start; } }
    .calender-top-section .calender-cat-text [aria-label="Breadcrumb"] {
      display: none;
      padding: 0; }
      @media screen and (min-width: 768px) {
        .calender-top-section .calender-cat-text [aria-label="Breadcrumb"] {
          padding: 16px 35px 0 35px;
          display: block; } }
      @media screen and (min-width: 1024px) {
        .calender-top-section .calender-cat-text [aria-label="Breadcrumb"] {
          padding: 12px 25px 0 25px; } }
      @media screen and (min-width: 1366px) {
        .calender-top-section .calender-cat-text [aria-label="Breadcrumb"] {
          padding: 16px 28px 0 28px; } }
      .calender-top-section .calender-cat-text [aria-label="Breadcrumb"] .breadcrumbs {
        margin-bottom: 0; }
        .calender-top-section .calender-cat-text [aria-label="Breadcrumb"] .breadcrumbs .breadcrumb {
          font-size: 12px;
          line-height: 15px; }
        .calender-top-section .calender-cat-text [aria-label="Breadcrumb"] .breadcrumbs .breadcrumb-label {
          color: #ffffff;
          font-size: 12px;
          line-height: 15px; }
          .calender-top-section .calender-cat-text [aria-label="Breadcrumb"] .breadcrumbs .breadcrumb-label span {
            text-transform: capitalize; }
    .calender-top-section .calender-cat-text .breadcrumb:not(:first-child)::before {
      color: #fff; }
    .calender-top-section .calender-cat-text .page-heading {
      margin: 0;
      color: #ffffff;
      text-transform: capitalize;
      line-height: 47px;
      font-size: 38px;
      margin-top: 37px;
      letter-spacing: 0; }
      @media screen and (max-width: 1199px) {
        .calender-top-section .calender-cat-text .page-heading {
          margin-top: 41px; } }
      @media screen and (max-width: 1023px) {
        .calender-top-section .calender-cat-text .page-heading {
          font-size: 32px;
          line-height: 39px;
          margin-top: 30px; } }
      @media screen and (max-width: 767px) {
        .calender-top-section .calender-cat-text .page-heading {
          font-size: 22px;
          line-height: 27px; } }

.page.holiday-calender-page {
  padding-bottom: 16px; }
  @media screen and (max-width: 1023px) {
    .page.holiday-calender-page {
      padding-bottom: 0px; } }
  @media screen and (max-width: 767px) {
    .page.holiday-calender-page {
      padding-bottom: 30px; } }
  .page.holiday-calender-page .calender-desc {
    max-width: 880px;
    width: 100%;
    margin: 40px auto 32px; }
    @media screen and (max-width: 1199px) {
      .page.holiday-calender-page .calender-desc {
        margin: 40px auto 30px; } }
    @media screen and (max-width: 1023px) {
      .page.holiday-calender-page .calender-desc {
        max-width: 640px;
        margin: 40px auto 40px; } }
    @media screen and (max-width: 767px) {
      .page.holiday-calender-page .calender-desc {
        max-width: 338px;
        margin: 30px auto 30px; } }
    .page.holiday-calender-page .calender-desc .calender-title {
      margin-bottom: 20px;
      text-align: center;
      font-size: 24px;
      line-height: 29px;
      font-weight: 900;
      letter-spacing: 0;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .page.holiday-calender-page .calender-desc .calender-title {
          font-size: 22px;
          line-height: 26px;
          margin-bottom: 17px; } }
    .page.holiday-calender-page .calender-desc .calender-list {
      margin: 0 0 0 17px; }
      .page.holiday-calender-page .calender-desc .calender-list li {
        list-style: disc;
        color: #000000;
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 27px; }
        .page.holiday-calender-page .calender-desc .calender-list li:last-child {
          margin-bottom: 0; }
        .page.holiday-calender-page .calender-desc .calender-list li::marker {
          color: #882528; }
        .page.holiday-calender-page .calender-desc .calender-list li span {
          font-weight: 700; }
  .page.holiday-calender-page .calender-section {
    overflow-x: auto;
    max-width: 995px;
    margin: 0 auto;
    width: 100%;
    scrollbar-color: #989898 #ddded6;
    scrollbar-width: thin; }
    @media screen and (max-width: 1023px) {
      .page.holiday-calender-page .calender-section {
        max-width: 698px; } }
    @media screen and (max-width: 700px) {
      .page.holiday-calender-page .calender-section {
        padding: 0 18px;
        max-width: 100%; } }
    .page.holiday-calender-page .calender-section::-webkit-scrollbar {
      height: 30px; }
    .page.holiday-calender-page .calender-section::-webkit-scrollbar-thumb {
      background-color: #989898;
      border-radius: 50px;
      border: 7px solid #ddded6; }
    .page.holiday-calender-page .calender-section::-webkit-scrollbar-track {
      background-color: #ddded6;
      border-radius: 0;
      margin-left: 18px; }
    @media screen and (max-width: 767px) {
      .page.holiday-calender-page .calender-section .calender-scroll {
        min-width: 698px;
        max-width: 698px;
        margin-bottom: 10px; } }
  .page.holiday-calender-page .calender-heading {
    background: #480f11;
    padding: 17px 0 19px;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 1023px) {
      .page.holiday-calender-page .calender-heading {
        padding: 12px 0 13px; } }
    .page.holiday-calender-page .calender-heading .calender-logo {
      height: 100%; }
      .page.holiday-calender-page .calender-heading .calender-logo img {
        max-height: 45px; }
        @media screen and (max-width: 1023px) {
          .page.holiday-calender-page .calender-heading .calender-logo img {
            max-height: 31px; } }
    .page.holiday-calender-page .calender-heading .calender-months {
      margin-left: 28px; }
      @media screen and (max-width: 1023px) {
        .page.holiday-calender-page .calender-heading .calender-months {
          margin-left: 19px; } }
      .page.holiday-calender-page .calender-heading .calender-months h3 {
        font-family: "Bebas Neue Bold";
        font-weight: 700;
        color: #ffffff;
        font-size: 44px;
        line-height: 36px;
        letter-spacing: 0;
        margin: 0; }
        @media screen and (max-width: 1023px) {
          .page.holiday-calender-page .calender-heading .calender-months h3 {
            font-size: 29px;
            line-height: 29px;
            margin-left: 19px; } }
  .page.holiday-calender-page .calender-img {
    position: relative; }
    .page.holiday-calender-page .calender-img img {
      width: 100%; }
    .page.holiday-calender-page .calender-img .calender-link {
      position: absolute;
      bottom: 21px;
      right: 0;
      left: 0;
      text-align: center; }
      @media screen and (max-width: 1023px) {
        .page.holiday-calender-page .calender-img .calender-link {
          bottom: 15px; } }
      .page.holiday-calender-page .calender-img .calender-link a {
        text-decoration: underline;
        color: #ffffff;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px; }
        @media screen and (max-width: 1023px) {
          .page.holiday-calender-page .calender-img .calender-link a {
            font-size: 12px;
            line-height: 15px; } }
        .page.holiday-calender-page .calender-img .calender-link a:hover {
          color: #DEBB02; }
  .page.holiday-calender-page .page-content {
    max-width: 912px;
    margin: 40px auto 0;
    width: 100%;
    padding: 0;
    font-size: 14px; }
    @media screen and (max-width: 1023px) {
      .page.holiday-calender-page .page-content {
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .page.holiday-calender-page .page-content {
        padding: 0 20px; } }

/* Holiday calender css ends */
.pdp-holiday-section {
  border-top: 2px solid #000000;
  background: #CDE6D9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0; }
  @media screen and (max-width: 1365px) {
    .pdp-holiday-section {
      margin-top: 26px; } }
  @media screen and (max-width: 1199px) {
    .pdp-holiday-section {
      max-width: 335px; } }
  @media screen and (max-width: 991px) {
    .pdp-holiday-section {
      margin-top: 0;
      max-width: 100%; } }
  @media screen and (max-width: 767px) {
    .pdp-holiday-section {
      margin-bottom: 40px;
      padding: 10px 0; } }
  .pdp-holiday-section .pdp-holiday-svg {
    display: flex; }
    .pdp-holiday-section .pdp-holiday-svg svg {
      width: 38px;
      height: 35px; }
  .pdp-holiday-section .pdp-holiday-link {
    display: flex;
    align-items: center;
    margin-left: 5px;
    flex-wrap: wrap; }
    @media screen and (max-width: 1365px) {
      .pdp-holiday-section .pdp-holiday-link {
        max-width: 250px; } }
    @media screen and (max-width: 991px) {
      .pdp-holiday-section .pdp-holiday-link {
        max-width: 100%; } }
    @media screen and (max-width: 767px) {
      .pdp-holiday-section .pdp-holiday-link {
        max-width: 250px; } }
    .pdp-holiday-section .pdp-holiday-link h4 {
      font-size: 20px;
      line-height: 24px;
      font-weight: 900;
      font-style: italic;
      margin: 0 14px 0 0;
      color: #3A644D;
      text-transform: uppercase; }
      @media screen and (max-width: 1365px) {
        .pdp-holiday-section .pdp-holiday-link h4 {
          margin: 0 0 2px; } }
      @media screen and (max-width: 991px) {
        .pdp-holiday-section .pdp-holiday-link h4 {
          margin: 0 14px 0 0; } }
      @media screen and (max-width: 767px) {
        .pdp-holiday-section .pdp-holiday-link h4 {
          margin: 0 0 2px; } }
    .pdp-holiday-section .pdp-holiday-link a {
      color: #882528;
      font-size: 12px;
      line-height: 15px; }
      .pdp-holiday-section .pdp-holiday-link a span {
        text-decoration: underline; }
      .pdp-holiday-section .pdp-holiday-link a:hover {
        color: #3A644D; }

.body {
  padding-top: 89px; }
  @media (min-width: 1024px) and (max-width: 1365px) {
    .body {
      padding-top: 87px; } }
  @media (max-width: 1023px) {
    .body {
      padding-top: 89px; } }
  @media (max-width: 991px) {
    .body {
      padding-top: 89px; } }

.top-banner {
  text-align: center;
  width: 100%;
  background: #000; }
  .top-banner .top-banner-link {
    padding: 9px 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    line-height: 19px; }
    @media screen and (max-width: 1023px) {
      .top-banner .top-banner-link {
        font-size: 11px;
        line-height: 15px;
        padding: 6px 0 5px; } }
    @media screen and (max-width: 350px) {
      .top-banner .top-banner-link {
        font-size: 9px; } }
    .top-banner .top-banner-link:hover .top-banner-holiday {
      background: #882528; }
    .top-banner .top-banner-link .top-banner-holiday {
      transition: 0.3s ease-in-out;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      font-style: normal;
      padding: 2px 3px 2px 6px; }
      @media screen and (max-width: 1023px) {
        .top-banner .top-banner-link .top-banner-holiday {
          font-size: 12px;
          padding: 2px 1px 2px 2px; } }
      @media screen and (max-width: 350px) {
        .top-banner .top-banner-link .top-banner-holiday {
          font-size: 11px; } }
      .top-banner .top-banner-link .top-banner-holiday .top-banner-hub {
        padding: 2px 6px 2px;
        background: #882528; }
        @media screen and (max-width: 1023px) {
          .top-banner .top-banner-link .top-banner-holiday .top-banner-hub {
            padding: 2px 3px; } }

.heroBanner.desktop-only {
  padding: 75px 0 84px; }
  @media screen and (max-width: 1023px) {
    .heroBanner.desktop-only {
      display: none; } }

.heroBanner.tablet-only {
  display: none; }
  @media screen and (max-width: 1023px) {
    .heroBanner.tablet-only {
      display: block;
      padding-top: calc(46.75% - 62px);
      background-repeat: no-repeat;
      background-size: cover; } }
  @media screen and (max-width: 767px) {
    .heroBanner.tablet-only {
      display: none; } }

.heroBanner.mobile-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .heroBanner.mobile-only {
      display: block;
      padding-top: calc(55% - 106px);
      background-size: cover;
      background-position: left; } }

@media screen and (max-width: 1023px) {
  .heroBanner .heroBanner-slide .wrapper {
    background: none;
    padding-bottom: 60px; } }

@media screen and (max-width: 767px) {
  .heroBanner .heroBanner-slide .wrapper {
    padding-bottom: 20px; } }

.heroBanner .heroBanner-slide .wrapper .heroBanner-content {
  max-width: 565px; }
  @media screen and (max-width: 1023px) {
    .heroBanner .heroBanner-slide .wrapper .heroBanner-content {
      max-width: 563px; } }
  @media screen and (max-width: 767px) {
    .heroBanner .heroBanner-slide .wrapper .heroBanner-content {
      padding: 0 20px; } }
  .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-site {
    font-size: 30px;
    line-height: 37px;
    color: #fff;
    letter-spacing: 4.5px; }
    @media screen and (max-width: 767px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-site {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 2.7px; } }
  .heroBanner .heroBanner-slide .wrapper .heroBanner-content h2.heroBanner-black {
    color: #fff; }
    @media screen and (max-width: 767px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content h2.heroBanner-black {
        border-bottom: none;
        padding-bottom: 5px;
        margin-bottom: 0;
        max-width: 240px; } }
    .heroBanner .heroBanner-slide .wrapper .heroBanner-content h2.heroBanner-black span {
      font-weight: 600;
      display: inline-block; }
  .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
    padding: 10px 0 35px;
    width: 100%;
    color: #fff;
    border-color: #fff; }
    @media screen and (max-width: 1023px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
        padding: 10px 0 35px; } }
    @media screen and (max-width: 767px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
        display: block;
        padding: 6px 0 15px; } }
    .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description:before {
      background-color: #fff; }
  .heroBanner .heroBanner-slide .wrapper .heroBanner-content .hero-disc {
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-style: italic; }
    @media screen and (max-width: 1023px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .hero-disc {
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .hero-disc {
        border-bottom: 1px solid #fff;
        width: 100%;
        display: block;
        padding-bottom: 13px;
        margin-bottom: 16px; } }

.product-descrip-detail.description-section-5 .product-descrip .life-style-headline .life-style-left {
  grid-template-rows: 1fr 1fr; }

.spring-break-banner {
  display: block;
  position: relative; }
  .spring-break-banner:hover {
    color: #000; }
  .spring-break-banner .spring-break-banner-image img {
    height: 770px;
    object-fit: cover;
    object-position: top;
    width: 100%; }
    @media (max-width: 1290px) {
      .spring-break-banner .spring-break-banner-image img {
        height: 576px; } }
    @media (max-width: 1023px) {
      .spring-break-banner .spring-break-banner-image img {
        height: 537px; } }
    @media (max-width: 767px) {
      .spring-break-banner .spring-break-banner-image img {
        height: 538px; } }

.spring-break-banner-catpion {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding-left: 113px; }
  @media (max-width: 1290px) {
    .spring-break-banner-catpion {
      padding-left: 82px; } }
  @media (max-width: 1023px) {
    .spring-break-banner-catpion {
      top: 45px;
      padding-left: 39px; } }
  @media (max-width: 767px) {
    .spring-break-banner-catpion {
      top: inherit;
      bottom: 0;
      padding-left: 0px;
      position: relative;
      left: 0;
      transform: none;
      margin-top: -194px; } }
  .spring-break-banner-catpion .banner-content {
    width: 650px;
    border: 8px solid #00FFD8;
    padding: 10px;
    position: relative; }
    @media (max-width: 1279px) {
      .spring-break-banner-catpion .banner-content {
        width: 491px; } }
    @media (max-width: 1023px) {
      .spring-break-banner-catpion .banner-content {
        border-top: 8px solid #00FFD8;
        width: 365px;
        padding: 5px; } }
    @media (max-width: 767px) {
      .spring-break-banner-catpion .banner-content {
        border-top: 8px solid #00FFD8;
        max-width: 362px;
        padding: 5px;
        width: 100%;
        margin: 0 auto; } }
    .spring-break-banner-catpion .banner-content .banner-desc {
      background: rgba(0, 0, 0, 0.75);
      padding: 63px 25px 53px; }
      @media (max-width: 1290px) {
        .spring-break-banner-catpion .banner-content .banner-desc {
          padding: 48px 25px 44px; } }
      @media (max-width: 1279px) {
        .spring-break-banner-catpion .banner-content .banner-desc {
          padding: 45px 25px 44px; } }
      @media (max-width: 1023px) {
        .spring-break-banner-catpion .banner-content .banner-desc {
          padding: 40px 25px; } }
      .spring-break-banner-catpion .banner-content .banner-desc span {
        display: block;
        display: flex; }
        .spring-break-banner-catpion .banner-content .banner-desc span.svg-spring {
          padding-left: 28px; }
          @media (max-width: 1290px) {
            .spring-break-banner-catpion .banner-content .banner-desc span.svg-spring {
              padding-left: 15px; } }
          @media (max-width: 1023px) {
            .spring-break-banner-catpion .banner-content .banner-desc span.svg-spring {
              padding-left: 3px; } }
          @media (max-width: 1290px) {
            .spring-break-banner-catpion .banner-content .banner-desc span.svg-spring svg {
              width: 344px;
              height: 142px; } }
          @media (max-width: 1023px) {
            .spring-break-banner-catpion .banner-content .banner-desc span.svg-spring svg {
              width: 253px;
              height: 104px; } }
        .spring-break-banner-catpion .banner-content .banner-desc span.svg-break {
          margin-top: -78px;
          padding-right: 16px;
          justify-content: flex-end; }
          @media (max-width: 1290px) {
            .spring-break-banner-catpion .banner-content .banner-desc span.svg-break {
              padding-left: 0;
              padding-right: 6px;
              margin-top: -58px; } }
          @media (max-width: 1290px) {
            .spring-break-banner-catpion .banner-content .banner-desc span.svg-break {
              padding-right: 0;
              margin-top: -42px; } }
          .spring-break-banner-catpion .banner-content .banner-desc span.svg-break svg {
            width: 423px;
            height: 140px; }
            @media (max-width: 1290px) {
              .spring-break-banner-catpion .banner-content .banner-desc span.svg-break svg {
                width: 317px;
                height: 105px; } }
            @media (max-width: 1023px) {
              .spring-break-banner-catpion .banner-content .banner-desc span.svg-break svg {
                width: 232px;
                height: 77px; } }
      .spring-break-banner-catpion .banner-content .banner-desc .banner-title {
        font-family: "Agency FB";
        font-weight: 700;
        font-size: 50px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        margin: 7px 0 0;
        letter-spacing: normal; }
        @media (max-width: 1290px) {
          .spring-break-banner-catpion .banner-content .banner-desc .banner-title {
            font-size: 37px;
            margin-top: 4px;
            padding-right: 2px; } }
        @media (max-width: 1023px) {
          .spring-break-banner-catpion .banner-content .banner-desc .banner-title {
            font-size: 25px; } }
        @media (max-width: 350px) {
          .spring-break-banner-catpion .banner-content .banner-desc .banner-title {
            font-size: 18px; } }
        .spring-break-banner-catpion .banner-content .banner-desc .banner-title span {
          letter-spacing: 25px;
          display: inline-block; }
          @media (max-width: 1290px) {
            .spring-break-banner-catpion .banner-content .banner-desc .banner-title span {
              letter-spacing: 18.5px; } }
          @media (max-width: 1023px) {
            .spring-break-banner-catpion .banner-content .banner-desc .banner-title span {
              letter-spacing: 12.5px; } }
      .spring-break-banner-catpion .banner-content .banner-desc .banner-text {
        padding: 0 2px;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 24px;
        line-height: 31px;
        text-align: center;
        margin: 31px 0 0; }
        @media (max-width: 1290px) {
          .spring-break-banner-catpion .banner-content .banner-desc .banner-text {
            font-size: 20px;
            line-height: 28px;
            margin-top: 6px; } }
        @media (max-width: 1023px) {
          .spring-break-banner-catpion .banner-content .banner-desc .banner-text {
            font-size: 17px;
            line-height: 21px;
            margin-top: 19px; } }
        @media (max-width: 350px) {
          .spring-break-banner-catpion .banner-content .banner-desc .banner-text {
            font-size: 14px;
            line-height: 17px; } }
    .spring-break-banner-catpion .banner-content .banner-btn {
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      font-family: "Bebas Neue Bold";
      font-weight: 700;
      border: 5px solid #000;
      background: #FFC400;
      padding: 16px 31px 9px;
      font-size: 25px;
      line-height: 25px;
      letter-spacing: 0.25px;
      transition: 0.3s ease-in-out; }
      @media (max-width: 1290px) {
        .spring-break-banner-catpion .banner-content .banner-btn {
          font-size: 20px;
          line-height: 24px;
          letter-spacing: 0.4px;
          padding: 11px 19px 7px;
          bottom: -18px; } }
      @media (max-width: 1023px) {
        .spring-break-banner-catpion .banner-content .banner-btn {
          bottom: -23px; } }
      @media (max-width: 767px) {
        .spring-break-banner-catpion .banner-content .banner-btn {
          bottom: -22px;
          padding: 9px 19px 5px;
          font-size: 18px;
          line-height: 18px; } }
      .spring-break-banner-catpion .banner-content .banner-btn:hover {
        background: #fff; }

.spring-break-pattern-section {
  margin-top: -143px; }
  @media (max-width: 1290px) {
    .spring-break-pattern-section {
      margin-top: -91px; } }
  @media (max-width: 1023px) {
    .spring-break-pattern-section {
      margin-top: -53px; } }
  @media (max-width: 767px) {
    .spring-break-pattern-section {
      margin-top: 40px; } }
  .spring-break-pattern-section .container {
    max-width: 1366px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 124px 0 169px; }
    @media (max-width: 1290px) {
      .spring-break-pattern-section .container {
        padding: 0 124px 0 61px; } }
    @media (max-width: 1023px) {
      .spring-break-pattern-section .container {
        padding: 0 32px 0 32px; } }
    @media (max-width: 767px) {
      .spring-break-pattern-section .container {
        flex-wrap: wrap;
        padding: 0 20px;
        justify-content: center; } }
    .spring-break-pattern-section .container .spring-pattern {
      display: block; }
      .spring-break-pattern-section .container .spring-pattern .spring-pattern-title {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1.12px;
        margin: 0 0 13px;
        color: #000;
        text-transform: uppercase;
        text-align: center; }
        @media (max-width: 1290px) {
          .spring-break-pattern-section .container .spring-pattern .spring-pattern-title {
            font-size: 13px;
            line-height: 16px;
            letter-spacing: 1.02px;
            margin: 0 0 11px; } }
        @media (max-width: 1023px) {
          .spring-break-pattern-section .container .spring-pattern .spring-pattern-title {
            font-size: 12px;
            line-height: 15px;
            letter-spacing: 0.96px;
            margin: 0 0 10px; } }
        @media (max-width: 767px) {
          .spring-break-pattern-section .container .spring-pattern .spring-pattern-title {
            margin: 0 0 8px; } }
      .spring-break-pattern-section .container .spring-pattern .pattern-cards {
        display: flex; }
        .spring-break-pattern-section .container .spring-pattern .pattern-cards .pattern-card {
          padding: 0 5px;
          width: 180px; }
          @media (max-width: 1290px) {
            .spring-break-pattern-section .container .spring-pattern .pattern-cards .pattern-card {
              padding: 0 4px;
              width: 135px; } }
          @media (max-width: 1023px) {
            .spring-break-pattern-section .container .spring-pattern .pattern-cards .pattern-card {
              width: 126px; } }
          @media (max-width: 767px) {
            .spring-break-pattern-section .container .spring-pattern .pattern-cards .pattern-card {
              max-width: 113px;
              width: 100%;
              padding: 0 3px; } }
          .spring-break-pattern-section .container .spring-pattern .pattern-cards .pattern-card .pattern-card-img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
          .spring-break-pattern-section .container .spring-pattern .pattern-cards .pattern-card h4 {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 12px;
            line-height: 15px;
            margin: 10px 0 0;
            color: #000;
            text-transform: capitalize;
            text-align: center;
            letter-spacing: normal; }
            @media (max-width: 1290px) {
              .spring-break-pattern-section .container .spring-pattern .pattern-cards .pattern-card h4 {
                font-size: 11px;
                line-height: 14px;
                margin: 5px 0 0; } }
            @media (max-width: 1023px) {
              .spring-break-pattern-section .container .spring-pattern .pattern-cards .pattern-card h4 {
                font-size: 10px;
                line-height: 13px; } }
            @media (max-width: 767px) {
              .spring-break-pattern-section .container .spring-pattern .pattern-cards .pattern-card h4 {
                font-size: 11px;
                line-height: 14px;
                margin: 4px 0 0; } }
    .spring-break-pattern-section .container .swim-pattern {
      display: flex;
      width: 459px;
      position: relative; }
      @media (max-width: 1290px) {
        .spring-break-pattern-section .container .swim-pattern {
          width: 335px; } }
      @media (max-width: 1023px) {
        .spring-break-pattern-section .container .swim-pattern {
          width: 312px; } }
      @media (max-width: 767px) {
        .spring-break-pattern-section .container .swim-pattern {
          width: 335px;
          margin-top: 62px; } }
      .spring-break-pattern-section .container .swim-pattern .swim-pattern-card.swim-pattern-left {
        width: 280px;
        z-index: 2;
        position: relative;
        top: 14px; }
        @media (max-width: 1290px) {
          .spring-break-pattern-section .container .swim-pattern .swim-pattern-card.swim-pattern-left {
            top: -27px;
            width: 208px; } }
        @media (max-width: 1023px) {
          .spring-break-pattern-section .container .swim-pattern .swim-pattern-card.swim-pattern-left {
            top: 0px;
            width: 188px; } }
        @media (max-width: 767px) {
          .spring-break-pattern-section .container .swim-pattern .swim-pattern-card.swim-pattern-left {
            top: 0;
            width: 190px;
            right: -6px; } }
      .spring-break-pattern-section .container .swim-pattern .swim-pattern-card.swim-pattern-right {
        width: 255px;
        position: absolute;
        right: -18px;
        top: -54px;
        z-index: 0; }
        @media (max-width: 1290px) {
          .spring-break-pattern-section .container .swim-pattern .swim-pattern-card.swim-pattern-right {
            width: 192px;
            right: -23px;
            top: -78px; } }
        @media (max-width: 1023px) {
          .spring-break-pattern-section .container .swim-pattern .swim-pattern-card.swim-pattern-right {
            width: 170px;
            right: -8px;
            top: -45px; } }
        @media (max-width: 767px) {
          .spring-break-pattern-section .container .swim-pattern .swim-pattern-card.swim-pattern-right {
            width: 173px;
            right: 5px;
            top: -45px; } }
      .spring-break-pattern-section .container .swim-pattern .swim-pattern-card p {
        width: 138px;
        margin: 4px 0 0 63px;
        font-size: 12px;
        line-height: 14px;
        color: #000;
        font-family: "Montserrat", sans-serif;
        font-weight: 400; }
        @media (max-width: 1290px) {
          .spring-break-pattern-section .container .swim-pattern .swim-pattern-card p {
            width: 120px;
            margin: 0 0 0 48px;
            font-size: 10px;
            line-height: 12px; } }
        @media (max-width: 1023px) {
          .spring-break-pattern-section .container .swim-pattern .swim-pattern-card p {
            margin: 0 0 0 42px; } }
        @media (max-width: 767px) {
          .spring-break-pattern-section .container .swim-pattern .swim-pattern-card p {
            margin: 0 0 0 44px; } }

.spring-break-page .container {
  max-width: 1396px;
  padding: 0 15px; }
  @media (max-width: 1290px) {
    .spring-break-page .container {
      padding: 0 10px; } }

.spring-break-page .page {
  margin: 0;
  display: flex;
  justify-content: center;
  overflow-x: hidden; }
  @media (max-width: 1290px) {
    .spring-break-page .page {
      padding: 0 19px 0 33px; } }
  @media (max-width: 991px) {
    .spring-break-page .page {
      flex-wrap: wrap;
      padding: 0 25px; } }
  @media (max-width: 767px) {
    .spring-break-page .page {
      padding: 0 10px; } }
  .spring-break-page .page .page-sidebar {
    padding-left: 0;
    padding-right: 67px;
    max-width: 297px;
    width: 100%; }
    @media (max-width: 1290px) {
      .spring-break-page .page .page-sidebar {
        padding-right: 24px;
        max-width: 254px; } }
    @media (max-width: 1023px) {
      .spring-break-page .page .page-sidebar {
        width: 25%;
        max-width: 100%; } }
    @media (max-width: 991px) {
      .spring-break-page .page .page-sidebar {
        width: 100%;
        padding-right: 0; } }
  @media (max-width: 479px) {
    .spring-break-page .page .productGrid .product {
      padding: 18px 11px 28px 0;
      width: 50% !important;
      border-right: 1px solid #c9c9c9;
      border-bottom: 1px solid #c9c9c9; }
      .spring-break-page .page .productGrid .product:nth-child(even) {
        border-right: none;
        padding-left: 11px;
        padding-right: 0; } }
  @media (max-width: 1290px) {
    .spring-break-page .page .productGrid .product .card .card-body .card-title {
      font-size: 12px; } }
  @media (max-width: 479px) {
    .spring-break-page .page .productGrid .product .card .card-body .bottom-card {
      align-items: center !important;
      justify-content: center !important; } }
  @media (max-width: 479px) {
    .spring-break-page .page .productGrid .product .card .card-body .bottom-card .card-price {
      flex: 50% 0 0;
      max-width: 50%; } }
  .spring-break-page .page .productGrid .product .card .card-body .bottom-card .card-price .price-section span.price {
    font-family: "Bebas";
    font-weight: 400; }
  @media (max-width: 479px) {
    .spring-break-page .page .productGrid .product .card .card-body .bottom-card .card-review {
      flex: 50% 0 0;
      max-width: 50%;
      padding-left: 0; } }
  .spring-break-page .page .page-sidebar + .page-content {
    padding-left: 0;
    padding-right: 0;
    max-width: 984px;
    width: 100%; }
    @media (max-width: 1290px) {
      .spring-break-page .page .page-sidebar + .page-content {
        max-width: 698px;
        width: 100%; } }
    @media (max-width: 1023px) {
      .spring-break-page .page .page-sidebar + .page-content {
        width: 75%;
        max-width: 100%; } }
    @media (max-width: 991px) {
      .spring-break-page .page .page-sidebar + .page-content {
        width: 100%; } }
  .spring-break-page .page .pagination .pagination-list .pagination-item .pagination-link {
    font-weight: 400; }
    .spring-break-page .page .pagination .pagination-list .pagination-item .pagination-link .icon {
      width: 9px;
      height: 14px; }
  @media (max-width: 991px) {
    .spring-break-page .page .page-content .sorting-pagination {
      display: none; } }
  .spring-break-page .page .page-content .pagination-section {
    margin-top: 40px; }
    @media (max-width: 1290px) {
      .spring-break-page .page .page-content .pagination-section {
        padding: 0 0 0 19px; } }
    @media (max-width: 1023px) {
      .spring-break-page .page .page-content .pagination-section {
        padding: 0;
        margin-top: 30px; } }
    .spring-break-page .page .page-content .pagination-section .pagination {
      position: relative;
      display: flex;
      justify-content: flex-end;
      z-index: 1; }
      @media (max-width: 1290px) {
        .spring-break-page .page .page-content .pagination-section .pagination {
          justify-content: center; } }
      .spring-break-page .page .page-content .pagination-section .pagination::before {
        content: '';
        position: absolute;
        height: 100%;
        width: 26px;
        background: #eaeaea;
        top: 0;
        left: 100%; }
        @media (max-width: 1290px) {
          .spring-break-page .page .page-content .pagination-section .pagination::before {
            left: 0;
            z-index: -1; } }
      .spring-break-page .page .page-content .pagination-section .pagination::after {
        content: '';
        position: absolute;
        height: 100%;
        width: 325px;
        background: #eaeaea;
        top: 0;
        right: 100%; }
        @media (max-width: 1290px) {
          .spring-break-page .page .page-content .pagination-section .pagination::after {
            right: 0;
            z-index: -1; } }
      .spring-break-page .page .page-content .pagination-section .pagination .pagination-list {
        width: 694px;
        justify-content: flex-start; }
        @media (max-width: 1290px) {
          .spring-break-page .page .page-content .pagination-section .pagination .pagination-list {
            width: 100%;
            justify-content: center; } }

.spring-break-page .pagination-section {
  margin-top: 40px;
  padding: 0 32px;
  width: 100%; }
  @media (max-width: 1030px) {
    .spring-break-page .pagination-section {
      padding: 0 19px 0 0;
      width: 698px;
      margin-left: auto; } }
  @media (max-width: 991px) {
    .spring-break-page .pagination-section {
      margin-top: 30px;
      padding: 0 25px;
      width: 100%;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .spring-break-page .pagination-section {
      margin-bottom: 60px;
      padding: 0 10px; } }
  .spring-break-page .pagination-section .pagination-list {
    display: flex;
    align-items: center;
    justify-content: center; }

.spring-break-page .collection-description {
  margin: 0 auto;
  max-width: 793px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #000;
  padding: 40px 0 80px; }
  @media (max-width: 1030px) {
    .spring-break-page .collection-description {
      padding: 29px 33px 80px 0;
      max-width: 698px;
      margin: 0 0 0 auto; } }
  @media (max-width: 991px) {
    .spring-break-page .collection-description {
      padding: 29px 0 60px;
      width: 100%;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .spring-break-page .collection-description {
      display: none; } }

@media (max-width: 991px) {
  .spring-break-page .page-sidebar nav, .spring-break-page .spring-sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; } }

@media (max-width: 767px) {
  .spring-break-page .page-sidebar nav, .spring-break-page .spring-sidebar {
    justify-content: center; } }

.spring-break-page .page-sidebar nav .facetedSearch .facetedSearch-refineFilters h2, .spring-break-page .spring-sidebar .facetedSearch .facetedSearch-refineFilters h2 {
  font-family: "Bebas Neue Bold";
  font-weight: 700;
  font-size: 26px;
  line-height: 27px;
  margin: 0 0 17px; }

.spring-break-page .page-sidebar nav .facetedSearch .facetedSearch-refineFilters p, .spring-break-page .spring-sidebar .facetedSearch .facetedSearch-refineFilters p {
  margin: 0;
  font-size: 14px;
  color: #000; }

.spring-break-page .page-sidebar nav #facetedSearch-content--price .form-fieldset .form-minMaxRow, .spring-break-page .spring-sidebar #facetedSearch-content--price .form-fieldset .form-minMaxRow {
  display: flex;
  flex-wrap: wrap; }
  .spring-break-page .page-sidebar nav #facetedSearch-content--price .form-fieldset .form-minMaxRow .form-field, .spring-break-page .spring-sidebar #facetedSearch-content--price .form-fieldset .form-minMaxRow .form-field {
    width: 50%; }
    .spring-break-page .page-sidebar nav #facetedSearch-content--price .form-fieldset .form-minMaxRow .form-field:last-child, .spring-break-page .spring-sidebar #facetedSearch-content--price .form-fieldset .form-minMaxRow .form-field:last-child {
      width: 100%;
      margin-top: 10px; }

@media (max-width: 991px) {
  .spring-break-page .page-sidebar nav .sidebarBlock, .spring-break-page .spring-sidebar .sidebarBlock {
    width: 100%; } }

@media (max-width: 991px) {
  .spring-break-page .page-sidebar nav .sidebarBlock.facetedSearch, .spring-break-page .spring-sidebar .sidebarBlock.facetedSearch {
    width: 335px;
    margin: 0;
    padding: 0;
    border: none; } }

@media (max-width: 991px) {
  .spring-break-page .page-sidebar nav .sidebarBlock.facetedSearch .facetedSearch-toggle, .spring-break-page .spring-sidebar .sidebarBlock.facetedSearch .facetedSearch-toggle {
    margin: 0;
    background-color: #C9C9C9;
    padding: 12px 20px 12px 21px;
    font-family: "Bebas Neue Bold";
    font-weight: 700;
    font-size: 26px;
    line-height: 27px;
    border-radius: 0; } }

.spring-break-page .page-sidebar nav .sidebarBlock.facetedSearch .facetedSearch-toggle.is-open .toggleLink-text.toggleLink-text--off, .spring-break-page .spring-sidebar .sidebarBlock.facetedSearch .facetedSearch-toggle.is-open .toggleLink-text.toggleLink-text--off {
  display: none; }

.spring-break-page .page-sidebar nav .sidebarBlock.facetedSearch .facetedSearch-toggle.is-open .toggleLink-text.toggleLink-text--on, .spring-break-page .spring-sidebar .sidebarBlock.facetedSearch .facetedSearch-toggle.is-open .toggleLink-text.toggleLink-text--on {
  display: flex; }

.spring-break-page .page-sidebar nav .sidebarBlock.facetedSearch .facetedSearch-toggle .facetedSearch-toggle-indicator, .spring-break-page .spring-sidebar .sidebarBlock.facetedSearch .facetedSearch-toggle .facetedSearch-toggle-indicator {
  width: 100%; }

@media (max-width: 991px) {
  .spring-break-page .page-sidebar nav .sidebarBlock.facetedSearch .facetedSearch-toggle .toggleLink-text, .spring-break-page .spring-sidebar .sidebarBlock.facetedSearch .facetedSearch-toggle .toggleLink-text {
    font-family: "Bebas Neue Bold";
    font-weight: 700;
    font-size: 26px;
    line-height: 27px;
    color: #000;
    width: 100%;
    align-items: center;
    justify-content: space-between; } }

.spring-break-page .page-sidebar nav .sidebarBlock.facetedSearch .facetedSearch-toggle .toggleLink-text.toggleLink-text--off, .spring-break-page .spring-sidebar .sidebarBlock.facetedSearch .facetedSearch-toggle .toggleLink-text.toggleLink-text--off {
  display: flex; }

.spring-break-page .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block, .spring-break-page .spring-sidebar .facetedSearch-navList .accordion--navList .accordion-block {
  border-bottom: 1px solid #C9C9C9;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px; }
  @media (max-width: 991px) {
    .spring-break-page .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block, .spring-break-page .spring-sidebar .facetedSearch-navList .accordion--navList .accordion-block {
      border: none;
      margin-bottom: 0;
      padding-bottom: 0; } }
  .spring-break-page .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation, .spring-break-page .spring-sidebar .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation {
    justify-content: flex-start;
    margin-bottom: 0 !important; }
    .spring-break-page .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation span, .spring-break-page .spring-sidebar .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation span {
      order: 1; }
      .spring-break-page .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation span.accordion-title, .spring-break-page .spring-sidebar .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation span.accordion-title {
        order: 2;
        margin-left: 10px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #000;
        text-transform: uppercase; }
      .spring-break-page .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation span .toggleLink-text--off, .spring-break-page .spring-sidebar .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation span .toggleLink-text--off {
        width: 12px;
        height: 12px; }
      .spring-break-page .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation span .toggleLink-text--on, .spring-break-page .spring-sidebar .facetedSearch-navList .accordion--navList .accordion-block .accordion-navigation span .toggleLink-text--on {
        width: 12px;
        height: 3px; }
  .spring-break-page .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .facetedSearch-clearLink, .spring-break-page .spring-sidebar .facetedSearch-navList .accordion--navList .accordion-block .facetedSearch-clearLink {
    margin-top: 5px; }
  .spring-break-page .page-sidebar nav .facetedSearch-navList .accordion--navList .accordion-block .accordion-content, .spring-break-page .spring-sidebar .facetedSearch-navList .accordion--navList .accordion-block .accordion-content {
    padding-top: 15px;
    padding-bottom: 15px; }

.spring-break-page .page-sidebar nav .mobile-filter, .spring-break-page .spring-sidebar .mobile-filter {
  display: none; }
  @media (max-width: 991px) {
    .spring-break-page .page-sidebar nav .mobile-filter, .spring-break-page .spring-sidebar .mobile-filter {
      display: block; } }
  @media (max-width: 767px) {
    .spring-break-page .page-sidebar nav .mobile-filter, .spring-break-page .spring-sidebar .mobile-filter {
      margin-top: 16px;
      width: 100%; } }
  .spring-break-page .page-sidebar nav .mobile-filter .sorting-pagination .sorting-pagination-inr, .spring-break-page .spring-sidebar .mobile-filter .sorting-pagination .sorting-pagination-inr {
    background: transparent;
    padding-right: 0; }
    @media (max-width: 767px) {
      .spring-break-page .page-sidebar nav .mobile-filter .sorting-pagination .sorting-pagination-inr .actionBar-section, .spring-break-page .spring-sidebar .mobile-filter .sorting-pagination .sorting-pagination-inr .actionBar-section {
        float: none; } }
    @media (max-width: 767px) {
      .spring-break-page .page-sidebar nav .mobile-filter .sorting-pagination .sorting-pagination-inr .form-field, .spring-break-page .spring-sidebar .mobile-filter .sorting-pagination .sorting-pagination-inr .form-field {
        display: flex;
        justify-content: center; } }
    @media (max-width: 380px) {
      .spring-break-page .page-sidebar nav .mobile-filter .sorting-pagination .sorting-pagination-inr .form-field, .spring-break-page .spring-sidebar .mobile-filter .sorting-pagination .sorting-pagination-inr .form-field {
        justify-content: flex-start; } }

.spring-break-collection {
  padding: 25px 0 70px; }
  @media (max-width: 1290px) {
    .spring-break-collection {
      padding: 9px 0 50px; } }
  @media (max-width: 1023px) {
    .spring-break-collection {
      padding: 26px 0 60px; } }
  @media (max-width: 767px) {
    .spring-break-collection {
      padding: 20px 0 60px; } }
  .spring-break-collection .spring-collection-cards {
    display: flex;
    justify-content: center;
    align-items: flex-end; }
    @media (max-width: 767px) {
      .spring-break-collection .spring-collection-cards {
        flex-wrap: wrap; } }
    .spring-break-collection .spring-collection-cards .spring-collection-card {
      width: 636px;
      position: relative;
      display: block;
      padding: 0 18px; }
      @media (max-width: 1290px) {
        .spring-break-collection .spring-collection-cards .spring-collection-card {
          width: 501px;
          padding: 0 14px; } }
      @media (max-width: 1023px) {
        .spring-break-collection .spring-collection-cards .spring-collection-card {
          width: 358px;
          padding: 0 10px; } }
      @media (max-width: 767px) {
        .spring-break-collection .spring-collection-cards .spring-collection-card {
          width: 100%;
          max-width: 355px;
          padding: 10px 8px; } }
      .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-left .spring-collection-content {
        top: 48px;
        left: 56px; }
        @media (max-width: 1290px) {
          .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-left .spring-collection-content {
            top: 37px;
            left: 44px; } }
        @media (max-width: 1023px) {
          .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-left .spring-collection-content {
            top: 30px;
            left: 30px; } }
        @media (max-width: 767px) {
          .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-left .spring-collection-content {
            top: 41px;
            left: 28px; } }
        .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-left .spring-collection-content .spring-collection-desc {
          width: 210px; }
          @media (max-width: 1290px) {
            .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-left .spring-collection-content .spring-collection-desc {
              width: 180px; } }
          @media (max-width: 1023px) {
            .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-left .spring-collection-content .spring-collection-desc {
              width: 150px; } }
      .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-right .spring-collection-content {
        text-align: right;
        top: 45px;
        right: 48px; }
        @media (max-width: 1290px) {
          .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-right .spring-collection-content {
            top: 35px;
            right: 39px; } }
        @media (max-width: 1023px) {
          .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-right .spring-collection-content {
            top: 29px;
            right: 30px; } }
        @media (max-width: 767px) {
          .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-right .spring-collection-content {
            top: 39px;
            right: 29px; } }
        .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-right .spring-collection-content .spring-collection-title {
          color: #fff; }
        .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-right .spring-collection-content .spring-collection-desc {
          width: 247px;
          color: #fff;
          margin-left: auto; }
          @media (max-width: 1290px) {
            .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-right .spring-collection-content .spring-collection-desc {
              width: 190px;
              margin-right: 9px; } }
          @media (max-width: 1023px) {
            .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-right .spring-collection-content .spring-collection-desc {
              width: 160px;
              margin-right: 1px; } }
        .spring-break-collection .spring-collection-cards .spring-collection-card.spring-collection-card-right .spring-collection-content .spring-collection-btn {
          margin-left: auto; }
      .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content {
        position: absolute;
        z-index: 1; }
        .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content .spring-collection-title {
          letter-spacing: normal;
          font-family: "Montserrat", sans-serif;
          font-weight: 800;
          text-transform: uppercase;
          font-size: 32px;
          line-height: 36px;
          text-transform: uppercase;
          width: 320px;
          margin: 0; }
          @media (max-width: 1290px) {
            .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content .spring-collection-title {
              font-size: 25px;
              line-height: 28px;
              width: 250px; } }
          @media (max-width: 1023px) {
            .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content .spring-collection-title {
              font-size: 17px;
              line-height: 19px;
              width: 180px; } }
          .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content .spring-collection-title span {
            font-weight: 300; }
        .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content .spring-collection-desc {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 22px;
          margin: 11px 0 20px; }
          @media (max-width: 1290px) {
            .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content .spring-collection-desc {
              font-size: 12px;
              line-height: 17px;
              margin: 10px 0 17px; } }
          @media (max-width: 1023px) {
            .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content .spring-collection-desc {
              font-size: 10px;
              line-height: 13px;
              margin: 8px 0 10px; } }
        .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content .spring-collection-btn {
          max-width: 126px;
          width: 100%;
          padding: 10px 0 6px;
          border: 1px solid #fff;
          background: #000;
          color: #fff;
          font-family: "Bebas Neue Bold";
          font-weight: 700;
          font-size: 20px;
          line-height: 20px;
          letter-spacing: 0.4px;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: 0.3s ease-in-out; }
          @media (max-width: 1290px) {
            .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content .spring-collection-btn {
              max-width: 99px;
              padding: 7px 0 4px;
              font-size: 17px;
              line-height: 17px;
              letter-spacing: 0.34px; } }
          @media (max-width: 1023px) {
            .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content .spring-collection-btn {
              max-width: 71px;
              padding: 5px 0 2px;
              font-size: 13px;
              line-height: 13px;
              letter-spacing: 0.26px; } }
          .spring-break-collection .spring-collection-cards .spring-collection-card .spring-collection-content .spring-collection-btn:hover {
            border: 1px solid #000;
            background: #fff;
            color: #000; }

.home-hero-banner {
  background-size: cover;
  background-repeat: no-repeat; }
  .home-hero-banner.desktop-only {
    display: block;
    padding: 0 0 72px;
    background-position: top; }
    @media (max-width: 1290px) {
      .home-hero-banner.desktop-only {
        display: none; } }
  .home-hero-banner.laptop-only {
    display: none; }
    @media (max-width: 1290px) {
      .home-hero-banner.laptop-only {
        display: block;
        padding: 0 0 74px;
        background-position: 65% 50%; } }
    @media (max-width: 1023px) {
      .home-hero-banner.laptop-only {
        display: none; } }
  .home-hero-banner.tablet-only {
    display: none; }
    @media (max-width: 1023px) {
      .home-hero-banner.tablet-only {
        display: block;
        padding-top: 44%;
        padding-bottom: 52px; } }
    @media (max-width: 767px) {
      .home-hero-banner.tablet-only {
        display: none; } }
  .home-hero-banner.mobile-only {
    display: none; }
    @media (max-width: 767px) {
      .home-hero-banner.mobile-only {
        display: block;
        padding-top: 55%;
        padding-bottom: 30px; } }
  .home-hero-banner .heroBanner-slide .wrapper {
    padding-left: 82px; }
    @media (max-width: 1290px) {
      .home-hero-banner .heroBanner-slide .wrapper {
        padding-left: 25px; } }
    @media (max-width: 1023px) {
      .home-hero-banner .heroBanner-slide .wrapper {
        padding: 0; } }
    .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content {
      width: 450px;
      border: 8px solid #00FFD8;
      border-top: none;
      padding: 0 10px 10px;
      position: relative; }
      @media (max-width: 1290px) {
        .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content {
          padding: 0 9px 8px; } }
      @media (max-width: 1023px) {
        .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content {
          border-top: 8px solid #00FFD8;
          width: 535px;
          padding: 10px;
          margin: 0 auto; } }
      @media (max-width: 767px) {
        .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content {
          border-top: 8px solid #00FFD8;
          max-width: 315px;
          padding: 5px;
          width: 100%;
          margin: 0 auto; } }
      .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc {
        background: rgba(0, 0, 0, 0.75);
        padding: 38px 14px 44px; }
        @media (max-width: 1023px) {
          .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc {
            padding: 36px 5px 54px; } }
        @media (max-width: 767px) {
          .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc {
            padding: 24px 20px 38px; } }
        .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img {
          display: block;
          display: flex; }
          .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.spring-svg {
            padding-left: 28px; }
            @media (max-width: 1290px) {
              .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.spring-svg {
                padding-left: 29px; } }
            @media (max-width: 1023px) {
              .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.spring-svg {
                padding-left: 0;
                padding-right: 28px;
                justify-content: center; } }
            @media (max-width: 1023px) {
              .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.spring-svg {
                padding-right: 23px; } }
            .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.spring-svg svg {
              width: 303px;
              height: 125px; }
              @media (max-width: 1023px) {
                .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.spring-svg svg {
                  width: 303px;
                  height: 125px; } }
              @media (max-width: 767px) {
                .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.spring-svg svg {
                  width: 210px;
                  height: 87px; } }
          .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.break-svg {
            margin-top: -51px;
            padding-right: 15px;
            justify-content: flex-end; }
            @media (max-width: 1290px) {
              .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.break-svg {
                padding-right: 16px;
                margin-top: -51px; } }
            @media (max-width: 1023px) {
              .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.break-svg {
                padding-right: 68px;
                margin-top: -50px; } }
            @media (max-width: 767px) {
              .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.break-svg {
                padding-right: 3px;
                margin-top: -35px; } }
            .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.break-svg svg {
              width: 280px;
              height: 92px; }
              @media (max-width: 1290px) {
                .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.break-svg svg {
                  width: 279px;
                  height: 92px; } }
              @media (max-width: 767px) {
                .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .svg-img.break-svg svg {
                  width: 193px;
                  height: 64px; } }
        .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .heroBanner-spring-title {
          font-family: "Agency FB";
          font-weight: 700;
          font-size: 32px;
          color: #fff;
          text-align: center;
          text-transform: uppercase;
          margin: 4px 0 0;
          letter-spacing: normal;
          padding-right: 4px; }
          @media (max-width: 767px) {
            .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .heroBanner-spring-title {
              font-size: 22px; } }
          @media (max-width: 350px) {
            .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .heroBanner-spring-title {
              font-size: 18px; } }
          .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .heroBanner-spring-title span {
            letter-spacing: 16px;
            display: inline-block; }
            @media (max-width: 767px) {
              .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .heroBanner-spring-title span {
                letter-spacing: 11px; } }
        .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .heroBanner-spring-description {
          color: #fff;
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 22px;
          line-height: 30px;
          text-align: center;
          margin: 20px 0 0; }
          @media (max-width: 767px) {
            .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-desc .heroBanner-spring-description {
              font-size: 16px;
              line-height: 21px;
              margin-top: 11px; } }
      .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-btn {
        width: 100%;
        max-width: 267px;
        position: absolute;
        bottom: -34px;
        left: 50%;
        transform: translateX(-50%);
        font-family: "Bebas Neue Bold";
        font-weight: 700;
        border: 6px solid #000;
        color: #000;
        background: #FFC400;
        padding: 17px 10px 9px;
        font-size: 33px;
        line-height: 33px;
        letter-spacing: normal;
        transition: 0.3s ease-in-out;
        text-align: center; }
        @media (max-width: 1023px) {
          .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-btn {
            bottom: -32px; } }
        @media (max-width: 767px) {
          .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-btn {
            bottom: -22px;
            padding: 12px 19px 8px 10px;
            font-size: 21px;
            line-height: 21px;
            max-width: 188px; } }
        .home-hero-banner .heroBanner-slide .wrapper .heroBanner-spring-content .heroBanner-spring-btn:hover {
          background: #fff; }

[data-layout-name="feature-product-layout"] {
  max-width: 1366px;
  margin: 30px auto 60px !important;
  width: 100%; }
  @media (max-width: 1365px) {
    [data-layout-name="feature-product-layout"] {
      max-width: 1250px;
      margin: 0 auto;
      width: 95%; } }
  [data-layout-name="feature-product-layout"] [data-sub-layout] [data-widget-id] [data-test-id="product-widget-image"] > div {
    margin: 0 0 30px !important; }
    @media screen and (max-width: 1279px) {
      [data-layout-name="feature-product-layout"] [data-sub-layout] [data-widget-id] [data-test-id="product-widget-image"] > div {
        margin: 0 0 20px !important; } }
    @media screen and (max-width: 767px) {
      [data-layout-name="feature-product-layout"] [data-sub-layout] [data-widget-id] [data-test-id="product-widget-image"] > div {
        margin: 0 0 10px !important; } }

.top-banner {
  background: #323657; }
  .top-banner .top-banner-link svg {
    top: -1px; }
  @media screen and (max-width: 1023px) {
    .top-banner .top-banner-link {
      font-size: 11px;
      line-height: 13px;
      padding: 7px 0 6px; }
      .top-banner .top-banner-link svg {
        width: 12px;
        height: 12px;
        position: relative; } }
  @media screen and (max-width: 365px) {
    .top-banner .top-banner-link {
      font-size: 10px;
      line-height: 12px; } }
  @media screen and (max-width: 767px) {
    .top-banner .top-banner-link .mob-text {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .top-banner .top-banner-link .top-banner-holiday {
      font-size: 12px;
      line-height: 13px; } }
  @media screen and (max-width: 365px) {
    .top-banner .top-banner-link .top-banner-holiday {
      font-size: 10px;
      line-height: 12px; } }
  @media screen and (max-width: 1023px) {
    .top-banner .top-banner-link .top-banner-holiday .top-banner-hub {
      font-size: 12px;
      line-height: 13px;
      padding: 3px; } }
  @media screen and (max-width: 365px) {
    .top-banner .top-banner-link .top-banner-holiday .top-banner-hub {
      font-size: 10px;
      line-height: 12px; } }
  .top-banner .top-banner-link:hover {
    background: #882528; }

.spring-break-banner-image {
  position: relative; }
  .spring-break-banner-image:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    height: 100%;
    max-height: 222px;
    background: white;
    background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%); }
    @media (max-width: 1279px) {
      .spring-break-banner-image:before {
        max-height: 167px; } }
    @media (max-width: 1023px) {
      .spring-break-banner-image:before {
        max-height: 155px; } }

.spring-break-banner-catpion {
  top: 120px; }
  @media (max-width: 1290px) {
    .spring-break-banner-catpion {
      top: 60px; } }
  @media (max-width: 1279px) {
    .spring-break-banner-catpion {
      top: 78px; } }
  @media (max-width: 1023px) {
    .spring-break-banner-catpion {
      top: 100px; } }
  @media (max-width: 767px) {
    .spring-break-banner-catpion {
      top: 0px; } }

.spring-break-banner-catpion .banner-content .banner-desc .banner-title {
  color: #00FFD8;
  line-height: 40px;
  margin-top: 18px; }

@media (max-width: 1023px) {
  .spring-break-banner-catpion .banner-content {
    border-width: 5px; } }

@media screen and (max-width: 365px) {
  .spring-break-banner-catpion .banner-content {
    width: 96%; } }

.spring-break-banner-catpion .banner-content .banner-desc {
  padding-bottom: 66px; }

.spring-break-banner-catpion .banner-content .banner-desc .banner-text {
  margin-top: 35px; }

.svg-summer {
  text-align: center;
  line-height: 0; }
  .svg-summer svg {
    max-width: 527px; }
    @media (max-width: 1290px) {
      .svg-summer svg {
        max-width: 427px;
        max-height: 74px; } }
    @media (max-width: 1279px) {
      .svg-summer svg {
        max-width: 382px;
        max-height: 67px; } }
    @media (max-width: 1023px) {
      .svg-summer svg {
        max-width: 286px;
        max-height: 50px; } }
    @media screen and (max-width: 365px) {
      .svg-summer svg {
        max-width: 100%; } }

@media (max-width: 1279px) {
  .spring-break-banner-catpion .banner-content .banner-desc .banner-title {
    margin-top: 14px; } }

@media (max-width: 1023px) {
  .spring-break-banner-catpion .banner-content .banner-desc .banner-title {
    line-height: 25px; } }

@media (max-width: 1279px) {
  .spring-break-banner-catpion .banner-content .banner-desc .banner-text {
    margin-top: 25px; } }

@media (max-width: 1023px) {
  .spring-break-banner-catpion .banner-content .banner-desc .banner-text {
    margin-top: 22px; } }

@media (max-width: 1279px) {
  .spring-break-banner-catpion .banner-content .banner-desc {
    padding-bottom: 45px; } }

@media (max-width: 1023px) {
  .spring-break-banner-catpion .banner-content .banner-desc {
    padding-bottom: 40px; } }

@media (max-width: 1279px) {
  .spring-break-banner-catpion .banner-content .banner-btn {
    border-width: 4px;
    padding: 9px 19px 5px; } }

@media (max-width: 1023px) {
  .spring-break-banner-catpion .banner-content .banner-btn {
    bottom: -18px; } }

.heroBanner.desktop-only {
  padding: 61px 0 35px; }
  @media screen and (max-width: 1279px) {
    .heroBanner.desktop-only {
      padding: 41px 0 55px;
      background-position: left; } }

@media screen and (max-width: 1023px) {
  .heroBanner.tablet-only {
    padding-top: calc(50% - 52px); } }

.heroBanner.mobile-only {
  background-position: top; }
  @media screen and (max-width: 767px) {
    .heroBanner.mobile-only {
      padding-top: calc(39% - 72px); } }
  @media screen and (max-width: 640px) {
    .heroBanner.mobile-only {
      padding-top: calc(79% - 72px); } }

@media screen and (max-width: 1023px) {
  .heroBanner .heroBanner-slide .wrapper {
    padding-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .heroBanner .heroBanner-slide .wrapper {
    padding-bottom: 20px; } }

.heroBanner .heroBanner-slide .wrapper .heroBanner-content {
  max-width: 725px;
  width: 100%; }
  @media screen and (max-width: 1023px) {
    .heroBanner .heroBanner-slide .wrapper .heroBanner-content {
      max-width: 654px;
      margin: auto; } }
  @media screen and (max-width: 767px) {
    .heroBanner .heroBanner-slide .wrapper .heroBanner-content {
      padding: 0 18px; } }
  .heroBanner .heroBanner-slide .wrapper .heroBanner-content h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 12px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0; }
    @media screen and (max-width: 767px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content h3 {
        font-size: 18px;
        line-height: 22px;
        margin: 0 0 6px; } }
    @media screen and (max-width: 360px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content h3 {
        font-size: 16px;
        line-height: 20px; } }
    .heroBanner .heroBanner-slide .wrapper .heroBanner-content h3 strong {
      font-weight: 900; }
  .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-title {
    padding-left: 0 !important;
    letter-spacing: 0; }
    @media screen and (max-width: 1023px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-title {
        font-size: 58px;
        line-height: 60px; } }
    @media screen and (max-width: 767px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-title {
        padding: 0;
        border: none;
        font-size: 30px;
        line-height: 34px;
        text-align: center; } }
    @media screen and (max-width: 360px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-title {
        font-size: 24px;
        line-height: 30px; } }
    .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-title span {
      font-weight: 600; }
  .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
    max-width: 470px;
    padding: 25px 0 35px; }
    @media screen and (max-width: 1023px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
        max-width: 100%;
        padding: 25px 0 25px; }
        .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description:before {
          display: none; } }
    @media screen and (max-width: 767px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
        font-size: 20px;
        line-height: 25px;
        padding: 10px 0 16px; }
        .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description .mob-hide {
          display: none; } }
    @media screen and (max-width: 360px) {
      .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
        font-size: 18px;
        line-height: 23px; } }

.navPage-subMenu.apparel-mega-menu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-2 {
  background: none;
  background-image: url("https://cdn11.bigcommerce.com/s-ls3dz8i9hj/images/stencil/original/image-manager/mmimg-apparel-2025-06-01.jpg?t=1749468609");
  background-size: cover;
  margin-right: -1px; }
  .navPage-subMenu.apparel-mega-menu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-2 .menu-banner-bg-img {
    background: none; }
    .navPage-subMenu.apparel-mega-menu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-2 .menu-banner-bg-img .menu-banner-caption {
      background-image: none !important; }

.merch-mega-menu .mega-menu-banner.style-2 .mega-menu-banner-link {
  height: 100%;
  display: inline-block;
  width: 100%; }
  .merch-mega-menu .mega-menu-banner.style-2 .mega-menu-banner-link .inner-image {
    height: 100%; }
    .merch-mega-menu .mega-menu-banner.style-2 .mega-menu-banner-link .inner-image img {
      object-position: top;
      height: 100%;
      object-fit: cover; }

.Airguns .mega-menu-banner .mega-menu-banner-link {
  height: 100%;
  display: inline-block;
  width: 100%; }
  .Airguns .mega-menu-banner .mega-menu-banner-link .inner-image {
    height: 100%; }
    .Airguns .mega-menu-banner .mega-menu-banner-link .inner-image img {
      object-position: top;
      height: 100%;
      object-fit: cover; }

.navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .inner-image img {
  object-fit: cover; }

.Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner {
  max-width: 305px; }
  .Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption {
    padding-left: 0; }
    .Airguns .navPage-subMenu.style-4 .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption .menu-banner-caption-inr {
      background: none; }

.navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-2 .menu-banner-caption h2 {
  text-shadow: 3px 3px 10px #000000BA; }

.navPages-container h1, .navPages-container h2, .navPages-container h3, .navPages-container h4, .navPages-container h5, .navPages-container h6 {
  letter-spacing: 0; }

@media screen and (min-width: 1366px) {
  body .navPage-subMenu.style-3 .navPage-subMenu-list .megamenu-section .megamenu-list-accessories {
    margin-top: 17px; } }

.navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .inner-image img,
.navPage-subMenu .navPage-subMenu-list .megamenu-section .megamenu-list-accessories .navPage-subMenu-list .model-list li .subcategory-link .subcategory-image img {
  transition: transform 250ms linear 0s; }

.Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner {
  display: flex;
  justify-content: flex-end; }
  .Firearms .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption {
    max-width: 370px; }

@media (max-width: 1240px) {
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption h2 {
    font-size: 30px !important;
    line-height: 36px !important; } }

@media (max-width: 1240px) {
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption h4 {
    font-size: 16px; } }

@media (max-width: 1240px) {
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption p br {
    display: none; } }

@media (max-width: 1240px) {
  .navPage-subMenu.holsters-menu .navPage-subMenu-list .megamenu-section .mega-menu-banner.style-2 {
    flex: 27% 0 0;
    max-width: 27%; } }

@media (max-width: 1240px) {
  .navPage-subMenu .navPage-subMenu-list .megamenu-section .mega-menu-banner .menu-banner-caption br {
    display: block; } }

/* product page */
.product--custom .product-middle-section.review-section {
  background-color: #fff;
  margin-top: 20px; }
  .product--custom .product-middle-section.review-section .productView-description .product-descriptions .p-accord-block .p-accord-content .productReviews .productReviews-list .productReview {
    width: 80%; }
    @media screen and (max-width: 767px) {
      .product--custom .product-middle-section.review-section .productView-description .product-descriptions .p-accord-block .p-accord-content .productReviews .productReviews-list .productReview {
        width: 100%; } }

.acsb-trigger.acsb-trigger.acsb-ready {
  display: none !important; }

a.accessibility img {
  width: 20px;
  height: 20px;
  object-fit: contain; }

@media screen and (max-width: 500px) {
  body .product-descrip-detail.description-section-5 .product-descrip .life-style-headline .life-style-left img {
    height: auto; } }

@media (max-width: 550px) {
  .product-template .product-middle-section .product-descriptions .tab-description .container {
    overflow: scroll;
    max-width: 100%; } }

/* Site Wide Marketing Banner */
body.default--custom .body.sitewidebanner-main-body, body.default--custom .body.sitewidebanner-main-body, body.product--custom .body.sitewidebanner-main-body, body.category--custom .body.sitewidebanner-main-body {
  padding-top: 0; }

.sitewide-discount-banner-text {
  margin-top: 85px;
  background-size: cover;
  background-position: center; }

.sitewide-discount-banner-text .sitewide-primary-discount-banner-text {
  margin: 0;
  padding: 10px 10px;
  text-align: center;
  color: #fff;
  padding-top: 15px; }

.sitewide-discount-banner-text .sitewide-primary-discount-banner-text .sitewide-see-details {
  color: #fff;
  font-size: 12px;
  text-decoration: underline; }

.sitewide-discount-banner-text .sitewide-primary-discount-banner-text span {
  padding-left: 5px;
  padding-right: 10px;
  font-size: 13px; }

@media (max-width: 1023px) {
  .sitewide-discount-banner-text {
    margin-top: 60px; }
  .sitewide-discount-banner-text .sitewide-primary-discount-banner-text {
    padding: 10px; } }

body .sitewide-discount-banner-text .sitewide-primary-discount-banner-text {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; }

body .sitewide-discount-banner-text .sitewide-primary-discount-banner-text span {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif; }

body .sitewide-discount-banner-text .sitewide-primary-discount-banner-text .sitewide-see-details {
  font-size: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding-left: 2px; }

body .sitewide-discount-banner-text .sitewide-primary-discount-banner-text b {
  font-weight: 400;
  padding-left: 5px;
  font-size: 10px; }

@media (max-width: 991px) {
  body .sitewide-discount-banner-text .sitewide-primary-discount-banner-text span {
    display: block; }
  body .sitewide-discount-banner-text .sitewide-primary-discount-banner-text {
    padding: 10px 25px; } }

@media (max-width: 767px) {
  body .sitewide-discount-banner-text .sitewide-primary-discount-banner-text {
    line-height: 24px; } }

@media (max-width: 500px) {
  body .sitewide-discount-banner-text .sitewide-primary-discount-banner-text b {
    display: block; } }

.home-body [data-sub-layout="8aafdf9f-a413-4780-b4e6-d798968a70e3"] {
  padding: 0; }

/* Site Wide Marketing Banner */
/* UX audit   Site Wide Banner */
body .site-header .navigation-menu .shipping-notes h5 {
  font-size: 16px;
  letter-spacing: 0;
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 1024px) {
  body .site-header .navigation-menu {
    padding: 8px 0 0 0; }
  body .site-header .navigation-menu .navPages-container .navPages .navPages-list .navPages-item .navPages-action {
    padding: 10px 7px 10px 7px; } }

@media (max-width: 991px) {
  body .site-header .navigation-menu .shipping-notes h5 {
    padding-left: 0;
    padding-right: 0; } }

/* UX audit   Site Wide Banner */
/* UX audit social media Instagram */
body .eapps-instagram-feed-posts-view {
  margin: auto;
  width: calc(100% - 276px); }

body .eapps-instagram-feed-title {
  font: bold 36px "Bebas Neue";
  line-height: 50px;
  position: relative; }

body .eapps-instagram-feed-title a {
  font: 24px "Bebas Neue";
  line-height: 50px;
  position: relative; }

.eui-widget-title.es-widget-title.eapps-instagram-feed-title a {
  padding-left: 5px; }

@media (max-width: 767px) {
  body .eapps-instagram-feed-posts-view {
    margin: auto;
    width: calc(100% - 50px);
    flex-direction: column;
    gap: 20px; }
  .eapps-instagram-feed-posts-item-template-tile.eapps-instagram-feed-posts-item.es-post.eapps-instagram-feed-posts-item-type-image.eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-with-data.eapps-instagram-feed-posts-item-image-landscape.eapps-instagram-feed-posts-item-loaded {
    width: 100% !important; }
  .eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-inner {
    row-gap: 20px; } }

@media screen and (min-width: 768px) and (max-width: 968px) {
  .eapps-instagram-feed-posts-item-template-tile.eapps-instagram-feed-posts-item.es-post.eapps-instagram-feed-posts-item-type-image.eapps-instagram-feed-posts-item-visible.eapps-instagram-feed-posts-item-with-data.eapps-instagram-feed-posts-item-image-landscape.eapps-instagram-feed-posts-item-loaded {
    width: calc(33.3333% - 10px) !important;
    margin: 5px !important; } }

/* Arun */
body .eapps-instagram-feed-title a::before {
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27px' height='27px' viewBox='0 0 27 27' version='1.1'%3E%3Cg id='surface1'%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill:rgb(0%25 0%25 0%25)%3Bfill-opacity:1%3B' d='M 2.582031 2.382812 C 0.199219 4.664062 0 5.558594 0 13.402344 C 0 21.144531 0.199219 22.136719 2.480469 24.320312 C 4.664062 26.601562 5.65625 26.800781 13.203125 26.800781 C 25.410156 26.800781 26.304688 25.90625 26.304688 13.5 C 26.304688 1.09375 25.808594 0.59375 13.898438 0.199219 C 5.558594 -0.199219 4.964844 -0.0976562 2.582031 2.382812 Z M 22.632812 4.167969 C 24.21875 5.757812 24.21875 21.042969 22.632812 22.632812 C 21.9375 23.328125 18.265625 23.824219 13.300781 23.824219 C 3.175781 23.824219 2.480469 23.128906 2.480469 13.402344 C 2.480469 3.671875 3.175781 2.976562 13.300781 2.976562 C 18.265625 2.976562 21.9375 3.472656 22.632812 4.167969 Z M 22.632812 4.167969 '/%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill:rgb(0%25 0%25 0%25)%3Bfill-opacity:1%3B' d='M 18.859375 6.453125 C 18.859375 7.246094 19.554688 7.941406 20.347656 7.941406 C 21.144531 7.941406 21.839844 7.246094 21.839844 6.453125 C 21.839844 5.65625 21.144531 4.964844 20.347656 4.964844 C 19.554688 4.964844 18.859375 5.65625 18.859375 6.453125 Z M 18.859375 6.453125 '/%3E%3Cpath style=' stroke:none%3Bfill-rule:nonzero%3Bfill:rgb(0%25 0%25 0%25)%3Bfill-opacity:1%3B' d='M 9.332031 7.742188 C 8.734375 8.140625 7.644531 9.53125 7.046875 10.71875 C 4.566406 15.484375 9.332031 21.042969 14.890625 19.953125 C 19.65625 19.058594 21.640625 11.8125 18.066406 8.636719 C 16.179688 6.949219 11.316406 6.453125 9.332031 7.742188 Z M 16.28125 10.523438 C 17.171875 11.316406 17.867188 12.707031 17.867188 13.402344 C 17.867188 15.285156 15.089844 17.867188 13.003906 17.867188 C 9.132812 17.867188 7.34375 11.910156 10.71875 10.027344 C 13.101562 8.535156 14.492188 8.734375 16.28125 10.523438 Z M 16.28125 10.523438 '/%3E%3C/g%3E%3C/svg%3E");
  width: 28px;
  height: 28px;
  left: -160px;
  top: -5px;
  background-repeat: no-repeat; }
  @media (max-width: 992px) {
    body .eapps-instagram-feed-title a::before {
      left: -175px;
      top: -10px; } }
  @media (max-width: 640px) {
    body .eapps-instagram-feed-title a::before {
      left: -175px;
      top: -10px; } }

@media (max-width: 374px) {
  .eapps-instagram-feed-title {
    font-size: 24px !important;
    font-weight: 600;
    text-align: center;
    line-height: 32px;
    padding: 24px 30px !important; }
  body .eapps-instagram-feed-title a::before {
    left: -8.5rem;
    top: 0px; } }

@media screen and (min-width: 375px) and (max-width: 425px) {
  body .eapps-instagram-feed-title {
    margin-left: 28px; } }

#eapps-instagram-feed-1 {
  overflow: hidden; }

@media screen and (min-width: 768px) and (max-width: 769px) {
  #eapps-instagram-feed-1 .eapps-instagram-feed-posts-item {
    width: calc(33.3333% - 10px) !important;
    margin: 5px !important; } }

/* UX audit social media Instagram */
/*  UX audit PDP price alignment */
.product-body .product-template .productView .productView-details.product-options .productView-options .productView-price .price-section > span.msrp, .product-template .productView .productView-details.product-options .productView-options .productView-price .price-section > span.was {
  display: block !important;
  color: #969696;
  font-size: 14px;
  text-align: left;
  font-family: Bebas Neue;
  font-weight: bold;
  line-height: 15px; }

.product-body .product-template .productView .productView-details.product-options .productView-options .productView-price {
  align-items: end !important; }

.product-body .product-template .productView .productView-details.product-options .productView-options .productView-price.price-range-class {
  align-items: center !important; }

.product-body .productView-price.price-range-class span.price.price--withoutTax {
  margin-bottom: 3.2rem; }

.product-body .productView-price.price-range-class .price-section.price-section--saving.price {
  margin-bottom: 2.6rem; }

.product-body span.price.price--withoutTax {
  margin-bottom: 5px; }

body.category--custom.cart-body.categor-body .msrp-was {
  display: inline-block; }

/*  UX audit PDP price alignment */
.description-section-area.spec-enabled.right-section-enabled.template-section-1 {
  display: flex;
  column-gap: 55px; }
  @media (max-width: 1200px) {
    .description-section-area.spec-enabled.right-section-enabled.template-section-1 {
      column-gap: 14px; } }
  @media (max-width: 1023px) {
    .description-section-area.spec-enabled.right-section-enabled.template-section-1 {
      flex-direction: column; } }

.template-section-1.right-section-enabled.template-section-1 > .left-section {
  flex-basis: 575px; }
  @media (max-width: 1200px) {
    .template-section-1.right-section-enabled.template-section-1 > .left-section {
      flex-basis: 500px; } }
  @media (max-width: 1023px) {
    .template-section-1.right-section-enabled.template-section-1 > .left-section {
      flex-basis: auto; } }

.template-section-1.right-section-enabled.template-section-1 > .right-section {
  flex-basis: 486px; }
  @media (max-width: 1200px) {
    .template-section-1.right-section-enabled.template-section-1 > .right-section {
      flex-basis: 486px; } }
  @media (max-width: 1023px) {
    .template-section-1.right-section-enabled.template-section-1 > .right-section {
      flex-basis: auto;
      margin-bottom: 18px; } }

body.product--custom .description-section-area.right-section-enabled.template-section-1 .pdp-spec-section.template-1 .pdp-spec-table {
  width: 100%;
  border: 0px; }
  @media (max-width: 1023px) {
    body.product--custom .description-section-area.right-section-enabled.template-section-1 .pdp-spec-section.template-1 .pdp-spec-table {
      width: 63.5%; } }
  @media (max-width: 767px) {
    body.product--custom .description-section-area.right-section-enabled.template-section-1 .pdp-spec-section.template-1 .pdp-spec-table {
      width: 90%; } }

.product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-1 .tab-description {
  padding: 0 15px; }
  @media (min-width: 1150px) and (max-width: 2560px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-1 .tab-description .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .tab-description {
      padding: 0 15px; } }
  @media (min-width: 1024px) and (max-width: 1149px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-1 .tab-description {
      padding: 0px 25px; } }
  @media (max-width: 1023px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-1 .tab-description {
      padding: 0 35px; } }
  @media (max-width: 767px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-1 .tab-description {
      padding: 0 20px; } }
  .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-1 .tab-description ul {
    margin-top: 30px; }

.product-template .product-top-section + .product-middle-section .p-accord-title {
  margin-bottom: 20px !important; }

.pdp-spec-section.right-section.template-1 .pdp-spec-table tr:nth-child(odd) {
  background-color: #fff; }

.pdp-spec-section.right-section.template-1 .pdp-spec-table tr:nth-child(even) {
  background-color: #EBEBEB; }

.description-section-area.spec-enabled.right-section-enabled.template-section-2 {
  display: flex;
  column-gap: 65px; }
  @media (max-width: 1200px) {
    .description-section-area.spec-enabled.right-section-enabled.template-section-2 {
      column-gap: 40px; } }
  @media (max-width: 1023px) {
    .description-section-area.spec-enabled.right-section-enabled.template-section-2 {
      flex-direction: column; } }

.right-section-enabled.template-section-2 > .left-section {
  flex-basis: 740px;
  margin-bottom: 40px; }
  @media (max-width: 1200px) {
    .right-section-enabled.template-section-2 > .left-section {
      flex-basis: 650px; } }
  @media (max-width: 1023px) {
    .right-section-enabled.template-section-2 > .left-section {
      flex-basis: auto;
      margin-bottom: 30px; } }
  .right-section-enabled.template-section-2 > .left-section ul {
    margin-top: 30px; }

.right-section-enabled.template-section-2 > .right-section {
  flex-basis: 308px;
  margin-bottom: 40px; }
  @media (max-width: 1200px) {
    .right-section-enabled.template-section-2 > .right-section {
      flex-basis: 308px; } }
  @media (max-width: 1023px) {
    .right-section-enabled.template-section-2 > .right-section {
      flex-basis: auto;
      margin-bottom: 40px; } }
  .right-section-enabled.template-section-2 > .right-section table tbody th,
  .right-section-enabled.template-section-2 > .right-section table tbody td {
    border-bottom: 0px !important;
    padding: 5px 20px !important; }

body.product--custom .description-section-area.right-section-enabled.template-section-2 .pdp-spec-section.template-2 .pdp-spec-table {
  width: 100%; }
  @media (max-width: 1023px) {
    body.product--custom .description-section-area.right-section-enabled.template-section-2 .pdp-spec-section.template-2 .pdp-spec-table {
      width: 40.5%; } }
  @media (max-width: 767px) {
    body.product--custom .description-section-area.right-section-enabled.template-section-2 .pdp-spec-section.template-2 .pdp-spec-table {
      width: 308px; } }

.product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-2 .tab-description {
  padding: 0 15px;
  font-size: 14px; }
  @media (min-width: 1150px) and (max-width: 2560px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-2 .tab-description .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .tab-description {
      padding: 0 15px; } }
  @media (min-width: 1024px) and (max-width: 1149px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-2 .tab-description {
      padding: 0px 25px; } }
  @media (max-width: 1023px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-2 .tab-description {
      padding: 0 35px; } }
  @media (max-width: 767px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-2 .tab-description {
      padding: 0 20px; } }
  .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-2 .tab-description ul li {
    font-size: 14px; }

.product-template .product-top-section + .product-middle-section .p-accord-title {
  margin-bottom: 20px !important; }

.pdp-spec-section.right-section.template-2 .pdp-spec-table tr:nth-child(odd) {
  background-color: #EBEBEB; }

.pdp-spec-section.right-section.template-2 .pdp-spec-table tr:nth-child(even) {
  background-color: #fff; }

.description-section-area.spec-enabled.right-section-enabled.template-section-3 .main-heading {
  font: normal bold 16px/19px 'Montserrat', sans-serif;
  margin-bottom: 10px;
  text-align: center; }

.description-section-area.spec-enabled.right-section-enabled {
  display: flex; }

.description-section-area.spec-enabled.right-section-enabled.template-section-3 {
  display: flex;
  column-gap: 35px; }
  @media (max-width: 1200px) {
    .description-section-area.spec-enabled.right-section-enabled.template-section-3 {
      column-gap: 5px; } }
  @media (max-width: 1023px) {
    .description-section-area.spec-enabled.right-section-enabled.template-section-3 {
      flex-direction: column; } }

.right-section-enabled.template-section-3 > .left-section {
  flex-basis: 550px;
  margin-bottom: 40px; }
  @media (max-width: 1200px) {
    .right-section-enabled.template-section-3 > .left-section {
      flex-basis: 465px; } }
  @media (max-width: 1023px) {
    .right-section-enabled.template-section-3 > .left-section {
      flex-basis: auto;
      margin-bottom: 30px; } }

.right-section-enabled.template-section-3 > .right-section {
  flex-basis: 530px;
  margin-bottom: 40px; }
  @media (max-width: 1200px) {
    .right-section-enabled.template-section-3 > .right-section {
      flex-basis: 530px; } }
  @media (max-width: 1023px) {
    .right-section-enabled.template-section-3 > .right-section {
      flex-basis: auto;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .right-section-enabled.template-section-3 > .right-section {
      padding: 0px 20px; } }
  .right-section-enabled.template-section-3 > .right-section table tbody th,
  .right-section-enabled.template-section-3 > .right-section table tbody td {
    border-bottom: 0px !important; }

body.product--custom .description-section-area.right-section-enabled.template-section-3 .pdp-spec-section.template-3 .pdp-spec-table {
  width: 100%; }
  @media (max-width: 1023px) {
    body.product--custom .description-section-area.right-section-enabled.template-section-3 .pdp-spec-section.template-3 .pdp-spec-table {
      width: 69.5%; } }
  @media (max-width: 767px) {
    body.product--custom .description-section-area.right-section-enabled.template-section-3 .pdp-spec-section.template-3 .pdp-spec-table {
      width: 100%; } }

.product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-3 .tab-description {
  padding: 0 15px;
  font-size: 14px; }
  @media (min-width: 1150px) and (max-width: 2560px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-3 .tab-description .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .tab-description {
      padding: 0 15px; } }
  @media (min-width: 1024px) and (max-width: 1149px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-3 .tab-description {
      padding: 0px 25px; } }
  @media (max-width: 1023px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-3 .tab-description {
      padding: 0 35px; } }
  @media (max-width: 767px) {
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-3 .tab-description {
      padding: 0 20px; } }
  .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-3 .tab-description ul {
    margin-top: 30px; }
    .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-3 .tab-description ul li {
      font-size: 14px; }

.product-template .product-top-section + .product-middle-section .p-accord-title {
  margin-bottom: 20px !important; }

.pdp-spec-section.right-section.template-3 .pdp-spec-table tr:nth-child(odd) {
  background-color: #EBEBEB; }

.pdp-spec-section.right-section.template-3 .pdp-spec-table tr:nth-child(even) {
  background-color: #fff; }

.description-section-area.spec-enabled.center-section-enabled p.main-heading {
  font: normal bold 16px/19px 'Montserrat', sans-serif;
  text-align: center;
  color: #000; }

.description-section-area.spec-enabled.center-section-enabled > .left-section {
  margin-bottom: 30px; }

.description-section-area.spec-enabled.center-section-enabled > .right-section {
  margin-bottom: 30px; }

@media (min-width: 1150px) and (max-width: 2560px) {
  .product-template .product-top-section + .product-middle-section .product-wrapper .description-section-area.spec-enabled.center-section-enabled.template-section-2 .tab-description .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .tab-description {
    padding: 0 15px; } }

@media (min-width: 1024px) and (max-width: 1149px) {
  .product-template .product-top-section + .product-middle-section .product-wrapper .description-section-area.spec-enabled.center-section-enabled.template-section-2 .tab-description {
    padding: 0px 25px; } }

@media (max-width: 1023px) {
  .product-template .product-top-section + .product-middle-section .product-wrapper .description-section-area.spec-enabled.center-section-enabled.template-section-2 .tab-description {
    padding: 0 35px; } }

@media (max-width: 767px) {
  .product-template .product-top-section + .product-middle-section .product-wrapper .description-section-area.spec-enabled.center-section-enabled.template-section-2 .tab-description {
    padding: 0 20px; } }

@media (min-width: 1150px) and (max-width: 2560px) {
  .description-section-area.spec-enabled.center-section-enabled.left-section .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .tab-description {
    padding: 0 15px; } }

@media (min-width: 1024px) and (max-width: 1149px) {
  .description-section-area.spec-enabled.center-section-enabled.left-section {
    padding: 0px 25px; } }

@media (max-width: 1023px) {
  .description-section-area.spec-enabled.center-section-enabled.left-section {
    padding: 0 35px; } }

@media (max-width: 767px) {
  .description-section-area.spec-enabled.center-section-enabled.left-section {
    padding: 0 20px; } }

.description-section-area.spec-enabled.center-section-enabled .left-section > p {
  padding: 0px 15px; }
  @media (max-width: 1200px) {
    .description-section-area.spec-enabled.center-section-enabled .left-section > p {
      padding: 0px 25px; } }
  @media (max-width: 1023px) {
    .description-section-area.spec-enabled.center-section-enabled .left-section > p {
      padding: 0px 35px; } }
  @media (max-width: 767px) {
    .description-section-area.spec-enabled.center-section-enabled .left-section > p {
      padding: 0px 20px; } }

.description-section-area.spec-enabled.center-section-enabled.right-section {
  margin: 0px 20px; }

.description-section-area p.main-heading {
  font: normal bold 16px/19px 'Montserrat', sans-serif;
  margin-bottom: 10px;
  text-align: center; }

@media (min-width: 1024px) and (max-width: 1130px) {
  .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .description-section-area.spec-enabled.center-section-enabled.template-section-1 .tab-description {
    padding: 0px 25px; } }

body.product--custom .description-section-area .pdp-spec-table tbody th {
  font: normal bold 14px/18px 'Montserrat', sans-serif;
  border-bottom: 1px solid #C9C9C9;
  border-right: 1px solid #C9C9C9;
  border-left: 0px;
  padding: 5px; }

body.product--custom .description-section-area .pdp-spec-table tbody td {
  font: normal normal 14px/18px 'Montserrat', sans-serif;
  padding: 5px;
  padding-left: 20px;
  border-bottom: 1px solid #C9C9C9;
  border-right: 0px solid #C9C9C9;
  border-left: 1px solid #C9C9C9; }

.product-middle-section .productView-description .product-descriptions .p-accord-block .p-accord-content p.main-heading {
  font: normal bold 16px/19px 'Montserrat', sans-serif; }

@media (max-width: 767px) {
  body.product--custom .description-section-area .pdp-spec-section.template-3 {
    overflow: hidden; }
  body.product--custom .description-section-area .pdp-spec-section.template-3 .pdp-spec-table {
    width: 100%; }
  .description-section-area.spec-enabled.center-section-enabled.template-section-3 {
    padding: 0px 20px; }
  body.product--custom .description-section-area .pdp-spec-section.template-3 #prev-arrow {
    left: 0rem;
    top: 49.5%; }
  body.product--custom .description-section-area .pdp-spec-section.template-3 #next-arrow {
    right: 0rem;
    top: 49%; } }

.product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-1 .tab-description {
  font-size: 14px; }
  .product-template .product-top-section + .product-middle-section .product-wrapper .productView-description .right-section-enabled.template-section-1 .tab-description ul li {
    font-size: 14px; }

body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-1 table {
  width: 486px;
  border: 0px; }
  @media (max-width: 767px) {
    body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-1 table {
      width: 90%; } }

body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-2 table {
  width: 308px; }
  @media (max-width: 767px) {
    body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-2 table {
      width: 308px; } }

body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table {
  width: 530px; }
  @media (max-width: 767px) {
    body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table {
      width: 100%;
      overflow: scroll;
      display: block; } }
  body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody th,
  body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody td {
    border-bottom: 0px;
    padding: 5px 10px; }

.template-section-1.right-section-enabled.template-section-1 > .right-section table tbody tr:last-child th {
  border-bottom: 0px; }

.template-section-1.right-section-enabled.template-section-1 > .right-section table tbody th {
  padding-right: 20px; }
  @media (max-width: 767px) {
    .template-section-1.right-section-enabled.template-section-1 > .right-section table tbody th {
      width: 40%; } }

.template-section-1.right-section-enabled.template-section-1 > .right-section table tbody tr:last-child td {
  border-bottom: 0px; }

body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-1 table tbody tr:nth-child(odd) {
  background-color: #fff !important; }

body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-1 table tbody tr:nth-child(even) {
  background-color: #EBEBEB !important; }

body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-1 table tbody tr:last-child th,
body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-1 table tbody tr:last-child td {
  border-bottom: 0px; }

@media (max-width: 767px) {
  body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-1 table tbody tr th {
    width: 40%; } }

body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-2 table tbody tr th {
  padding: 5px 20px; }

body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-2 table tbody tr td {
  padding: 5px 20px; }

@media (max-width: 767px) {
  body.product--custom .description-section-area.right-section-enabled.template-section-3 .pdp-spec-section.template-3 .pdp-spec-table {
    overflow: scroll;
    display: block; } }

body.product--custom .description-section-area.right-section-enabled.template-section-3 .pdp-spec-section.template-3 .pdp-spec-table tbody tr th,
body.product--custom .description-section-area.right-section-enabled.template-section-3 .pdp-spec-section.template-3 .pdp-spec-table tbody tr td {
  padding: 5px 10px; }
  @media (max-width: 767px) {
    body.product--custom .description-section-area.right-section-enabled.template-section-3 .pdp-spec-section.template-3 .pdp-spec-table tbody tr th,
    body.product--custom .description-section-area.right-section-enabled.template-section-3 .pdp-spec-section.template-3 .pdp-spec-table tbody tr td {
      min-width: 140px; } }

@media (min-width: 768px) {
  body.product--custom .description-section-area #next-arrow {
    display: none !important; } }

@media (max-width: 767px) and (max-width: 767px) {
  body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody th,
  body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody td {
    min-width: 140px; } }

@media (max-width: 767px) {
  .description-section-area.spec-enabled.right-section-enabled.template-section-3 .pdp-spec-table.right-enabled::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(243, 243, 243, 0) 0, rgba(243, 243, 243, 0.4) 50%, #F3F3F3 100%);
    height: 100%;
    width: 92px;
    right: 0px; }
  .description-section-area.spec-enabled.right-section-enabled.template-section-3 .pdp-spec-table.left-enabled::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #f3f3f3 0, rgba(243, 243, 243, 0.4) 50%, rgba(243, 243, 243, 0) 100%);
    height: 100%;
    width: 92px;
    left: 0px; }
  body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody th,
  body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody td {
    border-bottom: 1px; } }
  @media (max-width: 767px) and (max-width: 767px) {
    body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody th,
    body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody td {
      min-width: 140px; } }

@media (max-width: 767px) {
  .description-section-area.spec-enabled.center-section-enabled.template-section-3 .pdp-spec-table.right-enabled::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgba(243, 243, 243, 0) 0, rgba(243, 243, 243, 0.4) 50%, #F3F3F3 100%);
    height: 100%;
    width: 92px;
    right: 0px; }
  .description-section-area.spec-enabled.center-section-enabled.template-section-3 .pdp-spec-table.left-enabled::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, #f3f3f3 0, rgba(243, 243, 243, 0.4) 50%, rgba(243, 243, 243, 0) 100%);
    height: 100%;
    width: 92px;
    left: 0px; } }

@media (min-width: 1150px) and (max-width: 2560px) {
  .product-template .product-top-section + .product-middle-section .product-wrapper .description-section-area.spec-enabled.center-section-enabled.template-section-3 .tab-description {
    padding: 0 15px; } }

@media (min-width: 1024px) and (max-width: 1149px) {
  .product-template .product-top-section + .product-middle-section .product-wrapper .description-section-area.spec-enabled.center-section-enabled.template-section-3 .tab-description {
    padding: 0px 25px; } }

@media (max-width: 1023px) {
  .product-template .product-top-section + .product-middle-section .product-wrapper .description-section-area.spec-enabled.center-section-enabled.template-section-3 .tab-description {
    padding: 0 35px; } }

@media (max-width: 767px) {
  .product-template .product-top-section + .product-middle-section .product-wrapper .description-section-area.spec-enabled.center-section-enabled.template-section-3 .tab-description {
    padding: 0 0px; } }

body.product--custom .right-section-enabled.template-section-3 > .right-section table tbody th,
.right-section-enabled.template-section-3 > .right-section table tbody td {
  border-bottom: 1px solid #C9C9C9 !important; }

body.product--custom .description-section-area .pdp-spec-section.template-3 .pdp-spec-table thead th {
  padding: 5px 10px; }

body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody td, body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody th {
  border-top: 0px; }

body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody td, body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-3 table tbody th {
  border-top: 0px; }

body.product--custom .right-section-enabled.template-section-3 > .right-section table tbody td, body.product--custom .right-section-enabled.template-section-3 > .right-section table tbody th {
  border-bottom: 0px solid #C9C9C9 !important;
  border-top: 0px; }

.right-section-enabled.template-section-2 > .right-section table tbody td, .right-section-enabled.template-section-2 > .right-section table tbody th {
  border-top: 0px; }

body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-2 table tbody tr td, body.product--custom .description-section-area.spec-enabled.center-section-enabled.template-section-2 table tbody tr th {
  border-top: 0px;
  border-bottom: 0px; }

.account.account--fixed {
  width: 100%; }

.form-field[data-type="Phone"] .form-label {
  position: relative; }
  .form-field[data-type="Phone"] .form-label::after {
    position: absolute;
    content: " (Enter a minimum of 10 digits)";
    padding-left: 5px;
    color: #882528;
    font-size: 11px;
    font-weight: 600;
    text-transform: none;
    top: 50%;
    transform: translateY(-50%); }

/* Cart page free shipping css */
.cart-shipping {
  margin-top: 20px;
  position: relative;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 1365px) {
    .cart-shipping {
      padding: 16px 20px 12px; } }
  @media (max-width: 1023px) {
    .cart-shipping {
      margin-top: -10px; } }
  @media (max-width: 767px) {
    .cart-shipping {
      padding: 16px 10px 10px; } }
  .cart-shipping::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #DEC96F;
    opacity: 0.25;
    z-index: -1; }
  .cart-shipping .shp-lft {
    display: flex;
    align-items: center;
    width: calc(100% - 314px);
    justify-content: flex-start; }
    @media (max-width: 1365px) {
      .cart-shipping .shp-lft {
        width: 100%;
        justify-content: center; } }
    @media (max-width: 767px) {
      .cart-shipping .shp-lft {
        align-items: flex-start; } }
    .cart-shipping .shp-lft p {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      margin: 0;
      padding-left: 5px; }
      @media (max-width: 767px) {
        .cart-shipping .shp-lft p {
          max-width: 226px; } }
      .cart-shipping .shp-lft p .remain-price {
        color: #882528; }
    .cart-shipping .shp-lft a {
      color: #882528;
      font-size: 12px; }
      .cart-shipping .shp-lft a span {
        text-decoration: underline; }
  .cart-shipping .shp-rght {
    display: flex;
    align-items: center;
    width: 314px; }
    @media (max-width: 1365px) {
      .cart-shipping .shp-rght {
        margin-left: 0;
        margin-top: 10px; } }
    .cart-shipping .shp-rght .frm-price, .cart-shipping .shp-rght .to-price {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400; }
    .cart-shipping .shp-rght .frm-price {
      margin-right: 10px; }
    .cart-shipping .shp-rght .to-price {
      margin-left: 10px; }
    .cart-shipping .shp-rght #myProgress {
      position: relative;
      width: 100%;
      height: 14px;
      border-radius: 7px;
      background-color: #DEDEDE; }
    .cart-shipping .shp-rght #myBar {
      position: absolute;
      width: 0%;
      height: 100%;
      max-width: 100%;
      border-top-left-radius: 7px;
      border-bottom-left-radius: 7px;
      clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
      background-color: #DEC96F; }
    .cart-shipping .shp-rght #label {
      text-align: center;
      line-height: 0;
      color: white;
      opacity: 0; }
  .cart-shipping .shp-in-prgs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap; }
  .cart-shipping .cart-success-ship {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap; }
    .cart-shipping .cart-success-ship p {
      font-size: 14px;
      line-height: 18px;
      font-weight: 700;
      margin: 0;
      display: flex;
      align-items: center; }
      @media (max-width: 350px) {
        .cart-shipping .cart-success-ship p {
          font-size: 12px;
          line-height: 15px; } }
      .cart-shipping .cart-success-ship p svg {
        margin-right: 6px; }
    .cart-shipping .cart-success-ship .success-rght {
      width: 314px;
      margin-left: 39px;
      justify-content: center;
      display: flex;
      align-items: center; }
      @media (max-width: 1365px) {
        .cart-shipping .cart-success-ship .success-rght {
          margin-left: 0;
          margin-top: 10px;
          width: 100%; } }
      .cart-shipping .cart-success-ship .success-rght .prgs-success {
        background-color: #DEC96F;
        width: 100%;
        height: 14px;
        border-radius: 7px;
        max-width: 250px; }
      .cart-shipping .cart-success-ship .success-rght .frm-price, .cart-shipping .cart-success-ship .success-rght .to-price {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400; }
      .cart-shipping .cart-success-ship .success-rght .frm-price {
        margin-right: 10px; }
      .cart-shipping .cart-success-ship .success-rght .to-price {
        margin-left: 10px; }

/*Sitewide free ship banner starts*/
.shp-header .head-free-ship, .shp-header .head-prgs, .cart-header-ship .head-free-ship, .cart-header-ship .head-prgs {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 14px;
  padding-bottom: 4px;
  border-bottom: 1px solid #C9C9C9;
  max-width: 328px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .shp-header .head-free-ship, .shp-header .head-prgs, .cart-header-ship .head-free-ship, .cart-header-ship .head-prgs {
      max-width: 100%;
      border-top: 1px solid #C9C9C9;
      padding-bottom: 0;
      padding-top: 5px;
      border-bottom: none;
      font-size: 13px;
      line-height: 16px;
      margin: 10px 0 0 0; } }
  @media (max-width: 767px) {
    .shp-header .head-free-ship, .shp-header .head-prgs, .cart-header-ship .head-free-ship, .cart-header-ship .head-prgs {
      font-size: 12px;
      line-height: 15px; } }
  .shp-header .head-free-ship .head-ship, .shp-header .head-free-ship .prgs-ship, .shp-header .head-prgs .head-ship, .shp-header .head-prgs .prgs-ship, .cart-header-ship .head-free-ship .head-ship, .cart-header-ship .head-free-ship .prgs-ship, .cart-header-ship .head-prgs .head-ship, .cart-header-ship .head-prgs .prgs-ship {
    font-weight: 700;
    color: #882528; }

.shp-header h5, .cart-header-ship h5 {
  font-size: 11px !important;
  line-height: 14px !important;
  max-width: 328px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .shp-header h5, .cart-header-ship h5 {
      font-size: 12px;
      max-width: 100%;
      line-height: 15px; } }

.cart-header-ship {
  display: inline-block;
  width: 328px; }

.cart--custom .page-heading {
  margin-top: 20px; }
  @media (max-width: 1023px) {
    .cart--custom .page-heading {
      margin-top: 24px; } }

/*Sitewide free ship banner ends*/
.top-banner.holida-hub {
  text-align: center;
  padding: 0;
  background-color: #3A644D;
  display: flex;
  justify-content: center; }
  .top-banner.holida-hub .top-banner-link {
    background-color: #3A644D;
    padding: 6px 0;
    width: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 10px;
    font-style: normal; }
    @media screen and (min-width: 350px) {
      .top-banner.holida-hub .top-banner-link {
        font-size: 11px;
        padding: 8px 0; } }
    @media screen and (min-width: 1024px) {
      .top-banner.holida-hub .top-banner-link {
        font-size: 16px;
        line-height: 19px;
        padding: 7px 0 6px; } }
    .top-banner.holida-hub .top-banner-link:hover {
      background-color: #000; }
      .top-banner.holida-hub .top-banner-link:hover .top-banner-holiday {
        background-color: transparent; }
    .top-banner.holida-hub .top-banner-link .top-banner-svg {
      display: flex;
      align-items: center;
      margin-right: 4px; }
      @media (max-width: 1023px) {
        .top-banner.holida-hub .top-banner-link .top-banner-svg {
          margin-right: 3px; } }
      .top-banner.holida-hub .top-banner-link .top-banner-svg svg {
        width: 25px;
        height: 10px; }
        @media screen and (min-width: 1024px) {
          .top-banner.holida-hub .top-banner-link .top-banner-svg svg {
            width: 36px;
            height: 15px; } }
    .top-banner.holida-hub .top-banner-link .top-banner-holiday {
      padding: 0;
      margin-right: 3px;
      font-size: 13px;
      font-family: 'BioRhyme', serif;
      font-weight: 700; }
      @media screen and (min-width: 350px) {
        .top-banner.holida-hub .top-banner-link .top-banner-holiday {
          font-size: 14px;
          line-height: 14px; } }
      @media screen and (min-width: 1024px) {
        .top-banner.holida-hub .top-banner-link .top-banner-holiday {
          font-size: 22px;
          line-height: 22px; } }
    .top-banner.holida-hub .top-banner-link .top-banner-hub {
      font-family: "Montserrat", sans-serif;
      font-weight: 700;
      margin-right: 5px;
      font-weight: 900;
      font-size: 13px; }
      @media screen and (min-width: 350px) {
        .top-banner.holida-hub .top-banner-link .top-banner-hub {
          font-size: 14px;
          margin-right: 10px;
          line-height: 14px; } }
      @media screen and (min-width: 1024px) {
        .top-banner.holida-hub .top-banner-link .top-banner-hub {
          font-size: 22px;
          line-height: 27px;
          margin-right: 14px; } }

.holiday-hq-section .heroBanner.desktop-only {
  padding: 83px 0 68px; }
  @media (max-width: 1279px) {
    .holiday-hq-section .heroBanner.desktop-only {
      background-position: center; } }

@media (max-width: 1023px) {
  .holiday-hq-section .heroBanner.tablet-only {
    padding-top: 55%; } }

@media (max-width: 640px) {
  .holiday-hq-section .heroBanner.mobile-only {
    padding-top: 57%; } }

@media (max-width: 1023px) {
  .holiday-hq-section .heroBanner .heroBanner-slide .wrapper {
    padding: 0 0 40px; } }

@media (max-width: 767px) {
  .holiday-hq-section .heroBanner .heroBanner-slide .wrapper {
    padding: 0 0 20px; } }

@media (max-width: 1023px) {
  .holiday-hq-section .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-title br {
    display: none; } }

@media (max-width: 767px) {
  .holiday-hq-section .heroBanner .heroBanner-slide .wrapper .heroBanner-content {
    padding: 0 20px; } }

@media screen and (max-width: 767px) {
  .holiday-hq-section .heroBanner .heroBanner-slide .wrapper .heroBanner-content h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0; } }

@media (max-width: 767px) {
  .holiday-hq-section .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-title {
    font-size: 34px;
    line-height: 40px; } }

.holiday-hq-section .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
  max-width: 370px;
  padding: 5px 0 25px;
  border-width: 0;
  line-height: 30px; }
  @media (max-width: 1023px) {
    .holiday-hq-section .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
      margin: 0 0 25px;
      border-width: 1px;
      max-width: 520px;
      padding: 25px 0 32px; } }
  @media (max-width: 767px) {
    .holiday-hq-section .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description {
      font-size: 18px;
      line-height: 26px;
      padding: 10px 0 20px;
      margin: 0 auto 16px; } }
  .holiday-hq-section .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description::before {
    width: 400px;
    display: block; }
    @media (max-width: 1279px) {
      .holiday-hq-section .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description::before {
        left: -40px; } }
    @media (max-width: 1023px) {
      .holiday-hq-section .heroBanner .heroBanner-slide .wrapper .heroBanner-content .heroBanner-description::before {
        left: -60px; } }

.holiday-hq-section .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-action {
  padding: 16px 28px 11px; }
  @media (max-width: 1023px) {
    .holiday-hq-section .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-action {
      padding: 16px 30px 11px; } }
  @media (max-width: 767px) {
    .holiday-hq-section .heroBanner .heroBanner-slide .heroBanner-content .heroBanner-action {
      padding: 16px 28px 11px; } }

.top-banner.holida-hub {
  display: none; }

.collection-template {
  padding-top: 10px; }
  .collection-template .page-sidebar + .page-content {
    padding: 0 22px 0 0; }
    @media (max-width: 1199px) {
      .collection-template .page-sidebar + .page-content {
        padding: 0 25px 0 11px; } }

.custom-banner-loader {
  padding: 50px 20px;
  text-align: center; }

.custom-product-banner {
  border: 4px solid #000000;
  margin-bottom: 30px; }
  @media (max-width: 1023px) {
    .custom-product-banner {
      display: none !important; } }
  .custom-product-banner.banner-sale .top-heading {
    background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/images/stencil/original/image-manager/featured-sale-bg-image.png); }
  .custom-product-banner.banner-new .top-heading {
    background-image: url(https://cdn11.bigcommerce.com/s-817iyq2gxd/images/stencil/original/image-manager/featured-new-bg-image.png); }
  .custom-product-banner.cloned-element {
    display: none !important; }
    @media (max-width: 1023px) {
      .custom-product-banner.cloned-element {
        display: block !important;
        margin: -5px 20px 20px; } }
    @media (max-width: 767px) {
      .custom-product-banner.cloned-element {
        margin: 0px 5px 20px; } }
  .custom-product-banner .top-heading {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover; }
    .custom-product-banner .top-heading span {
      display: inline-block;
      font-size: 20px;
      line-height: 24px;
      color: #FFFFFF;
      font-weight: 600;
      padding: 11px 23px;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .custom-product-banner .top-heading span {
          font-size: 17px;
          line-height: 19px; } }
      @media (max-width: 1023px) {
        .custom-product-banner .top-heading span {
          font-size: 15px;
          line-height: 13px; } }
      @media (max-width: 767px) {
        .custom-product-banner .top-heading span {
          padding: 11px 20px; } }
  .custom-product-banner .product-info-wrapper {
    display: flex;
    align-items: flex-start;
    padding: 8px 35px 18px 11px; }
    @media (max-width: 1199px) {
      .custom-product-banner .product-info-wrapper {
        padding: 13px 22px 13px 10px; } }
    @media (max-width: 767px) {
      .custom-product-banner .product-info-wrapper {
        flex-direction: column;
        padding: 10px 21px 16px; } }
    .custom-product-banner .product-info-wrapper .product-figure {
      width: 100%;
      max-width: 230px;
      margin: 0; }
      @media (max-width: 1199px) {
        .custom-product-banner .product-info-wrapper .product-figure {
          max-width: 180px; } }
      @media (max-width: 767px) {
        .custom-product-banner .product-info-wrapper .product-figure {
          margin: 0 auto; } }
    .custom-product-banner .product-info-wrapper .product-info-details {
      width: 100%;
      max-width: calc(100% - 230px - 230px);
      padding: 21px 40px 0 30px; }
      @media (max-width: 1199px) {
        .custom-product-banner .product-info-wrapper .product-info-details {
          max-width: calc(100% - 200px - 180px);
          padding: 5px 21px 0 15px; } }
      @media (max-width: 1023px) {
        .custom-product-banner .product-info-wrapper .product-info-details {
          max-width: calc(100% - 200px - 180px);
          padding: 11px 35px 0 15px; } }
      @media (max-width: 767px) {
        .custom-product-banner .product-info-wrapper .product-info-details {
          max-width: unset;
          padding: 9px 0 12px; } }
      .custom-product-banner .product-info-wrapper .product-info-details .product-banner-link:hover .product-name {
        color: #882528; }
      .custom-product-banner .product-info-wrapper .product-info-details .product-name {
        font-size: 23px;
        line-height: normal;
        font-weight: 700;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 57px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-transform: none;
        transition: all 0.2s ease-in-out; }
        @media (max-width: 1199px) {
          .custom-product-banner .product-info-wrapper .product-info-details .product-name {
            max-height: 72px;
            -webkit-line-clamp: 3;
            font-size: 20px; } }
        @media (max-width: 767px) {
          .custom-product-banner .product-info-wrapper .product-info-details .product-name {
            max-height: 48px;
            -webkit-line-clamp: 2; } }
      .custom-product-banner .product-info-wrapper .product-info-details .product-description {
        margin-bottom: 17px; }
        @media (max-width: 1199px) {
          .custom-product-banner .product-info-wrapper .product-info-details .product-description {
            margin-bottom: 14px; } }
        .custom-product-banner .product-info-wrapper .product-info-details .product-description * {
          font-size: 13px;
          line-height: 17px;
          color: #000000;
          margin-bottom: 0; }
          @media (max-width: 1199px) {
            .custom-product-banner .product-info-wrapper .product-info-details .product-description * {
              line-height: 18px; } }
      .custom-product-banner .product-info-wrapper .product-info-details .product-banner-link {
        color: #882528;
        font-size: 13px;
        line-height: 18px;
        text-transform: uppercase;
        transition: all 0.2s ease-in-out; }
        .custom-product-banner .product-info-wrapper .product-info-details .product-banner-link:hover {
          color: #969696; }
    .custom-product-banner .product-info-wrapper .product-info-price {
      padding-top: 14px;
      width: 100%;
      max-width: 230px; }
      @media (max-width: 1199px) {
        .custom-product-banner .product-info-wrapper .product-info-price {
          max-width: 200px;
          padding-top: 3px; } }
      @media (max-width: 1023px) {
        .custom-product-banner .product-info-wrapper .product-info-price {
          padding-top: 9px; } }
      @media (max-width: 767px) {
        .custom-product-banner .product-info-wrapper .product-info-price {
          max-width: unset;
          padding-top: 0; } }
      .custom-product-banner .product-info-wrapper .product-info-price .product-price {
        font-family: 'Bebas Neue', sans-serif;
        font-weight: 700; }
        .custom-product-banner .product-info-wrapper .product-info-price .product-price .product-sale-price {
          font-size: 41px;
          line-height: normal;
          color: #000000;
          display: inline-block;
          letter-spacing: 1px; }
          @media (max-width: 767px) {
            .custom-product-banner .product-info-wrapper .product-info-price .product-price .product-sale-price {
              font-size: 36px; } }
          .custom-product-banner .product-info-wrapper .product-info-price .product-price .product-sale-price.sale {
            color: #882528; }
        .custom-product-banner .product-info-wrapper .product-info-price .product-price .you-save-price {
          color: #882528;
          font-size: 18px;
          line-height: 17px;
          text-align: right;
          float: right;
          padding: 7px 0; }
          @media (max-width: 767px) {
            .custom-product-banner .product-info-wrapper .product-info-price .product-price .you-save-price {
              float: unset;
              padding: 0;
              font-size: 16px;
              margin: 5px 0 0 8px; } }
        .custom-product-banner .product-info-wrapper .product-info-price .product-price .product-msrp-price {
          font-size: 14px;
          line-height: 15px;
          color: #969696; }
          @media (max-width: 767px) {
            .custom-product-banner .product-info-wrapper .product-info-price .product-price .product-msrp-price {
              display: inline-block;
              float: right;
              padding-top: 2px; } }
          .custom-product-banner .product-info-wrapper .product-info-price .product-price .product-msrp-price span {
            font-size: 26px;
            line-height: 1;
            text-decoration: line-through;
            display: block; }
            @media (max-width: 767px) {
              .custom-product-banner .product-info-wrapper .product-info-price .product-price .product-msrp-price span {
                font-size: 22px; } }
      .custom-product-banner .product-info-wrapper .product-info-price .product-actions {
        margin-top: 18px; }
        @media (max-width: 767px) {
          .custom-product-banner .product-info-wrapper .product-info-price .product-actions {
            margin-top: 12px; } }
        .custom-product-banner .product-info-wrapper .product-info-price .product-actions .button {
          width: 100%;
          text-align: center;
          transition: all 0.2s ease; }
          @media (max-width: 767px) {
            .custom-product-banner .product-info-wrapper .product-info-price .product-actions .button {
              max-width: 300px;
              display: block; } }
          .custom-product-banner .product-info-wrapper .product-info-price .product-actions .button.product-banner-link {
            background-color: #DEC96F;
            color: #000000;
            font-family: 'Bebas Neue', sans-serif;
            font-weight: 700;
            font-size: 26px;
            line-height: 32px;
            padding: 13px 20px 5px 20px;
            letter-spacing: 0.52px;
            margin: 0 0 10px; }
            @media (max-width: 767px) {
              .custom-product-banner .product-info-wrapper .product-info-price .product-actions .button.product-banner-link {
                padding: 6px 20px;
                margin: 0 auto 10px; } }
            .custom-product-banner .product-info-wrapper .product-info-price .product-actions .button.product-banner-link:hover {
              background-color: #882528;
              color: #FFFFFF; }
          .custom-product-banner .product-info-wrapper .product-info-price .product-actions .button.quickview {
            background-color: #000000;
            color: #FFFFFF;
            font-family: 'Bebas Neue', sans-serif;
            font-weight: 500;
            font-size: 20px;
            line-height: 24px;
            padding: 8px 20px 4px;
            margin: 0; }
            @media (max-width: 767px) {
              .custom-product-banner .product-info-wrapper .product-info-price .product-actions .button.quickview {
                margin: 0 auto; } }
            .custom-product-banner .product-info-wrapper .product-info-price .product-actions .button.quickview:hover {
              background-color: #882528;
              color: #FFFFFF; }

.product-details_section.vortex-micro-red-dot-pdp {
  margin-top: 38px; }
  @media (max-width: 1130px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-1 .product-descrip-detail__levar-section-1-image {
      min-height: 360px; } }
  @media (max-width: 991px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-1 .product-descrip-detail__levar-section-1-image {
      min-height: 270px; } }
  @media (max-width: 1130px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-1 .product-descrip-detail__levar-section-1-image img {
      min-height: 360px; } }
  @media (max-width: 991px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-1 .product-descrip-detail__levar-section-1-image img {
      min-height: 270px; } }
  @media (max-width: 1130px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail__levar-section-1-copy .product-descrip-conts {
      padding: 0 52px; } }
  @media (max-width: 991px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail__levar-section-1-copy .product-descrip-conts {
      padding: 0 35px; } }
  @media (max-width: 767px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail__levar-section-1-copy .product-descrip-conts {
      padding: 0 0; } }
  @media (max-width: 1130px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail__levar-section-1-copy .product-descrip-conts div {
      padding: 30px 30px 30px 30px;
      max-width: 465px; } }
  @media (max-width: 991px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail__levar-section-1-copy .product-descrip-conts div {
      padding: 22px 27px 23px 23px;
      max-width: 342px; } }
  @media (max-width: 767px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail__levar-section-1-copy .product-descrip-conts div {
      padding: 0;
      max-width: 100%; } }
  .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail__levar-section-1-copy .product-descrip-conts div h2 {
    font-family: 'Bebas';
    line-height: 48px;
    margin-bottom: 35px; }
    @media (max-width: 1130px) {
      .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail__levar-section-1-copy .product-descrip-conts div h2 {
        padding-right: 0;
        margin-bottom: 25px; } }
    @media (max-width: 991px) {
      .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail__levar-section-1-copy .product-descrip-conts div h2 {
        padding-right: 0;
        line-height: 38px;
        margin-bottom: 18px; } }
    @media (max-width: 767px) {
      .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail__levar-section-1-copy .product-descrip-conts div h2 {
        margin-bottom: 18px; } }
  .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail__levar-section-1-copy .product-descrip-conts div p {
    margin: 0; }
  @media (max-width: 1130px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-4 {
      padding-top: 70px;
      padding-bottom: 90px; } }
  @media (max-width: 901px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-4 {
      padding-top: 60px;
      padding-bottom: 120px; } }
  @media (max-width: 767px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-4 .product-descrip {
      padding: 0 33px; } }
  .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-4 .product-feature-section .product-feature p {
    margin: 0; }
  .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-5 .product-descrip {
    max-width: 1366px;
    padding: 0 26px; }
    @media (max-width: 991px) {
      .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-5 .product-descrip {
        padding: 0 35px; } }
    @media (max-width: 767px) {
      .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-5 .product-descrip {
        padding: 0 20px; } }
  @media (max-width: 1130px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-5 .product-descrip-title h5 {
      max-width: 610px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 991px) {
    .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-5 .product-descrip-title h5 {
      max-width: 460px; } }
  .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-5 .product-descrip-title p {
    max-width: 1012px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-5 .product-descrip-title p {
        padding: 0 58px; } }
    @media (max-width: 767px) {
      .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-5 .product-descrip-title p {
        padding: 0 0px; } }
  .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-5 .life-style-headline {
    max-width: 1090px;
    margin: 0 auto;
    grid-template-columns: 1.02fr 1fr; }
    @media (max-width: 500px) {
      .product-details_section.vortex-micro-red-dot-pdp .product-descrip-detail.description-section-5 .life-style-headline {
        grid-template-columns: 1fr; } }

.sharps-bros-banner a {
  display: flex;
  position: relative; }

.sharps-bros-banner .banner-img {
  display: flex;
  width: 100%; }
  .sharps-bros-banner .banner-img picture {
    display: flex;
    width: 100%; }
  .sharps-bros-banner .banner-img img {
    object-fit: cover;
    height: 502px;
    width: 100%; }
    @media (max-width: 950px) {
      .sharps-bros-banner .banner-img img {
        height: 768px; } }
    @media (max-width: 650px) {
      .sharps-bros-banner .banner-img img {
        height: 503px; } }

.sharps-bros-banner .banner-content {
  max-width: 1366px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding: 60px 60px 0; }
  @media (max-width: 1290px) {
    .sharps-bros-banner .banner-content {
      padding: 60px 40px 39px; } }
  @media (max-width: 950px) {
    .sharps-bros-banner .banner-content {
      top: inherit;
      bottom: 0;
      padding: 60px 60px 39px; } }
  @media (max-width: 650px) {
    .sharps-bros-banner .banner-content {
      padding: 10px 20px 20px;
      text-align: center; } }
  .sharps-bros-banner .banner-content h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 66px;
    margin: 10px 0 0;
    max-width: 487px; }
    @media (max-width: 950px) {
      .sharps-bros-banner .banner-content h1 {
        margin: 10px 0 0; } }
    @media (max-width: 650px) {
      .sharps-bros-banner .banner-content h1 {
        font-size: 36px;
        line-height: 36px;
        margin: 3px auto 0;
        max-width: 274px; } }
  .sharps-bros-banner .banner-content h4 {
    font-size: 24px;
    line-height: 29px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: normal;
    font-weight: 600;
    margin: 0; }
    @media (max-width: 650px) {
      .sharps-bros-banner .banner-content h4 {
        font-size: 16px;
        line-height: 19px; } }
    .sharps-bros-banner .banner-content h4 span {
      font-weight: 900; }
  .sharps-bros-banner .banner-content ul {
    margin: 0;
    margin: 10px 0 25px;
    padding: 0 0 22px;
    border-bottom: 1px solid #fff;
    position: relative;
    max-width: 487px; }
    @media (max-width: 1290px) {
      .sharps-bros-banner .banner-content ul {
        margin: 8px 0 25px; } }
    @media (max-width: 950px) {
      .sharps-bros-banner .banner-content ul {
        margin: 11px 0 25px; } }
    @media (max-width: 650px) {
      .sharps-bros-banner .banner-content ul {
        margin: 7px auto 16px;
        padding: 0 0 15px; } }
    .sharps-bros-banner .banner-content ul::before {
      content: '';
      position: absolute;
      left: -60px;
      bottom: -1px;
      width: 60px;
      height: 1px;
      background: #fff; }
      @media (max-width: 1290px) {
        .sharps-bros-banner .banner-content ul::before {
          width: 40px;
          left: -40px; } }
      @media (max-width: 950px) {
        .sharps-bros-banner .banner-content ul::before {
          width: 60px;
          left: -60px; } }
      @media (max-width: 650px) {
        .sharps-bros-banner .banner-content ul::before {
          display: none; } }
    .sharps-bros-banner .banner-content ul li {
      color: #fff;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 22px;
      line-height: 30px; }
      @media (max-width: 650px) {
        .sharps-bros-banner .banner-content ul li {
          font-size: 15px;
          line-height: 22px; } }
      @media (max-width: 365px) {
        .sharps-bros-banner .banner-content ul li {
          font-size: 13px;
          line-height: 22px; } }
  .sharps-bros-banner .banner-content .btn {
    display: inline-flex;
    padding: 16px 41px 11px;
    background: #882528;
    color: #FFFFFF;
    font-family: 'Bebas Neue', sans-serif;
    font-weight: 700;
    font-size: 33px;
    line-height: 33px;
    text-transform: uppercase; }
    .sharps-bros-banner .banner-content .btn:hover {
      background: #fff;
      color: #000; }

.featured-collection.april-featured {
  padding: 57px 0 80px; }
  @media (max-width: 950px) {
    .featured-collection.april-featured {
      padding: 60px 0 60px 0; } }
  @media (max-width: 650px) {
    .featured-collection.april-featured {
      padding: 50px 0 50px 0; } }
  .featured-collection.april-featured .new-label {
    font-weight: 700;
    line-height: 20px;
    padding: 7px 17px 2px 13px;
    clip-path: polygon(100% 0, 100% 0%, 86% 100%, 0 100%, 0 0);
    margin-bottom: 10px; }
    @media (max-width: 1290px) {
      .featured-collection.april-featured .new-label {
        line-height: 16px;
        padding: 6px 15px 2px 10px;
        margin-bottom: 20px; } }
    @media (max-width: 950px) {
      .featured-collection.april-featured .new-label {
        padding: 6px 15px 2px 10px;
        font-size: 16px;
        margin-bottom: 18px; } }
    @media (max-width: 650px) {
      .featured-collection.april-featured .new-label {
        margin-bottom: 7px; } }
  .featured-collection.april-featured .category {
    margin-top: 10px;
    line-height: 32px; }
    @media (max-width: 1290px) {
      .featured-collection.april-featured .category {
        margin-top: 20px;
        line-height: 25px; } }
    @media (max-width: 950px) {
      .featured-collection.april-featured .category {
        margin-top: 18px;
        line-height: 18px; } }
    @media (max-width: 650px) {
      .featured-collection.april-featured .category {
        width: auto;
        margin-top: 7px; } }
  .featured-collection.april-featured .product-name {
    line-height: 48px;
    padding-bottom: 7px; }
    @media (max-width: 1290px) {
      .featured-collection.april-featured .product-name {
        line-height: 39px;
        padding-top: 9px; } }
    @media (max-width: 950px) {
      .featured-collection.april-featured .product-name {
        line-height: 28px;
        padding-top: 9px; } }
  .featured-collection.april-featured .product-description {
    max-width: 263px;
    margin-bottom: 32px; }
    @media (max-width: 1290px) {
      .featured-collection.april-featured .product-description {
        margin-bottom: 20px;
        line-height: 18px;
        margin-top: 23px;
        width: 205px; } }
    @media (max-width: 950px) {
      .featured-collection.april-featured .product-description {
        width: 164px;
        margin-bottom: 21px;
        line-height: 16px;
        margin-top: 28px; } }
    @media (max-width: 650px) {
      .featured-collection.april-featured .product-description {
        margin-bottom: 16px;
        margin-top: 19px; } }
  .featured-collection.april-featured .shop-now {
    display: inline-flex; }
    @media (max-width: 950px) {
      .featured-collection.april-featured .shop-now {
        margin-bottom: 31px; } }
    @media (max-width: 650px) {
      .featured-collection.april-featured .shop-now {
        margin-bottom: 37px; } }
    .featured-collection.april-featured .shop-now a {
      display: inline-flex; }
      @media (max-width: 1290px) {
        .featured-collection.april-featured .shop-now a {
          line-height: 16px;
          padding: 5px 13px 3px 13px; } }
      @media (max-width: 950px) {
        .featured-collection.april-featured .shop-now a {
          line-height: 11px;
          padding: 6px 9px 3px 9px; } }
      @media (max-width: 650px) {
        .featured-collection.april-featured .shop-now a {
          line-height: 15px;
          font-size: 15px;
          padding: 8px 30px 7px 26px; } }
  @media (max-width: 950px) {
    .featured-collection.april-featured .shop-all {
      display: none; } }
  @media (max-width: 650px) and (min-width: 401px) {
    .featured-collection.april-featured .shop-all {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      display: block;
      width: 100%; } }
  @media (max-width: 450px) {
    .featured-collection.april-featured .shop-all {
      display: flex;
      justify-content: center;
      padding-right: 34px; } }
  .featured-collection.april-featured .right-part {
    overflow: visible;
    margin-top: 67px;
    padding-right: 15px; }
    @media (max-width: 1290px) {
      .featured-collection.april-featured .right-part {
        margin-top: 13px;
        padding-right: 16px; } }
    @media (max-width: 950px) {
      .featured-collection.april-featured .right-part {
        margin-top: 0px;
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .featured-collection.april-featured .right-part {
        margin-top: 0px;
        padding-right: 0px; } }
    @media (max-width: 650px) and (min-width: 401px) {
      .featured-collection.april-featured .right-part {
        position: relative;
        top: 0;
        transform: none; } }
    @media (max-width: 400px) {
      .featured-collection.april-featured .right-part {
        top: 0;
        transform: none;
        right: 17px; } }
  @media (max-width: 1290px) {
    .featured-collection.april-featured .product-image {
      width: 198px; } }
  @media (max-width: 950px) {
    .featured-collection.april-featured .product-image {
      width: 160px; } }
  @media (max-width: 650px) {
    .featured-collection.april-featured .product-image {
      width: 150px; } }
  @media (max-width: 350px) {
    .featured-collection.april-featured .product-image {
      width: 120px; } }
  @media (max-width: 650px) and (min-width: 401px) {
    .featured-collection.april-featured .left-part {
      width: auto;
      position: initial; } }
  .featured-collection.april-featured .collection-product {
    flex: 0 0 50%;
    max-width: 50%; }
    .featured-collection.april-featured .collection-product .collection-product-inner {
      flex-wrap: wrap; }
      @media (max-width: 650px) and (min-width: 401px) {
        .featured-collection.april-featured .collection-product .collection-product-inner {
          justify-content: center !important; } }
    .featured-collection.april-featured .collection-product.left-card .collection-product-inner {
      justify-content: flex-end;
      gap: 57px; }
      @media (max-width: 1290px) {
        .featured-collection.april-featured .collection-product.left-card .collection-product-inner {
          gap: 54px; } }
      @media (max-width: 1023px) {
        .featured-collection.april-featured .collection-product.left-card .collection-product-inner {
          gap: 34px; } }
      @media (max-width: 950px) {
        .featured-collection.april-featured .collection-product.left-card .collection-product-inner {
          gap: 16px; } }
      @media (max-width: 650px) {
        .featured-collection.april-featured .collection-product.left-card .collection-product-inner {
          justify-content: flex-start; } }
    .featured-collection.april-featured .collection-product.left-card .left-part {
      padding-left: 0px; }
      @media (max-width: 950px) {
        .featured-collection.april-featured .collection-product.left-card .left-part {
          padding-left: 0px; } }
      @media (max-width: 767px) {
        .featured-collection.april-featured .collection-product.left-card .left-part {
          padding-left: 10px; } }
      @media (max-width: 650px) {
        .featured-collection.april-featured .collection-product.left-card .left-part {
          padding-left: 34px; } }
      @media (max-width: 350px) {
        .featured-collection.april-featured .collection-product.left-card .left-part {
          padding-left: 20px; } }
    .featured-collection.april-featured .collection-product.right-card {
      border-left: 1px solid #c9c9c9; }
      @media (max-width: 1290px) {
        .featured-collection.april-featured .collection-product.right-card {
          padding-left: 41px; } }
      @media (max-width: 950px) {
        .featured-collection.april-featured .collection-product.right-card {
          padding-left: 35px; } }
      @media (max-width: 767px) {
        .featured-collection.april-featured .collection-product.right-card {
          padding-left: 20px; } }
      @media (max-width: 650px) {
        .featured-collection.april-featured .collection-product.right-card {
          border: none;
          padding: 0 10px; } }
      .featured-collection.april-featured .collection-product.right-card .collection-product-inner {
        justify-content: flex-start;
        gap: 4px; }
        @media (max-width: 650px) {
          .featured-collection.april-featured .collection-product.right-card .collection-product-inner .left-part {
            padding-left: 34px; } }
        @media (max-width: 350px) {
          .featured-collection.april-featured .collection-product.right-card .collection-product-inner .left-part {
            padding-left: 20px; } }
  @media (min-width: 651px) {
    .featured-collection.april-featured .slick-list {
      width: 100%;
      max-width: 100%;
      justify-content: space-between;
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 1024px) {
    .featured-collection.april-featured .slick-list {
      width: 96%; } }
  @media (min-width: 1291px) {
    .featured-collection.april-featured .slick-list {
      width: 100%; } }
  @media (max-width: 767px) {
    .featured-collection.april-featured .slick-list {
      width: 100%; } }
  @media (max-width: 650px) {
    .featured-collection.april-featured .slick-list {
      max-width: 100%; } }
  @media (min-width: 651px) {
    .featured-collection.april-featured .slick-list .slick-track {
      width: 100% !important; } }
  .featured-collection.april-featured .slick-next, .featured-collection.april-featured .slick-prev {
    margin-top: -13px; }
    .featured-collection.april-featured .slick-next::before, .featured-collection.april-featured .slick-prev::before {
      width: 18px;
      height: 30px; }
  .featured-collection.april-featured .slick-next {
    right: 0; }

.prop65-warning-message {
  max-width: 1130px;
  margin: 0 auto;
  padding: 25px 15px 20px; }
  @media (max-width: 1240px) {
    .prop65-warning-message {
      padding: 25px 25px 20px; } }
  @media (max-width: 991px) {
    .prop65-warning-message {
      padding: 25px 35px 20px; } }
  @media (max-width: 479px) {
    .prop65-warning-message {
      padding: 25px 18px 20px;
      text-align: center; } }
  .prop65-warning-message .warning-box {
    display: inline-flex;
    align-items: center;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 2px 15px 0px 9px;
    background-color: #ffffff;
    column-gap: 3px; }
    @media (max-width: 479px) {
      .prop65-warning-message .warning-box {
        flex-direction: column;
        padding: 10px; } }
  .prop65-warning-message .warning-content {
    font-size: 15px;
    line-height: 16px;
    color: #000;
    font-weight: 600; }
    @media (max-width: 479px) {
      .prop65-warning-message .warning-content {
        text-align: center; } }
    .prop65-warning-message .warning-content strong {
      font-weight: 900; }
    .prop65-warning-message .warning-content span {
      font-size: 11px;
      line-height: 18px;
      font-weight: 400; }
      .prop65-warning-message .warning-content span a {
        font-weight: 500; }
  .prop65-warning-message .warning-content a {
    color: #000;
    text-decoration: underline; }
