@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@500..600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oxygen:wght@300;400;700&display=swap");
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Oxygen", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #cccccc;
  color: #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: #999999;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.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: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 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 #cccccc;
      border-width: 1px;
      height: 1.14286rem;
      left: 0;
      top: 0;
      width: 1.14286rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: #333333;
  font-size: 15px;
  padding: 0.21429rem 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

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

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 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(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

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

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

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

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

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

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

@media (min-width: 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: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid white;
  height: 4.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='%23999999' 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='%23999999' 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; }

.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 #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.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: 801px) {
    .carousel-play-pause-button {
      bottom: 1.5rem;
      left: 25px; } }
  .carousel-play-pause-button:hover {
    color: #474747; }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      max-width: 90px;
      min-width: 80px; } }

.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: "Montserrat", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #444444;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cccccc;
    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: "Oxygen", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #cccccc;
    color: #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: #999999;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: black; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #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: #cccccc;
    color: #666666; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: black; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

.swal2-icon {
  display: flex; }

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

html,
body {
  height: auto; }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  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: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: 0;
    margin-bottom: 0;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    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: 801px) {
    .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: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close::before {
    right: 50%;
    transform: translateX(50%); }
  .modal-close::after {
    right: 50%;
    transform: translateX(0.71429rem); }

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

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

.hide-content {
  opacity: 0; }

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

.breadcrumb {
  display: inline-block;
  float: none;
  margin-right: 0; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: pointer;
    font-weight: 700; }

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

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

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

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

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

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

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

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

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .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: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #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: 801px) {
    .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: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

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

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

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

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

.accordion-title {
  color: #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: 801px) {
  .accordion--navList {
    border: 0; } }

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

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

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

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0;
    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: 801px) {
    .accordion--navList .accordion-title {
      padding: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 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: "Oxygen", 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 #cccccc;
  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 #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #999999; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.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: 38.6%;
    width: 100%; }

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

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

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

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

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

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

.card-body {
  text-align: center; }
  @media (min-width: 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 #cccccc;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    top: 50%; }
  .navList-action--checkbox::before {
    margin-top: -0.57143rem; }
  .navList-action--checkbox::after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .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: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .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: 801px) {
          .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: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.85714rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

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

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

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

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

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

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

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

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .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: 801px) {
      .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: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }
  .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
    margin-left: 3rem; }
    @media (min-width: 801px) {
      .navPage-subMenu-action:not(.navPages-action-depth-max) + .navPage-childList {
        margin-left: 0; } }

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

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

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

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

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

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

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

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

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

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

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

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

.pin_it_iframe_widget {
  display: none; }

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

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

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

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem;
  min-width: 100%;
  width: 1px; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  @media (min-width: 551px) {
    .heroCarousel.slick-initialized {
      max-height: 28.57143rem; } }
  @media (min-width: 801px) {
    .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: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }
  .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper {
    height: 100vw; }
  .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
    height: 110vw; }
  @media (min-width: 551px) {
    .heroCarousel .slick-slide.is-square-image-type .heroCarousel-image-wrapper, .heroCarousel .slick-slide.is-vertical-image-type .heroCarousel-image-wrapper {
      height: 56.25vw; } }
  .heroCarousel .slick-slide.is-image-error .heroCarousel-image-wrapper {
    background: url("../img/hero-carousel-image-load-error.svg") center center no-repeat;
    background-size: contain; }

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

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

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

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

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

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

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

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 66.66667%;
    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: 801px) {
    .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: 801px) {
    .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: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  margin: auto;
  max-width: 756px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 66.66667%;
    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: 135px; }

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

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

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

@media (min-width: 801px) {
  .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: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

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

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

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

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 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: "Oxygen", 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: 801px) {
    .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: 801px) {
      .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 #cccccc;
  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 #cccccc; }
  .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: "Oxygen", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

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

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

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

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

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

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

.blocker-container {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 801px) {
    .cart {
      display: table; } }

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

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

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item::before, .cart-item::after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.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: 801px) {
    .cart-item-figure {
      float: none;
      padding: 0.5rem 0;
      width: 8.33333%; } }

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

.cart-item-image {
  max-height: 14rem;
  max-width: 150px; }
  @media (min-width: 801px) {
    .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: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

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

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

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

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

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

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

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

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

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

.cart-remove {
  background-color: #e5e5e5;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.28571rem;
  margin-top: 0.14286rem;
  padding: 0.21429rem;
  transition: background-color 0.15s ease;
  width: 1.28571rem; }
  @media (min-width: 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: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #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: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 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: 66.66667%;
    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: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

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

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

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

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

.address-label {
  color: #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: 801px) {
    .videoGallery-item {
      width: 50%; } }

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

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

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

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

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

.previewCartCheckout {
  background: #e5e5e5;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + 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: 801px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  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: #333333; }

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

body.hasAdminBar {
  padding-top: 55px; }
  @media (min-width: 801px) {
    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: 801px) {
    .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: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 801px) {
    .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: 66.66667%;
    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: "Montserrat", 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: "Montserrat", 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: #333333; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #333333;
  font-family: "Montserrat", 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: #333333;
  font-weight: 700;
  left: 50%;
  padding: 4px;
  position: absolute;
  transform: translate(-50%, calc(-100% - 55px));
  transition: transform 0.3s;
  z-index: 500; }
  .skip-to-main-link:focus {
    transform: translate(-50%, 0%); }

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

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

.header-logo-text {
  display: block;
  font-family: "Oxygen", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 700;
  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: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

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

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

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

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

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

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

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

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

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

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

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

.footer {
  background-color: 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: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

.footer-payment-icons {
  height: 2.85714rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.35714rem;
    vertical-align: middle;
    width: 3.57143rem; }
  .footer-payment-icons svg {
    fill: #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: 801px) {
    .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: 801px) {
    .blog-post-figure {
      width: 66.66667%; } }

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

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #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: 801px) {
      .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: 801px) {
      .productGrid .product {
        width: 25%; } }

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.42857rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    page-break-inside: avoid;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

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

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

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

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

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.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: #333333; }
  .listItem-button:hover, .listItem-button:focus {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.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: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  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: 801px) {
    .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: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }
  .productView--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: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

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

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

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

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

.listItem-figure .starwrap {
  transform: scale(0.7); }
  @media (min-width: 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: white; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.product {
  overflow: hidden; }

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

.form-option-variant--none {
  height: 22px;
  overflow: hidden; }

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

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  display: block;
  height: 100px;
  width: 100px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover; }

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

/* 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("/assets/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("/assets/img/vendor/jstree/throbber.gif") center center no-repeat; }

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

.jstree-default .jstree-folder {
  background: url("/assets/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("/assets/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("/assets/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("/assets/img/vendor/jstree/throbber.gif") center center no-repeat; }

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

.jstree-default-small .jstree-folder {
  background: url("/assets/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("/assets/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("/assets/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("/assets/img/vendor/jstree/throbber.gif") center center no-repeat; }

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

.jstree-default-large .jstree-folder {
  background: url("/assets/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("/assets/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("/assets/img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("/assets/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("/assets/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("/assets/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("/assets/img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("/assets/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; } }

/*General Styles*/
body {
  padding-top: 86px; }

.button {
  background-color: #000;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase; }

.button--primary {
  background-color: #1795c4;
  border: 0;
  font-size: 20px; }

.previewCartCheckout .button--primary {
  font-size: 16px; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
  opacity: 1; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
  opacity: 1; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
  opacity: 1; }

.container {
  max-width: 1330px; }

.page {
  margin: 0; }

.clear,
.cb {
  clear: both; }

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

.form-select {
  border-radius: 0;
  border: 1px solid #707070; }

.form-increment {
  border: 1px solid #000; }
  .form-increment .form-input {
    height: 40px;
    width: 30px; }
  .form-increment .button {
    background: #eaeaea;
    border: 0;
    width: 40px;
    height: 40px; }
    .form-increment .button:first-child {
      border-right: 1px solid #000; }
    .form-increment .button:last-child {
      border-left: 1px solid #000; }

.navUser-item--cart .dropdown-menu {
  max-width: 500px;
  width: 500px;
  left: -455px; }

@media (min-width: 551px) {
  .cart-item-quantity .form-increment {
    margin-left: 0;
    display: flex;
    justify-content: space-between; } }

@media (min-width: 801px) {
  .form-increment .button {
    width: 35px; } }

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

/*Header*/
.header {
  background-color: #eaeaea; }
  .header > .container {
    border-bottom: 1px solid #acacac;
    max-height: 54px;
    position: static; }

.sitewide-banner {
  background-color: #1795c4;
  color: #fff;
  font-size: 13px;
  padding: 0.5rem 0; }
  .sitewide-banner a {
    color: #fff;
    text-decoration: none; }
  .sitewide-banner .free-ship {
    text-align: center; }
  .sitewide-banner .header-contact,
  .sitewide-banner .header-utility {
    display: none; }
  .sitewide-banner .header-utility a {
    font-size: 11px; }
    .sitewide-banner .header-utility a:last-child {
      font-weight: bold; }

.header-logo {
  width: 50%;
  width: 115px;
  margin: 0; }
  .header-logo > a {
    padding: 1.2rem 0;
    z-index: 999; }

.header-logo-image {
  max-height: 66px;
  right: auto; }

.mobileMenu-toggle {
  left: 135px;
  z-index: 9999; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon:after,
  .mobileMenu-toggle .mobileMenu-toggleIcon:before {
    background: #000;
    color: #000;
    height: 4px;
    width: 35px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.8rem; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:after {
      bottom: -0.6rem; }
    .mobileMenu-toggle .mobileMenu-toggleIcon:before {
      top: -0.6rem; }

.navUser {
  top: 60px;
  padding-right: 20px;
  z-index: 999; }
  .navUser.search-toggle {
    z-index: 9999; }

.navUser-item {
  display: inline-block;
  vertical-align: middle; }

.navUser-item-cartLabel {
  display: inline-block;
  vertical-align: middle; }

.navUser-action {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem; }

.navUser-item--cart {
  font-size: 30px;
  position: relative; }
  .navUser-item--cart .countPill {
    vertical-align: middle;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #000;
    margin: auto;
    position: static;
    right: 0;
    font-size: 13px;
    top: 5px; }

.navUser-action--quickSearch {
  color: #000;
  font-size: 30px;
  line-height: 30px; }
  @media (max-width: 550px) {
    .navUser-action--quickSearch {
      position: relative;
      top: 2px; } }

.dropdown--quickSearch {
  background-color: #fff;
  border-bottom: 2px solid #707070;
  padding: 0; }
  .dropdown--quickSearch.is-open {
    top: 57px !important; }
  .dropdown--quickSearch .container {
    padding: 0; }
  .dropdown--quickSearch .form-input {
    border: 0;
    border-radius: 0;
    font-size: 14px;
    font-style: italic;
    padding-bottom: 1.2rem;
    padding-top: 1.2rem; }

.quickSearchResults {
  display: none; }

.navPages-container.is-open {
  padding-top: 33px;
  z-index: 9999; }

.navPages-container .close {
  background-color: #eaeaea;
  padding: 0 1.5rem 0;
  font-size: 30px;
  text-align: right; }
  .navPages-container .close i {
    display: inline-block;
    cursor: pointer; }

.navPages {
  background-color: #eaeaea;
  padding-top: 0; }

.navPages-item {
  border-bottom: 1px solid #acacac; }

.navPages-action {
  font: normal 20px "Oxygen", sans-serif; }
  .navPages-action.desk {
    display: none; }
  .navPages-action.has-subMenu {
    font-weight: bold; }
  .navPages-action svg {
    fill: #1795c4;
    stroke: #1795c4;
    stroke-width: 2px; }

.navPages-action-moreIcon {
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg); }

.navPage-subMenu-action {
  font-size: 14px;
  text-transform: none;
  font-family: "Montserrat", sans-serif; }

.navPage-subMenu .mm-brand-logos li img,
.navPage-subMenu .mm-popular-types li img {
  display: none; }

.navPage-subMenu .mm-container {
  padding: 0 0 0 1rem;
  overflow: hidden; }

.navPage-subMenu h4 {
  font-size: 16px;
  font-family: "Montserrat", Arial, sans-serif;
  margin-top: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #747474; }
  .navPage-subMenu h4 strong {
    font-weight: 900;
    color: #000; }

.navPage-subMenu .mmlinks {
  overflow: hidden; }
  .navPage-subMenu .mmlinks .shop-all .navPage-subMenu-action {
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Oxygen"; }

.navPages-item:nth-child(6) .navPages-action,
.navPages-item:nth-child(7) .navPages-action {
  color: #e04e00;
  font-weight: bold; }

.navPages-list--user {
  margin: 2rem 0 0 !important;
  border: 0 !important; }
  .navPages-list--user .navPages-item {
    border: 0; }
    .navPages-list--user .navPages-item.sign-in {
      margin: 1rem 0 0; }
      .navPages-list--user .navPages-item.sign-in .navPages-action {
        border: 2px solid #525252;
        display: inline-block;
        text-transform: uppercase;
        font-weight: bold;
        padding: 0.5rem 1.5rem; }
        .navPages-list--user .navPages-item.sign-in .navPages-action svg {
          width: 20px;
          height: 20px;
          vertical-align: middle;
          margin-right: 5px;
          stroke: #575757; }
          .navPages-list--user .navPages-item.sign-in .navPages-action svg .cls-1 {
            fill: #575757 !important; }
  .navPages-list--user .navPages-action {
    font-size: 14px;
    color: #525252;
    text-transform: none;
    padding: 0.5rem 0; }

@media (min-width: 551px) {
  .navUser-action--quickSearch {
    margin-top: 0.6rem; } }

@media (min-width: 834px) {
  .header-logo {
    width: 190px; }
    .header-logo > a {
      padding: 2.2rem 0; }
  .header-logo-image {
    max-height: none;
    top: -61px; }
  .header-logo-image-container:after {
    padding-bottom: 2.3rem; }
  .mobileMenu-toggle {
    left: 211px; }
  .sitewide-banner .contents {
    padding-left: 210px;
    margin-left: auto;
    margin-right: 0; }
  .sitewide-banner .free-ship {
    text-align: left;
    display: inline-block;
    width: 49%; }
  .sitewide-banner .header-contact {
    display: inline-block;
    width: 49%;
    text-align: right; }
  .navPages-container .close {
    display: none; }
  .navPages-container.is-open {
    border-top: 1px solid #acacac;
    padding-top: 110px;
    z-index: 99; } }

@media (min-width: 801px) {
  body {
    padding-top: 0; }
  .header > .container {
    border-bottom: 0; }
  .header-logo {
    float: left; }
  .header-logo-image {
    top: -118px;
    top: 0; }
  .navUser {
    width: auto;
    float: right;
    position: static;
    padding-right: 0; }
  .navUser-item--cart {
    background-color: #000; }
    .navUser-item--cart .navUser-action {
      color: #fff;
      padding-top: 0.6rem;
      padding-bottom: 0.35rem;
      font-size: 25px; }
    .navUser-item--cart .countPill {
      color: #fff; }
  .navPages-container {
    float: left;
    position: static; } }
  @media (min-width: 801px) and (max-width: 1023px) {
    .navPages-container {
      float: none;
      position: absolute; } }

@media (min-width: 801px) {
    .navPages-container .close {
      display: none; }
  .navPages .navPage-subMenu-list {
    max-width: 1330px; }
  .navPages-item {
    border: 0; }
    .navPages-item > .navPages-action {
      border-bottom: 6px solid transparent; }
    .navPages-item:hover .navPage-subMenu {
      display: block; }
    .navPages-item:hover > .navPages-action {
      border-color: #1795c4; }
  .navPages-action {
    font-size: 14px;
    padding: 1rem 0.5rem; }
    .navPages-action.desk {
      display: block; }
    .navPages-action.mob {
      display: none; }
  .navPages-action-moreIcon {
    width: 10px;
    height: 10px; }
  .navPage-subMenu-horizontal.is-open {
    margin-left: 0;
    top: 89px;
    left: 0;
    right: 0;
    width: 100%; }
  .navPage-subMenu {
    background: #fff;
    box-shadow: 0px 5px 7px 0px #909090;
    width: 100%;
    left: 0;
    right: 0; }
    .navPage-subMenu .mm-container {
      padding: 2rem 1.5rem; }
      .navPage-subMenu .mm-container .mm-brand-logos {
        margin-bottom: 3rem; }
        .navPage-subMenu .mm-container .mm-brand-logos ul {
          display: flex;
          align-items: center; }
        .navPage-subMenu .mm-container .mm-brand-logos li {
          text-align: center; }
          .navPage-subMenu .mm-container .mm-brand-logos li a {
            padding: 0; }
          .navPage-subMenu .mm-container .mm-brand-logos li img {
            display: inline-block; }
          .navPage-subMenu .mm-container .mm-brand-logos li span {
            display: none; }
    .navPage-subMenu .mmlinks .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding: 0.8rem 0;
      font-size: 14px; }
      .navPage-subMenu .mmlinks .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
        color: #1795c4;
        text-decoration: underline; }
    .navPage-subMenu .mmlinks .shop-all .navPage-subMenu-action {
      background-color: #fff;
      display: inline-block;
      color: #000;
      text-align: center;
      padding: 0.8rem 2.5rem;
      width: auto; }
      .navPage-subMenu .mmlinks .shop-all .navPage-subMenu-action:hover {
        background-color: #1795c4;
        color: #fff;
        text-decoration: none; }
    .navPage-subMenu .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: none;
      opacity: 1; }
  #navPages-1 .navPage-subMenu-list {
    column-count: 5; }
  #navPages-2 .mm-popular-types {
    width: 20%;
    float: left; }
    #navPages-2 .mm-popular-types li a {
      padding: 0.8rem 0; }
      #navPages-2 .mm-popular-types li a span {
        text-transform: uppercase; }
  #navPages-2 .mmlinks {
    overflow: hidden;
    width: 80%;
    float: left; }
    #navPages-2 .mmlinks .left {
      width: 70%;
      float: left; }
      #navPages-2 .mmlinks .left .navPage-subMenu-list {
        column-count: 3; }
    #navPages-2 .mmlinks .right {
      width: 30%;
      float: left; }
  .dropdown--quickSearch.is-open {
    top: 88px !important; }
  .sitewide-banner .contents {
    overflow: hidden;
    padding-left: 198px; }
  .sitewide-banner .free-ship,
  .sitewide-banner .header-utility {
    display: inline-block; }
  .sitewide-banner .free-ship,
  .sitewide-banner .header-contact {
    width: auto; }
  .sitewide-banner .header-contact {
    margin: 0 1rem; }
  .sitewide-banner .header-utility {
    float: right; } }

@media (min-width: 1261px) {
  .container {
    padding: 0 1.5rem; }
  .navPages-action {
    font-size: 16px;
    padding-left: 1rem;
    padding-right: 1rem; }
  .sitewide-banner .contents {
    padding-left: 218px; }
  .sitewide-banner .header-contact {
    display: inline-block;
    margin: 0 7rem; }
  .sitewide-banner .header-utility a {
    padding: 0 0.3rem; }
  .navPages-container {
    padding-left: 1rem; }
  #navPages-1 .mmlinks .navPage-subMenu-list {
    width: 80%;
    float: left; }
  #navPages-1 .mmlinks .shop-all {
    width: 20%;
    float: left;
    text-align: center;
    padding: 4rem 0 0; }
  #navPages-2 .mm-popular-types {
    width: 32%; }
    #navPages-2 .mm-popular-types .navPage-subMenu-list {
      display: flex;
      flex-wrap: wrap; }
    #navPages-2 .mm-popular-types li {
      width: 46%;
      margin: 2%;
      background-color: #eaeaea;
      text-align: center; }
      #navPages-2 .mm-popular-types li:hover {
        background-color: #1795c4; }
        #navPages-2 .mm-popular-types li:hover a {
          color: #fff; }
      #navPages-2 .mm-popular-types li a {
        color: #000;
        font-size: 13px;
        padding: 1rem; }
        #navPages-2 .mm-popular-types li a span {
          display: block; }
        #navPages-2 .mm-popular-types li a strong {
          text-transform: uppercase; }
    #navPages-2 .mm-popular-types li img {
      display: inline-block; }
  #navPages-2 .mmlinks {
    width: 68%; }
    #navPages-2 .mmlinks .left {
      padding-left: 4rem;
      width: 75%; }
    #navPages-2 .mmlinks .right {
      width: 25%; }
    #navPages-2 .mmlinks .shop-all {
      margin-top: 2rem; }
  .navUser {
    width: 20%;
    position: relative;
    top: 0;
    padding-right: 0; }
  .dropdown--quickSearch {
    display: block;
    top: 0px !important;
    left: auto !important;
    right: 80px !important;
    width: 198px !important;
    background-color: transparent; }
    .dropdown--quickSearch .form-input {
      background-color: transparent;
      padding: 1rem 0; }
    .dropdown--quickSearch.is-open {
      top: 0px !important;
      left: auto !important;
      right: 80px !important;
      width: 198px !important; } }

/*Footer*/
.footer {
  background-color: #313131;
  border: 0;
  overflow: hidden;
  padding: 0; }
  .footer > .container {
    padding: 0; }
  .footer .footer-brand {
    padding: 1rem 0;
    background-color: #313131;
    text-align: center;
    color: #fff; }
    .footer .footer-brand a {
      color: #fff; }
    .footer .footer-brand .footer-social {
      margin: 1.5rem 0; }
    .footer .footer-brand .footer-contact {
      display: inline-block;
      text-align: left;
      font-size: 18px;
      font-weight: 600;
      position: relative;
      padding-left: 30px; }
      .footer .footer-brand .footer-contact:before {
        content: "";
        display: inline-block;
        position: absolute;
        left: 0;
        top: 5px;
        width: 22px;
        height: 22px;
        background: url("../img/sf/footer-phone-icon.png") no-repeat; }
  .footer .footer-info {
    background: #525252;
    padding: 1.5rem 0;
    margin: 0; }

.footer-social .socialLinks .icon svg {
  fill: #1795c4; }

.footer-social .socialLinks--alt .icon {
  width: 40px;
  height: 40px; }

.footer-info-heading {
  color: #acacac;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1rem;
  cursor: pointer;
  text-transform: uppercase; }
  .footer-info-heading:after {
    content: "\f2c7";
    font-family: "ionicons";
    float: right;
    font-size: 18px;
    color: #fff;
    /*\f2f4*/ }
  .footer-info-heading.expanded:after {
    content: "\f2f4"; }

.footer-info-col {
  border-bottom: 1px solid #ffffff;
  margin-bottom: 1rem; }

.footer-info-list {
  text-align: left;
  display: none; }
  .footer-info-list a {
    color: #fff;
    font-size: 12px; }
    .footer-info-list a:hover {
      color: #fff;
      text-decoration: underline; }
  .footer-info-list li {
    margin-bottom: 1.5rem; }

.footer-newsletter {
  margin-top: 2rem;
  border: 0;
  padding: 0; }
  .footer-newsletter .footer-info-heading {
    display: none; }
  .footer-newsletter p {
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin-bottom: 0.5rem; }
  .footer-newsletter .form {
    margin: 0; }
  .footer-newsletter .form-input {
    border-radius: 0;
    font-style: italic; }
  .footer-newsletter .button--primary {
    border: 2px solid #fff;
    background-color: transparent;
    font-size: 14px; }
  .footer-newsletter .footer-copyright {
    font-size: 10px;
    color: #fff;
    text-align: left; }
    .footer-newsletter .footer-copyright a {
      color: #fff; }

@media (min-width: 551px) {
  .footer-info-col {
    width: 100%; } }

@media (min-width: 836px) {
  .footer .footer-brand {
    width: 30%;
    float: left;
    padding-top: 2.8rem; }
    .footer .footer-brand .footer-contact {
      font-size: 12px;
      padding-left: 25px; }
      .footer .footer-brand .footer-contact:before {
        width: 15px;
        height: 15px;
        background-size: 15px 15px; }
  .footer .footer-info {
    padding-top: 2.8rem;
    width: 70%;
    float: left; }
  .footer-social .socialLinks--alt .icon {
    width: 22px;
    height: 22px; }
  .footer-info-col {
    border: 0; }
  .footer-info-heading:after, .footer-info-heading.expanded:after {
    content: none; } }

@media screen and (min-width: 836px) and (min-width: 1024px) {
  .footer-info-list {
    display: block !important; } }

@media (min-width: 836px) {
  .footer-info-links {
    width: 30%;
    float: left; }
    .footer-info-links:nth-child(2) {
      width: 70%; }
      .footer-info-links:nth-child(2) .footer-info-list {
        column-count: 2; } }

@media (min-width: 801px) {
  .footer {
    background: #525252; }
    .footer .footer-brand {
      width: 25%;
      padding-bottom: 3rem; }
      .footer .footer-brand .container {
        max-width: 260px;
        margin-left: auto;
        margin-right: 0; }
    .footer .footer-info {
      width: 75%; }
      .footer .footer-info .container {
        max-width: 1024px;
        margin-left: 0;
        padding: 0 0 0 2.5rem;
        overflow: hidden; }
      .footer .footer-info .clear {
        display: none; }
  .footer-social .socialLinks .socialLinks-item {
    margin-right: 6px; }
  .footer-info-links {
    width: 20%; }
  .footer-newsletter {
    width: 42%;
    float: left;
    margin-top: 0; }
    .footer-newsletter .form-input {
      margin-bottom: 0.5rem; }
    .footer-newsletter .button--primary {
      margin-left: 0;
      width: 100%; } }

@media (min-width: 1261px) {
  .footer-info-links:nth-child(2) {
    max-width: 365px; }
  .footer-newsletter {
    width: 33.33%; } }

@media (max-width: 801px) {
  .navPages-list--user {
    margin-top: 10px !important; } }

@media only screen and (max-width: 1023px) {
  body {
    padding-top: 0; } }

header.custom-header {
  background-color: #313131;
  position: relative; }
  header.custom-header .main-header {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex; }
    @media only screen and (max-width: 1023px) {
      header.custom-header .main-header {
        padding: 0; } }
    @media (max-width: 1023px) {
      header.custom-header .main-header .toggleForMob {
        display: flex;
        align-items: center;
        background-color: #525252;
        padding: 0 5px; }
        header.custom-header .main-header .toggleForMob .mobileMenu-toggle {
          position: relative;
          left: 0;
          padding: 10px; }
          header.custom-header .main-header .toggleForMob .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
            background: transparent; }
          header.custom-header .main-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon {
            background: #fff;
            color: #fff; }
            header.custom-header .main-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon::before, header.custom-header .main-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon::after {
              background: #fff;
              color: #fff; } }
    header.custom-header .main-header .logo-and-menu {
      width: 20%;
      padding: 20px 0; }
      @media only screen and (max-width: 1023px) {
        header.custom-header .main-header .logo-and-menu {
          padding: 15px 0;
          display: inline-flex;
          justify-content: center;
          align-items: center; } }
      @media only screen and (max-width: 767px) {
        header.custom-header .main-header .logo-and-menu {
          width: 40%; } }
      header.custom-header .main-header .logo-and-menu .header-logo-image-container:after {
        padding-bottom: 0; }
      @media only screen and (max-width: 1023px) {
        header.custom-header .main-header .logo-and-menu .header-logo-image-container svg {
          height: 59px; } }
      @media only screen and (max-width: 767px) {
        header.custom-header .main-header .logo-and-menu .header-logo-image-container svg {
          height: 52px; } }
    header.custom-header .main-header .menu-right {
      width: 80%; }
      header.custom-header .main-header .menu-right .top-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 15px; }
        @media only screen and (max-width: 767px) {
          header.custom-header .main-header .menu-right .top-menu {
            justify-content: flex-end; } }
        header.custom-header .main-header .menu-right .top-menu .search {
          width: 55%;
          position: relative;
          top: 0 !important; }
          header.custom-header .main-header .menu-right .top-menu .search .container {
            padding: 0; }
            header.custom-header .main-header .menu-right .top-menu .search .container form {
              margin-bottom: 0; }
              header.custom-header .main-header .menu-right .top-menu .search .container form .form-field {
                margin-bottom: 0%; }
              header.custom-header .main-header .menu-right .top-menu .search .container form input {
                color: #313131; }
                header.custom-header .main-header .menu-right .top-menu .search .container form input::-webkit-input-placeholder {
                  color: #313131; }
                header.custom-header .main-header .menu-right .top-menu .search .container form input::-moz-input-placeholder {
                  color: #313131; }
                header.custom-header .main-header .menu-right .top-menu .search .container form input::placeholder {
                  color: #313131; }
          @media only screen and (max-width: 1200px) {
            header.custom-header .main-header .menu-right .top-menu .search {
              width: 45%; } }
          @media only screen and (max-width: 1023px) {
            header.custom-header .main-header .menu-right .top-menu .search {
              width: 75%; } }
          @media only screen and (max-width: 767px) {
            header.custom-header .main-header .menu-right .top-menu .search {
              position: absolute;
              left: 0;
              width: 100%;
              top: 80px !important;
              z-index: 9;
              transition: all 0.25s ease-in-out;
              -moz-transition: all 0.25s ease-in-out;
              -webkit-transition: all 0.25s ease-in-out;
              border-top: 1px solid #D3D3D3; }
              header.custom-header .main-header .menu-right .top-menu .search .ion-android-search {
                display: none; }
              header.custom-header .main-header .menu-right .top-menu .search._open {
                opacity: 1;
                z-index: 999999; } }
          @media only screen and (max-width: 767px) {
            header.custom-header .main-header .menu-right .top-menu .search .form-field {
              position: relative; } }
          @media only screen and (max-width: 767px) {
            header.custom-header .main-header .menu-right .top-menu .search .form-field .cutomClose {
              position: absolute;
              width: 54px;
              height: 54px;
              display: flex;
              align-items: center;
              justify-content: center;
              display: none; }
              header.custom-header .main-header .menu-right .top-menu .search .form-field .cutomClose svg {
                width: 54px;
                height: 25px;
                border-right: 1px solid #0f0f0f; } }
          @media screen and (min-width: 768px) {
            header.custom-header .main-header .menu-right .top-menu .search .form-field .cutomClose {
              display: none; } }
          header.custom-header .main-header .menu-right .top-menu .search form input {
            width: 100%;
            font-size: 17px;
            height: 48px;
            border-radius: 0;
            outline: none;
            border: 0;
            padding: 15px;
            font-family: Oxygen, sans-serif; }
            @media only screen and (max-width: 767px) {
              header.custom-header .main-header .menu-right .top-menu .search form input {
                height: 54px;
                padding-left: 70px; } }
          header.custom-header .main-header .menu-right .top-menu .search .navUser-action--quickSearch {
            display: inline-block;
            position: absolute;
            top: 0;
            right: 0;
            margin-top: 0;
            height: 48px; }
            header.custom-header .main-header .menu-right .top-menu .search .navUser-action--quickSearch i {
              vertical-align: middle; }
        header.custom-header .main-header .menu-right .top-menu .searchIcon {
          display: none; }
          @media only screen and (max-width: 767px) {
            header.custom-header .main-header .menu-right .top-menu .searchIcon {
              left: -24px;
              position: relative;
              display: none; }
              header.custom-header .main-header .menu-right .top-menu .searchIcon i {
                color: #fff; }
              header.custom-header .main-header .menu-right .top-menu .searchIcon svg {
                width: 29px;
                height: 29px;
                stroke: none; }
              header.custom-header .main-header .menu-right .top-menu .searchIcon a.navUser-action:hover svg {
                fill: #333; } }
          @media (max-width: 375px) {
            header.custom-header .main-header .menu-right .top-menu .searchIcon a {
              padding: 0; } }
        header.custom-header .main-header .menu-right .top-menu .account-info {
          width: 35%;
          text-align: right;
          padding-right: 20px; }
          @media only screen and (max-width: 1200px) {
            header.custom-header .main-header .menu-right .top-menu .account-info {
              width: 45%; } }
          @media only screen and (max-width: 1023px) {
            header.custom-header .main-header .menu-right .top-menu .account-info {
              display: none; } }
          header.custom-header .main-header .menu-right .top-menu .account-info a {
            font-family: Oxygen, sans-serif;
            font-size: 13px !important;
            color: #fff;
            text-decoration: none;
            font-weight: 700; }
            header.custom-header .main-header .menu-right .top-menu .account-info a.service {
              font-weight: 500; }
          header.custom-header .main-header .menu-right .top-menu .account-info span {
            color: #fff;
            padding: 0 10px; }
        header.custom-header .main-header .menu-right .top-menu .cart {
          width: 70px;
          height: 70px;
          background-color: #72ac72; }
          @media only screen and (max-width: 1200px) {
            header.custom-header .main-header .menu-right .top-menu .cart {
              margin-right: -20px; } }
          @media only screen and (max-width: 1023px) {
            header.custom-header .main-header .menu-right .top-menu .cart {
              margin-right: 0px;
              margin-bottom: 0;
              width: 90px;
              height: 90px; } }
          header.custom-header .main-header .menu-right .top-menu .cart .previewCartItem-name a {
            justify-content: left; }
          header.custom-header .main-header .menu-right .top-menu .cart a {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100%;
            line-height: 18px; }
            header.custom-header .main-header .menu-right .top-menu .cart a .navUser-item-cartLabel {
              font-size: 28px;
              color: #fff; }
              @media only screen and (max-width: 1023px) {
                header.custom-header .main-header .menu-right .top-menu .cart a .navUser-item-cartLabel {
                  font-size: 35px; } }
            header.custom-header .main-header .menu-right .top-menu .cart a .countPill {
              color: #fff;
              background: transparent; }
              @media only screen and (max-width: 1023px) {
                header.custom-header .main-header .menu-right .top-menu .cart a .countPill {
                  font-size: 15px; } }
    header.custom-header .main-header .navPages-container {
      padding-left: 0; }
      @media only screen and (max-width: 1023px) {
        header.custom-header .main-header .navPages-container {
          top: 90px;
          padding-top: 0;
          height: 88vh;
          overflow-y: auto;
          background: rgba(0, 0, 0, 0.6); }
          header.custom-header .main-header .navPages-container::before {
            margin-top: 0;
            height: 0; } }
    header.custom-header .main-header nav.navPages {
      margin-top: 0px;
      background-color: transparent;
      text-align: left;
      font-size: 100%; }
      header.custom-header .main-header nav.navPages .account-info.mob {
        display: none; }
      @media only screen and (max-width: 1023px) {
        header.custom-header .main-header nav.navPages {
          padding-top: 15px;
          background-color: inherit;
          margin-top: 0;
          margin-left: -21px;
          background-color: #fff;
          padding-right: 20px;
          padding-left: 0;
          margin: 0;
          height: auto;
          overflow-y: unset; }
          header.custom-header .main-header nav.navPages .account-info.mob {
            display: block;
            padding-left: 20px; }
            header.custom-header .main-header nav.navPages .account-info.mob .header-utility a {
              display: block;
              font-size: 14px;
              font-weight: 500;
              line-height: 40px;
              color: #525252;
              text-decoration: none; }
              header.custom-header .main-header nav.navPages .account-info.mob .header-utility a.log_in_out {
                font-weight: bold;
                text-transform: uppercase; } }
      header.custom-header .main-header nav.navPages ul:first-child .navPages-action {
        color: #fff;
        font-size: 22px;
        font-weight: 700;
        padding: 10px 14px;
        border: 0;
        line-height: 34px; }
        @media only screen and (max-width: 1200px) {
          header.custom-header .main-header nav.navPages ul:first-child .navPages-action {
            font-size: 18px;
            line-height: 28px;
            padding: 8px 12px; } }
        @media only screen and (max-width: 1023px) {
          header.custom-header .main-header nav.navPages ul:first-child .navPages-action {
            color: #000;
            padding-left: 20px;
            padding-right: 0; }
            header.custom-header .main-header nav.navPages ul:first-child .navPages-action.new {
              color: #e04e00 !important;
              display: block; }
              header.custom-header .main-header nav.navPages ul:first-child .navPages-action.new::before {
                content: "";
                position: absolute;
                left: 20px;
                width: calc(100% - 20px);
                height: 1px;
                background-color: #acacac; }
              header.custom-header .main-header nav.navPages ul:first-child .navPages-action.new::after {
                top: 0; }
              header.custom-header .main-header nav.navPages ul:first-child .navPages-action.new::before {
                bottom: 0; } }
        @media only screen and (max-width: 1200px) {
          header.custom-header .main-header nav.navPages ul:first-child .navPages-action.dlt-drop-menu {
            margin-top: -3px; } }
        header.custom-header .main-header nav.navPages ul:first-child .navPages-action.exclusive svg {
          fill: unset;
          stroke: unset;
          margin-bottom: -2px; }
        @media only screen and (max-width: 1023px) {
          header.custom-header .main-header nav.navPages ul:first-child .navPages-action.exclusive span {
            margin-right: 15px; } }
        header.custom-header .main-header nav.navPages ul:first-child .navPages-action.rewards svg {
          fill: unset;
          stroke: unset;
          margin-bottom: 4px; }
          @media only screen and (max-width: 1200px) {
            header.custom-header .main-header nav.navPages ul:first-child .navPages-action.rewards svg {
              width: 20px;
              height: 20px;
              margin-top: -4px;
              margin-bottom: 0; } }
        @media only screen and (max-width: 1023px) {
          header.custom-header .main-header nav.navPages ul:first-child .navPages-action.rewards span {
            float: left;
            margin-right: 15px; } }
        @media only screen and (max-width: 1023px) {
          header.custom-header .main-header nav.navPages ul:first-child .navPages-action.rewards {
            color: #000 !important; } }
        header.custom-header .main-header nav.navPages ul:first-child .navPages-action.new {
          color: #ffaa7c; }
        header.custom-header .main-header nav.navPages ul:first-child .navPages-action i {
          width: 17px;
          height: 12px; }
      header.custom-header .main-header nav.navPages ul:first-child li a:hover {
        background-color: transparent; }
        header.custom-header .main-header nav.navPages ul:first-child li a:hover i svg {
          fill: #fff;
          stroke: #fff; }
      @media (max-width: 1023px) {
        header.custom-header .main-header nav.navPages .navPages-list {
          width: 100%; } }
      header.custom-header .main-header nav.navPages .navPages-item {
        background: none; }
        header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu {
          border-top: 8px solid #1795c4;
          padding-left: 5rem !important;
          padding-right: 5rem !important;
          z-index: 999; }
          header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu h4 {
            font-size: 24px;
            font-weight: bold;
            color: #e04e00;
            position: relative;
            overflow-x: hidden; }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu h4::after {
              content: "";
              height: 3px;
              background-color: #eaeaea;
              width: 100%;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              margin-left: 15px; }
          header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu ._brands {
            max-width: 1300px;
            margin-left: auto;
            margin-right: auto; }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu ._brands h4 {
              margin-bottom: 13px; }
              @media only screen and (max-width: 1023px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu ._brands h4 {
                  font-size: 26px; } }
              @media only screen and (max-width: 767px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu ._brands h4 {
                  font-size: 22px; } }
            @media only screen and (max-width: 1023px) {
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu ._brands {
                margin-bottom: 100px; } }
          header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu p.menu-brand-name {
            text-align: center;
            color: #313131;
            margin: 10px auto 0;
            font-size: 14px;
            font-weight: 600;
            font-family: 'Oxygen';
            line-height: 1; }
            @media only screen and (max-width: 767px) {
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu p.menu-brand-name {
                max-width: 110px;
                font-size: 12px; } }
          header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .top_brands {
            margin-bottom: 3rem;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px; }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .top_brands p.menu-brand-name {
              margin: 5px auto 0; }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .top_brands a {
              background: none;
              padding: 0;
              text-decoration: none; }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .top_brands a img {
                width: 100%; }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .top_brands a:hover p.menu-brand-name {
                color: #1795c4; }
            @media only screen and (max-width: 767px) {
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .top_brands {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px; } }
          header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .popular_brands {
            display: grid;
            grid-template-columns: repeat(6, auto);
            gap: 20px;
            justify-content: space-between;
            place-items: center;
            text-align: center; }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .popular_brands a {
              background: none;
              text-decoration: none; }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .popular_brands a:hover p.menu-brand-name {
                color: #1795c4; }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .popular_brands + .popular_brands {
              width: 95%;
              margin: 20px auto 15px auto; }
              @media only screen and (max-width: 1023px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .popular_brands + .popular_brands {
                  width: 100%; } }
            @media only screen and (max-width: 767px) {
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .popular_brands {
                grid-template-columns: repeat(3, auto);
                gap: 10px; } }
            @media only screen and (max-width: 767px) {
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .popular_brands img {
                width: 100%;
                max-width: 110px; } }
          header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBlock {
            text-align: center; }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBlock a {
              margin: 1.5rem 0;
              background-color: #fff;
              border-width: 3px;
              border-color: #1795c4;
              color: #1795c4; }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBlock a:hover {
                background-color: #1795c4 !important;
                color: #fff !important;
                border-color: #1795c4 !important; }
          header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer {
            display: grid;
            grid-template-columns: 3fr 1.15fr;
            gap: 30px;
            max-width: 1300px;
            margin-left: auto;
            margin-right: auto; }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus h4 {
              margin-bottom: 22px; }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus h4.shop-by-type-title {
                margin-top: 28px; }
                @media screen and (max-width: 1350px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus h4.shop-by-type-title {
                    margin-top: 10px;
                    margin-bottom: 15px; } }
                @media only screen and (max-width: 1023px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus h4.shop-by-type-title {
                    margin-bottom: 25px; } }
              @media screen and (max-width: 1350px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus h4 {
                  font-size: 26px;
                  margin-bottom: 10px; } }
              @media only screen and (max-width: 1200px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus h4 {
                  margin-bottom: 0px; } }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus a {
              background: none;
              text-decoration: none; }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types {
              display: grid;
              grid-template-columns: repeat(3, 1fr);
              gap: 15px;
              padding: 2rem 0; }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types a {
                background-color: #1795c4;
                position: relative;
                font-size: 16px;
                line-height: 19px;
                font-weight: bold;
                padding: 12px;
                text-align: right;
                color: #fff;
                transform: skewX(-10deg);
                width: 90%;
                margin-left: auto; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types a img {
                  position: absolute;
                  top: -70%;
                  left: -10%;
                  transform: skewX(10deg); }
                  @media screen and (max-width: 1350px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types a img {
                      width: 90px;
                      top: -45%; } }
                  @media only screen and (max-width: 1023px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types a img {
                      width: initial;
                      top: -70%; } }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types a span {
                  transform: skewX(10deg);
                  display: block; }
                @media screen and (max-width: 1439px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types a {
                    font-size: 15px; } }
                @media screen and (max-width: 1350px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types a {
                    font-size: 14px; } }
                @media only screen and (max-width: 1023px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types a {
                    font-size: 16px; } }
              @media only screen and (max-width: 1200px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types {
                  grid-template-columns: repeat(2, 1fr);
                  grid-row-gap: 60px; } }
              @media only screen and (max-width: 1023px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types {
                  margin-top: 10px;
                  gap: 75px;
                  margin-bottom: 40px; } }
              @media only screen and (max-width: 767px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .popular-types {
                  grid-template-columns: repeat(1, 1fr);
                  padding-right: 20px; } }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type {
              display: grid;
              grid-template-columns: repeat(3, 1fr);
              gap: 60px 20px;
              place-items: center stretch; }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type a {
                font-size: 18px;
                font-weight: 600;
                line-height: 22px;
                color: #747474;
                border-bottom: 3px solid #1795c4;
                position: relative;
                text-align: right;
                transition: all 0.15s ease-in-out;
                width: 88%;
                margin-left: auto; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type a:hover {
                  border-color: #81ddff; }
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type a:hover span {
                    color: #1795c4; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type a img {
                  position: absolute;
                  top: -60%;
                  left: -5%;
                  transition: all 0.15s ease-in-out; }
                  @media screen and (max-width: 1350px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type a img {
                      width: 50px;
                      top: -40%; } }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type a img:nth-child(2) {
                  opacity: 0; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type a:hover img:nth-child(2) {
                  opacity: 1; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type a:hover img:first-child {
                  opacity: 0; }
                @media screen and (max-width: 1439px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type a {
                    font-size: 17px; } }
                @media screen and (max-width: 1350px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type a {
                    font-size: 16px; } }
                @media only screen and (max-width: 1023px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type a {
                    font-size: 18px; } }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type .shopBlock {
                text-align: center;
                margin-top: -45px;
                position: relative; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type .shopBlock a {
                  margin-bottom: 0;
                  padding: 6px 10px;
                  width: inherit;
                  font-size: 16px;
                  line-height: 25px;
                  font-weight: bold;
                  font-family: Oxygen, sans-serif;
                  color: #1795c4;
                  position: absolute;
                  top: 50%;
                  left: 60%;
                  transform: translate(-50%, -50%);
                  text-align: center;
                  white-space: nowrap;
                  border-width: 2px; }
                  @media only screen and (max-width: 1023px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type .shopBlock a {
                      font-size: 14px;
                      line-height: 22px; } }
                  @media only screen and (max-width: 767px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type .shopBlock a {
                      left: 50%; } }
              @media only screen and (max-width: 1200px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type {
                  grid-template-columns: repeat(2, 1fr);
                  grid-gap: 45px 10px; } }
              @media only screen and (max-width: 1023px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type {
                  padding-bottom: 60px;
                  position: relative; }
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type::after {
                    content: "";
                    position: absolute;
                    left: 0px;
                    width: 100%;
                    height: 1px;
                    background-color: #acacac;
                    bottom: 0; } }
              @media only screen and (max-width: 767px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .shop-by-type {
                  grid-template-columns: repeat(1, 1fr); } }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block {
              margin-top: 60px;
              display: grid;
              gap: 10px;
              grid-template-columns: fit-content(168px) auto; }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .information > div {
                border-bottom: 3px solid #acacac;
                display: flex;
                align-items: baseline; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .information > div a {
                  text-decoration: none; }
                @media only screen and (max-width: 1200px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .information > div {
                    flex-wrap: wrap; } }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .information .link {
                font-size: 16px;
                font-weight: bold;
                line-height: 25px;
                font-family: Oxygen, sans-serif;
                float: right;
                color: #1795c4;
                text-decoration: underline;
                padding: 0 15px;
                margin-right: 50px; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .information .link::before {
                  content: "";
                  clip-path: polygon(0 0%, 50% 50%, 0% 100%);
                  width: 10px;
                  height: 10px;
                  background: #1795c4;
                  display: inline-block; }
                @media screen and (max-width: 1350px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .information .link {
                    margin-right: 15px; } }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .excl_title {
                font-size: 32px;
                line-height: 39px;
                font-weight: bold;
                font-style: italic;
                margin-right: 20px;
                color: #525252; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .excl_title + span {
                  font-size: 18px;
                  line-height: 22px;
                  font-weight: 500;
                  font-style: italic;
                  color: #525252; }
                  @media screen and (max-width: 1350px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .excl_title + span {
                      margin-right: 15px;
                      font-size: 16px; } }
                @media screen and (max-width: 1439px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .excl_title {
                    font-size: 30px; } }
                @media screen and (max-width: 1350px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .excl_title {
                    font-size: 26px; } }
                @media only screen and (max-width: 1200px) {
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block .excl_title {
                    line-height: 30px; } }
              @media only screen and (max-width: 1200px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block {
                  margin-top: 40px; } }
              @media only screen and (max-width: 1023px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .menus .exclusive-block {
                  display: none; } }
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info {
              color: #fff;
              padding-top: 34px; }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .staff-picks {
                position: relative;
                margin-bottom: 10px; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .staff-picks .staff {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  padding: 20px; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .staff-picks h3 {
                  margin: 0;
                  line-height: 29px;
                  font-size: 24px;
                  font-weight: bold;
                  color: #fff;
                  font-family: "Montserrat", sans-serif; }
                  @media screen and (max-width: 1350px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .staff-picks h3 {
                      font-size: 22px; } }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .staff-picks p {
                  font-size: 16px;
                  font-weight: 500;
                  line-height: 21px;
                  margin: 5px 0 0;
                  padding-bottom: 20px;
                  color: #fff; }
                  @media screen and (max-width: 1350px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .staff-picks p {
                      font-size: 15px;
                      margin: 0;
                      padding-bottom: 15px; } }
                  @media only screen and (max-width: 1200px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .staff-picks p {
                      font-size: 14px; } }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .staff-picks .btn {
                  font-weight: bold;
                  font-size: 13px;
                  line-height: 16px;
                  padding: 10px;
                  background-color: #1795c4;
                  color: #fff;
                  position: relative;
                  text-decoration: none; }
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .staff-picks .btn::after {
                    content: "";
                    clip-path: polygon(0 0%, 100% 0, 0% 100%);
                    width: 12px;
                    height: 100%;
                    background: #4a95c4;
                    position: absolute;
                    top: 0;
                    right: -12px; }
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .exclusive {
                position: relative; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .exclusive .hunting {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  padding: 10px;
                  width: 100%; }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .exclusive .box {
                  padding: 10px;
                  background: rgba(224, 78, 0, 0.93);
                  position: relative;
                  width: 84%; }
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .exclusive .box::after {
                    content: "";
                    clip-path: polygon(0 0%, 100% 0, 0% 100%);
                    width: 12px;
                    height: 100%;
                    background: rgba(224, 78, 0, 0.93);
                    position: absolute;
                    top: 0;
                    right: -12px; }
                  @media screen and (max-width: 1350px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .exclusive .box {
                      width: 90%; } }
                  @media only screen and (max-width: 1200px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .exclusive .box {
                      text-align: left; } }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .exclusive h3 {
                  margin: 0;
                  line-height: 25px;
                  font-size: 21px;
                  font-weight: bold;
                  color: #fff;
                  font-family: "Montserrat", sans-serif; }
                  @media screen and (max-width: 1439px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .exclusive h3 {
                      font-size: 20px; } }
                  @media screen and (max-width: 1350px) {
                    header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .exclusive h3 {
                      font-size: 18px; } }
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .exclusive .btn {
                  font-weight: bold;
                  font-size: 13px;
                  line-height: 20px;
                  font-family: Oxygen, sans-serif;
                  color: #fff;
                  text-transform: uppercase; }
                  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info .exclusive .btn:hover {
                    background: none; }
              @media only screen and (max-width: 1023px) {
                header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer .info {
                  display: none; } }
            @media only screen and (max-width: 1200px) {
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer {
                grid-template-columns: 2.5fr 1.25fr; } }
            @media only screen and (max-width: 1023px) {
              header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu .shopBycontainer {
                grid-template-columns: auto; } }
          @media screen and (max-width: 1439px) {
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu {
              padding-left: 3rem !important;
              padding-right: 3rem !important; } }
          @media screen and (max-width: 1350px) {
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu {
              padding-left: 2rem !important;
              padding-right: 2rem !important; } }
          @media only screen and (max-width: 1023px) {
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu {
              border-top: 0 !important;
              padding-right: 0 !important;
              padding-left: 20px !important; } }
          @media only screen and (max-width: 767px) {
            header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu {
              padding: 0 20px !important;
              padding-right: 0 !important; } }
        @media (max-width: 1023px) {
          header.custom-header .main-header nav.navPages .navPages-item {
            border: 0;
            float: none; }
            header.custom-header .main-header nav.navPages .navPages-item .navPages-action {
              position: relative; }
              header.custom-header .main-header nav.navPages .navPages-item .navPages-action:hover, header.custom-header .main-header nav.navPages .navPages-item .navPages-action.is-open {
                background-color: #1795c4;
                color: #fff; }
                header.custom-header .main-header nav.navPages .navPages-item .navPages-action:hover i svg, header.custom-header .main-header nav.navPages .navPages-item .navPages-action.is-open i svg {
                  fill: #fff;
                  stroke: #fff; }
              header.custom-header .main-header nav.navPages .navPages-item .navPages-action.is-open i {
                transform: rotate(180deg) translateY(50%); }
              header.custom-header .main-header nav.navPages .navPages-item .navPages-action i {
                float: right;
                transform: translateY(-50%);
                top: 50%;
                right: 15px;
                position: absolute; }
            header.custom-header .main-header nav.navPages .navPages-item.shop_by_type > a::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 20px;
              width: calc(100% - 20px);
              height: 1px;
              background-color: #acacac; }
            header.custom-header .main-header nav.navPages .navPages-item.sperator {
              display: none; } }

footer.custom-footer {
  background-color: #eaeaea; }
  footer.custom-footer .mainContainer {
    max-width: 1330px;
    display: flex;
    margin-left: auto;
    margin-right: auto; }
    footer.custom-footer .mainContainer .col:first-child {
      width: 35%; }
      @media only screen and (max-width: 1023px) {
        footer.custom-footer .mainContainer .col:first-child {
          width: 100%; } }
    footer.custom-footer .mainContainer .col:last-child {
      padding: 30px 30px 20px 30px;
      width: 65%;
      order: 0; }
      @media only screen and (max-width: 1023px) {
        footer.custom-footer .mainContainer .col:last-child {
          width: 100%; } }
    footer.custom-footer .mainContainer .col {
      order: 1; }
      footer.custom-footer .mainContainer .col.rowMenu {
        display: flex;
        flex-wrap: wrap;
        margin-left: auto; }
        footer.custom-footer .mainContainer .col.rowMenu .address {
          width: 33.3%; }
          @media only screen and (max-width: 1200px) {
            footer.custom-footer .mainContainer .col.rowMenu .address {
              width: 30%; } }
          @media only screen and (max-width: 767px) {
            footer.custom-footer .mainContainer .col.rowMenu .address {
              width: 100%;
              text-align: center; } }
          footer.custom-footer .mainContainer .col.rowMenu .address .footer-logo {
            margin-bottom: 20px; }
          footer.custom-footer .mainContainer .col.rowMenu .address .footer-contact * {
            font-size: 12px;
            font-weight: 500;
            margin-bottom: 5px;
            display: inline-block;
            text-decoration: none; }
        footer.custom-footer .mainContainer .col.rowMenu .links {
          display: flex;
          width: 66.3%; }
          @media only screen and (max-width: 1200px) {
            footer.custom-footer .mainContainer .col.rowMenu .links {
              width: 70%; } }
          @media only screen and (max-width: 1023px) {
            footer.custom-footer .mainContainer .col.rowMenu .links {
              flex-wrap: wrap;
              flex-direction: column; } }
          @media only screen and (max-width: 767px) {
            footer.custom-footer .mainContainer .col.rowMenu .links {
              width: 100%; } }
          footer.custom-footer .mainContainer .col.rowMenu .links h5 {
            font-family: Oxygen, sans-serif;
            font-size: 18px;
            font-weight: 700;
            color: #313131; }
            @media only screen and (max-width: 1023px) {
              footer.custom-footer .mainContainer .col.rowMenu .links h5 {
                font-size: 16px;
                margin-bottom: 0; }
                footer.custom-footer .mainContainer .col.rowMenu .links h5::after {
                  color: #313131;
                  content: "\f2c7";
                  font-family: "ionicons";
                  float: right;
                  font-size: 18px; }
                footer.custom-footer .mainContainer .col.rowMenu .links h5.expanded:after {
                  content: "\f2f4"; } }
          footer.custom-footer .mainContainer .col.rowMenu .links a {
            color: #525252;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none; }
          footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links {
            float: unset; }
            @media only screen and (max-width: 1023px) {
              footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links ul {
                margin: 12px 0 0;
                column-count: inherit; } }
            footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links li {
              margin-bottom: 12px; }
            footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:first-child {
              width: 33.3%;
              border-right: 1px solid rgba(0, 0, 0, 0.16); }
              @media only screen and (max-width: 1200px) {
                footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:first-child {
                  width: 40%; } }
              @media only screen and (max-width: 1023px) {
                footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:first-child {
                  width: 100%;
                  border-right: 0; } }
            footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:last-child {
              width: 66.6%;
              padding-left: 20px; }
              @media only screen and (max-width: 1200px) {
                footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:last-child {
                  width: 60%; } }
              @media only screen and (max-width: 1023px) {
                footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:last-child {
                  width: 100%;
                  padding-left: 0; } }
            @media only screen and (max-width: 1023px) {
              footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links {
                border-bottom: 1px solid #acacac;
                padding: 8px 0;
                margin: 12px 0 0; } }
        footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
          width: 100%;
          font-size: 11px;
          margin-top: 5px; }
          footer.custom-footer .mainContainer .col.rowMenu .footer-copyright a {
            text-decoration: underline; }
          @media only screen and (max-width: 1023px) {
            footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
              width: 70%;
              margin-left: auto;
              margin-top: 0; } }
          @media only screen and (max-width: 767px) {
            footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
              width: 100%;
              margin-top: 0;
              padding: 15px 0; } }
        @media only screen and (max-width: 1200px) {
          footer.custom-footer .mainContainer .col.rowMenu {
            max-width: 100%; } }
      footer.custom-footer .mainContainer .col .sign_up {
        background-color: #d3d3d3;
        padding: 30px;
        box-sizing: border-box;
        height: 100%; }
        footer.custom-footer .mainContainer .col .sign_up div.forMaxContainer {
          max-width: 465px;
          margin-right: auto; }
          @media only screen and (max-width: 1023px) {
            footer.custom-footer .mainContainer .col .sign_up div.forMaxContainer {
              max-width: 100%;
              position: relative; } }
          @media only screen and (max-width: 767px) {
            footer.custom-footer .mainContainer .col .sign_up div.forMaxContainer {
              text-align: center;
              display: flex;
              flex-wrap: wrap;
              justify-content: center; } }
        footer.custom-footer .mainContainer .col .sign_up h5 {
          font-size: 24px;
          font-weight: bold;
          font-family: Oxygen, sans-serif;
          margin-top: 0;
          color: #313131;
          margin-bottom: 5px; }
          @media only screen and (max-width: 1023px) {
            footer.custom-footer .mainContainer .col .sign_up h5 {
              width: 50%; }
              footer.custom-footer .mainContainer .col .sign_up h5::after {
                content: none; } }
          @media only screen and (max-width: 767px) {
            footer.custom-footer .mainContainer .col .sign_up h5 {
              width: 100%;
              text-align: center;
              font-size: 22px; } }
        footer.custom-footer .mainContainer .col .sign_up p {
          font-size: 16px;
          font-weight: 600; }
          @media only screen and (max-width: 1023px) {
            footer.custom-footer .mainContainer .col .sign_up p {
              margin-bottom: 10px;
              width: 53%; } }
          @media only screen and (max-width: 767px) {
            footer.custom-footer .mainContainer .col .sign_up p {
              width: 100%; } }
        footer.custom-footer .mainContainer .col .sign_up form {
          margin-bottom: 0; }
          footer.custom-footer .mainContainer .col .sign_up form .form-field {
            margin-bottom: 1.2rem; }
          footer.custom-footer .mainContainer .col .sign_up form .form-prefixPostfix input {
            border-radius: 20px;
            font-size: 14px;
            font-family: Oxygen, sans-serif;
            border: 0; }
            footer.custom-footer .mainContainer .col .sign_up form .form-prefixPostfix input[type="email"] {
              color: #313131;
              height: 40px; }
            footer.custom-footer .mainContainer .col .sign_up form .form-prefixPostfix input[type="submit"] {
              background-color: #e04e00;
              font-weight: bold;
              height: 40px; }
              @media only screen and (max-width: 1200px) {
                footer.custom-footer .mainContainer .col .sign_up form .form-prefixPostfix input[type="submit"] {
                  width: inherit;
                  padding: 10px;
                  margin: 0 0 0 10px; } }
              @media only screen and (max-width: 1023px) {
                footer.custom-footer .mainContainer .col .sign_up form .form-prefixPostfix input[type="submit"] {
                  width: 100%;
                  padding: 0;
                  margin: 10px 0 0; } }
            footer.custom-footer .mainContainer .col .sign_up form .form-prefixPostfix input::-webkit-input-placeholder {
              color: #313131; }
            footer.custom-footer .mainContainer .col .sign_up form .form-prefixPostfix input::-moz-input-placeholder {
              color: #313131; }
            footer.custom-footer .mainContainer .col .sign_up form .form-prefixPostfix input::placeholder {
              color: #313131; }
            @media only screen and (max-width: 1023px) {
              footer.custom-footer .mainContainer .col .sign_up form .form-prefixPostfix input {
                flex: unset;
                width: 100%; } }
          @media only screen and (max-width: 1200px) {
            footer.custom-footer .mainContainer .col .sign_up form .form-prefixPostfix {
              flex-wrap: nowrap; } }
          @media only screen and (max-width: 1023px) {
            footer.custom-footer .mainContainer .col .sign_up form .form-prefixPostfix {
              flex-wrap: wrap; } }
          @media only screen and (max-width: 1023px) {
            footer.custom-footer .mainContainer .col .sign_up form {
              width: 40%;
              position: absolute;
              right: 0;
              top: 0; } }
          @media only screen and (max-width: 767px) {
            footer.custom-footer .mainContainer .col .sign_up form {
              position: relative;
              width: 100%;
              order: 4; } }
        footer.custom-footer .mainContainer .col .sign_up .footer-social .socialLinks li {
          margin-right: 30px; }
          footer.custom-footer .mainContainer .col .sign_up .footer-social .socialLinks li .icon {
            width: 30px;
            height: 30px; }
            footer.custom-footer .mainContainer .col .sign_up .footer-social .socialLinks li .icon svg {
              fill: #707070; }
        @media only screen and (max-width: 767px) {
          footer.custom-footer .mainContainer .col .sign_up .footer-social {
            order: 3;
            margin-bottom: 15px; } }
        @media only screen and (max-width: 1200px) {
          footer.custom-footer .mainContainer .col .sign_up {
            padding: 20px; } }
      @media only screen and (max-width: 1023px) {
        footer.custom-footer .mainContainer .col {
          order: unset;
          width: 100%; } }
    @media only screen and (max-width: 1023px) {
      footer.custom-footer .mainContainer {
        flex-wrap: wrap; } }

.dropdown-menu {
  min-width: 320px;
  max-width: 320px;
  background-color: #fff; }
  .dropdown-menu .previewCart {
    padding: 20px 10px;
    max-width: 100%; }
    .dropdown-menu .previewCart .previewCartList .previewCartItem {
      max-width: 100%;
      padding-bottom: 20px;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      border: none; }
      .dropdown-menu .previewCart .previewCartList .previewCartItem:last-child {
        padding-bottom: 0px; }
      .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-image img {
        width: 100%;
        max-height: unset;
        bottom: auto; }
      .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content {
        padding-left: 14px;
        padding-right: 0px; }
        .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
          display: none; }
        .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
          font-family: Oxygen;
          font-weight: bold;
          font-size: 14px;
          line-height: 18px;
          text-align: left;
          color: #17020d; }
        .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
          line-height: 0;
          font-size: 17px;
          color: #000;
          font-weight: bold; }
          .dropdown-menu .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price span {
            font-family: Oxygen;
            font-weight: bold;
            font-size: 17px;
            line-height: 40px;
            text-align: left;
            color: #000; }
    .dropdown-menu .previewCart .previewCartAction {
      padding: 20px 0px 0px 0px;
      display: flex;
      justify-content: space-between;
      border-top: 1px solid #ACACAC; }
      .dropdown-menu .previewCart .previewCartAction:before, .dropdown-menu .previewCart .previewCartAction:after {
        display: none; }
      .dropdown-menu .previewCart .previewCartAction .previewCartAction-checkout {
        width: calc(50% - 5px);
        padding: 0px; }
        .dropdown-menu .previewCart .previewCartAction .previewCartAction-checkout .button {
          height: 40px !important;
          background: #72ac72;
          font-family: Oxygen;
          font-weight: bold;
          font-size: 14px;
          text-align: center;
          color: #fff;
          border: 1px solid #72ac72; }
          .dropdown-menu .previewCart .previewCartAction .previewCartAction-checkout .button:hover {
            border: 1px solid #82C482;
            background: #82C482; }
      .dropdown-menu .previewCart .previewCartAction .previewCartAction-viewCart {
        width: calc(50% - 5px);
        padding: 0px; }
        .dropdown-menu .previewCart .previewCartAction .previewCartAction-viewCart .button {
          height: 40px !important;
          background: #fff;
          font-family: Oxygen;
          font-weight: bold;
          font-size: 14px;
          text-align: center;
          color: #72ac72;
          border: 1px solid #72ac72; }
          .dropdown-menu .previewCart .previewCartAction .previewCartAction-viewCart .button:hover {
            background: #72AC72;
            color: #fff; }

footer.custom-footer .mainContainer .col.rowMenu {
  background: #eaeaea; }

header.custom-header {
  background-color: #FFFFFF;
  border-bottom: 1px solid #D3D3D3; }
  header.custom-header .main-header {
    flex-wrap: wrap;
    justify-content: center; }
    header.custom-header .main-header .toggleForMob {
      width: 70px;
      background-color: #707070;
      display: none; }
      @media only screen and (max-width: 1023px) {
        header.custom-header .main-header .toggleForMob {
          display: block; } }
      header.custom-header .main-header .toggleForMob .mobileMenu-toggle:not(.is-open) {
        width: 100%;
        padding: 12px;
        height: 90px; }
        @media (max-width: 1023px) {
          header.custom-header .main-header .toggleForMob .mobileMenu-toggle:not(.is-open) {
            height: 55px;
            top: 17px; } }
        @media only screen and (max-width: 767px) {
          header.custom-header .main-header .toggleForMob .mobileMenu-toggle:not(.is-open) {
            padding: 15px;
            top: 12px; } }
        header.custom-header .main-header .toggleForMob .mobileMenu-toggle:not(.is-open) .mobileMenu-toggleIcon {
          width: 36px;
          top: 50%;
          transform: translateY(-50%); }
          @media only screen and (max-width: 767px) {
            header.custom-header .main-header .toggleForMob .mobileMenu-toggle:not(.is-open) .mobileMenu-toggleIcon {
              width: 30px; } }
          header.custom-header .main-header .toggleForMob .mobileMenu-toggle:not(.is-open) .mobileMenu-toggleIcon::before, header.custom-header .main-header .toggleForMob .mobileMenu-toggle:not(.is-open) .mobileMenu-toggleIcon::after {
            width: 36px; }
            @media only screen and (max-width: 767px) {
              header.custom-header .main-header .toggleForMob .mobileMenu-toggle:not(.is-open) .mobileMenu-toggleIcon::before, header.custom-header .main-header .toggleForMob .mobileMenu-toggle:not(.is-open) .mobileMenu-toggleIcon::after {
                width: 30px; } }
          header.custom-header .main-header .toggleForMob .mobileMenu-toggle:not(.is-open) .mobileMenu-toggleIcon::after {
            top: -10px; }
          header.custom-header .main-header .toggleForMob .mobileMenu-toggle:not(.is-open) .mobileMenu-toggleIcon::before {
            top: 10px; }
      @media only screen and (max-width: 767px) {
        header.custom-header .main-header .toggleForMob .mobileMenu-toggle {
          padding: 15px; } }
      header.custom-header .main-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon {
        width: 36px; }
        @media only screen and (max-width: 767px) {
          header.custom-header .main-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon {
            width: 30px;
            height: 3px; } }
        header.custom-header .main-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon::before, header.custom-header .main-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon::after {
          width: 36px; }
          @media only screen and (max-width: 767px) {
            header.custom-header .main-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon::before, header.custom-header .main-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon::after {
              width: 30px;
              height: 3px; } }
      header.custom-header .main-header .toggleForMob .mobileMenu-toggle.is-open {
        top: 17px; }
        @media only screen and (max-width: 767px) {
          header.custom-header .main-header .toggleForMob .mobileMenu-toggle.is-open {
            top: 12px; } }
    header.custom-header .main-header .logo-and-menu {
      width: 100%;
      padding: 0;
      display: flex;
      max-width: 1370px; }
      @media only screen and (max-width: 1023px) {
        header.custom-header .main-header .logo-and-menu {
          width: calc(100% - 70px); } }
      header.custom-header .main-header .logo-and-menu > a {
        display: inline-block;
        max-width: 160px;
        padding-left: 15px; }
        @media (max-width: 1300px) {
          header.custom-header .main-header .logo-and-menu > a {
            max-width: 190px;
            padding-right: 15px; } }
        @media only screen and (max-width: 1200px) {
          header.custom-header .main-header .logo-and-menu > a {
            padding-right: 0; } }
        @media only screen and (max-width: 767px) {
          header.custom-header .main-header .logo-and-menu > a {
            width: 100%;
            max-width: 100%;
            text-align: center; } }
        @media (max-width: 375px) {
          header.custom-header .main-header .logo-and-menu > a {
            padding-left: 10px; } }
        header.custom-header .main-header .logo-and-menu > a .header-logo-image-container {
          padding-top: 16px;
          max-width: 100%;
          min-height: 90px; }
          @media (max-width: 1024px) {
            header.custom-header .main-header .logo-and-menu > a .header-logo-image-container svg {
              max-width: 150px; } }
          @media (max-width: 1023px) {
            header.custom-header .main-header .logo-and-menu > a .header-logo-image-container {
              min-height: 80px;
              padding-top: 15px; } }
          @media only screen and (max-width: 767px) {
            header.custom-header .main-header .logo-and-menu > a .header-logo-image-container {
              min-height: 80px; } }
      header.custom-header .main-header .logo-and-menu .menu-right {
        width: 100%;
        padding-right: 24px; }
        @media only screen and (max-width: 1200px) {
          header.custom-header .main-header .logo-and-menu .menu-right {
            padding-right: 0; } }
        @media only screen and (max-width: 767px) {
          header.custom-header .main-header .logo-and-menu .menu-right {
            width: auto; } }
        @media only screen and (max-width: 767px) {
          header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search._open {
            margin: 0;
            max-width: 100%;
            top: 80px !important; }
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search._open .container::before {
              background-color: #EAEAEA;
              width: 12px;
              height: 12px;
              top: -6px; }
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search._open .container form .form-field .cutomClose svg {
              width: 50px;
              height: 21px;
              top: 2px;
              position: relative; }
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search._open .container form .form-field .form-input {
              background-color: #EAEAEA;
              padding: 19px 20px 15px 64px;
              height: 54px;
              line-height: 22px; } }
        header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search {
          max-width: 640px;
          width: 100%;
          margin-left: auto;
          flex: 1 1 0;
          margin-right: 25px; }
          @media only screen and (max-width: 1200px) {
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search {
              max-width: 46.3%; } }
          @media only screen and (max-width: 1023px) {
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search {
              max-width: 75%;
              margin: 0;
              margin-left: 5px; } }
          @media only screen and (max-width: 767px) {
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search {
              max-width: 100%;
              margin: 0;
              opacity: 1;
              padding: 10px;
              background: #fff; } }
          header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search .container {
            max-width: 640px;
            width: 100%; }
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search .container form input {
              background-color: #EAEAEA;
              height: 45px;
              padding: 13px 10px;
              font-family: "Oxygen", sans-serif;
              font-size: 16px;
              line-height: 20px;
              color: #313131; }
          header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search .navUser-action--quickSearch {
            height: 45px;
            padding: 10px; }
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search .navUser-action--quickSearch svg {
              stroke: none; }
            @media only screen and (max-width: 767px) {
              header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search .navUser-action--quickSearch {
                top: 10px;
                right: 10px; } }
        header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info {
          width: 300px;
          padding: 0;
          margin-right: 37px;
          margin-left: auto; }
          @media only screen and (max-width: 1200px) {
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info {
              margin-right: 27px; } }
          header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info a, header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info span {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px !important;
            line-height: 18px;
            font-weight: 500;
            color: #313131;
            padding: 0;
            max-width: fit-content; }
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info a svg, header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info span svg {
              margin: 0;
              vertical-align: sub; }
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info a:hover, header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info span:hover {
              color: #707070; }
          header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info span {
            padding: 0 3px; }
          header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info .sign-in {
            text-transform: uppercase;
            font-weight: bold; }
        header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart {
          margin-bottom: 20px; }
          @media only screen and (max-width: 1200px) {
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart {
              margin-right: 0px; } }
          @media only screen and (max-width: 1023px) {
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart {
              margin-bottom: 0px; } }
          @media (max-width: 1023px) {
            header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart {
              width: 80px;
              height: 80px; } }
          header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart .countPill {
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            line-height: 18px;
            font-weight: bold; }
            @media only screen and (max-width: 1023px) {
              header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart .countPill {
                font-size: 17px;
                line-height: 20px; } }
    header.custom-header .main-header .navPages-container {
      float: none;
      width: 100%;
      position: relative;
      padding: 0;
      border-top: 1px solid #D3D3D3; }
      header.custom-header .main-header .navPages-container .navPages {
        max-width: 1370px;
        background-color: #fff;
        position: relative; }
        header.custom-header .main-header .navPages-container .navPages .navPages-list {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-around;
          max-width: 1300px;
          margin: auto; }
          @media only screen and (max-width: 1200px) {
            header.custom-header .main-header .navPages-container .navPages .navPages-list {
              justify-content: space-between;
              padding: 0 35px; } }
          header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob) {
            font-size: 18px;
            line-height: 18px;
            font-weight: 700;
            font-family: 'Montserrat', sans-serif;
            color: #313131;
            padding: 10px;
            border: 0;
            text-align: center; }
            @media only screen and (max-width: 1200px) {
              header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob) {
                font-size: 15px;
                line-height: 16px; } }
            @media only screen and (max-width: 1023px) {
              header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob) {
                display: none; } }
            header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob):hover {
              color: #fff;
              background-color: #1795C4; }
              header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob):hover i svg {
                fill: #fff !important;
                stroke: #fff !important; }
            header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob) svg {
              fill: none;
              stroke: none; }
            header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob) span {
              display: block;
              font-size: 13px;
              font-weight: 600; }
              @media only screen and (max-width: 1200px) {
                header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob) span {
                  font-size: 11px; } }
          header.custom-header .main-header .navPages-container .navPages .navPages-list .drop .navPages-action:not(.mob):hover i svg {
            fill: #fff !important;
            stroke: #fff !important; }
          header.custom-header .main-header .navPages-container .navPages .navPages-list .drop .navPages-action:not(.mob) p {
            font-size: 12px;
            font-weight: 600;
            margin: 0;
            float: right;
            text-align: left;
            padding-left: 5px; }
            @media only screen and (max-width: 1200px) {
              header.custom-header .main-header .navPages-container .navPages .navPages-list .drop .navPages-action:not(.mob) p {
                font-size: 10px; } }
            header.custom-header .main-header .navPages-container .navPages .navPages-list .drop .navPages-action:not(.mob) p span {
              font-size: 18px;
              font-weight: 700; }
              @media only screen and (max-width: 1200px) {
                header.custom-header .main-header .navPages-container .navPages .navPages-list .drop .navPages-action:not(.mob) p span {
                  font-size: 15px; } }
          @media only screen and (max-width: 1200px) {
            header.custom-header .main-header .navPages-container .navPages .navPages-list .drop .navPages-action:not(.mob) svg {
              width: 24px; } }
          header.custom-header .main-header .navPages-container .navPages .navPages-list .shop-by .go-back {
            display: none; }
          header.custom-header .main-header .navPages-container .navPages .navPages-list .shop-by .navPages-action:not(.mob) {
            text-align: left; }
            header.custom-header .main-header .navPages-container .navPages .navPages-list .shop-by .navPages-action:not(.mob) i {
              width: 14px;
              height: 8px;
              margin: 0; }
              @media only screen and (max-width: 1200px) {
                header.custom-header .main-header .navPages-container .navPages .navPages-list .shop-by .navPages-action:not(.mob) i {
                  width: 12px;
                  height: 7px; } }
              header.custom-header .main-header .navPages-container .navPages .navPages-list .shop-by .navPages-action:not(.mob) i svg {
                fill: #1795C4;
                stroke: #1795C4; }
          header.custom-header .main-header .navPages-container .navPages .navPages-list .add-on .navPages-action:not(.mob) span {
            font-size: 18px;
            font-weight: 700; }
            @media only screen and (max-width: 1200px) {
              header.custom-header .main-header .navPages-container .navPages .navPages-list .add-on .navPages-action:not(.mob) span {
                font-size: 15px; } }
          header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob).exclusive {
            padding: 18px 10px; }
            header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob).exclusive:hover svg {
              stroke: #fff; }
            header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob).exclusive svg {
              vertical-align: sub;
              position: relative;
              top: -3px; }
              @media only screen and (max-width: 1200px) {
                header.custom-header .main-header .navPages-container .navPages .navPages-list .navPages-action:not(.mob).exclusive svg {
                  width: 18px; } }
          header.custom-header .main-header .navPages-container .navPages .navPages-list .new-li > .new {
            padding: 18px 10px;
            color: #E04E00; }
          header.custom-header .main-header .navPages-container .navPages .navPages-list .sale-li > .sale {
            padding: 18px 10px;
            color: #A30000; }
          header.custom-header .main-header .navPages-container .navPages .navPages-list .sperator {
            position: relative; }
            header.custom-header .main-header .navPages-container .navPages .navPages-list .sperator a.staff-picks {
              color: #fff; }
              header.custom-header .main-header .navPages-container .navPages .navPages-list .sperator a.staff-picks::after {
                content: "";
                position: absolute;
                width: 2px;
                top: 0px;
                background-color: #D3D3D3;
                height: 36px; }
        header.custom-header .main-header .navPages-container .navPages .account-info, header.custom-header .main-header .navPages-container .navPages .stock {
          display: none; }

@media only screen and (max-width: 1023px) {
  .has-activeNavPages header.custom-header .main-header .toggleForMob {
    background-color: #ACACAC; }
  .has-activeNavPages header.custom-header .main-header .navPages-container.is-open {
    top: 0; }
    .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages {
      padding: 0; }
      .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list {
        flex-direction: column;
        padding: 0; }
        .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .navPages-item {
          width: 100%; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .navPages-item.drop {
            background-image: url("../img/sf/new/drop-bg-mob.png");
            background-size: cover; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action:not(.desk) {
            display: block;
            text-align: left;
            font-size: 20px;
            line-height: 24px;
            font-weight: 700;
            font-family: 'Montserrat', sans-serif;
            color: #313131;
            border: 0;
            padding: 11px 20px; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action:not(.desk) svg {
              fill: none;
              stroke: none; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action:not(.desk) span {
              display: inline;
              font-size: 20px;
              line-height: 24px; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action:not(.desk).has-subMenu.is-open {
              background-color: #fff; }
              .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action:not(.desk).has-subMenu.is-open i {
                display: none; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action:not(.desk):hover {
              color: #fff; }
              .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .navPages-item .navPages-action:not(.desk):hover svg {
                stroke: #fff !important; }
        .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .drop .navPages-action:not(.desk) {
          display: flex;
          gap: 10px;
          padding: 20px 40px;
          position: relative; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .drop .navPages-action:not(.desk)::after {
            content: "";
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 20px;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 11px solid #E04E00; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .drop .navPages-action:not(.desk):hover svg {
            stroke: none !important; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .drop .navPages-action:not(.desk):hover::after {
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-left: 11px solid #fff; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .drop .navPages-action:not(.desk) svg {
            width: 38px;
            height: 47px; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .drop .navPages-action:not(.desk) p {
            font-size: 16px;
            line-height: 23px;
            font-weight: 600;
            margin: 0;
            padding-left: 0px;
            float: unset; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .drop .navPages-action:not(.desk) p span {
              display: block;
              font-size: 23px;
              font-weight: 700; }
        .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .stock {
          display: block;
          padding: 10px;
          margin-bottom: 8px; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .stock .stock-btns {
            display: flex;
            justify-content: space-between; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .stock .stock-btns > a {
              display: inline-block;
              width: 49%;
              font-size: 15px;
              height: 44px;
              line-height: 44px;
              font-weight: bold;
              color: #fff;
              text-decoration: none;
              text-align: center; }
              .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .stock .stock-btns > a::after {
                content: "";
                position: relative;
                right: -8px;
                display: inline-block;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-left: 6px solid #fff; }
              .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .stock .stock-btns > a.new-arrival {
                background-color: #1795C4; }
              .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .stock .stock-btns > a.restock {
                background-color: #0E5C78; }
        .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active {
          position: absolute;
          background: #FCFCFC !important;
          z-index: 9; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .go-back {
            display: block;
            text-align: center;
            margin-top: 23px;
            font-family: "Oxygen", sans-serif;
            font-size: 13px;
            line-height: 16px;
            font-weight: 700;
            color: #707070;
            text-decoration: none; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .go-back i {
              height: 25px;
              width: 25px;
              position: relative;
              left: 5px;
              top: -1px; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPages-action.has-subMenu.mob {
            pointer-events: none; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active a.navPages-action.has-subMenu.mob.is-open {
            background-color: transparent;
            text-align: center;
            font-size: 30px;
            line-height: 50px;
            margin-bottom: 5px;
            color: #000; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active a.navPages-action.has-subMenu.mob.is-open span {
              font-size: 22px; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active a.navPages-action.has-subMenu.mob.is-open i {
              display: none; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu {
            padding: 0 20px 50px !important; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu h4 {
              font-size: 20px;
              line-height: 24px;
              margin-bottom: 18px; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .top_brands {
              gap: 12px; }
              .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .top_brands img {
                height: 60px;
                object-fit: cover; }
              .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .top_brands .menu-brand-name {
                display: none; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .popular_brands a {
              width: 90px; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .popular_brands .menu-brand-name {
              display: none; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .popular-types {
              padding-right: 0;
              gap: 85px;
              margin-bottom: 68px; }
              .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .popular-types a {
                padding: 9px; }
                .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .popular-types a span {
                  text-align: left;
                  padding-left: 75px; }
                .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .popular-types a img {
                  left: -42px;
                  transform: skewX(20deg); }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .shop-by-type {
              grid-template-columns: repeat(4, 23%);
              grid-gap: 40px 18px; }
              .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .shop-by-type::after {
                display: none; }
              .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .shop-by-type a {
                border: none;
                text-align: center; }
                .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .shop-by-type a span {
                  display: block;
                  font-size: 16px;
                  line-height: 19px;
                  font-weight: 600;
                  margin-top: 10px;
                  color: #525252;
                  font-family: "Montserrat", sans-serif; }
                .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .shop-by-type a > img:first-child {
                  position: relative;
                  top: auto;
                  left: auto;
                  width: 75px;
                  height: 75px; }
              .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .shop-by-type .shopBlock {
                grid-column-end: span 4; }
                .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .shop-by-type .shopBlock a {
                  margin-top: 40px;
                  width: 160px;
                  height: 40px;
                  line-height: 25px;
                  border: 2px solid #1795C4;
                  left: auto; }
        .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by .navPages-action:not(.desk) i {
          width: 18px;
          height: 11px;
          margin: 0;
          right: 20px; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by .navPages-action:not(.desk) i svg {
            width: 18px;
            height: 11px;
            fill: #1795C4;
            stroke: #1795C4;
            transform: rotate(270deg);
            stroke-width: 1.5px; }
        .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by .navPages-action:not(.desk) span {
          font-size: 14px;
          line-height: 24px;
          font-weight: 600; }
        .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .exclusive svg {
          float: unset;
          width: 21px;
          position: absolute;
          float: unset;
          left: 155px;
          top: 12px; }
        .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .new-li {
          display: none; }
        .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .sale-li > .sale {
          color: #A30000 !important; }
        .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .sperator {
          display: block; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .sperator.mob {
            display: none; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .sperator a.staff-picks {
            font-size: 0 !important;
            line-height: 0 !important; }
            .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .sperator a.staff-picks::after {
              height: 1px;
              width: calc(100% - 40px);
              top: 10px;
              left: 20px; }
      .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .account-info.mob {
        padding: 30px 20px 100px;
        background: #FAFAFA;
        margin-top: 20px; }
        .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .account-info.mob .header-utility a, .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .account-info.mob .header-utility span {
          font-family: "Montserrat", sans-serif;
          padding: 0 !important;
          font-size: 14px;
          line-height: 40px;
          color: #313131;
          font-weight: 500 !important; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .account-info.mob .header-utility a svg, .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .account-info.mob .header-utility span svg {
            width: 20px;
            height: 20px;
            vertical-align: middle; }
          .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .account-info.mob .header-utility a:last-child, .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .account-info.mob .header-utility span:last-child {
            font-weight: 700 !important; } }

header.custom-header .main-header nav.navPages .navPages-item.shop_by_type > a::after,
header.custom-header .main-header nav.navPages ul:first-child .navPages-action.new::before {
  content: none; }

@media only screen and (max-width: 767px) {
  .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .shop-by-type {
    grid-template-columns: repeat(2, 47%); }
  .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .shop-by-type .shopBlock {
    grid-column-end: span 2; } }

@media (min-width: 1024px) {
  footer.custom-footer {
    height: auto !important; } }

footer.custom-footer .mainContainer {
  max-width: 1440px; }
  footer.custom-footer .mainContainer .col:first-child {
    width: 34.1%; }
    @media only screen and (max-width: 1200px) {
      footer.custom-footer .mainContainer .col:first-child {
        width: 35.3%; } }
    @media only screen and (max-width: 1023px) {
      footer.custom-footer .mainContainer .col:first-child {
        width: 100%; } }
    footer.custom-footer .mainContainer .col:first-child .sign_up {
      padding: 24px 30px; }
      @media only screen and (max-width: 1200px) {
        footer.custom-footer .mainContainer .col:first-child .sign_up {
          padding: 24px 28px; } }
      @media only screen and (max-width: 1023px) {
        footer.custom-footer .mainContainer .col:first-child .sign_up {
          padding: 15px 23px 15px 30px; } }
      @media only screen and (max-width: 767px) {
        footer.custom-footer .mainContainer .col:first-child .sign_up {
          padding: 20px 15px; } }
      footer.custom-footer .mainContainer .col:first-child .sign_up .footer-info-heading {
        font-size: 24px;
        line-height: 26px;
        font-weight: 800;
        text-transform: initial;
        padding-right: 5px;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 10px; }
        @media only screen and (max-width: 1200px) {
          footer.custom-footer .mainContainer .col:first-child .sign_up .footer-info-heading {
            padding-right: 0; } }
        @media only screen and (max-width: 767px) {
          footer.custom-footer .mainContainer .col:first-child .sign_up .footer-info-heading {
            font-size: 22px;
            margin-bottom: 12px;
            text-align: center; } }
      footer.custom-footer .mainContainer .col:first-child .sign_up p {
        font-size: 16px;
        line-height: 22px;
        font-family: "Oxygen";
        color: #313131;
        margin-bottom: 19px; }
        @media only screen and (max-width: 1200px) {
          footer.custom-footer .mainContainer .col:first-child .sign_up p {
            padding-right: 3px; } }
        @media only screen and (max-width: 1023px) {
          footer.custom-footer .mainContainer .col:first-child .sign_up p {
            margin-bottom: 2px;
            padding: 0; } }
        @media only screen and (max-width: 767px) {
          footer.custom-footer .mainContainer .col:first-child .sign_up p {
            padding: 0;
            font-size: 15px;
            margin-bottom: 15px;
            text-align: center; } }
      @media only screen and (max-width: 1023px) {
        footer.custom-footer .mainContainer .col:first-child .sign_up form {
          width: 45%; } }
      @media only screen and (max-width: 767px) {
        footer.custom-footer .mainContainer .col:first-child .sign_up form {
          width: 100%; } }
      footer.custom-footer .mainContainer .col:first-child .sign_up form .form-field {
        margin-bottom: 0; }
        @media only screen and (max-width: 1023px) {
          footer.custom-footer .mainContainer .col:first-child .sign_up form .form-field .form-prefixPostfix {
            gap: 10px; } }
        @media only screen and (max-width: 767px) {
          footer.custom-footer .mainContainer .col:first-child .sign_up form .form-field .form-prefixPostfix {
            justify-content: center; } }
        footer.custom-footer .mainContainer .col:first-child .sign_up form .form-field .form-prefixPostfix input {
          border-radius: 0; }
          footer.custom-footer .mainContainer .col:first-child .sign_up form .form-field .form-prefixPostfix input.form-input {
            padding: 12px 10px; }
            @media only screen and (max-width: 1023px) {
              footer.custom-footer .mainContainer .col:first-child .sign_up form .form-field .form-prefixPostfix input.form-input {
                max-width: 68.5%; } }
            @media only screen and (max-width: 767px) {
              footer.custom-footer .mainContainer .col:first-child .sign_up form .form-field .form-prefixPostfix input.form-input {
                max-width: 65%; } }
          footer.custom-footer .mainContainer .col:first-child .sign_up form .form-field .form-prefixPostfix input.button {
            max-width: 90px;
            width: 100%;
            padding: 0;
            height: 40px; }
            footer.custom-footer .mainContainer .col:first-child .sign_up form .form-field .form-prefixPostfix input.button:hover {
              background-color: #FA5700; }
            @media only screen and (max-width: 1023px) {
              footer.custom-footer .mainContainer .col:first-child .sign_up form .form-field .form-prefixPostfix input.button {
                margin: 0; } }
      footer.custom-footer .mainContainer .col:first-child .sign_up .social-icons {
        margin-top: 20px; }
        @media only screen and (max-width: 1200px) {
          footer.custom-footer .mainContainer .col:first-child .sign_up .social-icons {
            margin-top: 14px; } }
        @media only screen and (max-width: 1023px) {
          footer.custom-footer .mainContainer .col:first-child .sign_up .social-icons {
            position: absolute;
            top: 56px;
            left: calc(100% - 45%); } }
        @media only screen and (max-width: 767px) {
          footer.custom-footer .mainContainer .col:first-child .sign_up .social-icons {
            position: relative;
            top: auto;
            left: auto;
            margin-top: 30px; } }
        footer.custom-footer .mainContainer .col:first-child .sign_up .social-icons ul {
          display: flex;
          gap: 30px;
          list-style: none;
          margin: 0; }
          @media only screen and (max-width: 767px) {
            footer.custom-footer .mainContainer .col:first-child .sign_up .social-icons ul {
              justify-content: center; } }
          footer.custom-footer .mainContainer .col:first-child .sign_up .social-icons ul li a {
            text-decoration: none;
            width: 100%;
            height: auto; }
            footer.custom-footer .mainContainer .col:first-child .sign_up .social-icons ul li a svg:hover {
              fill: #ACACAC; }
  footer.custom-footer .mainContainer .col.rowMenu {
    padding: 37px 22px 0 42px; }
    @media only screen and (max-width: 1200px) {
      footer.custom-footer .mainContainer .col.rowMenu {
        padding: 37px 14px 0 20px; } }
    @media only screen and (max-width: 1023px) {
      footer.custom-footer .mainContainer .col.rowMenu {
        padding: 22px 14px 25px 30px; } }
    @media only screen and (max-width: 767px) {
      footer.custom-footer .mainContainer .col.rowMenu {
        padding: 30px 20px;
        flex-direction: column;
        align-items: center; } }
    footer.custom-footer .mainContainer .col.rowMenu .address {
      padding-left: 0; }
      @media only screen and (max-width: 1200px) {
        footer.custom-footer .mainContainer .col.rowMenu .address {
          width: 27%; } }
      @media only screen and (max-width: 767px) {
        footer.custom-footer .mainContainer .col.rowMenu .address {
          width: 100%;
          padding: 0;
          margin-bottom: 30px; } }
      footer.custom-footer .mainContainer .col.rowMenu .address .footer-logo {
        padding-left: 15px;
        padding-top: 5px; }
        @media only screen and (max-width: 1200px) {
          footer.custom-footer .mainContainer .col.rowMenu .address .footer-logo {
            padding-top: 0; } }
        @media only screen and (max-width: 767px) {
          footer.custom-footer .mainContainer .col.rowMenu .address .footer-logo {
            padding: 0; } }
      footer.custom-footer .mainContainer .col.rowMenu .address .footer-contact > * {
        font-size: 13px;
        line-height: 18px;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        color: #313131;
        margin-bottom: 0; }
        @media only screen and (max-width: 767px) {
          footer.custom-footer .mainContainer .col.rowMenu .address .footer-contact > * {
            display: block; } }
    @media only screen and (max-width: 1200px) {
      footer.custom-footer .mainContainer .col.rowMenu .links {
        width: 73%; } }
    @media only screen and (max-width: 1023px) {
      footer.custom-footer .mainContainer .col.rowMenu .links {
        padding-left: 35px; } }
    @media only screen and (max-width: 767px) {
      footer.custom-footer .mainContainer .col.rowMenu .links {
        padding: 0;
        width: 100%; } }
    footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:first-child {
      width: 27%; }
      @media only screen and (max-width: 1200px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:first-child {
          width: 34%; } }
      @media only screen and (max-width: 1023px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:first-child {
          width: 86%;
          margin: 0;
          padding: 0;
          padding-top: 5px; } }
      @media only screen and (max-width: 767px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:first-child {
          width: 100%; } }
    footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:last-child {
      padding-left: 30px; }
      @media only screen and (max-width: 1200px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:last-child {
          width: 65%;
          padding-left: 20px;
          padding-right: 0; } }
      @media only screen and (max-width: 1023px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:last-child {
          width: 86%;
          margin: 0;
          padding: 0;
          padding-top: 12px; } }
      @media only screen and (max-width: 767px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:last-child {
          width: 100%; } }
    @media only screen and (max-width: 1023px) {
      footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links li {
        margin-bottom: 16px; } }
    footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links li:last-child, footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links li:nth-child(4) {
      margin-bottom: 0; }
      @media only screen and (max-width: 1023px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links li:last-child, footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links li:nth-child(4) {
          margin-bottom: 12px; } }
    @media only screen and (max-width: 1023px) {
      footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links li:nth-child(4) {
        margin-bottom: 16px; } }
    footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-heading {
      font-size: 16px;
      line-height: 19px;
      font-family: "Montserrat", sans-serif;
      font-weight: 800;
      margin-bottom: 16px; }
      @media only screen and (max-width: 1023px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-heading {
          margin-bottom: 15px; } }
      @media only screen and (max-width: 1023px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-heading {
          margin-bottom: 12px; } }
    footer.custom-footer .mainContainer .col.rowMenu .links ul li {
      margin-bottom: 9px; }
      footer.custom-footer .mainContainer .col.rowMenu .links ul li a {
        font-size: 15px;
        color: #525252;
        font-weight: normal;
        font-family: "Oxygen", sans-serif; }
        footer.custom-footer .mainContainer .col.rowMenu .links ul li a:hover {
          color: #707070; }
    footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
      margin-top: 0;
      margin-bottom: 16px;
      color: #525252; }
      @media only screen and (max-width: 1200px) {
        footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
          margin-bottom: 10px; } }
      @media only screen and (max-width: 1023px) {
        footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
          margin-top: 24px;
          margin-bottom: 0;
          width: 68%; } }
      @media only screen and (max-width: 767px) {
        footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
          margin-top: 30px;
          padding: 0;
          text-align: center;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        footer.custom-footer .mainContainer .col.rowMenu .footer-copyright span {
          display: block; } }

.nxt-ac-main {
  left: 247px !important;
  width: 44.5% !important; }
  @media (max-width: 1366px) {
    .nxt-ac-main {
      left: 209px !important;
      width: 47% !important; } }
  @media (max-width: 1024px) {
    .nxt-ac-main {
      left: 179px !important;
      width: 38% !important; } }
  @media (max-width: 768px) {
    .nxt-ac-main {
      left: 240px !important;
      width: 50% !important; } }

.dropdown-menu.is-open {
  z-index: 99; }

body.customer-logged-in header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info {
  width: 377px; }

.body.overlay::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 146px;
  z-index: 9; }

@media (max-width: 1366px) and (min-width: 1250px) {
  .homepage .shop-by-type .container .product-container {
    padding: 0 20px; } }

/*Cart Header*/
#cart {
  padding-top: 0; }
  #cart .body {
    margin-bottom: 0; }
  #cart .page-content {
    padding: 0; }

.header.co-header {
  position: static; }
  .header.co-header > .container .free-ship {
    display: none; }
  .header.co-header .header-logo {
    float: left; }
  .header.co-header .header-contact {
    display: block;
    text-align: right;
    padding: 0.6rem 0; }
    .header.co-header .header-contact svg {
      width: 32px;
      height: 32px; }
      .header.co-header .header-contact svg .cls-1 {
        fill: #313131; }
      .header.co-header .header-contact svg .cls-2 {
        fill: none;
        stroke: #313131;
        stroke-width: 3px; }
      .header.co-header .header-contact svg .cls-3 {
        stroke: none; }
      .header.co-header .header-contact svg .cls-4 {
        fill: none; }
    .header.co-header .header-contact strong,
    .header.co-header .header-contact span {
      display: none; }

.header-left {
  float: left; }

.easy-co {
  font-size: 13px;
  font-family: "Oxygen", sans-serif;
  margin-left: 5px;
  text-transform: uppercase;
  padding: 0.5rem 0; }
  .easy-co svg {
    width: 18px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    fill: #e04e00; }
  .easy-co span {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    line-height: normal; }

/*Cart Footer*/
.footer.co-footer {
  background: #525252; }
  .footer.co-footer .footer-copyright {
    padding: 1rem 0;
    color: #fff;
    font-size: 11px;
    text-align: center; }
    .footer.co-footer .footer-copyright a {
      color: #fff; }

@media (min-width: 836px) {
  .easy-co {
    width: auto;
    font-size: 18px;
    padding: 0.8rem 0;
    margin-left: 20px; }
    .easy-co span {
      width: auto; }
  .footer.co-footer .footer-copyright {
    padding: 2rem 0; } }

@media (min-width: 801px) {
  #cart .body {
    margin-top: 0; }
  .header.co-header > .container .free-ship {
    margin-left: 53px;
    color: #1795c4;
    font-size: 14px; }
  .header.co-header .header-left {
    padding: 1.5rem 0 0; }
  .header.co-header .header-logo-image {
    margin: 0;
    z-index: 999; }
  .header.co-header .header-contact {
    font-size: 16px;
    padding: 2.5rem 0 1rem; }
    .header.co-header .header-contact svg {
      display: none; }
    .header.co-header .header-contact strong,
    .header.co-header .header-contact span {
      display: inline-block; }
    .header.co-header .header-contact span {
      display: block;
      font-size: 13px; }
  .easy-co {
    margin-left: 30px; } }

@media (min-width: 801px) {
  .header.co-header > .container {
    max-height: 90px; }
    .header.co-header > .container .free-ship {
      display: block;
      float: left; }
  .header.co-header .sitewide-banner {
    display: none; } }

/*Cart Content*/
.cart-container .page-heading {
  color: #000;
  font-size: 22px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1rem;
  margin-top: 0.5rem; }
  .cart-container .page-heading span {
    font-size: 16px;
    font-weight: normal; }

.cart-container .form-select {
  height: 40px;
  background: url("../img/sf/form-select-arrow.png") no-repeat 95% center/auto;
  font-size: 13px;
  color: #000; }

.cart-container .form-input {
  height: 40px;
  border-color: #707070;
  font-size: 13px;
  color: #000; }

.cart-container .button--primary {
  background-color: #000;
  font-size: 14px;
  padding-top: 0.95rem;
  padding-bottom: 0.95rem; }

.cart-header-item {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600; }

.cart-item-name {
  font-size: 18px;
  line-height: normal; }
  .cart-item-name a {
    text-decoration: none; }

.cart-item-block .definitionList {
  font-size: 13px;
  font-family: "Oxygen"; }

.cart-item-label {
  color: #707070;
  text-transform: uppercase; }

.cart-item-value {
  font-size: 18px; }

.cart-totals {
  border-bottom: 1px solid #dbdbdb; }

.cart-total-label {
  padding-left: 0;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Oxygen"; }

.cart-total-value {
  float: right;
  font-size: 18px;
  font-weight: bold;
  font-family: "Oxygen"; }
  .cart-total-value button {
    font-weight: normal;
    font-size: 14px; }
  .cart-total-value.cart-total-grandTotal {
    color: #e04e00;
    font-size: 24px; }

.estimator-form .button--primary {
  width: auto;
  float: right;
  clear: both; }

.estimator-form-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #707070;
  font-family: "Oxygen";
  font-weight: bold; }

.cart-form {
  clear: both; }

.cart-actions {
  margin-bottom: 4rem; }
  .cart-actions .button--primary {
    background: #1795c4;
    font-size: 20px;
    line-height: normal; }
    .cart-actions .button--primary i {
      font-size: 30px;
      vertical-align: middle;
      line-height: 30px; }
  .cart-actions .keep-shopping {
    color: #1795c4;
    background: transparent;
    border: 0;
    font-size: 16px;
    margin-bottom: 1.5rem;
    text-transform: none; }
    .cart-actions .keep-shopping i {
      margin-right: 5px; }

.trust-column-panel {
  background: #313131; }

#TrustColumn {
  padding: 2rem 2rem; }

.tcolumn-title {
  font-size: 20px;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  border-bottom: 1px solid #707070;
  margin-bottom: 1rem; }
  .tcolumn-title svg {
    width: 25px;
    height: 30px;
    vertical-align: middle;
    fill: #e04e00; }
  .tcolumn-title span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding-bottom: 5px;
    text-transform: uppercase; }

.tcolumn-list {
  margin: 0;
  max-width: 210px;
  padding-top: 30px; }
  .tcolumn-list li {
    color: #fff;
    list-style: none;
    margin-bottom: 2rem; }
    .tcolumn-list li strong {
      font: bold 18px "Oxygen", sans-serif;
      text-transform: uppercase;
      display: block; }
    .tcolumn-list li svg {
      fill: #1795c4; }
    .tcolumn-list li:first-child svg {
      width: 60px;
      height: 32px; }
    .tcolumn-list li:nth-child(2) svg {
      width: 45px;
      height: 50px; }
    .tcolumn-list li:nth-child(3) svg {
      width: 40px;
      height: 37px; }

@media (min-width: 551px) {
  .cart-actions .keep-shopping {
    float: left;
    margin-top: 0.5rem; } }

@media (min-width: 801px) {
  #cart .page-content {
    background: #313131;
    margin: auto;
    max-width: 1440px;
    float: none;
    overflow: hidden; }
  .cart-container {
    width: 70%;
    float: left;
    background: #fff;
    padding-left: 4rem; }
    .cart-container .container {
      max-width: 1046px;
      margin-right: 0; }
    .cart-container .page-heading {
      margin: 3rem 0; }
  .trust-column-panel {
    width: 30%;
    float: left; } }

@media (min-width: 1261px) {
  .cart-container .container {
    padding-right: 4rem; }
  .cart-totals {
    width: 41%; }
  .cart-actions {
    margin-bottom: 4rem; }
    .cart-actions .button--primary {
      padding-left: 3.5rem;
      padding-right: 3.5rem; } }

/*Checkout*/
#checkout {
  padding-top: 0; }
  #checkout .layout {
    max-width: 100%; }
  #checkout .layout-main {
    padding: 0; }
  #checkout .container {
    max-width: 1440px; }

.checkout-form .button--primary {
  line-height: normal; }

.layout.optimizedCheckout-contentPrimary {
  padding: 0; }

#checkout-customer-login {
  background-color: #1795c4;
  border: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-family: "Oxygen", sans-serif;
  padding: 0.85714rem 2.28571rem;
  display: block;
  text-align: center;
  margin-top: 10px;
  max-width: 280px; }

.customerEmail-body .form-field {
  margin-bottom: 0.5rem; }

.customerEmail-action {
  margin-top: 20px;
  margin-bottom: 2rem;
  padding-left: 0; }

#checkout-customer-continue {
  display: block;
  max-width: 280px;
  width: 100%;
  float: left; }

.customerView-actions .button--tertiary {
  padding: 1rem 0.5rem; }

.customerView-body {
  margin: 0; }

.optimizedCheckout-checkoutStep {
  border-color: #707070; }

.cart.optimizedCheckout-orderSummary {
  display: none;
  padding: 0 2rem; }
  .cart.optimizedCheckout-orderSummary .cart-header {
    display: table;
    padding: 1rem 0; }
  .cart.optimizedCheckout-orderSummary .cart-section {
    padding-left: 0;
    padding-right: 0; }
  .cart.optimizedCheckout-orderSummary .cart-section-heading {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 2rem; }
  .cart.optimizedCheckout-orderSummary .productList-item {
    border-bottom: 1px solid #dbdbdb;
    padding: 1rem 0 0; }
  .cart.optimizedCheckout-orderSummary .product-title {
    text-transform: none;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-top: 0; }
  .cart.optimizedCheckout-orderSummary .product-figure {
    margin-top: 0; }
  .cart.optimizedCheckout-orderSummary .productList {
    margin: 0; }
  .cart.optimizedCheckout-orderSummary .product-price {
    font-size: 18px; }
  .cart.optimizedCheckout-orderSummary .product-option {
    font-size: 13px;
    color: #000; }
  .cart.optimizedCheckout-orderSummary .cart-actions {
    margin: 0; }
  .cart.optimizedCheckout-orderSummary .cart-priceItem {
    margin-bottom: 2rem; }
  .cart.optimizedCheckout-orderSummary .cart-priceItem-label {
    font-weight: bold;
    text-transform: uppercase; }
  .cart.optimizedCheckout-orderSummary .cart-priceItem-value {
    font-size: 18px;
    font-weight: bold; }
  .cart.optimizedCheckout-orderSummary .cart-priceItem--total .cart-priceItem-label {
    font-weight: bold;
    font-size: 18px; }
  .cart.optimizedCheckout-orderSummary .cart-priceItem--total .cart-priceItem-value {
    font-size: 30px; }

.optimizedCheckout-orderSummary-cartSection {
  border: 0; }
  .optimizedCheckout-orderSummary-cartSection:last-child {
    border-top: 1px solid #707070; }
  .optimizedCheckout-orderSummary-cartSection .redeemable-label {
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    font-family: 'Oxygen'; }
  .optimizedCheckout-orderSummary-cartSection redeemable .ng-hide {
    display: block !important; }
  .optimizedCheckout-orderSummary-cartSection redeemable .form-body {
    padding: 1rem 0 0;
    background: transparent;
    border: 0;
    box-shadow: none; }
  .optimizedCheckout-orderSummary-cartSection redeemable .form-field {
    max-width: 350px; }
  .optimizedCheckout-orderSummary-cartSection redeemable .button {
    background-color: #acacac;
    border-color: #acacac; }

address-select,
#addressToggle {
  background-color: #fff;
  color: #000; }

.cartDrawer {
  margin: 0;
  bottom: 60px !important;
  background: #313131;
  padding: 1.5rem 1.5rem 3rem;
  box-shadow: none;
  border: 0;
  border-radius: 0; }
  .cartDrawer .optimizedCheckout-headingPrimary {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin-top: 0; }
  .cartDrawer a {
    color: #fff; }
  .cartDrawer .cartDrawer-total {
    font-size: 28px;
    font-weight: bold; }

.cartDrawer-figure {
  background-color: #fff; }

.stepHeader {
  text-decoration: none; }

.stepHeader-title {
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: bold; }

.stepHeader-body {
  margin-left: 3.5rem; }

.stepHeader-counter {
  height: 2.69231rem;
  width: 2.69231rem;
  background-color: #000;
  font-family: "Oxygen";
  font-weight: bold; }

.stepHeader-counter svg {
  display: none; }

.stepHeader-counter--complete svg {
  display: inline-block;
  fill: #fff; }

.checkout-steps .form-body {
  border: 0; }
  .checkout-steps .form-body p {
    font-size: 16px;
    color: #313131;
    font-family: 'Montserrat', sans-serif; }

.checkout-steps .form-label,
.checkout-steps #checkout-customer-guest p:nth-of-type(2) {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 14px; }

#checkout-payment-continue {
  background: #1795c4;
  border-color: #1795c4;
  font-size: 20px;
  line-height: normal; }
  #checkout-payment-continue:hover {
    color: #fff; }

#orderconfirmation {
  padding-top: 0; }

.socialBadges-header {
  color: #fff; }

@media (min-width: 551px) {
  .cartDrawer {
    bottom: 44px !important; } }

@media (min-width: 980px) {
  #checkout .layout-main {
    width: 60%; }
  .layout-cart {
    width: 40%; }
  .layout.optimizedCheckout-contentPrimary {
    padding: 0;
    display: flex; }
  .layout-main {
    background-color: #fff; }
  .checkout-form .form-fieldset {
    padding-left: 2rem; }
  .cart.optimizedCheckout-orderSummary {
    display: block; }
  .layout-cart.is-sticky {
    background: #313131;
    position: static; }
    .layout-cart.is-sticky .optimizedCheckout-orderSummary {
      background: transparent;
      border: 0;
      box-shadow: none; }
      .layout-cart.is-sticky .optimizedCheckout-orderSummary .cart-title {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        text-transform: uppercase; }
      .layout-cart.is-sticky .optimizedCheckout-orderSummary .cart-header-link {
        color: #fff; }
    .layout-cart.is-sticky .optimizedCheckout-contentPrimary {
      color: #fff; } }

@media (min-width: 801px) {
  #checkout .body {
    margin: 0; } }

@media (min-width: 1261px) {
  .layout-cart.is-sticky {
    width: 50%; } }

/**Hide Paypal express checkout buttons **/
.FloatRight.PayPalExpressCheckout {
  display: none; }

/**Hide Google express checkout buttons **/
.FloatRight.GooglePayCheckout {
  display: none; }

.ReactModalPortal .modal--afterOpen {
  visibility: visible;
  display: block;
  box-shadow: 0 0 10px #ccc;
  overflow-y: scroll; }
  @media (max-width: 551px) {
    .ReactModalPortal .modal--afterOpen {
      left: 0;
      right: 0;
      margin: 0 auto;
      transform: translate(0%, -50%);
      min-height: 80vh; } }

/* cart redesign */
#cart .header {
  background-color: #313131;
  border-bottom: 0; }
  #cart .header .sitewide-banner {
    display: none; }
  #cart .header .container {
    border-bottom: 0;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1399px) {
      #cart .header .container {
        padding: 0 25px; } }
    @media screen and (max-width: 991px) {
      #cart .header .container {
        max-height: 75px;
        padding: 0 20px; } }
    #cart .header .container div:empty {
      display: none; }
    #cart .header .container .header-logo.header-logo--center {
      width: auto; }
      @media screen and (max-width: 1399px) {
        #cart .header .container .header-logo.header-logo--center {
          width: auto;
          display: flex;
          align-items: center; } }
      #cart .header .container .header-logo.header-logo--center .header-logo-image-container {
        display: flex;
        align-items: center;
        width: auto; }
        @media screen and (max-width: 1349px) {
          #cart .header .container .header-logo.header-logo--center .header-logo-image-container {
            width: auto; } }
        #cart .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
          width: 112px;
          height: 58px; }
          @media screen and (max-width: 991px) {
            #cart .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
              height: 44px;
              width: 84px;
              max-width: 84px; } }
    #cart .header .container .header-contact {
      height: 100px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding: 0; }
      @media screen and (max-width: 991px) {
        #cart .header .container .header-contact {
          height: 75px; } }
      #cart .header .container .header-contact a {
        color: #FCFCFC;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none; }
        @media screen and (max-width: 991px) {
          #cart .header .container .header-contact a {
            font-size: 13px; } }
      #cart .header .container .header-contact .sign-out {
        text-decoration: underline;
        margin-left: 5px; }
    #cart .header .container .header-left {
      padding: 0; }
      #cart .header .container .header-left .free-ship {
        margin-left: 0;
        color: #FFFFFF;
        font-size: 20px;
        font-family: 'Montserrat'; }
        @media screen and (max-width: 991px) {
          #cart .header .container .header-left .free-ship {
            font-size: 15px;
            display: block; } }
        @media screen and (max-width: 767px) {
          #cart .header .container .header-left .free-ship {
            display: none; } }

@media screen and (max-width: 991px) {
  #cart .page {
    display: flex;
    flex-direction: column-reverse; } }

#cart .page .shipping-section {
  background-color: #F4F4F4;
  width: 100%; }
  #cart .page .shipping-section .shipping-content {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    padding: 20px 0; }
    @media screen and (max-width: 1330px) {
      #cart .page .shipping-section .shipping-content {
        padding: 20px 25px; } }
    @media screen and (max-width: 991px) {
      #cart .page .shipping-section .shipping-content {
        padding: 20px 20px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #cart .page .shipping-section .shipping-content {
        padding: 20px 20px;
        padding-bottom: 3px; } }
    @media screen and (max-width: 767px) {
      #cart .page .shipping-section .shipping-content {
        flex-direction: column; } }
    #cart .page .shipping-section .shipping-content .free_ship {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      width: 33.3333%;
      height: 72px; }
      @media screen and (max-width: 991px) {
        #cart .page .shipping-section .shipping-content .free_ship {
          height: auto;
          flex-direction: column;
          align-items: center; } }
      @media screen and (max-width: 767px) {
        #cart .page .shipping-section .shipping-content .free_ship {
          width: 100%;
          max-width: 245px;
          margin: 0 auto; } }
      @media screen and (max-width: 991px) {
        #cart .page .shipping-section .shipping-content .free_ship .free-ship-cont {
          text-align: center; } }
      #cart .page .shipping-section .shipping-content .free_ship .free-ship-cont h5 {
        font-size: 21px;
        color: #000000;
        font-weight: bold;
        font-family: 'Montserrat';
        line-height: 25px;
        margin-bottom: 5px;
        text-transform: capitalize;
        margin-top: 0; }
        @media screen and (max-width: 1299px) {
          #cart .page .shipping-section .shipping-content .free_ship .free-ship-cont h5 {
            font-size: 20px; } }
        @media screen and (max-width: 991px) {
          #cart .page .shipping-section .shipping-content .free_ship .free-ship-cont h5 {
            font-size: 18px; } }
      #cart .page .shipping-section .shipping-content .free_ship .free-ship-cont p {
        font-size: 14px;
        color: #525252;
        font-weight: bold;
        font-family: 'Oxygen';
        line-height: 18px;
        width: 100%;
        max-width: 300px; }
        @media screen and (max-width: 1299px) {
          #cart .page .shipping-section .shipping-content .free_ship .free-ship-cont p {
            font-size: 13px;
            max-width: 240px; } }
      #cart .page .shipping-section .shipping-content .free_ship .free-ship-img img {
        margin-right: 20px; }
        @media screen and (max-width: 1099px) {
          #cart .page .shipping-section .shipping-content .free_ship .free-ship-img img {
            margin-right: 0px;
            width: 70%; } }
        @media screen and (max-width: 991px) {
          #cart .page .shipping-section .shipping-content .free_ship .free-ship-img img {
            margin-bottom: 15px; } }
        @media screen and (max-width: 767px) {
          #cart .page .shipping-section .shipping-content .free_ship .free-ship-img img {
            width: auto; } }
    #cart .page .shipping-section .shipping-content .free_ship:nth-child(2) {
      border-left: 1px solid #707070;
      border-right: 1px solid #707070;
      margin-left: 20px; }
      @media screen and (max-width: 991px) {
        #cart .page .shipping-section .shipping-content .free_ship:nth-child(2) {
          margin-left: 9px; } }
      @media screen and (max-width: 767px) {
        #cart .page .shipping-section .shipping-content .free_ship:nth-child(2) {
          border: 1px solid #707070;
          border-left: 0;
          border-right: 0;
          margin: 0 auto;
          margin-bottom: 20px;
          padding-top: 20px; } }
      @media screen and (max-width: 991px) {
        #cart .page .shipping-section .shipping-content .free_ship:nth-child(2) .free-ship-img img {
          margin-bottom: 10px; } }
    @media screen and (max-width: 767px) {
      #cart .page .shipping-section .shipping-content .free_ship:last-child p {
        margin-bottom: 0; } }

#cart .page .page-content {
  width: 100%;
  max-width: 1310px;
  margin: 0 auto;
  background: #fff; }
  @media screen and (max-width: 1349px) {
    #cart .page .page-content {
      padding: 0 25px; } }
  @media screen and (max-width: 991px) {
    #cart .page .page-content {
      padding: 0 35px; } }
  @media screen and (max-width: 767px) {
    #cart .page .page-content {
      padding: 0 18px; } }
  #cart .page .page-content .cart-container {
    width: 100%;
    padding: 0; }
    #cart .page .page-content .cart-container .container {
      padding: 0;
      width: 100%;
      max-width: 100%;
      margin: 0; }
      #cart .page .page-content .cart-container .container .cart-items_section {
        display: flex;
        justify-content: space-between;
        margin-bottom: 100px;
        align-items: flex-start; }
        @media screen and (max-width: 1349px) {
          #cart .page .page-content .cart-container .container .cart-items_section {
            margin-bottom: 80px; } }
        @media screen and (max-width: 991px) {
          #cart .page .page-content .cart-container .container .cart-items_section {
            flex-direction: column;
            margin-bottom: 70px; } }
        #cart .page .page-content .cart-container .container .cart-items_section > div:first-child {
          width: 100%;
          max-width: calc(100% - 380px);
          padding-right: 70px; }
          @media screen and (max-width: 1349px) {
            #cart .page .page-content .cart-container .container .cart-items_section > div:first-child {
              max-width: calc(100% - 360px);
              padding-right: 27px; } }
          @media screen and (max-width: 991px) {
            #cart .page .page-content .cart-container .container .cart-items_section > div:first-child {
              max-width: 100%;
              padding-right: 0; } }
          #cart .page .page-content .cart-container .container .cart-items_section > div:first-child .continue-shopping a.button.keep-shopping {
            background: none;
            color: #313131;
            border: navajowhite;
            padding: 0;
            font-size: 13px;
            font-family: 'Montserrat';
            display: flex;
            align-items: center;
            width: 155px; }
            #cart .page .page-content .cart-container .container .cart-items_section > div:first-child .continue-shopping a.button.keep-shopping img {
              margin-right: 10px;
              width: 20px; }
            #cart .page .page-content .cart-container .container .cart-items_section > div:first-child .continue-shopping a.button.keep-shopping .arrow-icon-hover {
              display: none; }
            #cart .page .page-content .cart-container .container .cart-items_section > div:first-child .continue-shopping a.button.keep-shopping:hover {
              color: #1795C4; }
              #cart .page .page-content .cart-container .container .cart-items_section > div:first-child .continue-shopping a.button.keep-shopping:hover img {
                display: none; }
              #cart .page .page-content .cart-container .container .cart-items_section > div:first-child .continue-shopping a.button.keep-shopping:hover .arrow-icon-hover {
                display: block; }
        #cart .page .page-content .cart-container .container .cart-items_section .order-summary {
          width: 100%;
          max-width: 380px;
          border: 2px solid #313131;
          padding: 30px;
          margin-top: -32px;
          background-color: #FCFCFC; }
          @media screen and (max-width: 1349px) {
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary {
              max-width: 360px;
              padding: 20px;
              margin-top: -22px; } }
          @media screen and (max-width: 991px) {
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary {
              margin: 0 auto;
              margin-top: 50px; } }
          @media screen and (max-width: 767px) {
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary {
              max-width: 340px;
              padding: 18px;
              margin-top: 40px; } }
          #cart .page .page-content .cart-container .container .cart-items_section .order-summary .coupon-code-add, #cart .page .page-content .cart-container .container .cart-items_section .order-summary .coupon-code-cancel, #cart .page .page-content .cart-container .container .cart-items_section .order-summary .shipping-estimate-show, #cart .page .page-content .cart-container .container .cart-items_section .order-summary .gift-certificate-add, #cart .page .page-content .cart-container .container .cart-items_section .order-summary .gift-certificate-cancel {
            color: #707070; }
          #cart .page .page-content .cart-container .container .cart-items_section .order-summary .coupon-code-cancel, #cart .page .page-content .cart-container .container .cart-items_section .order-summary .shipping-estimate-show[aria-expanded=true] {
            font-style: initial; }
          #cart .page .page-content .cart-container .container .cart-items_section .order-summary .summary-title {
            font-size: 16px;
            color: #000000;
            font-weight: bold;
            margin-top: 0;
            padding-bottom: 6px;
            font-family: 'Montserrat';
            border-bottom: 5px solid #D3D3D3;
            margin-bottom: 0; }
          #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals {
            width: 100%;
            border-bottom: 5px solid #D3D3D3;
            margin-bottom: 20px; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals .cart-total {
              border: 0; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals .cart-total-grandTotal {
              padding-bottom: 0; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals .cart-total-label {
              color: #121212; }
              @media screen and (max-width: 550px) {
                #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals .cart-total-label {
                  width: 55%; } }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals .cart-total-value {
              font-size: 16px;
              color: #121212; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals .cart-total-value.cart-total-grandTotal {
              color: #121212;
              font-size: 22px; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals label.form-label {
              color: #121212;
              font-size: 13px;
              font-weight: 400; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals .estimator-form-input {
              width: 160px;
              background: #fff; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals .estimator-form-label {
              padding-left: 10px; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals .form-select, #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals .form-input {
              border: 1px solid #E2E2E2;
              border-radius: 2px;
              font-size: 13px;
              color: #707070;
              width: 160px; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals input#couponcode {
              border: 1px solid #999999;
              width: 76%; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals input.button.button--primary.button--small {
              font-size: 13px;
              border-radius: 2px; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary ul.cart-totals .shipping-estimate-submit {
              width: 160px;
              padding: 0;
              font-size: 13px;
              height: 40px;
              border-radius: 2px; }
          #cart .page .page-content .cart-container .container .cart-items_section .order-summary .cart-actions {
            margin-bottom: 0; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary .cart-actions .button.keep-shopping {
              display: none; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary .cart-actions a.button.button--primary {
              margin: 0;
              padding: 12px 25px;
              background: #72AC72;
              display: flex;
              align-items: center;
              width: 100%;
              justify-content: space-between; }
              @media screen and (max-width: 767px) {
                #cart .page .page-content .cart-container .container .cart-items_section .order-summary .cart-actions a.button.button--primary {
                  padding: 12px 15px; } }
              @media screen and (max-width: 370px) {
                #cart .page .page-content .cart-container .container .cart-items_section .order-summary .cart-actions a.button.button--primary {
                  font-size: 16px;
                  justify-content: space-evenly; } }
              @media screen and (max-width: 340px) {
                #cart .page .page-content .cart-container .container .cart-items_section .order-summary .cart-actions a.button.button--primary {
                  font-size: 15px; } }
          #cart .page .page-content .cart-container .container .cart-items_section .order-summary .cart-additionalCheckoutButtons {
            margin-top: 20px; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary .cart-additionalCheckoutButtons .paypalCommerce-smart-buttons {
              width: 100%; }
            #cart .page .page-content .cart-container .container .cart-items_section .order-summary .cart-additionalCheckoutButtons #paypalcommerce-container1 > div {
              /*height: 55px !important;*/
              width: 100% !important; }
    #cart .page .page-content .cart-container .page-heading {
      font-size: 32px;
      color: #17020D;
      font-weight: bold;
      line-height: 39px;
      margin-bottom: 30px;
      margin-top: 40px;
      font-family: 'Montserrat';
      display: flex;
      align-items: center;
      text-transform: capitalize; }
      @media screen and (max-width: 991px) {
        #cart .page .page-content .cart-container .page-heading {
          justify-content: center;
          margin-top: 20px; } }
      @media screen and (max-width: 767px) {
        #cart .page .page-content .cart-container .page-heading {
          margin-top: 20px; } }
      #cart .page .page-content .cart-container .page-heading span {
        font-size: 18px;
        font-weight: 600;
        font-family: 'Montserrat';
        line-height: 22px;
        margin-left: 10px;
        margin-top: 4px; }
    #cart .page .page-content .cart-container .cart .cart-header-item {
      font-size: 16px;
      color: #000000;
      font-weight: bold;
      font-family: 'Montserrat';
      padding-bottom: 6px; }
      @media screen and (max-width: 1299px) {
        #cart .page .page-content .cart-container .cart .cart-header-item {
          font-size: 15px; } }
    #cart .page .page-content .cart-container .cart tbody.cart-list {
      border-top: 5px solid #D3D3D3; }
      @media screen and (max-width: 991px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list {
          border-top: 0px; } }
      @media screen and (max-width: 800px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item {
          padding-left: 19%; } }
      @media screen and (max-width: 767px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item {
          padding-left: 0; } }
      @media screen and (max-width: 800px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list td.cart-item-block.cart-item-title {
          width: 85%; } }
      @media screen and (max-width: 767px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list td.cart-item-block.cart-item-title {
          width: auto; } }
      #cart .page .page-content .cart-container .cart tbody.cart-list .form-increment .button:last-child {
        border-left: 1px solid #707070; }
      #cart .page .page-content .cart-container .cart tbody.cart-list .form-increment .button:first-child {
        border-right: 1px solid #707070; }
      #cart .page .page-content .cart-container .cart tbody.cart-list .form-increment {
        border: 1px solid #707070;
        width: 100px;
        margin: 0 auto; }
        @media screen and (max-width: 800px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .form-increment {
            margin-left: 0; } }
      #cart .page .page-content .cart-container .cart tbody.cart-list button.button.button--icon.disable svg {
        fill: #D3D3D3; }
      @media screen and (max-width: 550px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item:before, #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item:after {
          content: " ";
          display: table;
          clear: both; } }
      @media (min-width: 768px) and (max-width: 800px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list td.cart-item-block.cart-item-info.cart-item-quantity label.form-label.cart-item-label {
          width: 102px;
          padding-left: 0;
          text-align: center; } }
      @media (max-width: 991px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-figure {
          max-width: 110px;
          height: 75px; } }
      @media screen and (max-width: 800px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-figure {
          margin-left: -21.333333%; } }
      @media screen and (max-width: 767px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-figure {
          margin-left: 0; } }
      #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-figure .cart-item-image {
        width: auto;
        max-width: auto;
        height: auto; }
        @media screen and (max-width: 1349px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-figure .cart-item-image {
            max-width: auto;
            height: auto; } }
        @media screen and (max-width: 991px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-figure .cart-item-image {
            max-width: auto;
            height: auto; } }
      @media screen and (max-width: 800px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list td.cart-item-block.cart-item-info.cart-item-quantity .cart-item-label {
          margin-bottom: 10px; } }
      @media (min-width: 551px) and (max-width: 767px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list td.cart-item-block.cart-item-info.cart-item-quantity .cart-item-label {
          padding-left: 35px; } }
      @media (min-width: 366px) and (max-width: 550px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list td.cart-item-block.cart-item-info.cart-item-quantity .cart-item-label {
          text-align: center;
          width: 110px; } }
      @media screen and (max-width: 800px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-label {
          color: #000000;
          font-size: 12px;
          font-weight: bold;
          margin-bottom: 15px; } }
      @media screen and (max-width: 365px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-label {
          text-align: left;
          margin-bottom: 5px; } }
      @media screen and (max-width: 400px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list td.cart-item-block.cart-item-info.cart-item-quantity + td.cart-item-block.cart-item-info {
          place-content: center; } }
      @media screen and (max-width: 365px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list td.cart-item-block.cart-item-info.cart-item-quantity + td.cart-item-block.cart-item-info {
          place-content: initial; } }
      #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-info {
        width: 13.666667%; }
        @media screen and (max-width: 1349px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-info {
            width: 16.666667%; } }
        @media screen and (max-width: 800px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-info {
            width: 28.333333%; } }
        @media screen and (max-width: 767px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-info {
            width: 33.333333%; } }
        @media screen and (max-width: 550px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-info {
            display: grid;
            clear: none;
            float: left;
            overflow: hidden;
            margin-top: 30px;
            place-content: center;
            position: relative; } }
        @media screen and (max-width: 400px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-info {
            place-content: initial; } }
        @media screen and (max-width: 365px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-info {
            float: initial;
            width: auto;
            margin-left: 40%; } }
      #cart .page .page-content .cart-container .cart tbody.cart-list .button--icon .icon {
        height: 22px;
        width: 22px;
        position: relative;
        right: 2px; }
      #cart .page .page-content .cart-container .cart tbody.cart-list .button--icon svg {
        color: #707070; }
      @media screen and (max-width: 991px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .form-increment {
          width: min-content; } }
      @media screen and (max-width: 550px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .form-increment {
          width: 110px;
          margin: 0; } }
      @media screen and (max-width: 991px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .form-increment .form-input {
          width: 40px !important; } }
      #cart .page .page-content .cart-container .cart tbody.cart-list .form-increment .button, #cart .page .page-content .cart-container .cart tbody.cart-list .form-increment .form-input {
        height: 30px;
        width: 30px;
        font-size: 16px;
        color: #17020D;
        font-weight: 400; }
      #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .cart-item-brand {
        color: #E04E00;
        font-size: 12px;
        font-weight: bold;
        font-family: oxygen;
        line-height: 18px;
        text-transform: uppercase; }
      #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .cart-item-name {
        font-size: 16px;
        font-weight: bold;
        font-family: Oxygen;
        line-height: 18px; }
        @media screen and (max-width: 1299px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .cart-item-name {
            font-size: 15px; } }
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .cart-item-name a {
          color: #121212; }
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .cart-item-name a:hover {
            color: #757575; }
      #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .definitionList {
        color: #17020D;
        margin-top: 10px;
        margin-bottom: 7px; }
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .definitionList .definitionList-key {
          color: #17020D; }
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .definitionList .definitionList-value {
          color: #707070; }
      #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .definitionList + a {
        color: #707070;
        font-size: 12px;
        font-weight: bold;
        font-family: Oxygen; }
      @media screen and (max-width: 550px) {
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .cart-item-value {
          padding-left: 0; } }
      #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block span.cart-item-value {
        color: #121212;
        font-size: 16px;
        font-family: Oxygen;
        font-weight: 400; }
        @media screen and (max-width: 1299px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block span.cart-item-value {
            font-size: 15px; } }
      #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block strong.cart-item-value {
        font-size: 16px;
        color: #121212;
        font-family: 'Oxygen';
        font-weight: bold; }
        @media screen and (max-width: 1299px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block strong.cart-item-value {
            font-size: 15px; } }
      #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .cart-remove.icon {
        background-color: #5A5B5E;
        margin-left: 10px; }
        @media screen and (max-width: 550px) {
          #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .cart-remove.icon {
            position: absolute;
            right: 0;
            bottom: 2px; } }
        #cart .page .page-content .cart-container .cart tbody.cart-list .cart-item-block .cart-remove.icon svg {
          fill: #fff; }
      #cart .page .page-content .cart-container .cart tbody.cart-list tr.cart-item {
        border-bottom: 1px solid #D3D3D3; }
      #cart .page .page-content .cart-container .cart tbody.cart-list tr.cart-item:last-child {
        border-bottom: 5px solid #D3D3D3; }

#cart .footer.co-footer {
  background: #EAEAEA;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #cart .footer.co-footer .footer-copyright {
    color: #525252;
    font-family: Montserrat;
    padding: 0px 38px; }
    #cart .footer.co-footer .footer-copyright a {
      text-decoration: underline;
      color: #525252; }

#checkout .header .container {
  border-bottom: 0;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  max-height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #313131;
  border-bottom: 0; }
  #checkout .header .container .header-logo-image-container {
    position: relative;
    width: 100%; }
  #checkout .header .container .header-logo.header-logo--center .header-logo-image-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: auto; }

#checkout .sitewide-banner .container {
  background-color: #1795c4; }
  #checkout .sitewide-banner .container .contents {
    margin: 0 auto; }

#checkout .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
  width: 112px;
  height: 58px; }

#checkout .header .container .header-contact {
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0; }

#checkout .header .container .header-contact a {
  color: #FCFCFC;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; }

#checkout .header .container div:empty {
  display: none; }

#checkout .header .container .header-logo.header-logo--center {
  width: auto; }

#checkout .header .container .header-left {
  padding: 0; }

#checkout .header .container .header-left .free-ship {
  margin-left: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-family: 'Montserrat'; }

@media screen and (max-width: 1399px) {
  #checkout .header .container {
    padding: 0 25px; }
  #checkout .header .container .header-logo.header-logo--center {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; } }

@media screen and (max-width: 1349px) {
  #checkout .header .container .header-logo.header-logo--center .header-logo-image-container {
    width: auto; } }

@media screen and (max-width: 991px) {
  #checkout .header .container {
    max-height: 75px;
    padding: 0 20px; }
  #checkout .header .container .header-contact a {
    font-size: 13px; }
  #checkout .header .container .header-contact a {
    color: #FCFCFC;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none; }
  #checkout .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
    height: 44px;
    width: 84px;
    max-width: 84px; }
  #checkout .header .container .header-contact {
    height: 75px; }
  #checkout .header .container .header-contact a {
    font-size: 13px; }
  #checkout .header .container .header-left .free-ship {
    font-size: 15px;
    display: block; } }

@media screen and (min-width: 768px) {
  #checkout .sitewide-banner {
    display: none; } }

@media screen and (max-width: 767px) {
  #checkout .header .container .header-left .free-ship {
    display: none; } }

@media screen and (max-width: 550px) {
  #CartEditProductFieldsForm .form-actions {
    margin-top: 20px; } }

#cart.has-activeModal #modal.modal .modal-close:before, #cart.has-activeModal #modal.modal .modal-close:after {
  display: none !important; }

@font-face {
  font-family: "Book Antiqua Italic";
  src: url("{{cdn 'webdav:font/antquai.ttf'}}"); }

@font-face {
  font-family: "Arial";
  src: url("{{cdn 'webdav:font/arial.ttf'}}"); }

@font-face {
  font-family: "Book Antiqua";
  src: url("{{cdn 'webdav:font/bkant.ttf'}}"); }

@font-face {
  font-family: "Script";
  src: url("{{cdn 'webdav:font/black_jack.ttf'}}"); }

@font-face {
  font-family: "Copperplate";
  src: url("{{cdn 'webdav:font/coprgtb.ttf'}}"); }

@font-face {
  font-family: "Monotype Corsiva";
  src: url("{{cdn 'webdav:font/mtcorsva.ttf'}}"); }

@font-face {
  font-family: "Army";
  src: url("{{cdn 'webdav:font/stencil.ttf'}}"); }

.productView-title {
  font-size: 24px;
  line-height: normal;
  color: #000; }

.productView-sku {
  color: #747474; }

.productView-img-container::after {
  padding-bottom: 80%; }

.productView-thumbnails img {
  max-height: 60px;
  max-width: 60px; }

.productView-thumbnail {
  width: 20%; }

.productView-thumbnail-link {
  height: 45px;
  overflow: hidden; }
  .productView-thumbnail-link.is-active {
    border-width: 2px; }

.productView-price {
  font-family: 'Oxygen', sans-serif; }
  .productView-price .price-section--withoutTax:not(.rrp-price--withoutTax) {
    font-size: 24px;
    font-weight: bold; }
    .productView-price .price-section--withoutTax:not(.rrp-price--withoutTax) .price {
      color: #E04E00;
      font-weight: normal;
      font-size: 40px; }
  .productView-price .rrp-price--withoutTax {
    font-size: 18px; }
  .productView-price .non-sale-price--withoutTax {
    display: none !important; }

.bulkPricing {
  font-family: 'Oxygen', sans-serif;
  color: #525252;
  padding-left: 1rem; }
  .bulkPricing li {
    margin: 1rem 0; }

.productView-options {
  text-align: left; }
  .productView-options .option-set-title {
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0; }
  .productView-options .option-set {
    background-color: #EAEAEA;
    padding: 1rem;
    margin-bottom: 1rem; }
  .productView-options .form-label {
    font-family: 'Oxygen',sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 16px; }
  .productView-options .form-field--increments {
    padding: 2rem 0;
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 2rem; }
    @media (min-width: 801px) {
      .productView-options .form-field--increments {
        padding-bottom: .5rem; } }
    .productView-options .form-field--increments .form-input {
      width: 5rem; }
    .productView-options .form-field--increments .form-label, .productView-options .form-field--increments .form-increment {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    .productView-options .form-field--increments .form-label {
      margin-right: 10px; }
  .productView-options .form-action .button--primary {
    line-height: normal; }
    .productView-options .form-action .button--primary i {
      font-size: 30px;
      vertical-align: sub;
      line-height: 0; }
    .productView-options .form-action .button--primary.oos-button {
      border: 1px solid #ACACAC;
      background-color: transparent;
      color: #ACACAC;
      cursor: auto; }
  .productView-options .form-wishlist .button {
    font-size: 15px;
    background-color: #fff;
    color: #000;
    border: 0;
    font-weight: normal; }

.productOptions-list {
  border-width: 2px;
  border-color: #000; }

.productOptions-list-item + .productOptions-list-item {
  border-color: #000;
  border-width: 2px; }

.productView-info-links {
  border-top: 1px solid #ACACAC; }
  .productView-info-links ul {
    margin: 0; }
  .productView-info-links li {
    list-style: none;
    margin: 1rem 0;
    text-transform: uppercase;
    font-family: 'Oxygen', Arial,sans-serif; }
    .productView-info-links li span {
      vertical-align: middle;
      display: inline-block;
      min-width: 25px;
      height: 20px;
      margin-right: 3px;
      text-transform: uppercase;
      line-height: normal; }

.productView-description {
  width: 100%;
  float: none;
  clear: both;
  background-color: #EAEAEA;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  font-family: 'Oxygen', Arial,sans-serif; }
  .productView-description .container {
    padding-top: 3rem !important;
    padding-bottom: 2rem; }
  .productView-description .productView-title {
    border-bottom: 1px solid #f0f0f0;
    text-transform: uppercase;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Oxygen', Arial,sans-serif;
    font-weight: bold;
    border: 0;
    padding: 0;
    margin-top: 0; }

#product-description-50 {
  margin-bottom: 2rem; }

.productView-description .productView-description {
  border-top: 2px solid #444444;
  padding-top: 10px; }

.productView-description .productView-title {
  margin-bottom: 10px; }

#product-specs-50 ul {
  list-style: none;
  margin: 0;
  font-size: 14px; }

#product-specs-50 li {
  margin: 1rem 0;
  list-style: none; }

.pde-rounded-list {
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  font-family: 'Oxygen', Arial,sans-serif;
  font-weight: bold;
  border: 0;
  padding: 0; }
  .pde-rounded-list strong {
    text-transform: uppercase; }
    .pde-rounded-list strong span {
      font-size: 14px !important;
      text-decoration: none !important; }

@media (min-width: 834px) {
  #product .body .container {
    padding-left: 5rem;
    padding-right: 5rem; }
  .productView-title {
    font-size: 30px; }
  .productView-details.details-top {
    margin-bottom: 1rem; }
  .productView-price, .bulkPricing {
    width: 50%;
    float: left; }
  .productView-price .price-section--withoutTax:not(.rrp-price--withoutTax) {
    font-size: 30px; }
    .productView-price .price-section--withoutTax:not(.rrp-price--withoutTax) .price {
      color: #E04E00;
      font-weight: normal;
      font-size: 48px; }
  .productView-thumbnail-link {
    height: 90px;
    max-width: 130px; }
  .productView-thumbnails img {
    max-height: 85px;
    max-width: 130px; }
  #product-description-50 {
    width: 55%;
    float: left;
    padding-right: 4rem; }
  #product-specs-50 {
    width: 45%;
    float: left;
    padding-left: 1rem; } }

/* Engraving */
.productView-options .form-label {
  font-weight: normal;
  font-size: 14px; }

.productView-options .form-label--alternate {
  text-transform: uppercase;
  font-weight: bold; }

.productView-options .form-checkbox + .form-label:before {
  border-radius: 0;
  width: 18px;
  height: 18px;
  border-color: #000;
  border-width: 2px; }

.productView-options .form-checkbox:checked + .form-label:after {
  background-color: #000;
  height: 17px;
  width: 17px;
  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(255,255,255, 0.999)' /%3E%3C/svg%3E"); }

.productView-options .form-input, .productView-options .form-select {
  border-color: #707070;
  height: 40px;
  line-height: 40px; }

.engravePreview, .engravePreviewTwo, .engraveFont {
  padding-left: 1.85714rem; }

.engraveIt .form-label {
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 3rem; }

.engraveIt span:not(.engraveUpcharge) {
  background-color: #000;
  color: #fff;
  display: inline-block;
  padding: .5rem 1.5rem; }

.engraveIt .engraveUpcharge {
  font-size: 18px;
  font-weight: normal; }

.engraveIt .form-checkbox + .form-label:before, .engraveIt .form-checkbox + .form-label:after {
  top: .7rem; }

.engravePreview, .engraveItTwo, .engravePreviewTwo, .engraveFont {
  display: none;
  padding-left: 3rem; }
  .engravePreview.show, .engraveItTwo.show, .engravePreviewTwo.show, .engraveFont.show {
    display: block; }

.engraveFont .productView-options .form-input, .productView-options .form-select {
  line-height: 20px; }

.engravePreview .form-label {
  display: none; }

@media (min-width: 801px) {
  .productView-options .option-set {
    max-width: 350px; }
  .productView-options .form-action {
    float: left; }
  .productView-options .form-wishlist {
    padding-top: .5rem;
    margin: 0; }
    .productView-options .form-wishlist img {
      width: 17px; }
  .productView-options .form-field--increments {
    margin-bottom: 1rem; }
  .productView-details.details-top {
    float: left;
    width: 100%; }
  .productView-title {
    margin-top: 0; }
  .productView-product {
    border: 0;
    padding-bottom: 1rem; }
  .productView-price, .bulkPricing {
    width: 100%; } }

@media (min-width: 1261px) {
  #product .body .container {
    padding: 0 1.5rem; }
  .productView-title {
    font-size: 40px; }
  .productView-images {
    width: 60%;
    padding-right: 1rem; }
  .productView-details {
    width: 40%; }
    .productView-details:not(.details-top) {
      padding-left: 3rem; }
  .productView-thumbnail-link {
    height: 100px;
    max-width: 150px; }
  .productView-thumbnails img {
    max-height: 95px;
    max-width: 150px; }
  .productView-options .form-action {
    margin-top: 0; } }

#pde-prod-img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */ }

/* for 480px or less - Place spec list under Description*/
@media screen and (max-width: 480px) {
  #product-description-50 {
    width: 100%;
    padding-bottom: 10px; }
  #product-specs-50 {
    width: 100%; } }

#product-description-50 h3 {
  margin-top: 0; }

/* Background and styling for product specs */
.pde-spec-list li {
  position: inherit;
  display: block;
  padding: .3em .4em .3em .4em;
  margin: .5em 0;
  background: #f0f0f0;
  color: #444;
  text-decoration: none;
  border-radius: .3em;
  align: left; }

#specs-list {
  margin: 0;
  padding: 0; }

/* End Background and styling for product specs */
.pde-rounded-list li {
  position: relative;
  display: block;
  padding: .4em .4em .4em 2em;
  *padding: .4em;
  margin: .5em 0;
  background: #f0f0f0;
  color: #444;
  text-decoration: none;
  border-radius: .3em; }

#BrandPageTopBanner img {
  width: 98%;
  margin: 0 auto; }

#BrandPageTopBanner .tablet {
  display: none; }

@media (min-width: 551px) {
  #BrandPageTopBanner .tablet {
    display: block;
    margin-bottom: 15px; }
  #BrandPageTopBanner .mobile {
    display: none; } }

.breadcrumbs {
  text-align: left;
  margin-bottom: 1rem; }

.breadcrumb.is-active .breadcrumb-label {
  color: #000;
  font-weight: 600; }

.page-sidebar,
.page-content {
  padding: 0; }

.category-description {
  margin-bottom: 1rem; }
  .category-description .contents {
    overflow: hidden;
    position: relative; }
  .category-description .readMore {
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0 5px;
    display: block;
    margin: 10px 10px 10px 0;
    color: #1795C4; }
  .category-description .gradient {
    background: linear-gradient(to bottom, rgba(240, 240, 236, 0) 0, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#171717', endColorstr='#171717', GradientType=0);
    height: 50px;
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }

.category-heading .page-heading {
  text-align: left;
  font-size: 24px;
  color: #000;
  margin-bottom: 1rem; }

.productGrid {
  margin-left: 0;
  margin-right: 0; }
  .productGrid .product {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #707070; }
    .productGrid .product:hover .card {
      border-color: #eaeaea; }
  .productGrid .card {
    padding: 20px 0; }

.card {
  overflow: hidden;
  margin-bottom: 1rem;
  border: 2px solid transparent; }
  .card .card-figure {
    width: 50%;
    float: left; }
  .card .card-figcaption {
    position: static; }
  .card .card-badge {
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    z-index: 9;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Oxygen', sans-serif;
    padding: .4rem 2rem .4rem .5rem; }
    .card .card-badge span {
      display: inline-block; }
    .card .card-badge:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
      transform-origin: 100% 0;
      -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
      transform: skew(-25deg);
      z-index: -1; }
    .card .card-badge.oos:after {
      background: #CE1126; }
    .card .card-badge.bestseller:after {
      background: #FA5700; }
  .card .card-body {
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 1rem;
    padding-top: 0; }
  .card .card-title {
    font-size: 13px; }
  .card .price-section {
    font-family: 'Oxygen'; }
    .card .price-section.rrp-price--withoutTax, .card .price-section.non-sale-price--withoutTax {
      font-size: 10px; }
    .card .price-section.non-sale-price--withoutTax {
      display: none; }
    .card .price-section .price-now-label {
      color: #000;
      display: inline-block !important; }
    .card .price-section .price--withoutTax {
      color: #fa5700; }

.card-icons {
  margin-top: 0.5rem; }
  .card-icons img {
    display: inline-block;
    margin-right: 2px; }

.card-img-container:after {
  padding-bottom: 95.8%; }

.actionBar-container {
  background-color: #eaeaea;
  padding: 0.8rem 1rem; }
  .actionBar-container.bottom .pagination-list {
    text-align: center; }

.actionBar-section .form-label {
  color: #000;
  font-family: "Oxygen", sans-serif; }

.actionBar-section .form-field {
  border-radius: 0;
  border-color: #fff;
  margin-bottom: 1rem; }

.actionBar-section .form-select {
  font-family: "Oxygen", sans-serif;
  height: 3.5rem;
  background: url("../img/sf/form-select-arrow.png") no-repeat 95% center/auto; }

.pagination-list {
  text-align: left;
  margin: 0; }
  .pagination-list li a {
    color: #525252;
    font-weight: bold;
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .pagination-list .pagination-item.pagination-item--current {
    border-color: #fa5700;
    border-radius: 0;
    background-color: #fa5700; }
    .pagination-list .pagination-item.pagination-item--current a {
      color: #fff; }

.pagination-item--next,
.pagination-item--previous {
  float: none; }

.category-icon-index {
  border-bottom: 1px solid #000;
  margin-bottom: 2rem; }
  .category-icon-index h4 {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 49%; }
  .category-icon-index ul {
    display: inline-block;
    list-style: none;
    vertical-align: middle;
    margin: 0;
    width: 49%; }
    .category-icon-index ul li {
      margin: 1rem 0;
      text-transform: uppercase;
      color: #000;
      font-size: 12px;
      font-family: "Oxygen", sans-serif;
      font-weight: bold; }
      .category-icon-index ul li span {
        display: inline-block;
        width: 30px; }

/*Alternate Category Page*/
.category-alt .category-icon-index {
  display: none; }

.category-alt .category-heading .page-heading {
  font-size: 24px;
  text-align: center; }

.category-alt .subcategory-item .card .card-body {
  width: 100%;
  padding: 0;
  float: none;
  text-align: center; }

.category-alt .subcategory-item .card .card-title {
  background-color: #EAEAEA;
  padding: 1rem 0; }

.category-alt .subcategory-item .card .card-figure {
  display: none;
  float: none;
  width: 100%; }

.category-alt .subcategory-item .card .card-image {
  border: 1px solid #707070; }

.category-alt .subcategory-item .card-img-container:after {
  padding-bottom: 65%; }

.category-banner {
  background: transparent; }
  .category-banner .container {
    padding: 0; }
    .category-banner .container p {
      color: #000; }
  .category-banner .three-column-banner {
    margin: 0 0 1.5rem;
    display: none;
    overflow: hidden;
    list-style: none; }

.subCatGrid {
  margin: 0;
  list-style: none; }

@media (min-width: 551px) {
  .actionBar-section {
    float: none; }
  .productGrid .product {
    width: 100% !important; } }

@media (min-width: 834px) {
  .category-description {
    display: block; }
  .category-heading .page-heading {
    font-size: 30px; }
  .actionBar-container:not(.bottom) {
    overflow: hidden; }
    .actionBar-container:not(.bottom) form {
      float: left; }
    .actionBar-container:not(.bottom) .pagination {
      float: right;
      margin: 1rem 0; }
  .actionBar-section .form-field {
    margin: 0; }
  .category-icon-index {
    padding: 1rem 0; }
    .category-icon-index h4 {
      width: auto; }
    .category-icon-index ul {
      width: auto; }
      .category-icon-index ul li {
        display: inline-block;
        vertical-align: middle;
        margin: 0 1rem; }
  .productGrid .product {
    width: 33.333% !important;
    border: 0;
    margin-bottom: 2rem; }
  .card .card-figure {
    width: 100%; }
  .card .card-body {
    width: 100%;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .card .price-section {
    font-size: 16px; }
  .card-img-container::after {
    padding-bottom: 46%; } }

@media (min-width: 834px) {
  /*Alternate Category Page*/
  .category-banner .container {
    padding: 0 1.5rem; }
  .category-alt .category-heading .page-heading {
    font-size: 30px; }
  .category-alt .category-description {
    padding: 0 6rem; }
  .category-alt .subcategory-item {
    width: 33.333%;
    display: inline-block;
    vertical-align: top; }
    .category-alt .subcategory-item .card .card-figure {
      display: block; }
    .category-alt .subcategory-item .card .card-title {
      background: transparent;
      font-size: 16px;
      text-align: left;
      padding-left: 1rem;
      padding-right: 1rem; }
  .category-alt .actionBar-section .form-select {
    height: 2.5rem; }
  .category-alt .actionBar-container {
    margin-bottom: 2rem; }
  .category-alt .actionBar-container:not(.bottom) form {
    float: right; }
  .category-alt .actionBar-container:not(.bottom) .pagination {
    float: left;
    margin: .5rem 0 0; }
  .category-banner .main-brand-banner {
    padding: 0 .5rem;
    margin-bottom: 1rem; }
  .category-banner .three-column-banner {
    display: block; }
    .category-banner .three-column-banner li {
      width: 33.33%;
      float: left;
      padding: 0 0.5rem; } }

@media (min-width: 801px) {
  .category-heading {
    float: right;
    width: 75%;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    .category-heading .page-heading {
      font-size: 40px; }
  .page-sidebar + .page-content {
    float: right; }
  .card .card-title {
    font-size: 18px;
    margin-top: 1rem;
    min-height: 80px; }
  /*Alternate Category Page*/
  .category-alt .category-heading {
    width: 100%; }
  .category-alt .subcategory-item {
    width: 16.666%; } }

.FloatLeft {
  width: 33.3333%;
  float: left;
  position: absolute;
  bottom: 30px;
  height: 49px;
  padding-top: 15px;
  background-image: url("https://cdn7.bigcommerce.com/s-t7tzgd0/product_images/uploaded_images/path-125.png");
  background-repeat: no-repeat;
  background-position: 330px;
  display: none; }
  @media (min-width: 1261px) {
    .FloatLeft {
      bottom: 21px;
      padding-top: 15px;
      height: 49px; } }
  .FloatLeft a {
    text-align: left;
    width: 100%;
    float: left;
    color: white;
    padding: 0 1.5rem;
    font-family: 'Oxygen',sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    text-transform: uppercase;
    text-decoration: none; }
    .FloatLeft a span {
      float: right;
      color: #e66c17 !important;
      font-size: 12px !important;
      font-family: 'Oxygen',sans-serif; }
  @media (min-width: 801px) {
    .FloatLeft {
      display: inline-block; } }

.left-text {
  left: 0; }

.middle-text {
  left: 50%;
  transform: translate(-50%); }

.right-text {
  right: 0; }

.cat-thumbnail {
  display: none; }

#nxt-refines-container {
  font-family: Oxygen,Arial,Helvetica,sans-serif;
  color: #333; }

.BrandBannerText.benchmade {
  position: relative; }

.category-banner .three-column-banner {
  height: 168px; }
  @media (min-width: 1261px) {
    .category-banner .three-column-banner {
      height: 224px; } }

.best-seller {
  background: #FA5700;
  color: #fff;
  width: 110px;
  height: 33px;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  line-height: 33px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Oxygen';
  position: absolute;
  bottom: 0px; }

.best-seller:before {
  content: "";
  top: -2px;
  position: absolute;
  left: -1px;
  width: 0;
  height: 0;
  border-top: 2px solid transparent;
  border-right: 8px solid #e04e00;
  border-bottom: 2px solid transparent;
  z-index: 0; }

.best-seller span {
  z-index: 9;
  background: #FA5700;
  position: relative;
  display: block; }

#product-listing-container .productGrid .product .card-body .card-icons a {
  text-decoration: none;
  border: 1px solid #008BB9;
  display: inline-block;
  margin-right: 6px;
  padding: 2px 6px;
  color: #1795C4;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px; }

.out-stock-use .best-seller.no-stock:before {
  border-right: 0; }

.best-seller.no-stock:before {
  border-right: 8px solid #262525; }

a.best-seller.no-stock {
  background: #504F4F; }

a.best-seller.no-stock span {
  background: #504F4F; }

a.best-seller.no-stock:hover {
  color: #ffffff; }

@media (max-width: 425px) {
  a.best-seller.no-stock {
    font-size: 8px; } }

#product-listing-container .productGrid .product .card-body .card-icons a.made img {
  position: relative;
  bottom: 2px; }

@media (max-width: 833px) {
  #product-listing-container .productGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr; }
  #product-listing-container .productGrid:before {
    display: none; }
  #product-listing-container .productGrid .product .card {
    display: flex;
    flex-direction: column; }
  #product-listing-container .productGrid .product .card .card-figure {
    width: 100%; }
  #product-listing-container .productGrid .product .card-body {
    width: 100%; }
  #product-listing-container .productGrid .product .card-body .card-title a {
    color: #000;
    font-weight: bold; }
  .best-seller {
    width: 78px;
    height: 24px;
    font-size: 9px;
    line-height: 22px;
    bottom: 12px; } }

@media (max-width: 599px) {
  #product-listing-container .productGrid {
    grid-template-columns: 1fr 1fr; }
  #product-listing-container .productGrid .product .card-body .card-icons a {
    width: 130px;
    text-align: center; } }

@media (max-width: 425px) {
  .best-seller {
    width: 65px;
    height: 20px; } }

.exclusive-img {
  width: 30%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px; }

@media (max-width: 767px) {
  .exclusive-img {
    width: 75px; } }

.productView-img-container .exclusive-img-pdp {
  width: 80px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  margin: unset; }

.productView-images.is_exclusive:before {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-t7tzgd0/product_images/uploaded_images/dlt-exclusive-badge-2x.png) no-repeat;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 15px;
  z-index: 9;
  background-size: contain; }

.productView-images {
  position: relative; }

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

@media (min-width: 832px) {
  .contents.popup-content .popup-content a.popup-img.desktop-img, .contents.popup-content .desc-content {
    display: block; }
  .contents.popup-content .popup-content a.popup-img.mobile-img {
    display: none; } }

@media (max-width: 833px) {
  .contents.popup-content .popup-content a.popup-img.desktop-img, .contents.popup-content .desc-content {
    display: none; }
  .contents.popup-content .popup-content a.popup-img.mobile-img, .hide-desc .category-heading .category-description {
    display: block; }
  .contents.popup-content {
    margin-bottom: -35px; }
  .category-description .readMore {
    margin: 40px 10px 10px 0;
    width: 100%; } }

.category-strip {
  max-width: 1290px;
  min-height: 100px;
  margin: auto;
  margin-bottom: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .category-strip .desktop-bg-img {
    width: 1290px;
    height: 100px;
    position: relative; }
    @media (max-width: 1250px) {
      .category-strip .desktop-bg-img {
        width: 876px;
        height: 68px; } }
    @media (max-width: 1023px) {
      .category-strip .desktop-bg-img {
        width: 736px;
        height: 56px; } }
    @media (max-width: 767px) {
      .category-strip .desktop-bg-img {
        display: none; } }
  .category-strip .mobile-bg-img {
    display: none; }
    @media (max-width: 767px) {
      .category-strip .mobile-bg-img {
        display: block;
        width: 334px;
        height: 155px; } }
  .category-strip .container {
    max-width: 1290px;
    padding: 0;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center; }
    .category-strip .container .left {
      max-width: 320px;
      height: 100px;
      position: absolute;
      left: 0;
      top: 0; }
      @media (max-width: 1250px) {
        .category-strip .container .left .pr-logo-bg-img {
          height: 68px; } }
      @media (max-width: 1023px) {
        .category-strip .container .left .pr-logo-bg-img {
          height: 56px; } }
      @media (max-width: 767px) {
        .category-strip .container .left .pr-logo-bg-img {
          width: 154px;
          height: 50px; } }
      .category-strip .container .left .product-logo {
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .category-strip .container .left .product-logo .product-logo-img {
          width: auto;
          height: 82px; }
          @media (max-width: 1250px) {
            .category-strip .container .left .product-logo .product-logo-img {
              height: 56px; } }
          @media (max-width: 1023px) {
            .category-strip .container .left .product-logo .product-logo-img {
              height: 44px; } }
          @media (max-width: 767px) {
            .category-strip .container .left .product-logo .product-logo-img {
              height: 39px; } }
      @media (max-width: 1250px) {
        .category-strip .container .left {
          max-width: 219px;
          height: 68px; } }
      @media (max-width: 1023px) {
        .category-strip .container .left {
          max-width: 172px;
          height: 56px; } }
      @media (max-width: 767px) {
        .category-strip .container .left {
          width: 154px;
          height: 50px;
          top: 10px;
          left: auto; } }
    .category-strip .container .right {
      width: calc(100% - 320px);
      margin-left: auto;
      height: 100px;
      padding-left: 34px;
      padding-right: 30px;
      position: relative; }
      .category-strip .container .right p {
        width: 646px;
        font-family: 'Montserrat';
        font-size: 20px;
        line-height: 24px;
        font-weight: bold;
        margin: 0;
        text-align: left;
        color: #fff;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-70%, -50%); }
        .category-strip .container .right p span {
          color: #FFAA7C; }
        @media (max-width: 1250px) {
          .category-strip .container .right p {
            width: 451px;
            font-size: 14px;
            line-height: 18px;
            transform: translate(-69%, -50%); } }
        @media (max-width: 1023px) {
          .category-strip .container .right p {
            width: 385px;
            font-size: 12px;
            line-height: 16px; } }
        @media (max-width: 767px) {
          .category-strip .container .right p {
            width: 285px;
            font-size: 13px;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%, -14%); } }
      .category-strip .container .right .btn {
        display: inline-block;
        background: #E04E00;
        height: 45px;
        font-family: 'Montserrat';
        font-size: 16px;
        line-height: 45px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        padding: 0 43px;
        text-decoration: none;
        position: absolute;
        right: 30px;
        top: 27px; }
        @media (max-width: 1250px) {
          .category-strip .container .right .btn {
            font-size: 11px;
            line-height: 30px;
            padding: 0 28px;
            height: 31px;
            right: 20px;
            top: 19px; } }
        @media (max-width: 1023px) {
          .category-strip .container .right .btn {
            font-size: 10px;
            line-height: 24px;
            padding: 0 20px;
            height: 25px;
            top: 16px; } }
        @media (max-width: 767px) {
          .category-strip .container .right .btn {
            top: auto;
            right: auto;
            bottom: 11px;
            transform: translateX(-50%); } }
      @media (max-width: 1250px) {
        .category-strip .container .right {
          width: calc(100% - 219px);
          height: 68px;
          padding-left: 15px;
          padding-right: 20px; } }
      @media (max-width: 1023px) {
        .category-strip .container .right {
          width: calc(100% - 172px);
          height: 56px; } }
      @media (max-width: 767px) {
        .category-strip .container .right {
          width: 100%;
          height: 154px;
          text-align: center; } }
    @media (max-width: 1250px) {
      .category-strip .container {
        max-width: 876px; } }
    @media (max-width: 1023px) {
      .category-strip .container {
        max-width: 736px; } }
    @media (max-width: 767px) {
      .category-strip .container {
        max-width: 334px;
        flex-direction: column; } }
  @media (max-width: 1250px) {
    .category-strip {
      max-width: 876px;
      min-height: 68px; } }
  @media (max-width: 1023px) {
    .category-strip {
      max-width: 736px;
      min-height: 56px; } }
  @media (max-width: 767px) {
    .category-strip {
      max-width: 334px;
      min-height: 155px; } }

.cat-page-heading {
  font-size: 24px;
  text-align: center;
  color: #000;
  margin-bottom: 1rem;
  padding: 0 20px; }

@media (min-width: 834px) {
  .cat-page-heading {
    font-size: 30px;
    text-align: center; } }

.category-alt .product-banner {
  min-height: 150px;
  background-image: url("../img/plp-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
  margin-top: -35px; }
  .category-alt .product-banner .banner-container {
    max-width: 1090px;
    margin: auto; }
    .category-alt .product-banner .banner-container .category-img {
      max-width: 186px;
      float: left; }
      .category-alt .product-banner .banner-container .category-img .cat-thumbnail {
        width: 186px; }
        @media (max-width: 1023px) {
          .category-alt .product-banner .banner-container .category-img .cat-thumbnail {
            max-width: 160px; } }
      @media (max-width: 1023px) {
        .category-alt .product-banner .banner-container .category-img {
          max-width: 160px; } }
      @media (max-width: 833px) {
        .category-alt .product-banner .banner-container .category-img {
          float: none;
          margin: auto; } }
    .category-alt .product-banner .banner-container .category-description {
      max-width: 370px;
      display: block;
      padding: 0;
      float: right;
      margin-top: 10px;
      margin-bottom: 0; }
      @media (max-width: 1023px) {
        .category-alt .product-banner .banner-container .category-description {
          margin-bottom: -15px; } }
    @media (max-width: 1200px) {
      .category-alt .product-banner .banner-container {
        max-width: 890px; } }
    @media (max-width: 1023px) {
      .category-alt .product-banner .banner-container {
        max-width: 700px; } }
    @media (max-width: 833px) {
      .category-alt .product-banner .banner-container {
        max-width: 320px; } }
  @media (max-width: 1023px) {
    .category-alt .product-banner {
      margin-top: -20px; } }
  @media (max-width: 833px) {
    .category-alt .product-banner {
      min-height: 240px; } }

.category-alt .nav-breadcrumbs {
  background: #EBEBEB;
  padding: 10px 0 12px;
  margin-bottom: 60px; }
  .category-alt .nav-breadcrumbs .breadcrumbs-container {
    max-width: 1311px;
    margin: auto; }
    .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs {
      margin-bottom: 0; }
      .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs .breadcrumb.is-active a {
        font-weight: 600; }
      .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs .breadcrumb a {
        color: #000;
        font-family: 'MONTSERRAT';
        font-weight: 500;
        font-size: 13px; }
      .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs .breadcrumb:before {
        color: #000;
        content: ">"; }
      @media (max-width: 1023px) {
        .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs {
          width: 100%;
          text-align: center; } }
    .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box {
      display: block;
      align-items: center;
      padding: 7px 0 0; }
      @media (min-width: 1024px) {
        .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box {
          display: flex; } }
      .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-heading {
        font-family: 'MONTSERRAT';
        font-size: 40px;
        line-height: 26px;
        font-weight: bold;
        margin: 0;
        padding-right: 30px;
        letter-spacing: 0;
        text-align: left; }
        @media (max-width: 1200px) {
          .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-heading {
            font-size: 30px; } }
        @media (max-width: 1023px) {
          .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-heading {
            font-size: 28px;
            padding-right: 0;
            text-align: center; } }
        @media (max-width: 833px) {
          .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-heading {
            font-size: 24px; } }
      .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description {
        max-width: 705px;
        margin-bottom: 0;
        font-family: 'Oxygen';
        font-size: 16px;
        line-height: 22px;
        font-weight: bold; }
        .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description > p {
          display: none; }
        .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description .desc-content p {
          margin-bottom: 0;
          padding: 5px 0; }
        @media (max-width: 1200px) {
          .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description {
            font-size: 14px;
            line-height: 20px;
            max-width: 602px; } }
        @media (max-width: 1023px) {
          .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description {
            text-align: center;
            margin: auto;
            padding: 0 1rem; } }
        @media (min-width: 1024px) {
          .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description {
            border-left: 1px solid #767373;
            padding-left: 20px; } }
      .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .popup-content {
        display: none; }
      @media (max-width: 1023px) {
        .category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box {
          justify-content: center; } }
    @media (max-width: 1200px) {
      .category-alt .nav-breadcrumbs .breadcrumbs-container {
        max-width: 890px; } }
  @media (max-width: 1023px) {
    .category-alt .nav-breadcrumbs {
      padding: 10px 0 9px; } }

.category-alt .SubCategoryList .subCatheading {
  font-family: 'MONTSERRAT';
  font-size: 28px;
  line-height: 34px;
  font-weight: bold;
  color: #E04E00;
  text-transform: uppercase;
  letter-spacing: 0;
  margin: 0; }
  @media (max-width: 1200px) {
    .category-alt .SubCategoryList .subCatheading {
      font-size: 24px;
      line-height: 29px; } }
  @media (max-width: 1023px) {
    .category-alt .SubCategoryList .subCatheading {
      font-size: 20px;
      line-height: 24px; } }
  @media (max-width: 833px) {
    .category-alt .SubCategoryList .subCatheading {
      font-size: 16px;
      line-height: 19px; } }

.category-alt .SubCategoryList .subCatGrid {
  display: flex;
  flex-wrap: wrap; }
  .category-alt .SubCategoryList .subCatGrid .subcategory-item {
    width: 25%;
    border-bottom: 1px solid #707070; }
    .category-alt .SubCategoryList .subCatGrid .subcategory-item .card {
      margin-bottom: 0;
      padding-bottom: 40px; }
      .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-figure {
        display: block;
        width: 297px;
        margin: 30px auto 15px; }
        .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-figure .card-image {
          border: 0;
          width: 297px;
          margin: 0 auto; }
          @media (max-width: 1200px) {
            .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-figure .card-image {
              width: 202px; } }
          @media (max-width: 1023px) {
            .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-figure .card-image {
              width: 777px; } }
          @media (max-width: 833px) {
            .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-figure .card-image {
              width: 156px; } }
        @media (max-width: 1200px) {
          .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-figure {
            width: 202px; } }
        @media (max-width: 1023px) {
          .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-figure {
            width: 777px; } }
        @media (max-width: 833px) {
          .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-figure {
            width: 156px; } }
      @media (max-width: 833px) {
        .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-body {
          text-align: left; } }
      .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-title {
        font-size: 24px;
        line-height: 32px;
        font-weight: bold;
        padding: 0 15px;
        min-height: auto;
        background-color: transparent; }
        @media (max-width: 1200px) {
          .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-title {
            font-size: 18px;
            line-height: 24px; } }
        @media (max-width: 833px) {
          .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-title {
            font-size: 14px;
            line-height: 18px;
            padding: 0 5px; } }
      @media (max-width: 833px) {
        .category-alt .SubCategoryList .subCatGrid .subcategory-item .card {
          padding-bottom: 26px; } }
    @media (max-width: 1023px) {
      .category-alt .SubCategoryList .subCatGrid .subcategory-item {
        width: 33.3%; } }
    @media (max-width: 833px) {
      .category-alt .SubCategoryList .subCatGrid .subcategory-item {
        width: 50%; } }

.category-alt .actionBar-container {
  margin-top: -2px;
  z-index: 1;
  position: relative; }
  .category-alt .actionBar-container .form-field {
    border-radius: 0;
    border: 0;
    background: transparent; }
    .category-alt .actionBar-container .form-field::after {
      content: '';
      width: 1px;
      height: 25px;
      background: #ACACAC;
      display: block;
      position: absolute;
      top: 17px;
      right: 35px; }
      @media (max-width: 833px) {
        .category-alt .actionBar-container .form-field::after {
          display: none; } }
    @media (max-width: 833px) {
      .category-alt .actionBar-container .form-field {
        text-align: center;
        margin-bottom: 18px; } }
  .category-alt .actionBar-container .form-label {
    font-family: "Oxygen", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-transform: uppercase; }
    @media (max-width: 833px) {
      .category-alt .actionBar-container .form-label {
        display: none; } }
  .category-alt .actionBar-container .form-select {
    background: #fff;
    width: 200px;
    padding: 0 15px;
    font-size: 14px;
    line-height: 29px;
    font-family: 'OXYGEN';
    font-weight: normal;
    appearance: auto !important;
    position: relative; }
    @media (max-width: 833px) {
      .category-alt .actionBar-container .form-select {
        height: 40px;
        width: 300px; } }
  @media (max-width: 833px) {
    .category-alt .actionBar-container .pagination-list {
      text-align: center; } }
  @media (max-width: 833px) {
    .category-alt .actionBar-container {
      padding: 22px 16px; } }

.category-alt .productGrid {
  max-width: 1270px;
  margin: auto; }
  .category-alt .productGrid .product {
    border-bottom: 1px solid #707070;
    margin-bottom: 0; }
    .category-alt .productGrid .product:hover .card {
      border-color: transparent; }
    .category-alt .productGrid .product .card {
      padding: 30px 0;
      margin-bottom: 0; }
      .category-alt .productGrid .product .card .card-figure {
        max-width: 275px;
        height: 183px;
        display: block; }
      .category-alt .productGrid .product .card .card-body {
        padding-bottom: 2px; }
        .category-alt .productGrid .product .card .card-body .card-title {
          font-size: 18px;
          line-height: 24px;
          font-weight: bold;
          font-family: 'OXYGEN'; }
          @media (max-width: 1200px) {
            .category-alt .productGrid .product .card .card-body .card-title {
              font-size: 14px;
              line-height: 20px; } }
        .category-alt .productGrid .product .card .card-body .price-section {
          font-family: 'OXYGEN';
          font-size: 20px;
          font-weight: normal; }
          @media (max-width: 1200px) {
            .category-alt .productGrid .product .card .card-body .price-section {
              font-size: 14px;
              line-height: 35px; } }

#category .body .container {
  padding: 0;
  max-width: 1311px; }
  @media (max-width: 1200px) {
    #category .body .container {
      max-width: 892px; } }
  @media (max-width: 1023px) {
    #category .body .container {
      max-width: 777px; } }
  @media (max-width: 833px) {
    #category .body .container {
      max-width: 100%;
      padding: 0 20px; } }

.category-alt .nav-breadcrumbs .breadcrumbs-container .breadcrumbs .breadcrumb:first-child:before {
  display: none; }

.category-alt .category-banner.banners {
  display: none; }

@media (max-width: 833px) {
  .contents.popup-content .popup-content a.popup-img.desktop-img {
    display: block; } }

.category-alt .page-description a.dlt-readmore {
  color: #1795C4;
  text-decoration: none;
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 22px;
  font-weight: bold; }

.category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-title {
  font-size: 18px;
  line-height: 24px; }
  @media (max-width: 1200px) {
    .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-title {
      font-size: 14px;
      line-height: 20px; } }

.category-alt .product-banner .category-img .cat-thumbnail {
  display: block; }

.category-alt .product-banner .banner-container {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.category-alt .product-banner .banner-container > div {
  float: unset; }

.category-alt .product-banner .banner-container .category-description p,
.category-alt .product-banner .banner-container .category-description a.dlt-readmore {
  display: none; }

.category-alt .product-banner {
  padding: 10px 0; }

.category-alt .product-banner .banner-container .category-description {
  margin-top: 10px; }

@media (max-width: 833px) {
  .category-alt .product-banner .banner-container {
    flex-direction: column;
    min-height: 220px;
    justify-content: center; }
  .category-alt .product-banner .banner-container .category-img {
    margin: 0 auto; } }

.category-alt .category-banner.banners {
  display: block; }

@media (max-width: 1023px) {
  .category-alt .nav-breadcrumbs {
    margin-bottom: 20px; } }

.product-banner .banner-container .contents.popup-content > * {
  display: none !important; }

.product-banner .banner-container .contents.popup-content .popup-content {
  display: block !important; }

.category-alt .productGrid .product .card .card-body {
  height: 200px; }

@media (max-width: 1023px) {
  .category-alt .productGrid .product .card .card-body {
    height: 180px; } }

@media (max-width: 1023px) and (min-width: 801px) {
  .category-alt .productGrid .product .card .card-body {
    height: 220px; } }

@media (max-width: 767px) {
  .category-alt .productGrid .product .card .card-body {
    height: 200px; } }

@media (min-width: 1024px) {
  .category-alt .productGrid .product {
    width: 25% !important; } }

@media (max-width: 1200px) and (min-width: 1023px) {
  .category-alt .productGrid .product .card .card-body {
    height: 220px; } }

.productCarousel {
  margin-left: 0;
  margin-right: 0; }

.homepage {
  max-width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  overscroll-behavior-x: none;
  overscroll-behavior-y: none; }
  .homepage .hp-hero {
    background: url("../img/hp/heroimagebg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 520px; }
    .homepage .hp-hero .clickable-image {
      position: absolute;
      width: 100%;
      height: 100%; }
    @media (min-width: 551px) {
      .homepage .hp-hero {
        height: 410px; } }
    @media (min-width: 801px) {
      .homepage .hp-hero {
        height: 544px; } }
    @media (min-width: 1261px) {
      .homepage .hp-hero {
        height: 594px; } }
    .homepage .hp-hero .hero-text {
      max-width: 1280px;
      margin: 0 auto;
      padding: 0 15px;
      padding-top: 50px; }
      @media (min-width: 551px) {
        .homepage .hp-hero .hero-text {
          padding-top: 50px; } }
      @media (min-width: 801px) {
        .homepage .hp-hero .hero-text {
          padding-top: 80px; } }
    .homepage .hp-hero h1 {
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-size: 47px;
      font-weight: 900;
      line-height: 40px;
      margin: 0; }
      @media (min-width: 551px) {
        .homepage .hp-hero h1 {
          font-size: 80px;
          line-height: 70px; } }
      @media (min-width: 1261px) {
        .homepage .hp-hero h1 {
          font-size: 116px;
          line-height: 100px; } }
    .homepage .hp-hero h2 {
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-size: 41px;
      font-weight: 300;
      margin: 0;
      padding-bottom: 30px;
      text-decoration: underline;
      text-underline-position: under;
      text-decoration-color: #707070; }
      @media (min-width: 551px) {
        .homepage .hp-hero h2 {
          font-size: 70px;
          line-height: 68px; } }
      @media (min-width: 1261px) {
        .homepage .hp-hero h2 {
          font-size: 102px;
          line-height: 100px; } }
    .homepage .hp-hero p {
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      line-height: 28px;
      margin: 0; }
      @media (min-width: 551px) {
        .homepage .hp-hero p {
          font-size: 20px;
          line-height: 24px;
          margin: 0; } }
      @media (min-width: 801px) {
        .homepage .hp-hero p {
          font-size: 30px;
          line-height: 34px;
          margin: 0; } }
      .homepage .hp-hero p br {
        display: inline-block; }
        @media (min-width: 551px) {
          .homepage .hp-hero p br {
            display: none; } }
    .homepage .hp-hero .buy-btn {
      border: 2px solid #fff;
      color: #fff;
      display: inline-block;
      font-family: 'Oxygen', sans-serif;
      font-size: 18px;
      font-weight: 900;
      margin-top: 170px;
      padding: 5px 0;
      text-align: center;
      width: 100%;
      text-decoration: none; }
      @media (min-width: 551px) {
        .homepage .hp-hero .buy-btn {
          font-size: 14px;
          height: 40px;
          margin-top: 40px;
          padding: 8px 0 0 0;
          width: 170px; } }
  .homepage .hero-sub-image {
    position: absolute;
    bottom: 80px;
    left: 3px;
    width: 130%; }
    @media (min-width: 551px) {
      .homepage .hero-sub-image {
        bottom: -85px;
        left: 130px;
        width: 85%;
        z-index: 9; } }
    @media (min-width: 801px) {
      .homepage .hero-sub-image {
        bottom: -115px;
        left: 190px; } }
    @media (min-width: 1261px) {
      .homepage .hero-sub-image {
        bottom: -125px;
        left: 270px;
        width: 100%; } }
  .homepage .kickers-one-lt {
    position: relative; }
    @media (min-width: 551px) {
      .homepage .kickers-one-lt {
        float: left;
        width: 60%; } }
    @media (min-width: 801px) {
      .homepage .kickers-one-lt {
        float: left;
        width: 60%; } }
    .homepage .kickers-one-lt a {
      position: absolute;
      width: 100%;
      height: 100%; }
  .homepage .kickers-one-rt {
    position: relative;
    padding: 25px 15px 50px 15px; }
    @media (min-width: 551px) {
      .homepage .kickers-one-rt {
        float: right;
        padding: 0;
        width: 36%; } }
    @media (min-width: 801px) {
      .homepage .kickers-one-rt {
        float: left;
        width: 40%; } }
  @media (min-width: 551px) {
    .homepage .kickers-one-txt {
      padding-top: 40px; } }
  @media (min-width: 801px) {
    .homepage .kickers-one-txt {
      padding-top: 90px; } }
  .homepage .kickers-one-txt h3 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    font-weight: 900;
    line-height: 39px;
    margin: 0; }
  .homepage .kickers-one-txt h4 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 39px;
    font-weight: 300;
    line-height: 39px;
    margin: 0; }
    @media (min-width: 801px) {
      .homepage .kickers-one-txt h4 {
        font-size: 61px;
        line-height: 61px; } }
  .homepage .kickers-one-txt p {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500; }
    @media (min-width: 551px) {
      .homepage .kickers-one-txt p {
        font-size: 14px;
        padding-top: 10px; } }
    @media (min-width: 801px) {
      .homepage .kickers-one-txt p {
        font-size: 24px;
        padding-top: 25px; } }
    .homepage .kickers-one-txt p br {
      display: none; }
      @media (min-width: 551px) {
        .homepage .kickers-one-txt p br {
          display: inline; } }
  .homepage .kickers-one-txt .shop-more-btn {
    text-decoration: none;
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    font-weight: 900;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    text-decoration: none; }
    @media (min-width: 551px) {
      .homepage .kickers-one-txt .shop-more-btn {
        font-size: 14px;
        height: 40px;
        padding: 8px 0 0 0;
        width: 170px; } }
  .homepage .kickers-two-desk {
    display: none; }
    @media (min-width: 551px) {
      .homepage .kickers-two-desk {
        display: block;
        position: relative; } }
    .homepage .kickers-two-desk a {
      position: absolute;
      width: 100%;
      height: 100%; }
  .homepage .kickers-two-mob {
    display: block;
    background: url("../img/hp/hindererbgtexture2.jpg");
    background-repeat: no-repeat;
    padding: 25px 15px 50px 15px;
    text-align: center; }
    @media (min-width: 551px) {
      .homepage .kickers-two-mob {
        display: none; } }
  .homepage h3 {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 36px;
    font-weight: 900; }
    .homepage h3 span {
      font-weight: 300; }
  .homepage p {
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    text-align: left; }
  .homepage .shop-more-btn {
    text-decoration: none;
    border: 2px solid #000;
    color: #000;
    display: inline-block;
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    font-weight: 900;
    margin-top: 0;
    padding: 5px 0;
    text-align: center;
    width: 100%;
    text-decoration: none; }
  .homepage .new-arrivals {
    max-width: 1330px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center; }
    @media (min-width: 801px) {
      .homepage .new-arrivals {
        margin: 75px auto; } }
    .homepage .new-arrivals h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 15px; }
      .homepage .new-arrivals h3 span {
        font-weight: 500;
        color: #747474; }
    .homepage .new-arrivals .productCarousel-slide {
      width: 100%; }
      @media (min-width: 551px) {
        .homepage .new-arrivals .productCarousel-slide {
          width: 50%; } }
      @media (min-width: 801px) {
        .homepage .new-arrivals .productCarousel-slide {
          width: 25%; } }
      .homepage .new-arrivals .productCarousel-slide:hover .card {
        border-color: #eaeaea; }
  .homepage .get-connected {
    display: none;
    max-width: 1080px;
    margin: 25px auto 125px auto;
    padding: 0 15px;
    text-align: center; }
    @media (min-width: 551px) {
      .homepage .get-connected {
        display: block; } }
    .homepage .get-connected h3 {
      font-family: "Montserrat", sans-serif;
      font-size: 24px;
      font-weight: 900;
      margin-bottom: 25px; }
      .homepage .get-connected h3 span {
        font-weight: 500;
        color: #747474; }
    .homepage .get-connected #wp-feed {
      width: 45%;
      float: left; }
      .homepage .get-connected #wp-feed .title {
        color: #000;
        font-family: 'Oxygen', sans-serif;
        font-size: 18px;
        font-weight: 900;
        margin-top: 15px; }
        .homepage .get-connected #wp-feed .title a {
          text-decoration: none; }
      .homepage .get-connected #wp-feed .blog-info {
        color: #747474;
        font-family: 'Oxygen', sans-serif;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
        text-align: left; }
        .homepage .get-connected #wp-feed .blog-info .entry-standard {
          display: inline; }
          .homepage .get-connected #wp-feed .blog-info .entry-standard strong {
            font-weight: 400; }
        .homepage .get-connected #wp-feed .blog-info .entry-date {
          display: inline; }
      .homepage .get-connected #wp-feed .readmore {
        border: 2px solid #000;
        height: 40px;
        margin-top: 20px;
        padding-top: 7px;
        width: 125px; }
        .homepage .get-connected #wp-feed .readmore a {
          color: #000;
          font-family: 'Oxygen', sans-serif;
          font-size: 14px;
          font-weight: 900;
          text-decoration: none; }
    .homepage .get-connected .instafeed-container {
      text-align: center;
      float: right;
      width: 47%; }
      .homepage .get-connected .instafeed-container #instafeed a {
        display: inline-block;
        margin: 5px;
        width: 30%;
        border: 1px solid #EAEAEA; }
      .homepage .get-connected .instafeed-container p {
        font-family: "Montserrat", sans-serif;
        font-size: 18px;
        font-weight: 600;
        padding-left: 15px;
        padding-top: 15px; }

@media (max-width: 551px) {
  .kickers-one-lt img {
    width: 97%; }
  .homepage .new-arrivals {
    margin-bottom: 70px; } }

.homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-prev:before,
.homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-next:before {
  position: initial !important; }

.homepage .customer-say .container .slider .slick-next, .homepage .customer-say .container .slider .slick-prev {
  justify-content: center;
  align-items: center;
  display: inline-flex; }

.homepage .customer-say .container .slider .slick-next:before, .homepage .customer-say .container .slider .slick-prev:before {
  position: initial !important; }

.clear {
  float: none;
  clear: both; }

@media (max-width: 801px) {
  .page.brands *[id]:before {
    display: block;
    content: " ";
    margin-top: -130px;
    height: 130px;
    visibility: hidden; } }

.scrollToTop {
  width: 50px;
  height: 50px;
  padding: 13px 0;
  text-align: center;
  background: whiteSmoke;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  position: fixed;
  top: 85%;
  right: 15px;
  display: none;
  background: rgba(23, 149, 196, 0.85);
  border-radius: 50%;
  z-index: 999; }
  .scrollToTop .icon {
    width: 25px; }
    .scrollToTop .icon svg {
      fill: #fff;
      transform: rotate(180deg);
      stroke: #fff;
      stroke-width: 2; }

.scrollToTop:hover {
  text-decoration: none; }

@media (min-width: 551px) {
  .page.brands {
    padding: 0 30px; } }

.page.brands .brands-top {
  margin: 0 auto 85px auto;
  max-width: 1240px; }
  .page.brands .brands-top .brands-heading {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-align: center; }
    @media (min-width: 801px) {
      .page.brands .brands-top .brands-heading {
        margin-bottom: 35px; } }
    .page.brands .brands-top .brands-heading span {
      color: #747474; }
  .page.brands .brands-top .brands-logo-container .brand-logo {
    position: relative;
    width: 37%;
    margin: 20px;
    display: flex;
    display: inline-block;
    text-align: center; }
    @media (min-width: 551px) {
      .page.brands .brands-top .brands-logo-container .brand-logo {
        width: 30%;
        margin: 20px 0; } }
    @media (min-width: 1261px) {
      .page.brands .brands-top .brands-logo-container .brand-logo {
        width: 12.666%;
        margin: 0 22px; } }
  .page.brands .brands-top .brands-logo-container a {
    position: absolute;
    height: 100%;
    width: 100%; }

.page.brands .brands-content {
  max-width: 1190px;
  margin: 0 auto; }
  .page.brands .brands-content .brands-heading {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-align: center; }
    @media (min-width: 801px) {
      .page.brands .brands-content .brands-heading {
        margin-bottom: 35px; } }
    .page.brands .brands-content .brands-heading span {
      color: #747474; }
  .page.brands .brands-content .brand-row {
    text-align: left;
    padding-left: 15px; }
    @media (min-width: 551px) {
      .page.brands .brands-content .brand-row {
        padding-left: 0; } }
    @media (min-width: 1261px) {
      .page.brands .brands-content .brand-row {
        text-align: center; } }
    .page.brands .brands-content .brand-row .letter-box {
      background-color: #EAEAEA;
      color: #000;
      display: inline-block;
      font-family: "Oxygen", sans-serif;
      font-size: 23px;
      font-weight: 900;
      height: 38px;
      margin: 5px 1px;
      text-decoration: none;
      text-align: center;
      width: 38px; }
      .page.brands .brands-content .brand-row .letter-box:hover {
        background-color: #26B6EB; }
    .page.brands .brands-content .brand-row .letter-box.null {
      background-color: transparent;
      color: #ACACAC; }
      .page.brands .brands-content .brand-row .letter-box.null:hover {
        background: transparent; }
  .page.brands .brands-content .brand-list {
    border-top: 1px solid #ACACAC;
    margin-top: 35px;
    padding-top: 25px; }
  .page.brands .brands-content .anchor-letter {
    width: 10%;
    float: left; }
    @media (min-width: 551px) {
      .page.brands .brands-content .anchor-letter {
        width: 8%; } }
    @media (min-width: 1261px) {
      .page.brands .brands-content .anchor-letter {
        width: 3%; } }
    .page.brands .brands-content .anchor-letter strong {
      color: #26B6EB;
      font-family: "Oxygen", sans-serif;
      font-size: 30px;
      font-weight: bold; }
  .page.brands .brands-content .col-group {
    float: left;
    padding-top: 15px;
    width: 90%; }
    @media (min-width: 551px) {
      .page.brands .brands-content .col-group {
        width: 92%; } }
    @media (min-width: 1261px) {
      .page.brands .brands-content .col-group {
        width: 97%; } }
  .page.brands .brands-content .col-group > div {
    float: left;
    width: 50%; }
    @media (min-width: 551px) {
      .page.brands .brands-content .col-group > div {
        width: 33%; } }
    @media (min-width: 1261px) {
      .page.brands .brands-content .col-group > div {
        width: 20%; } }
    .page.brands .brands-content .col-group > div a {
      color: #000;
      font-family: "Oxygen", sans-serif;
      font-size: 15px;
      line-height: 36px;
      text-decoration: none; }
    .page.brands .brands-content .col-group > div .featured-brand {
      color: #FA5700;
      font-weight: bold; }

@media (min-width: 551px) {
  .about .breadcrumbs {
    padding: 15px 50px;
    margin: 0 auto; } }

@media (min-width: 1261px) {
  .about .breadcrumbs {
    max-width: 1330px;
    padding: 15px 30px; } }

.about .top-container {
  max-width: 1440px;
  margin: 0 auto 35px auto;
  padding: 0 15px; }
  @media (min-width: 551px) {
    .about .top-container {
      padding: 0 50px; } }
  @media (min-width: 1261px) {
    .about .top-container {
      padding: 0; } }

@media (min-width: 1261px) {
  .about .top-text {
    width: 40%;
    float: right; } }

.about .top-text h2 {
  color: #000;
  font-family: 'Oxygen', sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-align: center; }
  @media (min-width: 551px) {
    .about .top-text h2 {
      font-size: 30px; } }
  @media (min-width: 1261px) {
    .about .top-text h2 {
      text-align: left; } }

.about .top-text p {
  color: #525252;
  font-family: 'Oxygen', sans-serif;
  font-size: 14px; }
  @media (min-width: 551px) {
    .about .top-text p {
      font-size: 18px; } }
  @media (min-width: 1261px) {
    .about .top-text p {
      width: 85%; } }

.about .top-image {
  margin: 35px 0 0 0; }
  @media (min-width: 1261px) {
    .about .top-image {
      width: 60%;
      float: left;
      margin: 0; } }

.about .difference-container {
  background: #EAEAEA;
  padding: 35px 15px;
  text-align: center; }
  @media (min-width: 1261px) {
    .about .difference-container {
      padding: 35px 0; } }
  .about .difference-container .diff-sub-container {
    max-width: 780px;
    margin: 0 auto; }
  .about .difference-container p {
    font-family: 'Oxygen', sans-serif;
    font-size: 16px;
    font-weight: 900;
    padding: 0 10px;
    margin-top: 20px; }
    @media (min-width: 551px) {
      .about .difference-container p {
        font-size: 20px;
        padding: 0; } }
    @media (min-width: 1261px) {
      .about .difference-container p {
        padding: 0; } }

.about .location-container {
  max-width: 1275px;
  margin: 70px auto 35px auto; }
  .about .location-container .location-text {
    padding: 0 15px; }
    @media (min-width: 551px) {
      .about .location-container .location-text {
        padding: 0 50px; } }
    @media (min-width: 1261px) {
      .about .location-container .location-text {
        float: left;
        width: 30%;
        padding: 0 75px 0 20px; } }
    .about .location-container .location-text p {
      color: #525252;
      font-family: 'Oxygen', sans-serif;
      font-size: 14px; }
      @media (min-width: 551px) {
        .about .location-container .location-text p {
          font-size: 18px; } }
      .about .location-container .location-text p br {
        display: none; }
        @media (min-width: 1261px) {
          .about .location-container .location-text p br {
            display: inline-block; } }
      @media (min-width: 1261px) {
        .about .location-container .location-text p span {
          display: block;
          margin-top: 25px; } }
    .about .location-container .location-text hr {
      border: 2px solid #707070;
      border-width: 2px 0 0;
      width: 40%;
      margin: 1px 0 1px; }
    .about .location-container .location-text h5 {
      color: #000;
      font-family: 'Oxygen', sans-serif;
      font-size: 18px;
      font-weight: 900;
      margin: 20px 0 0; }
    .about .location-container .location-text address {
      color: #000;
      font-family: 'Oxygen', sans-serif;
      font-size: 16px;
      font-style: normal; }
  .about .location-container .location-map {
    margin-top: 35px; }
    @media (min-width: 1261px) {
      .about .location-container .location-map {
        float: right;
        margin-top: 0;
        width: 70%; } }
  .about .location-container iframe {
    width: 100%;
    height: 200px; }
    @media (min-width: 551px) {
      .about .location-container iframe {
        width: 100%;
        max-width: 768px;
        height: 332px; } }
    @media (min-width: 801px) {
      .about .location-container iframe {
        width: 800px;
        height: 449px; } }

.about .team {
  max-width: 1080px;
  margin: 70px auto 0 auto;
  padding: 0 35px; }
  @media (min-width: 551px) {
    .about .team {
      padding: 0 75px; } }
  @media (min-width: 1261px) {
    .about .team {
      padding: 0; } }
  .about .team .slick-initialized .slick-slide {
    text-align: center; }
  .about .team .slick-slide img {
    display: inline !important; }
  .about .team .slick-prev::before {
    background: url("../img/about/arrow-left.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 1.5rem;
    width: 1.5rem; }
  .about .team .slick-next::before {
    background: url("../img/about/arrow-right.png");
    background-repeat: no-repeat;
    background-position: center center;
    height: 1.5rem;
    width: 1.5rem; }
  .about .team .slick-next, .about .team .slick-prev {
    background-color: #EAEAEA;
    border: 0;
    height: 3.5rem;
    width: 3rem; }
  .about .team .slick-prev {
    left: -40px; }
    @media (min-width: 551px) {
      .about .team .slick-prev {
        left: -45px; } }
  .about .team .slick-next {
    right: -40px; }
    @media (min-width: 551px) {
      .about .team .slick-next {
        right: -45px; } }
  .about .team h2 {
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 35px;
    text-align: center; }
    @media (min-width: 551px) {
      .about .team h2 {
        font-size: 30px; } }
  @media (min-width: 1261px) {
    .about .team .team-container {
      text-align: center; } }
  @media (min-width: 1261px) {
    .about .team .team-members {
      width: 134px;
      margin: 0 10px;
      display: inline-block; } }
  .about .team .team-members .member-photo {
    position: relative; }
  .about .team .team-members .clickable-member {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .about .team .team-members .member-info {
    text-align: left; }
    .about .team .team-members .member-info .name {
      color: #000;
      font-family: 'Oxygen', sans-serif;
      font-size: 18px;
      font-weight: 900;
      margin-top: 15px;
      margin-bottom: 0; }
    .about .team .team-members .member-info .title {
      color: #747474;
      font-family: 'Oxygen', sans-serif;
      font-size: 10px;
      font-weight: 900; }
    .about .team .team-members .member-info a {
      color: #1795C4;
      font-family: 'Oxygen', sans-serif;
      font-size: 11px;
      font-weight: 500;
      text-decoration: none; }

.about .team-individual-container {
  max-width: 980px;
  margin: 75px auto;
  padding: 0 35px; }
  @media (min-width: 551px) {
    .about .team-individual-container {
      padding: 0 75px; } }
  @media (min-width: 1261px) {
    .about .team-individual-container {
      padding: 0; } }

.about .individual {
  display: none; }
  .about .individual .individual-image {
    display: none; }
    @media (min-width: 551px) {
      .about .individual .individual-image {
        display: block;
        width: 17%;
        float: left; } }
  @media (min-width: 551px) {
    .about .individual .individual-text {
      width: 83%;
      float: right;
      padding-left: 35px; } }
  @media (min-width: 1261px) {
    .about .individual .individual-text {
      padding-left: 0; } }
  .about .individual .individual-text h3 {
    margin: 0;
    color: #000;
    font-family: 'Oxygen', sans-serif;
    font-size: 22px;
    font-weight: 900; }
  .about .individual .individual-text h4 {
    color: #747474;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 900;
    margin-top: 0; }
  .about .individual .individual-text p {
    color: #525252;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 400; }
  .about .individual .individual-text .favorites-title {
    color: #E04E00;
    font-family: 'Oxygen', sans-serif;
    font-size: 14px;
    font-weight: 900;
    margin-bottom: 0; }
  .about .individual .individual-text .favorites {
    color: #313131;
    font-size: 16px;
    font-weight: 900;
    margin-top: 0; }

.ebody {
  margin-top: 2.5rem;
  margin-bottom: 5.5rem;
  padding: 0 15px; }
  @media (min-width: 551px) {
    .ebody {
      padding: 0 35px 0 55px; } }
  @media (min-width: 801px) {
    .ebody {
      margin-top: 0; } }
  @media (min-width: 1261px) {
    .ebody {
      padding: 0 0 55px 0; } }

.ey-template .page-heading {
  color: #000;
  font-family: 'Oxygen', sans-serif;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 20px;
  text-transform: capitalize;
  margin-top: 30px; }
  @media (min-width: 551px) {
    .ey-template .page-heading {
      font-size: 30px;
      margin-top: 0; } }

.ey-template p {
  color: #525252;
  font-family: 'Oxygen', sans-serif;
  font-size: 14px;
  font-weight: 400; }

.ey-template .template-container {
  max-width: 1090px;
  margin: 0 auto; }
  .ey-template .template-container .template-categories-container {
    max-width: 980px;
    margin: 0 auto; }
    @media (min-width: 551px) {
      .ey-template .template-container .template-categories-container .template-cat1 {
        width: 45%;
        float: left; } }
    @media (min-width: 551px) {
      .ey-template .template-container .template-categories-container .template-cat2 {
        width: 45%;
        float: right; } }
    .ey-template .template-container .template-categories-container .temp-cat-img-container {
      margin-top: 45px;
      margin-bottom: 20px;
      position: relative; }
    .ey-template .template-container .template-categories-container .temp-button {
      border: 2px solid #000;
      color: #000;
      display: block;
      font-family: 'Oxygen', sans-serif;
      font-size: 14px;
      font-weight: 900;
      padding: 10px 0;
      text-align: center;
      text-decoration: none;
      width: 185px; }
      .ey-template .template-container .template-categories-container .temp-button:hover {
        background-color: #000;
        color: #fff; }

.pdp-page-content .productView-rating .icon {
  height: 24px;
  width: 24px; }

.pdp-page-content .box p {
  margin-bottom: 8px; }

.pdp-page-content .productView-rating {
  padding: 10px 0;
  font-size: 16px; }

.pdp-page-content .earn-point {
  margin-top: 8px; }

.pdp-page-content .earn-point p {
  background: #FCF5C3;
  padding: 5px 0;
  max-width: 300px;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 0;
  text-align: center; }

.pdp-page-content .earn-point > p > span {
  padding: 2px; }

.pdp-page-content .productView-price {
  margin-top: 20px;
  margin-bottom: 0; }

.pdp-page-content .productView-info > :first-child {
  margin-top: 0; }

.pdp-page-content .productView-options .option-set-title {
  margin: 0px 0 8px; }

.pdp-page-content .productView-options .form-checkbox + .form-label:before {
  border-radius: 0;
  width: 27px;
  height: 27px;
  border-color: #000;
  border-width: 1px; }

.pdp-page-content .productView-options .form-checkbox:checked + .form-label:after {
  background-color: #000;
  height: 27px;
  width: 27px; }

.productView-info {
  margin-bottom: 15px; }

.pdp-page-content .bulkPricing li {
  margin: 5px 0; }

.pdp-page-content .productView-options .option-set {
  margin-bottom: 20px; }

.pdp-page-content .form-action .button--primary {
  background-color: #72ac72; }

.pdp-page-content .ask-question {
  text-align: center;
  margin-top: 10px; }

.pdp-page-content .ask-question a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  position: relative; }

.pdp-page-content .ask-question span {
  padding-right: 10px; }

.pdp-page-content .ask-question span img {
  height: 34px;
  width: 34px; }

.pdp-page-content .productView-info-links {
  border-top: none;
  background: #eafcff;
  width: 100%;
  text-align: center; }
  .pdp-page-content .productView-info-links ul {
    display: inline-flex;
    justify-content: center; }
    .pdp-page-content .productView-info-links ul li {
      padding: 5px;
      text-align: center;
      text-transform: capitalize;
      font-size: 15px;
      margin: auto; }
      .pdp-page-content .productView-info-links ul li p {
        color: #1795C4;
        font-size: 19px;
        margin-bottom: 5px;
        font-weight: 700;
        display: block;
        text-transform: capitalize;
        line-height: 1.2; }
    .pdp-page-content .productView-info-links ul li:nth-child(2) {
      font-size: 50px;
      font-weight: 900;
      color: #CCCCCC; }

.pdp-page-content #rewardPoints:before {
  display: none; }

@media (max-width: 1024px) {
  .pdp-page-content .productView-info-links {
    margin-top: 0px; } }

@media (max-width: 768px) {
  .pdp-page-content .ask-question {
    text-align: left; } }

@media (min-width: 650px) {
  .pdp-page-content .productView-details.details-top {
    float: left;
    width: 100%; }
  .pdp-page-content .productView-images {
    width: 50%; }
  .pdp-page-content .productView-details {
    width: 50%;
    clear: right;
    float: right; } }

@media (max-width: 649px) {
  .pdp-page-content .ask-question {
    display: none; }
  .pdp-page-content .earn-point p {
    margin: auto; } }

@media (min-width: 551px) and (max-width: 1024px) {
  .pdp-page-content .dropdown-menu.is-open {
    display: contents; } }

@media (min-width: 320px) and (max-width: 1024px) {
  .pdp-page-content .productView-options .form-action {
    float: none;
    width: 100%; } }

.productView-description .tab-description-section {
  padding: 7px;
  border-bottom: 1px solid #ACACAC;
  border-top: 1px solid #ACACAC; }

.productView-description .tab-description-section .tab-heading-container {
  padding: 10px;
  cursor: pointer; }

.productView-description .tab-description-section .tab-content-container {
  padding: 10px;
  display: none; }

.productView-description .tab-description-section .tab-heading-container span {
  font-size: 23px;
  width: 35px;
  height: 35px;
  background: #313131;
  color: white;
  text-align: center;
  line-height: 35px; }

.desc-is-active {
  display: block !important; }

.productView-description .tab-heading-container {
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Oxygen', Arial,sans-serif;
  font-weight: bold;
  border: 0;
  padding: 0;
  margin-top: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between; }

.productView-description .tab-review-section-container .container {
  padding-top: 0px !important; }

.body.pdp-page-content {
  margin-bottom: 0px !important; }

.productView-description .container {
  margin-bottom: 3rem; }

#product .productView-description .productView-description {
  border-top: none;
  padding-top: 10px; }

.productView-options .option-set {
  background-color: transparent; }

.pdp-page-content .productView-options .form-checkbox:checked + .form-label:after {
  top: 0; }

.pdp-page-content .productView-options .form-checkbox + .form-label:before {
  top: 0; }

.engraveIt span:not(.engraveUpcharge) {
  background-color: #eaeaea;
  color: #000;
  font-size: 16px;
  position: relative; }

.form-label .engrave-box {
  font-size: 16px;
  padding-left: 10px; }

.engraveIt .engrave-box {
  margin-left: 10px; }

.engraveIt .engrave-box:before {
  content: " ";
  position: absolute;
  left: -13px;
  z-index: 1;
  background-color: #eaeaea;
  width: 25px;
  height: 25px;
  transform: rotate(45deg); }

.fa-star:before, i.fa.fa-star-half-o, .fa-star-o:before {
  color: #1795C4;
  font-size: 24px; }

@media (max-width: 425px) {
  .productView-options .form-field > .form-checkbox + .form-label, .productView-options .form-field > .form-radio + .form-label {
    margin-left: 0; }
  .engraveFont .productView-options .form-input, .productView-options .form-select {
    max-width: 100%; }
  .engraveIt span:not(.engraveUpcharge) {
    padding: .5rem 16px; } }

.box p {
  font-size: 18px;
  font-family: "Oxygen", Arial, Helvetica, sans-serif;
  font-weight: 600;
  border: 2px solid #008BB9;
  padding: 5px 10px; }

.box p span {
  padding-right: 5px; }

.testimonial {
  margin-bottom: 40px; }

.testimonial-box {
  display: flex;
  background: #F8F4DC;
  padding: 0 20px; }

.testimonial-box div:first-child {
  width: 10%;
  margin: auto; }

.testimonial-box div:last-child {
  width: 90%;
  padding: 20px;
  margin: auto; }

.testimonial-box div:first-child img {
  width: 100%; }

.testimonial-box h4 {
  font-size: 20px;
  font-family: "Oxygen", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0; }

.testimonial-box p {
  font-size: 16px;
  font-family: "Oxygen", Arial, Helvetica, sans-serif;
  margin: 5px 0; }

@media (max-width: 1024px) {
  .box {
    text-align: center; }
  .box p {
    font-size: 16px; } }

@media (max-width: 767px) {
  .box {
    text-align: center; }
  .testimonial-box div:first-child {
    width: 40%; }
  .testimonial-box div:last-child {
    width: 60%; }
  .testimonial-box div:first-child img {
    background: #fff;
    border-radius: 60px; }
  .testimonial-box p {
    font-size: 14px; } }

.productView-description .tab-description-section {
  padding: 7px;
  border-bottom: 1px solid #ACACAC;
  border-top: 1px solid #ACACAC; }

.productView-description .tab-description-section .tab-heading-container {
  padding: 10px;
  cursor: pointer; }

.productView-description .tab-description-section .tab-content-container {
  padding: 10px;
  display: none; }

.productView-description .tab-description-section .tab-heading-container span {
  font-size: 23px;
  width: 35px;
  height: 35px;
  background: #313131;
  color: white;
  text-align: center;
  line-height: 35px; }

.desc-is-active {
  display: block !important; }

.productView-description .tab-heading-container {
  border-bottom: 1px solid #f0f0f0;
  text-transform: uppercase;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Oxygen', Arial,sans-serif;
  font-weight: bold;
  border: 0;
  padding: 0;
  margin-top: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between; }

.productView-description .tab-review-section-container .container {
  padding-top: 0px !important; }

.body.pdp-page-content {
  margin-bottom: 0px !important; }

.productView-description .container {
  margin-bottom: 3rem; }

#product .productView-description .productView-description {
  border-top: none;
  padding-top: 10px; }

.pdp-page-content .ask-question a:before {
  content: "";
  background: url(https://cdn11.bigcommerce.com/s-t7tzgd0/stencil/3c0af580-acbe-0139-ca67-222589ebb45b/e/df87c880-acc1-0139-e57f-1a9bb4c82226/img/ip/feedback-icon.png);
  width: 44px;
  height: 39px;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: -50px; }

.body.pdp-pre-order {
  margin: 0;
  font-family: Oxygen,Arial,Helvetica,sans-serif; }
  .body.pdp-pre-order .pre-order {
    max-width: 100%;
    background: #F8F9F8;
    padding-top: 40px; }
    .body.pdp-pre-order .pre-order .breadcrumbs {
      margin-bottom: 25px; }
    .body.pdp-pre-order .pre-order .preorder-container {
      display: flex;
      flex-direction: row;
      padding-bottom: 10px; }
      .body.pdp-pre-order .pre-order .preorder-container .preorder-image {
        width: 236px;
        position: relative; }
        .body.pdp-pre-order .pre-order .preorder-container .preorder-image section.productView-images {
          width: 100%;
          padding: 0;
          margin: 0;
          float: none;
          position: absolute; }
          .body.pdp-pre-order .pre-order .preorder-container .preorder-image section.productView-images .productView-image {
            width: 100%;
            min-height: auto; }
            .body.pdp-pre-order .pre-order .preorder-container .preorder-image section.productView-images .productView-image img {
              position: static;
              max-width: 236px;
              border: 3px solid #ACACAC; }
            .body.pdp-pre-order .pre-order .preorder-container .preorder-image section.productView-images .productView-image .productView-img-container:after {
              padding-bottom: 0; }
        .body.pdp-pre-order .pre-order .preorder-container .preorder-image .productView-thumbnails {
          display: none; }
      .body.pdp-pre-order .pre-order .preorder-container .preorder-review {
        margin: 15px 0 0 auto; }
        .body.pdp-pre-order .pre-order .preorder-container .preorder-review .icon {
          height: 24px;
          width: 25px; }
          .body.pdp-pre-order .pre-order .preorder-container .preorder-review .icon svg {
            height: 24px;
            width: 25px; }
        .body.pdp-pre-order .pre-order .preorder-container .preorder-review .productView-rating {
          text-align: right; }
          .body.pdp-pre-order .pre-order .preorder-container .preorder-review .productView-rating .productView-reviewLink + .productView-reviewLink {
            display: block;
            float: right;
            width: 100%; }
            .body.pdp-pre-order .pre-order .preorder-container .preorder-review .productView-rating .productView-reviewLink + .productView-reviewLink a {
              color: #000000; }
      .body.pdp-pre-order .pre-order .preorder-container .preorder-title .productView-sku {
        font-size: 16px;
        font-weight: bold; }
  .body.pdp-pre-order .preorder-details {
    margin-top: 50px; }
    .body.pdp-pre-order .preorder-details .container {
      display: flex; }
      .body.pdp-pre-order .preorder-details .container .pre-order-dis {
        max-width: 426px; }
        .body.pdp-pre-order .preorder-details .container .pre-order-dis .price-section .price-now-label {
          font-size: 30px;
          display: inline-block !important;
          color: #000; }
        .body.pdp-pre-order .preorder-details .container .pre-order-dis dl.productView-info {
          display: none; }
        .body.pdp-pre-order .preorder-details .container .pre-order-dis .form-field--increments .form-label {
          font-size: 16px; }
        .body.pdp-pre-order .preorder-details .container .pre-order-dis .form-field--increments .form-increment .button:first-child {
          border-right: 1px solid #BEBEBE; }
        .body.pdp-pre-order .preorder-details .container .pre-order-dis .form-field--increments .form-increment .button:last-child {
          border-left: 1px solid #BEBEBE; }
        .body.pdp-pre-order .preorder-details .container .pre-order-dis .form-field--increments .form-increment svg {
          fill: #000000;
          width: 18px;
          height: 17px; }
        .body.pdp-pre-order .preorder-details .container .pre-order-dis .form-field--increments .form-increment .form-input {
          font-size: 16px;
          color: #000000; }
      .body.pdp-pre-order .preorder-details .container .preorder-datatable {
        flex: calc(100% - 426px);
        padding-left: 100px; }

.preorder-details .productView-options {
  margin-bottom: 0px; }
  .preorder-details .productView-options .button--primary {
    background: #E04E00;
    margin-bottom: 0; }
  .preorder-details .productView-options .form-wishlist {
    float: right !important;
    top: -66px !important;
    left: 25px !important; }
  .preorder-details .productView-options .form-agree-box {
    margin: 20px auto 30px;
    font-size: 16px;
    display: flex; }
    .preorder-details .productView-options .form-agree-box input[type="checkbox"] {
      width: 30px;
      height: 30px;
      margin: auto; }
    .preorder-details .productView-options .form-agree-box label {
      margin-left: 10px; }

.preorder-details .productView-info-links {
  border-top: none; }
  .preorder-details .productView-info-links ul {
    display: inline-flex;
    background: #EAFCFF;
    width: 100%;
    justify-content: center; }
    .preorder-details .productView-info-links ul li {
      padding: 20px 0;
      text-align: center;
      text-transform: capitalize;
      font-size: 15px;
      margin: auto; }
      .preorder-details .productView-info-links ul li span {
        color: #1795C4;
        font-size: 19px;
        margin-bottom: 5px;
        font-weight: 700;
        display: block;
        text-transform: capitalize;
        line-height: 1.2; }
    .preorder-details .productView-info-links ul li:nth-child(2) {
      font-size: 50px;
      font-weight: 900;
      color: #CCCCCC; }
  .preorder-details .productView-info-links .ask-question {
    margin: 20px 0; }
    .preorder-details .productView-info-links .ask-question a {
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 18px; }
      .preorder-details .productView-info-links .ask-question a img {
        margin-right: 10px; }

.article-description {
  margin-top: 50px; }
  .article-description .productView-title {
    display: none; }
  .article-description .productView-description {
    border: none; }
    .article-description .productView-description p {
      margin-bottom: 5px; }
      .article-description .productView-description p span {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900; }

.option-set-title span {
  font-weight: normal;
  font-size: 14px;
  text-transform: capitalize;
  float: right; }

.earn-reward {
  margin: 30px auto 15px;
  text-align: right;
  margin-right: 0; }

.earn-reward p {
  margin: 0;
  display: inline-flex;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #FCF5C3;
  padding: 10px; }

.earn-reward p > * {
  padding: 0 3px; }

.productView-options .option-set {
  background-color: #ffffff !important;
  padding: 0px;
  max-width: none; }

.productView-options .form-select {
  font-size: 16px; }

select#attribute_select_164 {
  max-width: 426px; }

.productView-options .form-field {
  margin-bottom: 1rem; }

.productView-options .form-field--increments {
  padding: 1rem 0; }

@media (max-width: 1024px) {
  .pre-order .preorder-image {
    width: 340px !important; }
  .preorder-details .productView-price {
    width: 100%; }
  .preorder-details .productView-options .form {
    display: inline-block; }
  .preorder-details .productView-options .form-action {
    width: 100%; }
  .preorder-details .productView-options .form-wishlist {
    float: none !important;
    top: 0 !important;
    left: 0 !important;
    display: block;
    width: 100%; }
  .preorder-details .preorder-datatable {
    padding-left: 20px !important; } }

@media (max-width: 768px) {
  .body.pdp-pre-order .preorder-details .container .pre-order-dis {
    max-width: 348px !important; } }

@media (max-width: 425px) {
  .pre-order .preorder-image {
    width: 100% !important; }
  .body.pdp-pre-order .pre-order .preorder-container .preorder-image section.productView-images .productView-image img {
    max-width: 100%; }
  .body.pdp-pre-order .pre-order .preorder-container .preorder-review .productView-rating {
    text-align: left !important; }
  .body.pdp-pre-order .pre-order .preorder-container .preorder-review {
    margin: 0 !important; }
  .body.pdp-pre-order .preorder-details .container {
    display: block; }
  .preorder-datatable {
    height: 500px; }
  .body.pdp-pre-order .preorder-details .container .pre-order-dis {
    max-width: 100% !important; }
  .pre-order .preorder-container {
    margin-top: 0px;
    flex-direction: column !important; }
  .pre-order .productView-images {
    margin-bottom: 20px !important;
    position: relative !important; }
  .pre-order .productView-details {
    padding-left: 0; }
  .pre-order .earn-reward {
    text-align: left; }
  .preorder-details .container {
    display: block;
    flex-wrap: wrap; }
    .preorder-details .container .pre-order-dis {
      max-width: 100%; }
      .preorder-details .container .pre-order-dis .productView-price {
        width: 100%; }
        .preorder-details .container .pre-order-dis .productView-price .price-now-label {
          font-size: 28px; }
        .preorder-details .container .pre-order-dis .productView-price .price {
          font-size: 36px; }
      .preorder-details .container .pre-order-dis .productView-options .form {
        display: inline-block; }
      .preorder-details .container .pre-order-dis .productView-options .form-action {
        width: 100%; }
      .preorder-details .container .pre-order-dis .productView-options .form-wishlist {
        float: none !important;
        top: 0 !important; }
  .preorder-details .preorder-datatable {
    padding-left: 0px !important;
    max-width: 100%; } }

@media screen and (max-width: 480px) {
  .product-description-50 {
    width: 100%;
    padding-bottom: 10px; }
  .product-specs-50 {
    width: 100%; }
  .product-description-50 h3 {
    margin-top: 0; } }

@media (min-width: 834px) {
  .product-description-50 {
    width: 50%;
    float: left;
    padding-right: 4rem; }
  .product-specs-50 {
    width: 50%;
    float: left;
    padding-left: 1rem; } }

.body.pdp-pre-order .form-action .button--primary {
  background-color: #72ac72; }

.body.pdp-pre-order .productView-options .form-select {
  max-width: 100%; }

.body.pdp-pre-order .MagicZoomSelectors {
  display: none; }

.body.pdp-pre-order .swym-button-bar {
  display: none; }

@media screen and (max-width: 767px) {
  #product .productView .productView-images {
    margin-bottom: 26px; } }

@media screen and (min-width: 1300px) {
  #product .productView .productView-images {
    width: 62%; } }

#product .productView .productView-images .ask-question {
  margin-top: 35px; }
  #product .productView .productView-images .ask-question a img {
    margin-right: 15px;
    position: relative;
    top: 3px; }

#product .productView .productView-product {
  display: flex;
  align-items: flex-end;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #product .productView .productView-product {
      flex-direction: column;
      align-items: flex-start; } }
  #product .productView .productView-product .productView-sku {
    min-width: 230px;
    text-align: right;
    font-size: 16px;
    color: #747474;
    font-weight: bold;
    font-family: Oxygen, sans-serif; }
    @media screen and (max-width: 767px) {
      #product .productView .productView-product .productView-sku {
        min-width: 100%;
        text-align: left;
        font-size: 14px; } }

@media screen and (min-width: 1300px) {
  #product .productView .productView-details.details-top {
    width: 100%; } }

#product .productView .discontinued-product-section .productView-rating.product-name {
  margin-bottom: 25px;
  font-size: 14px;
  font-family: 'Oxygen', sans-serif !important;
  color: #000000; }
  #product .productView .discontinued-product-section .productView-rating.product-name .targetbay-reviews-count-field {
    display: none !important; }
    #product .productView .discontinued-product-section .productView-rating.product-name .targetbay-reviews-count-field span {
      font-size: 14px !important;
      font-family: 'Oxygen', sans-serif;
      color: #000000;
      font-weight: 400; }
      #product .productView .discontinued-product-section .productView-rating.product-name .targetbay-reviews-count-field span a {
        font-size: 14px !important;
        font-family: 'Oxygen', sans-serif;
        color: #000000;
        font-weight: 400; }
    #product .productView .discontinued-product-section .productView-rating.product-name .targetbay-reviews-count-field .targetbay-question-icon, #product .productView .discontinued-product-section .productView-rating.product-name .targetbay-reviews-count-field .targetbay-question-fields {
      display: none; }
    #product .productView .discontinued-product-section .productView-rating.product-name .targetbay-reviews-count-field .targetbay-reviews-count-value {
      color: #1795C4 !important;
      font-size: 16px !important;
      font-family: 'Oxygen', sans-serif;
      font-weight: 400; }

@media screen and (min-width: 1300px) {
  #product .productView .productView-details {
    width: 36.8%; } }

#product .productView .productView-details .productView-rating {
  padding: 0; }

#product .productView .productView-details .product-discontinued {
  border: 2px solid #890716;
  margin-bottom: 19px; }
  @media screen and (max-width: 767px) {
    #product .productView .productView-details .product-discontinued {
      margin: 0 auto;
      margin-bottom: 19px;
      width: 285px; } }
  #product .productView .productView-details .product-discontinued p {
    margin: 0;
    padding: 11px 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
    font-family: Oxygen, sans-serif;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      #product .productView .productView-details .product-discontinued p {
        padding: 6px 16px;
        font-size: 16px; } }
    #product .productView .productView-details .product-discontinued p img {
      margin-right: 10px; }

#product .productView .productView-details .shop-other-product {
  margin-bottom: 10px; }
  #product .productView .productView-details .shop-other-product p {
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-family: Oxygen, sans-serif;
    font-weight: bold;
    margin: 0; }
    #product .productView .productView-details .shop-other-product p span {
      color: #A03800; }

#product .productView .productView-details .shop-folding-knives {
  margin-bottom: 50px; }
  #product .productView .productView-details .shop-folding-knives a {
    background-color: #72AC72;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    font-family: Oxygen, sans-serif;
    display: inline-block;
    width: auto;
    padding: 11.5px 20px;
    height: auto;
    text-align: center;
    text-transform: uppercase; }
    @media screen and (max-width: 767px) {
      #product .productView .productView-details .shop-folding-knives a {
        width: 100%; } }

#product .productView .productView-details .product-list-section {
  background-color: #F8F8F8;
  padding: 20px 29px 27px 29px;
  margin-bottom: 20px; }
  @media screen and (max-width: 1023px) {
    #product .productView .productView-details .product-list-section {
      padding: 20px 36px 27px 36px; } }
  @media screen and (max-width: 767px) {
    #product .productView .productView-details .product-list-section {
      margin: 0 -1.5rem;
      margin-bottom: 20px; } }
  #product .productView .productView-details .product-list-section .product-list-title {
    margin: 0;
    font-size: 18px;
    color: #000000;
    font-family: Oxygen, sans-serif;
    font-weight: bold;
    line-height: 26px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      #product .productView .productView-details .product-list-section .product-list-title {
        margin: 0 -9px;
        letter-spacing: -0.3px; } }
    #product .productView .productView-details .product-list-section .product-list-title span {
      color: #A03800; }
  #product .productView .productView-details .product-list-section .go-to-product {
    padding: 0 30px; }
    @media screen and (max-width: 1023px) {
      #product .productView .productView-details .product-list-section .go-to-product {
        padding: 0; } }
    #product .productView .productView-details .product-list-section .go-to-product a {
      width: 100%;
      background-color: #72AC72;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 50px;
      font-size: 18px;
      color: #fff;
      font-family: Oxygen, sans-serif;
      font-weight: bold;
      text-decoration: none;
      text-transform: uppercase; }
  #product .productView .productView-details .product-list-section .product-list-item {
    margin: 0;
    padding: 20px 29px; }
    @media screen and (max-width: 1023px) {
      #product .productView .productView-details .product-list-section .product-list-item {
        padding: 20px 0; } }
    #product .productView .productView-details .product-list-section .product-list-item .product {
      background-color: #fff; }
      #product .productView .productView-details .product-list-section .product-list-item .product .card {
        margin-bottom: 0; }
        #product .productView .productView-details .product-list-section .product-list-item .product .card .card-figure {
          width: 100%; }
          @media screen and (max-width: 767px) {
            #product .productView .productView-details .product-list-section .product-list-item .product .card .card-figure .card-img-container .card-image {
              width: 275px; } }
          @media screen and (max-width: 767px) {
            #product .productView .productView-details .product-list-section .product-list-item .product .card .card-figure .card-img-container::after {
              padding-bottom: 70%; } }
        #product .productView .productView-details .product-list-section .product-list-item .product .card .card-body {
          padding: 23px 14px 17px 14px;
          width: 100%; }
          #product .productView .productView-details .product-list-section .product-list-item .product .card .card-body .card-title {
            margin: 0;
            min-height: auto;
            margin-bottom: 10px; }
            #product .productView .productView-details .product-list-section .product-list-item .product .card .card-body .card-title a {
              font-size: 18px;
              font-weight: bold;
              line-height: 24px;
              color: #000000;
              font-family: 'Oxygen', sans-serif; }
          #product .productView .productView-details .product-list-section .product-list-item .product .card .card-body .price-section {
            font-size: 20px;
            line-height: 41px; }
          #product .productView .productView-details .product-list-section .product-list-item .product .card .card-body .product-label-section {
            margin-top: 10px; }
            #product .productView .productView-details .product-list-section .product-list-item .product .card .card-body .product-label-section p {
              margin-bottom: 0;
              width: 110px;
              border: 1px solid #008BB9;
              height: 26px;
              color: #1795C4;
              font-size: 12px;
              font-family: Oxygen, sans-serif;
              text-transform: uppercase;
              display: flex;
              align-items: center;
              justify-content: center; }
              #product .productView .productView-details .product-list-section .product-list-item .product .card .card-body .product-label-section p img {
                margin-right: 3px; }

#product .productView .productView-details .productView-info-links ul li {
  padding: 0 5px; }
  @media screen and (max-width: 767px) {
    #product .productView .productView-details .productView-info-links ul li {
      font-size: 12px; } }
  @media screen and (max-width: 350px) {
    #product .productView .productView-details .productView-info-links ul li {
      padding: 5px; } }
  @media screen and (max-width: 767px) {
    #product .productView .productView-details .productView-info-links ul li p {
      font-size: 16px; } }

@media screen and (max-width: 767px) {
  #product .productView .productView-details .productView-info-links ul li:nth-child(2) {
    font-size: 45px; } }

.pdp-page-content .productView .ask-question a:before {
  background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/ask-question-img.png");
  width: 35px;
  height: 39px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  left: 0;
  margin-right: 10px;
  top: 18px; }

/* 12days-christmas */
#product .body.pre-pdp-page-content .container-box.christmas-12days:after {
  background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/dlt-12days-bg.png");
  mix-blend-mode: initial;
  background-position: center; }
  @media (max-width: 767px) {
    #product .body.pre-pdp-page-content .container-box.christmas-12days:after {
      background-position: center;
      background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/dlt-12days-mobilebg.png"); } }

#product .body.pre-pdp-page-content .container-box.christmas-12days {
  max-width: 1440px; }
  #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container {
    padding-bottom: 18px;
    padding-top: 19px;
    justify-content: flex-start; }
    @media (max-width: 1099px) {
      #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container {
        min-height: 146px; } }
    @media (max-width: 767px) {
      #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container {
        flex-direction: column;
        align-items: center;
        padding: 13px 24px; } }
    @media (max-width: 1099px) {
      #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .header-category-logo img {
        width: 150px;
        height: initial; } }
    @media (max-width: 767px) {
      #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .header-category-logo {
        display: block;
        margin: 0;
        margin-bottom: 15px; } }
    #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title {
      z-index: 9;
      margin-left: 30px;
      max-width: 1065px; }
      @media (max-width: 1099px) {
        #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title {
          width: calc(100% - 180px);
          margin-left: 16px; } }
      @media (max-width: 767px) {
        #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title {
          width: 100%;
          margin-left: 0; } }
      #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs {
        margin-bottom: 0;
        margin-top: 10px;
        line-height: 14px; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs {
            margin-top: 0; } }
        @media (max-width: 800px) {
          #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs {
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs {
            display: none; } }
        #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb:before, #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb.is-active:before {
          color: #fff; }
        #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb a, #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb.is-active a {
          color: #fff; }
        @media (max-width: 1099px) {
          #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb, #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb.is-active {
            font-size: 11px; } }
      #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
        line-height: 46px; }
        @media (max-width: 1200px) {
          #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
            line-height: 42px; } }
        @media (max-width: 1099px) {
          #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
            line-height: 29px;
            font-size: 26px; } }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
            line-height: 24px;
            font-size: 24px;
            padding: 0;
            margin-bottom: 7px;
            padding-top: 10px; } }
      @media (max-width: 1099px) {
        #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-sku {
          font-size: 13px;
          line-height: 20px; } }

/* plp */
#category .body {
  margin-top: 0; }
  #category .body .container-box {
    max-width: 1520px;
    padding: 0;
    position: relative; }
    #category .body .container-box .breadcrumbs-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #332020;
      padding: 20px 50px 13px;
      border-bottom: 2px solid #8D8D8D; }
      @media (max-width: 1023px) {
        #category .body .container-box .breadcrumbs-container {
          flex-direction: column;
          padding: 9px 50px; } }
      @media (max-width: 767px) {
        #category .body .container-box .breadcrumbs-container {
          padding: 16px 50px 13px; } }
      #category .body .container-box .breadcrumbs-container > img {
        padding-left: 30px;
        z-index: 1; }
        @media (max-width: 1023px) {
          #category .body .container-box .breadcrumbs-container > img {
            margin-bottom: 14px; } }
        @media (max-width: 767px) {
          #category .body .container-box .breadcrumbs-container > img {
            margin-bottom: 0;
            padding-left: 0; } }
      #category .body .container-box .breadcrumbs-container ul.breadcrumbs {
        margin-bottom: 0;
        color: #fff;
        font-size: 13px; }
        @media (max-width: 1023px) {
          #category .body .container-box .breadcrumbs-container ul.breadcrumbs {
            font-size: 11px; } }
        @media (max-width: 767px) {
          #category .body .container-box .breadcrumbs-container ul.breadcrumbs {
            display: none; } }
        #category .body .container-box .breadcrumbs-container ul.breadcrumbs a {
          color: #fff;
          font-weight: 500; }
        #category .body .container-box .breadcrumbs-container ul.breadcrumbs .breadcrumb:before {
          color: #fff; }
        #category .body .container-box .breadcrumbs-container ul.breadcrumbs .breadcrumb + .is-active a {
          font-weight: 600; }
    #category .body .container-box .post-product-title-container {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      background: #622929;
      padding: 24px 30px;
      min-height: 165px; }
      @media (max-width: 1023px) {
        #category .body .container-box .post-product-title-container {
          min-height: 140px;
          padding: 25px 30px; } }
      @media (max-width: 767px) {
        #category .body .container-box .post-product-title-container {
          padding: 10px 20px;
          min-height: 133px;
          align-items: center; } }
      #category .body .container-box .post-product-title-container .header-category-logo {
        position: relative;
        margin-left: -30px;
        z-index: 1; }
        @media (max-width: 767px) {
          #category .body .container-box .post-product-title-container .header-category-logo {
            display: none; } }
        #category .body .container-box .post-product-title-container .header-category-logo img {
          height: 122px; }
          @media (max-width: 1023px) {
            #category .body .container-box .post-product-title-container .header-category-logo img {
              height: 65px; } }
      #category .body .container-box .post-product-title-container .postorder-title {
        max-width: 1073px;
        width: calc(100% - 312px); }
        @media (max-width: 1023px) {
          #category .body .container-box .post-product-title-container .postorder-title {
            width: calc(100% - 166px); } }
        @media (max-width: 767px) {
          #category .body .container-box .post-product-title-container .postorder-title {
            width: 100%; } }
        #category .body .container-box .post-product-title-container .postorder-title .productView-details.details-top {
          margin: auto;
          padding: 0; }
          #category .body .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product {
            padding-bottom: 0;
            margin-top: -15px; }
            @media (max-width: 1023px) {
              #category .body .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product {
                margin-top: 0; } }
            #category .body .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
              color: #fff;
              font-size: 44px;
              font-weight: bold;
              font-family: 'Oxygen';
              padding-top: 10px; }
              @media (max-width: 1200px) {
                #category .body .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
                  font-size: 34px; } }
              @media (max-width: 1023px) {
                #category .body .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
                  font-size: 30px;
                  line-height: 30px; } }
              @media (max-width: 767px) {
                #category .body .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
                  text-align: center;
                  font-size: 24px;
                  line-height: 24px; } }
            #category .body .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-sku {
              font-size: 16px;
              font-weight: bold;
              line-height: 26px;
              color: #fff;
              font-family: 'Oxygen'; }
              @media (max-width: 1023px) {
                #category .body .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-sku {
                  font-size: 13px;
                  line-height: 13px; } }
              @media (max-width: 767px) {
                #category .body .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-sku {
                  text-align: center; } }

#category .body {
  margin-top: 0; }
  #category .body .container-box.christmas-12days:after {
    background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/dlt-12days-bg.png");
    background-position: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }
    @media (max-width: 767px) {
      #category .body .container-box.christmas-12days:after {
        background-position: center;
        background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/dlt-12days-mobilebg.png"); } }
  #category .body .container-box.christmas-12days {
    max-width: 1440px;
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      #category .body .container-box.christmas-12days {
        margin-bottom: 30px; } }
    #category .body .container-box.christmas-12days .post-product-title-container {
      padding-bottom: 19px;
      padding-top: 19px;
      justify-content: flex-start;
      align-items: center; }
      @media (max-width: 1099px) {
        #category .body .container-box.christmas-12days .post-product-title-container {
          min-height: 103px; } }
      @media (max-width: 767px) {
        #category .body .container-box.christmas-12days .post-product-title-container {
          flex-direction: column;
          align-items: center;
          padding: 13px 24px; } }
      @media (max-width: 1099px) {
        #category .body .container-box.christmas-12days .post-product-title-container .header-category-logo img {
          width: 150px;
          height: initial; } }
      @media (max-width: 767px) {
        #category .body .container-box.christmas-12days .post-product-title-container .header-category-logo {
          display: block;
          margin: 0;
          margin-bottom: 15px; } }
      #category .body .container-box.christmas-12days .post-product-title-container .postorder-title {
        z-index: 9;
        margin-left: 30px;
        max-width: 1065px; }
        @media (max-width: 1099px) {
          #category .body .container-box.christmas-12days .post-product-title-container .postorder-title {
            width: calc(100% - 180px);
            margin-left: 16px; } }
        @media (max-width: 767px) {
          #category .body .container-box.christmas-12days .post-product-title-container .postorder-title {
            width: 100%;
            margin-left: 0; } }
        #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs {
          margin-bottom: 0;
          margin-top: 10px;
          line-height: 14px; }
          @media (max-width: 1023px) {
            #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs {
              margin-top: 0; } }
          @media (max-width: 800px) {
            #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs {
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs {
              display: none; } }
          #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb:before, #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb.is-active:before {
            color: #fff; }
          #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb a, #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb.is-active a {
            color: #fff; }
          @media (max-width: 1099px) {
            #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb, #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .breadcrumbs .breadcrumb.is-active {
              font-size: 11px; } }
        #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
          line-height: 46px;
          padding-top: 15px; }
          @media (max-width: 1200px) {
            #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
              line-height: 42px; } }
          @media (max-width: 1099px) {
            #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
              line-height: 29px;
              font-size: 26px; } }
          @media (max-width: 767px) {
            #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
              line-height: 24px;
              font-size: 24px;
              padding: 0;
              margin-bottom: 7px;
              padding-top: 10px; } }
        @media (max-width: 1099px) {
          #category .body .container-box.christmas-12days .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-sku {
            font-size: 13px;
            line-height: 20px; } }

p.sub-category-description {
  text-align: center;
  padding: 0 53px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 47px;
  width: 100%;
  max-width: 934px; }
  @media (max-width: 1023px) {
    p.sub-category-description {
      font-size: 16px;
      line-height: 22px;
      margin-bottom: 32px;
      margin-top: 20px; } }
  @media (min-width: 1024px) and (max-width: 1250px) {
    p.sub-category-description {
      padding: 0 30px; } }
  @media (min-width: 768px) and (max-width: 803px) {
    p.sub-category-description {
      padding: 0 35px; } }
  @media (max-width: 767px) {
    p.sub-category-description {
      max-width: 100%;
      padding: 0;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    p.sub-category-description span {
      display: block; } }

@media (max-width: 1023px) {
  .category-alt .actionBar-container {
    max-height: 55px;
    padding: 7px 14px;
    margin-bottom: 0px; }
  .category-alt .productGrid .product .card {
    padding: 20px 0; }
  .category-alt .actionBar-container .form-field {
    margin: 0; } }

@media (max-width: 801px) {
  .category-alt .productGrid .product .card .card-body {
    height: 165px; } }

@media screen and (max-width: 833px) {
  div.category-alt .actionBar-container {
    min-height: 55px;
    max-height: initial; }
  .category-alt .actionBar-container .pagination .pagination-list.paginator-bottom li {
    margin-top: 18px; }
  .category-alt .actionBar-container.bottom .pagination .pagination-list li {
    margin-top: 0; }
  div.category-alt .actionBar-container.bottom {
    max-height: initial;
    min-height: initial; } }

@media screen and (max-width: 767px) {
  .category-alt .productGrid .product .card .card-body {
    height: 180px; } }

@media screen and (max-width: 390px) {
  .category-alt .productGrid .product .card .card-body {
    height: 200px; } }

#product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors > a {
  height: 100px;
  width: 100%;
  max-width: calc((100% - 50px)/ 5);
  border: 1px solid #ACACAC; }

#product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors > a.active-magic-selector {
  border: 3px solid #ACACAC;
  padding: 1px; }

#product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors > a img {
  max-height: fit-content;
  height: 100%;
  width: 100%;
  background-size: cover;
  display: block; }

@media (max-width: 1023px) {
  #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors > a {
    max-width: calc((100% - 12px)/ 3);
    height: 81px;
    margin: 2px; } }

@media (max-width: 767px) {
  #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors > a {
    max-width: calc((100% - 20px)/ 5);
    width: 100% !important;
    height: 42px !important;
    border-radius: 0 !important;
    background: 0 0 !important;
    margin: 2px !important;
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
    text-indent: -9999px !important;
    vertical-align: middle !important;
    font-size: 0 !important;
    line-height: 0 !important; } }

/* bulk pricing and pre order message */
#product .productView-details.default-pdp .bulkPricing ul {
  margin-top: 15px;
  margin-bottom: 10px; }

#product .productView-details.default-pdp .bulkPricing ul li {
  font-weight: bold;
  font-size: 16px; }

@media (max-width: 550px) {
  #product .productView-details.default-pdp .bulkPricing ul {
    margin-top: 8px; } }

#product .productView-details.default-pdp .productView-options .release_date {
  margin-top: 2px;
  font-family: Oxygen,sans-serif;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 13px; }

@media (max-width: 550px) {
  #product .productView-details.default-pdp .productView-options .release_date {
    margin-top: -10px; } }

/* remove customer tab spacing issue */
body.default-product-page footer.custom-footer {
  bottom: -280px; }

body.drop-pre-release-page footer.custom-footer {
  bottom: -280px; }

/* dlt-socks */
body#product.product-socks figure.mz-figure img {
  max-height: 453px !important; }
  @media (min-width: 1024px) and (max-width: 1050px) {
    body#product.product-socks figure.mz-figure img {
      max-height: 346px !important; } }
  @media (min-width: 768px) and (max-width: 800px) {
    body#product.product-socks figure.mz-figure img {
      max-height: 222px !important; } }
  @media (max-width: 380px) {
    body#product.product-socks figure.mz-figure img {
      max-height: 222px !important; } }

body#product.product-socks .MagicZoomSelectors {
  text-align: left;
  margin-top: 10px;
  margin-left: 0;
  margin-bottom: 0; }
  body#product.product-socks .MagicZoomSelectors a {
    margin: 0;
    margin-right: 10px;
    padding: 0; }
    body#product.product-socks .MagicZoomSelectors a img {
      width: 80px;
      height: 53px;
      padding: 0;
      border: 0; }
      @media (max-width: 1023px) {
        body#product.product-socks .MagicZoomSelectors a img {
          width: 60px;
          height: 40px; } }
    body#product.product-socks .MagicZoomSelectors a:hover {
      border: none; }
  body#product.product-socks .MagicZoomSelectors a.mz-thumb.mz-thumb-selected img {
    border: 3px solid #ACACAC;
    filter: initial !important; }
    @media (max-width: 1023px) {
      body#product.product-socks .MagicZoomSelectors a.mz-thumb.mz-thumb-selected img {
        border: 2px solid #ACACAC; } }
  body#product.product-socks .MagicZoomSelectors a.active-magic-selector img {
    border: 3px solid #ACACAC; }
  body#product.product-socks .MagicZoomSelectors .mz-thumb:not(.mz-thumb-selected):hover img {
    border: none; }

body#product.product-socks .MagicZoomSelectors a:hover {
  border: none; }

body#product.product-socks .MagicZoomSelectors a:hover img, body#product.product-socks .active-magic-selector img {
  filter: none !important; }

body#product.product-socks .MagicZoomSelectors a:hover img,
#product.product-coming-soon .active-magic-selector img {
  filter: initial !important; }

@media (max-width: 767px) {
  body#product.product-socks .MagicZoomSelectors a {
    width: auto !important;
    height: auto !important;
    border-radius: 0% !important;
    background: none repeat scroll 0 0 transparent !important;
    margin: 0px !important;
    margin-right: 10px !important;
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
    text-indent: -9999px !important;
    vertical-align: middle !important;
    font-size: 0px !important;
    line-height: 0px !important; }
  body#product.product-socks .MagicZoomSelectors a.active-magic-selector:before,
  body#product.product-socks .MagicZoomSelectors a:hover:before {
    display: none !important; }
  body#product.product-socks .MagicZoomSelectors a img {
    display: block; } }

#product.product-socks .body {
  margin-top: 0;
  background-color: #F4F4F4; }
  #product.product-socks .body .dlt-socks-product {
    background-position: center;
    background-size: cover;
    width: 100%; }
    @media (max-width: 767px) {
      #product.product-socks .body .dlt-socks-product {
        background-position: center;
        background-size: cover; } }
    #product.product-socks .body .dlt-socks-product .breadcrumbs-section .breadcrumbs {
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 25px;
      margin-bottom: 20px;
      padding-top: 30px;
      line-height: 16px; }
      @media (max-width: 1200px) {
        #product.product-socks .body .dlt-socks-product .breadcrumbs-section .breadcrumbs {
          margin-bottom: 30px; } }
      @media (max-width: 1023px) {
        #product.product-socks .body .dlt-socks-product .breadcrumbs-section .breadcrumbs {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        #product.product-socks .body .dlt-socks-product .breadcrumbs-section .breadcrumbs {
          display: none; } }
      #product.product-socks .body .dlt-socks-product .breadcrumbs-section .breadcrumbs .breadcrumb {
        line-height: 16px; }
        #product.product-socks .body .dlt-socks-product .breadcrumbs-section .breadcrumbs .breadcrumb:before {
          color: #000000; }
        #product.product-socks .body .dlt-socks-product .breadcrumbs-section .breadcrumbs .breadcrumb a {
          font-size: 13px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          color: #000000; }
      #product.product-socks .body .dlt-socks-product .breadcrumbs-section .breadcrumbs .breadcrumb.is-active a {
        font-weight: 600; }
    #product.product-socks .body .dlt-socks-product .container {
      width: 100%;
      max-width: 1240px;
      margin: 0 auto;
      padding: 0 25px; }
      @media (max-width: 1023px) {
        #product.product-socks .body .dlt-socks-product .container {
          padding-right: 35px; } }
      @media (max-width: 767px) {
        #product.product-socks .body .dlt-socks-product .container {
          padding: 0 20px; } }
      #product.product-socks .body .dlt-socks-product .container .sock-productview-page {
        margin: 0;
        padding: 0; }
        @media (max-width: 1023px) {
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page {
            display: block; } }
        @media (max-width: 767px) {
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page {
            display: flex;
            flex-direction: column-reverse;
            padding-top: 30px;
            padding-bottom: 53px; } }
        #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile {
          display: none; }
          @media (max-width: 767px) {
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile {
              display: block; }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .option-set {
                display: none !important; }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-field.form-field--increments {
                margin: 0;
                padding: 0;
                margin-bottom: 30px;
                font-size: 0; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-field.form-field--increments .form-label {
                  margin: 0;
                  font-size: 16px;
                  margin-right: 13px;
                  display: inline-block;
                  text-transform: uppercase;
                  font-weight: 700;
                  font-family: Oxygen,sans-serif;
                  color: #000;
                  vertical-align: middle; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-field.form-field--increments .form-increment {
                  border: 1px solid #313131;
                  display: inline-block; }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-field.form-field--increments .form-increment .button:first-child {
                    border-right: 1px solid #313131; }
                    #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-field.form-field--increments .form-increment .button:first-child::before {
                      width: 14px;
                      height: 2px;
                      background: #000;
                      display: block;
                      content: "";
                      margin: 0 auto; }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-field.form-field--increments .form-increment .form-input {
                    font-size: 16px;
                    color: #000000;
                    font-family: Oxygen,sans-serif;
                    font-weight: 400;
                    width: 5rem; }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-field.form-field--increments .form-increment .form-input + .button {
                    border-left: 1px solid #313131; }
                    #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-field.form-field--increments .form-increment .form-input + .button::before {
                      width: 14px;
                      height: 2px;
                      background: #000;
                      display: block;
                      content: "";
                      margin: 0 auto; }
                    #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-field.form-field--increments .form-increment .form-input + .button:after {
                      width: 2px;
                      height: 14px;
                      background: #000;
                      display: block;
                      content: "";
                      margin: 0 auto;
                      position: absolute;
                      top: 50%;
                      left: 50%;
                      transform: translate(-50%, -50%); }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-field.form-field--increments .form-increment .button {
                    width: 34px; }
                    #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-field.form-field--increments .form-increment .button .icon {
                      display: none; }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-action {
                padding: 0;
                width: initial;
                float: left;
                margin: 0; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-action .button--primary {
                  width: 280px;
                  height: 55px;
                  margin-bottom: 0;
                  font-size: 20px;
                  line-height: 26px;
                  font-weight: bold;
                  margin-right: 13px;
                  background: #72AC72 url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/shopping-cart.png") no-repeat 21% 50%;
                  padding: 0;
                  padding-left: 27px; }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-action .button--primary:hover {
                    background-color: #82C482; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-action .button--primary[disabled] {
                  background: #72AC72 url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/shopping-cart.png) no-repeat 12% 50%;
                  padding-left: 35px; }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-action .button--primary[disabled]:hover {
                    background-color: #82C482; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-action .button--primary:active {
                  border: none; } }
  @media (max-width: 767px) and (max-width: 352px) {
    #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-wishlist.form-action {
      margin-top: 0; } }
          @media (max-width: 767px) {
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-wishlist.form-action a.dropdown-menu-button {
                font-size: initial;
                background-color: initial;
                color: #000;
                border: 0;
                font-weight: normal;
                padding: 0;
                margin: 0;
                padding-top: 20px; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-wishlist.form-action a.dropdown-menu-button span {
                  display: none; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-wishlist.form-action a.dropdown-menu-button img {
                  width: 20px; }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-wishlist.form-action #wishlist-dropdown.is-open {
                min-width: 255px; } }
    @media (max-width: 767px) and (max-width: 599px) {
      #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-wishlist.form-action #wishlist-dropdown.is-open {
        right: 0 !important; } }
    @media (max-width: 767px) and (max-width: 352px) {
      #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-wishlist.form-action #wishlist-dropdown.is-open {
        left: 0 !important; } }
          @media (max-width: 767px) {
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .form-wishlist.form-action #wishlist-dropdown.is-open .button {
                  color: #000; }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .ask-question {
                width: 100%;
                display: block;
                float: left;
                margin-top: 20px; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .ask-question a {
                  font-size: 16px;
                  text-transform: uppercase;
                  font-weight: 700;
                  text-decoration: none;
                  color: #000000;
                  letter-spacing: 0.5px;
                  line-height: 20px;
                  font-family: 'Oxygen', sans-serif; }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .ask-question a::before {
                    content: "";
                    display: inline-block;
                    background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/ask-question-img.png");
                    width: 25px;
                    height: 25px;
                    background-repeat: no-repeat;
                    background-size: contain;
                    position: relative;
                    left: 0;
                    margin-right: 10px;
                    top: 9px; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .ask-question a:hover {
                  text-decoration: underline; }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-options-mobile .ask-question a:hover::before {
                    background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/feedback-icon.png");
                    background-repeat: no-repeat;
                    background-size: contain; } }
        #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images {
          width: 100%;
          max-width: 680px;
          padding: 0;
          float: right;
          margin-bottom: 97px; }
          @media (max-width: 1200px) {
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images {
              max-width: 53.5%;
              margin-bottom: 94px; } }
          @media (max-width: 1023px) {
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images {
              max-width: 47.1%;
              margin-bottom: 35px; } }
          @media (max-width: 767px) {
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images {
              max-width: 100%;
              margin-bottom: 30px !important; } }
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-image {
            min-height: auto; }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-image .productView-img-container::after {
              padding-bottom: 66.6667%; }
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-thumbnails {
            margin: 0;
            margin-top: 10px; }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-thumbnails .productView-thumbnail {
              width: 80px;
              padding: 0;
              height: 53px;
              margin-right: 10px; }
              @media (max-width: 767px) {
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-thumbnails .productView-thumbnail {
                  width: 60px;
                  height: 40px; } }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
                height: 53px;
                width: auto;
                max-width: 80px;
                border: 0;
                padding: 0; }
                @media (max-width: 767px) {
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
                    max-width: 60px;
                    height: 40px; } }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
                  width: 100%;
                  height: 53px;
                  max-width: 80px; }
                  @media (max-width: 767px) {
                    #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
                      max-width: 60px;
                      height: 40px; } }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active {
                border-width: 0;
                border: 3px solid #ACACAC;
                padding: 0; }
                @media (max-width: 1023px) {
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active {
                    border: 2px solid #ACACAC; } }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images .productView-thumbnails .productView-thumbnail:last-child {
              margin-right: 0; }
        #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp {
          width: 100%;
          max-width: calc(100% - 680px);
          float: left;
          padding: 0;
          clear: left;
          padding-right: 50px; }
          @media (max-width: 1200px) {
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp {
              max-width: 46.5%;
              padding-right: 25px; } }
          @media (max-width: 1023px) {
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp {
              max-width: 52.8%;
              padding-right: 25px;
              margin-bottom: 65px; } }
          @media (max-width: 767px) {
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp {
              max-width: 100%;
              padding-right: 0;
              margin-bottom: 15px; } }
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .dlt-socks-label {
            margin: 0;
            font-family: 'Montserrat', sans-serif;
            font-style: italic;
            font-size: 18px;
            line-height: 22px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #000000; }
            @media (max-width: 1023px) {
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .dlt-socks-label {
                font-size: 16px;
                margin-bottom: 0;
                line-height: 19px; } }
            @media (max-width: 767px) {
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .dlt-socks-label {
                margin-bottom: 8px;
                margin-top: 5px; } }
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .details-top .productView-product {
            display: initial;
            padding: 0; }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .details-top .productView-product .productView-title {
              font-size: 44px;
              line-height: 54px;
              font-weight: bold;
              font-family: 'Montserrat', sans-serif;
              margin-bottom: 5px; }
              @media (max-width: 1200px) {
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .details-top .productView-product .productView-title {
                  margin-bottom: 15px; } }
              @media (max-width: 1023px) {
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .details-top .productView-product .productView-title {
                  margin-bottom: 9px;
                  font-size: 32px;
                  line-height: 39px;
                  margin-top: 9px; } }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .details-top .productView-product .productView-sku {
              text-align: left;
              line-height: 20px;
              margin-bottom: 21px;
              color: #525252; }
              @media (max-width: 1023px) {
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .details-top .productView-product .productView-sku {
                  line-height: 17px;
                  font-size: 14px; } }
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .earn-point p {
            background-color: #FCF6C2;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0;
            padding: 9px 14px 9px 10px;
            font-size: 14px;
            color: #313131;
            font-family: 'Oxygen', sans-serif;
            text-transform: uppercase; }
            @media (max-width: 1200px) {
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .earn-point p {
                padding-right: 18px; } }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .earn-point p img {
              margin-right: 14px; }
              @media (max-width: 1200px) {
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .earn-point p img {
                  margin-right: 10px; } }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .earn-point p a {
              color: #313131;
              padding-left: 4px; }
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-price {
            margin-top: 19px;
            margin-bottom: 22px; }
            @media (max-width: 767px) {
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-price {
                margin-top: 18px;
                margin-bottom: 0; } }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-price .price-section--withoutTax:not(.rrp-price--withoutTax) .price-now-label {
              display: inline-block !important;
              font-size: 24px;
              font-family: 'Oxygen', sans-serif;
              line-height: 26px;
              font-weight: bold;
              color: #000000; }
              @media (max-width: 1023px) {
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-price .price-section--withoutTax:not(.rrp-price--withoutTax) .price-now-label {
                  font-size: 20px; } }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-price .price-section--withoutTax:not(.rrp-price--withoutTax) .price.price--withoutTax {
              color: #A03800;
              font-weight: bold;
              font-size: 44px;
              line-height: 55px; }
              @media (max-width: 1023px) {
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-price .price-section--withoutTax:not(.rrp-price--withoutTax) .price.price--withoutTax {
                  font-size: 38px;
                  line-height: 48px; } }
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-info {
            margin-bottom: 0; }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-info .bulkPricing {
              margin: 0; }
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options {
            margin-bottom: 15px; }
            @media (max-width: 1200px) {
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options {
                margin-bottom: 20px; } }
            @media (max-width: 767px) {
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options {
                display: none; } }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-field.form-field--increments {
              margin: 0;
              padding: 0;
              margin-bottom: 30px; }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-field.form-field--increments .form-label {
                font-size: 16px;
                margin-right: 13px; }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-field.form-field--increments .form-increment {
                border: 1px solid #313131; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-field.form-field--increments .form-increment .button:first-child {
                  border-right: 1px solid #313131; }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-field.form-field--increments .form-increment .button:first-child::before {
                    width: 14px;
                    height: 2px;
                    background: #000;
                    display: block;
                    content: "";
                    margin: 0 auto; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-field.form-field--increments .form-increment .form-input {
                  font-size: 16px;
                  color: #000000;
                  font-family: Oxygen,sans-serif;
                  font-weight: 400; }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-field.form-field--increments .form-increment .form-input + .button {
                  border-left: 1px solid #313131; }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-field.form-field--increments .form-increment .form-input + .button::before {
                    width: 14px;
                    height: 2px;
                    background: #000;
                    display: block;
                    content: "";
                    margin: 0 auto; }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-field.form-field--increments .form-increment .form-input + .button:after {
                    width: 2px;
                    height: 14px;
                    background: #000;
                    display: block;
                    content: "";
                    margin: 0 auto;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%); }
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-field.form-field--increments .form-increment .button {
                  width: 34px; }
                  #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-field.form-field--increments .form-increment .button .icon {
                    display: none; }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .option-set {
              display: none !important; }
            @media (max-width: 1023px) {
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-action {
                padding: 0;
                width: initial; } }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-action .button--primary {
              width: 280px;
              height: 55px;
              margin-bottom: 0;
              font-size: 20px;
              line-height: 26px;
              font-weight: bold;
              margin-right: 13px;
              background: #72AC72 url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/shopping-cart.png") no-repeat 21% 50%;
              padding: 0;
              padding-left: 27px; }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-action .button--primary:hover {
                background-color: #82C482; }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-action .button--primary[disabled] {
              background: #72AC72 url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/shopping-cart.png) no-repeat 12% 50%;
              padding-left: 35px; }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-action .button--primary[disabled]:hover {
                background-color: #82C482; }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-action .button--primary:active {
              border: none; }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-wishlist.form-action a.dropdown-menu-button {
              font-size: initial;
              background-color: initial;
              color: #000;
              border: 0;
              font-weight: normal;
              padding: 0;
              margin: 0;
              padding-top: 11px; }
              @media (max-width: 1023px) {
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-wishlist.form-action a.dropdown-menu-button {
                  padding-top: 20px; } }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-wishlist.form-action a.dropdown-menu-button span {
                display: none; }
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-wishlist.form-action a.dropdown-menu-button img {
                width: 20px; }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .productView-options .form-wishlist.form-action .dropdown-menu {
              top: 40px !important;
              min-width: 260px; }
          @media (max-width: 767px) {
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .ask-question {
              display: none; } }
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .ask-question a {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 700;
            text-decoration: none;
            color: #000000;
            letter-spacing: 0.5px;
            line-height: 22px;
            font-family: 'Oxygen', sans-serif; }
            @media (max-width: 1200px) {
              #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .ask-question a {
                font-size: 16px;
                line-height: 20px; } }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .ask-question a::before {
              content: "";
              display: inline-block;
              background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/ask-question-img.png");
              width: 35px;
              height: 35px;
              background-repeat: no-repeat;
              background-size: contain;
              position: relative;
              left: 0;
              margin-right: 15px;
              top: 16px; }
              @media (max-width: 1200px) {
                #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .ask-question a::before {
                  width: 25px;
                  height: 25px;
                  margin-right: 10px;
                  top: 9px; } }
          #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .ask-question a:hover {
            text-decoration: underline; }
            #product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp .ask-question a:hover::before {
              background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/feedback-icon.png");
              background-repeat: no-repeat;
              background-size: contain; }
  #product.product-socks .body .product-description-section {
    background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/product-details-bg.png") no-repeat;
    padding-top: 35px;
    padding-bottom: 47px;
    background-position: center;
    background-size: cover; }
    @media (max-width: 1200px) {
      #product.product-socks .body .product-description-section {
        padding-top: 28px;
        padding-bottom: 34px; } }
    @media (max-width: 1023px) {
      #product.product-socks .body .product-description-section {
        padding-bottom: 45px;
        padding-top: 24px;
        background-position: left; } }
    @media (max-width: 767px) {
      #product.product-socks .body .product-description-section {
        background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/product-details-bg-mobile.png") no-repeat;
        padding-bottom: 39px;
        padding-top: 34px;
        background-position: center;
        background-size: cover;
        padding-left: 10px;
        padding-right: 10px; } }
    #product.product-socks .body .product-description-section .productview-details {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1023px) {
        #product.product-socks .body .product-description-section .productview-details {
          flex-direction: column; } }
      #product.product-socks .body .product-description-section .productview-details .product-description-title h5 {
        margin: 0;
        color: #fff;
        margin-right: 65px;
        font-family: 'Montserrat', sans-serif;
        font-size: 26px;
        line-height: 32px;
        font-weight: bold;
        text-transform: initial; }
        @media (max-width: 1200px) {
          #product.product-socks .body .product-description-section .productview-details .product-description-title h5 {
            font-size: 28px;
            line-height: 34px; } }
        @media (max-width: 1023px) {
          #product.product-socks .body .product-description-section .productview-details .product-description-title h5 {
            margin: 0;
            margin-bottom: 21px; } }
      #product.product-socks .body .product-description-section .productview-details .productView-content {
        display: flex; }
        @media (max-width: 767px) {
          #product.product-socks .body .product-description-section .productview-details .productView-content {
            flex-direction: column;
            margin-left: -30px; } }
        #product.product-socks .body .product-description-section .productview-details .productView-content ul {
          margin: 0;
          list-style: none; }
          #product.product-socks .body .product-description-section .productview-details .productView-content ul li {
            color: #fff;
            font-size: 18px;
            font-family: 'Oxygen', sans-serif;
            font-weight: bold;
            line-height: 18px;
            padding-bottom: 21px; }
            @media (max-width: 767px) {
              #product.product-socks .body .product-description-section .productview-details .productView-content ul li {
                padding-bottom: 20px; } }
            #product.product-socks .body .product-description-section .productview-details .productView-content ul li::before {
              content: "";
              width: 5px;
              height: 5px;
              background-color: #fff;
              border-radius: 20px;
              margin: 0;
              padding: 0;
              display: inline-block;
              position: relative;
              top: -3.5px;
              right: 6px; }
          #product.product-socks .body .product-description-section .productview-details .productView-content ul li:last-child {
            padding-bottom: 0; }
        #product.product-socks .body .product-description-section .productview-details .productView-content ul:nth-child(2) {
          margin-left: 45px; }
          @media (max-width: 767px) {
            #product.product-socks .body .product-description-section .productview-details .productView-content ul:nth-child(2) {
              margin-left: 0;
              margin-top: 20px; } }
  #product.product-socks .body .product-description-bottom p {
    width: 100%;
    max-width: 1094px;
    margin: 0 auto;
    padding: 60px 35px 60px 35px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Oxygen', sans-serif;
    color: #313131; }
    @media (max-width: 1200px) {
      #product.product-socks .body .product-description-bottom p {
        max-width: 895px; } }
    @media (max-width: 1023px) {
      #product.product-socks .body .product-description-bottom p {
        padding: 50px 35px 66px 35px; } }
    @media (max-width: 767px) {
      #product.product-socks .body .product-description-bottom p {
        padding: 40px 20px 58px 20px; } }

#product.product-socks footer.custom-footer {
  bottom: -280px; }

@media (min-width: 768px) {
  body#product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-details.default-pdp {
    max-width: 50%; }
  body#product.product-socks .body .dlt-socks-product .container .sock-productview-page .productView-images {
    max-width: 50%; } }

.holiday-hub {
  margin-top: 0; }
  .holiday-hub .container {
    max-width: 100%;
    padding: 0; }
    .holiday-hub .container a {
      text-decoration: none; }

.holiday .banner {
  max-width: 100%;
  background-image: url("../img/holiday/holiday-bg.jpg"); }
  .holiday .banner .container {
    min-height: 130px;
    max-width: 1330px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .holiday .banner .container .logo-box {
      max-width: 505px; }
      @media (max-width: 1200px) {
        .holiday .banner .container .logo-box {
          max-width: 460px; } }
      @media (max-width: 1023px) {
        .holiday .banner .container .logo-box {
          max-width: 360px; } }
      @media (max-width: 767px) {
        .holiday .banner .container .logo-box {
          max-width: 280px; } }
    .holiday .banner .container .text-box {
      max-width: 731px; }
      .holiday .banner .container .text-box p {
        font-family: 'Oxygen';
        font-size: 21px;
        line-height: 24px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          .holiday .banner .container .text-box p {
            font-size: 16px;
            line-height: 20px; } }
        @media (max-width: 767px) {
          .holiday .banner .container .text-box p {
            text-align: center;
            padding: 0 10px; } }
      @media (max-width: 1200px) {
        .holiday .banner .container .text-box {
          max-width: 386px; } }
      @media (max-width: 1023px) {
        .holiday .banner .container .text-box {
          margin-top: 8px;
          max-width: 100%; } }
    @media (max-width: 1200px) {
      .holiday .banner .container {
        max-width: 900px; } }
    @media (max-width: 1023px) {
      .holiday .banner .container {
        flex-direction: column;
        justify-content: center; } }

.holiday .banner-bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(#cfcfcf), to(#fff)); }
  .holiday .banner-bottom .container {
    max-width: 808px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 67px; }
    .holiday .banner-bottom .container > div {
      display: flex;
      align-items: flex-start; }
      .holiday .banner-bottom .container > div .orange-text {
        font-family: 'Exo', sans-serif;
        font-size: 30px;
        line-height: 36px;
        font-weight: bold;
        font-style: italic;
        color: #E04E00;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          .holiday .banner-bottom .container > div .orange-text {
            font-size: 26px; } }
        @media (max-width: 1023px) {
          .holiday .banner-bottom .container > div .orange-text {
            font-size: 20px; } }
        @media (max-width: 767px) {
          .holiday .banner-bottom .container > div .orange-text {
            font-size: 18px; } }
        @media (max-width: 360px) {
          .holiday .banner-bottom .container > div .orange-text {
            font-size: 15px; } }
      .holiday .banner-bottom .container > div a {
        display: flex; }
      .holiday .banner-bottom .container > div .blue-text {
        font-family: 'Montserrat';
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        color: #1795C4;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-left: 7px; }
        .holiday .banner-bottom .container > div .blue-text:hover {
          color: #1EBDF7; }
        @media (max-width: 1023px) {
          .holiday .banner-bottom .container > div .blue-text {
            font-size: 12px; } }
      @media (max-width: 1023px) and (min-width: 768px) {
        .holiday .banner-bottom .container > div {
          padding-top: 4px; } }
    .holiday .banner-bottom .container .left {
      max-width: 563px;
      position: relative; }
      .holiday .banner-bottom .container .left:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 25px;
        background: #D3D3D3;
        top: 8px;
        right: -20px; }
        @media (max-width: 767px) {
          .holiday .banner-bottom .container .left:after {
            content: none; } }
    .holiday .banner-bottom .container .right {
      margin-top: 5px; }
    @media (max-width: 1200px) {
      .holiday .banner-bottom .container {
        max-width: 732px;
        min-height: 53px; } }
    @media (max-width: 1023px) {
      .holiday .banner-bottom .container {
        max-width: 595px;
        min-height: 41px; } }
    @media (max-width: 767px) {
      .holiday .banner-bottom .container {
        min-height: 71px;
        flex-direction: column;
        justify-content: center; } }

.holiday .collection {
  margin-top: 10px;
  margin-bottom: 46px; }
  .holiday .collection .container {
    max-width: 1340px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .holiday .collection .container > div {
      background-size: cover;
      width: 635px;
      height: 250px;
      padding-top: 20px;
      padding-left: 20px;
      position: relative; }
      @media (max-width: 1200px) {
        .holiday .collection .container > div {
          padding-left: 14px;
          padding-top: 10px;
          max-width: 452px;
          min-height: 178px; } }
      @media (max-width: 1023px) {
        .holiday .collection .container > div {
          padding-left: 11px;
          max-width: 339px;
          min-height: 134px; } }
    .holiday .collection .container .img-box {
      height: 95px; }
      @media (max-width: 1200px) {
        .holiday .collection .container .img-box {
          height: 67px; } }
      @media (max-width: 1023px) {
        .holiday .collection .container .img-box {
          height: 50px; } }
    .holiday .collection .container .hogue-knives {
      background-image: url("../img/holiday/hogue-bg.png"); }
      .holiday .collection .container .hogue-knives img {
        padding-top: 5px; }
      .holiday .collection .container .hogue-knives .img-box img {
        height: auto; }
        @media (max-width: 1200px) {
          .holiday .collection .container .hogue-knives .img-box img {
            height: 41px; } }
        @media (max-width: 1023px) {
          .holiday .collection .container .hogue-knives .img-box img {
            height: 30px; } }
      @media (max-width: 1200px) {
        .holiday .collection .container .hogue-knives {
          height: 178px; } }
      @media (max-width: 1023px) {
        .holiday .collection .container .hogue-knives {
          height: 134px; } }
      @media (max-width: 767px) {
        .holiday .collection .container .hogue-knives {
          margin-bottom: 30px;
          width: 100%; } }
    .holiday .collection .container .buck-knives {
      background-image: url("../img/holiday/buck-bg.png"); }
      .holiday .collection .container .buck-knives .img-box img {
        height: 95px; }
        @media (max-width: 1200px) {
          .holiday .collection .container .buck-knives .img-box img {
            height: 67px; } }
        @media (max-width: 1023px) {
          .holiday .collection .container .buck-knives .img-box img {
            height: 50px; } }
      @media (max-width: 1200px) {
        .holiday .collection .container .buck-knives {
          height: 178px; } }
      @media (max-width: 1023px) {
        .holiday .collection .container .buck-knives {
          height: 134px; } }
      @media (max-width: 767px) {
        .holiday .collection .container .buck-knives {
          width: 100%; } }
    .holiday .collection .container p.collection-text {
      max-width: 300px;
      font-family: 'Oxygen';
      font-size: 24px;
      line-height: 30px;
      font-weight: bold;
      color: #fff;
      margin-bottom: 20px;
      margin-top: 10px; }
      @media (max-width: 1200px) {
        .holiday .collection .container p.collection-text {
          font-size: 18px;
          line-height: 22px;
          max-width: 222px; } }
      @media (max-width: 1023px) {
        .holiday .collection .container p.collection-text {
          font-size: 14px;
          line-height: 18px;
          max-width: 180px; } }
    .holiday .collection .container .btn {
      position: absolute;
      bottom: -12px; }
      .holiday .collection .container .btn p {
        font-family: 'Montserrat';
        font-size: 18px;
        line-height: 40px;
        font-weight: bold;
        color: #fff;
        background: #1795C4;
        display: inline-block;
        text-decoration: none;
        min-height: 42px;
        padding: 0 16.5px;
        position: relative;
        margin: 0; }
        .holiday .collection .container .btn p::after {
          content: "";
          position: absolute;
          background: #1795C4;
          border-top: 1px solid #1795C4;
          border-right: 1px solid #1795C4;
          transform-origin: left bottom;
          transform: skewX(175deg);
          top: 0;
          right: 0;
          height: 42px;
          width: 6px; }
          @media (max-width: 1200px) {
            .holiday .collection .container .btn p::after {
              height: 32px; } }
          @media (max-width: 1023px) {
            .holiday .collection .container .btn p::after {
              height: 26px; } }
        .holiday .collection .container .btn p:hover {
          background: #1EBDF7; }
          .holiday .collection .container .btn p:hover::after {
            background: #1EBDF7; }
        @media (max-width: 1200px) {
          .holiday .collection .container .btn p {
            font-size: 14px;
            line-height: 30px;
            min-height: 32px; } }
        @media (max-width: 1023px) {
          .holiday .collection .container .btn p {
            font-size: 12px;
            line-height: 25px;
            min-height: 26px; } }
    @media (max-width: 1200px) {
      .holiday .collection .container {
        max-width: 972px; } }
    @media (max-width: 1023px) {
      .holiday .collection .container {
        max-width: 725px; } }
    @media (max-width: 767px) {
      .holiday .collection .container {
        max-width: 359px;
        flex-direction: column; } }

.holiday .get-in-time {
  background-image: url("../img/holiday/time-bg.png");
  background-size: cover; }
  .holiday .get-in-time .container {
    max-width: 1040px;
    min-height: 80px;
    text-align: center;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 25px; }
    .holiday .get-in-time .container p {
      font-family: 'Montserrat';
      font-size: 36px;
      line-height: 38px;
      font-weight: 800;
      color: #fff;
      margin-bottom: 0; }
      @media (max-width: 1200px) {
        .holiday .get-in-time .container p {
          font-size: 32px;
          line-height: 34px; } }
      @media (max-width: 1023px) {
        .holiday .get-in-time .container p {
          font-size: 28px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        .holiday .get-in-time .container p {
          font-size: 24px;
          line-height: 30px; } }
    .holiday .get-in-time .container a {
      display: flex; }
      .holiday .get-in-time .container a .a-text {
        font-family: 'Montserrat';
        font-size: 14px;
        line-height: 14px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        margin-bottom: 0;
        margin-left: 7px; }
        @media (max-width: 1023px) {
          .holiday .get-in-time .container a .a-text {
            font-size: 12px;
            line-height: 12px; } }
      @media (max-width: 1200px) and (min-width: 767px) {
        .holiday .get-in-time .container a {
          padding-left: 20px; } }
    @media (max-width: 1200px) {
      .holiday .get-in-time .container {
        max-width: 900px; } }
    @media (max-width: 1023px) {
      .holiday .get-in-time .container {
        max-width: 700px;
        min-height: 60px;
        gap: 18px;
        justify-content: center; } }
    @media (max-width: 767px) {
      .holiday .get-in-time .container {
        min-height: 115px;
        gap: 10px;
        flex-direction: column; } }

.holiday .shop-by-type {
  background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/product_images/uploaded_images/shop-by-type-bg.png");
  background-repeat: no-repeat;
  background-size: cover; }
  .holiday .shop-by-type .container {
    padding-top: 40px;
    padding-bottom: 48px; }
    .holiday .shop-by-type .container .h4-heading {
      max-width: 1024px;
      margin: auto; }
      @media (max-width: 1200px) {
        .holiday .shop-by-type .container .h4-heading {
          max-width: 894px; } }
      @media (max-width: 1023px) {
        .holiday .shop-by-type .container .h4-heading {
          max-width: 670px; } }
      @media (max-width: 767px) {
        .holiday .shop-by-type .container .h4-heading {
          max-width: 334px; } }
    .holiday .shop-by-type .container h4 {
      font-family: 'Oxygen';
      font-size: 22px;
      font-weight: bold;
      line-height: 26px;
      color: #000;
      margin: 0 auto;
      letter-spacing: 2px;
      text-align: center;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      @media (max-width: 1200px) {
        .holiday .shop-by-type .container h4 {
          font-size: 18px;
          line-height: 20px; } }
      @media (max-width: 1023px) {
        .holiday .shop-by-type .container h4 {
          font-size: 14px;
          line-height: 18px; } }
    .holiday .shop-by-type .container h4:before,
    .holiday .shop-by-type .container h4:after {
      content: '';
      border-top: 4px solid #707070;
      margin: 0 43px 0 0;
      flex: 1 0 20px; }
      @media (max-width: 1200px) {
        .holiday .shop-by-type .container h4:before,
        .holiday .shop-by-type .container h4:after {
          margin: 0 38px 0 0; } }
      @media (max-width: 1023px) {
        .holiday .shop-by-type .container h4:before,
        .holiday .shop-by-type .container h4:after {
          border-top: 2px solid #707070;
          margin: 0 28px 0 0; } }
    .holiday .shop-by-type .container h4:after {
      margin: 0 0 0 43px; }
      @media (max-width: 1200px) {
        .holiday .shop-by-type .container h4:after {
          margin: 0 0 0 38px; } }
      @media (max-width: 1023px) {
        .holiday .shop-by-type .container h4:after {
          margin: 0 0 0 28px; } }
    .holiday .shop-by-type .container .tagline {
      font-family: 'Montserrat';
      font-size: 20px;
      font-weight: normal;
      line-height: 28px;
      color: #000;
      margin: 0;
      margin-top: 10px;
      margin-bottom: 25px;
      text-align: center; }
      .holiday .shop-by-type .container .tagline span {
        font-size: 28px;
        font-weight: bold;
        color: #E04E00; }
        @media (max-width: 1200px) {
          .holiday .shop-by-type .container .tagline span {
            font-size: 24px;
            line-height: 24px; } }
        @media (max-width: 1023px) {
          .holiday .shop-by-type .container .tagline span {
            font-size: 18px;
            line-height: 18px; } }
      @media (max-width: 1200px) {
        .holiday .shop-by-type .container .tagline {
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 1023px) {
        .holiday .shop-by-type .container .tagline {
          font-size: 14px;
          line-height: 18px;
          max-width: 588px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 767px) {
        .holiday .shop-by-type .container .tagline {
          max-width: 355px;
          padding: 0 10px; } }
    .holiday .shop-by-type .container .product-container {
      max-width: 1070px;
      padding: 0 10px;
      display: flex;
      margin: auto;
      justify-content: space-between; }
      .holiday .shop-by-type .container .product-container .product-box:hover p {
        color: #1795C4;
        cursor: pointer; }
      .holiday .shop-by-type .container .product-container .product-box:hover .btn .shop {
        color: #1EBDF7; }
        .holiday .shop-by-type .container .product-container .product-box:hover .btn .shop #Polygon_23 {
          fill: #1EBDF7 !important; }
      @media (max-width: 1200px) {
        .holiday .shop-by-type .container .product-container .product-box img {
          width: 171px; } }
      @media (max-width: 1023px) {
        .holiday .shop-by-type .container .product-container .product-box img {
          width: 129px; } }
      .holiday .shop-by-type .container .product-container .product-box p {
        font-family: 'Montserrat';
        font-size: 22px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 0;
        color: #000;
        text-transform: uppercase;
        margin-top: 10px; }
        @media (max-width: 1200px) {
          .holiday .shop-by-type .container .product-container .product-box p {
            font-size: 18px;
            line-height: 29px;
            margin-top: 14px; } }
        @media (max-width: 1023px) {
          .holiday .shop-by-type .container .product-container .product-box p {
            font-size: 14px;
            line-height: 21px;
            margin-top: 10px; } }
      .holiday .shop-by-type .container .product-container .product-box .btn {
        margin-top: 5px; }
        .holiday .shop-by-type .container .product-container .product-box .btn .shop {
          display: inline-block;
          font-family: 'Montserrat';
          font-size: 14px;
          font-weight: bold;
          line-height: 18px;
          color: #1795C4;
          margin-top: 0;
          padding-right: 6px; }
          @media (max-width: 1200px) {
            .holiday .shop-by-type .container .product-container .product-box .btn .shop {
              font-size: 14px;
              line-height: 18px; } }
          @media (max-width: 1023px) {
            .holiday .shop-by-type .container .product-container .product-box .btn .shop {
              font-size: 12px;
              line-height: 14px; } }
      @media (max-width: 767px) {
        .holiday .shop-by-type .container .product-container .product-box {
          width: 42%;
          margin: 10px 7px; } }
      @media (max-width: 1200px) {
        .holiday .shop-by-type .container .product-container {
          max-width: 910px; } }
      @media (max-width: 1023px) {
        .holiday .shop-by-type .container .product-container {
          max-width: 685px; } }
      @media (max-width: 767px) {
        .holiday .shop-by-type .container .product-container {
          max-width: 357px;
          flex-wrap: wrap;
          justify-content: center; } }
    @media (max-width: 1200px) {
      .holiday .shop-by-type .container {
        padding-top: 20px;
        padding-bottom: 30px; } }

.holiday .holiday-feature {
  margin-bottom: -30px; }
  .holiday .holiday-feature .container {
    max-width: 1215px;
    margin: 0 auto;
    margin-top: 50px; }
    .holiday .holiday-feature .container .heading {
      border-bottom: 1px solid #707070;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-bottom: 16px; }
      .holiday .holiday-feature .container .heading h4 {
        font-family: 'Montserrat';
        font-size: 36px;
        line-height: 40px;
        font-weight: bold;
        color: #016F98;
        margin: 0; }
        @media (max-width: 1200px) {
          .holiday .holiday-feature .container .heading h4 {
            font-size: 32px;
            line-height: 36px; } }
        @media (max-width: 1023px) {
          .holiday .holiday-feature .container .heading h4 {
            font-size: 23px;
            line-height: 26px; } }
      .holiday .holiday-feature .container .heading p {
        color: #525252;
        font-family: 'Montserrat';
        font-size: 18px;
        line-height: 20px;
        font-weight: 600;
        font-style: italic;
        margin: 0; }
        @media (max-width: 1023px) {
          .holiday .holiday-feature .container .heading p {
            font-size: 14px;
            line-height: 20px; } }
        @media (max-width: 767px) {
          .holiday .holiday-feature .container .heading p {
            margin: 10px 0 0; } }
      @media (max-width: 767px) {
        .holiday .holiday-feature .container .heading {
          flex-direction: column;
          justify-content: center; } }
    .holiday .holiday-feature .container .featured-products .productGrid {
      display: flex;
      flex-wrap: wrap;
      margin-top: 10px;
      margin-bottom: 0; }
      .holiday .holiday-feature .container .featured-products .productGrid .product {
        width: 25% !important;
        margin: 0;
        border-bottom: 0; }
        .holiday .holiday-feature .container .featured-products .productGrid .product .card {
          width: 100%;
          padding: 20px 18px; }
          .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-figure {
            width: 262px; }
            .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-figure .card-img-container {
              max-width: 262px;
              min-height: 175px; }
              @media (max-width: 1023px) {
                .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-figure .card-img-container {
                  max-width: 202px;
                  min-height: 135px; } }
              @media (max-width: 767px) {
                .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-figure .card-img-container {
                  max-width: 152px;
                  min-height: 102px; } }
            @media (max-width: 1023px) {
              .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-figure {
                width: 202px; } }
            @media (max-width: 767px) {
              .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-figure {
                width: 135px; } }
          .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body {
            margin-top: 22px;
            padding: 0; }
            .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .card-title {
              font-family: 'Oxygen';
              font-size: 18px;
              line-height: 22px;
              font-weight: bold;
              color: #000;
              margin: 0;
              min-height: 66px;
              height: 66px;
              overflow: hidden; }
              .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .card-title a {
                color: #000; }
              @media (max-width: 1023px) {
                .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .card-title {
                  font-size: 14px;
                  line-height: 16px; } }
            .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .price-box {
              margin-top: 10px; }
              .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .price-box .price-msrp {
                color: #747474;
                font-family: 'Oxygen';
                font-size: 12px;
                line-height: 24px;
                font-weight: normal;
                margin: 0;
                text-transform: uppercase;
                display: none; }
                .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .price-box .price-msrp span {
                  text-decoration: line-through; }
              .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .price-box .price-our-price {
                font-family: 'Oxygen';
                font-size: 20px;
                line-height: 32px;
                margin-bottom: 14px;
                font-weight: normal;
                color: #000;
                text-transform: capitalize;
                margin: 0; }
                .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .price-box .price-our-price span {
                  color: #FA5700; }
                @media (max-width: 1023px) {
                  .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .price-box .price-our-price {
                    font-size: 14px;
                    line-height: 20px; } }
            .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .card-icons a {
              font-family: 'Oxygen';
              text-decoration: none;
              border: 1px solid #008BB9;
              display: inline-block;
              margin-right: 5px;
              padding: 0px 5px;
              color: #1795C4;
              text-transform: uppercase;
              font-size: 12px;
              line-height: 24px;
              margin-bottom: 5px; }
              @media (max-width: 1023px) {
                .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .card-icons a {
                  font-size: 8px;
                  line-height: 16px; } }
            .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .card-icons .made img {
              width: 22px;
              margin-top: -2px; }
              @media (max-width: 1023px) {
                .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .card-icons .made img {
                  width: 17px; } }
              @media (max-width: 767px) {
                .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body .card-icons .made img {
                  width: 16px; } }
            @media (max-width: 833px) {
              .holiday .holiday-feature .container .featured-products .productGrid .product .card .card-body {
                width: 100%; } }
          @media (max-width: 1200px) {
            .holiday .holiday-feature .container .featured-products .productGrid .product .card {
              padding: 20px 16px; } }
          @media (max-width: 1023px) {
            .holiday .holiday-feature .container .featured-products .productGrid .product .card {
              padding: 20px 12px; } }
          @media (max-width: 767px) {
            .holiday .holiday-feature .container .featured-products .productGrid .product .card {
              padding: 20px 5px; } }
        @media (max-width: 1200px) {
          .holiday .holiday-feature .container .featured-products .productGrid .product {
            width: 33.33% !important; } }
        @media (max-width: 767px) {
          .holiday .holiday-feature .container .featured-products .productGrid .product {
            width: 50% !important; } }
    @media (max-width: 1200px) {
      .holiday .holiday-feature .container {
        max-width: 898px; } }
    @media (max-width: 1023px) {
      .holiday .holiday-feature .container {
        max-width: 693px; } }
    @media (max-width: 767px) {
      .holiday .holiday-feature .container {
        max-width: 355px;
        padding: 0 10px; } }

#custom-overlay .overlay-content {
  margin: auto;
  position: absolute;
  left: 0;
  padding: 30px 0;
  top: 0px;
  right: 0;
  bottom: 0;
  width: auto;
  overflow-y: auto; }

#custom-overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  display: none; }

#custom-overlay .overlay-container .image-container {
  padding: 15px; }

#custom-overlay:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.95);
  opacity: 0.9;
  visibility: visible !important;
  margin: 0px !important; }

#custom-overlay .overlay-container {
  width: 70%;
  margin: 0 auto;
  padding: 10px 18px;
  background-color: #fff;
  transform: translateY(-50%);
  top: 50%;
  position: relative; }

#custom-overlay .overlay-container .heading-close {
  font-weight: bold;
  position: absolute;
  right: 10px;
  padding: 5px 10px;
  font-size: 18px; }

@media (max-width: 800px) {
  #custom-overlay .overlay-container {
    width: 85%; }
  #custom-overlay .overlay-container .heading-close {
    padding: 5px 5px;
    font-size: 16px; } }

@media (max-width: 600px) {
  #custom-overlay .overlay-container {
    width: 90%; } }

@media (min-width: 1201px) {
  #custom-overlay .overlay-container .heading-close {
    font-size: 22px; } }

.christams-days {
  margin-top: 0; }
  .christams-days .container {
    max-width: 100%;
    padding: 0; }
    .christams-days .container a {
      text-decoration: none; }
  .christams-days .body {
    margin-top: 0px; }

.christmas .banner {
  max-width: 100%;
  background-image: url("../img/holiday/christmas-bg.png"); }
  .christmas .banner .container {
    max-width: 1300px;
    width: 100%;
    padding: 30px 60px;
    margin: auto;
    min-height: 331px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 991px) {
      .christmas .banner .container {
        padding: 17px 35px;
        height: 184px;
        min-height: unset; } }
    @media (max-width: 580px) {
      .christmas .banner .container {
        padding: 17px 20px;
        height: auto;
        flex-direction: column;
        flex-wrap: wrap; } }
    .christmas .banner .container .left {
      width: 100%;
      max-width: 50%;
      height: auto;
      display: flex;
      flex-flow: column wrap;
      justify-content: flex-start;
      align-items: center;
      margin-top: -30px;
      min-height: 320px; }
      @media (max-width: 991px) {
        .christmas .banner .container .left {
          min-height: 184px;
          margin-top: 0px; } }
      @media (max-width: 580px) {
        .christmas .banner .container .left {
          max-width: 100%;
          margin-top: -17px; } }
      .christmas .banner .container .left p {
        font-family: Oxygen;
        font-size: 26px;
        line-height: 34px;
        text-align: center;
        color: #fff;
        margin-top: 30px; }
        @media (max-width: 1024px) {
          .christmas .banner .container .left p {
            font-size: 21px;
            line-height: 28px; } }
        @media (max-width: 991px) {
          .christmas .banner .container .left p {
            font-size: 17px;
            line-height: 24px;
            margin-top: 10px;
            margin-bottom: 0px; } }
        @media (max-width: 580px) {
          .christmas .banner .container .left p {
            font-size: 16px; } }
        .christmas .banner .container .left p span {
          font-weight: 600;
          display: inline; }
      .christmas .banner .container .left img {
        position: relative;
        top: 0px;
        max-width: 461px;
        width: 100%;
        height: auto;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); }
        @media (max-width: 1024px) {
          .christmas .banner .container .left img {
            max-width: 330px; } }
        @media (max-width: 991px) {
          .christmas .banner .container .left img {
            max-width: 245px; } }
    .christmas .banner .container .right {
      max-width: 50%;
      width: 100%;
      display: flex;
      justify-content: flex-end; }
      @media (max-width: 991px) {
        .christmas .banner .container .right img {
          max-width: 220px; } }
      @media (max-width: 580px) {
        .christmas .banner .container .right {
          max-width: 100%;
          justify-content: center; }
          .christmas .banner .container .right img {
            max-width: 335px;
            width: 100%; } }

.christmas .day-description {
  background-image: url("../img/holiday/days-desc-bg.png");
  background-size: cover;
  background-repeat: no-repeat; }
  .christmas .day-description .container {
    max-width: 1250px;
    min-height: 448px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 75px;
    padding-top: 20px; }
    .christmas .day-description .container .day-img-box {
      width: 531px; }
      .christmas .day-description .container .day-img-box img {
        position: relative;
        width: 531px; }
      @media (max-width: 1200px) {
        .christmas .day-description .container .day-img-box {
          width: 434px; } }
      @media (max-width: 1023px) {
        .christmas .day-description .container .day-img-box {
          width: 320px; } }
      @media (max-width: 767px) {
        .christmas .day-description .container .day-img-box {
          width: 100%; } }
    .christmas .day-description .container .day-content-box {
      max-width: 581px; }
      .christmas .day-description .container .day-content-box div.day {
        font-family: 'Montserrat';
        font-size: 54px;
        line-height: 66px;
        font-weight: 800;
        margin: 0;
        color: #082041;
        text-transform: uppercase;
        margin-bottom: 22px; }
        .christmas .day-description .container .day-content-box div.day p {
          background: #72AC72;
          width: 85px;
          height: 85px;
          border-radius: 50px;
          display: inline-block;
          text-align: center;
          vertical-align: middle;
          margin: 0; }
          .christmas .day-description .container .day-content-box div.day p span {
            font-size: 58px;
            line-height: 71px;
            color: #fff;
            display: inline-block;
            padding: 5px 0; }
            @media (max-width: 1023px) {
              .christmas .day-description .container .day-content-box div.day p span {
                font-size: 45px;
                line-height: 55px; } }
            @media (max-width: 767px) {
              .christmas .day-description .container .day-content-box div.day p span {
                font-size: 32px;
                line-height: 39px; } }
          @media (max-width: 1023px) {
            .christmas .day-description .container .day-content-box div.day p {
              width: 66px;
              height: 66px; } }
          @media (max-width: 767px) {
            .christmas .day-description .container .day-content-box div.day p {
              width: 49px;
              height: 49px; } }
        @media (max-width: 1023px) {
          .christmas .day-description .container .day-content-box div.day {
            font-size: 41px;
            line-height: 50px; } }
        @media (max-width: 767px) {
          .christmas .day-description .container .day-content-box div.day {
            font-size: 29px;
            line-height: 35px;
            margin-bottom: 12px; } }
      .christmas .day-description .container .day-content-box .heading-text {
        font-family: 'Montserrat';
        font-size: 32px;
        line-height: 40px;
        font-weight: bold;
        margin: 0;
        color: #000;
        margin-bottom: 10px; }
        .christmas .day-description .container .day-content-box .heading-text a {
          color: #000; }
        @media (max-width: 1200px) {
          .christmas .day-description .container .day-content-box .heading-text {
            font-size: 28px;
            line-height: 36px; } }
        @media (max-width: 1023px) {
          .christmas .day-description .container .day-content-box .heading-text {
            font-size: 22px;
            line-height: 30px; } }
        @media (max-width: 767px) {
          .christmas .day-description .container .day-content-box .heading-text {
            margin-bottom: 0; } }
      .christmas .day-description .container .day-content-box .sub-text {
        font-family: 'Oxygen';
        font-size: 18px;
        line-height: 26px;
        font-weight: normal;
        margin: 0;
        color: #525252; }
        @media (max-width: 1200px) {
          .christmas .day-description .container .day-content-box .sub-text {
            font-size: 16px;
            line-height: 24px; } }
        @media (max-width: 1023px) {
          .christmas .day-description .container .day-content-box .sub-text {
            font-size: 14px;
            line-height: 20px; } }
        @media (max-width: 767px) {
          .christmas .day-description .container .day-content-box .sub-text {
            display: none; } }
      .christmas .day-description .container .day-content-box .btn {
        display: inline-block;
        color: #fff;
        height: 38px;
        font-family: Montserrat;
        font-size: 15px;
        line-height: 35px;
        font-weight: bold;
        text-transform: uppercase;
        background-color: #1795C4;
        padding: 0 42px;
        margin-top: 30px;
        margin-bottom: 20px; }
        .christmas .day-description .container .day-content-box .btn:hover {
          background-color: #1EBDF7; }
        @media (max-width: 1200px) {
          .christmas .day-description .container .day-content-box .btn {
            font-size: 15px; } }
        @media (max-width: 1023px) {
          .christmas .day-description .container .day-content-box .btn {
            font-size: 13px;
            line-height: 27px;
            height: 28px;
            padding: 0 24.5px;
            margin-top: 20px; } }
        @media (max-width: 767px) {
          .christmas .day-description .container .day-content-box .btn {
            font-size: 12px;
            height: 26px;
            padding: 0 22px; } }
      @media (max-width: 1200px) {
        .christmas .day-description .container .day-content-box {
          max-width: 395px; } }
      @media (max-width: 1023px) {
        .christmas .day-description .container .day-content-box {
          max-width: 316px; } }
      @media (max-width: 767px) {
        .christmas .day-description .container .day-content-box {
          max-width: 100%; } }
    @media (max-width: 1200px) {
      .christmas .day-description .container {
        max-width: 915px;
        gap: 72px; } }
    @media (max-width: 1023px) {
      .christmas .day-description .container {
        max-width: 690px;
        min-height: 360px;
        gap: 50px; } }
    @media (max-width: 767px) {
      .christmas .day-description .container {
        max-width: 334px;
        min-height: 460px;
        flex-direction: column;
        gap: 20px;
        padding: 0; } }

.christmas .suprise-box {
  margin-top: 50px;
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .christmas .suprise-box {
      margin-top: 40px; } }
  .christmas .suprise-box .container {
    max-width: 1300px;
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center; }
    @media (max-width: 991px) {
      .christmas .suprise-box .container {
        padding-left: 40px;
        padding-right: 40px; } }
    @media (max-width: 580px) {
      .christmas .suprise-box .container {
        padding-left: 20px;
        padding-right: 20px; } }
    .christmas .suprise-box .container .surprice-countdown-row {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .christmas .suprise-box .container .surprice-countdown-row .surprice-content {
        max-width: 50%;
        width: 100%;
        text-align: left; }
        @media (max-width: 1200px) {
          .christmas .suprise-box .container .surprice-countdown-row .surprice-content {
            padding-left: 5px; } }
        @media (max-width: 991px) {
          .christmas .suprise-box .container .surprice-countdown-row .surprice-content {
            max-width: 100%;
            text-align: center;
            padding-left: 0; } }
      .christmas .suprise-box .container .surprice-countdown-row .countdown {
        width: 100%;
        max-width: 50%; }
        @media (max-width: 991px) {
          .christmas .suprise-box .container .surprice-countdown-row .countdown {
            max-width: 380px;
            margin: 0 auto;
            margin-top: 32px;
            margin-bottom: 20px; } }
  @media (max-width: 991px) and (max-width: 580px) {
    .christmas .suprise-box .container .surprice-countdown-row .countdown {
      margin-top: 32px; } }
        .christmas .suprise-box .container .surprice-countdown-row .countdown p.countdown-heading {
          font-family: Oxygen;
          font-weight: bold;
          font-size: 17px;
          letter-spacing: 0.2em;
          line-height: 26px;
          text-align: center;
          color: #000;
          width: 100%;
          display: block;
          max-width: 380px;
          margin-left: auto;
          margin-bottom: 15px; }
          @media (max-width: 991px) {
            .christmas .suprise-box .container .surprice-countdown-row .countdown p.countdown-heading {
              text-align: center; } }
          @media (max-width: 580px) {
            .christmas .suprise-box .container .surprice-countdown-row .countdown p.countdown-heading {
              font-size: 12; } }
        .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper {
          display: flex;
          flex-flow: row nowrap;
          justify-content: flex-end;
          width: 100%; }
          .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p {
            font-family: Montserrat;
            font-weight: bold;
            font-size: 47px;
            letter-spacing: 0.1em;
            line-height: 30px;
            text-align: center;
            color: #000;
            color: #E04E00;
            margin: 0px; }
            @media (max-width: 991px) {
              .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p {
                font-size: 39px;
                line-height: 24px; } }
            @media (max-width: 580px) {
              .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p {
                font-size: 33px; } }
          .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value span {
            font-family: Oxygen;
            font-weight: bold;
            font-size: 13px;
            letter-spacing: 0.29em;
            line-height: 29px;
            text-align: center;
            color: #000;
            text-transform: uppercase;
            display: block;
            margin-top: 10px; }
            @media (max-width: 991px) {
              .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value span {
                font-size: 11px;
                line-height: 24px; } }
            @media (max-width: 580px) {
              .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value span {
                font-size: 9px; } }
          .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .colon {
            font-family: Oxygen;
            font-weight: bold;
            font-size: 47px;
            letter-spacing: 0.1em;
            line-height: 24px;
            text-align: left;
            color: #000;
            margin: 0 15px; }
          @media (max-width: 991px) {
            .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper {
              font-size: 39px;
              line-height: 24px; } }
          @media (max-width: 580) {
            .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper {
              font-size: 33px;
              line-height: 24px;
              margin: 0 10px; } }
    .christmas .suprise-box .container h4 {
      font-family: 'Montserrat';
      font-size: 32px;
      line-height: 36px;
      font-weight: 800;
      margin: 0;
      color: #006E96;
      text-transform: uppercase;
      margin-bottom: 4px; }
      @media (max-width: 1200px) {
        .christmas .suprise-box .container h4 {
          font-size: 28px;
          line-height: 32px;
          margin: 0 0 15px; } }
      @media (max-width: 1023px) {
        .christmas .suprise-box .container h4 {
          margin: 0 0 7px; } }
      @media (max-width: 767px) {
        .christmas .suprise-box .container h4 {
          font-size: 24px;
          line-height: 32px; } }
    .christmas .suprise-box .container p.tagline {
      font-family: 'Montserrat';
      font-size: 18px;
      line-height: 22px;
      font-weight: 600;
      margin: 0;
      color: #000;
      font-style: italic; }
      @media (max-width: 1200px) {
        .christmas .suprise-box .container p.tagline {
          max-width: 360px;
          font-size: 16px;
          line-height: 18px; } }
      @media (max-width: 1023px) {
        .christmas .suprise-box .container p.tagline {
          max-width: 100%; } }
      @media (max-width: 767px) {
        .christmas .suprise-box .container p.tagline {
          font-size: 16px;
          line-height: 20px;
          padding: 0 5px; } }
    .christmas .suprise-box .container .boxes {
      width: 1070px;
      margin: 0 auto;
      display: flex;
      gap: 40px;
      margin-top: 30px;
      flex-wrap: wrap;
      justify-content: center; }
      @media (max-width: 991px) {
        .christmas .suprise-box .container .boxes {
          justify-content: space-between; } }
      .christmas .suprise-box .container .boxes .gift-box {
        width: 330px;
        height: 350px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
        @media (max-width: 1200px) {
          .christmas .suprise-box .container .boxes .gift-box {
            width: 275px;
            height: 291px; } }
        @media (max-width: 991px) {
          .christmas .suprise-box .container .boxes .gift-box {
            width: calc(100% / 3 - 19px);
            height: 220px; } }
        @media (max-width: 580px) {
          .christmas .suprise-box .container .boxes .gift-box {
            width: calc(100% / 2 - 9px);
            height: auto; } }
      .christmas .suprise-box .container .boxes .question-img {
        display: none; }
      .christmas .suprise-box .container .boxes .question {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #F4F8FA; }
        @media (max-width: 580px) {
          .christmas .suprise-box .container .boxes .question {
            min-height: 160px; } }
        .christmas .suprise-box .container .boxes .question::after {
          content: " ";
          position: absolute;
          top: 20px;
          left: 20px;
          right: 20px;
          bottom: 20px;
          border: 3px solid #fff; }
          @media (max-width: 1023px) {
            .christmas .suprise-box .container .boxes .question::after {
              top: 12px;
              left: 12px;
              right: 12px;
              bottom: 12px; } }
          @media (max-width: 767px) {
            .christmas .suprise-box .container .boxes .question::after {
              top: 10px;
              left: 10px;
              right: 10px;
              bottom: 10px; } }
        .christmas .suprise-box .container .boxes .question .question-img {
          display: block; }
          @media (max-width: 1200px) {
            .christmas .suprise-box .container .boxes .question .question-img {
              height: 143px; } }
          @media (max-width: 1023px) {
            .christmas .suprise-box .container .boxes .question .question-img {
              height: 110px; } }
          @media (max-width: 767px) {
            .christmas .suprise-box .container .boxes .question .question-img {
              height: 83px; } }
        .christmas .suprise-box .container .boxes .question .day-text {
          font-family: "Montserrat";
          font-size: 32px;
          line-height: 39px;
          font-weight: 800;
          color: #DEE3EB;
          text-transform: uppercase;
          margin-top: 15px;
          margin-bottom: 0; }
          @media (max-width: 1200px) {
            .christmas .suprise-box .container .boxes .question .day-text {
              font-size: 26px;
              line-height: 32px; } }
          @media (max-width: 1023px) {
            .christmas .suprise-box .container .boxes .question .day-text {
              font-size: 19px;
              line-height: 23px; } }
          @media (max-width: 767px) {
            .christmas .suprise-box .container .boxes .question .day-text {
              font-size: 14px;
              line-height: 16px; } }
        .christmas .suprise-box .container .boxes .question .open-img {
          display: none; }
      .christmas .suprise-box .container .boxes .expired {
        position: relative; }
        .christmas .suprise-box .container .boxes .expired a::before {
          content: "";
          background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/released-overlay-graphic.png");
          background-size: cover;
          position: absolute;
          top: 0;
          left: 0;
          width: 330px;
          height: 354px;
          z-index: 1;
          display: none; }
          @media (max-width: 1200px) {
            .christmas .suprise-box .container .boxes .expired a::before {
              width: 275px;
              height: 291px; } }
          @media (max-width: 991px) {
            .christmas .suprise-box .container .boxes .expired a::before {
              width: 100%;
              height: 100%;
              left: 0;
              right: 0;
              top: 0;
              bottom: 0; } }
        .christmas .suprise-box .container .boxes .expired .day-text {
          text-align: left;
          padding-left: 16px;
          position: relative; }
          @media (max-width: 1200px) {
            .christmas .suprise-box .container .boxes .expired .day-text {
              padding-left: 13px; } }
          @media (max-width: 1023px) {
            .christmas .suprise-box .container .boxes .expired .day-text {
              padding-left: 10px; } }
          @media (max-width: 767px) {
            .christmas .suprise-box .container .boxes .expired .day-text {
              padding-left: 8px; } }
          .christmas .suprise-box .container .boxes .expired .day-text:before {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%);
            right: 15px;
            content: 'LIMITED STOCK';
            font-size: 18px;
            line-height: 22px; }
            @media (max-width: 1200px) {
              .christmas .suprise-box .container .boxes .expired .day-text:before {
                font-size: 14px;
                line-height: 18px;
                right: 22px; } }
            @media (max-width: 1023px) {
              .christmas .suprise-box .container .boxes .expired .day-text:before {
                font-size: 10px;
                line-height: 14px;
                right: 10px; } }
            @media (max-width: 767px) {
              .christmas .suprise-box .container .boxes .expired .day-text:before {
                font-size: 8px;
                line-height: 10px;
                right: 10px; } }
      .christmas .suprise-box .container .boxes .open {
        background-image: url("../img/holiday/open-product-box.png"); }
        .christmas .suprise-box .container .boxes .open .day-text {
          font-family: "Montserrat";
          font-size: 21px;
          line-height: 25px;
          font-weight: 800;
          color: #fff;
          text-transform: uppercase;
          margin: 10px auto 3px; }
          .christmas .suprise-box .container .boxes .open .day-text span {
            background: #72AC72;
            width: 40px;
            height: 40px;
            border-radius: 50px;
            display: inline-block;
            text-align: center;
            vertical-align: middle;
            padding: 7px 0;
            margin: 0;
            font-size: 25px; }
            @media (max-width: 1200px) {
              .christmas .suprise-box .container .boxes .open .day-text span {
                width: 34px;
                height: 34px;
                font-size: 21px;
                line-height: 25px;
                padding: 4px 0;
                font-size: 21px; } }
            @media (max-width: 1023px) {
              .christmas .suprise-box .container .boxes .open .day-text span {
                width: 25px;
                height: 25px;
                font-size: 16px;
                line-height: 19px;
                padding: 3px 0;
                font-size: 16px; } }
            @media (max-width: 767px) {
              .christmas .suprise-box .container .boxes .open .day-text span {
                width: 19px;
                height: 19px;
                font-size: 12px;
                line-height: 15px;
                padding: 2px 0;
                font-size: 11px; } }
          @media (max-width: 1200px) {
            .christmas .suprise-box .container .boxes .open .day-text {
              font-size: 17px;
              line-height: 20px; } }
          @media (max-width: 1023px) {
            .christmas .suprise-box .container .boxes .open .day-text {
              font-size: 12px;
              line-height: 15px; } }
          @media (max-width: 767px) {
            .christmas .suprise-box .container .boxes .open .day-text {
              font-size: 9px;
              line-height: 13px;
              margin-top: 4px; } }
      .christmas .suprise-box .container .boxes .Sold-Out {
        background-image: url("../img/holiday/sold-out-bg.png"); }
        .christmas .suprise-box .container .boxes .Sold-Out .day-text span {
          background: #fff;
          color: #E65000; }
        .christmas .suprise-box .container .boxes .Sold-Out .day-text:before {
          content: 'SOLD OUT'; }
      .christmas .suprise-box .container .boxes .open-img {
        height: 300px; }
        @media (max-width: 1200px) {
          .christmas .suprise-box .container .boxes .open-img {
            height: 245px; } }
        @media (max-width: 1023px) {
          .christmas .suprise-box .container .boxes .open-img {
            height: 182px; } }
        @media (max-width: 767px) {
          .christmas .suprise-box .container .boxes .open-img {
            height: 135px; } }
      @media (max-width: 1200px) {
        .christmas .suprise-box .container .boxes {
          gap: 35px;
          width: 905px; } }
      @media (max-width: 991px) {
        .christmas .suprise-box .container .boxes {
          gap: 23px;
          width: 100%;
          margin-top: 20px;
          column-gap: unset; } }

.christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(1), .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(2) {
  font-size: 47px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  color: #E04E00;
  letter-spacing: 2.6px;
  display: inline; }
  @media (max-width: 1150px) {
    .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(1), .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(2) {
      font-size: 39px; } }
  @media (max-width: 767px) {
    .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(1), .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(2) {
      font-size: 32px; } }

.christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .colon {
  margin: 0 16px;
  line-height: 20px; }

@media (min-width: 1151px) {
  .christmas .suprise-box .container .surprice-countdown-row .countdown p.countdown-heading {
    max-width: 448px; } }

@media (max-width: 1150px) {
  .christmas .suprise-box .container .surprice-countdown-row .countdown p.countdown-heading {
    font-size: 14px;
    line-height: 19px; }
  .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value span:last-child {
    font-size: 11px;
    line-height: 24px; }
  .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .colon {
    margin: 0 18px;
    font-size: 37px;
    line-height: 30px; } }

@media (max-width: 991px) {
  .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .colon {
    line-height: 20px; } }

@media (max-width: 767px) {
  .christmas .suprise-box .container .surprice-countdown-row .countdown p.countdown-heading {
    font-size: 12px;
    line-height: 16px; }
  .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value span:last-child {
    font-size: 10px;
    line-height: 19px; }
  .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .colon {
    margin: 0 13px;
    font-size: 32px; }
  .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper {
    justify-content: center; } }

@media (max-width: 370px) {
  .christmas .suprise-box .container .surprice-countdown-row .countdown .timewrapper .colon {
    margin: 0 10px;
    font-size: 27px; } }

/*15 Days Page Start*/
.bladeshow-page .page .banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/holiday/bladeshowbannerbg.jpg"); }
  @media (max-width: 1023px) {
    .bladeshow-page .page .banner {
      background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/group-11630-2x.jpg"); } }
  @media (max-width: 580px) {
    .bladeshow-page .page .banner {
      background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/group-11634-2x.jpg"); } }
  @media (max-width: 1024px) {
    .bladeshow-page .page .banner .container {
      height: 235px;
      padding: 10px 98px; } }
  @media (max-width: 768px) {
    .bladeshow-page .page .banner .container {
      padding: 10px 35px;
      height: 196px; } }
  @media (max-width: 580px) {
    .bladeshow-page .page .banner .container {
      flex-direction: column;
      height: auto;
      padding: 27px 16px 20px; } }

.bladeshow-page .page .hero-video {
  padding-bottom: 266px;
  max-width: 400px; }
  @media (max-width: 1024px) {
    .bladeshow-page .page .hero-video {
      max-width: 284px;
      padding-bottom: 189px; } }
  @media (max-width: 580px) {
    .bladeshow-page .page .hero-video {
      max-width: 320px;
      padding-bottom: 213px; } }

.bladeshow-page .page .banner .container .left {
  max-width: 53%;
  min-height: 275px; }
  @media (min-width: 1440px) {
    .bladeshow-page .page .banner .container .left {
      margin-top: -3px; } }
  @media (max-width: 1024px) {
    .bladeshow-page .page .banner .container .left {
      max-width: 55%;
      min-height: 211px;
      margin-top: 0; } }
  @media (max-width: 768px) {
    .bladeshow-page .page .banner .container .left {
      min-height: 171px; } }
  @media (max-width: 580px) {
    .bladeshow-page .page .banner .container .left {
      max-width: 100%; } }
  .bladeshow-page .page .banner .container .left img {
    max-width: 340px; }
    @media (max-width: 1024px) {
      .bladeshow-page .page .banner .container .left img {
        max-width: 241px; } }
    @media (max-width: 768px) {
      .bladeshow-page .page .banner .container .left img {
        max-width: 201px; } }
  .bladeshow-page .page .banner .container .left p {
    margin-top: 25px;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .bladeshow-page .page .banner .container .left p {
        margin-top: 15px; } }
    @media (max-width: 580px) {
      .bladeshow-page .page .banner .container .left p {
        line-height: 22px;
        margin-bottom: 21px; } }

.bladeshow-page .page .banner .container .right {
  max-width: 47%; }
  @media (max-width: 1024px) {
    .bladeshow-page .page .banner .container .right {
      max-width: 44%; } }
  @media (max-width: 580px) {
    .bladeshow-page .page .banner .container .right {
      max-width: 100%; } }

.bladeshow-page .promo-section {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0;
  background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/knivesbg.jpg") no-repeat center left;
  background-size: cover;
  position: relative; }
  @media (max-width: 580px) {
    .bladeshow-page .promo-section {
      background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/mobbgknife.jpg") no-repeat center left; } }

.bladeshow-page .promo-container {
  max-width: 1330px;
  display: flex;
  align-items: center;
  gap: 30px;
  width: 100%; }
  @media (max-width: 1330px) {
    .bladeshow-page .promo-container {
      padding: 0 40px;
      gap: 22px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .promo-container {
      padding: 0 14px;
      gap: 16px;
      align-items: flex-start;
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .bladeshow-page .promo-container {
      flex-direction: column;
      gap: 0; } }

.bladeshow-page .promo-text {
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 605px; }
  @media (max-width: 1200px) {
    .bladeshow-page .promo-text {
      max-width: 476px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .promo-text {
      max-width: 388px;
      padding-top: 24px;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .bladeshow-page .promo-text {
      max-width: 335px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 580px) {
    .bladeshow-page .promo-text {
      padding-top: 0; } }

.bladeshow-page .promo-text h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  letter-spacing: normal;
  line-height: 40px;
  font-family: 'Oswald', sans-serif;
  color: #000000; }
  @media (max-width: 1200px) {
    .bladeshow-page .promo-text h2 {
      font-size: 28px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .promo-text h2 {
      font-size: 24px; } }

.bladeshow-page .promo-text .day {
  font-size: 58px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  font-family: 'Oswald', sans-serif; }
  @media (max-width: 1200px) {
    .bladeshow-page .promo-text .day {
      font-size: 40px;
      margin-bottom: 14px;
      gap: 8px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .promo-text .day {
      font-size: 30px;
      margin-bottom: 11px;
      gap: 5px; } }

.bladeshow-page .promo-text .circle {
  font-family: 'Oswald', sans-serif;
  width: 80px;
  height: 80px;
  line-height: 1;
  background-color: #b8941b;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 58px;
  font-weight: bold; }
  @media (max-width: 1200px) {
    .bladeshow-page .promo-text .circle {
      font-size: 40px;
      width: 56px;
      height: 56px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .promo-text .circle {
      font-size: 30px;
      width: 43px;
      height: 43px; } }

.bladeshow-page .promo-text p {
  font-family: 'OXYGEN';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  margin: 14px 0 35px; }
  @media (max-width: 1200px) {
    .bladeshow-page .promo-text p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 24px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .promo-text p {
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 19px;
      margin-top: 7px; } }

.bladeshow-page .promo-text .btn {
  background-color: #1795C4;
  color: #fff;
  padding: 10px 31px;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 0;
  display: inline-block;
  font-family: 'Montserrat', sans-serif; }
  @media (max-width: 1200px) {
    .bladeshow-page .promo-text .btn {
      font-size: 12px;
      padding: 10px 31px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .promo-text .btn {
      padding: 8px 25px; } }

.bladeshow-page .promo-text .btn:hover {
  background-color: #117ca3; }

.bladeshow-page .promo-image {
  max-width: 616px;
  width: 100%;
  background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/mask-group-284.png);
  background-size: contain;
  background-repeat: no-repeat; }
  @media (max-width: 1200px) {
    .bladeshow-page .promo-image {
      max-width: 438px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .promo-image {
      max-width: 335px; } }
  @media (max-width: 767px) {
    .bladeshow-page .promo-image {
      margin: auto; } }
  @media (max-width: 580px) {
    .bladeshow-page .promo-image {
      max-width: 100%; } }

.bladeshow-page .suprise-box .container h4 {
  color: #B69009; }

.bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper {
  justify-content: center; }

.bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value .timer-label {
  font-size: 14px;
  letter-spacing: 2.8px; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value .timer-label {
      font-size: 12px !important;
      letter-spacing: 2.4px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value .timer-label {
      font-size: 11px !important;
      letter-spacing: 2.2px; } }

.bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(1), .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(2) {
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  color: #b69009; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(1), .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(2) {
      font-size: 40px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(1), .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(2) {
      font-size: 39px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(1), .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p span:nth-child(2) {
      font-size: 38px; } }

.bladeshow-page .suprise-box .container .surprice-countdown-row .countdown {
  width: 450px;
  background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/border.png");
  background-size: cover;
  padding-bottom: 3px; }
  @media (max-width: 1150px) {
    .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown {
      width: 388px;
      padding-bottom: 9.5px;
      max-width: 388px; } }

.bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value p {
  min-width: 57px; }

.bladeshow-page .suprise-box .container .surprice-countdown-row .countdown p.countdown-heading {
  margin-top: 14px;
  margin-bottom: 19px;
  max-width: 100%; }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown p.countdown-heading {
      font-size: 13px;
      letter-spacing: 2.6px;
      margin-top: 12px;
      margin-bottom: 15px; } }

.bladeshow-page .suprise-box .container .surprice-countdown-row {
  justify-content: space-between; }

.bladeshow-page .suprise-box {
  margin-top: 30px; }

@media (max-width: 1150px) {
  .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .colon {
    margin: 0 11px; } }

@media (max-width: 1023px) {
  .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .colon {
    margin: 0 8px; } }

@media (max-width: 1150px) {
  .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown .timewrapper .value span {
    margin-top: 1px; } }

.bladeshow-page .suprise-box .container .boxes {
  width: 100%;
  gap: 50px; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .boxes {
      gap: 37px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .boxes {
      gap: 27px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .boxes {
      gap: 20px; } }

.bladeshow-page .suprise-box .container .boxes .gift-box {
  width: auto;
  height: 428px;
  flex: 1 1 calc(33.333% - 50px);
  box-shadow: none; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .boxes .gift-box {
      height: 314px;
      flex: 1 1 calc(33.333% - 36px); } }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .boxes .gift-box {
      height: 236px;
      flex: 1 1 calc(33.333% - 27px); } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .boxes .gift-box {
      height: 167px;
      flex: 1 1 calc(50% - 19px); } }
  .bladeshow-page .suprise-box .container .boxes .gift-box.question {
    background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/boxbg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none; }

.bladeshow-page .suprise-box .container .boxes .question::after {
  display: none; }

.bladeshow-page .suprise-box .container .boxes .question .day-text {
  font-family: 'Oswald', sans-serif;
  font-size: 44px;
  margin-top: 32px;
  color: #E0E0E0; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .boxes .question .day-text {
      font-size: 32px;
      margin-top: 17px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .boxes .question .day-text {
      font-size: 23px;
      margin-top: 15px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .boxes .question .day-text {
      font-size: 16px; } }

.bladeshow-page .suprise-box .container .boxes .open {
  background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/rectangle-3705-2x.png");
  display: flex;
  padding: 0 6px 6px; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .boxes .open {
      padding: 0 4px 4px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .boxes .open {
      padding: 0 3px 3px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .boxes .open {
      padding: 0 2px 2px; } }
  .bladeshow-page .suprise-box .container .boxes .open .day-text {
    font-family: 'Oswald', sans-serif;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 0 11px;
    font-size: 32px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1200px) {
      .bladeshow-page .suprise-box .container .boxes .open .day-text {
        font-size: 23px;
        padding: 9px 0 8px; } }
    @media (max-width: 1023px) {
      .bladeshow-page .suprise-box .container .boxes .open .day-text {
        font-size: 17px;
        padding: 7px 0 6px; } }
    @media (max-width: 580px) {
      .bladeshow-page .suprise-box .container .boxes .open .day-text {
        padding: 5px 0 5px;
        font-size: 14px; } }
  .bladeshow-page .suprise-box .container .boxes .open a {
    display: flex;
    flex-direction: column;
    width: 100%; }

.bladeshow-page .product-name {
  font-size: 18px;
  font-family: 'Montserrat';
  font-weight: 700;
  text-align: left;
  line-height: 20px;
  color: #000000;
  display: flex;
  padding: 0 0;
  min-height: 40px;
  width: 100%; }
  @media (max-width: 1200px) {
    .bladeshow-page .product-name {
      font-size: 14px;
      line-height: 16px;
      min-height: 34px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .product-name {
      font-size: 11px;
      line-height: 12px;
      min-height: 26px; } }
  @media (max-width: 580px) {
    .bladeshow-page .product-name {
      font-size: 8px;
      line-height: 10px;
      min-height: 20px; } }

.bladeshow-page .suprise-box .container .boxes .open .day-text span {
  font-family: 'Oswald', sans-serif;
  width: 48px;
  height: 48px;
  line-height: 1;
  font-size: 32px;
  background: #B69009;
  font-weight: 500;
  margin-left: 10px; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .boxes .open .day-text span {
      margin-left: 8px;
      font-size: 22px;
      width: 36px;
      height: 36px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .boxes .open .day-text span {
      margin-left: 6px;
      font-size: 18px;
      width: 27px;
      height: 27px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .boxes .open .day-text span {
      margin-left: 3px;
      font-size: 14px;
      width: 18px;
      height: 18px; } }

.bladeshow-page .product-content {
  background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/group-11622-2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  flex: 1;
  padding: 16px 12px 19px 12px;
  display: none;
  flex-direction: column;
  align-content: space-between;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 1200px) {
    .bladeshow-page .product-content {
      padding: 12px 9px 10px 9px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .product-content {
      padding: 9px 6px 7px 6px; } }
  @media (max-width: 580px) {
    .bladeshow-page .product-content {
      padding: 6px 4px 3px 4px; } }

.bladeshow-page .suprise-box .container .boxes .open .product-content {
  display: flex; }

.bladeshow-page .suprise-box .container .boxes .open-img {
  height: auto;
  max-height: 244px; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .boxes .open-img {
      max-height: 179px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .boxes .open-img {
      max-height: 134px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .boxes .open-img {
      max-height: 95px; } }

.bladeshow-page .suprise-box .container .boxes .expired .day-text:before {
  display: none; }

.bladeshow-page .suprise-box .container .boxes .out-of-stock-content {
  display: none; }

.bladeshow-page .suprise-box .container .boxes .expired .out-of-stock-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(247, 247, 247, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 64px; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .boxes .expired .out-of-stock-content {
      padding-top: 47px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .boxes .expired .out-of-stock-content {
      padding-top: 35px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .boxes .expired .out-of-stock-content {
      padding-top: 25px; } }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .boxes .expired .out-of-stock-content .cross-img {
      width: 102px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .boxes .expired .out-of-stock-content .cross-img {
      width: 77px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .boxes .expired .out-of-stock-content .cross-img {
      width: 54px; } }

.bladeshow-page .suprise-box .container .boxes .expired .sold-out-label-card {
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  line-height: 1;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  margin-bottom: 41px; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .boxes .expired .sold-out-label-card {
      font-size: 36px;
      margin-top: -2px;
      margin-bottom: 31px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .boxes .expired .sold-out-label-card {
      font-size: 25px;
      margin-top: -4px;
      margin-bottom: 24px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .boxes .expired .sold-out-label-card {
      font-size: 17px;
      margin-top: 0;
      margin-bottom: 18px; } }

.bladeshow-page .button-learn-more {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #000;
  border: 2px solid #000;
  text-transform: uppercase;
  padding: 11px 42px; }
  .bladeshow-page .button-learn-more:hover {
    background-color: #000;
    color: #fff; }
  @media (max-width: 1200px) {
    .bladeshow-page .button-learn-more {
      font-size: 13px;
      padding: 5px 29px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .button-learn-more {
      font-size: 10px;
      padding: 1px 20px; } }
  @media (max-width: 580px) {
    .bladeshow-page .button-learn-more {
      font-size: 8px;
      padding: 1px 11px;
      line-height: 12px; } }

.bladeshow-page .suprise-box .container {
  max-width: 1430px; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container {
      padding-left: 20px;
      padding-right: 20px; } }

.bladeshow-page .suprise-box .container .boxes .question .question-img {
  margin: auto; }
  @media (max-width: 1200px) {
    .bladeshow-page .suprise-box .container .boxes .question .question-img {
      height: 155px; } }
  @media (max-width: 1023px) {
    .bladeshow-page .suprise-box .container .boxes .question .question-img {
      height: 82px; } }
  @media (max-width: 580px) {
    .bladeshow-page .suprise-box .container .boxes .question .question-img {
      height: 57px; } }

@media (min-width: 992px) and (max-width: 1023px) {
  .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; } }

@media (min-width: 768px) and (max-width: 991px) {
  .bladeshow-page .suprise-box .container .surprice-countdown-row {
    flex-direction: row;
    flex-wrap: nowrap; }
  .bladeshow-page .suprise-box .container .surprice-countdown-row .surprice-content {
    max-width: 46%;
    text-align: left; }
  .bladeshow-page .suprise-box .container {
    padding-left: 23px;
    padding-right: 23px; }
  .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown {
    padding-bottom: 18px; } }

@media (max-width: 767px) {
  .bladeshow-page .suprise-box .container .surprice-countdown-row .countdown {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; } }

@media (min-width: 581px) and (max-width: 767px) {
  .bladeshow-page .suprise-box .container .boxes .gift-box.question {
    background-size: 100%; } }

@media (max-width: 580px) {
  .bladeshow-page .suprise-box .container .boxes .gift-box {
    flex: auto;
    width: 157px;
    max-width: 157px; }
  .bladeshow-page .suprise-box .container .boxes {
    justify-content: space-between;
    max-width: 334px;
    margin-left: auto;
    margin-right: auto; } }

@media (max-width: 374px) {
  .bladeshow-page .suprise-box .container .boxes {
    justify-content: center; } }

/*15 Days Page End*/
.homepage .kickers-one-rt {
  float: left;
  width: 25%;
  background-image: linear-gradient(#EAB016, #EAB016, #EAB016);
  height: 575px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: inline-block; }

.homepage .kickers-one-txt {
  padding-top: 0;
  z-index: 1;
  position: relative; }

.homepage .kickers-one-lt {
  float: left;
  width: calc(100% - 25%);
  padding-right: 11px; }

.homepage .kickers-one-lt img {
  width: 100%;
  height: 575px; }
  @media (max-width: 767px) {
    .homepage .kickers-one-lt img {
      height: 269px; } }

.kickers-one-txt .kickers-one-txt-link {
  padding-left: 33px;
  padding-right: 33px;
  display: flex;
  justify-content: center; }

.homepage .kickers-one-txt h2 {
  font-size: 165px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
  text-align: center;
  font-family: Oswald;
  padding-left: 42px;
  padding-right: 42px;
  margin-top: 0;
  text-shadow: 0 0 24px #f5ff00; }

.homepage .kickers-one-txt h3 {
  font-size: 85px;
  font-weight: bold;
  text-align: center;
  margin-top: -25px;
  padding-left: 42px;
  padding-right: 42px;
  text-shadow: 0 0 24px #f5ff00; }

.homepage .kickers-one-txt h4 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-left: 42px;
  padding-right: 42px;
  text-shadow: 0 0 24px #f5ff00; }

.homepage .kickers-one-txt h4:before {
  content: "";
  background: #000;
  width: 80px;
  height: 5px;
  display: inline-block;
  position: relative;
  top: -7px;
  right: 15px; }

.homepage .kickers-one-txt h4:after {
  content: "";
  background: #000;
  width: 80px;
  height: 5px;
  display: inline-block;
  top: -7px;
  position: relative;
  right: -15px; }

.homepage .kickers-one-txt h5 {
  font-size: 47px;
  color: #000;
  text-align: center;
  margin: 0;
  font-weight: 800;
  font-family: 'Montserrat';
  text-shadow: 0 0 24px #f5ff00;
  margin-bottom: 30px; }

.kickers-one-txt .kickers-one-txt-link a.shop-more-btn-new {
  width: 135px;
  height: 72px;
  background-color: #525252;
  line-height: 27px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  padding: 10px 35px;
  display: block;
  font-weight: bold; }

.kickers-one-txt .kickers-one-txt-link a.shop-more-btn-restock {
  width: 135px;
  height: 72px;
  background-color: #000000;
  line-height: 27px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 21px;
  padding: 10px 15px;
  display: block;
  font-weight: bold;
  margin-left: 15px; }

.kickers-one .kickers-one-lt .kickers-one-content a.shop-bark_river {
  position: initial;
  background-color: #1795C4;
  width: 265px;
  display: block;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
  font-family: 'Montserrat';
  margin: 0 auto;
  margin-top: 30px; }

.kickers-one .kickers-one-lt .kickers-one-content h1 {
  margin: 0;
  font-size: 56px;
  font-weight: bold;
  font-family: 'Montserrat';
  line-height: initial;
  color: #fff; }

.kickers-one .kickers-one-lt .kickers-one-content h5 {
  font-weight: 400;
  font-size: 28px;
  font-family: 'Oxygen';
  margin-top: 0;
  text-transform: capitalize;
  color: #fff; }

.kickers-one .kickers-one-lt .kickers-one-content {
  text-align: center; }

.kickers-one .kickers-one-lt .kickers-one-content-background {
  position: absolute;
  bottom: 0px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 275px;
  width: 920px; }

.kickers-page-main .kickers-page-main-title {
  font-size: 30px;
  font-weight: 800;
  color: #000000;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 32px;
  font-family: 'Montserrat'; }

.kickers-page-main .kickers-page-main-title span {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  font-family: 'Oxygen';
  text-transform: capitalize; }

.homepage .kickers-one-rt:before {
  content: "";
  background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/product_images/uploaded_images/texture-banner.png);
  height: 575px;
  width: 100%;
  position: absolute;
  opacity: 0.3;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1; }

.shop-bark_river.view_collection {
  display: none !important; }

.selling_brands-bg {
  background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/product_images/uploaded_images/top-brands.png);
  height: 285px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%; }

.top-selling-brands {
  max-width: 1289px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1250px) {
    .top-selling-brands {
      max-width: 950px; } }
  @media (max-width: 1023px) {
    .top-selling-brands {
      max-width: 717px; } }
  @media (max-width: 767px) {
    .top-selling-brands {
      max-width: 338px; } }

.selling_brands-bg-cont a {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-family: 'Montserrat'; }

.selling_brands-bg-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px; }

.selling_brands-bg-cont h1:after {
  content: "";
  height: 38px;
  background: #fff;
  width: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 30px;
  margin-top: -4px; }

.selling_brands-sliders {
  margin-top: -13em;
  display: flex; }

.selling_brands-sliders .selling-slider_brands {
  margin: 0px 32px;
  width: 360px; }

.selling-slider_brands-img img:first-child {
  position: relative;
  top: 96px; }

.selling-slider_brands-img img:last-child {
  width: 307px;
  height: 100px; }

.selling-slider_brands-cont h5 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  font-family: 'Montserrat'; }

.selling-slider_brands-cont p {
  font-size: 18px;
  color: #313131;
  font-weight: 400;
  font-family: 'Oxygen'; }

.selling-slider_brands-cont .btn {
  font-size: 16px;
  font-weight: bold;
  color: #1795C4;
  text-decoration: none; }

.selling-slider_brands-cont .btn svg {
  margin-left: 5px; }

.homepage {
  overflow-x: initial; }

@media (min-width: 1024px) and (max-width: 1380px) {
  .shop-bark_river {
    display: none !important; }
  .shop-bark_river.view_collection {
    display: block !important; }
  .homepage .kickers-one-rt {
    height: 410px; }
  .homepage .kickers-one-lt {
    height: 410px;
    padding-right: 8px; }
  .kickers-one .kickers-one-lt .kickers-one-content-background {
    height: 195px;
    bottom: 0;
    margin-right: 8px;
    width: 100%;
    right: 0px; }
  .kickers-one .kickers-one-lt .kickers-one-content h1 {
    font-size: 44px;
    line-height: 50px; }
  .kickers-one .kickers-one-lt .kickers-one-content h5 {
    font-size: 20px; }
  .kickers-one .kickers-one-lt .kickers-one-content {
    margin: 0 43px;
    bottom: 0;
    position: absolute;
    margin-bottom: 21px; }
  .homepage .kickers-one-txt h2 {
    font-size: 120px; }
  .homepage .kickers-one-txt h3 {
    font-size: 62px;
    line-height: 62px; }
  .homepage .kickers-one-txt h4 {
    font-size: 20px; }
  .homepage .kickers-one-txt h4:before {
    width: 56px;
    height: 4px;
    top: -4px; }
  .homepage .kickers-one-txt h4:after {
    width: 56px;
    height: 4px;
    top: -4px; }
  .homepage .kickers-one-txt h5 {
    font-size: 33px; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-new {
    width: 96px;
    height: 52px;
    font-size: 16px;
    padding: 7px 24px;
    line-height: 19px; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-restock {
    width: 96px;
    height: 52px;
    font-size: 16px;
    padding: 7px 8px;
    line-height: 19px;
    margin-left: 10px; }
  .homepage .kickers-one-txt h2 {
    padding: 0 30px; }
  .homepage .kickers-one-txt h3 {
    padding: 0 30px;
    margin-top: -34px; }
  .homepage .kickers-one-txt h4 {
    padding: 0 30px;
    line-height: 22px; }
  .kickers-one .kickers-one-lt .kickers-one-content a.shop-bark_river {
    width: 240px;
    height: 40px;
    line-height: 38px;
    font-size: 14px; }
  .kickers-one-txt .kickers-one-txt-link {
    padding-left: 25px;
    padding-right: 25px;
    justify-content: center; }
  .homepage .kickers-one-rt:before {
    height: 410px; }
  .kickers-one .kickers-one-lt img {
    height: 410px;
    width: 100%; }
  .kickers-page-main .kickers-page-main-title {
    font-size: 26px; }
  .kickers-page-main .kickers-page-main-title span {
    font-size: 22px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .homepage .kickers-one-txt h2 {
    font-size: 90px;
    padding: 0px 17px; }
  .homepage .kickers-one-txt h3 {
    font-size: 46px;
    padding: 0px 17px; }
  .homepage .kickers-one-txt h4 {
    font-size: 14px;
    padding: 0px 17px;
    line-height: 20px; }
  .homepage .kickers-one-txt h4:before {
    width: 43px;
    height: 4px;
    top: -3px;
    left: -10px; }
  .homepage .kickers-one-txt h4:after {
    width: 43px;
    height: 4px;
    top: -3px;
    right: -10px; }
  .homepage .kickers-one-txt h5 {
    font-size: 24px;
    padding: 0px 17px;
    margin-bottom: 2px; }
  .kickers-one-txt .kickers-one-txt-link {
    padding: 0px 21px;
    flex-direction: column; }
  .homepage .kickers-one-rt {
    height: 308px; }
  .kickers-one .kickers-one-lt .kickers-one-content-background {
    height: 161px;
    bottom: 0; }
  .homepage .kickers-one-lt {
    height: 307px; }
  .kickers-one .kickers-one-lt .kickers-one-content h1 {
    font-size: 32px; }
  .kickers-one .kickers-one-lt .kickers-one-content h5 {
    font-size: 15px; }
  .shop-bark_river {
    display: none !important; }
  .shop-bark_river.view_collection {
    display: block !important; }
  .kickers-one .kickers-one-lt .kickers-one-content a.shop-bark_river {
    height: 30px;
    width: 200px;
    line-height: 30px;
    font-size: 12px; }
  .kickers-one .kickers-one-lt .kickers-one-content {
    margin: 0 37px;
    position: absolute;
    bottom: 0;
    margin-bottom: 20px; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-new {
    height: 30px;
    width: 150px;
    font-size: 12px;
    line-height: 10px;
    margin: 0 auto 15px; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-restock {
    height: 30px;
    width: 150px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 10px;
    margin: 0 auto 15px; }
  .homepage .kickers-one-lt {
    padding-right: 6px; }
  .kickers-one .kickers-one-lt .kickers-one-content-background {
    width: 100%;
    right: -5px; }
  .kickers-one .kickers-one-lt img {
    height: 307px;
    width: 100%; }
  .kickers-page-main .kickers-page-main-title {
    font-size: 18px; }
  .kickers-page-main .kickers-page-main-title span {
    font-size: 18px; } }

@media (max-width: 767px) {
  .homepage .kickers-one-lt {
    width: 100%;
    padding-right: 0; }
  .homepage .kickers-one-rt {
    width: 100%;
    height: 207px; }
  .kickers-one .kickers-one-lt .kickers-one-content h1 {
    font-size: 26px; }
  .kickers-one .kickers-one-lt .kickers-one-content h5 {
    font-size: 16px;
    line-height: 18px;
    text-align: center; }
  .shop-bark_river {
    display: none !important; }
  .shop-bark_river.view_collection {
    display: block !important; }
  .kickers-one .kickers-one-lt .kickers-one-content-background {
    height: 161px;
    bottom: 0;
    width: 100%;
    margin-right: 0;
    top: 40%; }
  .kickers-one .kickers-one-lt .kickers-one-content a.shop-bark_river {
    width: 200px;
    height: 30px;
    font-size: 12px;
    line-height: 31px; }
  .homepage .kickers-one-txt h2 {
    font-size: 98px;
    padding: 0px 25px; }
  .homepage .kickers-one-txt h3 {
    font-size: 46px; }
  .homepage .kickers-one-txt h4 {
    font-size: 14px; }
  .homepage .kickers-one-txt h4:before {
    width: 42px;
    top: -3px;
    left: -10px; }
  .homepage .kickers-one-txt h4:after {
    width: 42px;
    top: -3px;
    right: -10px; }
  .homepage .kickers-one-txt h5 {
    font-size: 24px; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-new {
    height: 30px;
    width: 150px;
    font-size: 12px;
    line-height: 10px;
    margin-bottom: 15px; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-restock {
    height: 30px;
    width: 150px;
    margin-left: 0px;
    font-size: 12px;
    line-height: 10px; }
  .homepage .kickers-one-txt h2 {
    width: 50%;
    float: left;
    padding: 0px 20px;
    line-height: 76px; }
  .homepage .kickers-one-txt h3 {
    width: 50%;
    float: right;
    padding: 0px 20px;
    padding-top: 34px;
    line-height: 30px; }
  .homepage .kickers-one-txt h4 {
    width: 50%;
    float: right;
    padding: 0px 20px;
    line-height: 30px; }
  .homepage .kickers-one-txt h5 {
    width: 50%;
    float: right;
    padding: 0px 20px;
    line-height: 20px; }
  .kickers-one-txt .kickers-one-txt-link {
    width: 100%;
    padding: 0px 20px; }
  .homepage .kickers-one-rt:before {
    height: 207px;
    left: 0; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-new {
    width: 50%;
    margin-right: 36px; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-restock {
    width: 50%; }
  .homepage .kickers-one-txt {
    padding-top: 20px; }
  .kickers-page-main .kickers-page-main-title {
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px; }
  .kickers-page-main .kickers-page-main-title span {
    font-size: 14px; }
  .kickers-one .kickers-one-lt .kickers-one-content {
    position: absolute;
    bottom: 0;
    margin-bottom: 18px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%); } }

@media (max-width: 551px) {
  .kickers-one .kickers-one-lt .kickers-one-content {
    margin: 0px;
    position: absolute;
    bottom: 0;
    margin-bottom: 18px; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-new {
    width: 50%;
    margin-right: 36px; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-restock {
    width: 50%; }
  .kickers-one-txt .kickers-one-txt-link {
    padding: 0; }
  .homepage .kickers-one-txt h4:before {
    left: -5px; }
  .homepage .kickers-one-txt h4:after {
    right: -5px; }
  .homepage .kickers-one-txt h2 {
    padding: 0; }
  .kickers-one-lt img {
    width: 100%; }
  .homepage .kickers-one-lt {
    height: 265px; }
  .homepage .kickers-one-txt {
    padding-top: 0; } }

@media (max-width: 374px) {
  .homepage .kickers-one-txt h2 {
    font-size: 85px; }
  .homepage .kickers-one-txt h3 {
    font-size: 40px; }
  .homepage .kickers-one-txt h4:after {
    width: 35px; }
  .homepage .kickers-one-txt h4:before {
    width: 35px; }
  .homepage .kickers-one-txt h5 {
    font-size: 23px; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-new {
    font-size: 10px; }
  .kickers-one-txt .kickers-one-txt-link a.shop-more-btn-restock {
    font-size: 10px; } }

.homepage a {
  text-decoration: none; }

@media (max-width: 1250px) {
  .homepage .kickers-page-main .kickers-page-main-title span {
    font-size: 22px; } }

@media (max-width: 1023px) {
  .homepage .kickers-page-main .kickers-page-main-title span {
    font-size: 18px; } }

@media (max-width: 767px) {
  .homepage .kickers-page-main .kickers-page-main-title span {
    font-size: 14px;
    display: block; } }

@media (max-width: 1250px) {
  .homepage .kickers-page-main .kickers-page-main-title {
    font-size: 26px; } }

@media (max-width: 1023px) {
  .homepage .kickers-page-main .kickers-page-main-title {
    font-size: 18px; } }

@media (max-width: 767px) {
  .homepage .kickers-page-main .kickers-page-main-title {
    font-size: 15px; } }

.homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont h1 {
  margin: 0; }
  .homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont h1 a {
    font-size: 42px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    margin: 0; }
    @media (max-width: 1250px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont h1 a {
        font-size: 32px;
        line-height: 39px; } }
    @media (max-width: 1023px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont h1 a {
        font-size: 24px;
        line-height: 28px; } }
  @media (max-width: 1250px) {
    .homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont h1::after {
      height: 39px; } }
  @media (max-width: 1023px) {
    .homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont h1::after {
      height: 29px; } }
  @media (max-width: 767px) {
    .homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont h1::after {
      content: none; } }

.homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont a img {
  margin-right: 5px; }

@media (max-width: 1250px) {
  .homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont a {
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 1023px) {
  .homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont a {
    font-size: 12px;
    line-height: 15px; } }

@media (max-width: 767px) {
  .homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont a {
    margin-top: 5px; } }

@media (max-width: 767px) {
  .homepage .top-selling-brands .selling_brands .selling_brands-bg .selling_brands-bg-cont {
    flex-direction: column; } }

.homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-next, .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-prev {
  height: 45px;
  width: 45px;
  background: #F0F0F0;
  border: none;
  border-radius: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
  .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-next:hover, .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-prev:hover {
    background: #000; }
  @media (max-width: 1023px) {
    .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-next, .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-prev {
      height: 30px;
      width: 30px; } }

.homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-next {
  right: -15px; }
  .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-next::before {
    background-image: url("../img/slider-arrow.png");
    transform: rotate(180deg);
    height: 20px;
    width: 15px;
    top: 0px;
    left: 3px;
    position: relative; }
    @media (max-width: 1023px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-next::before {
        height: 15px;
        width: 10px;
        top: -2px;
        left: 2px; } }
  .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-next:hover::before {
    background-image: url("../img/slider-arrow-white.png");
    background-repeat: no-repeat; }
  @media (max-width: 374px) {
    .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-next {
      right: 10px; } }

.homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-prev {
  left: -15px; }
  .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-prev::before {
    background-image: url("../img/slider-arrow.png");
    height: 20px;
    width: 15px;
    top: 0px;
    left: 3px;
    position: relative; }
    @media (max-width: 1023px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-prev::before {
        height: 15px;
        width: 10px;
        top: -2px;
        left: -1px; } }
  .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-prev:hover::before {
    background-image: url("../img/slider-arrow-white.png");
    background-repeat: no-repeat; }
  @media (max-width: 374px) {
    .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-prev {
      left: 10px; } }

.homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont {
  margin: auto; }
  .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont h5 {
    margin-top: 15px;
    padding-left: 30px; }
    @media (max-width: 1250px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont h5 {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 1023px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont h5 {
        font-size: 16px;
        line-height: 20px;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont h5 {
        font-size: 13px;
        line-height: 16px; } }
  .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont p {
    padding-left: 30px; }
    @media (max-width: 1250px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont p {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 1023px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont p {
        font-size: 13px;
        line-height: 16px;
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont p {
        display: none; } }
  .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont .btn {
    padding-left: 30px;
    font-size: 16px; }
    @media (max-width: 1250px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont .btn {
        font-size: 14px;
        line-height: 18px; } }
    @media (max-width: 1023px) {
      .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont .btn {
        font-size: 12px;
        line-height: 16px;
        padding-left: 15px; } }
  @media (max-width: 1250px) {
    .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont {
      width: 267px; } }
  @media (max-width: 1023px) {
    .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont {
      width: 200px; } }
  @media (max-width: 767px) {
    .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont {
      width: 147px;
      position: relative;
      left: -25px; } }

.homepage .dlt-exculsive-section {
  margin: 60px 0 0; }
  .homepage .dlt-exculsive-section .container {
    max-width: 1310px;
    min-height: 123px;
    padding: 0;
    border: 1px solid #707070;
    background: #EAEAEA;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .homepage .dlt-exculsive-section .container .left {
      width: 526px;
      background: #000;
      min-height: 123px;
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      position: relative; }
      .homepage .dlt-exculsive-section .container .left::after {
        content: "";
        position: absolute;
        background: #000;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform-origin: left bottom;
        transform: skewX(175deg);
        top: 0;
        right: 0;
        height: 124px;
        width: 11px; }
        @media (max-width: 1250px) {
          .homepage .dlt-exculsive-section .container .left::after {
            height: 92px; } }
        @media (max-width: 1023px) {
          .homepage .dlt-exculsive-section .container .left::after {
            height: 80px; } }
        @media (max-width: 767px) {
          .homepage .dlt-exculsive-section .container .left::after {
            content: none; } }
      @media (max-width: 1250px) {
        .homepage .dlt-exculsive-section .container .left .img-box {
          width: 95px; } }
      @media (max-width: 1023px) {
        .homepage .dlt-exculsive-section .container .left .img-box {
          width: 68px; } }
      .homepage .dlt-exculsive-section .container .left h2 {
        margin: 0;
        font-family: 'Oxygen';
        font-size: 41px;
        line-height: 63px;
        font-weight: bold;
        letter-spacing: 2.5px;
        color: #EAB016; }
        @media (max-width: 1250px) {
          .homepage .dlt-exculsive-section .container .left h2 {
            font-size: 28px;
            line-height: 43px; } }
        @media (max-width: 1023px) {
          .homepage .dlt-exculsive-section .container .left h2 {
            font-size: 19px;
            line-height: 29px; } }
      @media (max-width: 1250px) {
        .homepage .dlt-exculsive-section .container .left {
          width: 361px;
          min-height: 92px; } }
      @media (max-width: 1023px) {
        .homepage .dlt-exculsive-section .container .left {
          width: 255px;
          min-height: 80px; } }
      @media (max-width: 767px) {
        .homepage .dlt-exculsive-section .container .left {
          width: 100%;
          min-height: 60px; } }
    .homepage .dlt-exculsive-section .container .right {
      display: flex;
      align-items: center;
      justify-content: center;
      width: calc(100% - 537px); }
      .homepage .dlt-exculsive-section .container .right p {
        max-width: 510px;
        font-family: 'Oxygen';
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        margin: 0; }
        @media (max-width: 1250px) {
          .homepage .dlt-exculsive-section .container .right p {
            font-size: 16px;
            line-height: 24px;
            max-width: 372px; } }
        @media (max-width: 1023px) {
          .homepage .dlt-exculsive-section .container .right p {
            font-size: 13px;
            line-height: 17px;
            max-width: 263px; } }
        @media (max-width: 767px) {
          .homepage .dlt-exculsive-section .container .right p {
            font-size: 14px;
            line-height: 17px;
            max-width: 280px;
            text-align: center; } }
      .homepage .dlt-exculsive-section .container .right .btn {
        display: inline-block;
        font-family: 'Montserrat';
        font-size: 16px;
        line-height: 36px;
        font-weight: bold;
        color: #1795C4;
        border: 2px solid #1795C4;
        text-decoration: none;
        text-transform: uppercase;
        height: 40px;
        margin-left: 20px;
        padding: 0 18px; }
        @media (max-width: 1250px) {
          .homepage .dlt-exculsive-section .container .right .btn {
            font-size: 14px; } }
        @media (max-width: 1023px) {
          .homepage .dlt-exculsive-section .container .right .btn {
            font-size: 12px;
            margin-left: 5px;
            height: 30px;
            line-height: 26px;
            padding: 0 8px; } }
        @media (max-width: 767px) {
          .homepage .dlt-exculsive-section .container .right .btn {
            margin-left: 0;
            margin: 10px 0; } }
      @media (max-width: 1250px) {
        .homepage .dlt-exculsive-section .container .right {
          width: calc(100% - 371px); } }
      @media (max-width: 1023px) {
        .homepage .dlt-exculsive-section .container .right {
          width: calc(100% -  255px); } }
      @media (max-width: 767px) {
        .homepage .dlt-exculsive-section .container .right {
          width: 328px;
          flex-direction: column;
          padding: 10px; } }
      @media (max-width: 374px) {
        .homepage .dlt-exculsive-section .container .right {
          width: 100%; } }
    @media (max-width: 1250px) {
      .homepage .dlt-exculsive-section .container {
        max-width: 980px;
        min-height: 92px; } }
    @media (max-width: 1023px) {
      .homepage .dlt-exculsive-section .container {
        max-width: 698px;
        min-height: 80px; } }
    @media (max-width: 767px) {
      .homepage .dlt-exculsive-section .container {
        max-width: 328px;
        flex-direction: column; } }

.homepage .shop-by-type {
  margin-top: 76px;
  margin-bottom: 60px; }
  .homepage .shop-by-type .container {
    max-width: 1300px;
    padding: 0;
    padding-right: 5px; }
    .homepage .shop-by-type .container h4 {
      font-family: 'Oxygen';
      font-size: 42px;
      font-weight: bold;
      line-height: 44px;
      color: #000;
      margin: 0 auto;
      text-align: center; }
      @media (max-width: 1250px) {
        .homepage .shop-by-type .container h4 {
          font-size: 30px;
          line-height: 37px; } }
      @media (max-width: 1023px) {
        .homepage .shop-by-type .container h4 {
          font-size: 24px;
          line-height: 29px; } }
    .homepage .shop-by-type .container .product-container {
      display: flex;
      margin: auto;
      margin-top: 38px;
      justify-content: space-between; }
      .homepage .shop-by-type .container .product-container .product-box:hover .product-bg-box {
        background: #1795C4; }
      .homepage .shop-by-type .container .product-container .product-box:hover p {
        color: #1795C4;
        cursor: pointer; }
      .homepage .shop-by-type .container .product-container .product-box:hover .btn .shop {
        color: #1EBDF7; }
        .homepage .shop-by-type .container .product-container .product-box:hover .btn .shop #Polygon_23 {
          fill: #1EBDF7 !important; }
      .homepage .shop-by-type .container .product-container .product-box .product-bg-box {
        width: 176px;
        height: 146px;
        background: #313131;
        transform: skew(170deg);
        margin-left: 12px;
        position: relative; }
        .homepage .shop-by-type .container .product-container .product-box .product-bg-box::after {
          content: " ";
          position: absolute;
          z-index: -1;
          top: 9px;
          left: 9px;
          right: 9px;
          bottom: 9px;
          border: 3px solid #fff; }
        .homepage .shop-by-type .container .product-container .product-box .product-bg-box img {
          margin: 12px 0 0 15px; }
        @media (max-width: 1250px) {
          .homepage .shop-by-type .container .product-container .product-box .product-bg-box {
            width: 131px;
            height: 109px; } }
      @media (max-width: 1250px) {
        .homepage .shop-by-type .container .product-container .product-box img {
          width: 109px;
          height: 90px; } }
      @media (max-width: 1023px) {
        .homepage .shop-by-type .container .product-container .product-box img {
          width: 96px; } }
      .homepage .shop-by-type .container .product-container .product-box p {
        font-family: 'Montserrat';
        font-size: 18px;
        font-weight: bold;
        line-height: 36px;
        margin-bottom: 0;
        color: #000;
        text-transform: uppercase;
        margin-top: 10px;
        text-decoration: none; }
        @media (max-width: 1250px) {
          .homepage .shop-by-type .container .product-container .product-box p {
            font-size: 14px;
            line-height: 22px;
            margin-top: 14px; } }
        @media (max-width: 1023px) {
          .homepage .shop-by-type .container .product-container .product-box p {
            margin-top: 10px; } }
      .homepage .shop-by-type .container .product-container .product-box .btn {
        margin-top: 5px; }
        .homepage .shop-by-type .container .product-container .product-box .btn .shop {
          display: inline-block;
          font-family: 'Montserrat';
          font-size: 14px;
          font-weight: bold;
          line-height: 18px;
          color: #1795C4;
          margin-top: 0;
          padding-right: 6px; }
          @media (max-width: 1250px) {
            .homepage .shop-by-type .container .product-container .product-box .btn .shop {
              font-size: 12px;
              line-height: 14px; } }
        .homepage .shop-by-type .container .product-container .product-box .btn svg {
          vertical-align: middle; }
      @media (max-width: 1023px) {
        .homepage .shop-by-type .container .product-container .product-box {
          margin-bottom: 30px; } }
      @media (max-width: 1250px) {
        .homepage .shop-by-type .container .product-container {
          max-width: 980px; } }
      @media (max-width: 1023px) {
        .homepage .shop-by-type .container .product-container {
          max-width: 483px;
          flex-wrap: wrap; } }
      @media (max-width: 767px) {
        .homepage .shop-by-type .container .product-container {
          max-width: 327px;
          gap: 15px;
          justify-content: center; } }
  @media (max-width: 1023px) {
    .homepage .shop-by-type {
      margin-bottom: 30px;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .homepage .shop-by-type {
      margin-top: 44px; } }

.homepage .praetarian-series {
  background-image: url("../img/Praetarian-Series-bg.png"); }
  .homepage .praetarian-series .container {
    max-width: 1366px;
    padding: 50px 0 37px; }
    .homepage .praetarian-series .container .coming-soon {
      max-width: 920px;
      margin: auto;
      text-align: center; }
      .homepage .praetarian-series .container .coming-soon .soon {
        font-family: 'Oxygen';
        font-size: 20px;
        line-height: 44px;
        font-weight: bold;
        color: #E04E00;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        margin: 0; }
        @media (max-width: 1250px) {
          .homepage .praetarian-series .container .coming-soon .soon {
            font-size: 18px;
            line-height: 31px; } }
        @media (max-width: 1023px) {
          .homepage .praetarian-series .container .coming-soon .soon {
            font-size: 14px;
            line-height: 22px; } }
        @media (max-width: 767px) {
          .homepage .praetarian-series .container .coming-soon .soon {
            font-size: 14px;
            line-height: 22px; } }
      .homepage .praetarian-series .container .coming-soon .title {
        font-family: 'Montserrat';
        font-size: 42px;
        line-height: 44px;
        font-weight: bold;
        color: #000;
        text-align: center;
        margin: 0;
        margin-bottom: 10px; }
        .homepage .praetarian-series .container .coming-soon .title a {
          color: #000; }
        @media (max-width: 1250px) {
          .homepage .praetarian-series .container .coming-soon .title {
            font-size: 32px;
            line-height: 39px; } }
        @media (max-width: 1023px) {
          .homepage .praetarian-series .container .coming-soon .title {
            font-size: 28px;
            line-height: 34px; } }
        @media (max-width: 767px) {
          .homepage .praetarian-series .container .coming-soon .title {
            font-size: 26px;
            line-height: 30px; } }
      .homepage .praetarian-series .container .coming-soon .tagline {
        font-family: 'Oxygen';
        font-size: 20px;
        line-height: 28px;
        font-weight: normal;
        color: #313131;
        text-align: center;
        margin: auto;
        margin-bottom: 13px; }
        @media (max-width: 1250px) {
          .homepage .praetarian-series .container .coming-soon .tagline {
            font-size: 16px;
            line-height: 22px; } }
        @media (max-width: 1023px) {
          .homepage .praetarian-series .container .coming-soon .tagline {
            font-size: 14px;
            line-height: 20px;
            max-width: 580px; } }
        @media (max-width: 767px) {
          .homepage .praetarian-series .container .coming-soon .tagline {
            font-size: 14px;
            line-height: 18px;
            max-width: 310px; } }
      .homepage .praetarian-series .container .coming-soon .timer {
        width: 844px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .homepage .praetarian-series .container .coming-soon .timer .avail-text {
          position: relative; }
          .homepage .praetarian-series .container .coming-soon .timer .avail-text:after {
            content: "";
            position: absolute;
            top: -22px;
            right: -37px;
            width: 1px;
            height: 101px;
            background: #707070;
            transform: skew(167deg); }
            @media (max-width: 1250px) {
              .homepage .praetarian-series .container .coming-soon .timer .avail-text:after {
                height: 72px; } }
            @media (max-width: 767px) {
              .homepage .praetarian-series .container .coming-soon .timer .avail-text:after {
                content: none; } }
          .homepage .praetarian-series .container .coming-soon .timer .avail-text p {
            font-family: 'Oxygen';
            font-size: 24px;
            line-height: 36px;
            font-weight: bold;
            color: #000;
            letter-spacing: 2px;
            margin: 0; }
            @media (max-width: 1250px) {
              .homepage .praetarian-series .container .coming-soon .timer .avail-text p {
                font-size: 20px;
                line-height: 26px; } }
            @media (max-width: 1023px) {
              .homepage .praetarian-series .container .coming-soon .timer .avail-text p {
                font-size: 16px;
                line-height: 25px; } }
            @media (max-width: 767px) {
              .homepage .praetarian-series .container .coming-soon .timer .avail-text p {
                font-size: 12px;
                line-height: 20px; } }
        .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box {
          width: 568px;
          display: flex;
          align-items: baseline;
          justify-content: space-between; }
          .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box .value {
            font-family: 'Montserrat';
            font-size: 64px;
            line-height: 75px;
            font-weight: bold;
            color: #E04E00;
            letter-spacing: 1px;
            margin: 0;
            text-align: center; }
            .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box .value span {
              display: inline-block; }
            .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box .value span.timer-label {
              display: block;
              font-family: 'Oxygen';
              font-size: 18px;
              line-height: 40px;
              font-weight: bold;
              color: #000;
              letter-spacing: 2px;
              text-transform: uppercase; }
              @media (max-width: 1250px) {
                .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box .value span.timer-label {
                  font-size: 13px;
                  line-height: 28px; } }
              @media (max-width: 1023px) {
                .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box .value span.timer-label {
                  font-size: 13px;
                  line-height: 28px; } }
              @media (max-width: 767px) {
                .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box .value span.timer-label {
                  font-size: 9px;
                  line-height: 23px; } }
            @media (max-width: 1250px) {
              .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box .value {
                font-size: 45px;
                line-height: 56px; } }
            @media (max-width: 767px) {
              .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box .value {
                font-size: 35px;
                line-height: 40px; } }
          .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box .sign {
            font-family: 'Oxygen';
            font-size: 64px;
            line-height: 108px;
            font-weight: bold;
            color: #000;
            margin: 0; }
            @media (max-width: 1250px) {
              .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box .sign {
                font-size: 45px;
                line-height: 56px; } }
            @media (max-width: 767px) {
              .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box .sign {
                font-size: 35px;
                line-height: 40px; } }
          @media (max-width: 1250px) {
            .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box {
              width: 403px; } }
          @media (max-width: 767px) {
            .homepage .praetarian-series .container .coming-soon .timer .timer-outer .timer-box {
              width: 100%; } }
        @media (max-width: 767px) {
          .homepage .praetarian-series .container .coming-soon .timer .timer-outer {
            width: 100%;
            padding: 0 15px; } }
        @media (max-width: 1250px) {
          .homepage .praetarian-series .container .coming-soon .timer {
            width: 625px; } }
        @media (max-width: 1023px) {
          .homepage .praetarian-series .container .coming-soon .timer {
            max-width: 592px; } }
        @media (max-width: 767px) {
          .homepage .praetarian-series .container .coming-soon .timer {
            max-width: 100%;
            flex-direction: column; } }
      @media (max-width: 1250px) {
        .homepage .praetarian-series .container .coming-soon {
          max-width: 740px; } }
      @media (max-width: 1023px) {
        .homepage .praetarian-series .container .coming-soon {
          max-width: 592px; } }
      @media (max-width: 767px) {
        .homepage .praetarian-series .container .coming-soon {
          max-width: 395px;
          padding: 10px; } }
    .homepage .praetarian-series .container .series-product {
      margin-top: 60px;
      display: flex;
      align-items: center;
      gap: 50px; }
      .homepage .praetarian-series .container .series-product .left {
        width: 860px;
        position: relative; }
        .homepage .praetarian-series .container .series-product .left .bg-img {
          position: relative;
          left: -38px; }
          @media (max-width: 1250px) {
            .homepage .praetarian-series .container .series-product .left .bg-img {
              width: 385px;
              left: 0px; } }
          @media (max-width: 1023px) {
            .homepage .praetarian-series .container .series-product .left .bg-img {
              width: 305px; } }
          @media (max-width: 767px) {
            .homepage .praetarian-series .container .series-product .left .bg-img {
              width: 211px; } }
        .homepage .praetarian-series .container .series-product .left .hover-img {
          position: absolute;
          top: 46px;
          left: 0;
          width: 820px; }
          @media (max-width: 1250px) {
            .homepage .praetarian-series .container .series-product .left .hover-img {
              width: 583px;
              left: 27px;
              top: 33px; } }
          @media (max-width: 1023px) {
            .homepage .praetarian-series .container .series-product .left .hover-img {
              width: 461px;
              left: 21px;
              top: 26px; } }
          @media (max-width: 767px) {
            .homepage .praetarian-series .container .series-product .left .hover-img {
              width: 319px;
              left: 15px;
              top: 18px; } }
          @media (max-width: 374px) {
            .homepage .praetarian-series .container .series-product .left .hover-img {
              width: 300px;
              left: 20px; } }
        @media (max-width: 1250px) {
          .homepage .praetarian-series .container .series-product .left {
            width: 583px; } }
        @media (max-width: 1023px) {
          .homepage .praetarian-series .container .series-product .left {
            width: 461px; } }
        @media (max-width: 767px) {
          .homepage .praetarian-series .container .series-product .left {
            width: 319px;
            left: -10px; } }
      .homepage .praetarian-series .container .series-product .right {
        max-width: 468px;
        margin-top: 25px; }
        .homepage .praetarian-series .container .series-product .right .series-pr-box {
          display: flex;
          flex-wrap: wrap;
          gap: 25px; }
          .homepage .praetarian-series .container .series-product .right .series-pr-box .pr-box {
            width: 221px; }
            .homepage .praetarian-series .container .series-product .right .series-pr-box .pr-box p {
              font-family: 'Oxygen';
              font-size: 18px;
              line-height: 22px;
              font-weight: bold;
              color: #000;
              margin-top: 20px;
              margin-bottom: 0; }
              @media (max-width: 1250px) {
                .homepage .praetarian-series .container .series-product .right .series-pr-box .pr-box p {
                  font-size: 13px;
                  line-height: 16px; } }
              @media (max-width: 1023px) {
                .homepage .praetarian-series .container .series-product .right .series-pr-box .pr-box p {
                  font-size: 11px;
                  line-height: 14px; } }
            @media (max-width: 1250px) {
              .homepage .praetarian-series .container .series-product .right .series-pr-box .pr-box {
                width: 158px;
                margin-bottom: 20px; } }
            @media (max-width: 1023px) {
              .homepage .praetarian-series .container .series-product .right .series-pr-box .pr-box {
                width: 132px; } }
          @media (max-width: 1250px) {
            .homepage .praetarian-series .container .series-product .right .series-pr-box {
              gap: inherit;
              justify-content: space-between; } }
          @media (max-width: 1023px) {
            .homepage .praetarian-series .container .series-product .right .series-pr-box {
              gap: 16px; } }
        .homepage .praetarian-series .container .series-product .right .btn {
          text-align: center; }
          .homepage .praetarian-series .container .series-product .right .btn a {
            display: inline-block;
            color: #1795C4;
            font-family: 'Montserrat';
            font-size: 16px;
            line-height: 36px;
            font-weight: bold;
            text-transform: uppercase;
            height: 40px;
            border: 2px solid #1795C4;
            padding: 0 37px;
            margin-top: 47px; }
            @media (max-width: 1250px) {
              .homepage .praetarian-series .container .series-product .right .btn a {
                font-size: 14px;
                margin-top: 10px; } }
            @media (max-width: 1023px) {
              .homepage .praetarian-series .container .series-product .right .btn a {
                font-size: 12px;
                height: 30px;
                line-height: 26px;
                padding: 0 27px; } }
        @media (max-width: 1250px) {
          .homepage .praetarian-series .container .series-product .right {
            max-width: 334px;
            margin-top: 0;
            position: relative;
            top: 23px; } }
        @media (max-width: 1023px) {
          .homepage .praetarian-series .container .series-product .right {
            max-width: 577px; } }
        @media (max-width: 767px) {
          .homepage .praetarian-series .container .series-product .right {
            width: 284px; } }
      @media (max-width: 1250px) {
        .homepage .praetarian-series .container .series-product {
          margin-top: 30px;
          gap: 70px; } }
      @media (max-width: 1023px) {
        .homepage .praetarian-series .container .series-product {
          margin-top: 20px;
          flex-direction: column-reverse; } }
      @media (max-width: 767px) {
        .homepage .praetarian-series .container .series-product {
          margin-top: 0px;
          flex-direction: column-reverse; } }
    @media (max-width: 767px) {
      .homepage .praetarian-series .container {
        padding: 20px 0; } }

.homepage .trending-item {
  margin-top: 77px; }
  .homepage .trending-item .container {
    max-width: 1380px;
    margin: auto;
    padding: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .homepage .trending-item .container .caption {
      max-width: 380px;
      position: relative; }
      .homepage .trending-item .container .caption .caption-box {
        position: absolute;
        top: 20px;
        left: 20px;
        width: 360px;
        background: #313131;
        padding: 58px 0 58px 30px;
        height: 188px; }
        .homepage .trending-item .container .caption .caption-box h4 {
          margin: 0;
          color: #fff;
          font-family: 'Montserrat';
          font-size: 36px;
          font-weight: bold;
          line-height: 36px; }
          @media (max-width: 1250px) {
            .homepage .trending-item .container .caption .caption-box h4 {
              font-size: 26px;
              line-height: 28px; } }
          @media (max-width: 1023px) {
            .homepage .trending-item .container .caption .caption-box h4 {
              font-size: 23px;
              line-height: 28px; } }
          @media (max-width: 767px) {
            .homepage .trending-item .container .caption .caption-box h4 {
              font-size: 26px;
              line-height: 32px; } }
        .homepage .trending-item .container .caption .caption-box p {
          margin: 0;
          margin-top: 10px;
          color: #fff;
          font-family: 'Oxygen';
          font-size: 18px;
          font-weight: bold;
          line-height: 24px; }
          @media (max-width: 1250px) {
            .homepage .trending-item .container .caption .caption-box p {
              font-size: 14px;
              line-height: 18px; } }
          @media (max-width: 1023px) {
            .homepage .trending-item .container .caption .caption-box p {
              font-size: 13px;
              line-height: 18px; } }
          @media (max-width: 767px) {
            .homepage .trending-item .container .caption .caption-box p {
              font-size: 14px; } }
        @media (max-width: 1250px) {
          .homepage .trending-item .container .caption .caption-box {
            width: 255px;
            height: 133px;
            top: 15px;
            padding: 35px 0 35px 20px; } }
        @media (max-width: 1023px) {
          .homepage .trending-item .container .caption .caption-box {
            width: 236px;
            height: 123px; } }
        @media (max-width: 767px) {
          .homepage .trending-item .container .caption .caption-box {
            width: 322px; } }
        @media (max-width: 374px) {
          .homepage .trending-item .container .caption .caption-box {
            width: 300px; } }
      .homepage .trending-item .container .caption img {
        width: 340px; }
        @media (max-width: 1250px) {
          .homepage .trending-item .container .caption img {
            width: 242px; } }
        @media (max-width: 1023px) {
          .homepage .trending-item .container .caption img {
            width: 223px; } }
      @media (max-width: 1250px) {
        .homepage .trending-item .container .caption {
          max-width: 270px; } }
      @media (max-width: 1023px) {
        .homepage .trending-item .container .caption {
          max-width: 248px; } }
      @media (max-width: 767px) {
        .homepage .trending-item .container .caption {
          max-width: 334px;
          left: -60px; } }
    .homepage .trending-item .container .slider {
      width: 925px; }
      .homepage .trending-item .container .slider .slick-slider {
        position: relative; }
        .homepage .trending-item .container .slider .slick-slider .slick-slide {
          width: 240px; }
        .homepage .trending-item .container .slider .slick-slider .card {
          padding: 4px; }
          .homepage .trending-item .container .slider .slick-slider .card:hover {
            border: 2px solid #EAEAEA; }
          .homepage .trending-item .container .slider .slick-slider .card .card-figure .card-img-container .card-image {
            width: 221px;
            height: 148px; }
            @media (max-width: 1023px) {
              .homepage .trending-item .container .slider .slick-slider .card .card-figure .card-img-container .card-image {
                height: 98px;
                width: 148px; } }
          @media (max-width: 1023px) {
            .homepage .trending-item .container .slider .slick-slider .card .card-figure {
              float: none;
              width: 100%; } }
          .homepage .trending-item .container .slider .slick-slider .card .card-body {
            padding: 0; }
            .homepage .trending-item .container .slider .slick-slider .card .card-body h4.card-title a {
              font-family: 'Oxygen';
              font-size: 18px;
              line-height: 24px;
              font-weight: bold;
              color: #000;
              margin: 0;
              margin-top: 20px;
              margin-bottom: 5px;
              min-height: 80px;
              overflow: hidden; }
              @media (max-width: 1250px) {
                .homepage .trending-item .container .slider .slick-slider .card .card-body h4.card-title a {
                  font-size: 13px;
                  line-height: 16px; } }
            @media (max-width: 1023px) {
              .homepage .trending-item .container .slider .slick-slider .card .card-body h4.card-title {
                float: none; } }
            .homepage .trending-item .container .slider .slick-slider .card .card-body .card-text {
              font-family: 'Oxygen';
              font-size: 20px;
              line-height: 28px;
              font-weight: normal;
              color: #000; }
              .homepage .trending-item .container .slider .slick-slider .card .card-body .card-text .price-section {
                font-family: 'Oxygen';
                font-size: 20px;
                line-height: 28px;
                font-weight: normal;
                color: #000; }
                @media (max-width: 1250px) {
                  .homepage .trending-item .container .slider .slick-slider .card .card-body .card-text .price-section {
                    font-size: 14px;
                    line-height: 18px; } }
              .homepage .trending-item .container .slider .slick-slider .card .card-body .card-text .price {
                color: #E04E00; }
              @media (max-width: 1250px) {
                .homepage .trending-item .container .slider .slick-slider .card .card-body .card-text {
                  font-size: 14px;
                  line-height: 18px; } }
            .homepage .trending-item .container .slider .slick-slider .card .card-body .card-icons, .homepage .trending-item .container .slider .slick-slider .card .card-body .rrp-price--withoutTax {
              display: none; }
            @media (max-width: 1023px) {
              .homepage .trending-item .container .slider .slick-slider .card .card-body {
                width: 100%; } }
        .homepage .trending-item .container .slider .slick-slider .slick-next, .homepage .trending-item .container .slider .slick-slider .slick-prev {
          height: 27px;
          width: 27px;
          background: #F0F0F0;
          border-radius: 50px;
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
          .homepage .trending-item .container .slider .slick-slider .slick-next:hover, .homepage .trending-item .container .slider .slick-slider .slick-prev:hover {
            background: #ACACAC; }
        .homepage .trending-item .container .slider .slick-slider .slick-next {
          right: -15px; }
          .homepage .trending-item .container .slider .slick-slider .slick-next::after {
            content: "";
            background: linear-gradient(270deg, #ffffff, transparent);
            height: 20rem;
            width: 130px;
            top: -99px;
            right: 29px;
            position: absolute;
            z-index: -1; }
            @media (max-width: 767px) {
              .homepage .trending-item .container .slider .slick-slider .slick-next::after {
                height: 15rem;
                top: -75px;
                right: 26px;
                display: none; } }
            @media (max-width: 374px) {
              .homepage .trending-item .container .slider .slick-slider .slick-next::after {
                width: 120px;
                right: 15px; } }
          .homepage .trending-item .container .slider .slick-slider .slick-next::before {
            background-image: url("../img/slider-arrow.png");
            transform: rotate(180deg);
            height: 13px;
            width: 8px;
            top: -4px;
            position: relative; }
          @media (max-width: 767px) {
            .homepage .trending-item .container .slider .slick-slider .slick-next {
              right: -5px; } }
          @media (max-width: 374px) {
            .homepage .trending-item .container .slider .slick-slider .slick-next {
              right: 0; } }
        .homepage .trending-item .container .slider .slick-slider .slick-prev::before {
          background-image: url("../img/slider-arrow.png");
          height: 13px;
          width: 8px;
          top: -4px;
          position: relative; }
        @media (max-width: 767px) {
          .homepage .trending-item .container .slider .slick-slider .slick-prev {
            left: -5px; } }
        @media (max-width: 374px) {
          .homepage .trending-item .container .slider .slick-slider .slick-prev {
            left: 0px; } }
      @media (max-width: 1250px) {
        .homepage .trending-item .container .slider {
          width: 683px; } }
      @media (max-width: 1023px) {
        .homepage .trending-item .container .slider {
          width: 445px; } }
      @media (max-width: 767px) {
        .homepage .trending-item .container .slider {
          width: 335px;
          margin-top: 15px; } }
    @media (max-width: 1250px) {
      .homepage .trending-item .container {
        max-width: 980px; } }
    @media (max-width: 1023px) {
      .homepage .trending-item .container {
        max-width: 720px; } }
    @media (max-width: 767px) {
      .homepage .trending-item .container {
        flex-direction: column; } }

.homepage .ready-up {
  margin-top: 60px; }
  .homepage .ready-up .container {
    max-width: 1330px;
    margin: auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .homepage .ready-up .container .content {
      max-width: 500px; }
      .homepage .ready-up .container .content h4 {
        font-family: 'Montserrat';
        font-size: 36px;
        line-height: 42px;
        font-weight: bold;
        color: #000;
        margin: 0;
        margin-bottom: 10px; }
        .homepage .ready-up .container .content h4 a {
          color: #000; }
        @media (max-width: 1250px) {
          .homepage .ready-up .container .content h4 {
            max-width: 295px;
            font-size: 26px;
            line-height: 30px; } }
        @media (max-width: 1023px) {
          .homepage .ready-up .container .content h4 {
            text-align: center;
            max-width: 100%;
            margin: 0 auto 10px; } }
      .homepage .ready-up .container .content p {
        font-family: 'Oxygen';
        font-size: 20px;
        line-height: 28px;
        font-weight: normal;
        color: #313131;
        margin: 0; }
        @media (max-width: 1250px) {
          .homepage .ready-up .container .content p {
            font-size: 18px;
            line-height: 24px; } }
        @media (max-width: 1023px) {
          .homepage .ready-up .container .content p {
            text-align: center;
            font-size: 14px;
            line-height: 20px; } }
        @media (max-width: 767px) {
          .homepage .ready-up .container .content p {
            line-height: 18px; } }
      .homepage .ready-up .container .content .btn {
        display: inline-block;
        font-family: 'Montserrat';
        font-size: 16px;
        line-height: 46px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        margin-top: 30px;
        background: #000;
        height: 45px;
        padding: 0 19.5px; }
        @media (max-width: 1250px) {
          .homepage .ready-up .container .content .btn {
            height: 40px;
            font-size: 14px;
            line-height: 40px;
            padding: 0 20px; } }
        @media (max-width: 1023px) {
          .homepage .ready-up .container .content .btn {
            height: 35px;
            font-size: 12px;
            padding: 0 19px;
            margin-bottom: 40px;
            line-height: 35px; } }
      @media (max-width: 1250px) {
        .homepage .ready-up .container .content {
          max-width: 410px; } }
      @media (max-width: 1023px) {
        .homepage .ready-up .container .content {
          max-width: 618px;
          text-align: center; } }
      @media (max-width: 767px) {
        .homepage .ready-up .container .content {
          max-width: 334px; } }
    .homepage .ready-up .container .ready-up-img {
      width: 804px;
      background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/stencil/1832e200-8d9c-013b-598a-6aff04d30f52/e/b7f62890-7960-013b-eb00-52885f62af7c/img/ready-up-img-bg.png");
      background-repeat: no-repeat;
      background-size: contain; }
      .homepage .ready-up .container .ready-up-img .img-box {
        max-width: 763px;
        margin: auto;
        margin-left: 39px;
        display: flex;
        justify-content: space-between;
        align-items: end; }
        @media (max-width: 1250px) {
          .homepage .ready-up .container .ready-up-img .img-box .brand-img {
            width: 299px; } }
        @media (max-width: 767px) {
          .homepage .ready-up .container .ready-up-img .img-box .brand-img {
            width: 187px; } }
        @media (max-width: 1250px) {
          .homepage .ready-up .container .ready-up-img .img-box .knives-img {
            width: 200px; } }
        @media (max-width: 767px) {
          .homepage .ready-up .container .ready-up-img .img-box .knives-img {
            width: 125px; } }
        @media (max-width: 1250px) {
          .homepage .ready-up .container .ready-up-img .img-box {
            max-width: 510px;
            margin-left: 25px; } }
        @media (max-width: 767px) {
          .homepage .ready-up .container .ready-up-img .img-box {
            max-width: 100%;
            margin-left: 15px; } }
      @media (max-width: 1250px) {
        .homepage .ready-up .container .ready-up-img {
          width: 534px; } }
      @media (max-width: 767px) {
        .homepage .ready-up .container .ready-up-img {
          width: 334px; } }
      @media (max-width: 374px) {
        .homepage .ready-up .container .ready-up-img {
          width: 310px; } }
    @media (max-width: 1250px) {
      .homepage .ready-up .container {
        max-width: 980px; } }
    @media (max-width: 1023px) {
      .homepage .ready-up .container {
        max-width: 618px;
        flex-direction: column; } }
    @media (max-width: 767px) {
      .homepage .ready-up .container {
        max-width: 334px; } }

.homepage .customer-say {
  margin-top: 100px; }
  .homepage .customer-say .container {
    max-width: 1440px;
    margin: auto;
    padding: 0; }
    .homepage .customer-say .container h4 {
      font-family: 'Montserrat';
      font-size: 36px;
      line-height: 36px;
      font-weight: bold;
      color: #000;
      margin: 0;
      margin-bottom: 34px;
      text-align: center; }
      @media (max-width: 1250px) {
        .homepage .customer-say .container h4 {
          font-size: 26px;
          line-height: 30px; } }
      @media (max-width: 1023px) {
        .homepage .customer-say .container h4 {
          font-size: 22px;
          line-height: 22px; } }
    .homepage .customer-say .container .slider {
      background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/stencil/1832e200-8d9c-013b-598a-6aff04d30f52/e/b7f62890-7960-013b-eb00-52885f62af7c/img/customer-say-bg.png");
      background-size: cover;
      background-repeat: no-repeat;
      min-height: 290px;
      padding: 30px 0;
      width: 100%; }
      .homepage .customer-say .container .slider .feedback-box {
        background: #EAEAEA;
        border-radius: 10px;
        min-height: 230px;
        width: 888px;
        margin: auto 15px;
        padding: 60px 0; }
        .homepage .customer-say .container .slider .feedback-box p {
          color: #525252;
          font-family: 'Oxygen';
          font-size: 18px;
          line-height: 26px;
          font-weight: bold;
          margin-bottom: 0;
          max-width: 760px;
          margin: auto; }
          @media (max-width: 1250px) {
            .homepage .customer-say .container .slider .feedback-box p {
              font-size: 16px;
              line-height: 22px;
              max-width: 676px; } }
          @media (max-width: 1023px) {
            .homepage .customer-say .container .slider .feedback-box p {
              font-size: 13px;
              line-height: 18px;
              max-width: 515px; } }
          @media (max-width: 767px) {
            .homepage .customer-say .container .slider .feedback-box p {
              max-width: 280px; } }
        .homepage .customer-say .container .slider .feedback-box .author {
          margin-top: 10px;
          line-height: 28px;
          font-weight: normal;
          font-size: 18px;
          line-height: 28px; }
          @media (max-width: 1023px) {
            .homepage .customer-say .container .slider .feedback-box .author {
              font-size: 13px; } }
          @media (max-width: 767px) {
            .homepage .customer-say .container .slider .feedback-box .author {
              font-size: 12px; } }
        .homepage .customer-say .container .slider .feedback-box .feedback {
          position: relative; }
          .homepage .customer-say .container .slider .feedback-box .feedback::before {
            content: "";
            background-image: url("../img/quote-up.png");
            position: absolute;
            top: -15px;
            left: -30px;
            height: 50px;
            width: 20px; }
          .homepage .customer-say .container .slider .feedback-box .feedback::after {
            content: "";
            background-image: url("../img/quote-down.png");
            position: absolute;
            bottom: -30px;
            right: -30px;
            height: 50px;
            width: 20px; }
        @media (max-width: 1250px) {
          .homepage .customer-say .container .slider .feedback-box {
            width: 790px;
            min-height: 204px;
            padding: 28px 0; } }
        @media (max-width: 1023px) {
          .homepage .customer-say .container .slider .feedback-box {
            width: 602px;
            min-height: 156px; } }
        @media (max-width: 767px) {
          .homepage .customer-say .container .slider .feedback-box {
            width: 340px;
            min-height: 205px; } }
        @media (max-width: 374px) {
          .homepage .customer-say .container .slider .feedback-box {
            width: 310px; } }
      .homepage .customer-say .container .slider .slick-next, .homepage .customer-say .container .slider .slick-prev {
        height: 45px;
        width: 45px;
        background: #F0F0F0;
        border: none;
        border-radius: 50px;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); }
        .homepage .customer-say .container .slider .slick-next:hover, .homepage .customer-say .container .slider .slick-prev:hover {
          background: #000; }
        @media (max-width: 1023px) {
          .homepage .customer-say .container .slider .slick-next, .homepage .customer-say .container .slider .slick-prev {
            height: 30px;
            width: 30px; } }
      .homepage .customer-say .container .slider .slick-next {
        right: 220px; }
        .homepage .customer-say .container .slider .slick-next::before {
          background-image: url("../img/slider-arrow.png");
          transform: rotate(180deg);
          height: 20px;
          width: 15px;
          top: 0px;
          left: 3px;
          position: relative; }
          @media (max-width: 1023px) {
            .homepage .customer-say .container .slider .slick-next::before {
              height: 15px;
              width: 10px;
              top: -2px;
              left: 2px; } }
        .homepage .customer-say .container .slider .slick-next:hover::before {
          background-image: url("../img/slider-arrow-white.png");
          background-repeat: no-repeat; }
        @media (max-width: 1200px) {
          .homepage .customer-say .container .slider .slick-next {
            right: 60px; } }
        @media (max-width: 767px) {
          .homepage .customer-say .container .slider .slick-next {
            right: 0; } }
      .homepage .customer-say .container .slider .slick-prev {
        left: 220px; }
        .homepage .customer-say .container .slider .slick-prev::before {
          background-image: url("../img/slider-arrow.png");
          height: 20px;
          width: 15px;
          top: 0px;
          left: 3px;
          position: relative; }
          @media (max-width: 1023px) {
            .homepage .customer-say .container .slider .slick-prev::before {
              height: 15px;
              width: 10px;
              top: -2px;
              left: -1px; } }
        .homepage .customer-say .container .slider .slick-prev:hover::before {
          background-image: url("../img/slider-arrow-white.png");
          background-repeat: no-repeat; }
        @media (max-width: 1200px) {
          .homepage .customer-say .container .slider .slick-prev {
            left: 60px; } }
        @media (max-width: 767px) {
          .homepage .customer-say .container .slider .slick-prev {
            left: 0; } }
      .homepage .customer-say .container .slider .slick-dots {
        bottom: -44px; }
        .homepage .customer-say .container .slider .slick-dots li {
          height: 7px;
          width: 104px;
          margin: 0 15px; }
          @media (max-width: 1250px) {
            .homepage .customer-say .container .slider .slick-dots li {
              width: 92px;
              height: 6px; } }
          @media (max-width: 1023px) {
            .homepage .customer-say .container .slider .slick-dots li {
              width: 70px;
              height: 4px; } }
      .homepage .customer-say .container .slider .slick-dots li button, .homepage .customer-say .container .slider .slick-dots li button::before {
        height: 7px;
        width: 104px;
        background: #D3D3D3;
        border-radius: 0;
        border: 0; }
        @media (max-width: 1250px) {
          .homepage .customer-say .container .slider .slick-dots li button, .homepage .customer-say .container .slider .slick-dots li button::before {
            width: 92px;
            height: 6px; } }
        @media (max-width: 1023px) {
          .homepage .customer-say .container .slider .slick-dots li button, .homepage .customer-say .container .slider .slick-dots li button::before {
            width: 70px;
            height: 4px; } }
      .homepage .customer-say .container .slider .slick-dots li.slick-active button::before {
        background: #1795C4; }
      .homepage .customer-say .container .slider .slick-list.draggable .slick-track {
        display: inline-flex; }
      @media (max-width: 1250px) {
        .homepage .customer-say .container .slider {
          min-height: 258px; } }
      @media (max-width: 1023px) {
        .homepage .customer-say .container .slider {
          min-height: 197px; } }
      @media (max-width: 767px) {
        .homepage .customer-say .container .slider {
          min-height: 250px; } }
  @media (max-width: 767px) {
    .homepage .customer-say {
      margin-top: 70px; } }

.homepage .blocks {
  margin-top: 120px;
  margin-bottom: 100px; }
  .homepage .blocks .container {
    max-width: 1270px;
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between; }
    .homepage .blocks .container .block-box {
      max-width: 380px; }
      .homepage .blocks .container .block-box .content-box {
        position: relative;
        top: -25px;
        max-width: 340px;
        min-height: 240px;
        margin: auto;
        padding: 32px 25px 19px;
        background: #EBFAFF;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16); }
        .homepage .blocks .container .block-box .content-box h4 {
          font-family: 'Montserrat';
          font-size: 24px;
          line-height: 36px;
          font-weight: 800;
          color: #000;
          margin: 0;
          margin-bottom: 7px; }
          @media (max-width: 1250px) {
            .homepage .blocks .container .block-box .content-box h4 {
              font-size: 16px;
              line-height: 24px; } }
          @media (max-width: 1023px) {
            .homepage .blocks .container .block-box .content-box h4 {
              font-size: 14px;
              line-height: 17px; } }
        .homepage .blocks .container .block-box .content-box p {
          font-family: 'Oxygen';
          font-size: 16px;
          line-height: 24px;
          font-weight: normal;
          color: #313131;
          margin-bottom: 10px; }
          @media (max-width: 1250px) {
            .homepage .blocks .container .block-box .content-box p {
              font-size: 14px;
              line-height: 16px; } }
          @media (max-width: 1023px) {
            .homepage .blocks .container .block-box .content-box p {
              font-size: 12px; } }
        .homepage .blocks .container .block-box .content-box a {
          display: inline-block;
          text-transform: uppercase;
          color: #1795C4;
          font-size: 14px;
          line-height: 35px;
          font-weight: bold;
          text-align: center;
          height: 40px;
          border: 2px solid #1795C4;
          width: 288px;
          position: absolute;
          bottom: 19px; }
          @media (max-width: 1250px) {
            .homepage .blocks .container .block-box .content-box a {
              width: 200px;
              height: 28px;
              font-size: 12px;
              line-height: 24px;
              bottom: 10px; } }
          @media (max-width: 1023px) {
            .homepage .blocks .container .block-box .content-box a {
              width: 158px;
              font-size: 9px;
              height: 22px;
              line-height: 18px; } }
        @media (max-width: 1250px) {
          .homepage .blocks .container .block-box .content-box {
            max-width: 238px;
            min-height: 168px;
            padding: 22px 19px 15px;
            top: -17px; } }
        @media (max-width: 1023px) {
          .homepage .blocks .container .block-box .content-box {
            max-width: 187px;
            min-height: 160px;
            padding: 14px 10px 10px;
            top: -14px; } }
      @media (max-width: 1250px) {
        .homepage .blocks .container .block-box {
          max-width: 266px; } }
      @media (max-width: 1023px) {
        .homepage .blocks .container .block-box {
          max-width: 209px; } }
      @media (max-width: 767px) {
        .homepage .blocks .container .block-box {
          margin-bottom: 40px; } }
    @media (max-width: 1250px) {
      .homepage .blocks .container {
        max-width: 890px; } }
    @media (max-width: 1023px) {
      .homepage .blocks .container {
        max-width: 698px; } }
    @media (max-width: 767px) {
      .homepage .blocks .container {
        max-width: 214px;
        flex-direction: column; } }
  @media (max-width: 767px) {
    .homepage .blocks {
      margin-bottom: 60px; } }

.homepage .banner-holiday .kickers-one-lt-1, .homepage .christmas .kickers-one-lt-1 {
  position: relative; }
  .homepage .banner-holiday .kickers-one-lt-1 a, .homepage .christmas .kickers-one-lt-1 a {
    position: relative;
    width: auto;
    height: auto; }
  .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background {
    height: 422px;
    width: 950px;
    margin: 0 auto;
    transform: translate(-50%, -50%); }
    .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content {
      margin: 0 auto; }
      .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content img, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content img {
        width: 890px;
        height: auto; }
        @media (max-width: 1380px) {
          .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content img, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content img {
            width: 700px; } }
        @media (max-width: 1023px) {
          .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content img, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content img {
            width: 100%; } }
      .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content h4, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content h4 {
        margin: 0 auto;
        font-family: 'Montserrat';
        font-size: 32px;
        line-height: 30px;
        font-weight: bold;
        color: #fff; }
        .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content h4 span, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content h4 span {
          color: #FBF6BB;
          font-weight: 800;
          text-transform: uppercase; }
        @media (max-width: 1200px) {
          .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content h4, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content h4 {
            font-size: 22px;
            line-height: 30px; } }
        @media (max-width: 1023px) {
          .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content h4, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content h4 {
            font-size: 18px; } }
        @media (max-width: 767px) {
          .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content h4, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content h4 {
            line-height: 24px; } }
      .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content .btn, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content .btn {
        margin: auto;
        background-image: url("../img/home-page-banner-btn-bg.png");
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 347px;
        height: 80px;
        font-family: 'Montserrat';
        font-size: 26px;
        line-height: 80px;
        font-weight: 800;
        color: #000000;
        position: relative;
        margin-top: 40px; }
        @media (max-width: 1380px) {
          .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content .btn, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content .btn {
            height: 57px;
            max-width: 247px;
            font-size: 18px;
            line-height: 57px;
            margin-top: 29px; } }
        @media (max-width: 1023px) {
          .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content .btn, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content .btn {
            height: 43px;
            width: 185px;
            font-size: 14px;
            line-height: 43px;
            margin-top: 18px; } }
    @media (max-width: 1380px) {
      .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background {
        height: 343px;
        width: 900px; } }
    @media (max-width: 1200px) {
      .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background {
        width: 700px; } }
    @media (max-width: 1023px) {
      .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background {
        height: 270px;
        width: 520px; } }
    @media (max-width: 767px) {
      .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background, .homepage .christmas .kickers-one-lt-1 .kickers-one-content-background {
        width: 334px;
        height: 268px; } }

@media (max-width: 767px) {
  .homepage .banner-holiday .kickers-one-lt-1 .kickers-one-content-background .kickers-one-content {
    margin-bottom: 18px; } }

.homepage .christmas .kickers-one-rt {
  background-image: url("../img/home-page-banner-christmas.png"); }
  .homepage .christmas .kickers-one-rt:before {
    content: none; }
  .homepage .christmas .kickers-one-rt a {
    display: block;
    height: 100%; }
  .homepage .christmas .kickers-one-rt .kickers-content {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center; }
    .homepage .christmas .kickers-one-rt .kickers-content .desktop-christmas-logo {
      width: 280px;
      margin-right: 30px; }
      @media (max-width: 1380px) {
        .homepage .christmas .kickers-one-rt .kickers-content .desktop-christmas-logo {
          width: 200px; } }
      @media (max-width: 1023px) {
        .homepage .christmas .kickers-one-rt .kickers-content .desktop-christmas-logo {
          width: 150px;
          margin-right: 20px; } }
      @media (max-width: 767px) {
        .homepage .christmas .kickers-one-rt .kickers-content .desktop-christmas-logo {
          display: none; } }
    .homepage .christmas .kickers-one-rt .kickers-content .mob-christmas-logo {
      display: none; }
      @media (max-width: 767px) {
        .homepage .christmas .kickers-one-rt .kickers-content .mob-christmas-logo {
          display: block;
          margin: auto;
          margin-top: 15px; } }
    .homepage .christmas .kickers-one-rt .kickers-content .btn {
      display: inline-block;
      width: 280px;
      height: 80px;
      font-family: 'Montserrat';
      font-size: 23px;
      line-height: 28px;
      font-weight: 800;
      color: #fff;
      background: #309030;
      padding: 8px 0;
      margin-top: 40px; }
      .homepage .christmas .kickers-one-rt .kickers-content .btn span {
        display: block;
        font-size: 28px;
        line-height: 34px; }
        @media (max-width: 1380px) {
          .homepage .christmas .kickers-one-rt .kickers-content .btn span {
            font-size: 18px;
            line-height: 22px; } }
        @media (max-width: 1023px) {
          .homepage .christmas .kickers-one-rt .kickers-content .btn span {
            font-size: 14px;
            line-height: 18px; } }
      @media (max-width: 1380px) {
        .homepage .christmas .kickers-one-rt .kickers-content .btn {
          width: 200px;
          height: 57px;
          font-size: 15px;
          line-height: 19px;
          margin-top: 29px; } }
      @media (max-width: 1023px) {
        .homepage .christmas .kickers-one-rt .kickers-content .btn {
          width: 150px;
          height: 43px;
          font-size: 11px;
          line-height: 14px;
          margin-top: 19px;
          padding: 5px 0; } }
  @media (max-width: 767px) {
    .homepage .christmas .kickers-one-rt {
      height: 216px;
      padding-top: 20px; } }

@media (min-width: 551px) and (max-width: 767px) {
  .homepage .christmas .kickers-one-rt {
    padding: 20px 15px 50px 15px; } }

.kickers-one .kickers-one-lt .kickers-one-content a.shop-bark_river:hover {
  background-color: #1EBDF7; }

.kickers-one-txt .kickers-one-txt-link a.shop-more-btn-new:hover,
.kickers-one-txt .kickers-one-txt-link a.shop-more-btn-restock:hover {
  background-color: #707070; }

.homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-next, .homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-prev {
  display: flex;
  justify-content: center;
  align-items: center; }

.homepage .top-selling-brands .selling_brands .selling_brands-sliders .slick-prev::before {
  left: 0; }

.homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont .btn:hover {
  color: #1EBDF7; }
  .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont .btn:hover svg {
    fill: #1EBDF7; }
    .homepage .top-selling-brands .selling_brands .selling_brands-sliders .selling-slider_brands-cont .btn:hover svg path {
      fill: #1EBDF7; }

.homepage .dlt-exculsive-section .container .right .btn:hover {
  color: #fff;
  background-color: #1795C5; }

.homepage .shop-by-type .container .product-container .product-box:hover .btn p {
  color: #1ebdf7; }

.homepage .shop-by-type .container .product-container .product-box:hover .btn svg {
  fill: #1EBDF7; }
  .homepage .shop-by-type .container .product-container .product-box:hover .btn svg path {
    fill: #1EBDF7; }

@media (max-width: 1024px) {
  .homepage .trending-item .container .caption .caption-box {
    padding-left: 10px; } }

.homepage .ready-up .container .content .btn:hover {
  background-color: #707070; }

.homepage .blocks .container .block-box .content-box a:hover {
  background-color: #1795C4;
  color: #fff; }

@media (max-width: 767px) {
  .homepage .customer-say .container .slider .feedback-box .feedback:after {
    right: -20px; }
  .homepage .customer-say .container .slider .feedback-box .feedback:before {
    left: -20px; } }

@media (max-width: 374px) {
  .homepage .customer-say .container .slider .feedback-box p {
    max-width: 240px; } }

.homepage .customer-say .container .slider .feedback-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
  padding: 40px 0px; }
  @media (max-width: 1024px) {
    .homepage .customer-say .container .slider .feedback-box {
      min-height: 260px; } }
  @media (max-width: 768px) {
    .homepage .customer-say .container .slider .feedback-box {
      min-height: 280px; } }
  @media (max-width: 580px) {
    .homepage .customer-say .container .slider .feedback-box {
      min-height: 280px; } }

.shop_all_link_home:hover {
  text-decoration: underline; }

.homepage .customer-say .container .slider .slick-dots li.slick-active button::before {
  left: 0;
  top: 0; }

@media (max-width: 801px) {
  .homepage .customer-say .container .slider .slick-dots li.slick-active button::before {
    visibility: visible;
    margin-top: 0px;
    left: 0;
    top: 0; } }

/* home page */
.homepage div[data-sub-layout] {
  padding: 0; }

#default footer.custom-footer {
  bottom: initial;
  margin-top: 0 !important; }

.homepage {
  margin-top: 0 !important; }
  .homepage .main-content .banner-drops {
    display: flex; }
    @media (max-width: 767px) {
      .homepage .main-content .banner-drops {
        flex-direction: column; } }
    .homepage .main-content .banner-drops .dlt-drops-lt {
      width: 59.6%;
      margin-right: 10px; }
      @media (max-width: 1525px) {
        .homepage .main-content .banner-drops .dlt-drops-lt {
          width: 63.3%;
          margin-right: 10px; } }
      @media (max-width: 1439px) {
        .homepage .main-content .banner-drops .dlt-drops-lt {
          width: 100%;
          max-width: calc(100% - 534px);
          margin-right: 10px; } }
      @media (max-width: 1199px) {
        .homepage .main-content .banner-drops .dlt-drops-lt {
          max-width: initial;
          width: 64%;
          margin-right: 7px; } }
      @media (max-width: 767px) {
        .homepage .main-content .banner-drops .dlt-drops-lt {
          max-width: 100%;
          width: 100%;
          margin-right: 0; } }
      @media (max-width: 500px) {
        .homepage .main-content .banner-drops .dlt-drops-lt .desktop-image {
          display: none; } }
      @media (min-width: 501px) {
        .homepage .main-content .banner-drops .dlt-drops-lt .mobile-image {
          display: none; } }
      .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 100%;
        margin: 0 auto;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: space-between;
        padding: 196px 60px 30px 60px; }
        @media (max-width: 1525px) {
          .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop {
            padding: 196px 50px 30px 50px; } }
        @media (max-width: 1439px) {
          .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop {
            padding: 196px 25px 30px 25px; } }
        @media (max-width: 1199px) {
          .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop {
            padding: 140px 28px 25px 28px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop {
            padding: 105px 21px 18px 21px; } }
        @media (max-width: 767px) {
          .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop {
            padding: 105px 17px 40px 17px; } }
        .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop > img {
          max-width: 303px; }
          @media (max-width: 1525px) {
            .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop > img {
              max-width: 240px; } }
          @media (min-width: 1200px) and (max-width: 1365px) {
            .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop > img {
              max-width: 200px; } }
          @media (max-width: 1199px) {
            .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop > img {
              max-width: 170px; } }
          @media (max-width: 1023px) {
            .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop > img {
              max-width: 128px; } }
          @media (max-width: 767px) {
            .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop > img {
              max-width: 100px; } }
        .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content {
          display: flex;
          align-items: flex-end;
          justify-content: space-between; }
          @media (max-width: 767px) {
            .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content {
              flex-direction: column;
              align-items: center;
              justify-content: center; } }
          .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content p {
            color: #fff;
            font-family: 'Oxygen', sans-serif;
            font-size: 26px;
            line-height: 36px;
            font-weight: bold;
            margin: 0;
            padding-right: 15px; }
            @media (min-width: 1200px) and (max-width: 1365px) {
              .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content p {
                max-width: calc(100% - 150px); } }
            @media (max-width: 1199px) {
              .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content p {
                font-size: 18px;
                line-height: 22px; } }
            @media (max-width: 1023px) {
              .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content p {
                font-size: 14px;
                line-height: 18px; } }
            @media (max-width: 767px) {
              .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content p {
                font-size: 18px;
                line-height: 24px;
                margin-bottom: 18px;
                padding: 0;
                text-align: center; } }
          .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content .shop-now {
            color: #fff;
            background-color: #1795C4;
            display: flex;
            align-items: center;
            width: 138px;
            height: 40px;
            justify-content: center;
            font-weight: bold;
            font-size: 16px;
            font-family: 'Montserrat', sans-serif;
            line-height: 19px; }
            @media (max-width: 1199px) {
              .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content .shop-now {
                font-size: 14px;
                line-height: 18px; } }
            @media (max-width: 1023px) {
              .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content .shop-now {
                font-size: 10px;
                line-height: 13px;
                width: 103px;
                height: 28px; } }
            @media (max-width: 767px) {
              .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content .shop-now {
                font-size: 14px;
                line-height: 18px;
                width: 138px;
                height: 38px; } }
            .homepage .main-content .banner-drops .dlt-drops-lt .dlt-drop .dlt-banner-content .shop-now:hover {
              background-color: #1ebdf7; }
    .homepage .main-content .banner-drops .coming-soon-rt {
      width: 40.4%;
      position: relative; }
      @media (max-width: 1525px) {
        .homepage .main-content .banner-drops .coming-soon-rt {
          width: 36.7%; } }
      @media (max-width: 1439px) {
        .homepage .main-content .banner-drops .coming-soon-rt {
          width: 524px; } }
      @media (max-width: 1199px) {
        .homepage .main-content .banner-drops .coming-soon-rt {
          width: 37%; } }
      @media (max-width: 767px) {
        .homepage .main-content .banner-drops .coming-soon-rt {
          width: 100%; } }
      .homepage .main-content .banner-drops .coming-soon-rt .tag-box {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #02a131;
        background: radial-gradient(circle, #0893c2 0%, #044e69 100%);
        text-align: center;
        color: #fff;
        font-size: 36px;
        line-height: 44px;
        padding: 8px 15px;
        font-weight: 800;
        font-family: 'Montserrat',sans-serif; }
        @media (max-width: 1199px) {
          .homepage .main-content .banner-drops .coming-soon-rt .tag-box {
            font-size: 28px;
            line-height: 34px;
            padding: 4px 10px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .banner-drops .coming-soon-rt .tag-box {
            font-size: 22px;
            line-height: 27px;
            padding: 4px 10px 2px; } }
        @media (max-width: 767px) {
          .homepage .main-content .banner-drops .coming-soon-rt .tag-box {
            font-size: 28px;
            line-height: 34px;
            padding: 4px 10px; } }
      @media (max-width: 1199px) {
        .homepage .main-content .banner-drops .coming-soon-rt .desktop-image {
          display: none; } }
      .homepage .main-content .banner-drops .coming-soon-rt .mobile-image {
        object-position: 20%; }
        @media (min-width: 1200px) {
          .homepage .main-content .banner-drops .coming-soon-rt .mobile-image {
            display: none; } }
      .homepage .main-content .banner-drops .coming-soon-rt .coming-soon {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        width: 560px;
        margin: 0 auto;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 32px;
        align-items: center; }
        @media (max-width: 1525px) {
          .homepage .main-content .banner-drops .coming-soon-rt .coming-soon {
            width: 100%;
            padding: 30px 10px; } }
        @media (max-width: 1439px) {
          .homepage .main-content .banner-drops .coming-soon-rt .coming-soon {
            padding: 30px 10px; } }
        @media (max-width: 1199px) {
          .homepage .main-content .banner-drops .coming-soon-rt .coming-soon {
            padding: 21px;
            padding-bottom: 25px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .banner-drops .coming-soon-rt .coming-soon {
            padding: 18px 10px; } }
        @media (max-width: 767px) {
          .homepage .main-content .banner-drops .coming-soon-rt .coming-soon {
            padding: 25px 10px; } }
        .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 {
          color: #fff;
          font-size: 41px;
          line-height: 50px;
          font-family: 'Montserrat',sans-serif;
          font-weight: 800;
          margin-bottom: 30px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 0; }
          @media (max-width: 1279px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 {
              margin-bottom: 40px; } }
          @media (max-width: 1199px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 {
              font-size: 29px;
              line-height: 35px;
              margin-bottom: 20px; } }
          @media (max-width: 1023px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 {
              font-size: 21px;
              line-height: 25px;
              margin-bottom: 15px; } }
          @media (max-width: 767px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 {
              font-size: 29px;
              line-height: 35px;
              margin-bottom: 20px; } }
          @media (max-width: 370px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 {
              font-size: 24px;
              line-height: 28px; } }
          .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 img {
            max-width: 640px; }
            @media (max-width: 1600px) {
              .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 img {
                max-width: 460px; } }
            @media (max-width: 1439px) {
              .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 img {
                max-width: 380px; } }
            @media (max-width: 1279px) {
              .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 img {
                max-width: 327px; } }
            @media (max-width: 1023px) {
              .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 img {
                max-width: 245px; } }
            @media (max-width: 767px) {
              .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 img {
                max-width: 330px; } }
            @media (max-width: 374px) {
              .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 img {
                max-width: 90%; } }
        .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content p {
          color: #fff;
          font-size: 44px;
          text-align: center;
          font-family: 'Oxygen', sans-serif;
          line-height: 52px;
          font-weight: bold;
          margin-bottom: 30px;
          max-width: 560px;
          margin-left: auto;
          margin-right: auto; }
          @media (max-width: 1679px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content p {
              font-size: 34px;
              line-height: 40px; } }
          @media (max-width: 1199px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content p {
              font-size: 24px;
              line-height: 30px;
              margin-bottom: 37px; } }
          @media (max-width: 1023px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content p {
              font-size: 18px;
              line-height: 24px;
              margin-bottom: 30px; } }
          @media (max-width: 767px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content p {
              font-size: 24px;
              line-height: 30px;
              margin-bottom: 37px; } }
        .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content .learn-more {
          color: #fff;
          background-color: transparent;
          display: flex;
          align-items: center;
          width: 154px;
          height: 40px;
          justify-content: center;
          font-weight: bold;
          font-size: 16px;
          font-family: 'Montserrat', sans-serif;
          line-height: 19px;
          margin: 0 auto;
          border: 2px solid #FFFFFF; }
          @media (max-width: 1199px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content .learn-more {
              width: 140px;
              height: 38px;
              font-size: 14px;
              line-height: 18px; } }
          @media (max-width: 1023px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content .learn-more {
              width: 105px;
              height: 28px;
              font-size: 10px;
              line-height: 13px; } }
          @media (max-width: 767px) {
            .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content .learn-more {
              font-size: 14px;
              line-height: 18px;
              width: 138px;
              height: 38px; } }
          .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content .learn-more:hover {
            border: 2px solid #1795C4;
            background-color: #1795C4; }
    .homepage .main-content .banner-drops .banner-section {
      position: relative; }
      .homepage .main-content .banner-drops .banner-section > a {
        width: 100%;
        height: 100%; }
      .homepage .main-content .banner-drops .banner-section .desktop-image, .homepage .main-content .banner-drops .banner-section .mobile-image {
        width: 100%;
        height: 660px;
        object-fit: cover; }
        @media (max-width: 1399px) {
          .homepage .main-content .banner-drops .banner-section .desktop-image, .homepage .main-content .banner-drops .banner-section .mobile-image {
            height: 600px; } }
        @media (min-width: 1200px) and (max-width: 1365px) {
          .homepage .main-content .banner-drops .banner-section .desktop-image, .homepage .main-content .banner-drops .banner-section .mobile-image {
            height: 550px; } }
        @media (max-width: 1199px) {
          .homepage .main-content .banner-drops .banner-section .desktop-image, .homepage .main-content .banner-drops .banner-section .mobile-image {
            height: 470px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .banner-drops .banner-section .desktop-image, .homepage .main-content .banner-drops .banner-section .mobile-image {
            height: 352px; } }
        @media (max-width: 767px) {
          .homepage .main-content .banner-drops .banner-section .desktop-image, .homepage .main-content .banner-drops .banner-section .mobile-image {
            height: 435px; } }
  .homepage .main-content .new-arrival {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 60px; }
    @media (max-width: 1439px) {
      .homepage .main-content .new-arrival {
        max-width: 100%;
        padding: 0 25px; } }
    @media (max-width: 1199px) {
      .homepage .main-content .new-arrival {
        padding-right: 22px;
        margin-top: 20px;
        margin-bottom: 40px; } }
    @media (max-width: 1023px) {
      .homepage .main-content .new-arrival {
        padding-left: 22px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .homepage .main-content .new-arrival {
        padding: 0 20px;
        margin: 30px 0; } }
    .homepage .main-content .new-arrival .arrival-section {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px; }
      @media (max-width: 1199px) {
        .homepage .main-content .new-arrival .arrival-section {
          gap: 17px; } }
      @media (max-width: 767px) {
        .homepage .main-content .new-arrival .arrival-section {
          gap: 20px;
          grid-template-columns: 1fr; } }
      .homepage .main-content .new-arrival .arrival-section .limited-time a {
        position: relative;
        text-align: center;
        background-color: #0E5C78;
        border-radius: 10px;
        padding: 13px;
        display: block; }
        @media (max-width: 1199px) {
          .homepage .main-content .new-arrival .arrival-section .limited-time a {
            padding: 10px; } }
        .homepage .main-content .new-arrival .arrival-section .limited-time a:hover {
          background-color: #1583AB; }
        .homepage .main-content .new-arrival .arrival-section .limited-time a::after {
          content: "";
          background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/arrow-right.png");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
          width: 15px;
          height: 30px;
          position: absolute;
          right: 27px;
          top: 50%;
          transform: translate(-50%, -50%); }
          @media (max-width: 1199px) {
            .homepage .main-content .new-arrival .arrival-section .limited-time a::after {
              width: 11px;
              height: 21px;
              right: 20px; } }
          @media (max-width: 1023px) {
            .homepage .main-content .new-arrival .arrival-section .limited-time a::after {
              right: 13px; } }
          @media (max-width: 350px) {
            .homepage .main-content .new-arrival .arrival-section .limited-time a::after {
              right: 9px;
              width: 7px;
              height: 16px; } }
        .homepage .main-content .new-arrival .arrival-section .limited-time a h2 {
          color: #fff;
          margin: 0;
          font-size: 31px;
          line-height: 38px;
          font-family: 'Montserrat', sans-serif;
          font-weight: bold;
          margin-bottom: 1px; }
          @media (max-width: 1199px) {
            .homepage .main-content .new-arrival .arrival-section .limited-time a h2 {
              font-size: 21px;
              line-height: 25px; } }
        .homepage .main-content .new-arrival .arrival-section .limited-time a p {
          font-size: 20px;
          line-height: 26px;
          text-align: center;
          margin: 0;
          font-family: 'Oxygen', sans-serif;
          color: #fff;
          font-weight: bold; }
          @media (max-width: 1199px) {
            .homepage .main-content .new-arrival .arrival-section .limited-time a p {
              font-size: 14px;
              line-height: 18px; } }
      .homepage .main-content .new-arrival .arrival-section .limited-time:last-child a {
        background-color: #083545; }
        .homepage .main-content .new-arrival .arrival-section .limited-time:last-child a:hover {
          background-color: #0E5C78; }
  .homepage .main-content .shop-by-categories .brand-container {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    margin-bottom: 50px; }
    @media (min-width: 1200px) and (max-width: 1365px) {
      .homepage .main-content .shop-by-categories .brand-container {
        max-width: 100%;
        padding: 0 25px; } }
    @media (max-width: 1199px) {
      .homepage .main-content .shop-by-categories .brand-container {
        padding-left: 25px;
        padding-right: 22px;
        margin-bottom: 30px; } }
    @media (max-width: 1023px) {
      .homepage .main-content .shop-by-categories .brand-container {
        max-width: 480px;
        padding: 0; } }
    @media (max-width: 767px) {
      .homepage .main-content .shop-by-categories .brand-container {
        max-width: 500px;
        padding: 0 32px; } }
    @media (max-width: 370px) {
      .homepage .main-content .shop-by-categories .brand-container {
        padding: 0 20px; } }
    .homepage .main-content .shop-by-categories .brand-container .brand-heading {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative; }
      @media (max-width: 1023px) {
        .homepage .main-content .shop-by-categories .brand-container .brand-heading {
          border-bottom: 1px solid #707070; } }
      @media (max-width: 767px) {
        .homepage .main-content .shop-by-categories .brand-container .brand-heading {
          flex-direction: column;
          padding-bottom: 10px; } }
      .homepage .main-content .shop-by-categories .brand-container .brand-heading::before {
        content: "";
        background-color: #707070;
        width: 100%;
        height: 1px;
        position: absolute; }
        @media (max-width: 1023px) {
          .homepage .main-content .shop-by-categories .brand-container .brand-heading::before {
            display: none; } }
      .homepage .main-content .shop-by-categories .brand-container .brand-heading h3 {
        font-size: 20px;
        line-height: 37px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        color: #000000;
        margin: 0;
        padding-right: 20px;
        background-color: #fff;
        position: relative; }
        @media (max-width: 1199px) {
          .homepage .main-content .shop-by-categories .brand-container .brand-heading h3 {
            font-size: 15px;
            line-height: 28px; } }
        @media (max-width: 767px) {
          .homepage .main-content .shop-by-categories .brand-container .brand-heading h3 {
            padding-right: 0;
            background: none !important;
            margin-bottom: 5px; } }
        .homepage .main-content .shop-by-categories .brand-container .brand-heading h3 span {
          font-weight: bold;
          font-size: 30px;
          line-height: 44px; }
          @media (max-width: 1199px) {
            .homepage .main-content .shop-by-categories .brand-container .brand-heading h3 span {
              font-size: 23px;
              line-height: 38px; } }
      .homepage .main-content .shop-by-categories .brand-container .brand-heading a {
        font-size: 14px;
        line-height: 18px;
        color: #1795C4;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        position: relative;
        padding-left: 20px;
        background-color: #fff; }
        @media (max-width: 1199px) {
          .homepage .main-content .shop-by-categories .brand-container .brand-heading a {
            font-size: 13px;
            line-height: 16px; } }
        @media (max-width: 767px) {
          .homepage .main-content .shop-by-categories .brand-container .brand-heading a {
            padding-left: 0;
            background: none !important; } }
        .homepage .main-content .shop-by-categories .brand-container .brand-heading a:hover {
          color: #1ebdf7; }
          .homepage .main-content .shop-by-categories .brand-container .brand-heading a:hover::before {
            background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/see-all.png"); }
        .homepage .main-content .shop-by-categories .brand-container .brand-heading a::before {
          content: " ";
          background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/see-all-brand.png");
          background-repeat: no-repeat;
          background-position: center;
          width: 6px;
          height: 10px;
          display: inline-block;
          margin-right: 6px; }
    .homepage .main-content .shop-by-categories .brand-container .product-container {
      margin-top: 12px;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
      gap: 30px; }
      @media (max-width: 1199px) {
        .homepage .main-content .shop-by-categories .brand-container .product-container {
          margin-top: 10px;
          gap: 24px; } }
      @media (max-width: 1023px) {
        .homepage .main-content .shop-by-categories .brand-container .product-container {
          margin-top: 18px;
          row-gap: 20px;
          grid-template-columns: 1fr 1fr 1fr; } }
      @media (max-width: 767px) {
        .homepage .main-content .shop-by-categories .brand-container .product-container {
          grid-template-columns: 1fr 1fr; } }
      .homepage .main-content .shop-by-categories .brand-container .product-container .product-box a:hover p {
        color: #1795c4; }
      @media (max-width: 767px) {
        .homepage .main-content .shop-by-categories .brand-container .product-container .product-box .product-bg-box img {
          width: 100%; } }
      .homepage .main-content .shop-by-categories .brand-container .product-container .product-box:hover .product-bg-box img {
        transform: scale(1.07);
        transition: 0.5s all; }
      .homepage .main-content .shop-by-categories .brand-container .product-container .product-box .product-bg-box img {
        transition: 0.5s all; }
      .homepage .main-content .shop-by-categories .brand-container .product-container .product-box p {
        font-size: 16px;
        line-height: 19px;
        text-align: center;
        margin: 0;
        margin-top: 14px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        color: #000; }
        @media (max-width: 1199px) {
          .homepage .main-content .shop-by-categories .brand-container .product-container .product-box p {
            font-size: 14px;
            line-height: 18px;
            margin-top: 11px; } }
  .homepage .main-content .shop-by-categories.shop-by-types {
    background-color: #F5F2F2;
    padding-top: 30px;
    padding-bottom: 40px; }
    @media (max-width: 1199px) {
      .homepage .main-content .shop-by-categories.shop-by-types {
        padding-top: 20px;
        padding-bottom: 20px; } }
    @media (max-width: 1023px) {
      .homepage .main-content .shop-by-categories.shop-by-types {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .homepage .main-content .shop-by-categories.shop-by-types {
        padding-top: 20px; } }
    .homepage .main-content .shop-by-categories.shop-by-types .brand-container {
      margin-bottom: 0; }
      .homepage .main-content .shop-by-categories.shop-by-types .brand-container .brand-heading h3, .homepage .main-content .shop-by-categories.shop-by-types .brand-container .brand-heading a {
        background-color: #f5f2f2; }
      @media (max-width: 1023px) {
        .homepage .main-content .shop-by-categories.shop-by-types .brand-container .product-container {
          margin-top: 30px; } }
      @media (max-width: 767px) {
        .homepage .main-content .shop-by-categories.shop-by-types .brand-container .product-container {
          margin-top: 25px; } }
    .homepage .main-content .shop-by-categories.shop-by-types img.invert {
      filter: invert(1); }
  .homepage .main-content .fastest-shipping {
    background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/ship-fast-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 20px; }
    @media (max-width: 1199px) {
      .homepage .main-content .fastest-shipping {
        margin-top: 10px; } }
    .homepage .main-content .fastest-shipping .shipping-policy {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      padding-left: 50px;
      display: flex; }
      @media (max-width: 1439px) {
        .homepage .main-content .fastest-shipping .shipping-policy {
          padding-left: 25px; } }
      @media (max-width: 1199px) {
        .homepage .main-content .fastest-shipping .shipping-policy {
          padding-left: 36px; } }
      @media (max-width: 1023px) {
        .homepage .main-content .fastest-shipping .shipping-policy {
          padding-left: 0;
          flex-direction: column; } }
      .homepage .main-content .fastest-shipping .shipping-policy .left-section {
        width: 100%;
        max-width: calc(100% - 627px);
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px; }
        @media (min-width: 1200px) and (max-width: 1365px) {
          .homepage .main-content .fastest-shipping .shipping-policy .left-section {
            max-width: calc(100% - 540px); } }
        @media (max-width: 1199px) {
          .homepage .main-content .fastest-shipping .shipping-policy .left-section {
            max-width: calc(100% - 450px);
            gap: 21px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .fastest-shipping .shipping-policy .left-section {
            max-width: 540px;
            gap: 21px;
            margin: 0 auto; } }
        @media (max-width: 767px) {
          .homepage .main-content .fastest-shipping .shipping-policy .left-section {
            max-width: 500px;
            padding: 0 58px;
            gap: 40px;
            margin: 0 auto;
            grid-template-columns: 1fr; } }
        @media (max-width: 370px) {
          .homepage .main-content .fastest-shipping .shipping-policy .left-section {
            padding: 0 32px; } }
        .homepage .main-content .fastest-shipping .shipping-policy .left-section .ship-fast {
          text-align: center; }
          .homepage .main-content .fastest-shipping .shipping-policy .left-section .ship-fast h4 {
            font-size: 26px;
            line-height: 32px;
            color: #000000;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            margin: 0;
            text-transform: uppercase;
            margin-top: 40px;
            margin-bottom: 15px; }
            @media (max-width: 1199px) {
              .homepage .main-content .fastest-shipping .shipping-policy .left-section .ship-fast h4 {
                font-size: 20px;
                line-height: 24px;
                margin-top: 28px;
                margin-bottom: 8px; } }
          .homepage .main-content .fastest-shipping .shipping-policy .left-section .ship-fast p {
            text-align: center;
            padding: 12px 0 19px 0;
            margin: 0;
            font-size: 20px;
            line-height: 24px;
            font-family: 'Oxygen', sans-serif;
            font-weight: 400; }
            @media (max-width: 1199px) {
              .homepage .main-content .fastest-shipping .shipping-policy .left-section .ship-fast p {
                font-size: 16px;
                line-height: 20px; } }
          .homepage .main-content .fastest-shipping .shipping-policy .left-section .ship-fast .view-btn {
            font-size: 14px;
            line-height: 18px;
            color: #1795C4;
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
            position: relative;
            text-transform: uppercase; }
            @media (max-width: 1199px) {
              .homepage .main-content .fastest-shipping .shipping-policy .left-section .ship-fast .view-btn {
                font-size: 13px;
                line-height: 16px; } }
            .homepage .main-content .fastest-shipping .shipping-policy .left-section .ship-fast .view-btn:hover {
              color: #1ebdf7; }
              .homepage .main-content .fastest-shipping .shipping-policy .left-section .ship-fast .view-btn:hover::before {
                background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/see-all.png"); }
            .homepage .main-content .fastest-shipping .shipping-policy .left-section .ship-fast .view-btn::before {
              content: " ";
              background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/see-all-brand.png");
              background-repeat: no-repeat;
              background-position: center;
              width: 7px;
              height: 10px;
              display: inline-block;
              margin-right: 5px; }
        @media (max-width: 767px) {
          .homepage .main-content .fastest-shipping .shipping-policy .left-section .ship-fast:last-child h4 {
            margin-top: 0; } }
      .homepage .main-content .fastest-shipping .shipping-policy .right-section {
        width: 627px; }
        @media (min-width: 1200px) and (max-width: 1365px) {
          .homepage .main-content .fastest-shipping .shipping-policy .right-section {
            width: 540px; } }
        @media (max-width: 1199px) {
          .homepage .main-content .fastest-shipping .shipping-policy .right-section {
            width: 450px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .fastest-shipping .shipping-policy .right-section {
            width: 100%;
            display: flex;
            margin-top: 30px;
            align-items: center; } }
        @media (max-width: 767px) {
          .homepage .main-content .fastest-shipping .shipping-policy .right-section {
            flex-direction: column;
            margin-top: 46px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .fastest-shipping .shipping-policy .right-section > img {
            width: 100%;
            max-width: calc(100% - 367px); } }
        @media (max-width: 767px) {
          .homepage .main-content .fastest-shipping .shipping-policy .right-section > img {
            max-width: 100%; } }
        .homepage .main-content .fastest-shipping .shipping-policy .right-section p {
          position: relative;
          font-size: 30px;
          line-height: 36px;
          color: #000;
          font-family: 'Montserrat', sans-serif;
          font-weight: bold;
          margin-top: 38px;
          padding-left: 100px;
          padding-right: 22px;
          margin-bottom: 0; }
          @media (max-width: 1199px) {
            .homepage .main-content .fastest-shipping .shipping-policy .right-section p {
              font-size: 22px;
              line-height: 28px;
              margin-top: 27px;
              padding-left: 70px;
              padding-right: 21px; } }
          @media (max-width: 1023px) {
            .homepage .main-content .fastest-shipping .shipping-policy .right-section p {
              margin-top: 15px;
              padding-left: 80px;
              padding-right: 15px;
              width: 100%;
              max-width: 367px; } }
          @media (max-width: 767px) {
            .homepage .main-content .fastest-shipping .shipping-policy .right-section p {
              margin-top: 0;
              padding-left: 65px;
              padding-right: 40px;
              width: 100%;
              max-width: 100%; } }
          .homepage .main-content .fastest-shipping .shipping-policy .right-section p::before {
            content: '“';
            position: absolute;
            left: 37px;
            font-size: 100px;
            line-height: 38px;
            top: 15px;
            color: #E04E00;
            font-family: 'Montserrat', sans-serif; }
            @media (max-width: 1199px) {
              .homepage .main-content .fastest-shipping .shipping-policy .right-section p::before {
                left: 26px;
                font-size: 71px;
                line-height: 27px;
                top: 13px; } }
            @media (max-width: 1023px) {
              .homepage .main-content .fastest-shipping .shipping-policy .right-section p::before {
                left: 35px; } }
            @media (max-width: 767px) {
              .homepage .main-content .fastest-shipping .shipping-policy .right-section p::before {
                left: 20px; } }
          .homepage .main-content .fastest-shipping .shipping-policy .right-section p .author-name {
            font-size: 15px;
            line-height: 24px;
            color: #E04E00;
            letter-spacing: 1.5px;
            margin-left: 15px;
            display: inline-block; }
            @media (max-width: 1199px) {
              .homepage .main-content .fastest-shipping .shipping-policy .right-section p .author-name {
                font-size: 11px;
                line-height: 14px;
                letter-spacing: 1.1px;
                margin-left: 4px; } }
            @media (max-width: 1023px) {
              .homepage .main-content .fastest-shipping .shipping-policy .right-section p .author-name {
                margin-left: 0;
                display: block;
                margin-top: 10px; } }
  .homepage .main-content .dlt-rewards {
    background-image: linear-gradient(to bottom, white, #fff7db); }
    .homepage .main-content .dlt-rewards .rewards-section {
      width: 100%;
      max-width: 1310px;
      margin: 0 auto;
      display: flex;
      padding-bottom: 22px; }
      @media (max-width: 1439px) {
        .homepage .main-content .dlt-rewards .rewards-section {
          max-width: 100%;
          padding: 0 25px;
          padding-bottom: 22px; } }
      @media (max-width: 1199px) {
        .homepage .main-content .dlt-rewards .rewards-section {
          max-width: 100%;
          padding: 0 22px 23px 25px; } }
      @media (max-width: 1023px) {
        .homepage .main-content .dlt-rewards .rewards-section {
          max-width: 472px;
          padding: 0 0 27px;
          flex-direction: column; } }
      @media (max-width: 767px) {
        .homepage .main-content .dlt-rewards .rewards-section {
          max-width: 500px;
          padding: 0 20px 31px 20px; } }
      .homepage .main-content .dlt-rewards .rewards-section .rewards-image {
        padding-right: 47px; }
        @media (max-width: 1399px) {
          .homepage .main-content .dlt-rewards .rewards-section .rewards-image {
            padding-right: 30px; } }
        @media (max-width: 1199px) {
          .homepage .main-content .dlt-rewards .rewards-section .rewards-image {
            max-width: 514px;
            padding-right: 42px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .dlt-rewards .rewards-section .rewards-image {
            max-width: 100%;
            padding-right: 0; } }
        .homepage .main-content .dlt-rewards .rewards-section .rewards-image p {
          text-align: center;
          margin: 92px 0 0px 0;
          font-size: 59px;
          line-height: 72px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 800;
          text-transform: uppercase;
          display: flex;
          justify-content: center;
          color: #000000;
          align-items: center;
          padding-bottom: 9px; }
          @media (max-width: 1199px) {
            .homepage .main-content .dlt-rewards .rewards-section .rewards-image p {
              margin: 71px 0 0 0;
              font-size: 42px;
              line-height: 52px;
              padding-bottom: 6px; } }
          @media (max-width: 1023px) {
            .homepage .main-content .dlt-rewards .rewards-section .rewards-image p {
              margin: 60px 0 0 0;
              padding-bottom: 10px; } }
          @media (max-width: 767px) {
            .homepage .main-content .dlt-rewards .rewards-section .rewards-image p {
              margin: 38px 0 0 0;
              font-size: 29px;
              line-height: 35px;
              padding-bottom: 9px; } }
          .homepage .main-content .dlt-rewards .rewards-section .rewards-image p img {
            margin-right: 6px; }
            @media (max-width: 1199px) {
              .homepage .main-content .dlt-rewards .rewards-section .rewards-image p img {
                margin-right: 5px;
                max-width: 128px; } }
            @media (max-width: 767px) {
              .homepage .main-content .dlt-rewards .rewards-section .rewards-image p img {
                max-width: 91px; } }
      @media (max-width: 1023px) {
        .homepage .main-content .dlt-rewards .rewards-section .rewards-content {
          padding: 0 11px; } }
      @media (max-width: 767px) {
        .homepage .main-content .dlt-rewards .rewards-section .rewards-content {
          padding: 0; } }
      .homepage .main-content .dlt-rewards .rewards-section .rewards-content h4 {
        margin: 96px 0 10px 0;
        font-size: 32px;
        line-height: 40px;
        font-family: 'Montserrat', sans-serif;
        color: #000000;
        font-weight: 800;
        text-transform: uppercase; }
        @media (max-width: 1199px) {
          .homepage .main-content .dlt-rewards .rewards-section .rewards-content h4 {
            margin: 75px 0 10px 0;
            font-size: 22px;
            line-height: 26px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .dlt-rewards .rewards-section .rewards-content h4 {
            margin: 17px 0 10px 0; } }
        .homepage .main-content .dlt-rewards .rewards-section .rewards-content h4 span {
          color: #1795C4; }
          @media (min-width: 1200px) and (max-width: 1365px) {
            .homepage .main-content .dlt-rewards .rewards-section .rewards-content h4 span {
              display: block; } }
          @media (max-width: 500px) {
            .homepage .main-content .dlt-rewards .rewards-section .rewards-content h4 span {
              display: block; } }
          @media (max-width: 370px) {
            .homepage .main-content .dlt-rewards .rewards-section .rewards-content h4 span {
              display: inline-block; } }
      .homepage .main-content .dlt-rewards .rewards-section .rewards-content ul {
        margin: 0;
        margin-bottom: 18px;
        list-style: none; }
        @media (max-width: 1199px) {
          .homepage .main-content .dlt-rewards .rewards-section .rewards-content ul {
            margin-bottom: 32px; } }
        .homepage .main-content .dlt-rewards .rewards-section .rewards-content ul li {
          font-size: 20px;
          line-height: 20px;
          font-family: 'Oxygen', sans-serif;
          margin-bottom: 20px;
          padding-left: 20px;
          color: #000;
          position: relative; }
          @media (max-width: 1199px) {
            .homepage .main-content .dlt-rewards .rewards-section .rewards-content ul li {
              font-size: 16px;
              line-height: 18px;
              margin-bottom: 20px;
              padding-left: 20px; } }
          .homepage .main-content .dlt-rewards .rewards-section .rewards-content ul li::before {
            content: "";
            background-color: #1795C4;
            width: 10px;
            height: 10px;
            display: inline-block;
            position: absolute;
            left: 0;
            top: 6px; }
            @media (max-width: 1199px) {
              .homepage .main-content .dlt-rewards .rewards-section .rewards-content ul li::before {
                width: 8px;
                height: 8px;
                top: 5px; } }
        .homepage .main-content .dlt-rewards .rewards-section .rewards-content ul li:last-child {
          margin-bottom: 0; }
      .homepage .main-content .dlt-rewards .rewards-section .rewards-content .learn-more {
        width: 140px;
        height: 40px;
        border: 2px solid #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000000;
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: bold;
        background-color: #fff;
        line-height: 18px; }
        @media (max-width: 1199px) {
          .homepage .main-content .dlt-rewards .rewards-section .rewards-content .learn-more {
            width: 125px;
            height: 35px;
            font-size: 12px;
            line-height: 15px; } }
        .homepage .main-content .dlt-rewards .rewards-section .rewards-content .learn-more:hover {
          background-color: #000;
          color: #fff; }
  .homepage .main-content .dlt-exculsive .exculsive-section {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
    display: grid;
    -ms-grid-columns: 1.34fr 1fr;
    grid-template-columns: 1.76fr 1fr;
    gap: 10px; }
    @media (max-width: 1525px) {
      .homepage .main-content .dlt-exculsive .exculsive-section {
        grid-template-columns: 1.73fr 1fr; } }
    @media (max-width: 1439px) {
      .homepage .main-content .dlt-exculsive .exculsive-section {
        max-width: 100%;
        padding: 0 25px; } }
    @media (min-width: 1250px) and (max-width: 1365px) {
      .homepage .main-content .dlt-exculsive .exculsive-section {
        grid-template-columns: 1.5fr 1fr; } }
    @media (max-width: 1199px) {
      .homepage .main-content .dlt-exculsive .exculsive-section {
        padding: 0 10px;
        margin-top: 37px;
        gap: 7px; } }
    @media (max-width: 1023px) {
      .homepage .main-content .dlt-exculsive .exculsive-section {
        margin-top: 23px;
        gap: 5px;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .homepage .main-content .dlt-exculsive .exculsive-section {
        margin-top: 20px;
        gap: 17px;
        margin-bottom: 50px;
        grid-template-columns: 1fr; } }
    .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation {
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      height: 500px;
      padding: 30px; }
      @media (max-width: 1199px) {
        .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation {
          height: 353px;
          padding: 25px 20px; } }
      @media (max-width: 1023px) {
        .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation {
          height: 312px;
          padding: 20px 16px; } }
      @media (max-width: 767px) {
        .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation {
          height: 413px;
          padding: 25px 22px; } }
      .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content {
        width: 100%;
        max-width: 100%;
        position: initial;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: flex-end;
        margin-top: 0; }
        .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .exclusive-title {
          margin-bottom: 5px; }
          @media (max-width: 1199px) {
            .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .exclusive-title img {
              max-width: 353px;
              margin-bottom: 5px; } }
          @media (max-width: 1023px) {
            .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .exclusive-title img {
              max-width: 263px;
              margin-bottom: 0; } }
          @media (max-width: 767px) {
            .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .exclusive-title img {
              max-width: 310px;
              margin-bottom: 0; } }
          @media (max-width: 370px) {
            .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .exclusive-title img {
              max-width: 100%; } }
        .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .banner_description {
          display: flex;
          align-items: flex-end;
          justify-content: space-between; }
          @media (max-width: 1023px) {
            .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .banner_description {
              flex-direction: column;
              align-items: flex-start; } }
          .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .banner_description p {
            color: #fff;
            font-size: 20px;
            font-family: 'Oxygen', sans-serif;
            line-height: 26px;
            font-weight: bold;
            margin: 0;
            width: 100%;
            max-width: calc(100% - 253px); }
            @media (max-width: 1439px) {
              .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .banner_description p {
                max-width: calc(100% - 205px); } }
            @media (max-width: 1199px) {
              .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .banner_description p {
                max-width: calc(100% - 190px);
                font-size: 14px;
                line-height: 20px; } }
            @media (max-width: 1023px) {
              .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .banner_description p {
                max-width: 100%;
                padding-right: 19px;
                margin-bottom: 20px; } }
            @media (max-width: 767px) {
              .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .banner_description p {
                padding-right: 0;
                margin-bottom: 25px; } }
          .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .banner_description .btn--primary {
            width: 175px;
            height: 40px;
            font-size: 14px;
            font-weight: 700;
            line-height: 22px;
            background-color: transparent;
            border: 2px solid #fff;
            font-family: Montserrat,sans-serif;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            text-transform: uppercase; }
            @media (max-width: 1023px) {
              .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .banner_description .btn--primary {
                width: 156px;
                height: 35px;
                font-size: 12px;
                font-weight: 700;
                line-height: 15px; } }
            .homepage .main-content .dlt-exculsive .exculsive-section .dlt-innovation .exculsive-banner-content .banner_description .btn--primary:hover {
              background-color: #1795C4;
              border: 2px solid #1795C4; }
    @media (max-width: 1023px) {
      .homepage .main-content .dlt-exculsive .exculsive-section .exculsive-banner {
        background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/dlt-exclussive-bg.png") !important; } }
    .homepage .main-content .dlt-exculsive .exculsive-section .defiant {
      padding: 30px 20px; }
      @media (min-width: 1200px) and (max-width: 1439px) {
        .homepage .main-content .dlt-exculsive .exculsive-section .defiant {
          background-position: top left; } }
      @media (min-width: 769px) and (max-width: 1023px) {
        .homepage .main-content .dlt-exculsive .exculsive-section .defiant {
          background-position: top left; } }
      @media (max-width: 1199px) {
        .homepage .main-content .dlt-exculsive .exculsive-section .defiant {
          padding: 25px 14px; } }
      @media (max-width: 1023px) {
        .homepage .main-content .dlt-exculsive .exculsive-section .defiant {
          padding: 20px 10px;
          background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/pens-accessories-mobile.png") !important; } }
      @media (max-width: 767px) {
        .homepage .main-content .dlt-exculsive .exculsive-section .defiant {
          height: 381px;
          padding: 22px 20px; } }
      @media (max-width: 450px) {
        .homepage .main-content .dlt-exculsive .exculsive-section .defiant {
          background-position: top left; } }
      .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner-title {
        font-size: 32px;
        line-height: 36px;
        color: #FFFFFF;
        font-weight: bold;
        font-family: 'Montserrat',sans-serif;
        margin: 0;
        margin-bottom: 5px; }
        @media (max-width: 1199px) {
          .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner-title {
            font-size: 22px;
            line-height: 27px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner-title {
            font-size: 16px;
            line-height: 19px;
            margin-bottom: 1px; } }
        @media (max-width: 767px) {
          .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner-title {
            font-size: 21px;
            line-height: 25px; } }
        .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner-title span {
          display: block;
          font-size: 14px;
          color: #D3CD9C;
          line-height: 18px; }
          @media (max-width: 1199px) {
            .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner-title span {
              font-size: 10px;
              line-height: 13px; } }
          @media (max-width: 767px) {
            .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner-title span {
              font-size: 9px;
              line-height: 11px;
              margin-bottom: 2px; } }
      .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner_description p {
        font-size: 18px;
        line-height: 24px;
        max-width: calc(100% - 217px); }
        @media (max-width: 1439px) {
          .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner_description p {
            max-width: calc(100% - 190px); } }
        @media (max-width: 1199px) {
          .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner_description p {
            max-width: calc(100% - 150px);
            font-size: 14px;
            line-height: 20px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner_description p {
            max-width: 100%;
            padding: 0; } }
      .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner_description .btn--primary {
        width: 182px; }
        @media (max-width: 1439px) {
          .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner_description .btn--primary {
            width: 175px; } }
        @media (max-width: 1199px) {
          .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner_description .btn--primary {
            width: 144px; } }
        @media (max-width: 767px) {
          .homepage .main-content .dlt-exculsive .exculsive-section .defiant .exculsive-banner-content .banner_description .btn--primary {
            width: 140px; } }
  .homepage .main-content .custom-shop .get-latest {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto;
    margin-bottom: 84px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 25px; }
    @media (max-width: 1400px) {
      .homepage .main-content .custom-shop .get-latest {
        max-width: 100%;
        padding: 0 25px; } }
    @media (max-width: 1199px) {
      .homepage .main-content .custom-shop .get-latest {
        padding: 0 67px;
        gap: 17px;
        margin-bottom: 63px; } }
    @media (max-width: 1023px) {
      .homepage .main-content .custom-shop .get-latest {
        padding: 0 22px;
        gap: 13px;
        margin-bottom: 43px; } }
    @media (max-width: 767px) {
      .homepage .main-content .custom-shop .get-latest {
        padding: 0;
        gap: 20px;
        grid-template-columns: 1fr;
        max-width: 285px;
        margin-bottom: 53px;
        margin-bottom: 53px; } }
    .homepage .main-content .custom-shop .get-latest .product-card {
      min-height: 502px;
      background-color: #FAF3DF; }
      @media (max-width: 1199px) {
        .homepage .main-content .custom-shop .get-latest .product-card {
          min-height: 351px; } }
      @media (max-width: 1023px) {
        .homepage .main-content .custom-shop .get-latest .product-card {
          min-height: 313px; } }
      @media (max-width: 767px) {
        .homepage .main-content .custom-shop .get-latest .product-card {
          min-height: 350px; } }
      .homepage .main-content .custom-shop .get-latest .product-card .product-content {
        padding: 15px 20px; }
        @media (max-width: 1199px) {
          .homepage .main-content .custom-shop .get-latest .product-card .product-content {
            padding: 10px 14px;
            padding-bottom: 18px; } }
        @media (max-width: 1023px) {
          .homepage .main-content .custom-shop .get-latest .product-card .product-content {
            padding: 7px 12px;
            padding-bottom: 18px; } }
        @media (max-width: 767px) {
          .homepage .main-content .custom-shop .get-latest .product-card .product-content {
            padding: 9px 14px;
            padding-bottom: 18px; } }
        .homepage .main-content .custom-shop .get-latest .product-card .product-content .product-modal {
          font-size: 14px;
          font-weight: bold;
          color: #6A4D00;
          font-family: 'Montserrat', sans-serif;
          margin-bottom: 6px;
          line-height: 18px;
          text-transform: uppercase; }
          @media (max-width: 1199px) {
            .homepage .main-content .custom-shop .get-latest .product-card .product-content .product-modal {
              font-size: 10px;
              line-height: 13px;
              margin-bottom: 3px; } }
          @media (max-width: 1023px) {
            .homepage .main-content .custom-shop .get-latest .product-card .product-content .product-modal {
              font-size: 9px;
              line-height: 11px; } }
          @media (max-width: 767px) {
            .homepage .main-content .custom-shop .get-latest .product-card .product-content .product-modal {
              font-size: 10px;
              line-height: 13px; } }
        .homepage .main-content .custom-shop .get-latest .product-card .product-content .card-title {
          font-size: 32px;
          line-height: 36px;
          color: #313131;
          font-family: 'Montserrat', sans-serif;
          margin: 0;
          margin-bottom: 8px;
          font-weight: bold;
          padding-right: 11px; }
          @media (max-width: 1199px) {
            .homepage .main-content .custom-shop .get-latest .product-card .product-content .card-title {
              font-size: 22px;
              line-height: 24px;
              margin-bottom: 1px;
              padding-right: 5px;
              max-width: 257px; } }
          @media (max-width: 1023px) {
            .homepage .main-content .custom-shop .get-latest .product-card .product-content .card-title {
              font-size: 18px;
              line-height: 22px;
              margin-bottom: 2px; } }
          @media (max-width: 767px) {
            .homepage .main-content .custom-shop .get-latest .product-card .product-content .card-title {
              font-size: 22px;
              line-height: 24px;
              margin-bottom: 1px; } }
        .homepage .main-content .custom-shop .get-latest .product-card .product-content .card-description {
          color: #313131;
          font-size: 18px;
          line-height: 24px;
          font-family: 'Oxygen', sans-serif;
          font-weight: 400;
          margin-bottom: 28px; }
          @media (max-width: 1199px) {
            .homepage .main-content .custom-shop .get-latest .product-card .product-content .card-description {
              font-size: 14px;
              line-height: 20px;
              margin-bottom: 6px; } }
          @media (max-width: 1023px) {
            .homepage .main-content .custom-shop .get-latest .product-card .product-content .card-description {
              font-size: 13px;
              line-height: 16px;
              margin-bottom: 20px; } }
          @media (max-width: 767px) {
            .homepage .main-content .custom-shop .get-latest .product-card .product-content .card-description {
              font-size: 14px;
              line-height: 20px;
              margin-bottom: 6px; } }
        .homepage .main-content .custom-shop .get-latest .product-card .product-content .shop-btn {
          width: 153px;
          height: 44px;
          background-color: #1795C4;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-weight: bold;
          font-size: 15px;
          line-height: 19px;
          font-family: 'Montserrat', sans-serif; }
          @media (max-width: 1199px) {
            .homepage .main-content .custom-shop .get-latest .product-card .product-content .shop-btn {
              width: 115px;
              height: 35px;
              font-size: 12px;
              line-height: 15px; } }
          .homepage .main-content .custom-shop .get-latest .product-card .product-content .shop-btn:hover {
            background-color: #1ebdf7; }
    .homepage .main-content .custom-shop .get-latest .product-card:nth-child(2) {
      background-color: #EAD7CD; }
      .homepage .main-content .custom-shop .get-latest .product-card:nth-child(2) .product-modal {
        color: #A03800; }
    .homepage .main-content .custom-shop .get-latest .product-card:last-child {
      background-color: #EDECE1; }
      .homepage .main-content .custom-shop .get-latest .product-card:last-child .product-modal {
        color: #547254; }
  .homepage .main-content .featured-home-items {
    width: 100%;
    max-width: 1218px;
    margin: 0 auto; }
    @media (max-width: 1249px) {
      .homepage .main-content .featured-home-items {
        max-width: 1050px; } }
    @media (max-width: 1100px) {
      .homepage .main-content .featured-home-items {
        max-width: 890px; } }
    @media (max-width: 930px) {
      .homepage .main-content .featured-home-items {
        max-width: 698px; } }
    @media (max-width: 767px) {
      .homepage .main-content .featured-home-items {
        max-width: 100%; } }
    .homepage .main-content .featured-home-items .featured-item-title {
      margin: 0;
      text-align: center;
      font-size: 22px;
      line-height: 28px;
      letter-spacing: 4.4px;
      margin-bottom: 32px;
      position: relative; }
      @media (max-width: 1100px) {
        .homepage .main-content .featured-home-items .featured-item-title {
          font-size: 15px;
          line-height: 19px;
          letter-spacing: 1.5px;
          margin-bottom: 25px; } }
      @media (max-width: 767px) {
        .homepage .main-content .featured-home-items .featured-item-title {
          max-width: calc(100% - 40px);
          margin: 0 auto;
          margin-bottom: 25px; } }
      .homepage .main-content .featured-home-items .featured-item-title::before {
        content: "";
        width: 100%;
        height: 5px;
        background-color: #D3D3D3;
        position: absolute;
        left: 0;
        top: 12px; }
        @media (max-width: 1100px) {
          .homepage .main-content .featured-home-items .featured-item-title::before {
            height: 3.5px;
            top: 8px; } }
      .homepage .main-content .featured-home-items .featured-item-title span {
        padding: 0 27px;
        background-color: #fff;
        position: relative; }
        @media (max-width: 1100px) {
          .homepage .main-content .featured-home-items .featured-item-title span {
            padding: 0 25px; } }
    .homepage .main-content .featured-home-items .productCarousel {
      margin: 0 auto;
      margin-bottom: 108px;
      width: 100%;
      max-width: 1014px;
      min-width: auto; }
      @media (max-width: 1249px) {
        .homepage .main-content .featured-home-items .productCarousel {
          max-width: 940px;
          margin-bottom: 80px; } }
      @media (max-width: 1100px) {
        .homepage .main-content .featured-home-items .productCarousel {
          max-width: 740px;
          margin-bottom: 40px; } }
      @media (max-width: 930px) {
        .homepage .main-content .featured-home-items .productCarousel {
          max-width: 550px;
          margin-bottom: 56px; } }
      @media (max-width: 767px) {
        .homepage .main-content .featured-home-items .productCarousel {
          max-width: 100%;
          margin-bottom: 40px; } }
      .homepage .main-content .featured-home-items .productCarousel .card .card-figure {
        height: 147px; }
        @media (max-width: 1100px) {
          .homepage .main-content .featured-home-items .productCarousel .card .card-figure {
            height: 107px;
            float: initial;
            width: 100%; } }
      .homepage .main-content .featured-home-items .productCarousel .card .card-body {
        padding: 20px 0 0; }
        @media (max-width: 1100px) {
          .homepage .main-content .featured-home-items .productCarousel .card .card-body {
            padding: 15px 0 0;
            float: initial;
            width: 100%; } }
        .homepage .main-content .featured-home-items .productCarousel .card .card-body .card-title {
          line-height: 24px;
          min-height: 70px;
          margin: 0 0 17px; }
          @media (max-width: 1100px) {
            .homepage .main-content .featured-home-items .productCarousel .card .card-body .card-title {
              font-size: 14px;
              line-height: 18px;
              min-height: 53px;
              margin: 0 0 20px; } }
        .homepage .main-content .featured-home-items .productCarousel .card .card-body .price-section .price-now-label {
          font-size: 15px; }
          @media (max-width: 1100px) {
            .homepage .main-content .featured-home-items .productCarousel .card .card-body .price-section .price-now-label {
              font-size: 14px;
              line-height: 17px; } }
        .homepage .main-content .featured-home-items .productCarousel .card .card-body .price-section .price--withoutTax {
          font-size: 20px; }
          @media (max-width: 1100px) {
            .homepage .main-content .featured-home-items .productCarousel .card .card-body .price-section .price--withoutTax {
              font-size: 14px;
              line-height: 17px; } }
        .homepage .main-content .featured-home-items .productCarousel .card .card-body .card-icons {
          display: none; }
      @media (max-width: 767px) {
        .homepage .main-content .featured-home-items .productCarousel .slick-list.draggable {
          max-width: 450px;
          margin: 0 auto;
          padding-left: 75px !important; } }
      .homepage .main-content .featured-home-items .productCarousel .slick-next {
        right: -7.3rem;
        padding: 0; }
        @media (max-width: 1249px) {
          .homepage .main-content .featured-home-items .productCarousel .slick-next {
            right: -4.5rem; } }
        @media (max-width: 1100px) {
          .homepage .main-content .featured-home-items .productCarousel .slick-next {
            right: -5.5rem; } }
        @media (max-width: 767px) {
          .homepage .main-content .featured-home-items .productCarousel .slick-next {
            right: 20px; } }
        .homepage .main-content .featured-home-items .productCarousel .slick-next::before {
          background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/h-arrow-next.png"); }
          @media (max-width: 767px) {
            .homepage .main-content .featured-home-items .productCarousel .slick-next::before {
              position: relative;
              z-index: 9; } }
        @media (max-width: 767px) {
          .homepage .main-content .featured-home-items .productCarousel .slick-next::after {
            content: "";
            width: 100px;
            height: 300px;
            display: block;
            position: absolute;
            top: -105px;
            right: -20px;
            background-image: linear-gradient(to left, white, white, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
            opacity: 1; } }
      @media (max-width: 767px) {
        .homepage .main-content .featured-home-items .productCarousel .slick-next.slick-disabled::after {
          display: none; } }
      .homepage .main-content .featured-home-items .productCarousel .slick-prev {
        left: -7.5rem;
        padding: 0; }
        @media (max-width: 1249px) {
          .homepage .main-content .featured-home-items .productCarousel .slick-prev {
            left: -4.7rem; } }
        @media (max-width: 1100px) {
          .homepage .main-content .featured-home-items .productCarousel .slick-prev {
            left: -5.5rem; } }
        @media (max-width: 767px) {
          .homepage .main-content .featured-home-items .productCarousel .slick-prev {
            left: 20px; } }
        .homepage .main-content .featured-home-items .productCarousel .slick-prev::before {
          background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/h-arrow-next.png");
          transform: rotate(180deg); }
          @media (max-width: 767px) {
            .homepage .main-content .featured-home-items .productCarousel .slick-prev::before {
              position: relative;
              z-index: 9; } }
        @media (max-width: 767px) {
          .homepage .main-content .featured-home-items .productCarousel .slick-prev::after {
            content: "";
            width: 100px;
            height: 300px;
            display: block;
            position: absolute;
            top: -105px;
            left: -20px;
            background-image: linear-gradient(to right, white, white, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0));
            opacity: 1; } }
      @media (max-width: 767px) {
        .homepage .main-content .featured-home-items .productCarousel .slick-prev.slick-disabled::after {
          display: none; } }
      .homepage .main-content .featured-home-items .productCarousel .carousel-tooltip {
        display: none; }
      .homepage .main-content .featured-home-items .productCarousel .slick-arrow.slick-disabled {
        opacity: 0.4; }
      .homepage .main-content .featured-home-items .productCarousel .slick-next.slick-disabled:before, .homepage .main-content .featured-home-items .productCarousel .slick-prev.slick-disabled:before {
        opacity: .7; }
      .homepage .main-content .featured-home-items .productCarousel .slick-arrow {
        background: none;
        border: none;
        width: 60px;
        height: 60px; }
        @media (max-width: 1249px) {
          .homepage .main-content .featured-home-items .productCarousel .slick-arrow {
            width: 45px;
            height: 45px; } }
        .homepage .main-content .featured-home-items .productCarousel .slick-arrow::before {
          width: 60px;
          height: 60px; }
          @media (max-width: 1249px) {
            .homepage .main-content .featured-home-items .productCarousel .slick-arrow::before {
              width: 45px;
              height: 45px; } }
      .homepage .main-content .featured-home-items .productCarousel .slick-dots {
        display: none !important; }
  .homepage .main-content .our-customer-say {
    background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/customer-say-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 25px 63px 25px; }
    @media (max-width: 1100px) {
      .homepage .main-content .our-customer-say {
        padding: 65px 25px; } }
    @media (max-width: 930px) {
      .homepage .main-content .our-customer-say {
        padding: 40px 20px; } }
    @media (max-width: 767px) {
      .homepage .main-content .our-customer-say {
        padding: 30px 18px; } }
    .homepage .main-content .our-customer-say .container {
      max-width: 880px;
      padding: 0; }
      @media (max-width: 1100px) {
        .homepage .main-content .our-customer-say .container {
          max-width: 800px; } }
      @media (max-width: 930px) {
        .homepage .main-content .our-customer-say .container {
          max-width: 660px; } }
      .homepage .main-content .our-customer-say .container > h4 {
        font-family: Montserrat;
        font-size: 36px;
        line-height: 44px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        margin: 0px 0px 15px; }
        @media (max-width: 1100px) {
          .homepage .main-content .our-customer-say .container > h4 {
            font-size: 32px;
            line-height: 36px; } }
        @media (max-width: 767px) {
          .homepage .main-content .our-customer-say .container > h4 {
            font-size: 25px;
            line-height: 30px; } }
        @media (max-width: 450px) {
          .homepage .main-content .our-customer-say .container > h4 {
            text-align: left; } }
      .homepage .main-content .our-customer-say .container .slick-dotted.slick-slider {
        margin-bottom: 20px; }
      .homepage .main-content .our-customer-say .container .feedback-box {
        width: 100%;
        max-width: 880px; }
        @media (max-width: 1100px) {
          .homepage .main-content .our-customer-say .container .feedback-box {
            max-width: 800px; } }
        @media (max-width: 930px) {
          .homepage .main-content .our-customer-say .container .feedback-box {
            max-width: 660px; } }
        .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .feedback {
          font-size: 20px;
          line-height: 28px;
          color: #fff;
          font-family: 'Oxygen', sans-serif;
          font-weight: 400;
          margin: 0;
          text-align: center;
          position: relative;
          padding: 0 15px; }
          @media (max-width: 1100px) {
            .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .feedback {
              font-size: 18px;
              line-height: 26px; } }
          @media (max-width: 767px) {
            .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .feedback {
              font-size: 17px;
              line-height: 25px;
              text-align: left;
              padding: 0 30px;
              padding-right: 0; } }
          .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .feedback::before {
            content: '“';
            position: absolute;
            top: 4px;
            left: 5px;
            font-size: 40px;
            line-height: 32px;
            font-family: Montserrat,sans-serif;
            color: #1795c4;
            display: block;
            font-weight: 700; }
            @media (min-width: 768px) {
              .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .feedback::before {
                position: relative;
                display: inline-block;
                left: -10px;
                margin-left: 10px;
                line-height: 0;
                top: 10px; } }
            @media (max-width: 767px) {
              .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .feedback::before {
                left: 0; } }
          .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .feedback::after {
            content: '”';
            position: absolute;
            bottom: -18px;
            left: -29px;
            font-size: 40px;
            line-height: 32px;
            font-family: Montserrat,sans-serif;
            color: #1795c4;
            display: block;
            font-weight: 700; }
            @media (min-width: 1101px) {
              .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .feedback::after {
                position: relative;
                display: inline-block;
                left: 0px;
                margin-left: 10px;
                line-height: 0; } }
            @media (max-width: 1100px) {
              .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .feedback::after {
                position: relative;
                display: inline-block;
                left: 0px;
                margin-left: 10px;
                line-height: 0; } }
            @media (max-width: 767px) {
              .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .feedback::after {
                left: 0;
                position: relative;
                display: inline-block;
                line-height: 0px;
                margin-left: 5px; } }
        .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .author {
          font-size: 18px;
          line-height: 23px;
          color: #fff;
          font-family: 'Oxygen', sans-serif;
          font-weight: 400;
          margin: 0 0 30px;
          text-align: center; }
          @media (max-width: 1100px) {
            .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .author {
              font-size: 15px;
              line-height: 19px; } }
          @media (max-width: 767px) {
            .homepage .main-content .our-customer-say .container .feedback-box .feedback-inner .author {
              font-size: 14px;
              line-height: 17px;
              text-align: left;
              padding-left: 30px; } }
      .homepage .main-content .our-customer-say .container .slick-dots li {
        height: 6px;
        width: 60px;
        margin: 0px 10px; }
        @media (max-width: 1100px) {
          .homepage .main-content .our-customer-say .container .slick-dots li {
            width: 54px; } }
        @media (max-width: 767px) {
          .homepage .main-content .our-customer-say .container .slick-dots li {
            padding: 0; } }
        .homepage .main-content .our-customer-say .container .slick-dots li button {
          height: 6px;
          width: 60px;
          background: #D3D3D3;
          border-radius: 0px;
          border-width: 0px;
          border-style: initial;
          border-color: initial;
          border-image: initial; }
          @media (max-width: 1100px) {
            .homepage .main-content .our-customer-say .container .slick-dots li button {
              width: 54px; } }
          .homepage .main-content .our-customer-say .container .slick-dots li button:hover {
            background: #1795C4; }
      .homepage .main-content .our-customer-say .container .slick-dots .slick-active button {
        background: #1795C4; }
      .homepage .main-content .our-customer-say .container .slick-track {
        display: flex;
        align-items: center;
        margin-bottom: 25px; }
      .homepage .main-content .our-customer-say .container .carousel-tooltip {
        display: none; }
      .homepage .main-content .our-customer-say .container .slick-dots li button:hover::before {
        display: none; }
      .homepage .main-content .our-customer-say .container .slick-dots li.slick-active button:before {
        display: none; }
      .homepage .main-content .our-customer-say .container .slick-arrow {
        display: none !important; }

.body.homepage .main-content .full-width-banner {
  max-width: 1920px;
  margin: 0 auto; }
  .body.homepage .main-content .full-width-banner .full-width-slide {
    position: relative; }
    .body.homepage .main-content .full-width-banner .full-width-slide .slide-content {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      padding: 65px 20px 51px;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(26, 26, 26, 0.8) 50%, #1a1a1a 85%); }
      @media (max-width: 1500px) {
        .body.homepage .main-content .full-width-banner .full-width-slide .slide-content {
          padding: 17px 20px 35px; } }
      @media (max-width: 1365px) {
        .body.homepage .main-content .full-width-banner .full-width-slide .slide-content {
          padding: 30px 20px 41px; } }
      @media (max-width: 1023px) {
        .body.homepage .main-content .full-width-banner .full-width-slide .slide-content {
          padding: 86px 20px 30px; } }
      @media (max-width: 767px) {
        .body.homepage .main-content .full-width-banner .full-width-slide .slide-content {
          padding: 99px 20px 30px; } }
      .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .content-inner {
        width: 100%;
        max-width: 870px;
        margin: 0 auto; }
        @media (max-width: 1500px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .content-inner {
            max-width: 810px; } }
        @media (max-width: 1365px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .content-inner {
            max-width: 681px; } }
        @media (max-width: 1023px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .content-inner {
            max-width: 620px; } }
      .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .slide-heading {
        color: #FAF2C5;
        font-size: 52px;
        line-height: 60px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        margin: 0 0 10px;
        letter-spacing: normal; }
        @media (max-width: 1500px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .slide-heading {
            font-size: 48px;
            line-height: 56px; } }
        @media (max-width: 1365px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .slide-heading {
            font-size: 40px;
            line-height: 46px; } }
        @media (max-width: 1023px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .slide-heading {
            font-size: 36px;
            line-height: 46px; } }
        @media (max-width: 767px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .slide-heading {
            font-size: 28px;
            line-height: 32px; } }
      .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .slide-text {
        text-align: center;
        color: #FFFFFF;
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 30px; }
        @media (max-width: 1500px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .slide-text {
            font-size: 22px;
            line-height: 30px;
            margin-bottom: 20px; } }
        @media (max-width: 1365px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .slide-text {
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 24px; } }
        @media (max-width: 767px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .slide-text {
            font-size: 17px;
            line-height: 24px; } }
      .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .button {
        background-color: #1795C4;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        line-height: 24px;
        font-weight: 700;
        border: none;
        padding: 13px 70px;
        transition: all 0.2s ease-in-out;
        margin: 0; }
        @media (max-width: 1500px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .button {
            font-size: 16px;
            line-height: 19px;
            padding: 10px 50px; } }
        @media (max-width: 767px) {
          .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .button {
            font-size: 14px;
            padding: 10px 37px; } }
        .body.homepage .main-content .full-width-banner .full-width-slide .slide-content .button:hover {
          color: #FFFFFF;
          background-color: #1ebdf7; }

.search-page .breadcrumbs {
  display: none; }

.search-page .page {
  max-width: 1250px;
  margin: auto;
  margin-top: 65px; }
  .search-page .page .page-heading {
    display: none; }
  @media (max-width: 1200px) {
    .search-page .page {
      padding: 0 45px; } }
  @media (max-width: 1023px) {
    .search-page .page {
      padding: 0 67px; } }
  @media (max-width: 767px) {
    .search-page .page {
      padding: 0; } }

.search-page {
  margin-top: 0; }
  .search-page .page-banner {
    background-image: url("../img/search-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 150px;
    padding: 20px 0; }
    .search-page .page-banner .breadcrumbs {
      display: block;
      text-align: center;
      margin-bottom: 10px; }
      .search-page .page-banner .breadcrumbs a {
        font-family: 'MONTSERRAT';
        font-size: 13px;
        color: #fff;
        line-height: 36px;
        font-weight: 500; }
    .search-page .page-banner .page-heading {
      font-family: 'MONTSERRAT';
      font-size: 40px;
      color: #fff;
      line-height: 40px;
      font-weight: bold;
      margin-bottom: 20px; }
  .search-page .page-sidebar {
    max-width: 258px; }
    .search-page .page-sidebar .sidebar-parent {
      border-bottom: 1px solid #DBDBDB;
      padding: 10px 0px; }
      .search-page .page-sidebar .sidebar-parent .sidebarBlock-heading {
        font-size: 14px;
        line-height: 35px;
        font-weight: bold;
        color: #707070;
        text-transform: uppercase;
        font-family: 'OXYGEN';
        position: relative;
        margin: 0;
        cursor: pointer; }
        .search-page .page-sidebar .sidebar-parent .sidebarBlock-heading::after {
          content: "";
          position: absolute;
          background-image: url("../img/plus.png");
          width: 16px;
          height: 16px;
          top: 10px;
          right: 0; }
          @media (max-width: 1024px) {
            .search-page .page-sidebar .sidebar-parent .sidebarBlock-heading::after {
              top: 4px; } }
        @media (max-width: 1023px) {
          .search-page .page-sidebar .sidebar-parent .sidebarBlock-heading {
            font-size: 15px;
            line-height: 25px;
            padding-right: 20px; } }
      .search-page .page-sidebar .sidebar-parent .sidebarBlock-heading.active {
        color: #1795C4; }
        .search-page .page-sidebar .sidebar-parent .sidebarBlock-heading.active::after {
          background-image: url("../img/minus.png");
          height: 4px;
          top: 15px; }
          @media (max-width: 1024px) {
            .search-page .page-sidebar .sidebar-parent .sidebarBlock-heading.active::after {
              top: 10px; } }
      .search-page .page-sidebar .sidebar-parent .navList {
        display: none;
        margin-bottom: 0; }
        .search-page .page-sidebar .sidebar-parent .navList .navList-item a {
          font-size: 14px;
          line-height: 35px;
          font-weight: normal;
          color: #000000;
          font-family: 'MONTSERRAT'; }
          .search-page .page-sidebar .sidebar-parent .navList .navList-item a input[type="checkbox"] {
            vertical-align: middle;
            width: 18px;
            height: 18px;
            margin-right: 5px;
            outline: 1px solid #000000; }
          .search-page .page-sidebar .sidebar-parent .navList .navList-item a span {
            font-size: 12px;
            color: #707070; }
      @media (max-width: 1024px) {
        .search-page .page-sidebar .sidebar-parent {
          width: 100%;
          max-width: 100%; } }
    @media (max-width: 1024px) {
      .search-page .page-sidebar {
        max-width: 100%;
        width: 100%; } }

.search-page .page-content {
  max-width: 915px;
  padding: 0; }
  .search-page .page-content .actionBar-container:not(.bottom) form {
    float: right; }
    @media (max-width: 767px) {
      .search-page .page-content .actionBar-container:not(.bottom) form {
        float: none; } }
  .search-page .page-content .actionBar-container:not(.bottom) .pagination {
    float: left; }
    @media (max-width: 767px) {
      .search-page .page-content .actionBar-container:not(.bottom) .pagination .pagination-list {
        text-align: center; } }
    @media (max-width: 767px) {
      .search-page .page-content .actionBar-container:not(.bottom) .pagination {
        float: none; } }
  @media (max-width: 767px) {
    .search-page .page-content .actionBar-container:not(.bottom) {
      text-align: center; } }
  .search-page .page-content .actionBar-container {
    min-height: 60px;
    padding: 10px 17px; }
    .search-page .page-content .actionBar-container form .form-field {
      background: transparent;
      border: 0;
      position: relative; }
      .search-page .page-content .actionBar-container form .form-field::after {
        content: "";
        position: absolute;
        height: 25px;
        width: 1px;
        top: 7px;
        right: 23px;
        background: #ACACAC; }
        @media (max-width: 767px) {
          .search-page .page-content .actionBar-container form .form-field::after {
            display: none; } }
      .search-page .page-content .actionBar-container form .form-field .form-label {
        font-size: 16px;
        line-height: 25px;
        font-weight: bold;
        text-transform: uppercase; }
        @media (max-width: 360px) {
          .search-page .page-content .actionBar-container form .form-field .form-label {
            padding: 0 10px; } }
      .search-page .page-content .actionBar-container form .form-field .form-select {
        background: #fff;
        appearance: auto !important;
        max-width: 200px;
        width: 200px;
        height: 40px;
        font-size: 14px;
        line-height: 29px;
        font-weight: normal;
        padding: 7px 10px; }
    .search-page .page-content .actionBar-container .pagination {
      margin: 0;
      margin-top: 7px; }
      .search-page .page-content .actionBar-container .pagination .pagination-list a {
        color: #525252;
        line-height: 16px; }
      .search-page .page-content .actionBar-container .pagination .pagination-list .pagination-item--current {
        padding: 0 2.6px;
        height: 27px; }
        .search-page .page-content .actionBar-container .pagination .pagination-list .pagination-item--current a {
          color: #fff; }
      @media (max-width: 360px) {
        .search-page .page-content .actionBar-container .pagination .pagination-list {
          text-align: center; } }
  .search-page .page-content .category-icon-index {
    margin-bottom: 0; }
  .search-page .page-content .productGrid .product {
    border-bottom: 1px solid #707070;
    margin: 0 auto;
    height: 425px; }
    .search-page .page-content .productGrid .product .card {
      padding: 30px 0 20px 0;
      margin: 0 auto; }
      .search-page .page-content .productGrid .product .card .card-figure {
        width: 100%;
        height: 184px; }
        @media (max-width: 767px) {
          .search-page .page-content .productGrid .product .card .card-figure {
            height: 102px; } }
      .search-page .page-content .productGrid .product .card .card-body {
        padding: 20px 10px;
        padding-bottom: 0; }
        .search-page .page-content .productGrid .product .card .card-body .card-title {
          margin: 0;
          margin-bottom: 10px;
          font-size: 18px;
          line-height: 24px;
          font-weight: bold; }
          @media (max-width: 1200px) {
            .search-page .page-content .productGrid .product .card .card-body .card-title {
              font-size: 14px;
              line-height: 16px;
              min-height: 35px; } }
        .search-page .page-content .productGrid .product .card .card-body .card-text {
          margin-bottom: 0px; }
          .search-page .page-content .productGrid .product .card .card-body .card-text .price-section {
            font-size: 20px;
            line-height: 50px;
            color: #000000;
            font-weight: normal; }
            @media (max-width: 1200px) {
              .search-page .page-content .productGrid .product .card .card-body .card-text .price-section {
                font-size: 14px;
                line-height: 30px; } }
            @media (max-width: 767px) {
              .search-page .page-content .productGrid .product .card .card-body .card-text .price-section {
                line-height: 26px; } }
          .search-page .page-content .productGrid .product .card .card-body .card-text .rrp-price--withoutTax {
            display: none; }
        .search-page .page-content .productGrid .product .card .card-body .card-icons {
          margin-top: 0;
          font-family: 'OXYGEN';
          font-size: 12px;
          line-height: 24px;
          color: #1795C4;
          font-weight: normal;
          text-transform: uppercase; }
          .search-page .page-content .productGrid .product .card .card-body .card-icons > div {
            border: 1px solid #008BB9;
            min-height: 25px;
            padding: 0 6px;
            margin-top: 5px;
            margin-right: 5px;
            float: left; }
            @media (max-width: 1200px) {
              .search-page .page-content .productGrid .product .card .card-body .card-icons > div {
                min-height: 16px; } }
            @media (max-width: 767px) {
              .search-page .page-content .productGrid .product .card .card-body .card-icons > div {
                padding: 0 2px;
                margin-right: 4px; } }
          @media (max-width: 1200px) {
            .search-page .page-content .productGrid .product .card .card-body .card-icons {
              font-size: 7px;
              line-height: 20px; } }
        @media (max-width: 1023px) and (min-width: 768px) {
          .search-page .page-content .productGrid .product .card .card-body {
            padding: 5px 10px; } }
        @media (max-width: 833px) {
          .search-page .page-content .productGrid .product .card .card-body {
            width: 100%; } }
        @media (max-width: 320px) {
          .search-page .page-content .productGrid .product .card .card-body {
            padding: 5px 10px; } }
      @media (max-width: 1200px) {
        .search-page .page-content .productGrid .product .card {
          padding: 10px 0;
          height: 340px; } }
      @media (max-width: 767px) {
        .search-page .page-content .productGrid .product .card {
          height: 300px; } }
    @media (max-width: 1200px) {
      .search-page .page-content .productGrid .product {
        height: 340px; } }
    @media (max-width: 833px) {
      .search-page .page-content .productGrid .product {
        width: 33.333% !important;
        float: left; } }
    @media (max-width: 767px) {
      .search-page .page-content .productGrid .product {
        width: 50% !important;
        height: 300px; } }
  @media (max-width: 1024px) {
    .search-page .page-content {
      width: 100%;
      max-width: 100%; } }

@media (max-width: 1024px) {
  .page-sidebar .nxt-refine-options {
    font-family: 'OXYGEN';
    background: #1795C4;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    padding: 16px;
    margin-bottom: 30px;
    margin-top: 30px; }
    .page-sidebar .nxt-refine-options:hover {
      background: #1795C4; }
    .page-sidebar .nxt-refine-options .nxt-fitler-burger {
      display: none; }
    .page-sidebar .nxt-refine-options img {
      padding-left: 15px; }
  .page-sidebar nav {
    left: -20px;
    position: relative; }
  .page-sidebar #nxt-refines-container {
    position: absolute;
    top: 0;
    width: calc(100% - -40px);
    box-shadow: none;
    height: fit-content;
    background: #F4F4F4;
    padding: 20px 38px; }
    .page-sidebar #nxt-refines-container .nxt-close-refines {
      display: none; }
  .page-sidebar .nxt-refines-slidein {
    -webkit-transition: top 200ms ease-in-out; }
  .page-sidebar .nxt-refine-options.nxt-refine-options-active {
    background: #1EBDF7; }
    .page-sidebar .nxt-refine-options.nxt-refine-options-active img {
      transform: rotate(180deg);
      padding-left: 0;
      padding-right: 15px; } }

@media (max-width: 833px) and (min-width: 656px) {
  .search-page .page-content .productGrid li.product:first-child {
    margin-top: 4px; } }

.targetbay-reviews-count-field {
  display: none !important; }

#product .body.pre-pdp-page-content {
  margin-top: 0; }
  #product .body.pre-pdp-page-content .container-box {
    max-width: 1520px;
    padding: 0;
    position: relative;
    z-index: 1; }
    #product .body.pre-pdp-page-content .container-box:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("../img/pdp/breadcrumbs-bg.png");
      background-size: cover;
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      mix-blend-mode: color-burn; }
    #product .body.pre-pdp-page-content .container-box .breadcrumbs-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #332020;
      padding: 20px 50px 13px;
      border-bottom: 2px solid #8D8D8D; }
      @media (max-width: 1023px) {
        #product .body.pre-pdp-page-content .container-box .breadcrumbs-container {
          flex-direction: column;
          padding: 9px 50px; } }
      @media (max-width: 767px) {
        #product .body.pre-pdp-page-content .container-box .breadcrumbs-container {
          padding: 16px 50px 13px; } }
      #product .body.pre-pdp-page-content .container-box .breadcrumbs-container > img {
        padding-left: 30px;
        z-index: 1; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .container-box .breadcrumbs-container > img {
            margin-bottom: 14px; } }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .container-box .breadcrumbs-container > img {
            margin-bottom: 0;
            padding-left: 0; } }
      #product .body.pre-pdp-page-content .container-box .breadcrumbs-container ul.breadcrumbs {
        margin-bottom: 0;
        color: #fff;
        font-size: 13px; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .container-box .breadcrumbs-container ul.breadcrumbs {
            font-size: 11px; } }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .container-box .breadcrumbs-container ul.breadcrumbs {
            display: none; } }
        #product .body.pre-pdp-page-content .container-box .breadcrumbs-container ul.breadcrumbs a {
          color: #fff;
          font-weight: 500; }
        #product .body.pre-pdp-page-content .container-box .breadcrumbs-container ul.breadcrumbs .breadcrumb:before {
          color: #fff; }
        #product .body.pre-pdp-page-content .container-box .breadcrumbs-container ul.breadcrumbs .breadcrumb + .is-active a {
          font-weight: 600; }
    #product .body.pre-pdp-page-content .container-box .post-product-title-container {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      background: #622929;
      padding: 24px 30px;
      min-height: 165px; }
      @media (max-width: 1023px) {
        #product .body.pre-pdp-page-content .container-box .post-product-title-container {
          min-height: 140px;
          padding: 25px 30px; } }
      @media (max-width: 767px) {
        #product .body.pre-pdp-page-content .container-box .post-product-title-container {
          padding: 10px 20px;
          min-height: 133px;
          align-items: center; } }
      #product .body.pre-pdp-page-content .container-box .post-product-title-container .header-category-logo {
        position: relative;
        margin-left: -30px;
        z-index: 1; }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .container-box .post-product-title-container .header-category-logo {
            display: none; } }
        #product .body.pre-pdp-page-content .container-box .post-product-title-container .header-category-logo img {
          height: 122px; }
          @media (max-width: 1023px) {
            #product .body.pre-pdp-page-content .container-box .post-product-title-container .header-category-logo img {
              height: 65px; } }
      #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title {
        max-width: 1073px;
        width: calc(100% - 312px); }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title {
            width: calc(100% - 166px); } }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title {
            width: 100%; } }
        #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title .productView-details.details-top {
          margin: auto;
          padding: 0; }
          #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product {
            padding-bottom: 0;
            margin-top: -15px; }
            @media (max-width: 1023px) {
              #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product {
                margin-top: 0; } }
            #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
              color: #fff;
              font-size: 40px;
              font-weight: bold;
              font-family: 'Oxygen';
              padding-top: 10px; }
              @media (max-width: 1200px) {
                #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
                  font-size: 34px; } }
              @media (max-width: 1023px) {
                #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
                  font-size: 30px;
                  line-height: 30px;
                  margin-bottom: 15px; } }
              @media (max-width: 767px) {
                #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-title {
                  text-align: center;
                  font-size: 24px;
                  line-height: 24px; } }
            #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-sku {
              font-size: 16px;
              font-weight: bold;
              line-height: 26px;
              color: #fff;
              font-family: 'Oxygen'; }
              @media (max-width: 1023px) {
                #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-sku {
                  font-size: 13px;
                  line-height: 13px; } }
              @media (max-width: 767px) {
                #product .body.pre-pdp-page-content .container-box .post-product-title-container .postorder-title .productView-details.details-top .productView-product .productView-sku {
                  text-align: center; } }

#product .body.pre-pdp-page-content .post-release-pdp .container {
  max-width: 1310px;
  padding: 0 20px;
  margin: auto; }
  @media (max-width: 1023px) {
    #product .body.pre-pdp-page-content .post-release-pdp .container {
      padding: 0 35px; } }
  @media (max-width: 767px) {
    #product .body.pre-pdp-page-content .post-release-pdp .container {
      padding: 0 20px; } }
  #product .body.pre-pdp-page-content .post-release-pdp .container .productView {
    padding: 0;
    margin-top: 50px; }
    @media (max-width: 1023px) {
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView {
        margin: 0 auto;
        margin-top: 37px;
        flex-direction: row; } }
    @media (max-width: 767px) {
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView {
        margin-top: 30px;
        margin-bottom: 75px;
        flex-direction: column; } }
    #product .body.pre-pdp-page-content .post-release-pdp .container .productView section.productView-details.details-top {
      display: none; }
    #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images {
      width: 62%; }
      @media (max-width: 1023px) {
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images {
          padding: 0;
          width: 54.5%; } }
      @media (max-width: 767px) {
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images {
          max-width: 375px;
          margin: auto;
          width: 100%; } }
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-image {
        /*border: 1px solid #ACACAC;*/
        max-width: 768px;
        height: 510px; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-image {
            height: 253px; } }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-image {
            max-width: 337px;
            height: 223px; } }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-image .productView-img-container {
          max-width: inherit;
          height: inherit; }
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-image .productView-img-container img {
            max-width: inherit;
            height: inherit;
            padding: 2px; }
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails {
        margin: 0;
        margin-top: 14px;
        margin-bottom: 0; }
        @media (max-width: 1200px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails {
            margin: 14px -7px 0; } }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails {
            margin-top: 0;
            margin: 0 -7px; } }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails {
            margin-top: 20px; } }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .productView-thumbnail-link {
          border: 1px solid #ACACAC;
          padding: 0; }
          @media (max-width: 767px) {
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .productView-thumbnail-link {
              height: 41px; } }
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .productView-thumbnail-link img {
            height: 100%;
            width: 100%; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .productView-thumbnail {
          padding: 6px; }
          @media (max-width: 1023px) {
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .productView-thumbnail {
              padding: 7px; } }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .slick-prev {
          left: 6px; }
        @media (max-width: 1200px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .slick-next {
            right: 3px; } }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .slick-next, #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .slick-prev {
          margin-top: 0;
          background: rgba(0, 0, 0, 0.1);
          border: none; }
          @media (max-width: 1023px) {
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .slick-next, #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .slick-prev {
              height: 43px; } }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .slick-next::before, #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .slick-prev::before {
            height: 27px; } }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails .slick-list.draggable {
          margin: 0; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails span.carousel-tooltip {
          display: none; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .productView-thumbnails ul.slick-dots {
          display: none !important; }
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .ask-question {
        margin-top: 20px; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .ask-question {
            margin-top: 16px; } }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .ask-question {
            margin-top: 20px;
            text-align: center; } }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .ask-question img {
          margin-right: 15px; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-images .ask-question a {
          font-family: "Oxygen";
          font-size: 18px;
          font-weight: bold;
          line-height: 28px;
          letter-spacing: 0.5px; }
    #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details {
      width: 38%;
      padding-left: 38px;
      padding-right: 32px; }
      @media (max-width: 1200px) {
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details {
          padding-right: 20px; } }
      @media (max-width: 1023px) {
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details {
          width: calc(100% - 54.5%);
          padding: 0;
          padding-left: 33px; } }
      @media (max-width: 767px) {
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details {
          max-width: 375px;
          margin: 40px auto 0;
          width: 100%;
          padding: 0; } }
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .pr-available {
        font-family: 'Oxygen';
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 2px;
        color: #000;
        margin-bottom: 20px;
        text-transform: uppercase;
        position: relative; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .pr-available:after {
          content: "";
          position: absolute;
          background: #000;
          height: 2px;
          width: 57%;
          left: 177px;
          top: 50%; }
          @media (max-width: 1200px) {
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .pr-available:after {
              width: 45%; } }
          @media (max-width: 1023px) {
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .pr-available:after {
              width: 30%; } }
          @media (max-width: 767px) {
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .pr-available:after {
              width: 42.5%; } }
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-rating {
        display: none; }
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .earn-point {
        margin-top: 0; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .earn-point p {
          max-width: 250px;
          font-family: 'Oxygen';
          font-size: 14px;
          font-weight: normal;
          color: #313131;
          padding: 9px 10px;
          line-height: 22px; }
          @media (max-width: 767px) {
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .earn-point p {
              text-align: left;
              margin-left: 0; } }
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .earn-point p span {
            padding: 0;
            display: inline-block; }
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .earn-point p span:first-child {
              padding-right: 5px; }
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .earn-point p a {
            color: #313131;
            text-decoration: none;
            border-bottom: 1px solid #313131;
            padding-bottom: 2px; }
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-price {
        margin-top: 19px; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-price {
            margin-top: 10px; } }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-price .price-section.price-section--withoutTax.rrp-price--withoutTax,
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-price .price-section.price-section--saving.price {
          display: none; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-price .price-section.price-section--withoutTax span.price-now-label {
          font-size: 28px;
          line-height: 28px; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-price .price-section.price-section--withoutTax span.price.price--withoutTax {
          font-size: 36px;
          line-height: 36px; }
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-info .bulkPricing {
        padding-left: 0; }
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .coming-soon-box .coming-soon {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        background: #ACACAC;
        padding: 15px 42px; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .coming-soon-box .coming-soon {
            width: 100%; } }
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-options {
        margin-bottom: 30px; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-options .engraveIt .engrave-box:before {
          left: -14px;
          top: 6px;
          width: 28px;
          height: 28px; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-options .form-increment .button {
          background: transparent; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-options .form-increment .button--icon svg {
          fill: #000;
          width: 14px; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-options .form-increment .form-input {
          font-size: 16px;
          font-weight: normal;
          color: #000; }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-options form.form.form-wishlist.form-action {
          display: none; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-options .form-action {
            padding: 0; } }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-options input#form-action-addToCart {
          width: auto;
          text-align: right;
          margin: 0;
          padding: 17px 44px;
          padding-left: 65px;
          background-color: #72ac72 !important;
          background: url("../img/pdp/ic_shopping_cart.png");
          background-repeat: no-repeat;
          background-position: 30px;
          background-size: 24px; }
          @media (max-width: 1023px) {
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-options input#form-action-addToCart {
              width: 100%;
              padding-left: 44px;
              background-position: 55px;
              padding-right: 50px; } }
          @media (max-width: 767px) {
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-options input#form-action-addToCart {
              background-position: 65px;
              padding-right: 50px;
              padding-left: 80px;
              text-align: center; } }
      #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-info-links ul {
        min-height: 75px; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-info-links ul {
            min-height: 60px; } }
        #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-info-links ul li {
          color: #707070;
          text-transform: initial; }
          @media (max-width: 1023px) {
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-info-links ul li {
              font-size: 15px;
              line-height: 16px;
              padding: 5px 3px;
              letter-spacing: -0.6px; } }
          @media (max-width: 1023px) {
            #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-info-links ul li p {
              font-size: 15px;
              line-height: 16px; } }
          #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-info-links ul li:nth-child(2) {
            color: #CCCCCC; }
            @media (max-width: 1023px) {
              #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-info-links ul li:nth-child(2) {
                font-size: 45px;
                padding: 0; } }

#product .body.pre-pdp-page-content .productView-description {
  background: #F4F4F4; }
  #product .body.pre-pdp-page-content .productView-description .container {
    max-width: 1210px;
    padding: 0 10px;
    padding-top: 36px !important;
    margin: auto;
    margin-bottom: 80px; }
    @media (max-width: 1023px) {
      #product .body.pre-pdp-page-content .productView-description .container {
        padding: 0 25px;
        margin-bottom: 87px;
        padding-top: 40px !important; } }
    @media (max-width: 767px) {
      #product .body.pre-pdp-page-content .productView-description .container {
        padding: 0 10px;
        margin-bottom: 67px; } }
    #product .body.pre-pdp-page-content .productView-description .container .productView-description {
      max-width: 1032px;
      padding: 0 10px;
      margin: auto; }
      #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-description-50 {
        width: 73.1%;
        padding-right: 130px; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-description-50 {
            width: 66%;
            padding-right: 45px;
            float: left; } }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-description-50 {
            width: 100%;
            float: none;
            padding: 0;
            margin-bottom: 60px; } }
        #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-description-50 p {
          font-family: "Oxygen";
          font-size: 16px;
          line-height: 28px;
          color: #525252;
          font-weight: normal; }
      #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-specs-50 {
        width: calc(100% - 73.1%);
        padding-left: 0; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-specs-50 {
            width: calc(100% - 66%);
            float: left; } }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-specs-50 {
            width: 100%;
            float: none;
            padding: 0;
            margin-bottom: 34px; } }
        #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-specs-50 ol li, #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-specs-50 ol strong {
          font-size: 14px;
          color: #525252;
          line-height: 30px;
          font-weight: normal;
          background: #fbfbfb;
          /*margin: 0;
								padding: 0;*/ }
        #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-specs-50 ol li.pde-rounded-list {
          margin-bottom: 18px; }
          #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-specs-50 ol li.pde-rounded-list strong {
            color: #000000;
            font-size: 14px;
            line-height: 22px;
            /*font-weight: bold;*/ }
        #product .body.pre-pdp-page-content .productView-description .container .productView-description #product-specs-50 ol strong {
          font-weight: 700; }
    #product .body.pre-pdp-page-content .productView-description .container .tab-description-section {
      padding: 0; }
      #product .body.pre-pdp-page-content .productView-description .container .tab-description-section .tab-heading-container {
        padding: 20px;
        padding-left: 89px;
        border-bottom: 1px solid #ACACAC; }
        @media (max-width: 1200px) {
          #product .body.pre-pdp-page-content .productView-description .container .tab-description-section .tab-heading-container {
            padding-left: 20px; } }
        #product .body.pre-pdp-page-content .productView-description .container .tab-description-section .tab-heading-container span {
          width: 40px;
          height: 40px;
          line-height: 35px; }

#product .body.pre-pdp-page-content .productView-details .timer .timer-outer {
  max-width: 460px;
  width: 100%;
  border: 2px solid #ACACAC;
  position: relative;
  left: -20px;
  top: 0;
  height: 69px;
  margin-bottom: 39px;
  padding: 0 5px; }
  @media (max-width: 1023px) {
    #product .body.pre-pdp-page-content .productView-details .timer .timer-outer {
      height: 45px; } }
  @media (max-width: 767px) {
    #product .body.pre-pdp-page-content .productView-details .timer .timer-outer {
      height: 51px;
      left: 0; } }
  #product .body.pre-pdp-page-content .productView-details .timer .timer-outer .timer-box {
    display: flex;
    justify-content: space-evenly;
    background: #fff;
    max-width: 407px;
    width: 100%;
    margin: auto;
    position: relative;
    top: -13px; }
    #product .body.pre-pdp-page-content .productView-details .timer .timer-outer .timer-box .value {
      text-align: center;
      margin: 0; }
      #product .body.pre-pdp-page-content .productView-details .timer .timer-outer .timer-box .value > span {
        font-size: 47px;
        font-weight: bold;
        font-family: 'MONTSERRAT';
        color: #E04E00;
        letter-spacing: 1px;
        line-height: 47px;
        display: inline-block; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .productView-details .timer .timer-outer .timer-box .value > span {
            font-size: 29px;
            line-height: 29px; } }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .productView-details .timer .timer-outer .timer-box .value > span {
            font-size: 33px;
            line-height: 33px; } }
      #product .body.pre-pdp-page-content .productView-details .timer .timer-outer .timer-box .value .timer-label {
        display: block;
        font-size: 13px;
        line-height: 15px;
        line-height: 29px;
        font-weight: bold;
        letter-spacing: 2px;
        text-transform: uppercase;
        font-family: 'Oxygen';
        color: #000000;
        margin: 0; }
        @media (max-width: 1023px) {
          #product .body.pre-pdp-page-content .productView-details .timer .timer-outer .timer-box .value .timer-label {
            font-size: 10px;
            line-height: 20px; } }
    #product .body.pre-pdp-page-content .productView-details .timer .timer-outer .timer-box .sign {
      font-size: 47px;
      color: #000000;
      font-family: 'Oxygen';
      letter-spacing: 1px;
      font-weight: bold;
      margin: 0;
      margin-top: 0;
      line-height: 40px; }
      @media (max-width: 1023px) {
        #product .body.pre-pdp-page-content .productView-details .timer .timer-outer .timer-box .sign {
          font-size: 29px;
          line-height: 29px; } }
      @media (max-width: 767px) {
        #product .body.pre-pdp-page-content .productView-details .timer .timer-outer .timer-box .sign {
          font-size: 33px;
          line-height: 33px; } }

#product .body.pre-pdp-page-content .MagicZoomGallery.Light {
  margin-bottom: 30px; }
  #product .body.pre-pdp-page-content .MagicZoomGallery.Light > div:first-child {
    max-height: 510px; }
    #product .body.pre-pdp-page-content .MagicZoomGallery.Light > div:first-child a#zoom {
      max-width: 766px;
      height: inherit;
      /*border: 1px solid #ACACAC;*/ }
  #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors {
    margin: 0 auto;
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 766px; }
    @media (max-width: 1023px) {
      #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors {
        margin-top: 10px; } }
    @media (max-width: 767px) {
      #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors {
        margin-top: 20px; } }
    #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors .mz-thumb {
      max-width: calc((100% - 50px) / 5);
      width: 100%;
      height: 100px;
      border: 1px solid #acacac;
      text-align: left;
      margin: 5px; }
      @media (max-width: 1023px) {
        #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors .mz-thumb {
          max-width: calc((100% - 12px) / 3);
          height: 81px;
          margin: 2px; } }
      @media (max-width: 767px) {
        #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors .mz-thumb {
          max-width: calc((100% - 20px) / 5);
          width: 100% !important;
          height: 42px !important;
          border-radius: 0% !important;
          background: none !important;
          margin: 2px !important;
          cursor: pointer !important;
          display: inline-block !important;
          position: relative !important;
          text-indent: -9999px !important;
          vertical-align: middle !important;
          font-size: 0px !important;
          line-height: 0px !important; } }
      #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors .mz-thumb.active-magic-selector {
        border: 3px solid #ACACAC; }
        #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors .mz-thumb.active-magic-selector:before {
          content: none !important; }
      #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors .mz-thumb img {
        max-height: fit-content;
        height: 100%;
        width: 100%;
        padding: 0;
        border: none;
        object-fit: fill; }
        @media (max-width: 767px) {
          #product .body.pre-pdp-page-content .MagicZoomGallery.Light .MagicZoomSelectors .mz-thumb img {
            display: block; } }

#product .body.pre-pdp-page-content .MagicZoomSelectors a.active-magic-selector:before, #product .body.pre-pdp-page-content .MagicZoomSelectors a:hover:before {
  content: none !important; }

@media (max-width: 649px) {
  #product .pre-pdp-page-content .ask-question {
    display: block; } }

.productView-details.pre-release-top .price-now-label {
  display: inline-block !important; }

.productView-details.pre-release-top .pr-available:after {
  content: '';
  color: #fff;
  background: #fff !important; }

.productView-details.pre-release-top .coming-soon-box {
  margin-top: 2rem; }
  @media (min-width: 768px) {
    .productView-details.pre-release-top .coming-soon-box {
      display: inline-block; } }

.productView-details.pre-release-top .form-increment [data-action="inc"] {
  border-left: 1px solid #000; }

.productView-details.pre-release-top a.mz-thumb[title='undefined'] {
  display: none; }

.post-release-pdp .price-now-label {
  display: inline-block !important; }

.post-release-pdp .ask-question a:before {
  background: none; }

.post-release-pdp .productView-options .form-checkbox:checked + .form-label:after {
  top: 5px; }

.post-release-pdp .form-increment [data-action="inc"] {
  border-left: 1px solid #000; }

#product .post-release-pdp .MagicZoomGallery.Light .MagicZoomSelectors a.mz-thumb[title='undefined'] {
  display: none !important; }

#product .pre-release-pdp .MagicZoomGallery.Light .MagicZoomSelectors a.mz-thumb[title='undefined'] {
  display: none !important; }

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

.add-to-cart-error {
  width: 100%;
  float: left;
  margin-top: 20px;
  color: red; }

.pre-pdp-page-content .productView-options .form-checkbox + .form-label:before {
  top: 5px; }

.mz-expand li.magic-thumb:last-child img[alt='undefined'] {
  display: none; }

#product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .productView-options form.form.form-wishlist.form-action {
  display: block; }

.drop-hide.form-wishlist {
  display: block !important; }

.account .account-body {
  margin: 0 auto; }

@media (min-width: 801px) {
  .account {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; } }

.account .account-content {
  padding: 0; }
  @media (max-width: 800px) {
    .account .account-content {
      padding: 0 10px; } }

.account .alertBox.alertBox--info, .account .alertBox--success {
  background-color: #E7F2E7;
  border-radius: 4px;
  margin-bottom: 0;
  font-family: "Oxygen";
  font-size: 16px;
  line-height: 25px;
  color: #000;
  min-height: 50px;
  max-width: 860px;
  text-align: center;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .account .alertBox.alertBox--info .alertBox-icon, .account .alertBox--success .alertBox-icon {
    padding-right: 5px; }
    .account .alertBox.alertBox--info .alertBox-icon svg, .account .alertBox--success .alertBox-icon svg {
      fill: #72AC72; }
  .account .alertBox.alertBox--info .alertBox-message, .account .alertBox--success .alertBox-message {
    width: auto; }

.account form .paymentMethodForm-heading {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  color: #707070;
  margin-bottom: 20px; }

.account form label {
  font-family: "Oxygen";
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px; }
  .account form label .small {
    font-size: 11px;
    line-height: 18px;
    color: #707070;
    font-weight: normal; }

.account form .form-field--checkbox label {
  text-transform: capitalize; }

.account form .paymentMethodForm-inputs .form-filed {
  margin-bottom: 20px; }

.account form .paymentMethodForm-inputs input {
  max-width: 335px; }

.account form .form-input {
  height: 45px;
  border-color: #ACACAC; }

.account form .form-actions {
  text-align: center; }
  .account form .form-actions .button {
    height: 45px;
    background: #72AC72;
    font-family: "Oxygen";
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 0 32px; }

.account .form-actions .button {
  font-family: "Oxygen";
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  height: 45px;
  min-width: 100px; }

.account .form-actions a.button {
  background: #1795C4;
  color: #fff;
  padding: 11px 37px; }
  .account .form-actions a.button:hover {
    background: #81DDFF; }
  @media (max-width: 550px) {
    .account .form-actions a.button {
      margin: 0 auto 15px; } }

.account .form-actions input.button, .account .form-actions button.button.button--primary {
  background: #fff;
  color: #1795C4;
  border: 1px solid #1795C4;
  padding: 11px 36px; }
  .account .form-actions input.button:hover, .account .form-actions button.button.button--primary:hover {
    background: #1795C4;
    color: #fff; }
  @media (max-width: 550px) {
    .account .form-actions input.button, .account .form-actions button.button.button--primary {
      margin: 0 auto; } }

.account .addressList dt.address-label {
  color: #000;
  font-weight: bold; }

.account .addressList .form-actions .button {
  font-family: "Oxygen";
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  padding: 0;
  height: 35px;
  min-width: 80px; }

.account .addressList .form-actions a.button {
  background: #1795C4;
  color: #fff;
  padding: 7px 10px; }
  .account .addressList .form-actions a.button:hover {
    background: #81DDFF; }
  @media (max-width: 550px) {
    .account .addressList .form-actions a.button {
      margin: 0 auto 15px; } }

.account .addressList .form-actions input.button, .account .addressList .form-actions button.button {
  background: #fff;
  color: #1795C4;
  border: 1px solid #1795C4;
  padding: 3px 10px; }
  @media (max-width: 550px) {
    .account .addressList .form-actions input.button, .account .addressList .form-actions button.button {
      margin: 0 auto; } }
  .account .addressList .form-actions input.button:hover, .account .addressList .form-actions button.button:hover {
    background: #1795C4;
    color: #fff; }

.account .addressList .address-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase; }

/*Signout Inner pages*/
/*login*/
#login .body .container {
  max-width: 1098px;
  padding: 0 20px;
  margin: 0 auto; }
  #login .body .container .login {
    max-width: inherit;
    margin-top: 56px; }
    #login .body .container .login .breadcrumbs {
      text-align: center;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #login .body .container .login .breadcrumbs {
          display: none; } }
      #login .body .container .login .breadcrumbs .breadcrumb {
        font-family: "Oxygen";
        font-size: 14px;
        line-height: 22px;
        font-weight: normal;
        color: #747474; }
        #login .body .container .login .breadcrumbs .breadcrumb:before {
          content: ">";
          color: #747474; }
        #login .body .container .login .breadcrumbs .breadcrumb:first-child:before {
          content: ""; }
        #login .body .container .login .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label {
          color: #121212;
          font-weight: bold; }
    #login .body .container .login .page-heading {
      font-family: "Montserrat", Arial, sans-serif;
      font-size: 36px;
      line-height: 38px;
      font-weight: bold;
      color: #000;
      text-transform: capitalize;
      margin-top: 0; }
      @media (max-width: 767px) {
        #login .body .container .login .page-heading {
          font-size: 28px;
          line-height: 34px;
          margin-bottom: 30px;
          margin-top: 35px; } }
    #login .body .container .login .login-row {
      margin-top: 0; }
      #login .body .container .login .login-row .login-form {
        max-width: 500px;
        width: 100%;
        float: left;
        padding: 0; }
        @media (max-width: 1023px) {
          #login .body .container .login .login-row .login-form {
            max-width: 50%; } }
        @media (max-width: 767px) {
          #login .body .container .login .login-row .login-form {
            float: none;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto; } }
        #login .body .container .login .login-row .login-form label {
          font-family: "Oxygen";
          font-size: 14px;
          line-height: 22px;
          font-weight: bold;
          color: #000;
          text-transform: uppercase;
          margin-bottom: 10px; }
        #login .body .container .login .login-row .login-form .form-input {
          height: 45px;
          border-color: #ACACAC; }
        #login .body .container .login .login-row .login-form .form-actions {
          text-align: left; }
          #login .body .container .login .login-row .login-form .form-actions .button {
            height: 40px;
            background: #72AC72;
            font-family: "Oxygen";
            font-size: 14px;
            line-height: 22px;
            font-weight: bold;
            padding: 0 32px; }
            #login .body .container .login .login-row .login-form .form-actions .button:hover {
              background: #82C482; }
          #login .body .container .login .login-row .login-form .form-actions .forgot-password {
            font-family: "Oxygen";
            font-size: 14px;
            line-height: 40px;
            margin-left: 20px;
            color: #000; }
            @media (max-width: 767px) {
              #login .body .container .login .login-row .login-form .form-actions .forgot-password {
                margin: 0 auto;
                text-align: center; } }
      #login .body .container .login .login-row .new-customer {
        max-width: 460px;
        width: 100%;
        float: right;
        padding: 0;
        background-image: url("../img/new-customer-bg.png");
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 1023px) {
          #login .body .container .login .login-row .new-customer {
            max-width: 45%; } }
        @media (max-width: 767px) {
          #login .body .container .login .login-row .new-customer {
            display: none; } }
        #login .body .container .login .login-row .new-customer .panel {
          padding: 33px 30px; }
        #login .body .container .login .login-row .new-customer .panel-header,
        #login .body .container .login .login-row .new-customer .panel-body {
          background: transparent;
          padding: 0;
          margin-bottom: 0; }
        #login .body .container .login .login-row .new-customer h2 {
          font-family: "Montserrat", Arial, sans-serif;
          font-size: 26px;
          line-height: 38px;
          font-weight: bold;
          color: #000;
          text-transform: capitalize;
          margin-bottom: 9px; }
        #login .body .container .login .login-row .new-customer .new-customer-intro {
          font-family: "Oxygen";
          font-size: 16px;
          line-height: 22px;
          font-weight: normal;
          margin-bottom: 9px; }
        #login .body .container .login .login-row .new-customer ul.new-customer-fact-list {
          margin-bottom: 23px; }
          #login .body .container .login .login-row .new-customer ul.new-customer-fact-list .new-customer-fact {
            font-family: "Oxygen";
            font-size: 14px;
            line-height: 22px;
            font-weight: normal;
            padding-left: 5; }
        #login .body .container .login .login-row .new-customer a {
          display: block; }
          #login .body .container .login .login-row .new-customer a .button {
            height: 40px;
            background: #72AC72;
            font-family: "Oxygen";
            font-size: 14px;
            line-height: 22px;
            font-weight: bold;
            padding: 0 31px;
            margin-bottom: 3px; }
            #login .body .container .login .login-row .new-customer a .button:hover {
              background: #82C482; }
    #login .body .container .login .alertBox {
      border-radius: 4px;
      margin-bottom: 0;
      font-family: "Oxygen";
      font-size: 16px;
      line-height: 25px;
      color: #000;
      min-height: 50px;
      max-width: 860px;
      text-align: center;
      margin: auto;
      margin-bottom: 30px;
      display: flex;
      justify-content: center;
      align-items: center; }
      #login .body .container .login .alertBox.alertBox--info, #login .body .container .login .alertBox.alertBox--success {
        background-color: #E7F2E7; }
        #login .body .container .login .alertBox.alertBox--info .alertBox-icon svg, #login .body .container .login .alertBox.alertBox--success .alertBox-icon svg {
          fill: #72AC72; }
      #login .body .container .login .alertBox .alertBox-icon {
        padding-right: 5px; }
      #login .body .container .login .alertBox .alertBox-message {
        width: auto; }

#forgotpassword .breadcrumbs, #createaccount .breadcrumbs {
  text-align: center;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    #forgotpassword .breadcrumbs, #createaccount .breadcrumbs {
      display: none; } }
  #forgotpassword .breadcrumbs .breadcrumb, #createaccount .breadcrumbs .breadcrumb {
    font-family: "Oxygen";
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #747474; }
    #forgotpassword .breadcrumbs .breadcrumb:before, #createaccount .breadcrumbs .breadcrumb:before {
      content: ">";
      color: #747474; }
    #forgotpassword .breadcrumbs .breadcrumb:first-child:before, #createaccount .breadcrumbs .breadcrumb:first-child:before {
      content: ""; }
    #forgotpassword .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label, #createaccount .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label {
      color: #121212;
      font-weight: bold; }

#forgotpassword form .button, #createaccount form .button {
  height: 45px;
  background: #72AC72;
  font-family: "Oxygen";
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  padding: 0 32px;
  color: #fff;
  border: 0; }
  #forgotpassword form .button:hover, #createaccount form .button:hover {
    background: #82C482; }

/*SignI Inner Pages*/
#account_orderstatus .wishlists-table, #account_inbox .wishlists-table,
#account_addressbook .wishlists-table, #account_paymentmethods .wishlists-table,
#wishlists .wishlists-table, #editaccount .wishlists-table, #account_recentitems .wishlists-table, #account_addpaymentmethod .wishlists-table,
#add-wishlist .wishlists-table, #shippingaddressform .wishlists-table {
  max-width: 861px; }
  #account_orderstatus .wishlists-table .table-thead, #account_inbox .wishlists-table .table-thead,
  #account_addressbook .wishlists-table .table-thead, #account_paymentmethods .wishlists-table .table-thead,
  #wishlists .wishlists-table .table-thead, #editaccount .wishlists-table .table-thead, #account_recentitems .wishlists-table .table-thead, #account_addpaymentmethod .wishlists-table .table-thead,
  #add-wishlist .wishlists-table .table-thead, #shippingaddressform .wishlists-table .table-thead {
    background: #EAEAEA;
    min-height: 50px;
    padding: 0 20px; }
    #account_orderstatus .wishlists-table .table-thead tr th, #account_inbox .wishlists-table .table-thead tr th,
    #account_addressbook .wishlists-table .table-thead tr th, #account_paymentmethods .wishlists-table .table-thead tr th,
    #wishlists .wishlists-table .table-thead tr th, #editaccount .wishlists-table .table-thead tr th, #account_recentitems .wishlists-table .table-thead tr th, #account_addpaymentmethod .wishlists-table .table-thead tr th,
    #add-wishlist .wishlists-table .table-thead tr th, #shippingaddressform .wishlists-table .table-thead tr th {
      padding: 20.5px 20px;
      font-family: "Montserrat", Arial, sans-serif;
      font-size: 16px;
      line-height: 19px;
      font-weight: bold;
      color: #000; }
      @media (max-width: 550px) {
        #account_orderstatus .wishlists-table .table-thead tr th, #account_inbox .wishlists-table .table-thead tr th,
        #account_addressbook .wishlists-table .table-thead tr th, #account_paymentmethods .wishlists-table .table-thead tr th,
        #wishlists .wishlists-table .table-thead tr th, #editaccount .wishlists-table .table-thead tr th, #account_recentitems .wishlists-table .table-thead tr th, #account_addpaymentmethod .wishlists-table .table-thead tr th,
        #add-wishlist .wishlists-table .table-thead tr th, #shippingaddressform .wishlists-table .table-thead tr th {
          padding: 14.5px 5px; }
          #account_orderstatus .wishlists-table .table-thead tr th:last-child, #account_inbox .wishlists-table .table-thead tr th:last-child,
          #account_addressbook .wishlists-table .table-thead tr th:last-child, #account_paymentmethods .wishlists-table .table-thead tr th:last-child,
          #wishlists .wishlists-table .table-thead tr th:last-child, #editaccount .wishlists-table .table-thead tr th:last-child, #account_recentitems .wishlists-table .table-thead tr th:last-child, #account_addpaymentmethod .wishlists-table .table-thead tr th:last-child,
          #add-wishlist .wishlists-table .table-thead tr th:last-child, #shippingaddressform .wishlists-table .table-thead tr th:last-child {
            text-align: center; } }
  #account_orderstatus .wishlists-table .table-tbody, #account_inbox .wishlists-table .table-tbody,
  #account_addressbook .wishlists-table .table-tbody, #account_paymentmethods .wishlists-table .table-tbody,
  #wishlists .wishlists-table .table-tbody, #editaccount .wishlists-table .table-tbody, #account_recentitems .wishlists-table .table-tbody, #account_addpaymentmethod .wishlists-table .table-tbody,
  #add-wishlist .wishlists-table .table-tbody, #shippingaddressform .wishlists-table .table-tbody {
    border: 1px solid #EAEAEA;
    border-top: 0; }
    #account_orderstatus .wishlists-table .table-tbody tr, #account_inbox .wishlists-table .table-tbody tr,
    #account_addressbook .wishlists-table .table-tbody tr, #account_paymentmethods .wishlists-table .table-tbody tr,
    #wishlists .wishlists-table .table-tbody tr, #editaccount .wishlists-table .table-tbody tr, #account_recentitems .wishlists-table .table-tbody tr, #account_addpaymentmethod .wishlists-table .table-tbody tr,
    #add-wishlist .wishlists-table .table-tbody tr, #shippingaddressform .wishlists-table .table-tbody tr {
      border-bottom: 1px solid #EAEAEA; }
      #account_orderstatus .wishlists-table .table-tbody tr td, #account_inbox .wishlists-table .table-tbody tr td,
      #account_addressbook .wishlists-table .table-tbody tr td, #account_paymentmethods .wishlists-table .table-tbody tr td,
      #wishlists .wishlists-table .table-tbody tr td, #editaccount .wishlists-table .table-tbody tr td, #account_recentitems .wishlists-table .table-tbody tr td, #account_addpaymentmethod .wishlists-table .table-tbody tr td,
      #add-wishlist .wishlists-table .table-tbody tr td, #shippingaddressform .wishlists-table .table-tbody tr td {
        padding: 16px 20px;
        font-family: "Oxygen";
        font-size: 14px;
        line-height: 22px;
        font-weight: normal;
        color: #000; }
        #account_orderstatus .wishlists-table .table-tbody tr td a, #account_inbox .wishlists-table .table-tbody tr td a,
        #account_addressbook .wishlists-table .table-tbody tr td a, #account_paymentmethods .wishlists-table .table-tbody tr td a,
        #wishlists .wishlists-table .table-tbody tr td a, #editaccount .wishlists-table .table-tbody tr td a, #account_recentitems .wishlists-table .table-tbody tr td a, #account_addpaymentmethod .wishlists-table .table-tbody tr td a,
        #add-wishlist .wishlists-table .table-tbody tr td a, #shippingaddressform .wishlists-table .table-tbody tr td a {
          color: #000; }
        #account_orderstatus .wishlists-table .table-tbody tr td form .button, #account_inbox .wishlists-table .table-tbody tr td form .button,
        #account_addressbook .wishlists-table .table-tbody tr td form .button, #account_paymentmethods .wishlists-table .table-tbody tr td form .button,
        #wishlists .wishlists-table .table-tbody tr td form .button, #editaccount .wishlists-table .table-tbody tr td form .button, #account_recentitems .wishlists-table .table-tbody tr td form .button, #account_addpaymentmethod .wishlists-table .table-tbody tr td form .button,
        #add-wishlist .wishlists-table .table-tbody tr td form .button, #shippingaddressform .wishlists-table .table-tbody tr td form .button {
          font-family: "Oxygen";
          font-size: 14px;
          line-height: 22px;
          font-weight: bold;
          text-transform: capitalize;
          border: 0;
          padding: 0;
          height: 30px; }
          @media (max-width: 550px) {
            #account_orderstatus .wishlists-table .table-tbody tr td form .button, #account_inbox .wishlists-table .table-tbody tr td form .button,
            #account_addressbook .wishlists-table .table-tbody tr td form .button, #account_paymentmethods .wishlists-table .table-tbody tr td form .button,
            #wishlists .wishlists-table .table-tbody tr td form .button, #editaccount .wishlists-table .table-tbody tr td form .button, #account_recentitems .wishlists-table .table-tbody tr td form .button, #account_addpaymentmethod .wishlists-table .table-tbody tr td form .button,
            #add-wishlist .wishlists-table .table-tbody tr td form .button, #shippingaddressform .wishlists-table .table-tbody tr td form .button {
              max-width: 74px;
              padding: 0;
              margin: 0 auto 14px; } }
        #account_orderstatus .wishlists-table .table-tbody tr td form a.button, #account_inbox .wishlists-table .table-tbody tr td form a.button,
        #account_addressbook .wishlists-table .table-tbody tr td form a.button, #account_paymentmethods .wishlists-table .table-tbody tr td form a.button,
        #wishlists .wishlists-table .table-tbody tr td form a.button, #editaccount .wishlists-table .table-tbody tr td form a.button, #account_recentitems .wishlists-table .table-tbody tr td form a.button, #account_addpaymentmethod .wishlists-table .table-tbody tr td form a.button,
        #add-wishlist .wishlists-table .table-tbody tr td form a.button, #shippingaddressform .wishlists-table .table-tbody tr td form a.button {
          background: #1795C4;
          color: #fff;
          padding: 4px 29px; }
          #account_orderstatus .wishlists-table .table-tbody tr td form a.button:hover, #account_inbox .wishlists-table .table-tbody tr td form a.button:hover,
          #account_addressbook .wishlists-table .table-tbody tr td form a.button:hover, #account_paymentmethods .wishlists-table .table-tbody tr td form a.button:hover,
          #wishlists .wishlists-table .table-tbody tr td form a.button:hover, #editaccount .wishlists-table .table-tbody tr td form a.button:hover, #account_recentitems .wishlists-table .table-tbody tr td form a.button:hover, #account_addpaymentmethod .wishlists-table .table-tbody tr td form a.button:hover,
          #add-wishlist .wishlists-table .table-tbody tr td form a.button:hover, #shippingaddressform .wishlists-table .table-tbody tr td form a.button:hover {
            background: #81DDFF; }
          @media (max-width: 550px) {
            #account_orderstatus .wishlists-table .table-tbody tr td form a.button, #account_inbox .wishlists-table .table-tbody tr td form a.button,
            #account_addressbook .wishlists-table .table-tbody tr td form a.button, #account_paymentmethods .wishlists-table .table-tbody tr td form a.button,
            #wishlists .wishlists-table .table-tbody tr td form a.button, #editaccount .wishlists-table .table-tbody tr td form a.button, #account_recentitems .wishlists-table .table-tbody tr td form a.button, #account_addpaymentmethod .wishlists-table .table-tbody tr td form a.button,
            #add-wishlist .wishlists-table .table-tbody tr td form a.button, #shippingaddressform .wishlists-table .table-tbody tr td form a.button {
              padding: 3px 0;
              min-width: 74px; } }
        #account_orderstatus .wishlists-table .table-tbody tr td form input.button, #account_inbox .wishlists-table .table-tbody tr td form input.button,
        #account_addressbook .wishlists-table .table-tbody tr td form input.button, #account_paymentmethods .wishlists-table .table-tbody tr td form input.button,
        #wishlists .wishlists-table .table-tbody tr td form input.button, #editaccount .wishlists-table .table-tbody tr td form input.button, #account_recentitems .wishlists-table .table-tbody tr td form input.button, #account_addpaymentmethod .wishlists-table .table-tbody tr td form input.button,
        #add-wishlist .wishlists-table .table-tbody tr td form input.button, #shippingaddressform .wishlists-table .table-tbody tr td form input.button {
          background: #fff;
          color: #1795C4;
          border: 1px solid #1795C4;
          padding: 3px 19px; }
          @media (max-width: 550px) {
            #account_orderstatus .wishlists-table .table-tbody tr td form input.button, #account_inbox .wishlists-table .table-tbody tr td form input.button,
            #account_addressbook .wishlists-table .table-tbody tr td form input.button, #account_paymentmethods .wishlists-table .table-tbody tr td form input.button,
            #wishlists .wishlists-table .table-tbody tr td form input.button, #editaccount .wishlists-table .table-tbody tr td form input.button, #account_recentitems .wishlists-table .table-tbody tr td form input.button, #account_addpaymentmethod .wishlists-table .table-tbody tr td form input.button,
            #add-wishlist .wishlists-table .table-tbody tr td form input.button, #shippingaddressform .wishlists-table .table-tbody tr td form input.button {
              padding: 3px 0;
              min-width: 74px; } }
          #account_orderstatus .wishlists-table .table-tbody tr td form input.button:hover, #account_inbox .wishlists-table .table-tbody tr td form input.button:hover,
          #account_addressbook .wishlists-table .table-tbody tr td form input.button:hover, #account_paymentmethods .wishlists-table .table-tbody tr td form input.button:hover,
          #wishlists .wishlists-table .table-tbody tr td form input.button:hover, #editaccount .wishlists-table .table-tbody tr td form input.button:hover, #account_recentitems .wishlists-table .table-tbody tr td form input.button:hover, #account_addpaymentmethod .wishlists-table .table-tbody tr td form input.button:hover,
          #add-wishlist .wishlists-table .table-tbody tr td form input.button:hover, #shippingaddressform .wishlists-table .table-tbody tr td form input.button:hover {
            background: #1795C4;
            color: #fff; }

#account_orderstatus .breadcrumbs, #account_inbox .breadcrumbs,
#account_addressbook .breadcrumbs, #account_paymentmethods .breadcrumbs,
#wishlists .breadcrumbs, #editaccount .breadcrumbs, #account_recentitems .breadcrumbs, #account_addpaymentmethod .breadcrumbs,
#add-wishlist .breadcrumbs, #shippingaddressform .breadcrumbs {
  text-align: center;
  margin-bottom: 15px; }
  @media (max-width: 767px) {
    #account_orderstatus .breadcrumbs, #account_inbox .breadcrumbs,
    #account_addressbook .breadcrumbs, #account_paymentmethods .breadcrumbs,
    #wishlists .breadcrumbs, #editaccount .breadcrumbs, #account_recentitems .breadcrumbs, #account_addpaymentmethod .breadcrumbs,
    #add-wishlist .breadcrumbs, #shippingaddressform .breadcrumbs {
      display: none; } }
  #account_orderstatus .breadcrumbs .breadcrumb, #account_inbox .breadcrumbs .breadcrumb,
  #account_addressbook .breadcrumbs .breadcrumb, #account_paymentmethods .breadcrumbs .breadcrumb,
  #wishlists .breadcrumbs .breadcrumb, #editaccount .breadcrumbs .breadcrumb, #account_recentitems .breadcrumbs .breadcrumb, #account_addpaymentmethod .breadcrumbs .breadcrumb,
  #add-wishlist .breadcrumbs .breadcrumb, #shippingaddressform .breadcrumbs .breadcrumb {
    font-family: "Oxygen";
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #747474; }
    #account_orderstatus .breadcrumbs .breadcrumb:before, #account_inbox .breadcrumbs .breadcrumb:before,
    #account_addressbook .breadcrumbs .breadcrumb:before, #account_paymentmethods .breadcrumbs .breadcrumb:before,
    #wishlists .breadcrumbs .breadcrumb:before, #editaccount .breadcrumbs .breadcrumb:before, #account_recentitems .breadcrumbs .breadcrumb:before, #account_addpaymentmethod .breadcrumbs .breadcrumb:before,
    #add-wishlist .breadcrumbs .breadcrumb:before, #shippingaddressform .breadcrumbs .breadcrumb:before {
      content: ">";
      color: #747474; }
    #account_orderstatus .breadcrumbs .breadcrumb:first-child:before, #account_inbox .breadcrumbs .breadcrumb:first-child:before,
    #account_addressbook .breadcrumbs .breadcrumb:first-child:before, #account_paymentmethods .breadcrumbs .breadcrumb:first-child:before,
    #wishlists .breadcrumbs .breadcrumb:first-child:before, #editaccount .breadcrumbs .breadcrumb:first-child:before, #account_recentitems .breadcrumbs .breadcrumb:first-child:before, #account_addpaymentmethod .breadcrumbs .breadcrumb:first-child:before,
    #add-wishlist .breadcrumbs .breadcrumb:first-child:before, #shippingaddressform .breadcrumbs .breadcrumb:first-child:before {
      content: ""; }
    #account_orderstatus .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label, #account_inbox .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label,
    #account_addressbook .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label, #account_paymentmethods .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label,
    #wishlists .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label, #editaccount .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label, #account_recentitems .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label, #account_addpaymentmethod .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label,
    #add-wishlist .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label, #shippingaddressform .breadcrumbs .breadcrumb + .is-active a.breadcrumb-label {
      color: #121212;
      font-weight: bold; }

#account_orderstatus .page-heading, #account_inbox .page-heading,
#account_addressbook .page-heading, #account_paymentmethods .page-heading,
#wishlists .page-heading, #editaccount .page-heading, #account_recentitems .page-heading, #account_addpaymentmethod .page-heading,
#add-wishlist .page-heading, #shippingaddressform .page-heading {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 36px;
  line-height: 38px;
  font-weight: bold;
  color: #000;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 27px; }
  @media (max-width: 767px) {
    #account_orderstatus .page-heading, #account_inbox .page-heading,
    #account_addressbook .page-heading, #account_paymentmethods .page-heading,
    #wishlists .page-heading, #editaccount .page-heading, #account_recentitems .page-heading, #account_addpaymentmethod .page-heading,
    #add-wishlist .page-heading, #shippingaddressform .page-heading {
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 30px;
      margin-top: 35px; } }

@media (max-width: 767px) {
  #account_orderstatus nav.navBar.navBar--sub.navBar--account .navBar-section, #account_inbox nav.navBar.navBar--sub.navBar--account .navBar-section,
  #account_addressbook nav.navBar.navBar--sub.navBar--account .navBar-section, #account_paymentmethods nav.navBar.navBar--sub.navBar--account .navBar-section,
  #wishlists nav.navBar.navBar--sub.navBar--account .navBar-section, #editaccount nav.navBar.navBar--sub.navBar--account .navBar-section, #account_recentitems nav.navBar.navBar--sub.navBar--account .navBar-section, #account_addpaymentmethod nav.navBar.navBar--sub.navBar--account .navBar-section,
  #add-wishlist nav.navBar.navBar--sub.navBar--account .navBar-section, #shippingaddressform nav.navBar.navBar--sub.navBar--account .navBar-section {
    padding-bottom: 20px;
    border-bottom: 1px solid #ACACAC;
    float: none;
    display: block; } }

@media (max-width: 550px) {
  #account_orderstatus nav.navBar.navBar--sub.navBar--account .navBar-section, #account_inbox nav.navBar.navBar--sub.navBar--account .navBar-section,
  #account_addressbook nav.navBar.navBar--sub.navBar--account .navBar-section, #account_paymentmethods nav.navBar.navBar--sub.navBar--account .navBar-section,
  #wishlists nav.navBar.navBar--sub.navBar--account .navBar-section, #editaccount nav.navBar.navBar--sub.navBar--account .navBar-section, #account_recentitems nav.navBar.navBar--sub.navBar--account .navBar-section, #account_addpaymentmethod nav.navBar.navBar--sub.navBar--account .navBar-section,
  #add-wishlist nav.navBar.navBar--sub.navBar--account .navBar-section, #shippingaddressform nav.navBar.navBar--sub.navBar--account .navBar-section {
    margin-top: -15px; } }

#account_orderstatus nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_inbox nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item,
#account_addressbook nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_paymentmethods nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item,
#wishlists nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #editaccount nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_recentitems nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_addpaymentmethod nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item,
#add-wishlist nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #shippingaddressform nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item {
  float: none; }
  @media (max-width: 767px) {
    #account_orderstatus nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_inbox nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item,
    #account_addressbook nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_paymentmethods nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item,
    #wishlists nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #editaccount nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_recentitems nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_addpaymentmethod nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item,
    #add-wishlist nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #shippingaddressform nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item {
      margin-left: 15px; } }
  @media (max-width: 550px) {
    #account_orderstatus nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_inbox nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item,
    #account_addressbook nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_paymentmethods nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item,
    #wishlists nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #editaccount nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_recentitems nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #account_addpaymentmethod nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item,
    #add-wishlist nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item, #shippingaddressform nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item {
      margin: 15px auto;
      margin-right: auto !important;
      float: left;
      width: 50%; } }
  #account_orderstatus nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item.is-active, #account_inbox nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item.is-active,
  #account_addressbook nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item.is-active, #account_paymentmethods nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item.is-active,
  #wishlists nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item.is-active, #editaccount nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item.is-active, #account_recentitems nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item.is-active, #account_addpaymentmethod nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item.is-active,
  #add-wishlist nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item.is-active, #shippingaddressform nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item.is-active {
    font-family: "Oxygen";
    font-size: 18px;
    line-height: 28px;
    color: #000;
    font-weight: bold;
    border: 0;
    text-decoration: underline; }
  #account_orderstatus nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action, #account_inbox nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action,
  #account_addressbook nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action, #account_paymentmethods nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action,
  #wishlists nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action, #editaccount nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action, #account_recentitems nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action, #account_addpaymentmethod nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action,
  #add-wishlist nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action, #shippingaddressform nav.navBar.navBar--sub.navBar--account .navBar-section .navBar-item .navBar-action {
    font-family: "Oxygen";
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
    color: #525252; }

#account_orderstatus label[for="publicwishlist"], #account_inbox label[for="publicwishlist"],
#account_addressbook label[for="publicwishlist"], #account_paymentmethods label[for="publicwishlist"],
#wishlists label[for="publicwishlist"], #editaccount label[for="publicwishlist"], #account_recentitems label[for="publicwishlist"], #account_addpaymentmethod label[for="publicwishlist"],
#add-wishlist label[for="publicwishlist"], #shippingaddressform label[for="publicwishlist"] {
  text-transform: capitalize; }

#account_orderstatus .form-label small, #account_inbox .form-label small,
#account_addressbook .form-label small, #account_paymentmethods .form-label small,
#wishlists .form-label small, #editaccount .form-label small, #account_recentitems .form-label small, #account_addpaymentmethod .form-label small,
#add-wishlist .form-label small, #shippingaddressform .form-label small {
  font-size: 11px;
  line-height: 18px;
  color: #707070;
  font-weight: normal; }

#account_addpaymentmethod p.paymentMethodForm-subheading {
  display: none; }

@media (min-width: 801px) {
  #account_addpaymentmethod .form-row--half {
    max-width: 690px;
    width: 100%; }
    #account_addpaymentmethod .form-row--half input {
      max-width: 335px; } }

#account_addpaymentmethod .form-actions input.button.button--primary {
  background: #1795C4;
  color: #fff;
  padding: 11px 37px;
  border: 0; }
  #account_addpaymentmethod .form-actions input.button.button--primary:hover {
    background: #81DDFF; }

#account_addpaymentmethod .form-actions a.button {
  background: #fff;
  color: #1795C4;
  border: 1px solid #1795C4;
  padding: 11px 36px; }
  #account_addpaymentmethod .form-actions a.button:hover {
    background: #1795C4;
    color: #fff; }

@media (min-width: 801px) {
  #account_addpaymentmethod .form-actions {
    max-width: 690px;
    width: 100%;
    margin-left: 0; } }

@media (max-width: 550px) {
  #account_addpaymentmethod .form-actions input.button {
    margin-bottom: 15px; } }

#shippingaddressform input.button.button--primary {
  background: #1795C4;
  color: #fff;
  padding: 11px 37px;
  border: 0; }
  #shippingaddressform input.button.button--primary:hover {
    background: #81DDFF; }

#shippingaddressform a.button {
  background: #fff;
  color: #1795C4;
  border: 1px solid #1795C4;
  padding: 11px 36px; }
  #shippingaddressform a.button:hover {
    background: #1795C4;
    color: #fff; }

#editaccount .form-actions button.button {
  background: #1795C4;
  color: #fff;
  border: 0; }
  #editaccount .form-actions button.button:hover {
    background: #81DDFF; }

#add-wishlist input.button.button--primary {
  background: #1795C4;
  color: #fff;
  padding: 11px 37px;
  border: 0; }
  #add-wishlist input.button.button--primary:hover {
    background: #81DDFF; }

#account_paymentmethods .newPaymentMethod-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #000;
  text-transform: uppercase; }

#account_paymentmethods .paymentMethodsGrid .paymentMethodsGrid-item .paymentMethod {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1); }
  #account_paymentmethods .paymentMethodsGrid .paymentMethodsGrid-item .paymentMethod .paymentMethod-row {
    background-color: #fff; }
    #account_paymentmethods .paymentMethodsGrid .paymentMethodsGrid-item .paymentMethod .paymentMethod-row:first-child {
      background-color: #E4F4FA; }

#account_paymentmethods .paymentMethodsGrid .paymentMethodsGrid-item:last-child .paymentMethod .paymentMethod-row {
  background-color: #FAFAFA; }

#account_paymentmethods .paymentMethodsGrid .paymentMethodsGrid-item .button {
  text-transform: capitalize;
  min-width: 84px; }

#account_paymentmethods .paymentMethodsGrid .paymentMethodsGrid-item button {
  font-family: "Oxygen";
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  text-transform: capitalize;
  border: 0;
  padding: 0;
  height: 30px;
  min-width: 84px;
  background: #fff;
  color: #1795C4;
  border: 1px solid #1795C4; }

#createaccount_thanks .page-heading {
  margin-bottom: 1.5rem; }

body {
  position: relative;
  min-height: 100vh; }

footer.custom-footer {
  position: absolute;
  width: 100%;
  bottom: -300px;
  height: 280px; }

body#product .modal-background {
  background-color: rgba(0, 0, 0, 0.8); }

body#product #previewModal {
  max-width: 1064px;
  width: 100%;
  padding: 0 20px;
  background: transparent;
  min-height: 374px;
  overflow: initial; }
  body#product #previewModal .modal-close {
    font-size: 50px;
    height: 50px;
    width: 50px;
    background: #000;
    border-radius: 50px;
    border: 2px solid #fff;
    position: absolute;
    top: -25px;
    right: -5px; }
    @media (max-width: 1070px) {
      body#product #previewModal .modal-close {
        right: 0; } }
    @media (max-width: 801px) {
      body#product #previewModal .modal-close {
        height: 40px;
        width: 40px;
        top: -4vh; } }
    body#product #previewModal .modal-close span {
      height: 24px;
      width: 35px;
      color: #fff;
      margin-top: 7px;
      display: inline-block; }
      @media (max-width: 801px) {
        body#product #previewModal .modal-close span {
          margin-top: 2px; } }
  body#product #previewModal .modal-content {
    background-image: url("../img/popup-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10px; }
    body#product #previewModal .modal-content .modal-header {
      padding: 15px 20px;
      min-height: 64px;
      background-image: url("../img/popup-header.png");
      background-size: cover; }
      body#product #previewModal .modal-content .modal-header .modal-header-title {
        font-family: "Montserrat", Arial, sans-serif;
        font-size: 26px;
        line-height: 30px;
        font-weight: bold;
        color: #fff; }
        @media (max-width: 801px) {
          body#product #previewModal .modal-content .modal-header .modal-header-title {
            font-size: 24px;
            line-height: 26px; } }
    body#product #previewModal .modal-content .modal-body {
      padding: 30px 30px 20px; }
      body#product #previewModal .modal-content .modal-body .previewCart {
        width: 100%;
        margin: auto;
        padding: 0;
        padding-bottom: 0; }
        @media (max-width: 801px) {
          body#product #previewModal .modal-content .modal-body .previewCart {
            padding: 0;
            padding-bottom: 20px;
            flex-direction: column;
            display: flex;
            justify-content: space-between; } }
        body#product #previewModal .modal-content .modal-body .previewCart section {
          padding: 0; }
          body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout {
            width: 280px;
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            border-radius: 2px;
            background: #fff;
            padding: 20px;
            height: fit-content; }
            @media (max-width: 801px) {
              body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout {
                width: 100%;
                float: none; } }
            body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button {
              min-height: 48px;
              background: #72AC72;
              font-family: "Oxygen";
              font-size: 16px;
              line-height: 18px;
              text-transform: uppercase;
              padding: 14px 0;
              margin-bottom: 10px;
              color: #fff;
              transition: 0s; }
              @media (max-width: 801px) {
                body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button {
                  max-width: 70%;
                  margin: 0 auto 11px; } }
              @media (max-width: 480px) {
                body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button {
                  max-width: 100%; } }
              body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:hover {
                background: #82C482;
                transition: 0s; }
              body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:first-child {
                background-color: #72AC72 !important;
                font-family: "Oxygen";
                font-size: 16px;
                line-height: 25px;
                font-weight: bold;
                color: #fff;
                min-height: 54px;
                padding: 14px 10px 14px 45px;
                background: url("../img/pdp/ic_shopping_cart.png");
                background-repeat: no-repeat;
                background-position: 25px;
                background-size: 20px;
                width: auto; }
                body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:first-child:hover {
                  background-color: #72AC72 !important; }
                @media (max-width: 801px) {
                  body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:first-child {
                    background-position: 26%; } }
                @media (max-width: 670px) {
                  body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:first-child {
                    background-position: 20%; } }
                @media (max-width: 580px) {
                  body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:first-child {
                    background-position: 25px; } }
              body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:last-child {
                border: none;
                font-size: 14px;
                line-height: 22px;
                min-height: auto;
                color: #707070;
                background: #fff;
                font-weight: bold;
                margin-bottom: 0;
                padding: 0;
                text-decoration: underline;
                position: relative; }
                body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:last-child:hover:before {
                  color: #707070; }
                body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:last-child::before {
                  content: "Continue Shopping";
                  position: absolute;
                  width: 100%;
                  height: auto;
                  top: 2px;
                  left: 50%;
                  transform: translateX(-50%);
                  color: #707070;
                  background: #fff;
                  font-weight: bold;
                  font-family: "Oxygen";
                  font-size: 14px;
                  line-height: 22px;
                  text-decoration: underline;
                  text-transform: capitalize; }
            body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout a.button.button--primary:hover:before {
              color: #1795C4 !important; }
            body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:not(.button--primary) {
              position: relative;
              display: inline-block;
              border: 0; }
              body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:not(.button--primary):hover:before {
                background: #82C482; }
              body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .button:not(.button--primary)::before {
                content: "View Your Cart";
                position: absolute;
                width: 99%;
                height: auto;
                top: 15px;
                left: 50%;
                transform: translateX(-50%);
                background: #72AC72;
                font-family: "Oxygen";
                font-size: 16px;
                text-transform: uppercase; }
            body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .previewCartCheckout-subtotal {
              margin: 5px auto 0;
              font-family: "Oxygen";
              font-size: 14px;
              line-height: 22px;
              font-weight: normal;
              color: #000;
              margin-bottom: 13px;
              text-transform: capitalize; }
              body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout .previewCartCheckout-subtotal strong {
                font-size: 28px;
                line-height: 46px;
                font-weight: bold; }
            body#product #previewModal .modal-content .modal-body .previewCart section.previewCartCheckout p[data-cart-quantity] {
              font-family: "Oxygen";
              font-size: 14px;
              line-height: 22px;
              font-weight: normal;
              color: #000;
              margin: 0;
              margin-bottom: 12px; }
          body#product #previewModal .modal-content .modal-body .previewCart section.productView {
            width: calc(100% - 280px);
            padding-right: 24px;
            flex-direction: row;
            height: 210px; }
            @media (max-width: 801px) {
              body#product #previewModal .modal-content .modal-body .previewCart section.productView {
                width: 100%;
                margin: 20px 0 0;
                float: none;
                padding-right: 0; } }
            @media (max-width: 500px) {
              body#product #previewModal .modal-content .modal-body .previewCart section.productView {
                flex-direction: column;
                height: auto; } }
            body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-image {
              padding: 0;
              width: 100%;
              height: 190px;
              min-height: 190px;
              display: block;
              margin-top: 0; }
              @media (max-width: 1023px) {
                body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-image {
                  min-height: auto;
                  height: auto; } }
              @media (max-width: 801px) {
                body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-image {
                  height: auto; } }
              body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-image .productView-img-container {
                height: inherit; }
                body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-image .productView-img-container img.productView-image--cart {
                  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
                  object-fit: contain;
                  background-color: #fff; }
            body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details {
              padding: 0;
              padding-left: 20px;
              margin-bottom: 0;
              width: 100%; }
              @media (max-width: 801px) {
                body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details {
                  margin-top: 5px; } }
              @media (max-width: 500px) {
                body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details {
                  padding-left: 0; } }
              body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details .productView-title {
                font-family: "Oxygen";
                font-size: 24px;
                line-height: 28px;
                font-weight: bold;
                color: #17020D; }
                @media (max-width: 801px) {
                  body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details .productView-title {
                    font-size: 22px;
                    line-height: 24px; } }
              body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details .productView-brand {
                display: none; }
              body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details .productView-price {
                color: #E04E00;
                font-family: "Oxygen";
                font-size: 36px;
                line-height: 74px;
                font-weight: normal;
                margin-bottom: 0; }
                @media (max-width: 801px) {
                  body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details .productView-price {
                    font-size: 30px;
                    line-height: 50px; } }
              body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details .productView-info {
                margin-top: 0;
                margin-bottom: 0; }
                body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details .productView-info .productView-info-name {
                  font-family: "Oxygen";
                  font-size: 18px;
                  line-height: 28px;
                  font-weight: normal;
                  color: #000;
                  margin: 0;
                  font-weight: bold;
                  display: inline-block;
                  float: none; }
                  @media (max-width: 801px) {
                    body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details .productView-info .productView-info-name {
                      font-size: 16px;
                      line-height: 25px; } }
                body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details .productView-info .productView-info-value {
                  display: inline-block;
                  font-family: "Oxygen";
                  font-size: 18px;
                  line-height: 28px;
                  font-weight: normal;
                  color: #000;
                  margin: 0;
                  float: none; }
                  @media (max-width: 801px) {
                    body#product #previewModal .modal-content .modal-body .previewCart section.productView .productView-details .productView-info .productView-info-value {
                      font-size: 16px;
                      line-height: 25px; } }

@media (max-width: 801px) {
  .previewCart .previewCartCheckout .paypalCommerce-buttons-container .paypalCommerce-smart-buttons {
    min-width: auto !important;
    max-width: 70%;
    display: block;
    margin: auto;
    height: 48px; } }

#orderconfirmation .header {
  background-color: #313131;
  border-bottom: 0; }
  #orderconfirmation .header .sitewide-banner {
    display: none; }
  #orderconfirmation .header .container {
    border-bottom: 0;
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    max-height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 1399px) {
      #orderconfirmation .header .container {
        padding: 0 25px; } }
    #orderconfirmation .header .container .header-logo.header-logo--center {
      width: auto; }
      #orderconfirmation .header .container .header-logo.header-logo--center .header-logo-image-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        width: auto; }
        #orderconfirmation .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
          width: 112px;
          height: 58px; }
    #orderconfirmation .header .container .header-left {
      padding: 0; }
      #orderconfirmation .header .container .header-left .free-ship {
        margin-left: 0;
        color: #fff;
        font-size: 20px;
        font-family: Montserrat;
        margin-left: -10px; }
    #orderconfirmation .header .container .header-contact {
      height: 100px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 0; }
      #orderconfirmation .header .container .header-contact a {
        color: #fcfcfc;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none; }
      #orderconfirmation .header .container .header-contact .sign-out {
        text-decoration: underline;
        margin-left: 5px; }
    #orderconfirmation .header .container div:empty {
      display: none; }
  @media screen and (max-width: 1023px) {
    #orderconfirmation .header .container {
      max-height: 75px; } }
  @media screen and (max-width: 800px) {
    #orderconfirmation .header .container .header-logo.header-logo--center {
      display: flex;
      align-items: center; } }
  @media screen and (max-width: 1023px) {
    #orderconfirmation .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
      width: 84px;
      height: 44px; } }
  @media screen and (max-width: 1023px) {
    #orderconfirmation .header .container .header-left .free-ship {
      font-size: 15px; } }
  @media screen and (min-width: 768px) {
    #orderconfirmation .header .container .header-left .free-ship {
      display: block; } }
  @media screen and (max-width: 1023px) {
    #orderconfirmation .header .container .header-contact {
      max-height: 75px; } }
  @media screen and (max-width: 1023px) {
    #orderconfirmation .header .container .header-contact a {
      color: #fcfcfc;
      font-size: 14px; } }

#orderconfirmation .body {
  margin-top: 110px;
  min-height: 555px; }
  @media screen and (max-width: 1023px) {
    #orderconfirmation .body {
      padding: 0 35px;
      min-height: 500px; } }
  @media screen and (max-width: 767px) {
    #orderconfirmation .body {
      margin-top: 40px;
      padding: 0 25px; } }
  #orderconfirmation .body .container {
    max-width: 950px;
    padding: 0;
    background: #E8F5FA; }
    @media screen and (max-width: 1023px) {
      #orderconfirmation .body .container {
        max-width: 100%; } }
    #orderconfirmation .body .container p {
      color: #000000;
      font-family: Oxygen;
      font-size: 20px;
      padding: 44px 25px;
      font-weight: bold;
      line-height: 26px;
      text-align: center;
      margin-bottom: 0; }
      @media screen and (max-width: 1023px) {
        #orderconfirmation .body .container p {
          font-size: 18px;
          line-height: 22px;
          padding: 44px 20px; } }
    #orderconfirmation .body .container a {
      color: #000000;
      font-size: 20px;
      font-weight: bold;
      line-height: 26px;
      font-family: Oxygen; }
      @media screen and (max-width: 1023px) {
        #orderconfirmation .body .container a {
          font-size: 18px;
          line-height: 22px; } }

#orderconfirmation .footer {
  background-color: #eaeaea;
  min-height: 50px; }
  #orderconfirmation .footer .container {
    max-width: 1440px; }
    #orderconfirmation .footer .container .footer-copyright {
      padding: 18px 0;
      font-family: Montserrat,sans-serif;
      color: #525252;
      font-size: 11px;
      line-height: 14px; }
      @media screen and (max-width: 767px) {
        #orderconfirmation .footer .container .footer-copyright {
          padding: 18px 25px; } }
      #orderconfirmation .footer .container .footer-copyright a {
        font-family: Montserrat,sans-serif;
        color: #525252;
        font-size: 11px;
        line-height: 15px;
        text-decoration: underline; }

/* Search page search box section css */
#page.custom-sidebar-design .page-sidebar {
  max-width: 258px; }
  #page.custom-sidebar-design .page-sidebar .sidebar-parent {
    border-bottom: 1px solid #DBDBDB;
    padding: 10px 0px; }
    #page.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading {
      font-size: 14px;
      line-height: 35px;
      font-weight: bold;
      color: #707070;
      text-transform: uppercase;
      font-family: 'OXYGEN';
      position: relative;
      margin: 0;
      cursor: pointer; }
      #page.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading::after {
        content: "";
        position: absolute;
        background-image: url("../img/plus.png");
        width: 16px;
        height: 16px;
        top: 10px;
        right: 0; }
        @media (max-width: 1024px) {
          #page.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading::after {
            top: 4px; } }
      @media (max-width: 1023px) {
        #page.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading {
          font-size: 15px;
          line-height: 25px;
          padding-right: 20px; } }
    #page.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading.active {
      color: #1795C4; }
      #page.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading.active::after {
        background-image: url("../img/minus.png");
        height: 4px;
        top: 15px; }
        @media (max-width: 1024px) {
          #page.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading.active::after {
            top: 10px; } }
    #page.custom-sidebar-design .page-sidebar .sidebar-parent .navList {
      display: none;
      margin-bottom: 0; }
      #page.custom-sidebar-design .page-sidebar .sidebar-parent .navList .navList-item a {
        font-size: 14px;
        line-height: 35px;
        font-weight: normal;
        color: #000000;
        font-family: 'MONTSERRAT'; }
        #page.custom-sidebar-design .page-sidebar .sidebar-parent .navList .navList-item a input[type="checkbox"] {
          vertical-align: middle;
          width: 18px;
          height: 18px;
          margin-right: 5px;
          outline: 1px solid #000000; }
        #page.custom-sidebar-design .page-sidebar .sidebar-parent .navList .navList-item a span {
          font-size: 12px;
          color: #707070; }
    @media (max-width: 1024px) {
      #page.custom-sidebar-design .page-sidebar .sidebar-parent {
        width: 100%;
        max-width: 100%; } }
  @media (max-width: 1024px) {
    #page.custom-sidebar-design .page-sidebar {
      max-width: 100%;
      width: 100%; } }

#page.custom-sidebar-design .page .page-heading {
  text-align: left;
  font-size: 24px;
  color: #000;
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    #page.custom-sidebar-design .page .page-heading {
      float: right;
      width: 75%;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      font-size: 40px; } }
  @media (max-width: 1024px) {
    #page.custom-sidebar-design .page .page-heading {
      width: 100%; } }

@media (max-width: 1024px) {
  #page.custom-sidebar-design .page-sidebar .nxt-refine-options {
    font-family: 'OXYGEN';
    background: #1795C4;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    padding: 16px;
    margin-bottom: 30px;
    margin-top: 30px; }
    #page.custom-sidebar-design .page-sidebar .nxt-refine-options:hover {
      background: #1795C4; }
    #page.custom-sidebar-design .page-sidebar .nxt-refine-options .nxt-fitler-burger {
      display: none; }
    #page.custom-sidebar-design .page-sidebar .nxt-refine-options img {
      padding-left: 15px; }
  #page.custom-sidebar-design .page-sidebar nav {
    left: -20px;
    position: relative; }
  #page.custom-sidebar-design .page-sidebar #nxt-refines-container {
    position: absolute;
    top: 0;
    width: calc(100% - -40px);
    box-shadow: none;
    height: fit-content;
    background: #F4F4F4;
    padding: 20px 38px; }
    #page.custom-sidebar-design .page-sidebar #nxt-refines-container .nxt-close-refines {
      display: none; }
  #page.custom-sidebar-design .page-sidebar .nxt-refines-slidein {
    -webkit-transition: top 200ms ease-in-out; }
  #page.custom-sidebar-design .page-sidebar .nxt-refine-options.nxt-refine-options-active {
    background: #1EBDF7; }
    #page.custom-sidebar-design .page-sidebar .nxt-refine-options.nxt-refine-options-active img {
      transform: rotate(180deg);
      padding-left: 0;
      padding-right: 15px; } }

#page.custom-sidebar-design .page {
  max-width: 1250px;
  margin: auto; }

@media (max-width: 1024px) {
  #page.custom-sidebar-design .page-content {
    width: 100%;
    max-width: 100%; }
  #page.custom-sidebar-design .category-heading {
    width: 100%; } }

@media (max-width: 1023px) and (min-width: 768px) {
  #page.custom-sidebar-design .page {
    padding: 0 67px; } }

#category .category-breadcrumbs {
  margin-top: 25px; }

/* Brand Pages */
body#category.full-banner-category .page {
  max-width: 100%;
  padding: 0; }
  body#category.full-banner-category .page .product-banner {
    margin: 0;
    background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/featured-brands-bg.png");
    width: 100%; }
    @media (max-width: 1023px) {
      body#category.full-banner-category .page .product-banner {
        min-height: 150px;
        padding: 0; } }
    @media (max-width: 1023px) {
      body#category.full-banner-category .page .product-banner {
        background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/featured-brands-mobile-bg.png"); } }
    body#category.full-banner-category .page .product-banner .banner-container {
      max-width: 1440px;
      padding: 0 35px;
      min-height: 130px; }
      @media (max-width: 1023px) {
        body#category.full-banner-category .page .product-banner .banner-container {
          padding: 10px 30px;
          flex-direction: initial;
          justify-content: space-between;
          min-height: 150px; } }
      @media (max-width: 767px) {
        body#category.full-banner-category .page .product-banner .banner-container {
          min-height: initial;
          flex-direction: column;
          padding: 30px 0;
          padding-bottom: 0; } }
      @media (max-width: 1023px) {
        body#category.full-banner-category .page .product-banner .banner-container .category-description {
          margin: 0; } }
      body#category.full-banner-category .page .product-banner .banner-container .category-description .contents {
        margin-right: -26px; }
        @media (max-width: 1023px) {
          body#category.full-banner-category .page .product-banner .banner-container .category-description .contents {
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          body#category.full-banner-category .page .product-banner .banner-container .category-description .contents {
            margin-right: 0; } }
      body#category.full-banner-category .page .product-banner .banner-container .category-img {
        margin: 0;
        max-width: 260px; }
        @media (max-width: 1023px) {
          body#category.full-banner-category .page .product-banner .banner-container .category-img {
            margin: 0;
            max-width: 216px; } }
        body#category.full-banner-category .page .product-banner .banner-container .category-img .cat-thumbnail {
          max-width: 260px;
          width: 100%; }
          @media (max-width: 1023px) {
            body#category.full-banner-category .page .product-banner .banner-container .category-img .cat-thumbnail {
              max-width: 216px; } }
    body#category.full-banner-category .page .product-banner .banner-container.banner-nosignup {
      justify-content: center; }
      @media (max-width: 767px) {
        body#category.full-banner-category .page .product-banner .banner-container.banner-nosignup .category-img {
          padding-bottom: 5px; } }
  body#category.full-banner-category .page .nav-breadcrumbs {
    padding: 20px 0; }
    @media (max-width: 767px) {
      body#category.full-banner-category .page .nav-breadcrumbs {
        padding: 10px 0; } }
    body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container {
      max-width: 1440px;
      padding: 0 35px; }
      @media (max-width: 1023px) {
        body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container {
          padding: 0 30px; } }
      @media (max-width: 767px) {
        body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container {
          padding: 0 20px; } }
      @media (max-width: 767px) {
        body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs {
          display: none; } }
      body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box {
        padding-top: 20px;
        align-items: flex-start; }
        @media (max-width: 1023px) {
          body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box {
            padding-top: 10px; } }
        @media (max-width: 767px) {
          body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box {
            padding-top: 0; } }
        body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-heading {
          font-size: 36px;
          line-height: 44px;
          color: #000;
          padding-right: 20px; }
          @media (max-width: 1200px) {
            body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-heading {
              font-size: 30px;
              line-height: 37px; } }
          @media (max-width: 1023px) {
            body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-heading {
              font-size: 28px;
              line-height: 34px;
              padding: 0;
              padding-bottom: 15px; } }
          @media (max-width: 767px) {
            body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-heading {
              font-size: 24px;
              line-height: 29px; } }
        body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description {
          font-size: 15px;
          line-height: 20px;
          font-weight: 400;
          color: #000000; }
          @media (min-width: 1300px) {
            body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description {
              max-width: 860px; } }
          @media (max-width: 1200px) {
            body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description {
              max-width: 680px; } }
          @media (max-width: 1023px) {
            body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description {
              padding: 0;
              max-width: 660px;
              text-align: left; } }
          @media (max-width: 1023px) {
            body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description .parent-readmore {
              text-align: center; } }
          body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description .dlt-readmore {
            margin-top: 15px;
            display: inline-block; }
            @media (max-width: 1023px) {
              body#category.full-banner-category .page .nav-breadcrumbs .breadcrumbs-container .breadcrumbs-box .page-description .dlt-readmore {
                margin-top: 10px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  body .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-figure {
    width: 100%; }
  body .category-alt .SubCategoryList .subCatGrid .subcategory-item .card .card-figure .card-image {
    width: 100%; } }

/* dlt drop update */
.page.landingpage .custom-product-section-1 .pre-release-timer, .page.landingpage .custom-product-section-2 .pre-release-timer, .page.landingpage .custom-product-section-3 .pre-release-timer, .page.landingpage .custom-product-section-4 .pre-release-timer, .page.landingpage .custom-product-section-5 .pre-release-timer {
  dispoly: none; }

.page.landingpage .custom-product-section-1 .custom_stock_message, .page.landingpage .custom-product-section-2 .custom_stock_message, .page.landingpage .custom-product-section-3 .custom_stock_message, .page.landingpage .custom-product-section-4 .custom_stock_message, .page.landingpage .custom-product-section-5 .custom_stock_message {
  display: none; }

.new-landing-page .timer {
  background-color: #E04E00;
  padding: 9px; }
  @media (max-width: 1023px) {
    .new-landing-page .timer {
      padding: 6px; } }
  .new-landing-page .timer .avail-text {
    position: relative; }
    .new-landing-page .timer .avail-text p {
      font-family: 'Oxygen';
      font-size: 10px;
      line-height: 10px;
      font-weight: bold;
      color: #fff;
      letter-spacing: 0.5px;
      margin: 0;
      margin-bottom: 14px;
      text-align: center; }
      @media (max-width: 1023px) {
        .new-landing-page .timer .avail-text p {
          margin-bottom: 12px; } }
  .new-landing-page .timer .timer-outer {
    width: 100%;
    border: 2px solid #fff;
    position: relative;
    top: 0;
    height: 25px; }
    .new-landing-page .timer .timer-outer .timer-box {
      display: flex;
      justify-content: space-evenly;
      background: #e04e00;
      margin: auto;
      position: relative;
      top: -10px;
      padding: 0 6px;
      width: 96%; }
      @media (max-width: 1023px) {
        .new-landing-page .timer .timer-outer .timer-box {
          top: -8px; } }
      .new-landing-page .timer .timer-outer .timer-box .value {
        font-family: 'Montserrat';
        font-size: 12px;
        line-height: 15px;
        font-weight: bold;
        color: #fff;
        margin: 0;
        text-align: center; }
        @media (max-width: 1023px) {
          .new-landing-page .timer .timer-outer .timer-box .value {
            font-size: 10px;
            line-height: 14px; } }
        .new-landing-page .timer .timer-outer .timer-box .value span {
          display: inline-block; }
        .new-landing-page .timer .timer-outer .timer-box .value span.timer-label {
          display: block;
          font-family: 'Oxygen';
          font-size: 8px;
          line-height: 13px;
          font-weight: bold;
          color: #fff;
          letter-spacing: 0.5px;
          text-transform: uppercase; }
          @media (max-width: 1023px) {
            .new-landing-page .timer .timer-outer .timer-box .value span.timer-label {
              font-size: 7px;
              line-height: 10px; } }
      .new-landing-page .timer .timer-outer .timer-box .sign {
        font-family: 'Oxygen';
        font-size: 12px;
        line-height: 15px;
        font-weight: bold;
        color: #fff;
        margin: 0; }
        @media (max-width: 1023px) {
          .new-landing-page .timer .timer-outer .timer-box .sign {
            font-size: 10px;
            line-height: 14px; } }
    @media (max-width: 767px) {
      .new-landing-page .timer .timer-outer {
        width: 100%; } }
  @media (max-width: 767px) {
    .new-landing-page .timer {
      max-width: 100%;
      flex-direction: column; } }

@media (max-width: 1200px) {
  footer.custom-footer .mainContainer .col:first-child {
    width: 35.6%; } }

@media (max-width: 1023px) {
  footer.custom-footer .mainContainer .col:first-child {
    width: 100%; } }

footer.custom-footer .mainContainer .col:last-child {
  width: 66%; }
  @media (max-width: 1200px) {
    footer.custom-footer .mainContainer .col:last-child {
      width: 65.4%; } }
  @media (max-width: 1023px) {
    footer.custom-footer .mainContainer .col:last-child {
      width: 100%; } }

footer.custom-footer .mainContainer .col.rowMenu {
  padding: 37px 20px 0 41px; }
  @media (max-width: 1200px) {
    footer.custom-footer .mainContainer .col.rowMenu {
      padding: 37px 37px 0 20px; } }
  @media (max-width: 1023px) {
    footer.custom-footer .mainContainer .col.rowMenu {
      padding: 13px 94px 20px 94px; } }
  @media (max-width: 767px) {
    footer.custom-footer .mainContainer .col.rowMenu {
      padding: 17px 20px 20px 20px; } }
  footer.custom-footer .mainContainer .col.rowMenu .links {
    width: 100%; }
    @media (max-width: 1023px) {
      footer.custom-footer .mainContainer .col.rowMenu .links {
        padding-left: 0; } }
    footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-heading {
      letter-spacing: initial; }
      @media (max-width: 1200px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-heading {
          font-size: 15px;
          line-height: 18px; } }
      @media (min-width: 1024px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-heading {
          cursor: initial; } }
      @media (max-width: 1023px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-heading {
          line-height: 19px;
          margin: 0;
          padding: 14px 0; } }
      @media (max-width: 767px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-heading {
          font-size: 16px;
          padding: 13px 0;
          padding-bottom: 10px; } }
      footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-heading::after {
        color: #000; }
    footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:first-child {
      width: 150px;
      max-width: 150px;
      padding: 0;
      padding-right: 25px;
      border-right: 1px solid #C9C9C9; }
      @media (max-width: 1200px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:first-child {
          padding-right: 18px;
          width: initial;
          max-width: initial; } }
      @media (max-width: 1023px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:first-child {
          padding-right: 0;
          border-right: 0; } }
    footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:nth-child(2) {
      width: 223px;
      padding-left: 30px;
      padding-right: 20px;
      border-right: 1px solid #C9C9C9; }
      @media (max-width: 1200px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:nth-child(2) {
          padding-left: 14px;
          padding-right: 14px;
          width: initial;
          max-width: initial; } }
      @media (max-width: 1023px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:nth-child(2) {
          border-right: 0;
          padding: 0;
          margin: 0; } }
      footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:nth-child(2) .footer-info-list {
        column-count: initial; }
    footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:last-child {
      width: 313px;
      max-width: 313px;
      padding: 0;
      padding-left: 30px; }
      @media (max-width: 1200px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:last-child {
          padding-left: 14px;
          width: initial;
          max-width: initial; } }
      @media (max-width: 1023px) {
        footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:last-child {
          padding-left: 0;
          border-bottom: 0; } }
      footer.custom-footer .mainContainer .col.rowMenu .links .footer-info-links:last-child .footer-info-list {
        column-count: 2; }
    @media (max-width: 1023px) {
      footer.custom-footer .mainContainer .col.rowMenu .links ul {
        margin-top: 2px !important;
        margin-bottom: 20px !important; } }
    @media (max-width: 1200px) {
      footer.custom-footer .mainContainer .col.rowMenu .links ul li {
        margin-bottom: 10px; } }
    @media (max-width: 1200px) {
      footer.custom-footer .mainContainer .col.rowMenu .links ul li a {
        font-size: 14px; } }
    footer.custom-footer .mainContainer .col.rowMenu .links ul li:last-child {
      margin-bottom: 5px !important; }
      @media (max-width: 1200px) {
        footer.custom-footer .mainContainer .col.rowMenu .links ul li:last-child {
          margin-bottom: 9px !important; } }
  footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    line-height: initial; }
    @media (max-width: 1330px) {
      footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
        justify-content: space-between; } }
    @media (max-width: 1200px) {
      footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
        margin-top: 0;
        flex-direction: column; } }
    @media (max-width: 1023px) {
      footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
        width: 100%;
        align-items: center;
        margin-top: 25px; } }
    @media (max-width: 767px) {
      footer.custom-footer .mainContainer .col.rowMenu .footer-copyright {
        margin-top: 30px; } }
    footer.custom-footer .mainContainer .col.rowMenu .footer-copyright .address-section {
      margin-right: 13%; }
      @media (max-width: 1330px) {
        footer.custom-footer .mainContainer .col.rowMenu .footer-copyright .address-section {
          margin-right: 30px; } }
      @media (max-width: 1200px) {
        footer.custom-footer .mainContainer .col.rowMenu .footer-copyright .address-section {
          margin-bottom: 5px; } }
      @media (max-width: 1023px) {
        footer.custom-footer .mainContainer .col.rowMenu .footer-copyright .address-section {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        footer.custom-footer .mainContainer .col.rowMenu .footer-copyright .address-section {
          margin-right: 0; } }
      footer.custom-footer .mainContainer .col.rowMenu .footer-copyright .address-section p {
        margin: 0;
        font-size: 13px;
        color: #313131;
        font-weight: 500; }
        footer.custom-footer .mainContainer .col.rowMenu .footer-copyright .address-section p a {
          color: #313131;
          text-decoration: none; }
          footer.custom-footer .mainContainer .col.rowMenu .footer-copyright .address-section p a img {
            margin-right: 5px;
            position: relative;
            top: -2px; }

.shipping-returns .body {
  margin-top: 0;
  margin-bottom: 0; }

.shipping-returns .container {
  padding: 0;
  max-width: 100%; }
  .shipping-returns .container .shipping-container .shipping-header {
    background-image: linear-gradient(180deg, rgba(253, 176, 22, 0.15), transparent);
    padding-top: 60px; }
    @media (max-width: 1023px) {
      .shipping-returns .container .shipping-container .shipping-header {
        padding-top: 50px; } }
    @media (max-width: 767px) {
      .shipping-returns .container .shipping-container .shipping-header {
        padding-top: 40px; } }
    .shipping-returns .container .shipping-container .shipping-header .icon-img img {
      margin: auto;
      display: block;
      width: 100px;
      height: 63px; }
      @media (max-width: 1200px) {
        .shipping-returns .container .shipping-container .shipping-header .icon-img img {
          font-size: 90px;
          line-height: 57px; } }
      @media (max-width: 1023px) {
        .shipping-returns .container .shipping-container .shipping-header .icon-img img {
          width: 80px;
          height: 53px; } }
    .shipping-returns .container .shipping-container .shipping-header .page-heading {
      font-family: 'MONTSERRAT';
      font-size: 56px;
      line-height: 68px;
      font-weight: bold;
      color: #000;
      margin: 0 auto;
      margin-top: 14px; }
      @media (max-width: 1200px) {
        .shipping-returns .container .shipping-container .shipping-header .page-heading {
          font-size: 48px;
          line-height: 59px; } }
      @media (max-width: 1023px) {
        .shipping-returns .container .shipping-container .shipping-header .page-heading {
          font-size: 40px;
          line-height: 49px; } }
      @media (max-width: 767px) {
        .shipping-returns .container .shipping-container .shipping-header .page-heading {
          font-size: 30px;
          line-height: 37px; } }
  .shipping-returns .container .shipping-container .shipping-header-below .shipping-content {
    max-width: 1130px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px; }
    @media (max-width: 1200px) {
      .shipping-returns .container .shipping-container .shipping-header-below .shipping-content {
        max-width: calc(100% - 94px); } }
    @media (max-width: 1023px) {
      .shipping-returns .container .shipping-container .shipping-header-below .shipping-content {
        margin-top: 40px;
        max-width: calc(100% - 30px); } }
    @media (max-width: 767px) {
      .shipping-returns .container .shipping-container .shipping-header-below .shipping-content {
        margin-top: 30px;
        max-width: 100%; } }
    .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col {
      padding: 0;
      border: 1px solid #ACACAC;
      margin-bottom: 20px; }
      .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col.active-parent {
        padding-bottom: 30px; }
      .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-heading {
        font-family: 'MONTSERRAT';
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        text-transform: uppercase;
        color: #000;
        margin: 0;
        padding: 31px 50px 31px 30px;
        position: relative; }
        @media (max-width: 1023px) {
          .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-heading {
            font-size: 22px;
            line-height: 26px; } }
        @media (max-width: 767px) {
          .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-heading {
            font-size: 18px;
            line-height: 22px;
            padding: 19px 45px 19px 20px; } }
        .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-heading:hover {
          cursor: pointer; }
        .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-heading:after {
          content: "";
          position: absolute;
          background-image: url("https://www.dlttrading.com/product_images/uploaded_images/icon-plus.png");
          max-width: 26px;
          width: 100%;
          height: 25px;
          right: 22px;
          top: 50%;
          transform: translateY(-50%);
          background-size: contain;
          background-repeat: no-repeat; }
          @media (max-width: 767px) {
            .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-heading:after {
              max-width: 22px;
              height: 21px; } }
          .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-heading:after:hover {
            cursor: pointer; }
        .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-heading.active {
          color: #A03800;
          margin-bottom: 15px;
          padding-bottom: 0; }
          @media (max-width: 1023px) {
            .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-heading.active {
              margin-bottom: 10px; } }
          .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-heading.active:after {
            background-image: url("https://www.dlttrading.com/product_images/uploaded_images/icon-minus.png");
            height: 6px;
            top: 75%; }
            @media (max-width: 767px) {
              .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-heading.active:after {
                max-width: 22px;
                height: 5px; } }
      .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-description {
        display: none;
        padding: 0 30px;
        padding-right: 25px; }
        @media (max-width: 767px) {
          .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-description {
            padding: 0 30px 0 20px;
            padding-right: 19px; } }
        .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-description p {
          font-family: 'OXYGEN';
          font-size: 18px;
          line-height: 28px;
          font-weight: normal;
          color: #313131;
          margin: 0;
          margin-bottom: 10px; }
          @media (max-width: 1023px) {
            .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-description p {
              font-size: 16px;
              line-height: 26px; } }
          @media (max-width: 767px) {
            .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-description p {
              font-size: 15px;
              line-height: 24px;
              margin-bottom: 13px; } }
        .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-description ul {
          margin: 0;
          margin: 20px auto 20px 22px; }
          .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-description ul li {
            font-family: 'OXYGEN';
            font-size: 18px;
            line-height: 28px;
            font-weight: normal;
            color: #313131; }
            @media (max-width: 1023px) {
              .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-description ul li {
                font-size: 16px;
                line-height: 26px; } }
            @media (max-width: 767px) {
              .shipping-returns .container .shipping-container .shipping-header-below .shipping-content .shipping-info-col .shipping-info-description ul li {
                font-size: 15px;
                line-height: 24px; } }

.customer-service .body {
  margin-top: 0; }

.customer-service .container {
  padding: 0;
  max-width: 100%; }
  .customer-service .container .cs-container .cs-header .banner-box {
    min-height: 260px;
    position: relative; }
    @media (max-width: 1023px) {
      .customer-service .container .cs-container .cs-header .banner-box {
        min-height: 193px; } }
    @media (max-width: 767px) {
      .customer-service .container .cs-container .cs-header .banner-box {
        min-height: 160px;
        background-color: rgba(130, 123, 109, 0.8); } }
    .customer-service .container .cs-container .cs-header .banner-box img {
      width: 100%;
      min-height: inherit; }
      .customer-service .container .cs-container .cs-header .banner-box img.bg-desktop {
        display: block; }
        @media (max-width: 767px) {
          .customer-service .container .cs-container .cs-header .banner-box img.bg-desktop {
            display: none; } }
      .customer-service .container .cs-container .cs-header .banner-box img.bg-mob {
        display: none; }
        @media (max-width: 767px) {
          .customer-service .container .cs-container .cs-header .banner-box img.bg-mob {
            display: block; } }
      @media (max-width: 767px) {
        .customer-service .container .cs-container .cs-header .banner-box img {
          height: 160px; } }
    .customer-service .container .cs-container .cs-header .banner-box .banner-content-box {
      position: absolute;
      max-width: 1380px;
      padding: 0 35px;
      width: 100%;
      min-height: inherit;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      @media (max-width: 767px) {
        .customer-service .container .cs-container .cs-header .banner-box .banner-content-box {
          padding: 0 20px; } }
      .customer-service .container .cs-container .cs-header .banner-box .banner-content-box .banner-content {
        max-width: 730px;
        width: 100%;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        @media (max-width: 1200px) {
          .customer-service .container .cs-container .cs-header .banner-box .banner-content-box .banner-content {
            max-width: 450px; } }
        @media (max-width: 767px) {
          .customer-service .container .cs-container .cs-header .banner-box .banner-content-box .banner-content {
            max-width: 100%;
            padding: 0 20px;
            left: 50%;
            transform: translate(-50%, -50%); } }
        .customer-service .container .cs-container .cs-header .banner-box .banner-content-box .banner-content .page-heading {
          font-family: 'MONTSERRAT';
          font-size: 56px;
          line-height: 68px;
          font-weight: bold;
          color: #fff;
          margin: 0;
          text-align: left; }
          @media (max-width: 1200px) {
            .customer-service .container .cs-container .cs-header .banner-box .banner-content-box .banner-content .page-heading {
              font-size: 48px;
              line-height: 59px; } }
          @media (max-width: 1023px) {
            .customer-service .container .cs-container .cs-header .banner-box .banner-content-box .banner-content .page-heading {
              font-size: 40px;
              line-height: 49px; } }
          @media (max-width: 767px) {
            .customer-service .container .cs-container .cs-header .banner-box .banner-content-box .banner-content .page-heading {
              font-size: 30px;
              line-height: 37px;
              text-align: center; } }
        .customer-service .container .cs-container .cs-header .banner-box .banner-content-box .banner-content .page-tagline {
          font-family: 'OXYGEN';
          font-size: 24px;
          line-height: 32px;
          font-weight: bold;
          color: #fff;
          margin: 0;
          margin-top: 10px;
          text-align: left; }
          @media (max-width: 1200px) {
            .customer-service .container .cs-container .cs-header .banner-box .banner-content-box .banner-content .page-tagline {
              font-size: 22px;
              line-height: 28px; } }
          @media (max-width: 1023px) {
            .customer-service .container .cs-container .cs-header .banner-box .banner-content-box .banner-content .page-tagline {
              font-size: 18px;
              line-height: 24px; } }
          @media (max-width: 767px) {
            .customer-service .container .cs-container .cs-header .banner-box .banner-content-box .banner-content .page-tagline {
              text-align: center; } }
  .customer-service .container .cs-container .cs-header .strip-box {
    min-height: 60px;
    background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/product_images/uploaded_images/customer-service-strip-bg.png");
    background-size: cover;
    background-repeat: no-repeat; }
    .customer-service .container .cs-container .cs-header .strip-box p {
      max-width: 1240px;
      padding: 17px 20px;
      font-family: 'MONTSERRAT';
      font-size: 20px;
      line-height: 26px;
      font-weight: normal;
      color: #fff;
      margin: 0 auto;
      display: block;
      text-align: center; }
      @media (max-width: 1200px) {
        .customer-service .container .cs-container .cs-header .strip-box p {
          font-size: 16px; } }
      @media (max-width: 1023px) {
        .customer-service .container .cs-container .cs-header .strip-box p {
          text-align: center;
          padding: 12px 20px; } }
      @media (max-width: 767px) {
        .customer-service .container .cs-container .cs-header .strip-box p {
          line-height: 22px;
          padding: 17px 30px; } }
      .customer-service .container .cs-container .cs-header .strip-box p span {
        font-weight: 800; }
        @media (max-width: 1023px) {
          .customer-service .container .cs-container .cs-header .strip-box p span {
            display: block; } }
      .customer-service .container .cs-container .cs-header .strip-box p a {
        text-decoration: underline;
        color: #fff; }
        .customer-service .container .cs-container .cs-header .strip-box p a:hover {
          color: #c0c0c0; }
  .customer-service .container .cs-container .cs-header-below .cs-content {
    max-width: 1130px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px; }
    @media (max-width: 1200px) {
      .customer-service .container .cs-container .cs-header-below .cs-content {
        max-width: calc(100% - 94px); } }
    @media (max-width: 1023px) {
      .customer-service .container .cs-container .cs-header-below .cs-content {
        margin-top: 40px;
        max-width: calc(100% - 30px); } }
    @media (max-width: 767px) {
      .customer-service .container .cs-container .cs-header-below .cs-content {
        margin-top: 30px;
        max-width: 100%; } }
    .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col {
      padding: 0;
      border: 1px solid #ACACAC;
      margin-bottom: 20px; }
      .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col.active-parent {
        padding-bottom: 30px; }
      .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-heading {
        font-family: 'MONTSERRAT';
        font-size: 24px;
        line-height: 26px;
        font-weight: bold;
        text-transform: uppercase;
        color: #000;
        margin: 0;
        padding: 31px 50px 31px 30px;
        position: relative; }
        @media (max-width: 1023px) {
          .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-heading {
            font-size: 22px;
            line-height: 26px; } }
        @media (max-width: 767px) {
          .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-heading {
            font-size: 18px;
            line-height: 22px;
            padding: 19px 45px 19px 20px; } }
        .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-heading:hover {
          cursor: pointer; }
        .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-heading:after {
          content: "";
          position: absolute;
          background-image: url("https://www.dlttrading.com/product_images/uploaded_images/icon-plus.png");
          max-width: 26px;
          width: 100%;
          height: 25px;
          right: 22px;
          top: 50%;
          transform: translateY(-50%);
          background-size: contain;
          background-repeat: no-repeat; }
          @media (max-width: 767px) {
            .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-heading:after {
              max-width: 22px;
              height: 21px; } }
          .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-heading:after:hover {
            cursor: pointer; }
        .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-heading.active {
          color: #A03800;
          margin-bottom: 15px;
          padding-bottom: 0; }
          @media (max-width: 1023px) {
            .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-heading.active {
              margin-bottom: 10px; } }
          .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-heading.active:after {
            background-image: url("https://www.dlttrading.com/product_images/uploaded_images/icon-minus.png");
            height: 6px;
            top: 75%; }
            @media (max-width: 767px) {
              .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-heading.active:after {
                max-width: 22px;
                height: 5px; } }
      .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-description {
        display: none;
        padding: 0 30px;
        padding-right: 25px; }
        @media (max-width: 767px) {
          .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-description {
            padding: 0 30px 0 20px;
            padding-right: 19px; } }
        .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-description p {
          font-family: 'OXYGEN';
          font-size: 18px;
          line-height: 28px;
          font-weight: normal;
          color: #313131;
          margin: 0;
          margin-bottom: 15px; }
          @media (max-width: 1023px) {
            .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-description p {
              font-size: 16px;
              line-height: 26px; } }
          @media (max-width: 767px) {
            .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-description p {
              font-size: 15px;
              line-height: 24px;
              margin-bottom: 13px; } }
        .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-description ul {
          margin: 0;
          margin: 20px auto 20px 22px; }
          .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-description ul li {
            font-family: 'OXYGEN';
            font-size: 18px;
            line-height: 28px;
            font-weight: normal;
            color: #313131; }
            @media (max-width: 1023px) {
              .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-description ul li {
                font-size: 16px;
                line-height: 26px; } }
            @media (max-width: 767px) {
              .customer-service .container .cs-container .cs-header-below .cs-content .cs-info-col .cs-info-description ul li {
                font-size: 15px;
                line-height: 24px; } }

body.new-landing-page .body {
  margin-top: 0;
  margin-bottom: 0; }
  body.new-landing-page .body .container {
    padding: 0; }

.landingpage a {
  text-decoration: none; }

.landingpage .hp-container {
  overflow-x: hidden;
  padding: 0 20px;
  box-sizing: content-box;
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }
  .landingpage .hp-container:after {
    content: "";
    background-image: linear-gradient(180deg, rgba(253, 176, 22, 0.15), transparent);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: 1; }
  @media screen and (max-width: 1023px) {
    .landingpage .hp-container {
      padding: 0 15px; } }
  .landingpage .hp-container h2,
  .landingpage .hp-container h3,
  .landingpage .hp-container h4,
  .landingpage .hp-container h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0; }
  .landingpage .hp-container .drop-header {
    font-size: 42px;
    font-weight: 800;
    line-height: 44px;
    text-transform: uppercase;
    text-align: center;
    color: #a03800;
    margin: 0 0 20px; }
    @media screen and (max-width: 1199px) {
      .landingpage .hp-container .drop-header {
        font-size: 30px;
        line-height: 30px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .hp-container .drop-header {
        font-size: 26px; } }
  .landingpage .hp-container .drop-title {
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
    color: #313131;
    margin-bottom: 20px; }
    @media screen and (max-width: 1199px) {
      .landingpage .hp-container .drop-title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .hp-container .drop-title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 8px; } }
    .landingpage .hp-container .drop-title:hover {
      color: #747474; }
  .landingpage .hp-container .drop-category {
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    color: #E04E00;
    margin: 30px 0 14px; }
    @media screen and (max-width: 1199px) {
      .landingpage .hp-container .drop-category {
        font-size: 15px;
        line-height: 15px;
        margin: 20px 0 10px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .hp-container .drop-category {
        font-size: 12px;
        line-height: 12px;
        margin: 14px 0 8px; } }
    .landingpage .hp-container .drop-category:hover {
      text-decoration: underline; }
  .landingpage .hp-container .button--primary {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    width: 153px;
    height: 44px;
    margin-bottom: 0;
    padding: 12px; }
    .landingpage .hp-container .button--primary:hover {
      background-color: #81ddff; }
    @media screen and (max-width: 1199px) {
      .landingpage .hp-container .button--primary {
        font-size: 16px;
        line-height: 19px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .hp-container .button--primary {
        font-size: 12px;
        line-height: 15px;
        padding: 10px;
        width: 114px;
        height: 33px; } }
  .landingpage .hp-container h6.update-title {
    font-size: 24px;
    font-weight: 700;
    color: #313131;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 30px;
    text-transform: initial; }
    @media screen and (max-width: 1199px) {
      .landingpage .hp-container h6.update-title {
        font-size: 20px;
        line-height: 30px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .hp-container h6.update-title {
        font-size: 18px; } }
    @media screen and (max-width: 699px) {
      .landingpage .hp-container h6.update-title {
        line-height: 24px;
        margin-bottom: 20px; } }

.landingpage .drop-ribbon {
  display: inline-block;
  position: absolute;
  top: 27px;
  left: 0; }
  .landingpage .drop-ribbon strong {
    color: #fff;
    padding: 5px;
    padding-right: 10px;
    background-color: #e04e00;
    font-size: 20px;
    font-weight: 700;
    line-height: 31px;
    font-family: "Oxygen", sans-serif;
    display: inline-block;
    position: relative; }
  .landingpage .drop-ribbon::after {
    content: "";
    width: 7px;
    height: 100%;
    position: absolute;
    left: -7px;
    top: 0;
    background-color: #e04e29; }
  .landingpage .drop-ribbon .ribbon-box {
    width: 0;
    height: 0;
    border-bottom: 7px solid #a03800;
    border-left: 7px solid transparent;
    position: absolute;
    top: -7px;
    left: -7px; }
  @media screen and (max-width: 1199px) {
    .landingpage .drop-ribbon {
      top: 25px; } }
  @media screen and (max-width: 1023px) {
    .landingpage .drop-ribbon {
      top: 20px; } }

.landingpage .dlt-drop-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0; }
  .landingpage .dlt-drop-logo .dlt-drop-img {
    margin-right: 40px; }
    @media screen and (max-width: 1199px) {
      .landingpage .dlt-drop-logo .dlt-drop-img img {
        max-width: 225px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .dlt-drop-logo .dlt-drop-img img {
        max-width: 180px; } }
    @media screen and (max-width: 1199px) {
      .landingpage .dlt-drop-logo .dlt-drop-img {
        margin-right: 30px; } }
    @media screen and (max-width: 699px) {
      .landingpage .dlt-drop-logo .dlt-drop-img {
        margin-right: 0; } }
  .landingpage .dlt-drop-logo .dlt-drop-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px; }
    @media screen and (max-width: 1199px) {
      .landingpage .dlt-drop-logo .dlt-drop-text {
        font-size: 20px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .dlt-drop-logo .dlt-drop-text {
        font-size: 16px; } }
    @media screen and (max-width: 699px) {
      .landingpage .dlt-drop-logo .dlt-drop-text {
        width: 100%; } }
  @media screen and (max-width: 1199px) {
    .landingpage .dlt-drop-logo {
      padding: 20px 0; } }
  @media screen and (max-width: 1023px) {
    .landingpage .dlt-drop-logo {
      padding: 15px 0; } }
  @media screen and (max-width: 699px) {
    .landingpage .dlt-drop-logo {
      padding: 20px 0;
      flex-wrap: wrap; } }

.landingpage .drop-banner {
  /*background-image: url("https://cdn11.bigcommerce.com/s-96ngla2oa8/product_images/uploaded_images/dlt-home-banner.png");*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  padding: 97px 30px 52px;
  margin-bottom: 60px;
  position: relative;
  height: 450px; }
  .landingpage .drop-banner .drop-banner-content {
    max-width: 560px; }
    @media screen and (max-width: 1199px) {
      .landingpage .drop-banner .drop-banner-content {
        max-width: 446px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .drop-banner .drop-banner-content {
        max-width: 370px; } }
    @media (max-width: 767px) {
      .landingpage .drop-banner .drop-banner-content {
        margin-top: 10px; } }
  .landingpage .drop-banner h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 60px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
    margin-top: 0; }
    @media screen and (max-width: 1199px) {
      .landingpage .drop-banner h1 {
        font-size: 40px;
        line-height: 44px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .drop-banner h1 {
        font-size: 32px;
        line-height: 36px; } }
  .landingpage .drop-banner p {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    font-family: "Oxygen", sans-serif;
    color: #fff;
    margin-bottom: 30px; }
    @media screen and (max-width: 1199px) {
      .landingpage .drop-banner p {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 25px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .drop-banner p {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 699px) {
      .landingpage .drop-banner p {
        font-size: 16px;
        margin-bottom: 15px; } }
  .landingpage .drop-banner .button {
    width: 184px;
    height: 53px;
    font-size: 19px;
    font-weight: bold;
    line-height: 23px;
    padding: 14px 28px; }
    @media screen and (max-width: 1199px) {
      .landingpage .drop-banner .button {
        font-size: 13px;
        line-height: 16px;
        width: 130px;
        height: 37px;
        padding: 10px 22px; } }
  @media screen and (max-width: 1199px) {
    .landingpage .drop-banner .drop-ribbon strong {
      font-size: 16px;
      line-height: 22px; } }
  @media screen and (max-width: 1199px) {
    .landingpage .drop-banner {
      margin-bottom: 30px;
      padding: 86px 20px 25px;
      height: 340px; } }
  @media screen and (max-width: 1023px) {
    .landingpage .drop-banner {
      padding: 60px 16px 25px;
      height: 270px; } }
  @media screen and (max-width: 699px) {
    .landingpage .drop-banner {
      padding: 60px 16px 20px;
      background-position: 20% center;
      height: 300px; }
      .landingpage .drop-banner + .drop-header {
        font-size: 24px; } }

.landingpage .new-drops {
  margin-bottom: 60px;
  background-image: url("https://cdn11.bigcommerce.com/s-96ngla2oa8/product_images/uploaded_images/grey-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 38px 0 65px; }
  .landingpage .new-drops .newly-rel-drop {
    max-width: 1270px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    padding: 0 20px;
    box-sizing: content-box; }
    @media screen and (max-width: 1199px) {
      .landingpage .new-drops .newly-rel-drop {
        max-width: 905px;
        gap: 55px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .new-drops .newly-rel-drop {
        max-width: 670px;
        gap: 40px; } }
    @media screen and (max-width: 699px) {
      .landingpage .new-drops .newly-rel-drop {
        padding: 0 16px;
        gap: 50px;
        grid-template-columns: 1fr; } }
  @media screen and (max-width: 1199px) {
    .landingpage .new-drops {
      padding: 26px 0 42px;
      margin-bottom: 40px; } }
  @media screen and (max-width: 1023px) {
    .landingpage .new-drops {
      padding: 20px 0 38px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 699px) {
    .landingpage .new-drops {
      padding: 20px 0 66px; }
      .landingpage .new-drops + .drop-header {
        margin-bottom: 10px; } }
  @media screen and (max-width: 1023px) {
    .landingpage .new-drops .drop-title {
      font-size: 20px;
      line-height: 24px; } }
  .landingpage .new-drops p {
    font-family: "Oxygen", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #313131;
    line-height: 28px; }
    @media screen and (max-width: 1199px) {
      .landingpage .new-drops p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .new-drops p {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 15px; } }
  .landingpage .new-drops .drop-categorys {
    position: relative;
    padding-bottom: 44px; }
    .landingpage .new-drops .drop-categorys .button--primary {
      position: absolute;
      bottom: 0;
      left: 0;
      margin-bottom: 0; }
    .landingpage .new-drops .drop-categorys img {
      width: 100%; }
    .landingpage .new-drops .drop-categorys:hover img {
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 1199px) {
      .landingpage .new-drops .drop-categorys {
        padding-bottom: 45px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .new-drops .drop-categorys {
        padding-bottom: 40px; } }

.landingpage .upcoming-drops {
  margin-bottom: 50px; }
  .landingpage .upcoming-drops .uc-drop-category {
    position: relative; }
    .landingpage .upcoming-drops .uc-drop-category:hover img {
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 699px) {
      .landingpage .upcoming-drops .uc-drop-category {
        max-width: 206px; } }
  .landingpage .upcoming-drops .uc-drop {
    display: grid;
    grid-template-columns: minmax(auto, 460px) minmax(auto, 930px);
    gap: 10px; }
    @media screen and (max-width: 1199px) {
      .landingpage .upcoming-drops .uc-drop {
        grid-template-columns: minmax(auto, 325px) minmax(auto, 658px);
        gap: 7px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .upcoming-drops .uc-drop {
        grid-template-columns: minmax(auto, 242px) minmax(auto, 490px);
        gap: 5px; } }
    @media screen and (max-width: 699px) {
      .landingpage .upcoming-drops .uc-drop {
        grid-template-columns: 1fr; } }
  .landingpage .upcoming-drops .drop-post {
    overflow: hidden; }
    .landingpage .upcoming-drops .drop-post img {
      object-fit: cover;
      object-position: center;
      height: 100%;
      width: 100%; }
      .landingpage .upcoming-drops .drop-post img.img-mob {
        display: none; }
        @media (max-width: 699px) {
          .landingpage .upcoming-drops .drop-post img.img-mob {
            display: block; } }
      .landingpage .upcoming-drops .drop-post img.img-desktop {
        display: block; }
        @media (max-width: 699px) {
          .landingpage .upcoming-drops .drop-post img.img-desktop {
            display: none; } }
  .landingpage .upcoming-drops .uc-drops {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 45px;
    padding: 40px 52px 32px;
    background-color: #e4f4fa; }
    @media screen and (max-width: 1199px) {
      .landingpage .upcoming-drops .uc-drops {
        gap: 30px;
        padding: 28px 40px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .upcoming-drops .uc-drops {
        gap: 24px;
        padding: 20px 30px; } }
    @media screen and (max-width: 699px) {
      .landingpage .upcoming-drops .uc-drops {
        grid-template-columns: 1fr;
        gap: 38px;
        padding: 20px 0 46px;
        place-items: center; } }
  .landingpage .upcoming-drops .drop-title {
    font-size: 24px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1199px) {
      .landingpage .upcoming-drops .drop-title {
        font-size: 20px;
        margin: 10px 0 20px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .upcoming-drops .drop-title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 8px; } }
  .landingpage .upcoming-drops .button {
    margin-bottom: 0; }
  .landingpage .upcoming-drops .drop-ribbon {
    top: 17px; }
    @media screen and (max-width: 1199px) {
      .landingpage .upcoming-drops .drop-ribbon strong {
        font-size: 14px;
        line-height: 22px; } }
    @media screen and (max-width: 1199px) {
      .landingpage .upcoming-drops .drop-ribbon {
        top: 12px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .upcoming-drops .drop-ribbon {
        top: 11px; } }
  @media screen and (max-width: 1199px) {
    .landingpage .upcoming-drops .drop-category {
      font-size: 15px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 1023px) {
    .landingpage .upcoming-drops .drop-category {
      font-size: 12px;
      margin-bottom: 8px; } }
  @media screen and (max-width: 1023px) {
    .landingpage .upcoming-drops {
      margin-bottom: 40px; } }

.landingpage .update-drops {
  padding: 40px 0;
  background-image: url("https://cdn11.bigcommerce.com/s-96ngla2oa8/product_images/uploaded_images/ornge-bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .landingpage .update-drops .up-drop-category {
    position: relative;
    padding-bottom: 44px; }
    .landingpage .update-drops .up-drop-category:hover img {
      box-shadow: 0 0 12px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 1023px) {
      .landingpage .update-drops .up-drop-category {
        padding-bottom: 36px; } }
  .landingpage .update-drops .up-drops {
    max-width: 1257px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box; }
    @media screen and (max-width: 1199px) {
      .landingpage .update-drops .up-drops {
        gap: 32px;
        max-width: 895px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .update-drops .up-drops {
        gap: 25px;
        max-width: 665px; } }
    @media screen and (max-width: 699px) {
      .landingpage .update-drops .up-drops {
        gap: 40px;
        grid-template-columns: 1fr;
        max-width: 206px; } }
  .landingpage .update-drops .drop-title {
    font-size: 24px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1199px) {
      .landingpage .update-drops .drop-title {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .update-drops .drop-title {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 20px; } }
    @media screen and (max-width: 699px) {
      .landingpage .update-drops .drop-title {
        margin-bottom: 30px; } }
  .landingpage .update-drops .button {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 0; }
  .landingpage .update-drops .drop-ribbon {
    top: 18px; }
    @media screen and (max-width: 1199px) {
      .landingpage .update-drops .drop-ribbon strong {
        font-size: 14px;
        line-height: 22px; } }
    @media screen and (max-width: 1199px) {
      .landingpage .update-drops .drop-ribbon {
        top: 14px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .update-drops .drop-ribbon {
        top: 11px; } }
  @media screen and (max-width: 1199px) {
    .landingpage .update-drops {
      padding: 30px 0; } }
  @media screen and (max-width: 1023px) {
    .landingpage .update-drops {
      padding: 23px 0; } }
  @media screen and (max-width: 699px) {
    .landingpage .update-drops {
      padding: 22px 0 37px; } }

.landingpage .subscribe-drop {
  max-width: 972px;
  background-image: url("https://cdn11.bigcommerce.com/s-96ngla2oa8/product_images/uploaded_images/sub-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 60px auto;
  padding: 30px; }
  .landingpage .subscribe-drop h4,
  .landingpage .subscribe-drop p {
    color: #fff;
    text-align: center; }
  .landingpage .subscribe-drop h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 3px; }
    @media screen and (max-width: 699px) {
      .landingpage .subscribe-drop h4 {
        font-size: 24px;
        margin-bottom: 13px; } }
  .landingpage .subscribe-drop p {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
    font-family: "Oxygen", sans-serif;
    margin-bottom: 23px; }
    @media screen and (max-width: 699px) {
      .landingpage .subscribe-drop p {
        font-size: 20px;
        line-height: 24px; } }
  .landingpage .subscribe-drop form {
    margin-bottom: 0;
    max-width: 544px;
    width: 100%;
    margin: auto; }
    .landingpage .subscribe-drop form .form-field {
      margin-bottom: 0; }
      @media (max-width: 699px) {
        .landingpage .subscribe-drop form .form-field .form-prefixPostfix {
          flex-direction: column; } }
      .landingpage .subscribe-drop form .form-field .form-prefixPostfix .form-input {
        width: 330px;
        height: 48px;
        font-size: 16px;
        color: #707070;
        font-family: 'Oxygen';
        font-weight: normal;
        border: none; }
        @media (max-width: 699px) {
          .landingpage .subscribe-drop form .form-field .form-prefixPostfix .form-input {
            width: 100%; } }
      .landingpage .subscribe-drop form .form-field .form-prefixPostfix .button {
        height: 48px;
        width: 194px;
        margin: 0;
        margin-left: 20px;
        background-color: #E04E00;
        font-size: 18px;
        font-family: 'Oxygen';
        color: #fff;
        font-weight: bold; }
        .landingpage .subscribe-drop form .form-field .form-prefixPostfix .button:hover {
          background-color: #FA5700; }
        @media (max-width: 699px) {
          .landingpage .subscribe-drop form .form-field .form-prefixPostfix .button {
            width: 100%;
            margin-top: 10px;
            margin-left: 0; } }
  @media screen and (max-width: 1199px) {
    .landingpage .subscribe-drop {
      max-width: 800px;
      margin: 50px auto; } }
  @media screen and (max-width: 1023px) {
    .landingpage .subscribe-drop {
      max-width: 630px;
      margin: 40px auto;
      padding: 30px 20px; } }
  @media screen and (max-width: 699px) {
    .landingpage .subscribe-drop {
      margin: 50px auto;
      padding: 30px 20px 25px; } }

.landingpage .win-drop {
  background-image: url("https://cdn11.bigcommerce.com/s-96ngla2oa8/product_images/uploaded_images/ash-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  width: 100vw; }
  .landingpage .win-drop .drop-header {
    margin-bottom: 50px; }
    @media screen and (max-width: 1199px) {
      .landingpage .win-drop .drop-header {
        font-size: 36px;
        margin-bottom: 36px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .win-drop .drop-header {
        font-size: 26px;
        margin-bottom: 27px; } }
  .landingpage .win-drop .drop-day {
    max-width: 1290px;
    display: grid;
    grid-template-columns: minmax(auto, 620px) minmax(auto, 585px);
    gap: 0 58px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: content-box; }
    .landingpage .win-drop .drop-day .drop-day-img img {
      width: 100%; }
    @media screen and (max-width: 1199px) {
      .landingpage .win-drop .drop-day {
        padding: 0 50px;
        gap: 0 47px;
        grid-template-columns: minmax(auto, 463px) minmax(auto, 416px); } }
    @media screen and (max-width: 1023px) {
      .landingpage .win-drop .drop-day {
        padding: 0 30px;
        gap: 0 30px;
        grid-template-columns: minmax(auto, 365px) minmax(auto, 312px); } }
    @media screen and (max-width: 699px) {
      .landingpage .win-drop .drop-day {
        padding: 0 15px;
        gap: 18px;
        grid-template-columns: 1fr; } }
  .landingpage .win-drop hr {
    grid-column: span 2;
    border-color: #707070;
    margin: 50px 0; }
    @media screen and (max-width: 1199px) {
      .landingpage .win-drop hr {
        margin: 30px 0; } }
    @media screen and (max-width: 1023px) {
      .landingpage .win-drop hr {
        margin: 30px 0; } }
    @media screen and (max-width: 699px) {
      .landingpage .win-drop hr {
        margin: 12px 0;
        grid-column: auto; } }
  .landingpage .win-drop .drop-day-text h4 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    color: #000;
    margin-bottom: 20px; }
    @media screen and (max-width: 1199px) {
      .landingpage .win-drop .drop-day-text h4 {
        font-size: 26px;
        line-height: 38px;
        margin-bottom: 16px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .win-drop .drop-day-text h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px; } }
  .landingpage .win-drop .drop-day-text ul {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    font-family: "Oxygen", sans-serif;
    color: #313131;
    list-style: square;
    padding-left: 10px; }
    @media screen and (max-width: 1199px) {
      .landingpage .win-drop .drop-day-text ul {
        font-size: 18px;
        line-height: 24px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .win-drop .drop-day-text ul {
        font-size: 14px;
        line-height: 20px;
        padding-left: 5px; } }
    .landingpage .win-drop .drop-day-text ul li:not(:last-child) {
      margin-bottom: 25px; }
    .landingpage .win-drop .drop-day-text ul li::marker {
      color: #a03800;
      font-size: 24px; }
      @media screen and (max-width: 1023px) {
        .landingpage .win-drop .drop-day-text ul li::marker {
          font-size: 18px; } }
    @media screen and (max-width: 1199px) {
      .landingpage .win-drop .drop-day-text ul li {
        margin-bottom: 15px; } }
  @media screen and (min-width: 1441px) {
    .landingpage .win-drop {
      margin-left: calc(((100vw - 1400px) / 2) * -1); } }
  @media screen and (max-width: 1440px) {
    .landingpage .win-drop {
      margin-left: -20px; } }
  @media screen and (max-width: 1199px) {
    .landingpage .win-drop {
      padding: 35px 0; } }
  @media screen and (max-width: 1023px) {
    .landingpage .win-drop {
      padding: 35px 0;
      margin-left: -15px; } }
  @media screen and (max-width: 699px) {
    .landingpage .win-drop {
      padding: 27px 0 45px; } }

.landingpage .contact-drop {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 68px 0 52px; }
  @media screen and (max-width: 1199px) {
    .landingpage .contact-drop img {
      width: 100%;
      max-width: 255px; } }
  @media screen and (max-width: 699px) {
    .landingpage .contact-drop img {
      width: 100%;
      max-width: 240px; } }
  .landingpage .contact-drop .contact-drop-text {
    text-align: center;
    max-width: 640px; }
    .landingpage .contact-drop .contact-drop-text .quote {
      font-size: 36px;
      font-weight: 700;
      line-height: 42px;
      color: #000;
      margin-bottom: 10px; }
      @media screen and (max-width: 1199px) {
        .landingpage .contact-drop .contact-drop-text .quote {
          font-size: 26px;
          line-height: 28px; } }
      @media screen and (max-width: 699px) {
        .landingpage .contact-drop .contact-drop-text .quote {
          margin-bottom: 8px; } }
    .landingpage .contact-drop .contact-drop-text span {
      display: block;
      font-size: 16px;
      font-weight: 700;
      line-height: 28px;
      font-family: "Oxygen", sans-serif;
      color: #e04e00;
      margin-bottom: 20px; }
      @media screen and (max-width: 1199px) {
        .landingpage .contact-drop .contact-drop-text span {
          font-size: 14px;
          line-height: 28px; } }
      @media screen and (max-width: 699px) {
        .landingpage .contact-drop .contact-drop-text span {
          margin-bottom: 10px; } }
    .landingpage .contact-drop .contact-drop-text p {
      font-size: 24px;
      font-weight: 400;
      line-height: 32px;
      font-family: "Oxygen", sans-serif;
      color: #313131;
      text-align: center;
      margin-bottom: 0; }
      .landingpage .contact-drop .contact-drop-text p a {
        font-weight: 700;
        text-decoration: underline; }
      @media screen and (max-width: 1199px) {
        .landingpage .contact-drop .contact-drop-text p {
          font-size: 18px;
          line-height: 24px; } }
    @media screen and (max-width: 1199px) {
      .landingpage .contact-drop .contact-drop-text {
        max-width: 556px; } }
    @media screen and (max-width: 1023px) {
      .landingpage .contact-drop .contact-drop-text {
        max-width: 420px; } }
    @media screen and (max-width: 699px) {
      .landingpage .contact-drop .contact-drop-text {
        margin-top: 20px; } }
  @media screen and (max-width: 1199px) {
    .landingpage .contact-drop {
      max-width: 863px; } }
  @media screen and (max-width: 1023px) {
    .landingpage .contact-drop {
      max-width: 700px; } }
  @media screen and (max-width: 699px) {
    .landingpage .contact-drop {
      flex-wrap: wrap;
      text-align: center;
      padding: 50px 5px 55px;
      justify-content: center; } }

@media (min-width: 1200px) {
  .landingpage .main .win-drop .drop-day {
    gap: 0; } }

/* holiday hub */
.holiday-new-hub .body {
  margin-top: 0;
  margin-bottom: 0; }
  .holiday-new-hub .body .container {
    padding: 0;
    max-width: 100%; }
    .holiday-new-hub .body .container .holiday-hub .holiday-banner-section .holiday-banner {
      width: 100%;
      max-width: 100%;
      height: 362px;
      background: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/hub-banner.png) no-repeat;
      background-position: center;
      background-size: cover; }
      @media (max-width: 1199px) {
        .holiday-new-hub .body .container .holiday-hub .holiday-banner-section .holiday-banner {
          height: 258px; } }
      @media (max-width: 1023px) {
        .holiday-new-hub .body .container .holiday-hub .holiday-banner-section .holiday-banner {
          height: 193px; } }
      @media (max-width: 767px) {
        .holiday-new-hub .body .container .holiday-hub .holiday-banner-section .holiday-banner {
          height: 150px; } }
      .holiday-new-hub .body .container .holiday-hub .holiday-banner-section .holiday-banner .holiday-banner-title {
        margin: 0;
        text-align: center;
        padding-top: 43px;
        font-size: 48px;
        color: #000000;
        font-weight: bold;
        font-family: 'Montserrat', sans-serif;
        line-height: 64px; }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .holiday-banner-section .holiday-banner .holiday-banner-title {
            font-size: 42px;
            line-height: 56px;
            padding-top: 45px; } }
        @media (max-width: 1023px) {
          .holiday-new-hub .body .container .holiday-hub .holiday-banner-section .holiday-banner .holiday-banner-title {
            font-size: 36px;
            line-height: 44px; } }
        @media (max-width: 767px) {
          .holiday-new-hub .body .container .holiday-hub .holiday-banner-section .holiday-banner .holiday-banner-title {
            padding: 0 20px;
            padding-top: 35px;
            font-size: 30px;
            line-height: 34px; } }
        .holiday-new-hub .body .container .holiday-hub .holiday-banner-section .holiday-banner .holiday-banner-title img {
          padding-right: 13px; }
          @media (max-width: 1199px) {
            .holiday-new-hub .body .container .holiday-hub .holiday-banner-section .holiday-banner .holiday-banner-title img {
              display: none; } }
    .holiday-new-hub .body .container .holiday-hub .spyderco-main-section {
      width: 100%;
      max-width: 1440px;
      padding: 0 40px;
      margin: 0 auto; }
      @media (max-width: 1023px) {
        .holiday-new-hub .body .container .holiday-hub .spyderco-main-section {
          padding: 0 20px; } }
      .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner {
        width: 100%;
        background: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/spyderco-banner.png) no-repeat;
        height: 371px;
        background-position: center;
        background-size: cover;
        display: flex;
        padding: 40px 50px 0 53px;
        justify-content: space-between;
        margin-top: -215px; }
        @media (min-width: 1200px) and (max-width: 1320px) {
          .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner {
            padding: 35px 25px 0 25px; } }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner {
            height: 267px;
            background-position: bottom;
            padding: 27px 25px 0 25px;
            margin-top: -126px; } }
        @media (max-width: 1023px) {
          .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner {
            height: 210px;
            padding: 16px 14px 0 14px;
            margin-top: -71px; } }
        @media (max-width: 767px) {
          .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner {
            height: 452px;
            padding: 15px;
            margin-top: -44px;
            flex-direction: column;
            justify-content: flex-start; } }
        @media (max-width: 428px) {
          .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner {
            margin-top: -17px; } }
        .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right {
          width: 100%;
          max-width: calc(100% - 670px); }
          @media (max-width: 1425px) {
            .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right {
              max-width: calc(100% - 49%);
              margin-left: 40px; } }
          @media (max-width: 1199px) {
            .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right {
              max-width: calc(100% - 440px);
              margin-left: 35px; } }
          @media (max-width: 1023px) {
            .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right {
              max-width: calc(100% - 340px);
              margin-left: 22px; } }
          @media (max-width: 767px) {
            .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right {
              max-width: 334px;
              width: 100%;
              margin: 0 auto;
              padding: 0 10px 0 3px; } }
          .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right h2 {
            margin: 0;
            font-size: 60px;
            color: #F83530;
            font-family: 'Montserrat', sans-serif;
            line-height: 70px;
            font-weight: 800; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right h2 {
                font-size: 50px;
                line-height: 60px; } }
            @media (max-width: 1023px) {
              .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right h2 {
                font-size: 42px;
                line-height: 52px; } }
            @media (max-width: 767px) {
              .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right h2 {
                font-size: 38px;
                line-height: 48px; } }
          .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right h5 {
            margin: 0;
            font-size: 42px;
            line-height: 50px;
            font-weight: 800;
            color: #fff;
            text-transform: initial;
            font-family: 'Montserrat', sans-serif; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right h5 {
                font-size: 32px;
                line-height: 40px; } }
            @media (max-width: 1023px) {
              .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right h5 {
                font-size: 25px;
                line-height: 30px; } }
            @media (max-width: 767px) {
              .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right h5 {
                font-size: 22px;
                line-height: 26px; } }
          .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right p {
            font-size: 25px;
            font-weight: bold;
            font-family: 'Oxygen', sans-serif;
            color: #fff;
            line-height: 28px;
            margin: 0;
            margin-bottom: 32px;
            margin-top: 7px; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right p {
                font-size: 18px;
                margin-bottom: 20px; } }
            @media (max-width: 1023px) {
              .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right p {
                font-size: 15px;
                line-height: 24px; } }
            @media (max-width: 767px) {
              .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right p {
                margin-top: 11px;
                font-size: 15px;
                line-height: 20px; } }
          .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right a {
            display: inline-flex;
            background-color: #1795C4;
            height: 56px;
            align-items: center;
            font-size: 18px;
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            text-transform: uppercase;
            padding: 0 29px;
            border: 0;
            transition: all .30s ease; }
            .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right a:hover {
              background-color: #81ddff; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-right a {
                height: 39px;
                padding: 0px 23px;
                font-size: 12px; } }
        @media (max-width: 767px) {
          .holiday-new-hub .body .container .holiday-hub .spyderco-main-section .spyderco-banner .spyderco-left {
            max-width: 334px;
            margin: 0 auto; } }
    .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle {
      width: 100%;
      max-width: 1396px;
      margin: 0 auto;
      padding: 0 40px;
      margin-top: 68px;
      margin-bottom: 55px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 26px; }
      @media (max-width: 1199px) {
        .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle {
          margin-top: 62px;
          margin-bottom: 38px;
          gap: 19px; } }
      @media (max-width: 1023px) {
        .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle {
          margin-top: 52px;
          margin-bottom: 30px;
          gap: 15px;
          padding: 0 20px; } }
      @media (max-width: 767px) {
        .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle {
          margin-top: 40px;
          margin-bottom: 20px;
          grid-template-columns: 1fr;
          gap: 20px; } }
      .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .bundle-box {
        width: 100%;
        background: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/group-4504.png) no-repeat;
        background-position: center;
        background-size: cover;
        text-align: center; }
      .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right {
        padding: 30px 45px; }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right {
            padding: 21px 50px 16px 50px; } }
        @media (max-width: 1023px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right {
            padding: 16px 38px 25px; } }
        .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right a {
          text-decoration: none; }
        .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right p {
          width: 100%;
          max-width: 480px;
          margin: 0 auto;
          margin-top: 8px;
          margin-bottom: 8px;
          font-size: 25px;
          font-weight: bold;
          line-height: 32px;
          color: #000;
          font-family: 'Oxygen', sans-serif;
          text-decoration: none; }
          @media (max-width: 1199px) {
            .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right p {
              font-size: 20px;
              line-height: 24px;
              max-width: 360px;
              margin-bottom: 10px; } }
          @media (max-width: 1023px) {
            .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right p {
              max-width: 278px;
              font-size: 16px;
              line-height: 20px;
              margin-bottom: 5px; } }
        .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right .a-btn {
          display: inline-flex;
          border: 2px solid #000000;
          width: 222px;
          height: 56px;
          align-items: center;
          justify-content: center;
          margin-top: 27px;
          text-decoration: none;
          font-size: 18px;
          font-family: 'Montserrat', sans-serif;
          font-weight: bold;
          color: #000;
          text-transform: uppercase;
          transition: all .30s ease; }
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right .a-btn:hover {
            background-color: #000;
            color: #fff; }
          @media (max-width: 1199px) {
            .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right .a-btn {
              width: 159px;
              height: 40px;
              font-size: 13px;
              margin-top: 20px; } }
          @media (max-width: 1023px) {
            .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right .a-btn {
              margin-top: 15px; } }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right img {
            height: 60px; } }
        @media (max-width: 1023px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right img {
            height: 46px; } }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right p + img {
            height: 237px; } }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right p + img {
            height: 183px; } }
        .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-right p:last-child {
          margin: 0 auto; }
      .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left {
        padding: 51px 82px 30px 82px;
        background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/group-4505.png") no-repeat;
        background-position: center;
        background-size: cover; }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left {
            padding: 36px 50px 16px 50px; } }
        @media (max-width: 1023px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left {
            padding: 28px 39px 25px; } }
        .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left a {
          text-decoration: none; }
        .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left p {
          width: 100%;
          max-width: 480px;
          margin: 0 auto;
          margin-top: 22px;
          margin-bottom: 0px;
          font-size: 25px;
          font-weight: bold;
          line-height: 32px;
          color: #000;
          font-family: 'Oxygen', sans-serif;
          text-decoration: none; }
          @media (max-width: 1199px) {
            .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left p {
              margin-top: 16px;
              font-size: 20px;
              line-height: 24px;
              max-width: 360px; } }
          @media (max-width: 1023px) {
            .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left p {
              font-size: 16px;
              line-height: 20px;
              max-width: 278px; } }
        .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left .a-btn {
          display: inline-flex;
          border: 2px solid #000000;
          width: 222px;
          height: 56px;
          align-items: center;
          justify-content: center;
          margin-top: 0;
          text-decoration: none;
          font-size: 18px;
          font-family: 'Montserrat', sans-serif;
          font-weight: bold;
          color: #000;
          text-transform: uppercase;
          transition: all .30s ease; }
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left .a-btn:hover {
            background-color: #000;
            color: #fff; }
          @media (max-width: 1199px) {
            .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left .a-btn {
              width: 159px;
              height: 40px;
              font-size: 13px; } }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left img {
            height: 35px; } }
        @media (max-width: 1023px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left img {
            height: 26px; } }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left p + img {
            height: 247px; } }
        @media (max-width: 1023px) {
          .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left p + img {
            height: 203px; } }
        .holiday-new-hub .body .container .holiday-hub .your-bundle-section .your-bundle .your-bundle-left p:last-child {
          margin: 0 auto; }
    .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 40px; }
      @media (max-width: 1023px) {
        .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature {
          padding: 0 20px; } }
      .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .holiday-feature-title {
        background: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/group-4503.png);
        width: 100%;
        height: 244px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .holiday-feature-title {
            height: 162px;
            background-position: bottom; } }
        .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .holiday-feature-title h4 {
          text-align: center;
          margin: 0;
          padding-top: 31px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 800;
          color: #000;
          font-size: 40px;
          line-height: 53px; }
          @media (max-width: 1199px) {
            .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .holiday-feature-title h4 {
              padding-top: 22px;
              font-size: 26px;
              line-height: 35px; } }
      .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section {
        padding: 0 20px;
        margin-top: -129px; }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section {
            margin-top: -75px;
            padding: 0 14px; } }
        @media (max-width: 1023px) {
          .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section {
            margin-top: -81px;
            padding: 0 20px; } }
        .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection {
          margin: 0; }
          @media (max-width: 767px) {
            .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection {
              margin: 0 auto;
              max-width: 230px;
              width: 100%; } }
          .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection li {
            padding: 0 15px; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection li {
                padding: 0 10px; } }
            .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection li a {
              text-decoration: none; }
              .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection li a img {
                background-color: #fff;
                box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
              .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection li a p {
                margin-top: 20px;
                margin-bottom: 6px;
                font-size: 22px;
                font-weight: bold;
                color: #000;
                line-height: 24px;
                font-family: Montserrat, sans-serif; }
                @media (max-width: 1199px) {
                  .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection li a p {
                    margin-top: 13px;
                    margin-bottom: 6px;
                    font-size: 16px;
                    line-height: 18px; } }
              .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection li a .btn {
                display: inline-flex;
                align-items: center; }
                .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection li a .btn .shop {
                  font-size: 14px;
                  font-family: Montserrat, sans-serif;
                  color: #1795C4;
                  margin: 0;
                  padding-right: 14px; }
                  @media (max-width: 1199px) {
                    .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection li a .btn .shop {
                      font-size: 12px;
                      padding-right: 9px; } }
          .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection .slick-next, .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection .slick-prev {
            background-color: #000;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            top: 41%; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection .slick-next, .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection .slick-prev {
                width: 30px;
                height: 30px; } }
            .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection .slick-next:before, .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection .slick-prev:before {
              background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/icon-material-chevron-right.png");
              width: 12px; }
          .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection .slick-next {
            right: -8px; }
          .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection .slick-prev {
            left: -8px; }
            .holiday-new-hub .body .container .holiday-hub .holiday-feature-section .holiday-feature .feature-product-section .feature-products-collection .slick-prev:before {
              transform: rotate(180deg);
              position: relative;
              left: -2px;
              top: -1px; }
    .holiday-new-hub .body .container .holiday-hub .mystery-bundles {
      width: 100%;
      max-width: 1440px;
      padding: 0 40px;
      margin: 0 auto;
      margin-top: 60px;
      margin-bottom: 32px; }
      .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery {
        background: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/group-4425.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 35px 35px 40px 35px; }
        .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-bundles-titles {
          display: flex;
          align-items: center;
          justify-content: space-between;
          margin-bottom: 30px; }
          @media (max-width: 1023px) {
            .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-bundles-titles {
              flex-direction: column;
              margin-bottom: 24px; } }
          .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-bundles-titles h4 {
            font-size: 40px;
            line-height: 53px;
            color: #fff;
            margin: 0;
            font-family: Montserrat, sans-serif;
            font-weight: 800; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-bundles-titles h4 {
                font-size: 26px;
                line-height: 35px; } }
            @media (max-width: 1023px) {
              .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-bundles-titles h4 {
                line-height: 32px;
                margin-bottom: 10px; } }
            @media (max-width: 767px) {
              .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-bundles-titles h4 {
                font-size: 26px; } }
          .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-bundles-titles p {
            margin: 0;
            color: #fff;
            font-size: 25px;
            font-weight: bold;
            font-family: Oxygen, sans-serif;
            line-height: 28px;
            width: 100%;
            max-width: calc(100% - 418px); }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-bundles-titles p {
                font-size: 16px;
                line-height: 18px;
                width: initial;
                max-width: initial; } }
            @media (max-width: 1023px) {
              .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-bundles-titles p {
                font-size: 15px;
                text-align: center; } }
        .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr;
          gap: 30px; }
          @media (max-width: 1199px) {
            .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections {
              gap: 20px; } }
          @media (max-width: 1023px) {
            .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections {
              gap: 24px 60px;
              grid-template-columns: 1fr 1fr; } }
          @media (max-width: 767px) {
            .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections {
              gap: 30px;
              grid-template-columns: 1fr;
              max-width: 260px;
              margin: auto; } }
          .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections .mystery-collection img {
            margin-bottom: 20px; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections .mystery-collection img {
                margin-bottom: 13px; } }
          .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections .mystery-collection p {
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            font-family: "Montserrat", sans-serif;
            margin-bottom: 6px;
            line-height: 24px; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections .mystery-collection p {
                font-size: 16px;
                line-height: 18px; } }
          .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections .mystery-collection a {
            text-decoration: none; }
          .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections .mystery-collection .btn {
            display: inline-flex;
            align-items: center; }
            .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections .mystery-collection .btn .shop {
              font-size: 14px;
              font-family: Montserrat, sans-serif;
              color: #ABE7FF;
              margin: 0;
              padding-right: 14px; }
              @media (max-width: 1199px) {
                .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections .mystery-collection .btn .shop {
                  font-size: 12px;
                  padding-right: 9px; } }
            .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery .mystery-collections .mystery-collection .btn svg path {
              fill: #ABE7FF; }
        @media (max-width: 1023px) {
          .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery {
            padding: 29px 73px 40px; } }
        @media (max-width: 767px) {
          .holiday-new-hub .body .container .holiday-hub .mystery-bundles .holiday-mystery {
            padding: 29px 20px 27px; } }
      @media (max-width: 1023px) {
        .holiday-new-hub .body .container .holiday-hub .mystery-bundles {
          margin-top: 31px;
          margin-bottom: 40px;
          padding: 0 20px; } }
      @media (max-width: 767px) {
        .holiday-new-hub .body .container .holiday-hub .mystery-bundles {
          margin-top: 40px;
          margin-bottom: 47px; } }
    .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 40px; }
      @media (max-width: 1023px) {
        .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box {
          padding: 0 20px; } }
      .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box {
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 48px;
        background: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/group-4502.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 25px; }
        @media (max-width: 1199px) {
          .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box {
            padding: 0 33px;
            padding-bottom: 30px; } }
        @media (max-width: 1023px) {
          .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box {
            padding: 0 15px;
            padding-bottom: 50px; } }
        @media (max-width: 767px) {
          .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box {
            flex-direction: column;
            padding: 0 10px;
            padding-bottom: 30px;
            gap: 45px; } }
        .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right {
          margin-left: 60px;
          width: 100%;
          max-width: 480px; }
          @media (max-width: 1199px) {
            .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right {
              margin-left: 40px;
              width: 100%;
              max-width: 373px; } }
          @media (max-width: 1023px) {
            .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right {
              max-width: 310px;
              margin-left: 25px; } }
          @media (max-width: 767px) {
            .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right {
              margin: 0; } }
          .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right h2 {
            margin: 0;
            font-size: 40px;
            font-family: 'Montserrat';
            font-weight: 800;
            color: #000;
            line-height: 40px; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right h2 {
                font-size: 34px;
                line-height: 34px; } }
            @media (max-width: 1023px) {
              .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right h2 {
                font-size: 30px;
                line-height: 30px; } }
          .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right h5 {
            margin: 0;
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            color: #000;
            font-size: 60px;
            line-height: 60px;
            text-transform: capitalize; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right h5 {
                font-size: 48px;
                line-height: 48px; } }
            @media (max-width: 1023px) {
              .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right h5 {
                font-size: 40px;
                line-height: 40px; } }
          .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right p {
            margin: 0;
            font-size: 25px;
            line-height: 28px;
            color: #000;
            font-weight: bold;
            margin-top: 25px;
            font-family: 'Oxygen', sans-serif; }
            @media (max-width: 1199px) {
              .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right p {
                font-size: 18px;
                line-height: 20px; } }
            @media (max-width: 767px) {
              .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-right p {
                margin-top: 20px; } }
        @media (max-width: 767px) {
          .holiday-new-hub .body .container .holiday-hub .holiday-mystery-box .mystery-box .mystery-box-left {
            max-width: 315px;
            width: 100%; } }

.dlt-video-section {
  background: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/group-4502-1-.png) no-repeat;
  height: 442px;
  display: flex;
  align-items: center;
  padding-left: 30px;
  background-size: contain; }

@media (min-width: 1200px) and (max-width: 1290px) {
  .dlt-video-section iframe {
    width: 500px; } }

@media (max-width: 1199px) {
  .dlt-video-section iframe {
    width: 400px;
    height: 267px; }
  .dlt-video-section {
    height: 306px;
    padding-left: 20px; } }

@media (min-width: 1100px) and (max-width: 1199px) {
  .dlt-video-section iframe {
    width: 480px;
    height: 287px; }
  .dlt-video-section {
    height: 326px; } }

@media (max-width: 991px) {
  .dlt-video-section iframe {
    width: 334px;
    height: 223px; }
  .dlt-video-section {
    height: 255px;
    padding-left: 17px; } }

@media (min-width: 880px) and (max-width: 991px) {
  .dlt-video-section iframe {
    width: 420px;
    height: 253px; }
  .dlt-video-section {
    height: 285px; } }

@media (max-width: 767px) {
  .dlt-video-section iframe {
    width: 300px;
    height: 200px; }
  .dlt-video-section {
    height: 228px;
    padding-left: 16px; } }

@media (max-width: 359px) {
  .dlt-video-section iframe {
    width: 250px; } }

.hero-video {
  position: relative;
  width: 100%;
  padding-bottom: 290px;
  max-width: 450px; }
  @media (max-width: 1024px) {
    .hero-video {
      padding-bottom: 210px; } }
  .hero-video iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  @media (max-width: 1024px) {
    .hero-video {
      max-width: 335px; } }
  @media (max-width: 580px) {
    .hero-video {
      max-width: 335px; } }

@media (max-width: 1024px) and (min-width: 992px) {
  .christmas .banner .container .left {
    margin-top: 20px; }
  .christmas .banner .container {
    min-height: unset;
    height: 300px; } }

@media (max-width: 991px) and (min-width: 768px) {
  .christmas .banner .container .left {
    margin-top: -47px; }
  .christmas .banner .container {
    min-height: unset;
    height: 230px; } }

@media (min-width: 1200px) {
  .christmas .banner .container .left {
    margin-top: -30px; } }

@media (min-width: 1440px) {
  .christmas .banner .container .left {
    margin-top: -33px; } }

/*newlanding update*/
body.new-landing-page .timer-section .drop-ribbon {
  width: 100%;
  top: -98px; }
  @media (max-width: 1200px) {
    body.new-landing-page .timer-section .drop-ribbon {
      top: -83px; } }
  @media (max-width: 1023px) {
    body.new-landing-page .timer-section .drop-ribbon {
      top: -74px; } }
  body.new-landing-page .timer-section .drop-ribbon::after {
    display: none; }
  body.new-landing-page .timer-section .drop-ribbon .ribbon-box {
    display: none; }
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer {
    background-color: #FFEADE;
    padding: 13px 10px 10px 10px;
    border: 4px solid #fff;
    border-bottom: 0; }
    body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .avail-text p {
      font-size: 15px;
      line-height: 19px;
      color: #000000;
      letter-spacing: 2px;
      margin-bottom: 6px; }
      @media (max-width: 1200px) {
        body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .avail-text p {
          font-size: 14px;
          line-height: 19px; } }
      @media (max-width: 1023px) {
        body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .avail-text p {
          font-size: 11px;
          line-height: 13px; } }
    body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer {
      height: auto;
      top: 0;
      border: 0; }
      body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box {
        background: initial;
        margin: auto;
        position: relative;
        top: 0;
        padding: 0;
        width: 100%; }
        body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .value {
          font-size: 35px;
          line-height: 35px;
          letter-spacing: 1px;
          color: #E04E00; }
          @media (max-width: 1200px) {
            body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .value {
              font-size: 20px;
              line-height: 20px; } }
          @media (max-width: 699px) {
            body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .value {
              font-size: 26px;
              line-height: 26px; } }
        body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .sign {
          font-family: Oxygen;
          font-size: 25px;
          line-height: 35px;
          font-weight: 700;
          color: #000000;
          margin: 0; }
          @media (max-width: 1200px) {
            body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .sign {
              font-size: 14px;
              line-height: 20px; } }
          @media (max-width: 699px) {
            body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .sign {
              font-size: 22px;
              line-height: 20px; } }
        body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box span.timer-label {
          font-size: 12px;
          line-height: 16px;
          color: #000000;
          letter-spacing: 1px; }
          @media (max-width: 1023px) {
            body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box span.timer-label {
              font-size: 9px;
              line-height: 12px; } }

body.new-landing-page .timer-section .drop-img {
  border: 4px solid #fff; }

.new-landing-page .landingpage .hp-container h6.update-title {
  margin-bottom: 80px; }

.new-landing-page .landingpage .hp-container .drop-header {
  margin-bottom: 80px; }

@media screen and (max-width: 699px) {
  .new-landing-page .landingpage .update-drops .up-drops {
    max-width: 670px;
    padding: 0 20px; }
  .new-landing-page .landingpage .upcoming-drops .uc-drop-category {
    max-width: 100%; }
  .new-landing-page .landingpage .upcoming-drops .uc-drops {
    padding-left: 20px;
    padding-right: 20px; }
  .new-landing-page .landingpage .hp-container .drop-header {
    margin-bottom: 40px; }
  .new-landing-page .timer-section .drop-ribbon {
    position: initial; } }

/* facebook insider */
.facebook-insiders .body {
  margin-top: 60px;
  margin-bottom: 0; }
  @media (min-width: 1024px) and (max-width: 1200px) {
    .facebook-insiders .body {
      margin-top: 84px; } }
  @media screen and (max-width: 767px) {
    .facebook-insiders .body {
      margin-top: 30px; } }
  .facebook-insiders .body .container {
    max-width: 100%;
    padding: 0; }
    .facebook-insiders .body .container .lp-insider-section .exclusive-join-section {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      margin-bottom: 60px; }
      @media screen and (max-width: 1250px) {
        .facebook-insiders .body .container .lp-insider-section .exclusive-join-section {
          margin-bottom: 80px; } }
      @media screen and (max-width: 1023px) {
        .facebook-insiders .body .container .lp-insider-section .exclusive-join-section {
          margin-bottom: 40px; } }
      .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 115px;
        position: relative;
        overflow: hidden; }
        @media screen and (max-width: 1399px) {
          .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins {
            padding-left: 80px; } }
        @media screen and (max-width: 1350px) {
          .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins {
            padding-left: 25px; } }
        @media screen and (max-width: 1200px) {
          .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins {
            align-items: flex-start; } }
        @media screen and (max-width: 1023px) {
          .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins {
            flex-direction: column;
            padding: 0 35px; } }
        @media screen and (max-width: 767px) {
          .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins {
            padding: 0 20px; } }
        .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont {
          width: 100%;
          max-width: 540px; }
          @media (min-width: 1024px) and (max-width: 1200px) {
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont {
              max-width: 47%; } }
          @media screen and (max-width: 1023px) {
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont {
              max-width: 100%;
              margin-bottom: 50px; } }
          @media screen and (max-width: 767px) {
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont {
              margin-bottom: 60px; } }
          @media screen and (max-width: 1250px) {
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .dlt-insider-logo {
              max-width: 400px; } }
          @media screen and (max-width: 1023px) {
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .dlt-insider-logo {
              margin: 0 auto; } }
          @media screen and (max-width: 767px) {
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .dlt-insider-logo {
              max-width: 278px; } }
          .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .lp-insider-tittle {
            margin: 20px 0;
            color: #000000;
            font-size: 36px;
            line-height: 42px;
            font-weight: 800;
            font-family: 'Montserrat', sans-serif; }
            @media screen and (max-width: 1250px) {
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .lp-insider-tittle {
                font-size: 32px;
                line-height: 38px;
                margin-top: 25px;
                margin-bottom: 27px; } }
            @media screen and (max-width: 1023px) {
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .lp-insider-tittle {
                font-size: 28px;
                line-height: 32px;
                margin-top: 25px;
                margin-bottom: 20px;
                text-align: center; } }
            @media screen and (max-width: 767px) {
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .lp-insider-tittle {
                font-size: 24px;
                line-height: 28px;
                margin-top: 20px; } }
          .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont ul {
            margin: 0;
            list-style: none;
            margin-bottom: 13px; }
            @media screen and (max-width: 1250px) {
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont ul {
                margin-bottom: 25px; } }
            @media screen and (max-width: 1023px) {
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont ul {
                width: 100%;
                max-width: 350px;
                margin: 0 auto;
                margin-bottom: 27px; } }
            @media screen and (max-width: 767px) {
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont ul {
                max-width: 317px;
                margin-bottom: 21px; } }
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont ul li {
              font-size: 22px;
              font-family: 'Oxygen', sans-serif;
              line-height: 27px;
              padding-top: 10px;
              padding-bottom: 16px;
              color: #313131;
              font-weight: 400;
              display: flex;
              align-items: center; }
              @media screen and (max-width: 1250px) {
                .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont ul li {
                  font-size: 20px;
                  line-height: 26px;
                  padding-bottom: 15px; } }
              @media screen and (max-width: 767px) {
                .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont ul li {
                  font-size: 18px;
                  line-height: 24px;
                  padding-top: 7px;
                  padding-bottom: 15px;
                  letter-spacing: -0.3px; } }
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont ul li img {
                margin-right: 13px; }
                @media screen and (max-width: 767px) {
                  .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont ul li img {
                    margin-right: 18px;
                    width: 20px; } }
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont ul li:last-child {
              padding-bottom: 16px; }
              @media screen and (max-width: 1250px) {
                .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont ul li:last-child {
                  padding-bottom: 12px; } }
          .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .fb-group {
            background-color: #1877F2;
            width: 365px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            font-family: Oxygen, sans-serif;
            text-decoration: none; }
            @media screen and (max-width: 1023px) {
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .fb-group {
                margin: 0 auto; } }
            @media screen and (max-width: 767px) {
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .fb-group {
                font-size: 16px;
                width: 320px;
                height: 44px; } }
            @media screen and (max-width: 364px) {
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .fb-group {
                font-size: 14px;
                width: 100%; } }
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .fb-group img {
              margin-right: 10px; }
              @media screen and (max-width: 767px) {
                .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .fb-group img {
                  margin-right: 8px;
                  width: 29px; } }
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-cont .fb-group:hover {
              background-color: #135EBF; }
        .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-img {
          width: 100%;
          max-width: 765px; }
          @media (min-width: 1024px) and (max-width: 1200px) {
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-img {
              background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/dlt-insider-image.png);
              background-position: left;
              background-repeat: no-repeat;
              background-size: cover;
              height: 520px;
              width: 685px;
              position: relative;
              top: -14px; } }
          @media screen and (max-width: 1023px) {
            .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-img {
              max-width: 100%; } }
          .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-img img {
            position: relative;
            right: -40px; }
            @media (min-width: 1024px) and (max-width: 1200px) {
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-img img {
                display: none; } }
            @media screen and (max-width: 1023px) {
              .facebook-insiders .body .container .lp-insider-section .exclusive-join-section .exclusive-joins .exclusive-join-img img {
                position: initial;
                right: initial;
                width: 100%;
                height: 100%; } }
    .facebook-insiders .body .container .lp-insider-section .e-newsletter-section {
      width: 100%;
      max-width: 1310px;
      margin: 0 auto; }
      @media screen and (max-width: 1399px) {
        .facebook-insiders .body .container .lp-insider-section .e-newsletter-section {
          max-width: 100%;
          padding: 0 25px; } }
      @media screen and (max-width: 1023px) {
        .facebook-insiders .body .container .lp-insider-section .e-newsletter-section {
          padding: 0 35px; } }
      @media screen and (max-width: 767px) {
        .facebook-insiders .body .container .lp-insider-section .e-newsletter-section {
          padding: 0 20px; } }
      .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .e-newsletter-tittle {
        text-align: center;
        margin: 0;
        color: #000000;
        font-size: 36px;
        line-height: 42px;
        font-weight: 800;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 15px; }
        @media screen and (max-width: 1250px) {
          .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .e-newsletter-tittle {
            font-size: 30px; } }
        @media screen and (max-width: 1023px) {
          .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .e-newsletter-tittle {
            font-size: 26px;
            width: 100%;
            max-width: 580px;
            margin: 0 auto;
            margin-bottom: 34px;
            position: relative;
            line-height: 40px;
            height: 73px; } }
        @media screen and (max-width: 767px) {
          .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .e-newsletter-tittle {
            font-size: 18px;
            max-width: 334px;
            margin-bottom: 25px;
            line-height: 30px;
            height: 53px; } }
        @media screen and (max-width: 364px) {
          .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .e-newsletter-tittle {
            font-size: 15px; } }
        .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .e-newsletter-tittle img {
          display: block;
          margin: 0 auto;
          width: 244px;
          height: 43px;
          position: relative;
          top: -6px; }
          @media screen and (max-width: 1250px) {
            .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .e-newsletter-tittle img {
              width: 200px;
              height: 30px; } }
          @media screen and (max-width: 1023px) {
            .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .e-newsletter-tittle img {
              position: absolute;
              right: 106px;
              width: 177px;
              height: 19px;
              top: 30px; } }
          @media screen and (max-width: 767px) {
            .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .e-newsletter-tittle img {
              right: 7px;
              width: 123px;
              height: 16px;
              top: 23px; } }
      .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section {
        background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/inbox-bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 39px 40px; }
        @media screen and (max-width: 1023px) {
          .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section {
            padding: 0 20px;
            padding-top: 30px;
            padding-bottom: 40px; } }
        @media screen and (max-width: 767px) {
          .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section {
            padding-bottom: 30px; } }
        .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media screen and (max-width: 1023px) {
            .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver {
              flex-direction: column; } }
          @media screen and (min-width: 1024px) {
            .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .news-deliver-title {
              width: 100%;
              max-width: calc(100% - 478px); } }
          .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .news-deliver-title h5 {
            margin: 0;
            font-size: 28px;
            line-height: 37px;
            font-family: "Montserrat", sans-serif;
            color: #000000;
            font-weight: bold;
            display: flex;
            align-items: center;
            text-transform: initial; }
            @media screen and (max-width: 1250px) {
              .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .news-deliver-title h5 {
                font-size: 24px;
                line-height: 30px; } }
            @media screen and (max-width: 1023px) {
              .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .news-deliver-title h5 {
                flex-direction: column;
                font-size: 22px;
                line-height: 28px; } }
            @media screen and (max-width: 767px) {
              .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .news-deliver-title h5 {
                font-size: 20px;
                line-height: 26px;
                text-align: center; } }
            .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .news-deliver-title h5 img {
              margin-right: 14px; }
              @media screen and (max-width: 1023px) {
                .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .news-deliver-title h5 img {
                  margin-right: 0;
                  margin-bottom: 20px; } }
              @media screen and (max-width: 767px) {
                .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .news-deliver-title h5 img {
                  margin-bottom: 17px; } }
          @media screen and (max-width: 1023px) {
            .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter {
              margin-top: 30px; } }
          @media screen and (max-width: 450px) {
            .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter {
              width: 100%; } }
          .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter .form {
            margin-bottom: 0; }
            .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter .form .form-field {
              margin: 0; }
              .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter .form .form-field .button.button--primary {
                background-color: #E04E00;
                width: 100px;
                height: 50px;
                font-size: 18px;
                color: #FFFFFF;
                font-family: 'Oxygen', sans-serif;
                padding: 0;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-top: 0;
                margin-left: 10px; }
                @media screen and (max-width: 1023px) {
                  .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter .form .form-field .button.button--primary {
                    font-size: 16px; } }
                @media screen and (max-width: 450px) {
                  .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter .form .form-field .button.button--primary {
                    width: 100%;
                    margin-top: 10px;
                    margin-left: 0; } }
                .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter .form .form-field .button.button--primary:hover {
                  background-color: #FA5700; }
              .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter .form .form-field .form-input {
                width: 325px;
                height: 50px;
                border: 1px solid #ACACAC;
                font-size: 18px;
                color: #ACACAC;
                font-family: 'Oxygen', sans-serif;
                font-weight: bold;
                padding: 0 20px; }
                @media screen and (max-width: 1023px) {
                  .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter .form .form-field .form-input {
                    font-size: 16px; } }
                @media screen and (max-width: 450px) {
                  .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter .form .form-field .form-input {
                    width: 100%; } }
              .facebook-insiders .body .container .lp-insider-section .e-newsletter-section .inbox-section .news-deliver .newsletter .form .form-field .form-input::placeholder {
                opacity: 0.6; }
    .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs {
      width: 100%;
      max-width: 1310px;
      margin: 0 auto;
      margin-top: 70px;
      margin-bottom: 80px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 70px; }
      @media screen and (max-width: 1399px) {
        .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs {
          gap: 40px;
          max-width: 100%;
          padding: 0 25px; } }
      @media screen and (max-width: 1250px) {
        .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs {
          margin-top: 60px;
          gap: 50px; } }
      @media screen and (max-width: 1023px) {
        .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs {
          margin-top: 40px;
          margin-bottom: 60px;
          max-width: 460px;
          grid-template-columns: 1fr;
          padding: 0;
          gap: 26px; } }
      @media screen and (max-width: 767px) {
        .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs {
          margin-bottom: 80px;
          gap: 30px; } }
      .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog {
        display: flex; }
        @media screen and (max-width: 1023px) {
          .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog {
            align-items: center; } }
        @media screen and (max-width: 550px) {
          .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog {
            flex-direction: column; } }
        .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont {
          width: 100%;
          max-width: 53.2%;
          margin-left: 15px; }
          @media screen and (max-width: 1250px) {
            .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont {
              margin-left: 10px; } }
          @media screen and (max-width: 550px) {
            .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont {
              max-width: 230px;
              margin-left: 0; } }
          .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont h5 {
            font-size: 24px;
            line-height: 28px;
            font-weight: bold;
            font-family: Oxygen, sans-serif;
            color: #101820;
            text-transform: initial;
            margin-top: 30px;
            margin-bottom: 20px;
            padding: 8px 0;
            display: flex;
            align-items: flex-start;
            position: relative;
            margin-top: 30px;
            margin-bottom: 20px;
            padding: 8px 0;
            letter-spacing: -0.3px; }
            @media screen and (max-width: 1250px) {
              .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont h5 {
                font-size: 18px;
                line-height: 24px;
                margin-top: 23px;
                margin-bottom: 6px; } }
            @media screen and (max-width: 1023px) {
              .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont h5 {
                margin-top: 0; } }
            .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont h5 .quote-img {
              position: absolute;
              right: -9px;
              bottom: 4px; }
              @media screen and (max-width: 1250px) {
                .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont h5 .quote-img {
                  bottom: 7px; } }
              @media screen and (max-width: 1023px) {
                .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont h5 .quote-img {
                  bottom: 9px; } }
            .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont h5 .blog2 {
              right: 0; }
            .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont h5 .quote-img1 {
              margin-right: 10px; }
              @media screen and (max-width: 1250px) {
                .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont h5 .quote-img1 {
                  margin-right: 7px; } }
            @media screen and (max-width: 1250px) {
              .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont h5 img {
                width: 18px; } }
          .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont .insider-review {
            margin-left: 35px; }
            @media screen and (max-width: 1250px) {
              .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont .insider-review {
                margin-left: 25px;
                width: 43px; } }
          .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont p {
            font-size: 18px;
            line-height: 28px;
            font-weight: bold;
            font-family: Oxygen, sans-serif;
            color: #101820;
            margin: 0;
            margin-top: 5px;
            margin-left: 35px; }
            @media screen and (max-width: 1250px) {
              .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-cont p {
                font-size: 13px;
                line-height: 20px;
                margin-top: 4px;
                margin-left: 25px; } }
        .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-img {
          width: 100%;
          max-width: 46.8%; }
          @media screen and (max-width: 550px) {
            .facebook-insiders .body .container .lp-insider-section .blog-section .custom-blogs .custom-blog .blog-img {
              max-width: 230px; } }
    .facebook-insiders .body .container .lp-insider-section .interact-section {
      background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/insider-group-bg.png);
      background-repeat: no-repeat;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      padding: 30px 25px; }
      @media screen and (max-width: 1023px) {
        .facebook-insiders .body .container .lp-insider-section .interact-section {
          padding: 22px 35px 26px 35px; } }
      @media screen and (max-width: 650px) {
        .facebook-insiders .body .container .lp-insider-section .interact-section {
          padding: 22px 20px 46px 20px; } }
      .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group {
        width: 100%;
        max-width: 1090px;
        margin: 0 auto;
        display: flex;
        align-items: center; }
        @media screen and (max-width: 650px) {
          .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group {
            flex-direction: column; } }
        .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group .insiders-group-img {
          width: 100%;
          max-width: 320px;
          margin-right: 40px; }
          @media screen and (max-width: 1250px) {
            .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group .insiders-group-img {
              max-width: 300px; } }
          @media screen and (max-width: 1023px) {
            .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group .insiders-group-img {
              margin-right: 36px;
              max-width: 200px; } }
          @media screen and (max-width: 650px) {
            .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group .insiders-group-img {
              margin-right: 0;
              margin-bottom: 30px; } }
        .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group .insiders-group-cont {
          width: 100%; }
          .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group .insiders-group-cont h4 {
            font-size: 28px;
            line-height: 34px;
            font-family: 'Montserrat', sans-serif;
            color: #fff;
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 20px; }
            @media screen and (max-width: 1250px) {
              .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group .insiders-group-cont h4 {
                font-size: 24px;
                line-height: 30px; } }
            @media screen and (max-width: 1023px) {
              .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group .insiders-group-cont h4 {
                font-size: 18px;
                line-height: 24px; } }
          .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group .insiders-group-cont p {
            font-size: 16px;
            color: #FAC9AF;
            font-weight: bold;
            font-family: Oxygen, sans-serif;
            line-height: 28px;
            letter-spacing: 1px;
            margin-bottom: 0; }
            @media screen and (max-width: 1023px) {
              .facebook-insiders .body .container .lp-insider-section .interact-section .insiders-group .insiders-group-cont p {
                font-size: 14px;
                line-height: 18px; } }

.facebook-insiders footer.custom-footer {
  bottom: -280px; }

#checkout {
  /* Checkout cart Drawer up Change CSS items */ }
  #checkout .header {
    background-color: #313131;
    border-bottom: 0; }
    #checkout .header .sitewide-banner {
      display: none; }
      @media screen and (max-width: 767px) {
        #checkout .header .sitewide-banner {
          display: block; } }
    #checkout .header .container {
      border-bottom: 0;
      width: 100%;
      max-width: 1360px;
      margin: 0 auto;
      padding: 0;
      position: relative;
      max-height: 100px;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media screen and (max-width: 1399px) {
        #checkout .header .container {
          padding: 0 25px; } }
      @media screen and (max-width: 991px) {
        #checkout .header .container {
          max-height: 75px;
          padding: 0 20px; } }
      #checkout .header .container div:empty {
        display: none; }
      #checkout .header .container .header-logo.header-logo--center {
        width: auto; }
        @media screen and (max-width: 1399px) {
          #checkout .header .container .header-logo.header-logo--center {
            width: auto;
            display: flex;
            align-items: center; } }
        #checkout .header .container .header-logo.header-logo--center .header-logo-image-container {
          display: flex;
          align-items: center;
          width: auto; }
          @media screen and (max-width: 1349px) {
            #checkout .header .container .header-logo.header-logo--center .header-logo-image-container {
              width: auto; } }
          #checkout .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
            width: 112px;
            height: 58px; }
            @media screen and (max-width: 991px) {
              #checkout .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
                height: 44px;
                width: 84px;
                max-width: 84px; } }
      #checkout .header .container .header-contact {
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 0; }
        @media screen and (max-width: 991px) {
          #checkout .header .container .header-contact {
            height: 75px; } }
        #checkout .header .container .header-contact a {
          color: #FCFCFC;
          font-size: 14px;
          font-weight: bold;
          text-decoration: none; }
          @media screen and (max-width: 991px) {
            #checkout .header .container .header-contact a {
              font-size: 13px; } }
        #checkout .header .container .header-contact .sign-out {
          text-decoration: underline;
          margin-left: 5px; }
      #checkout .header .container .header-left {
        padding: 0; }
        #checkout .header .container .header-left .free-ship {
          margin-left: 0;
          color: #FFFFFF;
          font-size: 20px;
          font-family: 'Montserrat';
          margin-left: -10px; }
          @media screen and (max-width: 991px) {
            #checkout .header .container .header-left .free-ship {
              font-size: 15px;
              display: block; } }
          @media screen and (max-width: 767px) {
            #checkout .header .container .header-left .free-ship {
              display: none; } }
  #checkout .body .container {
    padding: 0 15px;
    max-width: 1120px;
    width: 100%; }
    @media (max-width: 1200px) {
      #checkout .body .container {
        padding: 0 25px; } }
    @media (max-width: 767px) {
      #checkout .body .container {
        padding: 0 18px; } }
    #checkout .body .container #checkout-app .layout > div {
      width: 100%;
      margin-bottom: 100px; }
    #checkout .body .container #checkout-app .layout .layout-main {
      max-width: calc(100% - 380px);
      width: 100%;
      padding-right: 150px; }
      @media (max-width: 1290px) {
        #checkout .body .container #checkout-app .layout .layout-main {
          padding-right: 34px; } }
      @media (max-width: 979px) {
        #checkout .body .container #checkout-app .layout .layout-main {
          max-width: 100%;
          padding-right: 0; } }
      #checkout .body .container #checkout-app .layout .layout-main .checkout-steps {
        padding: 0;
        max-width: 580px;
        width: 100%;
        margin-top: 40px; }
        @media (max-width: 979px) {
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps {
            max-width: 100%;
            max-width: 560px;
            margin: 20px auto 0; } }
        @media (max-width: 767px) {
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps {
            margin: 0 auto; } }
        #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step {
          border-color: #D3D3D3;
          padding: 9px 0; }
          @media (max-width: 550px) {
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step {
              padding: 4px 0; } }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step:first-child {
            padding-top: 0; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-header {
            margin-bottom: 0; }
            @media (max-width: 550px) {
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-header .stepHeader {
                padding-bottom: 10px; } }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-header .stepHeader .icon {
              background-color: #707070;
              height: 33px;
              width: 33px; }
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-header .stepHeader .icon::before {
                font-family: 'Montserrat', sans-serif;
                font-size: 20px;
                line-height: 33px;
                font-weight: 700;
                color: #fff;
                height: 33px;
                width: 33px; }
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-header .stepHeader .icon.stepHeader-counter--complete {
                height: 42px;
                width: 42px; }
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-header .stepHeader .icon.stepHeader-counter--complete::before {
                  content: "\2713";
                  height: 42px;
                  width: 42px;
                  font-size: 27px;
                  padding-top: 5px; }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-header .stepHeader .stepHeader-title {
              font-family: 'Montserrat', sans-serif;
              font-size: 24px;
              line-height: 29px;
              font-weight: 700;
              margin-left: 15px; }
            @media (max-width: 375px) {
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-header .stepHeader .stepHeader-actions button {
                padding: 12px 14px; } }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form {
            margin-left: 46px; }
            @media (max-width: 767px) {
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form {
                margin-left: 0; } }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset {
              padding-left: 0; }
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body {
                padding: 0;
                margin-bottom: 0; }
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body span {
                  font-family: 'Oxygen';
                  font-size: 16px;
                  line-height: 20px; }
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container {
                  display: flex;
                  max-width: 493px;
                  margin: 0 0 11px; }
                  @media (max-width: 979px) {
                    #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container {
                      max-width: 100%; } }
                  @media (max-width: 767px) {
                    #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container {
                      flex-direction: column;
                      margin-bottom: 22px; } }
                  @media (max-width: 550px) {
                    #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container {
                      margin: 0 0 11px; } }
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body {
                    width: calc(100% - 181px);
                    padding-right: 10px; }
                    @media (max-width: 767px) {
                      #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body {
                        max-width: 337px;
                        width: 100%;
                        padding-right: 0; } }
                    #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-field label {
                      font-family: 'Oxygen';
                      font-size: 16px;
                      line-height: 25px;
                      font-weight: 700;
                      text-transform: initial; }
                    #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-field input {
                      max-width: 302px;
                      border: 1px solid #707070;
                      height: 40px; }
                      @media (max-width: 979px) {
                        #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-field input {
                          max-width: 100%; } }
                      @media (max-width: 767px) {
                        #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-field input {
                          margin-bottom: 55px; } }
                    #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-field:last-child label {
                      font-weight: normal; }
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-action {
                    place-self: center;
                    width: 181px;
                    margin: 0; }
                    @media (max-width: 1020px) and (min-width: 980px) {
                      #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-action {
                        margin-bottom: 28px; } }
                    @media (max-width: 767px) {
                      #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-action {
                        max-width: 100%;
                        width: 100%;
                        padding-right: 0;
                        margin-top: -80px;
                        margin-bottom: 20px; }
                        #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-action button {
                          max-width: 337px; } }
                    #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-action button {
                      min-height: 40px;
                      width: 100%;
                      font-family: 'Oxygen';
                      font-size: 14px;
                      line-height: 25px;
                      font-weight: 700;
                      text-transform: uppercase;
                      padding: 0;
                      background: #497C49; }
                      #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-action button:hover {
                        background: #72AC72; }
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body p {
                  font-family: 'Oxygen';
                  font-size: 16px;
                  line-height: 25px;
                  text-transform: initial; }
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body p:last-child {
                    margin-bottom: 10px; }
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body p #checkout-customer-login {
                    display: inline-block;
                    background: none;
                    font-family: 'Oxygen';
                    color: #72AC72;
                    font-size: 16px;
                    line-height: 25px;
                    text-transform: initial;
                    width: auto;
                    padding: 0;
                    padding-left: 15px;
                    margin: 0;
                    text-decoration: underline; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning label, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .create-account-form label {
            font-family: 'Oxygen';
            font-size: 16px;
            line-height: 25px;
            font-weight: 700;
            text-transform: initial; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning input, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .create-account-form input {
            max-width: 100%;
            border: 1px solid #707070;
            height: 40px; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-actions, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .create-account-form .form-actions {
            display: flex; }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-actions button, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-actions .button, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .create-account-form .form-actions button, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .create-account-form .form-actions .button {
              min-height: 40px;
              width: 100%;
              font-family: 'Oxygen';
              font-size: 14px;
              line-height: 25px;
              font-weight: 700;
              text-transform: uppercase;
              padding: 9px;
              margin-top: 0; }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-actions button, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .create-account-form .form-actions button {
              background: #497C49; }
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-actions button:hover, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .create-account-form .form-actions button:hover {
                background: #72AC72; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .form-legend {
            font-family: 'Oxygen';
            font-size: 16px;
            line-height: 25px;
            font-weight: 700;
            text-transform: initial; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .form-field .form-legend, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .form-field label {
            font-family: 'Oxygen';
            font-size: 16px;
            line-height: 25px;
            font-weight: 700;
            text-transform: initial; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .form-field input {
            border: 1px solid #707070;
            height: 40px; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-shipping-options {
            margin: 20px 0; }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-shipping-options .shippingOptions-panel {
              border: 1px solid #707070; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-shipping-continue,
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-payment-continue,
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-billing-continue {
            min-height: 40px;
            height: 40px;
            font-family: 'Montserrat', sans-serif;
            font-size: 14px;
            line-height: 25px;
            font-weight: 700;
            text-transform: uppercase;
            padding: 5px 20px;
            border: none;
            background: #497C49; }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-shipping-continue:hover,
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-payment-continue:hover,
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-billing-continue:hover {
              background: #72AC72; }
            @media (max-width: 550px) {
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-shipping-continue,
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-payment-continue,
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-billing-continue {
                margin-top: 20px; } }
    #checkout .body .container #checkout-app .layout .layout-cart {
      padding: 0;
      width: 380px; }
      #checkout .body .container #checkout-app .layout .layout-cart .cart {
        margin-top: 60px;
        background-color: #FCFCFC;
        border: 2px solid #313131;
        box-shadow: none;
        padding: 30px 28px; }
        #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-header {
          padding: 0;
          padding-bottom: 6px;
          border-bottom: 5px solid #D3D3D3;
          margin-bottom: 6px; }
          #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-header .cart-title {
            font-size: 16px;
            line-height: 19px;
            font-weight: 700;
            text-transform: uppercase;
            color: #000;
            font-family: 'Montserrat', sans-serif; }
          #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-header .cart-header-link {
            font-family: 'Oxygen';
            font-size: 12px;
            line-height: 19px;
            font-weight: 700;
            color: #707070; }
        #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section {
          padding-top: 0;
          padding-bottom: 20px; }
          #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section:last-child {
            padding-top: 15px;
            padding-bottom: 0;
            border-top: 1px solid #E2E2E2; }
            #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section:last-child .cart-priceItem {
              margin-bottom: 0; }
          #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .cart-section-heading {
            color: #707070;
            font-family: 'Oxygen';
            font-size: 12px;
            line-height: 19px;
            font-weight: 700;
            margin-bottom: 10px;
            text-decoration: underline; }
          #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .productList .productList-item {
            padding-top: 0;
            margin-bottom: 20px; }
            #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .productList .productList-item:last-child {
              margin-bottom: 0; }
            #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .productList .productList-item .product {
              padding-bottom: 20px; }
              #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .productList .productList-item .product .product-figure {
                padding-right: 10px;
                width: 100px;
                min-height: 60px;
                height: auto; }
                #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .productList .productList-item .product .product-figure img {
                  width: 100%;
                  height: 60px; }
              #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .productList .productList-item .product .product-body {
                width: calc(100% - 150px);
                padding: 0;
                padding-right: 10px; }
                #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .productList .productList-item .product .product-body h5 {
                  color: #17020D;
                  font-family: 'Oxygen';
                  font-size: 14px;
                  line-height: 16px;
                  font-weight: 700; }
              #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .productList .productList-item .product .product-actions {
                width: 50px; }
                #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .productList .productList-item .product .product-actions .product-price {
                  color: #121212;
                  font-family: 'Oxygen';
                  font-size: 13px;
                  line-height: 20px;
                  font-weight: normal;
                  white-space: nowrap; }
          #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .cart-priceItem {
            margin-bottom: 7px; }
            #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .cart-priceItem > * {
              color: #17020D;
              font-family: 'Oxygen';
              font-size: 13px;
              line-height: 20px;
              font-weight: normal;
              text-transform: capitalize; }
          #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section .redeemable-label {
            color: #17020D;
            font-family: 'Oxygen';
            font-size: 13px;
            line-height: 20px;
            font-weight: normal;
            text-decoration: underline;
            text-transform: capitalize; }
          #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section div[data-test="cart-subtotal"] .cart-priceItem .cart-priceItem-value > span {
            font-weight: 700; }
          #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-section div[data-test="cart-total"] .cart-priceItem-value span {
            color: #17020D;
            font-family: 'Oxygen';
            font-size: 22px;
            line-height: 34px;
            font-weight: 700; }
    @media (max-width: 968px) {
      #checkout .body .container #checkout-app .layout .cartDrawer {
        border: 1px solid #DDE0E0;
        box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
        bottom: 65px !important;
        background-color: #fff;
        max-width: calc(100% - 156px);
        margin: auto;
        padding: 9px 10px;
        min-height: 80px; }
        #checkout .body .container #checkout-app .layout .cartDrawer .cartDrawer-figure {
          height: 53px;
          width: 80px;
          border: none; }
          #checkout .body .container #checkout-app .layout .cartDrawer .cartDrawer-figure.cartDrawer-figure--stack::after {
            border: none; }
        #checkout .body .container #checkout-app .layout .cartDrawer .cartDrawer-body {
          padding-left: 10px; }
          #checkout .body .container #checkout-app .layout .cartDrawer .cartDrawer-body .cartDrawer-items {
            font-family: 'Oxygen';
            font-size: 18px;
            line-height: 28px;
            font-weight: 700;
            color: #000; }
          #checkout .body .container #checkout-app .layout .cartDrawer .cartDrawer-body a {
            font-size: 12px;
            line-height: 19px;
            color: #707070; }
        #checkout .body .container #checkout-app .layout .cartDrawer .cartDrawer-actions .cartDrawer-total {
          font-family: 'Oxygen';
          font-size: 22px;
          line-height: 34px;
          font-weight: 700;
          color: #000;
          padding-right: 5px; } }
    @media (max-width: 500px) {
      #checkout .body .container #checkout-app .layout .cartDrawer {
        bottom: 65px !important;
        max-width: calc(100% - 36px); } }
  #checkout .footer {
    background-color: #EAEAEA;
    min-height: 50px; }
    @media (max-width: 968px) {
      #checkout .footer {
        min-height: 160px; } }
    #checkout .footer .footer-copyright {
      padding: 18px 0;
      font-family: 'Montserrat', sans-serif;
      color: #525252;
      font-size: 11px;
      line-height: 14px; }
      @media (max-width: 500px) {
        #checkout .footer .footer-copyright span {
          display: block; } }
      #checkout .footer .footer-copyright a {
        font-family: 'Montserrat', sans-serif;
        color: #525252;
        font-size: 11px;
        line-height: 14px;
        text-decoration: underline; }
  @media (max-width: 968px) {
    #checkout .modalOverlay .modal {
      left: 50%;
      transform: scale(1) translate(-50%, -50%); }
      #checkout .modalOverlay .modal .cart-section {
        padding-top: 0; }
        #checkout .modalOverlay .modal .cart-section .cart-section-heading {
          margin-top: 0; } }
  #checkout .form-prefixPostfix #applyRedeemableButton {
    margin: 0 0 0 0.75rem;
    width: auto; }
  #checkout .form-checkbox + .form-label::after {
    background-image: url("../img/tick-white.svg"); }
  #checkout #checkoutShippingAddress {
    margin-bottom: 10px; }
  #checkout .optimizedCheckout-form-radio:checked + .optimizedCheckout-form-label::before, #checkout .optimizedCheckout-form-checkbox:checked + .optimizedCheckout-form-label::before {
    background-color: #4496f6;
    border-color: #4496f6;
    box-shadow: none; }
  #checkout .optimizedCheckout-form-checklist-checkbox:checked ~ .form-label::after {
    background: #4496f6; }
  #checkout .optimizedCheckout-form-checklist-checkbox:checked ~ .form-label::before {
    border-color: #4496f6; }
  #checkout .paymentMethod.paymentMethod--creditCard {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5; }
    #checkout .paymentMethod.paymentMethod--creditCard .form-body {
      background-color: #f5f5f5; }
  #checkout .header-contact {
    z-index: 999; }
  @media (max-width: 968px) {
    #checkout #checkout .body .container #checkout-app .layout > div .cartDrawer.optimizedCheckout-orderSummary {
      bottom: 65px !important; }
    #checkout #checkout footer.footer.co-footer {
      min-height: 195px; } }
  @media (max-width: 500px) {
    #checkout #checkout .body .container #checkout-app .layout > div .cartDrawer.optimizedCheckout-orderSummary {
      bottom: 65px !important; }
    #checkout #checkout footer.footer.co-footer {
      min-height: 200px; } }

#checkout .header {
  background-color: #fff;
  border-bottom: 1px solid #D3D3D3;
  padding: 16px 0; }
  @media (max-width: 1023px) {
    #checkout .header {
      padding: 14px 0; } }
  @media (max-width: 767px) {
    #checkout .header {
      padding: 0 0 12px; } }
  #checkout .header .sitewide-banner {
    margin-bottom: 13px; }
    #checkout .header .sitewide-banner .container {
      background: #1795c4; }
  #checkout .header .container {
    background-color: #fff;
    max-height: 100%; }
    #checkout .header .container .header-logo {
      height: auto; }
      #checkout .header .container .header-logo > a {
        padding: 0;
        display: flex;
        z-index: 1; }
      #checkout .header .container .header-logo.header-logo--center .header-logo-image-container {
        min-height: auto; }
        #checkout .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
          width: auto;
          height: 51px;
          max-width: 100%; }
          @media (max-width: 1023px) {
            #checkout .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
              height: auto;
              width: 140px; } }
          @media (max-width: 767px) {
            #checkout .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
              width: 120px; } }
    #checkout .header .container .header-left .free-ship {
      font-weight: 500;
      color: #000000; }
      @media (max-width: 1290px) {
        #checkout .header .container .header-left .free-ship {
          font-size: 18px; } }
      @media (max-width: 1023px) {
        #checkout .header .container .header-left .free-ship {
          font-size: 16px; } }
      #checkout .header .container .header-left .free-ship strong {
        color: #E04E00; }
    #checkout .header .container .header-contact {
      z-index: 1;
      height: auto; }
      #checkout .header .container .header-contact a {
        color: #000; }
        #checkout .header .container .header-contact a:hover {
          color: #e04e00; }

#checkout .footer.co-footer {
  height: 48px;
  min-height: auto;
  background: #1F1F1F;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 968px) {
    #checkout .footer.co-footer {
      align-items: flex-start;
      padding: 10px 0;
      height: 159px; } }
  @media (max-width: 767px) {
    #checkout .footer.co-footer {
      height: 210px; } }
  #checkout .footer.co-footer .footer-copyright {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px; }
    @media (max-width: 350px) {
      #checkout .footer.co-footer .footer-copyright {
        font-size: 11px; } }
    @media (max-width: 767px) {
      #checkout .footer.co-footer .footer-copyright span {
        display: block; } }
    #checkout .footer.co-footer .footer-copyright a {
      color: #fff;
      font-weight: 700; }
      #checkout .footer.co-footer .footer-copyright a:hover {
        color: #e04e00; }

#checkout .form-field {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  #checkout .form-field .form-field-password {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
  #checkout .form-field label {
    order: 0;
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 4px; }
  #checkout .form-field input {
    order: 1;
    padding: 10px; }
  #checkout .form-field .form-field-errors {
    padding-top: 0;
    margin: 0;
    order: 2; }
  #checkout .form-field .form-select {
    height: 40px;
    padding: 10px;
    order: 1;
    border-color: #707070; }
  #checkout .form-field .floating-label {
    top: 0 !important;
    font-size: 16px !important;
    color: #000; }

#checkout .dynamic-form-field {
  margin-bottom: 10px; }
  #checkout .dynamic-form-field .form-field {
    margin-bottom: 0; }

#checkout .form-legend {
  padding-bottom: 5px; }

#checkout .body {
  background: #F9F9F9; }
  #checkout .body .stepHeader-actions .button {
    border: 1px solid; }
  @media (max-width: 1023px) {
    #checkout .body .layout.optimizedCheckout-contentPrimary {
      padding-bottom: 50px; } }
  @media (max-width: 979px) and (min-width: 969px) {
    #checkout .body .layout-cart {
      width: 100% !important; } }
  @media (max-width: 979px) and (min-width: 969px) {
    #checkout .body .optimizedCheckout-orderSummary {
      display: block;
      max-width: 380px;
      margin-left: auto !important;
      margin-right: auto !important; } }
  @media (max-width: 968px) {
    #checkout .body .form-input-icon {
      top: 37px;
      transform: none; } }
  #checkout .body .container #checkout-app .layout > div {
    margin-bottom: 70px; }
    @media (max-width: 1023px) {
      #checkout .body .container #checkout-app .layout > div {
        margin-bottom: 0; } }
  #checkout .body .container #checkout-app .layout .layout-main {
    background: #F9F9F9; }
    #checkout .body .container #checkout-app .layout .layout-main .form-body {
      background: #F9F9F9; }
    #checkout .body .container #checkout-app .layout .layout-main .checkoutRemote {
      margin: -40px 0 0;
      padding: 52px 0 20px;
      background: #F0F0F0;
      gap: 10px;
      justify-content: center; }
      @media (max-width: 767px) {
        #checkout .body .container #checkout-app .layout .layout-main .checkoutRemote {
          flex-direction: column;
          align-items: center; } }
      #checkout .body .container #checkout-app .layout .layout-main .checkoutRemote > div {
        display: inline-flex;
        margin: 0; }
        @media (max-width: 767px) {
          #checkout .body .container #checkout-app .layout .layout-main .checkoutRemote > div {
            max-width: 200px;
            width: 100%; } }
      #checkout .body .container #checkout-app .layout .layout-main .checkoutRemote apple-pay-button {
        width: 160px; }
        @media (max-width: 767px) {
          #checkout .body .container #checkout-app .layout .layout-main .checkoutRemote apple-pay-button {
            max-width: 200px;
            width: 100%; } }
    #checkout .body .container #checkout-app .layout .layout-main .checkout-step--customer .floating-label {
      top: 0;
      font-size: 16px !important; }
    #checkout .body .container #checkout-app .layout .layout-main .checkout-steps {
      margin-top: 32px; }
      @media (max-width: 1023px) {
        #checkout .body .container #checkout-app .layout .layout-main .checkout-steps {
          margin-top: 23px; } }
      #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step {
        padding: 12px 0; }
        #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-header .stepHeader-figure {
          height: auto; }
        #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-header .stepHeader .stepHeader-title {
          margin-left: 0;
          color: #000000;
          letter-spacing: normal; }
        #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content {
          margin-bottom: 18px; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-guest {
            position: relative;
            padding-top: 71px; }
            @media (max-width: 767px) {
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-guest {
                padding-top: 67px; } }
            @media (max-width: 360px) {
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-guest {
                padding-top: 60px; } }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-guest:before {
              position: absolute;
              top: 10px;
              left: 0;
              right: 0;
              content: 'Checking out as a Guest? You’ll be able to save your details to create an account with us later.';
              font-size: 16px;
              line-height: 20px;
              color: #000000;
              font-weight: 400;
              font-family: 'Oxygen';
              max-width: 533px; }
              @media screen and (max-width: 1279px) {
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-guest:before {
                  max-width: 500px; } }
              @media (max-width: 767px) {
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-guest:before {
                  top: 6px; } }
              @media (max-width: 360px) {
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-guest:before {
                  top: 0;
                  font-size: 14px;
                  line-height: 16px; } }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-guest #email-label::after {
              content: ' Address:'; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-actions .button, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-billing-continue .form-actions .button {
            height: 40px;
            line-height: 18px;
            font-weight: 800;
            font-family: 'Montserrat', sans-serif; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-actions .button--primary, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-billing-continue .form-actions .button--primary {
            background: #497C49;
            color: #fff; }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-actions .button--primary:hover, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-billing-continue .form-actions .button--primary:hover {
              background: #72ac72; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-legend-container a, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-billing-continue .form-legend-container a {
            color: #000; }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-legend-container a:hover, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-billing-continue .form-legend-container a:hover {
              color: #E04E00; }
          @media (max-width: 360px) {
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-legend-container span, #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-billing-continue .form-legend-container span {
              font-size: 14px; } }
          @media (max-width: 968px) {
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .dynamic-form-field {
              margin-bottom: 0; } }
          @media (max-width: 968px) {
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-field {
              margin-bottom: 15px; } }
          @media (max-width: 767px) {
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-actions {
              margin-top: 10px; } }
          @media (max-width: 400px) {
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .form-actions {
              margin: 0;
              flex-direction: column;
              align-items: center;
              gap: 10px; } }
          @media (max-width: 767px) {
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .button + .button {
              margin-left: 10px; } }
          @media (max-width: 400px) {
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .button + .button {
              margin-left: 0; } }
          @media (max-width: 400px) {
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .button {
              max-width: 100%;
              margin: 0; } }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content #checkout-customer-returning .optimizedCheckout-buttonSecondary {
            border-color: #000; }
          #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form {
            margin-left: 0; }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container {
              flex-wrap: wrap;
              width: 100%;
              max-width: 520px;
              margin-bottom: 13px; }
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body {
                width: 100%;
                padding: 0; }
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-field {
                  margin-bottom: 20px;
                  display: flex;
                  flex-wrap: wrap; }
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-field:first-child label {
                    font-size: 16px !important;
                    line-height: 25px;
                    position: relative;
                    top: 0;
                    left: 0;
                    order: 0;
                    margin-bottom: 4px; }
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-field:last-child {
                    margin-bottom: 0; }
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-field input {
                    order: 1;
                    max-width: 100%;
                    padding: 10px;
                    margin-bottom: 0; }
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-field:last-child label {
                    margin: 0; }
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-inlineMessage {
                  margin: 10px 0; }
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-body .form-field-errors {
                  order: 3;
                  padding: 0;
                  margin: 0; }
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-action {
                place-self: auto;
                padding: 0;
                margin-top: 14px; }
                @media (max-width: 767px) {
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-action {
                    margin-bottom: 0; } }
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-action button {
                  margin-bottom: 0;
                  max-width: 178px;
                  background: #497C49;
                  color: #fff;
                  height: 40px;
                  font-weight: 800;
                  font-family: 'Montserrat', sans-serif; }
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-action button::after {
                    content: ' AS GUEST'; }
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body .customerEmail-container .customerEmail-action button:hover {
                    background: #72ac72; }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body p {
              font-size: 16px !important;
              font-weight: 400;
              text-align: center;
              color: #000000;
              margin-bottom: 0;
              text-transform: lowercase; }
              #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body p #checkout-customer-login {
                color: #497C49;
                font-size: 16px !important;
                font-weight: 700; }
                @media (max-width: 360px) {
                  #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body p #checkout-customer-login {
                    font-size: 14px !important; } }
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body p #checkout-customer-login:hover {
                  color: #72ac72; }
            #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body p.customer-login-link {
              text-align: left;
              font-weight: 700;
              font-size: 16px !important;
              margin-bottom: 43px;
              text-transform: capitalize; }
              @media (max-width: 360px) {
                #checkout .body .container #checkout-app .layout .layout-main .checkout-steps .checkout-step .checkout-view-content .checkout-form .form-fieldset .form-body p.customer-login-link {
                  font-size: 14px !important; } }
  #checkout .body .container #checkout-app .layout .layout-cart .cart {
    margin-top: 50px; }
    #checkout .body .container #checkout-app .layout .layout-cart .cart .cart-header-link:hover, #checkout .body .container #checkout-app .layout .layout-cart .cart .redeemable-label:hover {
      color: #E04E00; }
    #checkout .body .container #checkout-app .layout .layout-cart .cart .product-title {
      font-size: 14px;
      color: #17020D; }
  @media (max-width: 968px) {
    #checkout .body .container #checkout-app .layout .cartDrawer {
      bottom: 20px !important;
      border: 2px solid #313131; } }
  @media (max-width: 767px) {
    #checkout .body .container #checkout-app .layout .cartDrawer {
      bottom: 80px !important; } }
  #checkout .body .container #checkout-app .layout .cartDrawer .cartDrawer-body a {
    color: #E04E00;
    font-family: 'Oxygen';
    font-weight: 700; }

.cart-modal-body .optimizedCheckout-headingSecondary, .cart-modal-body .optimizedCheckout-contentPrimary {
  color: #000; }

.cart-modal-body .product-title {
  margin-top: 10px;
  font-size: 14px;
  color: #17020D;
  font-weight: 700;
  font-family: 'Oxygen'; }

.with-continue-button .cart-modal-link {
  color: #E04E00;
  font-family: 'Oxygen';
  font-weight: 700; }

.with-continue-button .cart-modal-close .icon {
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-radius: 50%; }

@media (max-width: 767px) {
  .modal-header {
    padding: 15px 15px; } }

@media (max-width: 767px) {
  .modal-body {
    padding: 20px 15px 0; } }

.modal-body .cart-section {
  padding-left: 0;
  padding-right: 0; }

.modal-body .cart-priceItem--total {
  padding-top: 15px; }

body#product.product-coming-soon .body .container {
  max-width: 1402px;
  padding: 0px 46px; }
  @media (max-width: 1023px) {
    body#product.product-coming-soon .body .container {
      padding: 0px 25px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .body .container {
      padding: 0px 20px; } }

body#product.product-coming-soon .body .container .productView {
  margin: 0px 0px;
  padding: 0px;
  padding-top: 50px;
  padding-bottom: 44px; }
  @media (max-width: 1150px) {
    body#product.product-coming-soon .body .container .productView {
      padding-top: 35px;
      padding-bottom: 31px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .body .container .productView {
      padding-top: 35px;
      padding-bottom: 48px; } }
  @media (max-width: 640px) {
    body#product.product-coming-soon .body .container .productView {
      padding-top: 30px;
      padding-bottom: 27px;
      display: flex; } }

body#product.product-coming-soon .productView.coming-soon .productView-images {
  float: right;
  margin-bottom: 0px;
  width: calc(100% - 54%); }

body#product.product-coming-soon .productView.coming-soon .productView-details {
  float: left;
  clear: left;
  max-width: 600px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-right: 0px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .productView-details {
      max-width: 427px; } }
  @media (max-width: 768px) {
    body#product.product-coming-soon .productView.coming-soon .productView-details {
      max-width: 318px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .productView-details {
      max-width: 318px; } }
  @media (max-width: 640px) {
    body#product.product-coming-soon .productView.coming-soon .productView-details {
      width: 100%;
      max-width: 100%; } }

body#product.product-coming-soon .productView.coming-soon h1.productView-title {
  font: normal bold 36px/42px 'Montserrat', sans-serif;
  color: #000000;
  margin-bottom: 14px;
  margin-top: 0px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon h1.productView-title {
      font-size: 27px;
      line-height: 32px;
      margin-bottom: 12px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon h1.productView-title {
      font-size: 21px;
      line-height: 26px;
      margin-bottom: 7px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon h1.productView-title {
      font-size: 21px;
      line-height: 28px;
      margin-bottom: 11px; } }

body#product.product-coming-soon .productView.coming-soon .productView-product {
  display: flex;
  align-items: self-start;
  flex-direction: column;
  padding-bottom: 30px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .productView-product {
      padding-bottom: 23px; } }
  @media (max-width: 768px) {
    body#product.product-coming-soon .productView.coming-soon .productView-product {
      padding-bottom: 16px; } }

body#product.product-coming-soon .productView.coming-soon .productView-product .productView-sku {
  text-align: left;
  font: normal bold 16px/26px 'Oxygen', sans-serif;
  color: #525252; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .productView-product .productView-sku {
      font-size: 10px;
      line-height: 16px; } }

body#product.product-coming-soon .productView.coming-soon .productView-images {
  width: calc(100% - 51%);
  max-width: 640px;
  padding: 0px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images {
      max-width: 455px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images {
      max-width: 380px;
      width: calc(100% - 47%); } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images {
      max-width: 335px; } }
  @media (max-width: 640px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images {
      order: 2;
      width: 100%; } }

body#product.product-coming-soon .productView.coming-soon .productView-images .productView-thumbnails {
  margin-top: 10px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images .productView-thumbnails {
      margin-top: 6px; } }

body#product.product-coming-soon .productView.coming-soon .productView-images .productView-img-container {
  border: 0px solid #acacac;
  width: 100%;
  height: 100%;
  max-height: 426px;
  background: #fff; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images .productView-img-container {
      width: 455px;
      max-height: 303px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images .productView-img-container {
      width: 380px;
      max-height: 253px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images .productView-img-container {
      width: 335px;
      max-height: 223px; } }

body#product.product-coming-soon .productView.coming-soon .productView-thumbnail-link {
  border: 0px solid transparent;
  height: auto; }

body#product.product-coming-soon .productView.coming-soon .productView-images a.productView-thumbnail-link.is-active {
  border-bottom: 2px solid #000;
  max-height: 58px;
  padding-bottom: 3px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images a.productView-thumbnail-link.is-active {
      max-height: 50px;
      max-width: 56px; } }

body#product.product-coming-soon .productView.coming-soon .productView-thumbnail-link img {
  max-width: 80px;
  max-height: 53px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .productView-thumbnail-link img {
      max-width: 57px;
      max-height: 38px; } }

body#product.product-coming-soon .productView.coming-soon .productView-images .productView-thumbnails .productView-thumbnail {
  margin-right: 10px;
  max-width: 80px; }
  @media (max-width: 1025px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images .productView-thumbnails .productView-thumbnail {
      margin-right: 7px;
      max-width: max-content; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images .productView-thumbnails .productView-thumbnail {
      margin-right: 0px;
      max-width: max-content; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .productView-images .productView-thumbnails .productView-thumbnail {
      margin-right: 0px;
      max-width: max-content; } }

body#product.product-coming-soon .body .container .productView .coming-soon-text p {
  font: normal bold 24px/26px 'Oswald', sans-serif;
  color: #B23E00;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 18.5px;
  margin-top: 22px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .body .container .productView .coming-soon-text p {
      font: normal bold 17px/18px 'Oswald', sans-serif;
      margin-bottom: 13.6px;
      margin-top: 15px; } }
  @media (max-width: 640px) {
    body#product.product-coming-soon .body .container .productView .coming-soon-text p {
      margin-top: 0px; } }

body#product.product-coming-soon .productView.coming-soon .productView-price .price-now-label {
  display: inline-block !important;
  color: #000;
  font: normal bold 24px/26px 'Oxygen', sans-serif; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .productView-price .price-now-label {
      font: normal bold 17px/18px 'Oxygen', sans-serif; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .productView-price .price-now-label {
      font: normal bold 14px/15px 'Oxygen', sans-serif; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .productView-price .price-now-label {
      font: normal bold 14px/15px 'Oxygen', sans-serif; } }

body#product.product-coming-soon .productView.coming-soon .productView-price .price.price--withoutTax {
  font: normal bold 44px/26px 'Oxygen', sans-serif;
  color: #A03800; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .productView-price .price.price--withoutTax {
      font: normal bold 31px/38px 'Oxygen', sans-serif; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .productView-price .price.price--withoutTax {
      font: normal bold 26px/15px 'Oxygen', sans-serif; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .productView-price .price.price--withoutTax {
      font: normal bold 26px/15px 'Oxygen', sans-serif; } }
  @media (max-width: 320px) {
    body#product.product-coming-soon .productView.coming-soon .productView-price .price.price--withoutTax {
      font: normal bold 20px/15px 'Oxygen', sans-serif; } }

body#product.product-coming-soon .productView.coming-soon .productView-details .productView-rating {
  display: none; }

body#product.product-coming-soon .productView.coming-soon .gift-cards-wrapper {
  display: flex;
  align-items: center; }

body#product.product-coming-soon .productView.coming-soon .earn-rewards {
  font: normal bold 22px/22px 'Oxygen', sans-serif;
  color: #313131;
  text-transform: uppercase;
  margin-bottom: 1px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .earn-rewards {
      font: normal bold 15px/15px 'Oxygen', sans-serif; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .earn-rewards {
      font: normal bold 15px/15px 'Oxygen', sans-serif; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .earn-rewards {
      font: normal bold 13px/13px 'Oxygen', sans-serif; } }

body#product.product-coming-soon .productView.coming-soon a.rewards-pooints {
  font: normal normal 13px/18px 'Oxygen', sans-serif;
  color: #313131;
  text-decoration: none;
  border-bottom: 1px solid #313131; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon a.rewards-pooints {
      font: normal normal 9px/12px 'Oxygen', sans-serif; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon a.rewards-pooints {
      font: normal normal 8px/11px 'Oxygen', sans-serif; } }

body#product.product-coming-soon .productView.coming-soon .gift-cards img {
  height: 47px;
  width: 51px;
  margin-right: 8px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .gift-cards img {
      height: 33px;
      width: 36px;
      margin-right: 5px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .gift-cards img {
      height: 29px;
      width: 31px;
      margin-right: 7px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .gift-cards img {
      height: 29px;
      width: 31px;
      margin-right: 7px; } }

body#product.product-coming-soon .productView.coming-soon .reward-wrapper {
  line-height: 18px;
  text-transform: uppercase; }

body#product.product-coming-soon .productView.coming-soon .ask-a-question {
  margin-top: 8px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .ask-a-question {
      margin-top: 5px; } }

body#product.product-coming-soon .productView.coming-soon .ask-a-question span a {
  font: normal bold 18px/22px 'Oxygen', sans-serif;
  color: #000000;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-decoration: none; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .ask-a-question span a {
      font: normal bold 15px/12px 'Oxygen', sans-serif; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .ask-a-question span a {
      font: normal bold 12px/15px 'Oxygen', sans-serif; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .ask-a-question span a {
      font: normal bold 13px/11px 'Oxygen', sans-serif; } }

body#product.product-coming-soon .productView.coming-soon .ask-a-question span a img {
  margin-right: 10px;
  width: 24px;
  height: 24px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .ask-a-question span a img {
      width: 17px;
      height: 17px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .ask-a-question span a img {
      width: 17px;
      height: 17px; } }

body#product.product-coming-soon .productView.coming-soon .gift-pdt-view {
  margin-bottom: 30px;
  display: flex;
  float: left;
  width: 100%;
  align-items: center; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .gift-pdt-view {
      margin-top: 0px;
      margin-bottom: 22px; } }
  @media (max-width: 768px) {
    body#product.product-coming-soon .productView.coming-soon .gift-pdt-view {
      margin-top: 4px;
      margin-bottom: 22px; } }
  @media (max-width: 640px) {
    body#product.product-coming-soon .productView.coming-soon .gift-pdt-view {
      margin-top: 0px;
      margin-bottom: 21px;
      gap: 23px; } }

body#product.product-coming-soon .dlt-coming-soon-background {
  background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/home-banner-2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-repeat-y: repeat; }
  @media (min-width: 1960px) {
    body#product.product-coming-soon .dlt-coming-soon-background {
      background-size: cover; } }
  @media (min-width: 768px) and (max-width: 885px) {
    body#product.product-coming-soon .dlt-coming-soon-background {
      background-position: -38px 0px; } }
  @media (max-width: 640px) {
    body#product.product-coming-soon .dlt-coming-soon-background {
      background: none;
      background-repeat: repeat; } }

body#product.product-coming-soon .productView.coming-soon .productView-details .productView-info-links ul li {
  margin: 0px; }

body#product.product-coming-soon .productView.coming-soon .productView-details .productView-options {
  margin-bottom: 0px; }

body#product.product-coming-soon .productView.coming-soon .productView-details .coming-soon-text {
  position: relative; }

body#product.product-coming-soon .productView.coming-soon .productView-details .coming-soon-text::after {
  position: absolute;
  color: #ACACAC;
  width: 402px;
  height: 2px;
  content: "";
  background: #ACACAC;
  top: 16px;
  left: 178px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .productView-details .coming-soon-text::after {
      width: 286px;
      top: 50%;
      transform: translatey(-50%);
      left: 135px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .productView-details .coming-soon-text::after {
      width: 190px;
      top: 50%;
      transform: translatey(-50%);
      left: 133px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .productView-details .coming-soon-text::after {
      left: 133px;
      width: 190px;
      top: 50%;
      transform: translatey(-50%); } }

body#product.product-coming-soon .productView.coming-soon .productView-image {
  min-height: unset; }

body#product.product-coming-soon .productView.coming-soon .productView-details {
  width: 46%; }
  @media (max-width: 640px) {
    body#product.product-coming-soon .productView.coming-soon .productView-details {
      width: 100%; } }

body#product.product-coming-soon .productView.coming-soon section.productView-details.details-top {
  width: 100%; }

body#product.product-coming-soon .productView.coming-soon {
  display: block; }
  @media (min-width: 768px) {
    body#product.product-coming-soon .productView.coming-soon {
      display: block; } }

body#product.product-coming-soon .productView-options form {
  display: none; }

body#product.product-coming-soon .productView.coming-soon .productView-price .price.price--withoutTax {
  position: relative; }

body#product.product-coming-soon .productView.coming-soon .gift-cards::after {
  position: absolute;
  width: 2px;
  content: "";
  height: 60px;
  background: #ACACAC;
  bottom: 0px;
  right: 200px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .gift-cards::after {
      right: 135px;
      height: 42px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .gift-cards::after {
      width: 1.86px;
      height: 38px;
      right: 115px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .gift-cards::after {
      width: 1.86px;
      height: 38px;
      right: 125px; } }

body#product.product-coming-soon div#product-specs-50 {
  width: auto; }

body#product.product-coming-soon article.productView-description .container {
  max-width: 1190px !important;
  padding-top: 66px !important;
  margin-bottom: 80px;
  padding: 0px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon article.productView-description .container {
      max-width: 890px !important;
      margin-bottom: 80px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon article.productView-description .container {
      max-width: 697px !important;
      padding-top: 40px !important;
      margin-bottom: 53px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon article.productView-description .container {
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-bottom: 58px; } }

body#product.product-coming-soon div#product-description-50 {
  width: calc(100% - 490px);
  padding-left: 90px;
  padding-right: 0px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon div#product-description-50 {
      width: calc(100% - 300px);
      padding-right: 0px;
      padding-left: 0px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon div#product-description-50 {
      width: calc(100% - 285px);
      padding-right: 0px;
      float: left; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon div#product-description-50 {
      width: 100%;
      padding-right: 0px;
      padding-bottom: 0px;
      margin-bottom: 19px; } }

body#product.product-coming-soon div#product-specs-50 {
  width: 315px;
  padding: 0px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon div#product-specs-50 {
      width: 215px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon div#product-specs-50 {
      width: 240px;
      float: left; } }
  @media (max-width: 640px) {
    body#product.product-coming-soon div#product-specs-50 {
      width: 100%; } }

body#product.product-coming-soon .productView-description {
  background-color: #f4f4f4; }

body#product.product-coming-soon .productView-description p {
  font: normal normal 20px/30px 'Oxygen', sans-serif;
  color: #525252; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView-description p {
      font: normal normal 18px/30px 'Oxygen', sans-serif; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView-description p {
      font: normal normal 16px/28px 'Oxygen', sans-serif; } }

body#product.product-coming-soon #product-specs-50 li {
  font: normal normal 14px/30px 'Oxygen', sans-serif;
  background: transparent;
  margin: 0px;
  padding: 0px;
  color: #525252;
  line-height: 30px; }

body#product.product-coming-soon #product-specs-50 li strong {
  font-weight: normal; }

body#product.product-coming-soon #product-specs-50 li.pde-rounded-list strong span {
  font-size: 14px !important;
  line-height: 17px !important;
  font-weight: bold !important;
  font-family: 'Oxygen', sans-serif;
  color: #000; }

body#product.product-coming-soon .productView.coming-soon .gift-cards-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  flex: none;
  padding-left: 55px;
  position: relative; }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .gift-cards-wrapper {
      padding-left: 40px; } }

body#product.product-coming-soon .productView.coming-soon .productView-price {
  width: auto;
  margin: 0px; }

body#product.product-coming-soon footer.custom-footer {
  bottom: -280px; }

@media (min-width: 1025px) and (max-width: 1185px) {
  body#product.product-coming-soon .productView.coming-soon .productView-price .price.price--withoutTax {
    font: normal bold 31px/26px 'Oxygen', sans-serif;
    color: #A03800; }
  body#product.product-coming-soon .productView.coming-soon .productView-price .price-now-label {
    display: inline-block !important;
    color: #000;
    font: normal bold 24px/26px 'Oxygen', sans-serif; } }

body#product.product-coming-soon .body {
  margin-top: 0px; }

body#product.product-coming-soon .breadcrumbs {
  margin: 0px;
  text-align: center; }
  @media (max-width: 767px) {
    body#product.product-coming-soon .breadcrumbs {
      display: none; } }

body#product.product-coming-soon .breadcrumbs-bg {
  background-color: #F2E3DA;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }
  @media (max-width: 992px) {
    body#product.product-coming-soon .breadcrumbs-bg {
      padding-top: 5px;
      padding-bottom: 5px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .breadcrumbs-bg {
      display: none; } }

body#product.product-coming-soon .productView.coming-soon a.button.dropdown-menu-button {
  background: transparent;
  border: none;
  width: auto;
  padding: 0px;
  margin-bottom: 12px; }

body#product.product-coming-soon .productView.coming-soon a.button.dropdown-menu-button span {
  display: inline-block;
  color: #000000; }

body#product.product-coming-soon .productView.coming-soon .form-wishlist {
  margin-bottom: 0px; }

body#product.product-coming-soon .productView.coming-soon a.button.dropdown-menu-button img {
  width: 24px;
  height: 21px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon a.button.dropdown-menu-button img {
      width: 17px;
      height: 15px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon a.button.dropdown-menu-button img {
      width: 17px;
      height: 15px; } }

body#product.product-coming-soon header.custom-header .main-header .menu-right {
  width: 80%; }
  @media (max-width: 330px) {
    body#product.product-coming-soon header.custom-header .main-header .menu-right {
      width: 40%; } }

body#product.product-coming-soon .productView-description .productView-description {
  display: flex;
  justify-content: space-between;
  padding-top: 0px; }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView-description .productView-description {
      flex-direction: column; } }

body#product.product-coming-soon .productView-description .tab-description-section .tab-content-container {
  padding: 0px; }

body#product.product-coming-soon .productView-description .tab-description-section .tab-heading-container span {
  line-height: 30px; }

@media (min-width: 1030px) {
  body#product.product-coming-soon .productView-description .tab-description-section .tab-heading-container {
    padding-left: 83px; } }

body#product.product-coming-soon .productView-description .tab-description-section {
  padding-block: 12px; }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView-description .tab-description-section {
      padding-left: 0px; } }

body#product.product-coming-soon a.breadcrumb-label {
  color: #747474;
  font-weight: 500; }

body#product.product-coming-soon .productView.coming-soon dl.productView-info {
  margin: 0px;
  display: none; }
  @media (max-width: 640px) {
    body#product.product-coming-soon .productView.coming-soon dl.productView-info {
      display: block; } }

@media (max-width: 640px) {
  body#product.product-coming-soon .ask-a-question {
    margin-bottom: 20px; } }

body#product.product-coming-soon .MagicZoomSelectors {
  text-align: left;
  margin-top: 10px;
  margin-left: 0px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .MagicZoomSelectors {
      margin-top: 7px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .MagicZoomSelectors {
      margin-top: 10px; } }

body#product.product-coming-soon .productView.coming-soon .MagicZoomSelectors a.mz-thumb-selected img {
  border-bottom: 2px solid #000; }

body#product.product-coming-soon .productView.coming-soon .MagicZoomSelectors a img {
  width: 80px;
  border: none;
  height: 53px;
  padding-bottom: 5px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .MagicZoomSelectors a img {
      width: 57px;
      height: 38px;
      padding-bottom: 3.3px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .MagicZoomSelectors a img {
      display: block !important; } }

body#product.product-coming-soon .productView.coming-soon .MagicZoomSelectors a {
  margin-right: 10px; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .MagicZoomSelectors a {
      margin-right: 7px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .MagicZoomSelectors a {
      all: revert;
      margin-right: 5px; } }

body#product.product-coming-soon .productView.coming-soon .MagicZoomSelectors a:hover {
  border: none; }

@media (max-width: 767px) {
  body#product.product-coming-soon .productView.coming-soon .MagicZoomSelectors a {
    width: auto !important;
    height: auto !important;
    border-radius: 0% !important;
    background: none repeat scroll 0 0 transparent !important;
    margin: 3px !important;
    margin-right: 5px !important;
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
    text-indent: -9999px !important;
    vertical-align: middle !important;
    font-size: 0px !important;
    line-height: 0px !important; }
  body#product.product-coming-soon .MagicZoomSelectors a.active-magic-selector:before,
  body#product.product-coming-soon .MagicZoomSelectors a:hover:before {
    display: none !important; } }

body#product.product-coming-soon ul#wishlist-dropdown .button {
  color: #000;
  font-size: 15px;
  font-family: "Oxygen", Arial, Helvetica, sans-serif;
  font-weight: normal;
  border: 1px solid #E9EBED; }

body#product.product-coming-soon .breadcrumb.is-active .breadcrumb-label {
  color: #000 !important;
  font-weight: 600 !important; }

body#product.product-coming-soon #wishlist-dropdown.is-open {
  width: 60% !important;
  display: contents; }
  body#product.product-coming-soon #wishlist-dropdown.is-open li {
    width: 60%;
    transform: translate(26.5rem, -1rem); }
    body#product.product-coming-soon #wishlist-dropdown.is-open li:last-child {
      margin-bottom: 10px; }
    @media (max-width: 1200px) {
      body#product.product-coming-soon #wishlist-dropdown.is-open li {
        transform: translate(19.5rem, -1rem); } }
    @media (max-width: 1150px) {
      body#product.product-coming-soon #wishlist-dropdown.is-open li {
        width: 75% !important;
        transform: translate(19.5rem, -1rem); } }
    @media (max-width: 767px) {
      body#product.product-coming-soon #wishlist-dropdown.is-open li {
        width: 100% !important;
        transform: none; } }

@media (max-width: 992px) {
  body#product.product-coming-soon .productView-description .tab-description-section .tab-heading-container {
    padding-left: 0px; } }

body#product.product-coming-soon .productView.coming-soon .MagicZoomSelectors a:first-child {
  margin-left: 0px !important; }

@media (max-width: 640px) {
  body#product.product-coming-soon .dlt-coming-soon-background > .container:first-child {
    background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/mobile-banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; } }

@media (max-width: 340px) {
  body#product.product-coming-soon .productView.coming-soon .MagicZoomSelectors a {
    margin-right: 0px !important; } }

#product.product-coming-soon .MagicZoomSelectors a:hover img, #product.product-coming-soon .active-magic-selector img {
  filter: initial !important; }

body#product.product-coming-soon .pdp-page-content .productView-options .option-set {
  background-color: transparent !important;
  display: inline-block; }

body#product.product-coming-soon .pdp-page-content .productView-options .form-action {
  float: none;
  padding: 0px;
  width: 100%; }

body#product.product-coming-soon .productView-options .form-field--stock {
  margin-bottom: 0rem; }

body#product.product-coming-soon .alertBox.alertBox--error {
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    body#product.product-coming-soon .alertBox.alertBox--error {
      width: 80%; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .alertBox.alertBox--error {
      margin-bottom: 15px; } }

body#product.product-coming-soon .engraveIt span:not(.engraveUpcharge) {
  background-color: white; }

body#product.product-coming-soon .engraveIt .engrave-box:before {
  background-color: white; }

@media (min-width: 1024px) {
  body#product.product-coming-soon .productView-options .form-action .button {
    width: auto; } }

body#product.product-coming-soon .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-icontext {
  padding: 0px 13px;
  background-color: #E04E00 !important; }
  @media (max-width: 1200px) {
    body#product.product-coming-soon .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-icontext {
      padding: 0px 6px; } }

body#product.product-coming-soon .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-icontext .swym-watchlist-cta {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px; }
  @media (max-width: 1200px) {
    body#product.product-coming-soon .swym-btn-container[data-position=default] .swym-add-to-watchlist.swym-icontext .swym-watchlist-cta {
      font-size: 10px;
      font-weight: 600;
      line-height: 13px; } }

body#product.product-coming-soon .productView.coming-soon a.button.dropdown-menu-button {
  background: transparent;
  border: none;
  width: auto;
  padding: 0px;
  margin-bottom: 0;
  transform: translate(26rem, -2rem); }
  @media (max-width: 1200px) {
    body#product.product-coming-soon .productView.coming-soon a.button.dropdown-menu-button {
      transform: translate(19rem, -2rem); } }

body#product.product-coming-soon .swym-button-bar {
  margin: 0px;
  height: auto; }

body#product.product-coming-soon .sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text.sezzle-left {
  max-width: 18rem; }
  @media (max-width: 1200px) {
    body#product.product-coming-soon .sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text.sezzle-left {
      max-width: 13rem; } }
  @media (max-width: 1200px) {
    body#product.product-coming-soon .sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text.sezzle-left {
      max-width: 10rem; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .sezzle-shopify-info-button .sezzle-checkout-button-wrapper .sezzle-button-text.sezzle-left {
      max-width: 11rem; } }

body#product.product-coming-soon .productView.coming-soon a.button.dropdown-menu-button.fav-button-wishlist {
  transform: none !important;
  margin-bottom: 12px; }

body#product.product-coming-soon .productView.coming-soon .gift-cards::after {
  position: absolute;
  width: 3px;
  content: "";
  height: 60px;
  background: #ACACAC;
  bottom: 0px;
  left: 27px;
  right: unset !important; }
  @media (max-width: 1024px) {
    body#product.product-coming-soon .productView.coming-soon .gift-cards::after {
      left: 20.7px;
      height: 42px; } }
  @media (max-width: 992px) {
    body#product.product-coming-soon .productView.coming-soon .gift-cards::after {
      width: 1.86px;
      height: 38px;
      left: 22px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon .productView.coming-soon .gift-cards::after {
      width: 1.86px;
      height: 38px;
      left: 22px; } }

body#product.product-coming-soon div#product-specs-50 {
  padding-bottom: 50.5px; }
  @media (max-width: 1200px) {
    body#product.product-coming-soon div#product-specs-50 {
      padding-bottom: 26px; } }
  @media (max-width: 1023px) {
    body#product.product-coming-soon div#product-specs-50 {
      padding-bottom: 32px; } }
  @media (max-width: 767px) {
    body#product.product-coming-soon div#product-specs-50 {
      padding-bottom: 10.5px; } }

body#product.product-coming-soon .productView.coming-soon .fav-button-wishlist a.button.dropdown-menu-button {
  background: transparent;
  border: none;
  width: auto;
  padding: 0px;
  margin-bottom: 0;
  transform: translate(297px, -2rem); }
  @media (max-width: 1200px) {
    body#product.product-coming-soon .productView.coming-soon .fav-button-wishlist a.button.dropdown-menu-button {
      transform: translate(220px, -2rem); } }
  @media (max-width: 1023px) {
    body#product.product-coming-soon .productView.coming-soon .fav-button-wishlist a.button.dropdown-menu-button {
      transform: none;
      margin: 15px 0; } }

body#product.product-coming-soon .productView.coming-soon a.button.dropdown-menu-button {
  transform: none;
  margin-bottom: 5px; }

body#product.product-coming-soon #wishlist-dropdown.is-open li {
  transform: none; }

body#product.product-coming-soon .fav-button-wishlist #wishlist-dropdown.is-open {
  width: 60% !important;
  display: contents; }
  body#product.product-coming-soon .fav-button-wishlist #wishlist-dropdown.is-open li {
    width: 60%;
    transform: translate(26.5rem, -1rem);
    position: relative;
    z-index: 9999; }
    body#product.product-coming-soon .fav-button-wishlist #wishlist-dropdown.is-open li:last-child {
      margin-bottom: 10px; }
    @media (max-width: 1200px) {
      body#product.product-coming-soon .fav-button-wishlist #wishlist-dropdown.is-open li {
        transform: translate(19.5rem, -1rem); } }
    @media (max-width: 1150px) {
      body#product.product-coming-soon .fav-button-wishlist #wishlist-dropdown.is-open li {
        width: 75% !important;
        transform: translate(19.5rem, -1rem); } }
    @media (max-width: 767px) {
      body#product.product-coming-soon .fav-button-wishlist #wishlist-dropdown.is-open li {
        width: 100% !important;
        transform: none; } }

/* plp */
.custom-category-coming-soon-page div[data-content-region="page_builder_content_top"] [data-sub-layout] {
  padding: 0; }

.custom-category-coming-soon-page div[data-content-region="page_builder_content_side"] [data-sub-layout] {
  padding: 0;
  display: initial; }

.custom-category-coming-soon-page div[data-content-region="page_builder_content_side"] [data-sub-layout-container] {
  display: initial; }

@media (min-width: 1024px) {
  #category.custom-category-coming-soon-page .body .container .page-content {
    float: right; } }

#category.custom-category-coming-soon-page .body .coming-soon-banner {
  background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/new-product-banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 165px; }
  @media (max-width: 1200px) {
    #category.custom-category-coming-soon-page .body .coming-soon-banner {
      height: 140px; } }
  @media (max-width: 767px) {
    #category.custom-category-coming-soon-page .body .coming-soon-banner {
      height: 105px; } }
  @media (max-width: 370px) {
    #category.custom-category-coming-soon-page .body .coming-soon-banner {
      height: auto;
      padding: 10px 15px;
      padding-top: 0;
      text-align: center; } }
  #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products {
    display: flex;
    align-items: center;
    flex-direction: column; }
    #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products .banner-title {
      font-size: 55px;
      line-height: 67px;
      color: #FFFFFF;
      font-weight: 800;
      font-family: 'Montserrat', sans-serif;
      margin: 0;
      padding-top: 25px;
      padding-bottom: 10px;
      display: flex;
      align-items: center; }
      @media (max-width: 1200px) {
        #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products .banner-title {
          font-size: 38px;
          line-height: 47px; } }
      @media (max-width: 1023px) {
        #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products .banner-title {
          font-size: 28px;
          line-height: 34px;
          padding-top: 15px;
          padding-bottom: 8px; } }
      @media (max-width: 350px) {
        #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products .banner-title {
          font-size: 24px;
          line-height: 28px; } }
      #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products .banner-title img {
        max-width: 155px;
        margin-right: 7px; }
        @media (max-width: 1200px) {
          #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products .banner-title img {
            max-width: 110px;
            margin-right: 5px; } }
        @media (max-width: 767px) {
          #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products .banner-title img {
            max-width: 82px; } }
    #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products .banner-description {
      margin: 0;
      color: #ffffff;
      font-size: 28px;
      font-weight: bold;
      font-family: 'Oxygen', sans-serif;
      line-height: 47px; }
      @media (max-width: 1200px) {
        #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products .banner-description {
          font-size: 24px;
          line-height: 30px; } }
      @media (max-width: 767px) {
        #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products .banner-description {
          font-size: 18px;
          line-height: 27px; } }
      @media (max-width: 350px) {
        #category.custom-category-coming-soon-page .body .coming-soon-banner .new-products .banner-description {
          font-size: 15px;
          line-height: 19px; } }

#category.custom-category-coming-soon-page .body .container {
  max-width: 1370px;
  padding: 0 30px;
  margin-top: 52px; }
  @media (min-width: 1200px) and (max-width: 1300px) {
    #category.custom-category-coming-soon-page .body .container {
      padding: 0 25px; } }
  @media (max-width: 1200px) {
    #category.custom-category-coming-soon-page .body .container {
      margin-top: 35px; } }
  @media (max-width: 1023px) {
    #category.custom-category-coming-soon-page .body .container {
      padding: 0 39px;
      margin-top: 40px; } }
  @media (max-width: 767px) {
    #category.custom-category-coming-soon-page .body .container {
      padding: 0 20px;
      margin-top: 30px; } }
  #category.custom-category-coming-soon-page .body .container .page-content {
    width: 100%;
    max-width: calc(100% - 390px);
    padding: 0; }
    @media (min-width: 1200px) and (max-width: 1300px) {
      #category.custom-category-coming-soon-page .body .container .page-content {
        max-width: calc(100% - 350px); } }
    @media (max-width: 1200px) {
      #category.custom-category-coming-soon-page .body .container .page-content {
        max-width: calc(100% - 275px); } }
    @media (max-width: 1023px) {
      #category.custom-category-coming-soon-page .body .container .page-content {
        max-width: 100%; } }
    #category.custom-category-coming-soon-page .body .container .page-content .page-heading {
      font-size: 30px;
      line-height: 37px;
      color: #000000;
      text-transform: uppercase;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      margin-bottom: 20px; }
      @media (max-width: 1200px) {
        #category.custom-category-coming-soon-page .body .container .page-content .page-heading {
          font-size: 26px;
          line-height: 32px;
          margin-bottom: 15px; } }
      @media (max-width: 767px) {
        #category.custom-category-coming-soon-page .body .container .page-content .page-heading {
          font-size: 24px;
          line-height: 29px;
          margin-bottom: 20px; } }
    #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container {
      padding: 10px 20px;
      margin-top: 0; }
      @media (max-width: 1200px) {
        #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container {
          padding: 7.5px 20px;
          padding-left: 15px;
          margin: 0;
          margin-bottom: 15px; } }
      @media (max-width: 1023px) {
        #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container {
          min-height: 45px; } }
      @media (max-width: 767px) {
        #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container {
          display: flex;
          flex-direction: column;
          display: flex;
          flex-direction: column;
          padding: 22px 10px 13px 10px; } }
      #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form {
        float: left;
        position: relative; }
        @media (max-width: 767px) {
          #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form {
            float: initial; } }
        @media (max-width: 767px) {
          #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field {
            max-width: 285px;
            margin: 0 auto;
            position: relative; } }
        @media (max-width: 359px) {
          #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field {
            max-width: 255px; } }
        #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field::after {
          height: 29px;
          background: #D3D3D3;
          top: 6px;
          right: 32px; }
          @media (max-width: 1200px) {
            #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field::after {
              height: 21px;
              top: 5px;
              right: 25px; } }
          @media (max-width: 1023px) {
            #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field::after {
              display: initial; } }
          @media (max-width: 767px) {
            #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field::after {
              height: 28px;
              top: 6px;
              right: 32px; } }
        #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field .form-label {
          padding-left: 0;
          font-size: 14px;
          font-weight: bold;
          text-transform: initial;
          margin-right: 6px; }
          @media (max-width: 1200px) {
            #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field .form-label {
              font-size: 12px; } }
          @media (max-width: 1023px) {
            #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field .form-label {
              display: initial; } }
          @media (max-width: 767px) {
            #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field .form-label {
              font-size: 16px; } }
        #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field .form-select {
          height: 40px;
          padding: 0 10px;
          color: #000;
          background: #fff url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/sort-by.png) no-repeat;
          background-position: 95%;
          appearance: none !important; }
          @media (max-width: 1200px) {
            #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field .form-select {
              width: 150px;
              height: 30px;
              padding: 0 7.5px;
              font-size: 12px; } }
          @media (max-width: 767px) {
            #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field .form-select {
              width: 215px;
              height: 40px;
              padding: 0 10px;
              font-size: 15px; } }
          @media (max-width: 359px) {
            #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > form .form-field .form-select {
              width: 180px;
              font-size: 14px; } }
      #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > .pagination {
        float: right;
        margin: 0;
        padding-top: 8px; }
        @media (max-width: 1200px) {
          #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > .pagination {
            padding-top: 4px; } }
        @media (max-width: 767px) {
          #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > .pagination {
            padding-top: 17px;
            float: initial; } }
        @media (max-width: 1200px) {
          #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > .pagination .pagination-list li a {
            font-size: 14px; } }
        #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > .pagination .pagination-list .pagination-item--next, #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > .pagination .pagination-list .pagination-item--previous {
          margin-left: 0; }
          #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > .pagination .pagination-list .pagination-item--next .pagination-link, #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > .pagination .pagination-list .pagination-item--previous .pagination-link {
            padding: 0; }
          #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > .pagination .pagination-list .pagination-item--next .icon svg, #category.custom-category-coming-soon-page .body .container .page-content .actionBar-container > .pagination .pagination-list .pagination-item--previous .icon svg {
            fill: #525252; }
    #category.custom-category-coming-soon-page .body .container .page-content .productGrid {
      border-bottom: 1px solid #707070; }
      @media (max-width: 1023px) {
        #category.custom-category-coming-soon-page .body .container .page-content .productGrid {
          display: block; } }
      #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product {
        width: 100% !important;
        border-bottom: 0;
        background-color: #F7EDDA;
        margin-bottom: 43px;
        padding: 23px 40px 15px 25px; }
        @media (max-width: 1200px) {
          #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product {
            margin-bottom: 30px;
            padding: 17px 30px 14px 18px; } }
        @media (max-width: 767px) {
          #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product {
            padding: 17px 14px 20px 14px; } }
        #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card {
          padding: 0;
          display: flex; }
          @media (max-width: 1023px) {
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card {
              flex-direction: initial; } }
          @media (max-width: 767px) {
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card {
              flex-direction: column;
              align-items: center; } }
          @media (max-width: 1200px) {
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-figure {
              max-width: 200px;
              height: 135px;
              padding: 0; } }
          @media (max-width: 767px) {
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-figure {
              height: auto;
              max-width: calc(100% - 28px);
              margin: 0 auto; } }
          @media (max-width: 767px) {
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-figure .card-img-container {
              max-width: 100%; } }
          @media (max-width: 767px) {
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-figure .card-img-container .card-image {
              position: initial; } }
          @media (max-width: 767px) {
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-figure .card-img-container::after {
              display: none; } }
          #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body {
            height: auto;
            padding: 0;
            padding-left: 24px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            @media (max-width: 767px) {
              #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body {
                padding: 0;
                margin-top: 14px; } }
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-title {
              font-size: 22px;
              line-height: 28px;
              font-weight: bold;
              font-family: 'Oxygen', sans-serif;
              color: #000000;
              min-height: auto;
              margin: 0;
              margin-bottom: 18px; }
              @media (max-width: 1200px) {
                #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-title {
                  font-size: 18px;
                  line-height: 23px;
                  margin-bottom: 9px; } }
              #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-title a {
                color: #000000; }
                #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-title a:hover {
                  color: #707070; }
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .price-section {
              line-height: initial; }
              @media (max-width: 1200px) {
                #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .price-section {
                  font-size: 15px; } }
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-text {
              margin-bottom: 0; }
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-icons {
              margin-top: 13px; }
              @media (max-width: 1200px) {
                #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-icons {
                  margin-top: 10px; } }
              #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-icons .shipping, #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-icons .made {
                font-size: 13px;
                margin-bottom: 5px;
                line-height: initial; }
                @media (max-width: 1200px) {
                  #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-icons .shipping, #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-icons .made {
                    font-size: 9px;
                    margin-bottom: 3px; } }
                @media (max-width: 767px) {
                  #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-icons .shipping, #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-icons .made {
                    width: auto;
                    margin-bottom: 13px; } }
              #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-icons .made {
                margin-right: 20px; }
                @media (max-width: 1200px) {
                  #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-icons .made {
                    margin-right: 15px;
                    padding: 4px 5px; } }
                @media (max-width: 1200px) {
                  #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .card-icons .made img {
                    bottom: 0;
                    max-width: 17px;
                    margin-right: 3px; } }
            #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .estimated-date {
              display: flex;
              align-items: flex-end;
              flex-wrap: wrap;
              justify-content: space-between; }
              @media (min-width: 1201px) and (max-width: 1235px) {
                #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .estimated-date {
                  flex-direction: column;
                  align-items: flex-start; } }
              @media (max-width: 767px) {
                #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .estimated-date {
                  flex-direction: column;
                  align-items: flex-start; } }
              #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .estimated-date .arrival-date {
                margin: 0;
                font-size: 16px;
                line-height: 20px;
                color: #000000;
                font-weight: bold;
                font-family: 'Oxygen', sans-serif;
                padding-right: 10px;
                padding-bottom: 3px; }
                @media (min-width: 1201px) and (max-width: 1235px) {
                  #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .estimated-date .arrival-date {
                    margin-bottom: 12px; } }
                @media (max-width: 1200px) {
                  #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .estimated-date .arrival-date {
                    font-size: 12px;
                    line-height: 15px; } }
                @media (max-width: 767px) {
                  #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .estimated-date .arrival-date {
                    margin-bottom: 19px;
                    padding-bottom: 0; } }
                #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .estimated-date .arrival-date span {
                  font-weight: 400; }
              #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .estimated-date > a {
                width: 153px;
                height: 44px;
                background-color: #1795C4;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #fff;
                text-decoration: none;
                font-weight: bold;
                font-size: 16px;
                font-family: 'Montserrat', sans-serif; }
                @media (max-width: 1200px) {
                  #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .estimated-date > a {
                    width: 102px;
                    height: 30px;
                    font-size: 11px; } }
                #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product .card .card-body .estimated-date > a:hover {
                  background-color: #81DDFF; }
      #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product.new-coming-soon::after {
        top: 30px;
        left: 22px;
        padding: 7px 10px;
        font-size: 13px; }
        @media (max-width: 1200px) {
          #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product.new-coming-soon::after {
            height: 26px;
            top: 24px;
            left: 15px;
            padding: 7px 7px;
            line-height: 17px;
            font-size: 10px; } }
        @media (max-width: 767px) {
          #category.custom-category-coming-soon-page .body .container .page-content .productGrid .product.new-coming-soon::after {
            top: 27px;
            left: 25px;
            padding: 7px 10px;
            font-size: 13px;
            height: 34px;
            line-height: 24px; } }
      #category.custom-category-coming-soon-page .body .container .page-content .productGrid .dropping-soon .dropping-product-badge {
        top: 30px;
        left: 22px;
        padding: 7px 10px;
        font-size: 13px; }
        @media (max-width: 1200px) {
          #category.custom-category-coming-soon-page .body .container .page-content .productGrid .dropping-soon .dropping-product-badge {
            height: 26px;
            top: 24px;
            left: 15px;
            padding: 7px 7px;
            line-height: 17px;
            font-size: 10px; } }
        @media (max-width: 767px) {
          #category.custom-category-coming-soon-page .body .container .page-content .productGrid .dropping-soon .dropping-product-badge {
            top: 27px;
            left: 25px;
            padding: 7px 10px;
            font-size: 13px;
            height: 34px;
            line-height: 24px; } }
    #category.custom-category-coming-soon-page .body .container .page-content form + .actionBar-container {
      margin-top: 28px;
      margin-bottom: 0; }
      @media (max-width: 1200px) {
        #category.custom-category-coming-soon-page .body .container .page-content form + .actionBar-container {
          margin-top: 20px; } }
      @media (max-width: 1023px) {
        #category.custom-category-coming-soon-page .body .container .page-content form + .actionBar-container {
          padding: 12px; } }
      #category.custom-category-coming-soon-page .body .container .page-content form + .actionBar-container .pagination {
        float: initial;
        margin: 0;
        padding-top: initial; }
  #category.custom-category-coming-soon-page .body .container .page-sidebar {
    width: 320px;
    max-width: 100%;
    margin-top: 57px; }
    @media (max-width: 1200px) {
      #category.custom-category-coming-soon-page .body .container .page-sidebar {
        width: 235px;
        margin-top: 47px; } }
    @media (max-width: 1023px) {
      #category.custom-category-coming-soon-page .body .container .page-sidebar {
        display: none; } }
    #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-items-title {
      font-size: 20px;
      line-height: 26px;
      font-family: 'Montserrat', sans-serif;
      color: #000000;
      margin-bottom: 14px;
      font-weight: 600;
      text-align: center; }
      @media (max-width: 1200px) {
        #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-items-title {
          font-size: 15px;
          line-height: 19px;
          margin-bottom: 9px; } }
    #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item {
      background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/benchmade-banner.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      height: 640px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 30px 18px;
      margin-top: 30px;
      text-decoration: none; }
      @media (max-width: 1200px) {
        #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item {
          height: 468px;
          padding: 22px 10px; } }
      @media (max-width: 1200px) {
        #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item > img {
          max-width: 166px; } }
      @media (max-width: 1200px) {
        #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item .knife-category img {
          max-width: 156px; } }
      #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item .featured-item-description {
        text-align: center;
        color: #fff; }
        #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item .featured-item-description p {
          font-size: 20px;
          font-family: 'Oxygen', sans-serif;
          font-weight: bold;
          line-height: 28px;
          margin-bottom: 25px; }
          @media (max-width: 1200px) {
            #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item .featured-item-description p {
              font-size: 15px;
              line-height: 22px;
              margin-bottom: 12px; } }
        #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item .featured-item-description .learn-more {
          width: 140px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin: 0 auto;
          color: #fff;
          border: 2px solid #FCFCFC;
          text-decoration: none;
          font-weight: bold;
          font-family: 'Montserrat', sans-serif;
          font-size: 14px; }
          @media (max-width: 1200px) {
            #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item .featured-item-description .learn-more {
              width: 102px;
              height: 30px;
              font-size: 11px; } }
          #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item .featured-item-description .learn-more:hover {
            background-color: #1795C4;
            border: 2px solid #1795C4; }
    #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item:first-child {
      margin-top: 0;
      background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/spyderco-banner-nn.png");
      height: 600px; }
      @media (max-width: 1200px) {
        #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item:first-child {
          height: 440px; } }
      @media (max-width: 1200px) {
        #category.custom-category-coming-soon-page .body .container .page-sidebar .featured-banner .featured-item:first-child > img {
          max-width: 166px;
          max-height: 64px; } }

.knife-page {
  position: relative; }
  .knife-page:before {
    position: absolute;
    content: '';
    top: 142px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(948px 474px at 50% 80.38%, #272727 0%, #808080 0%, #1f1f1f 100%);
    max-height: 948px;
    z-index: -2; }
    @media (max-width: 1279px) {
      .knife-page:before {
        top: 124px;
        max-height: 674px; } }
    @media (max-width: 1023px) {
      .knife-page:before {
        top: 135px;
        max-height: 1186px; } }
    @media (max-width: 767px) {
      .knife-page:before {
        max-height: 1405px; } }

@media (max-width: 1023px) {
  .knife-top-block {
    margin-top: -1px; } }

.knife-top-block .top-inner {
  position: relative; }

.knife-top-block .bg-img {
  height: 220px; }
  @media (min-width: 2000px) {
    .knife-top-block .bg-img {
      height: 250px; } }
  @media (max-width: 1279px) {
    .knife-top-block .bg-img {
      height: 180px; } }
  @media (max-width: 1023px) {
    .knife-top-block .bg-img {
      height: 200px; } }
  @media (max-width: 767px) {
    .knife-top-block .bg-img {
      height: 180px; } }
  .knife-top-block .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom; }

.knife-top-block .content-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1080px;
  margin: auto;
  padding: 8px 15px; }
  @media (max-width: 1279px) {
    .knife-top-block .content-block {
      max-width: 834px; } }
  @media (max-width: 1023px) {
    .knife-top-block .content-block {
      max-width: 572px;
      top: 0;
      transform: none;
      padding: 14px; } }
  @media (max-width: 767px) {
    .knife-top-block .content-block {
      padding: 25px 15px 0; } }
  .knife-top-block .content-block .row {
    display: flex; }
    @media (max-width: 767px) {
      .knife-top-block .content-block .row {
        flex-direction: column; } }
  .knife-top-block .content-block .img {
    width: 180px; }
    .knife-top-block .content-block .img img {
      width: 100%; }
    @media (max-width: 1279px) {
      .knife-top-block .content-block .img {
        width: 150px; } }
    @media (max-width: 767px) {
      .knife-top-block .content-block .img {
        display: none; } }
  .knife-top-block .content-block .content {
    width: calc(100% - 180px);
    padding-left: 20px;
    padding-top: 18px; }
    @media (max-width: 1279px) {
      .knife-top-block .content-block .content {
        width: calc(100% - 150px); } }
    @media (max-width: 767px) {
      .knife-top-block .content-block .content {
        width: 100%;
        text-align: center;
        padding: 0; } }
    .knife-top-block .content-block .content p {
      color: #ffffff;
      line-height: 30px;
      font-size: 24px;
      font-weight: 700;
      font-family: Oxygen;
      margin: 10px 0 0;
      display: inline-block; }
      @media (max-width: 1279px) {
        .knife-top-block .content-block .content p {
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        .knife-top-block .content-block .content p {
          margin: 5px auto 0;
          max-width: 330px;
          font-size: 16px;
          line-height: 20px; } }
    @media (max-width: 1279px) {
      .knife-top-block .content-block .content img {
        max-width: 378px; } }
    @media (max-width: 767px) {
      .knife-top-block .content-block .content img {
        max-width: 300px;
        width: 100%; } }

.knife-top-block.holiday-top-block .content-block .row {
  align-items: center; }

.knife-top-block.holiday-top-block .bg-img {
  height: 180px; }
  @media (min-width: 2000px) {
    .knife-top-block.holiday-top-block .bg-img {
      height: 250px; } }
  @media (max-width: 1279px) {
    .knife-top-block.holiday-top-block .bg-img {
      height: 180px; } }
  @media (max-width: 1023px) {
    .knife-top-block.holiday-top-block .bg-img {
      height: 200px; } }
  @media (max-width: 767px) {
    .knife-top-block.holiday-top-block .bg-img {
      height: 243px; } }
  .knife-top-block.holiday-top-block .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
    display: none; }
    .knife-top-block.holiday-top-block .bg-img img.desk {
      display: block; }
      @media (max-width: 1279px) {
        .knife-top-block.holiday-top-block .bg-img img.desk {
          display: none; } }
    @media (max-width: 1279px) {
      .knife-top-block.holiday-top-block .bg-img img.tab {
        display: block; } }
    @media (max-width: 1023px) {
      .knife-top-block.holiday-top-block .bg-img img.tab {
        display: none; } }
    @media (max-width: 1023px) {
      .knife-top-block.holiday-top-block .bg-img img.tab-sm {
        display: block; } }
    @media (max-width: 767px) {
      .knife-top-block.holiday-top-block .bg-img img.tab-sm {
        display: none; } }
    @media (max-width: 767px) {
      .knife-top-block.holiday-top-block .bg-img img.mob {
        display: block; } }

.knife-top-block.holiday-top-block .img {
  width: 360px; }
  .knife-top-block.holiday-top-block .img img {
    width: 100%; }
  @media (max-width: 1279px) {
    .knife-top-block.holiday-top-block .img {
      width: 320px; } }
  @media (max-width: 1023px) {
    .knife-top-block.holiday-top-block .img {
      width: 200px; } }
  @media (max-width: 767px) {
    .knife-top-block.holiday-top-block .img {
      display: block;
      max-width: 280px;
      margin-bottom: 14px; } }

.knife-top-block.holiday-top-block .content-block {
  max-width: 1180px;
  top: 50%;
  transform: translate(0, -50%); }
  @media (max-width: 1279px) {
    .knife-top-block.holiday-top-block .content-block {
      max-width: 880px; } }
  @media (max-width: 1023px) {
    .knife-top-block.holiday-top-block .content-block {
      max-width: 100%;
      padding: 14px 30px; } }
  @media (max-width: 767px) {
    .knife-top-block.holiday-top-block .content-block {
      padding: 10px 30px; } }
  .knife-top-block.holiday-top-block .content-block .content {
    width: calc(100% - 360px);
    padding-left: 180px;
    padding-top: 18px; }
    @media (max-width: 1279px) {
      .knife-top-block.holiday-top-block .content-block .content {
        width: calc(100% - 320px);
        padding-left: 84px;
        padding-left: 48px; } }
    @media (max-width: 1023px) {
      .knife-top-block.holiday-top-block .content-block .content {
        width: calc(100% - 200px); } }
    @media (max-width: 767px) {
      .knife-top-block.holiday-top-block .content-block .content {
        width: 100%;
        text-align: center;
        padding: 0; } }
    .knife-top-block.holiday-top-block .content-block .content p {
      margin-top: -17px; }
      @media (max-width: 767px) {
        .knife-top-block.holiday-top-block .content-block .content p {
          margin: 0; } }

.categoy-item-block {
  padding: 22px 0 56px; }
  @media (max-width: 1279px) {
    .categoy-item-block {
      padding: 14px 0 50px; } }
  @media (max-width: 1023px) {
    .categoy-item-block {
      padding: 10px 0 30px; } }
  @media (max-width: 767px) {
    .categoy-item-block {
      padding: 10px 0 50px; } }
  .categoy-item-block.holiday-categoy-item-block {
    padding: 38px 0 56px;
    position: relative;
    margin-top: 2px; }
    @media (max-width: 1279px) {
      .categoy-item-block.holiday-categoy-item-block {
        padding: 14px 0 50px; } }
    @media (max-width: 1023px) {
      .categoy-item-block.holiday-categoy-item-block {
        padding: 10px 0 30px; } }
    @media (max-width: 767px) {
      .categoy-item-block.holiday-categoy-item-block {
        padding: 10px 0 50px; } }
    .categoy-item-block.holiday-categoy-item-block .left-block .content {
      text-align: center; }
      .categoy-item-block.holiday-categoy-item-block .left-block .content h4 {
        font-size: 26px;
        line-height: 32px;
        margin: 19px auto 15px;
        max-width: none; }
        @media (max-width: 1279px) {
          .categoy-item-block.holiday-categoy-item-block .left-block .content h4 {
            font-size: 22px;
            line-height: 24px; } }
        @media (max-width: 767px) {
          .categoy-item-block.holiday-categoy-item-block .left-block .content h4 {
            font-size: 20px;
            line-height: 24px;
            margin: 8px auto 13px;
            max-width: 270px; } }
  .categoy-item-block img.banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2; }
    @media (max-width: 767px) {
      .categoy-item-block img.banner-bg {
        object-position: 19%; } }
  @media (max-width: 1279px) {
    .categoy-item-block .container {
      max-width: 933px !important; } }
  .categoy-item-block .row {
    display: flex;
    flex-wrap: wrap; }
  .categoy-item-block .left-block {
    width: 560px; }
    @media (max-width: 1279px) {
      .categoy-item-block .left-block {
        width: 400px; }
        .categoy-item-block .left-block iframe {
          width: 100%;
          height: 225px; } }
    @media (max-width: 1023px) {
      .categoy-item-block .left-block {
        width: 100%;
        max-width: 580px;
        margin: 10px auto 30px; }
        .categoy-item-block .left-block iframe {
          height: 326px; } }
    @media (max-width: 767px) {
      .categoy-item-block .left-block {
        margin-bottom: 40px; }
        .categoy-item-block .left-block iframe {
          width: 336px;
          height: 189px; } }
    .categoy-item-block .left-block .content {
      text-align: center; }
      .categoy-item-block .left-block .content h4 {
        color: #ffffff;
        font-size: 28px;
        font-family: Montserrat;
        line-height: 32px;
        margin: 19px auto 15px;
        text-align: center;
        font-weight: normal;
        max-width: 370px; }
        @media (max-width: 1279px) {
          .categoy-item-block .left-block .content h4 {
            font-size: 22px;
            line-height: 24px; } }
        @media (max-width: 767px) {
          .categoy-item-block .left-block .content h4 {
            font-size: 20px;
            line-height: 24px;
            margin: 8px auto 13px;
            max-width: 270px; } }
      @media (max-width: 1279px) {
        .categoy-item-block .left-block .content img {
          max-width: 280px; } }
      .categoy-item-block .left-block .content .link {
        margin: 16px 0 0; }
        @media (max-width: 1279px) {
          .categoy-item-block .left-block .content .link {
            margin: 12px 0 0; } }
        .categoy-item-block .left-block .content .link p {
          color: #ffffff;
          font-size: 22px;
          line-height: 27px;
          font-family: Montserrat;
          font-weight: 700;
          margin: 0; }
          @media (max-width: 1279px) {
            .categoy-item-block .left-block .content .link p {
              font-size: 16px;
              line-height: 20px; } }
          .categoy-item-block .left-block .content .link p a {
            color: #fff099;
            position: relative;
            text-decoration: none; }
            .categoy-item-block .left-block .content .link p a:before {
              position: absolute;
              left: 0;
              bottom: 4px;
              content: '';
              width: 100%;
              height: 1px;
              background: #fff099; }
              @media (max-width: 1279px) {
                .categoy-item-block .left-block .content .link p a:before {
                  bottom: 2px; } }
            .categoy-item-block .left-block .content .link p a:hover {
              color: #fff; }
              .categoy-item-block .left-block .content .link p a:hover:before {
                background: #fff; }
  .categoy-item-block .right-block {
    width: calc(100% - 560px);
    padding-left: 50px; }
    @media (max-width: 1279px) {
      .categoy-item-block .right-block {
        width: calc(100% - 400px);
        padding-left: 35px; } }
    @media (max-width: 1023px) {
      .categoy-item-block .right-block {
        width: 100%;
        padding: 0;
        max-width: 580px;
        margin: auto; } }
    .categoy-item-block .right-block h3 {
      font-size: 36px;
      font-weight: 700;
      color: #ffffff;
      line-height: 44px;
      margin: 0 0 14px;
      text-align: center;
      font-family: Montserrat; }
      @media (max-width: 1279px) {
        .categoy-item-block .right-block h3 {
          font-size: 28px;
          margin: 0 0 7px;
          line-height: 34px; } }
      @media (max-width: 1023px) {
        .categoy-item-block .right-block h3 {
          margin: 0 0 12px; } }
      @media (max-width: 767px) {
        .categoy-item-block .right-block h3 {
          font-size: 24px;
          line-height: 30px;
          margin: 0 0 11px; } }
    .categoy-item-block .right-block ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -9px;
      list-style: none; }
      @media (max-width: 1279px) {
        .categoy-item-block .right-block ul {
          margin: 0 -7px; } }
      @media (max-width: 767px) {
        .categoy-item-block .right-block ul {
          flex-direction: column;
          margin: 0; } }
      .categoy-item-block .right-block ul.holiday-grid li a {
        border: 1px solid #FFFFFF; }
      .categoy-item-block .right-block ul.holiday-grid li .link {
        background-color: #00102B; }
      .categoy-item-block .right-block ul li {
        width: 50%;
        padding: 0 9px;
        margin: 0 0 20px; }
        @media (max-width: 1279px) {
          .categoy-item-block .right-block ul li {
            padding: 0 7px;
            margin: 0 0 17px; } }
        @media (max-width: 767px) {
          .categoy-item-block .right-block ul li {
            width: 100%;
            max-width: 240px;
            margin: 0 0 20px;
            margin-left: auto;
            margin-right: auto;
            padding: 0; } }
        .categoy-item-block .right-block ul li a {
          text-decoration: none;
          display: inline-block;
          width: 100%;
          position: relative; }
          .categoy-item-block .right-block ul li a:hover .link span {
            color: #fff099; }
            .categoy-item-block .right-block ul li a:hover .link span svg {
              fill: #fff099; }
      .categoy-item-block .right-block ul .main-block img {
        width: 100%; }
      .categoy-item-block .right-block ul .main-block h2 {
        margin: 0 0 9px;
        font-size: 21px;
        font-family: Montserrat;
        line-height: 26px;
        font-weight: 700;
        text-decoration: none;
        color: #fff;
        text-align: center; }
        @media (max-width: 1279px) {
          .categoy-item-block .right-block ul .main-block h2 {
            font-size: 15px;
            line-height: 20px; } }
      .categoy-item-block .right-block ul .link {
        background-color: #3d1500;
        padding: 7px 0;
        bottom: 0;
        left: 0;
        right: 0; }
        @media (max-width: 1279px) {
          .categoy-item-block .right-block ul .link {
            padding: 2px 0; } }
        @media (max-width: 1023px) {
          .categoy-item-block .right-block ul .link {
            padding: 4px 0; } }
        .categoy-item-block .right-block ul .link span {
          text-decoration: none;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 15px;
          line-height: 18px;
          font-family: Montserrat;
          font-weight: 700;
          color: #ffffff; }
          @media (max-width: 1279px) {
            .categoy-item-block .right-block ul .link span {
              font-size: 13px; } }
          .categoy-item-block .right-block ul .link span svg {
            margin-right: 4px;
            fill: #fff; }

.newsletter-block {
  background-color: #000000;
  padding: 14px 0; }
  @media (max-width: 767px) {
    .newsletter-block {
      padding: 18px 0 20px; } }
  .newsletter-block .inner-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .newsletter-block .inner-block .news-title {
      margin-right: 22px; }
      @media (max-width: 1279px) {
        .newsletter-block .inner-block .news-title {
          margin-right: 26px; } }
      @media (max-width: 767px) {
        .newsletter-block .inner-block .news-title {
          width: 100%;
          margin: 0 0 7px;
          text-align: center; } }
      .newsletter-block .inner-block .news-title h4 {
        margin: 0;
        font-size: 25px;
        color: #ffffff;
        font-family: Montserrat;
        line-height: 30px;
        font-weight: 800; }
        @media (max-width: 1279px) {
          .newsletter-block .inner-block .news-title h4 {
            font-size: 17px;
            line-height: 21px; } }
    .newsletter-block .inner-block .form {
      margin: 0;
      max-width: 435px;
      width: 100%; }
      @media (max-width: 1279px) {
        .newsletter-block .inner-block .form {
          max-width: 310px; } }
      .newsletter-block .inner-block .form .form-field {
        margin: 0; }
        .newsletter-block .inner-block .form .form-field .form-input {
          height: 50px;
          font-family: 'Oxygen', sans-serif;
          font-size: 18px;
          color: #000000;
          padding: 10px 20px;
          font-weight: bold; }
          .newsletter-block .inner-block .form .form-field .form-input::-ms-input-placeholder {
            /* Edge 12-18 */
            color: #000000;
            font-family: 'Oxygen', sans-serif; }
          .newsletter-block .inner-block .form .form-field .form-input::placeholder {
            color: #000000;
            font-family: 'Oxygen', sans-serif; }
          @media (max-width: 1279px) {
            .newsletter-block .inner-block .form .form-field .form-input {
              height: 36px;
              padding: 6px 13px;
              font-size: 12px; } }
        .newsletter-block .inner-block .form .form-field .button {
          font-size: 18px;
          line-height: 22px;
          text-transform: uppercase;
          font-weight: 700;
          color: #ffffff;
          background-color: #e04e00;
          height: 50px;
          font-family: Montserrat;
          width: 100px;
          padding: 5px;
          margin: 0 0 0 10px; }
          @media (max-width: 1279px) {
            .newsletter-block .inner-block .form .form-field .button {
              margin: 0 0 0 7px;
              height: 36px;
              width: 70px;
              font-size: 13px;
              line-height: 18px; } }

.product-block {
  position: relative;
  padding: 52px 0 40px; }
  @media (max-width: 1279px) {
    .product-block {
      padding: 33px 0 40px; } }
  @media (max-width: 1023px) {
    .product-block {
      padding: 69px 0 20px; } }
  @media (max-width: 767px) {
    .product-block {
      padding: 30px 0 20px; } }
  .product-block:before {
    position: absolute;
    top: -229px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    height: 100%;
    width: 100%;
    max-height: 391px;
    background-image: linear-gradient(180deg, #272727 0%, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    z-index: -1; }
    @media (max-width: 1365px) {
      .product-block:before {
        max-height: 85%;
        top: -50%; } }
    @media (max-width: 1279px) {
      .product-block:before {
        max-height: 278px;
        top: -181px; } }
    @media (max-width: 1023px) {
      .product-block:before {
        max-height: 522px;
        top: -413px; } }
    @media (max-width: 767px) {
      .product-block:before {
        max-height: 366px;
        top: -330px; } }
  .product-block .productCarousel {
    margin: 0; }
    @media (max-width: 550px) {
      .product-block .productCarousel {
        padding-left: 70px;
        position: relative; }
        .product-block .productCarousel:before {
          width: 117px;
          content: '';
          background-image: linear-gradient(to right, #ffffff 0%, #ffffff 15%, rgba(255, 255, 255, 0.7) 61%, rgba(255, 255, 255, 0) 100%);
          top: 0;
          bottom: 0;
          height: 100%;
          right: -20px;
          position: absolute;
          z-index: 10;
          transform: rotate(180deg);
          display: block; } }
    .product-block .productCarousel .slick-list {
      margin: 0 -20px; }
      @media (max-width: 1279px) {
        .product-block .productCarousel .slick-list {
          margin: 0 -15px; } }
    .product-block .productCarousel .productCarousel-slide {
      padding: 0 20px; }
      @media (max-width: 1279px) {
        .product-block .productCarousel .productCarousel-slide {
          padding: 0 15px; } }
  .product-block .card {
    border: none; }
    .product-block .card .card-figure {
      width: 100%;
      float: none; }
    .product-block .card .card-figcaption {
      position: absolute; }
    .product-block .card .price-section .price--withoutTax {
      color: #E04E00; }
    .product-block .card .non-sale-price--withoutTax + .price-section {
      font-size: 20px; }
      @media (max-width: 1279px) {
        .product-block .card .non-sale-price--withoutTax + .price-section {
          font-size: 14px; } }
      .product-block .card .non-sale-price--withoutTax + .price-section .price-now-label {
        font-size: 15px; }
        @media (max-width: 1279px) {
          .product-block .card .non-sale-price--withoutTax + .price-section .price-now-label {
            font-size: 14px; } }
    @media (max-width: 1279px) {
      .product-block .card .card-icons a {
        font-size: 12px;
        width: 100%;
        display: inline-block; } }
  .product-block .card-figure {
    padding: 0; }
    .product-block .card-figure a {
      display: inline-block;
      width: 100%; }
  .product-block .card-img-container::after {
    padding-bottom: 66%; }
  .product-block .card-body {
    padding: 23px 0 0;
    width: 100%; }
    @media (max-width: 1279px) {
      .product-block .card-body {
        padding: 17px 0 0; } }
    .product-block .card-body .card-title {
      margin: 0;
      font-family: Oxygen;
      line-height: 24px;
      min-height: 72px;
      margin: 0 0 14px; }
      @media (max-width: 1279px) {
        .product-block .card-body .card-title {
          min-height: 55px;
          font-size: 14px;
          line-height: 18px; } }
      .product-block .card-body .card-title > a {
        color: #000000; }
  .product-block #product-listing-container {
    float: none;
    max-width: 1014px;
    margin: auto; }
    @media (max-width: 1279px) {
      .product-block #product-listing-container {
        max-width: 742px !important; } }
    @media (max-width: 1023px) {
      .product-block #product-listing-container {
        max-width: 550px !important; } }
    @media (max-width: 767px) {
      .product-block #product-listing-container {
        max-width: 400px !important; } }
    .product-block #product-listing-container .title {
      font-size: 24px;
      font-family: Oxygen;
      letter-spacing: 4.8px;
      text-transform: uppercase;
      line-height: 30px;
      font-weight: 700;
      text-align: center;
      margin: 0 0 32px;
      color: #000; }
      @media (max-width: 1279px) {
        .product-block #product-listing-container .title {
          font-size: 18px;
          margin: 0 0 23px;
          letter-spacing: 3.6px;
          line-height: 23px; } }
  .product-block .slick-arrow {
    width: 61px;
    height: 61px;
    background-color: #000000;
    border-radius: 50%;
    padding: 0;
    border: none;
    z-index: 20; }
    @media (max-width: 1279px) {
      .product-block .slick-arrow {
        width: 45px;
        height: 45px; } }
    .product-block .slick-arrow .carousel-tooltip {
      display: none; }
    .product-block .slick-arrow:before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='29' viewBox='0 0 18 29'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M3.331.307L-.045 3.684l10.967 10.991L-.045 25.667l3.376 3.376L17.7 14.675z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-size: 18px;
      background-repeat: no-repeat;
      background-position: center;
      height: 100%;
      width: 100%; }
      @media (max-width: 1279px) {
        .product-block .slick-arrow:before {
          background-size: 14px; } }
    .product-block .slick-arrow:hover:before {
      opacity: 1; }
    .product-block .slick-arrow.slick-next {
      right: -100px; }
      @media (max-width: 1279px) {
        .product-block .slick-arrow.slick-next {
          right: -73px; } }
      @media (max-width: 767px) {
        .product-block .slick-arrow.slick-next {
          right: -60px; } }
      @media (max-width: 550px) {
        .product-block .slick-arrow.slick-next {
          right: 0; } }
    .product-block .slick-arrow.slick-prev {
      left: -100px; }
      .product-block .slick-arrow.slick-prev:before {
        transform: rotate(180deg); }
      @media (max-width: 1279px) {
        .product-block .slick-arrow.slick-prev {
          left: -73px; } }
      @media (max-width: 767px) {
        .product-block .slick-arrow.slick-prev {
          left: -60px; } }
      @media (max-width: 550px) {
        .product-block .slick-arrow.slick-prev {
          left: 0; } }
    .product-block .slick-arrow.slick-disabled {
      opacity: 1;
      background-color: #acacac; }
      .product-block .slick-arrow.slick-disabled:before {
        opacity: 1; }

.category-content-block.holiday-categoy-item-block .page-heading {
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  color: #000000;
  margin: 50px auto 40px;
  max-width: 1000px;
  font-family: Montserrat; }
  @media (max-width: 1279px) {
    .category-content-block.holiday-categoy-item-block .page-heading {
      font-size: 38px;
      line-height: 48px;
      margin: 20px 0 30px; } }
  @media (max-width: 1023px) {
    .category-content-block.holiday-categoy-item-block .page-heading {
      font-size: 34px;
      line-height: 42px;
      margin: 14px 0 20px; } }
  @media (max-width: 767px) {
    .category-content-block.holiday-categoy-item-block .page-heading {
      font-size: 28px;
      line-height: 34px;
      margin: 14px 0; } }

.category-content-block .page-heading {
  font-size: 48px;
  line-height: 58px;
  font-weight: 800;
  color: #000000;
  margin: 20px 0 40px;
  font-family: Montserrat; }
  @media (max-width: 1279px) {
    .category-content-block .page-heading {
      font-size: 38px;
      line-height: 48px;
      margin: 20px 0 30px; } }
  @media (max-width: 1023px) {
    .category-content-block .page-heading {
      font-size: 34px;
      line-height: 42px;
      margin: 14px 0 20px; } }
  @media (max-width: 767px) {
    .category-content-block .page-heading {
      font-size: 28px;
      line-height: 34px;
      margin: 14px 0; } }

.category-content-block .row {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1280px) {
    .category-content-block .row {
      align-items: center; } }
  @media (max-width: 1023px) {
    .category-content-block .row {
      flex-direction: column-reverse; } }
  .category-content-block .row .category-desc {
    width: 100%; }
    @media (max-width: 767px) {
      .category-content-block .row .category-desc {
        margin: 0 0 18px; } }
    .category-content-block .row .category-desc.cat-img {
      width: calc(100% - 520px);
      padding-right: 65px; }
      @media (max-width: 1279px) {
        .category-content-block .row .category-desc.cat-img {
          width: calc(100% - 400px);
          padding-right: 40px; } }
      @media (max-width: 1023px) {
        .category-content-block .row .category-desc.cat-img {
          width: 100%;
          padding: 0; } }
    .category-content-block .row .category-desc p {
      font-size: 20px;
      line-height: 28px;
      color: #313131;
      font-family: Oxygen; }
      .category-content-block .row .category-desc p:last-child {
        margin: 0; }
      @media (max-width: 1279px) {
        .category-content-block .row .category-desc p {
          font-size: 18px;
          line-height: 26px; } }
      @media (max-width: 1023px) {
        .category-content-block .row .category-desc p {
          font-size: 16px;
          line-height: 24px; } }
      @media (max-width: 767px) {
        .category-content-block .row .category-desc p {
          font-size: 15px; } }
  .category-content-block .row .category-img {
    width: 520px; }
    @media (max-width: 1279px) {
      .category-content-block .row .category-img {
        width: 400px; } }
    @media (max-width: 1023px) {
      .category-content-block .row .category-img {
        width: 100%;
        text-align: center;
        margin: 0 0 30px; }
        .category-content-block .row .category-img img {
          max-width: 400px; } }
    @media (max-width: 767px) {
      .category-content-block .row .category-img {
        margin: 0 0 20px; }
        .category-content-block .row .category-img img {
          max-width: 100%; } }

.product-sub-block {
  overflow: hidden; }
  .product-sub-block .page-content {
    float: none;
    border-top: 1px solid #707070;
    padding-top: 60px;
    margin-top: 60px; }
    @media (max-width: 1279px) {
      .product-sub-block .page-content {
        padding-top: 48px; } }
    @media (max-width: 1023px) {
      .product-sub-block .page-content {
        margin-top: 50px; } }
    @media (max-width: 767px) {
      .product-sub-block .page-content {
        padding-top: 30px;
        margin-top: 30px; } }
  .product-sub-block .title {
    font-size: 24px;
    font-family: Oxygen;
    color: #000000;
    letter-spacing: 4.8px;
    margin: 0 0 30px;
    text-align: center; }
    @media (max-width: 1279px) {
      .product-sub-block .title {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 25px;
        letter-spacing: 4px; } }
    @media (max-width: 767px) {
      .product-sub-block .title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 3.6px; } }
  @media (max-width: 1279px) {
    .product-sub-block .product-inner {
      max-width: 800px;
      margin: auto; } }
  .product-sub-block .productGrid {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -26px; }
    @media (max-width: 1279px) {
      .product-sub-block .productGrid {
        margin: 0 -21px; } }
    @media (max-width: 767px) {
      .product-sub-block .productGrid {
        flex-direction: column;
        align-items: center;
        margin: 0; } }
    .product-sub-block .productGrid .product {
      width: 25% !important;
      padding: 0 26px; }
      @media (max-width: 1279px) {
        .product-sub-block .productGrid .product {
          padding: 0 21px;
          width: 33.33% !important; } }
      @media (max-width: 767px) {
        .product-sub-block .productGrid .product {
          width: 100% !important;
          padding: 0;
          max-width: 218px;
          border: none !important; }
          .product-sub-block .productGrid .product + .product {
            margin-top: 35px; }
          .product-sub-block .productGrid .product .card {
            margin: 0 !important; } }
    .product-sub-block .productGrid .card {
      padding: 0;
      border: none;
      width: 100%; }
      .product-sub-block .productGrid .card .card-figcaption {
        position: absolute; }
      .product-sub-block .productGrid .card .card-img-container::after {
        padding-bottom: 67%; }
      .product-sub-block .productGrid .card .card-body {
        padding: 26px 0 0; }
      .product-sub-block .productGrid .card .card-title {
        margin: 0 0 14px;
        font-size: 20px;
        font-family: Oxygen;
        line-height: 24px;
        min-height: 56px;
        letter-spacing: 0; }
        .product-sub-block .productGrid .card .card-title a {
          color: #000; }
        @media (max-width: 1279px) {
          .product-sub-block .productGrid .card .card-title {
            font-size: 18px;
            min-height: 50px;
            margin: 0 0 8px;
            line-height: 22px; } }
        @media (max-width: 767px) {
          .product-sub-block .productGrid .card .card-title {
            font-size: 16px;
            line-height: 20px; } }
      .product-sub-block .productGrid .card .price-section .price--withoutTax {
        color: #E04E00; }
      .product-sub-block .productGrid .card .non-sale-price--withoutTax + .price-section {
        font-size: 25px; }
        @media (max-width: 1279px) {
          .product-sub-block .productGrid .card .non-sale-price--withoutTax + .price-section {
            font-size: 19px; } }
        .product-sub-block .productGrid .card .non-sale-price--withoutTax + .price-section .price-now-label {
          font-size: 18px; }
          @media (max-width: 1279px) {
            .product-sub-block .productGrid .card .non-sale-price--withoutTax + .price-section .price-now-label {
              font-size: 14px; } }

.exclusive-offer-block {
  background-image: linear-gradient(265deg, #1877f2 0%, #0c3c79 100%); }
  .exclusive-offer-block .row {
    display: flex;
    align-items: center;
    max-width: 1290px;
    margin: auto; }
    @media (max-width: 1279px) {
      .exclusive-offer-block .row {
        padding: 6px 0; } }
    @media (max-width: 1023px) {
      .exclusive-offer-block .row {
        padding: 0; } }
    @media (max-width: 767px) {
      .exclusive-offer-block .row {
        flex-direction: column-reverse;
        padding-top: 30px; } }
  .exclusive-offer-block .img {
    margin-top: -40px; }
    @media (max-width: 1279px) {
      .exclusive-offer-block .img {
        position: relative;
        top: 6px; } }
    @media (max-width: 1023px) {
      .exclusive-offer-block .img {
        margin: 0;
        padding-left: 55px;
        top: 0;
        max-width: 345px; } }
    @media (max-width: 767px) {
      .exclusive-offer-block .img {
        padding: 0;
        max-width: 290px; } }
  .exclusive-offer-block .logo--img {
    padding-left: 22px;
    padding-right: 30px; }
    @media (max-width: 1023px) {
      .exclusive-offer-block .logo--img {
        padding: 0;
        margin: 0 0 10px; }
        .exclusive-offer-block .logo--img img {
          max-width: 270px; } }
    @media (max-width: 767px) {
      .exclusive-offer-block .logo--img {
        margin-left: 12px; } }
  .exclusive-offer-block .main-item {
    display: flex;
    align-items: center; }
    @media (max-width: 1023px) {
      .exclusive-offer-block .main-item {
        display: block;
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .exclusive-offer-block .main-item {
        padding: 0; } }
  .exclusive-offer-block .content {
    max-width: 475px; }
    @media (max-width: 1279px) {
      .exclusive-offer-block .content {
        max-width: 362px; } }
    @media (max-width: 1023px) {
      .exclusive-offer-block .content {
        max-width: 320px; } }
    .exclusive-offer-block .content p {
      font-size: 22px;
      line-height: 29px;
      color: #fff;
      margin: 0;
      font-family: Montserrat;
      font-weight: 800; }
      @media (max-width: 1279px) {
        .exclusive-offer-block .content p {
          font-size: 17px;
          line-height: 22px; } }
      @media (max-width: 1023px) {
        .exclusive-offer-block .content p {
          font-size: 15px;
          line-height: 19px; } }
      @media (max-width: 767px) {
        .exclusive-offer-block .content p {
          margin: 0 0 20px; } }
      .exclusive-offer-block .content p a {
        color: #FFF099;
        font-size: 18px;
        margin-left: 12px; }
        @media (max-width: 1023px) {
          .exclusive-offer-block .content p a {
            font-size: 14px; } }
        @media (max-width: 767px) {
          .exclusive-offer-block .content p a {
            font-size: 13px; } }
        .exclusive-offer-block .content p a:hover {
          color: #fff; }

.other-event-block {
  padding: 60px 0 70px; }
  @media (max-width: 1023px) {
    .other-event-block {
      padding: 50px 0 60px; } }
  .other-event-block h3.title {
    font-size: 24px;
    font-family: Oxygen;
    color: #000000;
    letter-spacing: 4.8px;
    margin: 0 0 30px;
    text-align: center; }
    @media (max-width: 1279px) {
      .other-event-block h3.title {
        font-size: 20px;
        line-height: 32px;
        margin: 0 0 25px;
        letter-spacing: 4px; } }
    @media (max-width: 767px) {
      .other-event-block h3.title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 3.6px; } }
  .other-event-block [data-content-region="other_event_block"] {
    max-width: 1010px;
    margin: auto; }
    @media (max-width: 1279px) {
      .other-event-block [data-content-region="other_event_block"] {
        max-width: 800px; } }
    @media (max-width: 1023px) {
      .other-event-block [data-content-region="other_event_block"] {
        max-width: 700px; } }
  .other-event-block [data-sub-layout-container] {
    margin: 0 -30px; }
    @media (max-width: 1279px) {
      .other-event-block [data-sub-layout-container] {
        margin: 0 -20px; } }
    @media (max-width: 1023px) {
      .other-event-block [data-sub-layout-container] {
        margin: 0 -18px; } }
    @media (max-width: 767px) {
      .other-event-block [data-sub-layout-container] {
        margin: 0;
        flex-direction: column; } }
    .other-event-block [data-sub-layout-container] [data-sub-layout] {
      padding: 0 30px;
      justify-content: flex-start; }
      @media (max-width: 1279px) {
        .other-event-block [data-sub-layout-container] [data-sub-layout] {
          padding: 0 20px; } }
      @media (max-width: 1023px) {
        .other-event-block [data-sub-layout-container] [data-sub-layout] {
          padding: 0 18px; } }
      @media (max-width: 767px) {
        .other-event-block [data-sub-layout-container] [data-sub-layout] {
          padding: 0;
          max-width: 207px;
          margin: auto;
          width: 100%; }
          .other-event-block [data-sub-layout-container] [data-sub-layout] + [data-sub-layout] {
            margin-top: 30px; } }
    .other-event-block [data-sub-layout-container] .buttonLink a {
      background: none;
      border: none;
      padding: 0;
      font-size: 22px;
      font-family: Oxygen;
      color: #000000;
      margin-top: 12px;
      font-weight: bold; }
      @media (max-width: 1279px) {
        .other-event-block [data-sub-layout-container] .buttonLink a {
          font-size: 18px;
          line-height: 24px; } }
      @media (max-width: 1023px) {
        .other-event-block [data-sub-layout-container] .buttonLink a {
          font-size: 16px; } }
      .other-event-block [data-sub-layout-container] .buttonLink a:hover {
        background: none;
        text-decoration: underline;
        color: #000; }

@media (max-width: 1365px) {
  .holiday-hub .container,
  .knife-page .container,
  .knife-sub-page .container {
    padding: 0 25px !important;
    max-width: 100% !important; } }

@media (max-width: 767px) {
  .holiday-hub .container,
  .knife-page .container,
  .knife-sub-page .container {
    padding: 0 20px !important; } }

@media (max-width: 767px) {
  .body {
    padding-top: 66px; } }

@media (max-width: 767px) {
  #checkout .body,
  #cart .body {
    padding-top: 0px; } }

.black-friday-main-banner {
  position: relative; }
  @media (max-width: 1439px) {
    .black-friday-main-banner .container {
      padding: 0 24px !important; } }
  @media (max-width: 1279px) {
    .black-friday-main-banner .container {
      padding: 0 17px !important;
      max-width: 892px !important; } }
  @media (max-width: 1023px) {
    .black-friday-main-banner .container {
      padding: 0 12px !important; } }
  @media (max-width: 767px) {
    .black-friday-main-banner .container {
      padding: 0 14px; } }
  @media (max-width: 767px) {
    .black-friday-main-banner .bg-img img {
      display: none; } }
  .black-friday-main-banner .bg-img img.mob {
    display: none; }
    @media (max-width: 767px) {
      .black-friday-main-banner .bg-img img.mob {
        display: block; } }
  .black-friday-main-banner .overlay-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    right: 0; }
    .black-friday-main-banner .overlay-content .row {
      display: flex;
      align-items: center; }
      @media (max-width: 1279px) {
        .black-friday-main-banner .overlay-content .row {
          margin: 0 -20px;
          justify-content: space-between; } }
      @media (max-width: 1023px) {
        .black-friday-main-banner .overlay-content .row {
          margin: 0; } }
      @media (max-width: 767px) {
        .black-friday-main-banner .overlay-content .row {
          flex-direction: column; } }
    @media (max-width: 1279px) {
      .black-friday-main-banner .overlay-content .img img {
        max-width: 420px; } }
    @media (max-width: 1023px) {
      .black-friday-main-banner .overlay-content .img img {
        max-width: 315px; } }
    .black-friday-main-banner .overlay-content .content {
      padding-left: 52px; }
      @media (max-width: 767px) {
        .black-friday-main-banner .overlay-content .content {
          padding: 14px 0 0; } }
      .black-friday-main-banner .overlay-content .content p {
        font-size: 22px;
        font-weight: 800;
        line-height: 30px;
        margin: 0;
        color: #fff;
        font-family: Montserrat; }
        @media (max-width: 1279px) {
          .black-friday-main-banner .overlay-content .content p {
            max-width: 380px;
            font-size: 19px;
            line-height: 24px; } }
        @media (max-width: 1023px) {
          .black-friday-main-banner .overlay-content .content p {
            font-size: 16px;
            line-height: 20px;
            max-width: 290px; } }
        @media (max-width: 767px) {
          .black-friday-main-banner .overlay-content .content p {
            text-align: center; } }

.mega-deal {
  background: #000000;
  padding: 15px 0; }
  @media (max-width: 1279px) {
    .mega-deal {
      padding: 10px 0; } }
  @media (max-width: 1023px) {
    .mega-deal {
      padding: 7px 0; } }
  @media (max-width: 767px) {
    .mega-deal {
      padding: 7px 0 5px; } }
  .mega-deal .deal-content {
    text-align: center; }
    .mega-deal .deal-content h3 {
      margin: 0;
      color: #fff;
      font-size: 36px;
      font-weight: 900;
      line-height: 44px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: Montserrat;
      letter-spacing: 0; }
      @media (max-width: 1279px) {
        .mega-deal .deal-content h3 {
          font-size: 25px;
          line-height: 30px; } }
      @media (max-width: 1023px) {
        .mega-deal .deal-content h3 {
          font-size: 21px;
          line-height: 26px; } }
      @media (max-width: 767px) {
        .mega-deal .deal-content h3 {
          flex-direction: column; } }
      .mega-deal .deal-content h3 span {
        font-size: 20px;
        color: #FFF7DB;
        margin-left: 30px;
        font-weight: bold; }
        @media (max-width: 1279px) {
          .mega-deal .deal-content h3 span {
            font-size: 13px; } }
        @media (max-width: 1023px) {
          .mega-deal .deal-content h3 span {
            font-size: 11px; } }
        @media (max-width: 767px) {
          .mega-deal .deal-content h3 span {
            margin: 0;
            line-height: 17px; } }

.mega-deal-pro {
  position: relative;
  padding: 27px 0;
  margin: 0 0 42px; }
  @media (max-width: 1279px) {
    .mega-deal-pro {
      padding: 20px 0 40px; } }
  @media (max-width: 1023px) {
    .mega-deal-pro {
      padding: 23px 0 30px;
      margin: 0 0 28px; } }
  @media (max-width: 767px) {
    .mega-deal-pro {
      padding: 30px 0 20px; } }
  .mega-deal-pro img.bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .mega-deal-pro .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    @media (max-width: 1279px) {
      .mega-deal-pro .row {
        margin: 0 -30px; } }
    @media (max-width: 1023px) {
      .mega-deal-pro .row {
        margin: 0; } }
    @media (max-width: 767px) {
      .mega-deal-pro .row {
        flex-wrap: wrap; } }
    .mega-deal-pro .row .left-content {
      text-align: center;
      width: calc(100% - 440px); }
      @media (max-width: 1279px) {
        .mega-deal-pro .row .left-content {
          width: calc(100% - 312px); } }
      @media (max-width: 1023px) {
        .mega-deal-pro .row .left-content {
          width: calc(100% - 260px); } }
      @media (max-width: 767px) {
        .mega-deal-pro .row .left-content {
          width: 100%; } }
      .mega-deal-pro .row .left-content .logo-item {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 15px; }
        @media (max-width: 767px) {
          .mega-deal-pro .row .left-content .logo-item {
            flex-direction: column; } }
        @media (max-width: 1279px) {
          .mega-deal-pro .row .left-content .logo-item img {
            max-width: 213px; } }
        @media (max-width: 1023px) {
          .mega-deal-pro .row .left-content .logo-item img {
            max-width: 172px; } }
        .mega-deal-pro .row .left-content .logo-item p {
          margin: 0;
          font-size: 36px;
          line-height: 57px;
          font-weight: 800;
          color: #000000;
          text-transform: uppercase;
          border-left: 2px solid #000000;
          margin-left: 15px;
          padding-left: 15px;
          font-family: Montserrat; }
          @media (max-width: 1279px) {
            .mega-deal-pro .row .left-content .logo-item p {
              font-size: 25px;
              line-height: 40px; } }
          @media (max-width: 1023px) {
            .mega-deal-pro .row .left-content .logo-item p {
              font-size: 20px;
              line-height: 32px; } }
          @media (max-width: 767px) {
            .mega-deal-pro .row .left-content .logo-item p {
              margin: 12px 0 0;
              padding: 0;
              border: none;
              line-height: 24px; } }
      .mega-deal-pro .row .left-content .price-item p {
        font-size: 24px;
        line-height: 38px;
        color: #000;
        font-weight: bold;
        font-family: Oxygen;
        display: flex;
        align-items: baseline;
        justify-content: center;
        margin: 0 0 10px; }
        @media (max-width: 1279px) {
          .mega-deal-pro .row .left-content .price-item p {
            font-size: 17px;
            line-height: 27px; } }
        @media (max-width: 1023px) {
          .mega-deal-pro .row .left-content .price-item p {
            font-size: 13px;
            line-height: 20px; } }
        @media (max-width: 767px) {
          .mega-deal-pro .row .left-content .price-item p {
            text-align: left;
            line-height: 19px; } }
        .mega-deal-pro .row .left-content .price-item p span {
          white-space: nowrap; }
          @media (max-width: 767px) {
            .mega-deal-pro .row .left-content .price-item p span {
              white-space: normal; } }
          .mega-deal-pro .row .left-content .price-item p span + span {
            margin-left: 40px; }
            @media (max-width: 1279px) {
              .mega-deal-pro .row .left-content .price-item p span + span {
                margin-left: 30px; } }
            @media (max-width: 1023px) {
              .mega-deal-pro .row .left-content .price-item p span + span {
                margin-left: 25px; } }
            @media (max-width: 767px) {
              .mega-deal-pro .row .left-content .price-item p span + span {
                margin-left: 20px; } }
          .mega-deal-pro .row .left-content .price-item p span b {
            font-size: 30px; }
            @media (max-width: 1279px) {
              .mega-deal-pro .row .left-content .price-item p span b {
                font-size: 21px; } }
            @media (max-width: 1023px) {
              .mega-deal-pro .row .left-content .price-item p span b {
                font-size: 18px; } }
            @media (max-width: 767px) {
              .mega-deal-pro .row .left-content .price-item p span b {
                width: 100%; } }
          .mega-deal-pro .row .left-content .price-item p span.msrp {
            text-decoration: line-through; }
          .mega-deal-pro .row .left-content .price-item p span.regp b {
            color: #A03800; }
          .mega-deal-pro .row .left-content .price-item p span.dealp b {
            color: #008400; }
      .mega-deal-pro .row .left-content .content p {
        font-size: 22px;
        font-family: Oxygen;
        color: #000000;
        line-height: 28px;
        margin: 0 auto 23px;
        font-weight: bold;
        max-width: 705px; }
        @media (max-width: 1279px) {
          .mega-deal-pro .row .left-content .content p {
            font-size: 20px;
            line-height: 26px; } }
        @media (max-width: 1023px) {
          .mega-deal-pro .row .left-content .content p {
            font-size: 16px;
            line-height: 20px;
            margin: 0 auto 18px; } }
      .mega-deal-pro .row .left-content .content .button {
        margin: 0;
        background: #1795C4;
        border-color: #1795C4;
        font-size: 20px;
        font-family: Montserrat;
        line-height: 24px;
        text-transform: uppercase;
        padding: 12px 20px; }
        @media (max-width: 1279px) {
          .mega-deal-pro .row .left-content .content .button {
            font-size: 14px;
            line-height: 18px;
            padding: 9px 14px; } }
        .mega-deal-pro .row .left-content .content .button:hover {
          background: #1EBDF7;
          border-color: #1EBDF7;
          color: #fff; }
    .mega-deal-pro .row .img-block {
      width: 440px; }
      @media (max-width: 1279px) {
        .mega-deal-pro .row .img-block {
          width: 312px; } }
      @media (max-width: 1023px) {
        .mega-deal-pro .row .img-block {
          width: 260px; } }
      @media (max-width: 767px) {
        .mega-deal-pro .row .img-block {
          width: 100%;
          margin-top: 30px; }
          .mega-deal-pro .row .img-block img {
            max-width: 260px;
            margin: auto;
            display: block; } }

#category .body .black-friday-product #product-listing-container {
  margin: 0 0 -10px; }

#category .body .black-friday-product .container {
  max-width: 1216px; }
  @media (max-width: 1279px) {
    #category .body .black-friday-product .container {
      padding: 0 40px; } }
  @media (max-width: 1023px) {
    #category .body .black-friday-product .container {
      padding: 0 30px; } }
  @media (max-width: 767px) {
    #category .body .black-friday-product .container {
      padding: 0 20px; } }

.black-friday-product .category-icon-index, .black-friday-product .actionBar-container {
  display: none; }

.black-friday-product .title-block {
  padding-bottom: 13px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px; }
  @media (max-width: 1023px) {
    .black-friday-product .title-block {
      padding-bottom: 17px; } }
  .black-friday-product .title-block h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
    font-family: Montserrat;
    margin: 0;
    color: #016F98;
    display: flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: 0; }
    @media (max-width: 1279px) {
      .black-friday-product .title-block h3 {
        font-size: 27px;
        line-height: 33px; } }
    @media (max-width: 1023px) {
      .black-friday-product .title-block h3 {
        flex-direction: column;
        text-align: center;
        align-items: center; } }
    @media (max-width: 767px) {
      .black-friday-product .title-block h3 {
        font-size: 26px;
        line-height: 28px; } }
    .black-friday-product .title-block h3 span {
      font-size: 18px;
      line-height: 22px;
      color: #525252;
      font-style: italic;
      font-family: Montserrat;
      font-weight: 600; }
      @media (max-width: 1279px) {
        .black-friday-product .title-block h3 span {
          font-size: 14px;
          line-height: 18px; } }
      @media (max-width: 1023px) {
        .black-friday-product .title-block h3 span {
          margin: 5px 0 0; } }
      @media (max-width: 767px) {
        .black-friday-product .title-block h3 span {
          margin-right: -5px;
          margin-left: -5px;
          margin-top: 8px; } }

.black-friday-product .productGrid {
  margin: 0 -27px; }
  @media (max-width: 1279px) {
    .black-friday-product .productGrid {
      margin: 0 -22px; } }
  @media (max-width: 767px) {
    .black-friday-product .productGrid {
      margin: 0 -11px; } }
  .black-friday-product .productGrid .product {
    width: 25% !important;
    padding: 0 27px;
    margin: 0 0 55px; }
    .black-friday-product .productGrid .product .card .price-section .price--withoutTax, .black-friday-product .productGrid .product .card .price-section .price-now-label {
      font-size: 20px; }
    @media (max-width: 1279px) {
      .black-friday-product .productGrid .product {
        padding: 0 22px;
        margin: 0 0 45px; }
        .black-friday-product .productGrid .product .card .price-section .price--withoutTax, .black-friday-product .productGrid .product .card .price-section .price-now-label {
          font-size: 15px; } }
    @media (max-width: 1023px) {
      .black-friday-product .productGrid .product {
        width: 33.33% !important;
        border: none; } }
    @media (max-width: 833px) {
      .black-friday-product .productGrid .product {
        width: 100% !important;
        border: none; } }
    @media (max-width: 767px) {
      .black-friday-product .productGrid .product {
        padding: 0 11px;
        margin: 0 0 32px; }
        .black-friday-product .productGrid .product .card .price-section {
          line-height: 13px; }
          .black-friday-product .productGrid .product .card .price-section .price--withoutTax, .black-friday-product .productGrid .product .card .price-section .price-now-label {
            font-size: 13px;
            line-height: 13px; } }
  .black-friday-product .productGrid .card-img-container::after {
    padding-bottom: 55%; }
    @media (max-width: 1023px) {
      .black-friday-product .productGrid .card-img-container::after {
        padding-bottom: 65.4%; } }
    @media (max-width: 767px) {
      .black-friday-product .productGrid .card-img-container::after {
        padding-bottom: 67%; } }

.black-friday-product .card {
  border: none;
  padding: 0;
  margin: 0; }
  .black-friday-product .card .card-body {
    padding: 0; }
  .black-friday-product .card .card-figure .card-figcaption {
    bottom: 15px;
    position: relative;
    top: auto; }
  .black-friday-product .card .card-title {
    line-height: 22px;
    letter-spacing: 0;
    min-height: 72px; }
    @media (max-width: 1279px) {
      .black-friday-product .card .card-title {
        font-size: 16px;
        line-height: 20px;
        min-height: 55px;
        margin: 17px 0 8px; } }
    @media (max-width: 767px) {
      .black-friday-product .card .card-title {
        font-size: 14px;
        line-height: 16px;
        margin: 13px 0 0;
        min-height: 42px; } }
    .black-friday-product .card .card-title > a {
      color: #000;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      /* number of lines to show */
      line-clamp: 3;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      height: 48px; }
      @media (max-width: 1279px) {
        .black-friday-product .card .card-title > a {
          -webkit-line-clamp: 2;
          /* number of lines to show */
          line-clamp: 2;
          height: 40px; } }
      @media (max-width: 767px) {
        .black-friday-product .card .card-title > a {
          height: 30px; } }
  .black-friday-product .card .price-section.rrp-price--withoutTax,
  .black-friday-product .card .price-section.non-sale-price--withoutTax {
    font-size: 12px;
    color: #747474; }
    @media (max-width: 1279px) {
      .black-friday-product .card .price-section.rrp-price--withoutTax,
      .black-friday-product .card .price-section.non-sale-price--withoutTax {
        font-size: 9px; } }
  .black-friday-product .card .card-icons {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-top: 15px; }
    .black-friday-product .card .card-icons a {
      border: 1px solid #008BB9 !important;
      font-size: 12px !important;
      line-height: 24px !important;
      font-size: 12px !important;
      padding: 0 6px !important;
      font-family: Oxygen !important;
      font-weight: normal !important;
      font-style: normal !important;
      color: #1795C4 !important;
      letter-spacing: 0 !important;
      display: flex;
      align-items: center;
      cursor: auto; }
      .black-friday-product .card .card-icons a img {
        bottom: 1px !important; }
      @media (max-width: 1279px) {
        .black-friday-product .card .card-icons a {
          font-size: 9px !important;
          line-height: 18px !important; }
          .black-friday-product .card .card-icons a img {
            width: 17px;
            margin: 1px 3px 0 0; } }
      @media (max-width: 767px) {
        .black-friday-product .card .card-icons a {
          font-size: 8px !important;
          white-space: nowrap;
          padding: 0 3px !important;
          width: auto !important;
          margin-right: 5px !important; }
          .black-friday-product .card .card-icons a.made {
            margin-right: 0 !important;
            width: 80px !important; }
          .black-friday-product .card .card-icons a:last-child {
            margin: 0; }
          .black-friday-product .card .card-icons a img {
            width: 16px; } }
    .black-friday-product .card .card-icons .shipping:after, .black-friday-product .card .card-icons .shipping:before {
      display: none; }

#category .body .latest-pro-deal .container {
  max-width: 1390px; }
  @media (max-width: 1439px) {
    #category .body .latest-pro-deal .container {
      padding: 0 24px; } }
  @media (max-width: 1279px) {
    #category .body .latest-pro-deal .container {
      padding: 0 17px; } }
  @media (max-width: 1023px) {
    #category .body .latest-pro-deal .container {
      padding: 0 12px; } }
  @media (max-width: 767px) {
    #category .body .latest-pro-deal .container {
      padding: 0 14px; } }

.latest-pro-deal {
  padding: 21px 0 36px;
  position: relative; }
  @media (max-width: 1279px) {
    .latest-pro-deal {
      padding: 14px 0 25px; } }
  @media (max-width: 767px) {
    .latest-pro-deal {
      padding: 20px 0 30px; } }
  .latest-pro-deal:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #F0F0F0;
    width: 100%;
    height: 100%; }
  .latest-pro-deal .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
    .latest-pro-deal .bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      mix-blend-mode: overlay; }
      @media (max-width: 767px) {
        .latest-pro-deal .bg img {
          display: none; } }
      .latest-pro-deal .bg img.mob {
        display: none; }
        @media (max-width: 767px) {
          .latest-pro-deal .bg img.mob {
            display: block; } }
  .latest-pro-deal .product--block .row {
    display: flex;
    flex-wrap: wrap; }
  .latest-pro-deal .product--block .img-block {
    width: 652px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    height: 100%; }
    @media (max-width: 1279px) {
      .latest-pro-deal .product--block .img-block {
        width: 464px; } }
    @media (max-width: 1023px) {
      .latest-pro-deal .product--block .img-block {
        width: 348px; } }
    @media (max-width: 767px) {
      .latest-pro-deal .product--block .img-block {
        width: 100%;
        margin: 0 0 30px; } }
    .latest-pro-deal .product--block .img-block img {
      width: 100%; }
  .latest-pro-deal .product--block .product-info {
    width: calc(100% - 652px);
    padding: 0 40px; }
    @media (max-width: 1279px) {
      .latest-pro-deal .product--block .product-info {
        width: calc(100% - 464px);
        padding: 0 30px; } }
    @media (max-width: 1023px) {
      .latest-pro-deal .product--block .product-info {
        width: calc(100% - 348px);
        padding: 0 23px; } }
    @media (max-width: 767px) {
      .latest-pro-deal .product--block .product-info {
        width: 100%;
        padding: 0; } }
    .latest-pro-deal .product--block .product-info .today-offer p {
      font-size: 21px;
      font-family: Montserrat;
      font-weight: 900;
      background: #D60000;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      padding: 5px 0;
      line-height: 24px;
      clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0 100%);
      margin: 0 0 18px; }
      @media (max-width: 1279px) {
        .latest-pro-deal .product--block .product-info .today-offer p {
          padding: 4px 0;
          margin: 0 0 14px; } }
      @media (max-width: 1023px) {
        .latest-pro-deal .product--block .product-info .today-offer p {
          font-size: 16px;
          line-height: 18px;
          padding: 3px 0px;
          margin: 0 0 10px; } }
    .latest-pro-deal .product--block .product-info .brand-img {
      margin: 0 0 25px; }
      @media (max-width: 1279px) {
        .latest-pro-deal .product--block .product-info .brand-img {
          margin: 0 0 10px; }
          .latest-pro-deal .product--block .product-info .brand-img img {
            max-width: 102px; } }
      @media (max-width: 1023px) {
        .latest-pro-deal .product--block .product-info .brand-img {
          margin: 0 0 7px; }
          .latest-pro-deal .product--block .product-info .brand-img img {
            max-width: 76px; } }
    .latest-pro-deal .product--block .product-info .product-title {
      margin: 0 0 37px;
      font-size: 42px;
      line-height: 48px;
      color: #000000;
      font-weight: bold;
      letter-spacing: 0;
      font-family: Montserrat; }
      @media (max-width: 1279px) {
        .latest-pro-deal .product--block .product-info .product-title {
          font-size: 28px;
          margin: 0 0 20px;
          line-height: 32px; } }
      @media (max-width: 1023px) {
        .latest-pro-deal .product--block .product-info .product-title {
          font-size: 22px;
          line-height: 24px;
          margin: 0 0 10px; } }
    .latest-pro-deal .product--block .product-info .price-block {
      display: flex;
      align-items: baseline;
      margin: 0 0 30px; }
      @media (max-width: 1279px) {
        .latest-pro-deal .product--block .product-info .price-block {
          margin: 0 0 20px; } }
      .latest-pro-deal .product--block .product-info .price-block p {
        font-size: 24px;
        line-height: 38px;
        color: #000000;
        font-family: Oxygen;
        font-weight: bold;
        margin: 0;
        margin-right: 30px; }
        @media (max-width: 1279px) {
          .latest-pro-deal .product--block .product-info .price-block p {
            font-size: 16px;
            line-height: 25px; } }
        @media (max-width: 1023px) {
          .latest-pro-deal .product--block .product-info .price-block p {
            font-size: 14px;
            line-height: 22px; } }
        .latest-pro-deal .product--block .product-info .price-block p:last-child {
          margin: 0; }
        .latest-pro-deal .product--block .product-info .price-block p.msrp {
          text-decoration: line-through;
          color: #525252; }
        .latest-pro-deal .product--block .product-info .price-block p.salep b {
          font-size: 44px;
          color: #A03800; }
          @media (max-width: 1279px) {
            .latest-pro-deal .product--block .product-info .price-block p.salep b {
              font-size: 31px; } }
          @media (max-width: 1023px) {
            .latest-pro-deal .product--block .product-info .price-block p.salep b {
              font-size: 24px; } }
    .latest-pro-deal .product--block .product-info .btn-block .button {
      background: #1795C4;
      border-color: #1795C4;
      color: #fff;
      font-size: 20px;
      font-family: Montserrat;
      padding: 12px 19px;
      height: auto;
      line-height: 24px;
      margin: 0; }
      @media (max-width: 1279px) {
        .latest-pro-deal .product--block .product-info .btn-block .button {
          font-size: 14px;
          line-height: 17px;
          padding: 8px 14px; } }
      .latest-pro-deal .product--block .product-info .btn-block .button:hover {
        background: #1EBDF7;
        border-color: #1EBDF7; }

.holiday-shipping-calendar ul.breadcrumbs {
  margin-top: -1rem; }
  @media screen and (max-width: 800px) {
    .holiday-shipping-calendar ul.breadcrumbs {
      margin-top: 0; } }
  @media screen and (max-width: 767px) {
    .holiday-shipping-calendar ul.breadcrumbs {
      display: none; } }

.holiday-shipping-calendar .page-heading {
  text-align: center;
  font-family: Montserrat;
  font-size: 44px;
  line-height: 54px;
  letter-spacing: 0px;
  margin: 14px 0 10px;
  color: #000000;
  font-weight: 800; }
  @media screen and (max-width: 1199px) {
    .holiday-shipping-calendar .page-heading {
      font-size: 38px;
      line-height: 46px; } }
  @media screen and (max-width: 1023px) {
    .holiday-shipping-calendar .page-heading {
      padding-left: 9px; } }
  @media screen and (max-width: 767px) {
    .holiday-shipping-calendar .page-heading {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 9px;
      margin-top: 0; } }

.holiday-shipping-calendar .deliver-txt {
  font-size: 20px;
  line-height: 22px;
  color: #000000;
  font-weight: bold;
  text-align: center;
  font-family: Oxygen;
  margin: 0 0 26px; }
  @media screen and (max-width: 1199px) {
    .holiday-shipping-calendar .deliver-txt {
      font-size: 18px;
      line-height: 22px; } }
  @media screen and (max-width: 767px) {
    .holiday-shipping-calendar .deliver-txt {
      margin: 0 0 10px; } }

.holiday-shipping-calendar .page-content--centered {
  max-width: 995px;
  width: 100%;
  padding: 0;
  margin: 0 auto; }
  @media screen and (max-width: 1199px) {
    .holiday-shipping-calendar .page-content--centered {
      max-width: 800px;
      float: unset; } }
  @media screen and (max-width: 767px) {
    .holiday-shipping-calendar .page-content--centered .calender-wrapper {
      overflow-x: scroll;
      padding-bottom: 10px; }
      .holiday-shipping-calendar .page-content--centered .calender-wrapper::-webkit-scrollbar {
        height: 30px; }
      .holiday-shipping-calendar .page-content--centered .calender-wrapper::-webkit-scrollbar-track {
        background-color: #DDDED6;
        border-radius: 0; }
      .holiday-shipping-calendar .page-content--centered .calender-wrapper::-webkit-scrollbar-thumb {
        background-color: #989898;
        border-radius: 50px;
        border: 8px solid #DDDED6; } }
  @media screen and (max-width: 767px) {
    .holiday-shipping-calendar .page-content--centered .calender-wrapper {
      margin-right: -1.5rem; } }
  @media screen and (max-width: 767px) {
    .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner {
      min-width: 800px;
      max-width: 800px; } }
  .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner .calender-head {
    background: #700000;
    background: linear-gradient(270deg, #700000 0%, #c70000 50%, #700000 100%);
    padding: 17px 40px 13px 25px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1199px) {
      .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner .calender-head {
        padding: 15px 25px 8px; } }
    .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner .calender-head .img-wrapper {
      width: 180px; }
      @media screen and (max-width: 1199px) {
        .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner .calender-head .img-wrapper {
          width: 144px; }
          .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner .calender-head .img-wrapper svg {
            max-width: 144px;
            max-height: 46px; } }
    .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner .calender-head .heading-wrapper {
      width: calc(100% - 180px); }
      @media screen and (max-width: 1199px) {
        .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner .calender-head .heading-wrapper {
          width: calc(100% - 144px); } }
      .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner .calender-head .heading-wrapper h2 {
        font-family: Montserrat;
        font-weight: 800;
        font-size: 30px;
        line-height: 36px;
        color: #FF999E;
        margin: 0;
        text-align: right; }
        @media screen and (max-width: 1199px) {
          .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner .calender-head .heading-wrapper h2 {
            font-size: 24px;
            line-height: 30px; } }
  .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner .calender-inner {
    text-align: center;
    padding: 30px 38px 57px;
    background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/calender-bg.png");
    background-size: cover; }
    @media screen and (max-width: 767px) {
      .holiday-shipping-calendar .page-content--centered .calender-wrapper .calender-wrapper-inner .calender-inner {
        padding: 25px 30px 45px 30px; } }

.note-txt p {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  margin: 30px 0 50px;
  font-family: Oxygen;
  font-weight: 700; }

@media screen and (max-width: 1023px) {
  .holiday-shipping-calendar .body {
    margin-bottom: 0; } }

@media screen and (max-width: 767px) {
  .holiday-shipping-calendar .body {
    padding-top: 55px; } }

@media screen and (max-width: 1023px) {
  .holiday-shipping-calendar footer.custom-footer {
    bottom: auto; } }

.header-topbar {
  background: #F8F5EA;
  padding: 6px 0; }
  @media screen and (max-width: 767px) {
    .header-topbar .container {
      padding: 0 10px; } }
  .header-topbar p {
    font-size: 14px;
    line-height: 18px;
    color: #000;
    margin: 0;
    font-family: Montserrat;
    font-weight: 700;
    text-align: center; }
    .header-topbar p br {
      display: none; }
      @media screen and (max-width: 767px) {
        .header-topbar p br {
          display: block; } }
    .header-topbar p a {
      color: #700000;
      font-weight: 800; }
      .header-topbar p a:hover {
        color: #000; }

body .zn-abs {
  display: none; }

@media (max-width: 1600px) {
  .homepage .main-content .banner-drops .banner-section .desktop-image {
    display: none; } }

.homepage .main-content .banner-drops .banner-section .mobile-image {
  object-position: 0 20%; }
  @media (max-width: 1600px) {
    .homepage .main-content .banner-drops .banner-section .mobile-image {
      display: block; } }

.homepage .main-content .banner-drops .coming-soon-rt .coming-soon {
  justify-content: flex-end; }
  .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 {
    margin: 0 0 15px; }
    @media (max-width: 1023px) {
      .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 {
        margin: 0 0 7px; } }
    .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 img {
      max-width: 130px;
      margin-right: 5px; }
      @media (max-width: 1279px) {
        .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 img {
          max-width: 93px; } }
      @media (max-width: 1023px) {
        .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 img {
          max-width: 70px; } }
      @media (max-width: 767px) {
        .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content h1 img {
          max-width: 100px; } }
  .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content p {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 23px; }
    @media (max-width: 1600px) {
      .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content p {
        max-width: 460px;
        margin: 0 auto 23px; } }
    @media (max-width: 1279px) {
      .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content p {
        font-size: 18px;
        line-height: 24px; } }
    @media (max-width: 1023px) {
      .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content p {
        font-size: 14px;
        line-height: 20px;
        margin: 0 auto 12px; } }
    @media (max-width: 767px) {
      .homepage .main-content .banner-drops .coming-soon-rt .coming-soon .dlt-banner-content p {
        font-size: 18px;
        line-height: 24px;
        margin: 0 auto 15px;
        max-width: 335px; } }

.family-reward-page {
  margin-top: -35px; }
  .family-reward-page h1, .family-reward-page h2, .family-reward-page h3, .family-reward-page h4, .family-reward-page h5, .family-reward-page h6 {
    letter-spacing: normal; }
  .family-reward-page .reward-banner-section {
    background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/fr-bg-up-2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0 68px;
    text-align: center;
    background-position: bottom;
    background-size: cover; }
    @media (max-width: 1023px) {
      .family-reward-page .reward-banner-section {
        background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/fr-bg-up-tab-2x.png");
        background-size: cover; } }
    @media (max-width: 767px) {
      .family-reward-page .reward-banner-section {
        background-size: cover;
        background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/fr-bg-up-mobile-2x.png"); } }
    .family-reward-page .reward-banner-section .breadcrumbs {
      text-align: center;
      margin-bottom: 20px; }
      @media (max-width: 767px) {
        .family-reward-page .reward-banner-section .breadcrumbs {
          display: none; } }
      .family-reward-page .reward-banner-section .breadcrumbs .breadcrumb {
        font-family: Montserrat;
        line-height: normal; }
        .family-reward-page .reward-banner-section .breadcrumbs .breadcrumb::before {
          color: #fff; }
        .family-reward-page .reward-banner-section .breadcrumbs .breadcrumb.is-active {
          font-weight: 700; }
        .family-reward-page .reward-banner-section .breadcrumbs .breadcrumb a {
          font-size: 13px;
          line-height: 16px;
          color: #fff; }
    .family-reward-page .reward-banner-section .banner-title {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .family-reward-page .reward-banner-section .banner-title {
          flex-wrap: wrap; } }
      .family-reward-page .reward-banner-section .banner-title svg {
        width: 200px;
        height: auto;
        fill: #fff;
        padding-right: 20px;
        border-right: 2px solid #fff; }
        @media (max-width: 1199px) {
          .family-reward-page .reward-banner-section .banner-title svg {
            width: 197px;
            padding-right: 18px; } }
        @media (max-width: 1023px) {
          .family-reward-page .reward-banner-section .banner-title svg {
            width: 164px;
            padding-right: 17px; } }
        @media (max-width: 767px) {
          .family-reward-page .reward-banner-section .banner-title svg {
            padding: 0;
            border: none;
            width: 129px; } }
      .family-reward-page .reward-banner-section .banner-title h1 {
        display: inline-block;
        padding-left: 20px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 60px;
        line-height: 73px;
        margin: 0;
        color: #fff;
        text-transform: capitalize; }
        @media (max-width: 1199px) {
          .family-reward-page .reward-banner-section .banner-title h1 {
            font-size: 51px;
            line-height: 62px;
            padding-left: 18px; } }
        @media (max-width: 1023px) {
          .family-reward-page .reward-banner-section .banner-title h1 {
            font-size: 47px;
            line-height: 57px;
            padding-left: 17px; } }
        @media (max-width: 767px) {
          .family-reward-page .reward-banner-section .banner-title h1 {
            font-size: 36px;
            line-height: 44px;
            padding: 6px 0 0; } }
    .family-reward-page .reward-banner-section .sub-title {
      font-family: Oxygen;
      font-weight: bold;
      font-size: 24px;
      line-height: 32px;
      padding: 7px 0 26px;
      max-width: 1010px;
      text-align: center;
      margin: 0 auto;
      color: #fff; }
      @media (max-width: 1199px) {
        .family-reward-page .reward-banner-section .sub-title {
          font-size: 22px;
          line-height: 30px;
          padding: 10px 0 24px;
          max-width: 890px; } }
      @media (max-width: 1023px) {
        .family-reward-page .reward-banner-section .sub-title {
          font-size: 20px;
          line-height: 28px;
          padding: 15px 0 24px;
          max-width: 686px; } }
      @media (max-width: 767px) {
        .family-reward-page .reward-banner-section .sub-title {
          font-size: 18px;
          line-height: 26px;
          padding: 16px 20px 24px;
          max-width: 375px;
          text-align: left; } }
    .family-reward-page .reward-banner-section .banner-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #E04E00;
      width: 300px;
      height: 60px;
      padding: 21px 0 17px;
      font-family: Montserrat;
      font-weight: 800;
      font-size: 18px;
      line-height: 22px;
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      transition: 0.3s ease-in-out; }
      @media (max-width: 1199px) {
        .family-reward-page .reward-banner-section .banner-btn {
          font-size: 16px;
          line-height: 19px;
          width: 268px;
          height: 50px;
          padding: 16px 0 15px; } }
      .family-reward-page .reward-banner-section .banner-btn:hover {
        background: #fa5700; }
    .family-reward-page .reward-banner-section .banner-login {
      text-align: center;
      color: #fff;
      font-family: Oxygen;
      font-weight: bold;
      font-size: 18px;
      line-height: 28px;
      padding-top: 24px;
      margin: 0; }
      @media (max-width: 1199px) {
        .family-reward-page .reward-banner-section .banner-login {
          font-size: 16px;
          line-height: 25px;
          padding-top: 30px; } }
      @media (max-width: 767px) {
        .family-reward-page .reward-banner-section .banner-login {
          font-size: 16px;
          line-height: 25px;
          padding-top: 24px;
          text-align: center; } }
      .family-reward-page .reward-banner-section .banner-login a {
        color: #fff;
        font-family: Oxygen;
        font-weight: bold;
        font-size: 18px;
        line-height: 28px;
        transition: 0.3s ease-in-out; }
        @media (max-width: 1199px) {
          .family-reward-page .reward-banner-section .banner-login a {
            font-size: 16px;
            line-height: 25px; } }
        @media (max-width: 767px) {
          .family-reward-page .reward-banner-section .banner-login a {
            display: block; } }
        .family-reward-page .reward-banner-section .banner-login a:hover {
          color: #c0c0c0; }
  .family-reward-page .reward-heading {
    margin: 0;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    color: #000;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1199px) {
      .family-reward-page .reward-heading {
        font-size: 36px;
        line-height: 44px; } }
    @media (max-width: 1023px) {
      .family-reward-page .reward-heading {
        font-size: 32px;
        line-height: 39px; } }
    @media (max-width: 767px) {
      .family-reward-page .reward-heading {
        font-size: 28px;
        line-height: 30px; } }
  .family-reward-page .rewards-info-section {
    background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/fr-bg-down-2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 111px 0 108px;
    margin-top: -60px;
    position: relative;
    z-index: -1; }
    @media (max-width: 1199px) {
      .family-reward-page .rewards-info-section {
        padding: 84px 0 75px;
        margin-top: -49px; } }
    @media (max-width: 767px) {
      .family-reward-page .rewards-info-section {
        padding: 84px 0 170px;
        margin-top: -49px; } }
    .family-reward-page .rewards-info-section .rewards-info-container {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 65px;
      width: 100%; }
      @media (max-width: 1199px) {
        .family-reward-page .rewards-info-section .rewards-info-container {
          padding: 0 40px; } }
      @media (max-width: 767px) {
        .family-reward-page .rewards-info-section .rewards-info-container {
          padding: 0 20px; } }
      .family-reward-page .rewards-info-section .rewards-info-container .reward-heading {
        margin: 0 0 28px; }
        @media (max-width: 1199px) {
          .family-reward-page .rewards-info-section .rewards-info-container .reward-heading {
            margin: 0 0 19px; } }
        @media (max-width: 767px) {
          .family-reward-page .rewards-info-section .rewards-info-container .reward-heading {
            margin: 0 0 30px; } }
      .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards {
        display: flex;
        justify-content: flex-start; }
        @media (max-width: 1199px) {
          .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards {
            justify-content: center; } }
        @media (max-width: 767px) {
          .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards {
            flex-wrap: wrap; } }
        .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card {
          width: 655px;
          text-align: center; }
          @media (max-width: 1199px) {
            .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card {
              width: 433px; } }
          @media (max-width: 1023px) {
            .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card {
              width: 344px; } }
          @media (max-width: 767px) {
            .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card {
              width: 100%; } }
          @media (max-width: 600px) {
            .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card {
              max-width: 334px; } }
          .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card:nth-child(n) {
            border-right: 2px solid #C0C0C0;
            padding-right: 55px; }
            @media (max-width: 1199px) {
              .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card:nth-child(n) {
                border-color: #000000;
                padding-right: 55px; } }
            @media (max-width: 1023px) {
              .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card:nth-child(n) {
                padding-right: 33px; } }
            @media (max-width: 767px) {
              .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card:nth-child(n) {
                padding: 0 0 30px;
                border-right: none;
                border-bottom: 2px solid #000; } }
          .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card:nth-child(2n) {
            border-right: 2px solid transparent;
            padding-right: 0;
            padding-left: 55px; }
            @media (max-width: 1199px) {
              .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card:nth-child(2n) {
                padding-left: 51px; } }
            @media (max-width: 1023px) {
              .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card:nth-child(2n) {
                padding-left: 33px; } }
            @media (max-width: 767px) {
              .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card:nth-child(2n) {
                padding: 20px 0 0;
                border-right: none;
                border-bottom: 2px solid transparent; } }
          .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card .re-svg {
            width: 150px;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto; }
            @media (max-width: 1199px) {
              .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card .re-svg {
                width: 104px;
                height: 81px; } }
            .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card .re-svg.star-svg svg {
              width: 100%;
              height: auto; }
            .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card .re-svg.money-svg svg {
              width: 120px;
              height: 74px; }
              @media (max-width: 1199px) {
                .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card .re-svg.money-svg svg {
                  width: 85px;
                  height: 53px; } }
          .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card h3 {
            width: 100%;
            font-family: Montserrat;
            font-weight: 800;
            font-size: 28px;
            line-height: 34px;
            color: #000;
            margin: 22px 0 0; }
            @media (max-width: 1199px) {
              .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card h3 {
                margin: 15px 0 0;
                font-size: 22px;
                line-height: 27px; } }
          .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card p {
            width: 100%;
            font-family: Oxygen;
            font-weight: 400;
            font-size: 18px;
            line-height: 40px;
            color: #313131;
            margin: 10px 0 0; }
            @media (max-width: 1199px) {
              .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card p {
                margin: 10px 0 0;
                font-size: 16px;
                line-height: 22px; } }
            @media (max-width: 767px) {
              .family-reward-page .rewards-info-section .rewards-info-container .rewards-cards .rewards-card p {
                font-size: 15px;
                line-height: 22px; } }
  .family-reward-page .reward-point-section {
    margin-top: -70px;
    position: relative; }
    @media (max-width: 1199px) {
      .family-reward-page .reward-point-section {
        margin-top: -55px; } }
    @media (max-width: 767px) {
      .family-reward-page .reward-point-section {
        margin-top: -140px; } }
    .family-reward-page .reward-point-section .reward-point-container {
      width: 100%;
      max-width: 1163px;
      margin: 0 auto; }
      @media (max-width: 1199px) {
        .family-reward-page .reward-point-section .reward-point-container {
          max-width: 932px; } }
      @media (max-width: 1023px) {
        .family-reward-page .reward-point-section .reward-point-container {
          max-width: 686px; } }
      @media (max-width: 767px) {
        .family-reward-page .reward-point-section .reward-point-container {
          max-width: 350px; } }
      .family-reward-page .reward-point-section .reward-point-container .reward-point-group {
        width: 100%;
        background: linear-gradient(263deg, #acacac 0%, #525252 100%);
        padding: 20px 15px 20px 27px;
        border-radius: 10px;
        display: flex;
        align-items: center; }
        @media (max-width: 1199px) {
          .family-reward-page .reward-point-section .reward-point-container .reward-point-group {
            padding: 16px 12px 16px 22px; } }
        @media (max-width: 1023px) {
          .family-reward-page .reward-point-section .reward-point-container .reward-point-group {
            padding: 16px 7px 19px 7px;
            flex-wrap: wrap; } }
        @media (max-width: 767px) {
          .family-reward-page .reward-point-section .reward-point-container .reward-point-group {
            padding: 16px 7px 4px 7px; } }
        .family-reward-page .reward-point-section .reward-point-container .reward-point-group h3 {
          font-family: Montserrat;
          font-weight: 800;
          font-size: 28px;
          line-height: 34px;
          color: #FCFCFC;
          margin: 0 23px 0 0;
          text-transform: uppercase; }
          @media (max-width: 1199px) {
            .family-reward-page .reward-point-section .reward-point-container .reward-point-group h3 {
              margin: 0 23px 0 0;
              font-size: 22px;
              line-height: 27px; } }
          @media (max-width: 1023px) {
            .family-reward-page .reward-point-section .reward-point-container .reward-point-group h3 {
              margin: 0 0 14px 0;
              font-size: 24px;
              line-height: 29px;
              width: 100%;
              text-align: center; } }
          @media (max-width: 767px) {
            .family-reward-page .reward-point-section .reward-point-container .reward-point-group h3 {
              margin: 0 0 10px; } }
        .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards {
          margin: 0;
          display: flex;
          align-items: center; }
          @media (max-width: 1023px) {
            .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards {
              flex-wrap: wrap; } }
          .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card {
            padding: 0 5px;
            list-style: none;
            width: 210px;
            text-align: center; }
            @media (max-width: 1199px) {
              .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card {
                width: 168px;
                padding: 0 4px; } }
            @media (max-width: 767px) {
              .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card {
                padding: 4px; } }
            .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card .point-link {
              display: block;
              background: #fff;
              border-radius: 10px;
              text-decoration: none;
              box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
              .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card .point-link .points {
                background: #EAEAEA;
                border-radius: 10px 10px 0 0;
                display: block;
                width: 100%;
                font-family: Montserrat;
                font-weight: 700;
                font-size: 18px;
                line-height: 22px;
                color: #101820;
                padding: 11px 0 5px; }
                @media (max-width: 1199px) {
                  .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card .point-link .points {
                    padding: 8px 0 4px;
                    font-size: 14px;
                    line-height: 18px; } }
              .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card .point-link .point-title {
                margin: 0;
                padding: 2px 0;
                font-family: Montserrat;
                font-weight: 700;
                line-height: 1;
                color: #A03800; }
                .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card .point-link .point-title span {
                  font-size: 20px;
                  display: inline-block; }
                  @media (max-width: 1199px) {
                    .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card .point-link .point-title span {
                      font-size: 15px; } }
                  .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card .point-link .point-title span.symbole {
                    position: relative;
                    top: -18px; }
                  .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card .point-link .point-title span.value {
                    line-height: 58px;
                    font-size: 48px; }
                    @media (max-width: 1199px) {
                      .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card .point-link .point-title span.value {
                        font-size: 37px;
                        line-height: 45px; } }
                  .family-reward-page .reward-point-section .reward-point-container .reward-point-group .reward-point-cards .reward-point-card .point-link .point-title span.cradit {
                    margin-left: 4px; }
  .family-reward-page .earn-pints-section {
    padding: 80px 0 20px; }
    @media (max-width: 1199px) {
      .family-reward-page .earn-pints-section {
        padding: 60px 0 20px; } }
    @media (max-width: 1023px) {
      .family-reward-page .earn-pints-section {
        padding: 50px 0 20px; } }
    .family-reward-page .earn-pints-section .earn-pints-container {
      max-width: 1440px;
      margin: 0 auto;
      padding: 0 65px;
      width: 100%; }
      @media (max-width: 1199px) {
        .family-reward-page .earn-pints-section .earn-pints-container {
          padding: 0 40px; } }
      @media (max-width: 767px) {
        .family-reward-page .earn-pints-section .earn-pints-container {
          padding: 0 20px; } }
      .family-reward-page .earn-pints-section .earn-pints-container .earn-pints-subheading {
        width: 700px;
        margin: 0 auto;
        color: #313131;
        font-family: Oxygen;
        font-weight: 400;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        margin-top: 21px; }
        @media (max-width: 1199px) {
          .family-reward-page .earn-pints-section .earn-pints-container .earn-pints-subheading {
            font-size: 16px;
            line-height: 24px;
            width: 100%;
            margin: 14px auto 0;
            max-width: 680px; } }
        @media (max-width: 1023px) {
          .family-reward-page .earn-pints-section .earn-pints-container .earn-pints-subheading {
            font-size: 16px;
            line-height: 24px;
            margin: 15px auto 0; } }
        @media (max-width: 767px) {
          .family-reward-page .earn-pints-section .earn-pints-container .earn-pints-subheading {
            font-size: 15px;
            line-height: 24px;
            margin: 10px auto 0; } }
      .family-reward-page .earn-pints-section .earn-pints-container .share-cards {
        margin: 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 35px 0 6px;
        border-bottom: 4px solid #ACACAC; }
        @media (max-width: 1199px) {
          .family-reward-page .earn-pints-section .earn-pints-container .share-cards {
            padding: 30px 0 25px; } }
        @media (max-width: 1023px) {
          .family-reward-page .earn-pints-section .earn-pints-container .share-cards {
            padding: 30px 0 16px; } }
        @media (max-width: 767px) {
          .family-reward-page .earn-pints-section .earn-pints-container .share-cards {
            padding: 20px 0 18px; } }
        .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card {
          width: 570px;
          padding: 52px 25px;
          list-style: none;
          text-align: center; }
          @media (max-width: 1199px) {
            .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card {
              padding: 35px 17px;
              width: 387px; } }
          @media (max-width: 1023px) {
            .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card {
              padding: 34px 16px;
              width: 343px; } }
          @media (max-width: 767px) {
            .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card {
              padding: 32px 4px;
              width: 100%; } }
          @media (max-width: 1023px) {
            .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card:nth-child(n) {
              padding-left: 0; } }
          @media (max-width: 767px) {
            .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card:nth-child(n) {
              padding-left: 4px; } }
          @media (max-width: 1023px) {
            .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card:nth-child(2n) {
              padding-right: 0;
              padding-left: 16px; } }
          @media (max-width: 767px) {
            .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card:nth-child(2n) {
              padding-right: 4px;
              padding-left: 4px; } }
          .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .inner-share-card {
            position: relative;
            border-radius: 20px;
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
            padding: 80px 40px 23px; }
            @media (max-width: 1199px) {
              .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .inner-share-card {
                padding: 55px 27px 16px;
                border-radius: 14px; } }
            @media (max-width: 1199px) {
              .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .inner-share-card {
                padding: 51px 25px 15px; } }
          .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-svg {
            position: absolute;
            display: flex;
            top: -64px;
            left: 50%;
            transform: translateX(-50%); }
            @media (max-width: 1199px) {
              .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-svg {
                top: -37px; } }
            @media (max-width: 767px) {
              .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-svg {
                top: -35px; } }
            @media (max-width: 1199px) {
              .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-svg svg {
                width: 75px;
                height: 75px; } }
            @media (max-width: 1023px) {
              .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-svg svg {
                width: 69px;
                height: 69px; } }
          .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-title {
            margin: 0 0 20px;
            font-family: Montserrat;
            font-weight: 700;
            font-size: 32px;
            line-height: 40px;
            color: #000000;
            padding-bottom: 20px;
            border-bottom: 2px solid #EAEAEA; }
            @media (max-width: 1199px) {
              .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-title {
                font-size: 22px;
                line-height: 27px;
                padding-bottom: 14px;
                margin: 0 0 14px; } }
            @media (max-width: 767px) {
              .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-title {
                font-size: 22px;
                line-height: 27px;
                padding-bottom: 13px;
                margin: 0 0 11px; } }
          .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-points {
            margin: 0;
            font-family: Montserrat;
            font-weight: 700;
            font-size: 48px;
            line-height: 55px;
            color: #A03800; }
            @media (max-width: 1199px) {
              .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-points {
                font-size: 36px;
                line-height: 36px; } }
            .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-points span {
              line-height: 37px;
              font-size: 30px;
              text-transform: capitalize; }
              @media (max-width: 1199px) {
                .family-reward-page .earn-pints-section .earn-pints-container .share-cards .share-card .share-points span {
                  line-height: 24px;
                  font-size: 20px; } }
  .family-reward-page .question-section {
    padding: 64px 0 70px; }
    @media (max-width: 1199px) {
      .family-reward-page .question-section {
        padding: 44px 0 70px; } }
    @media (max-width: 1023px) {
      .family-reward-page .question-section {
        padding: 10px 0 60px; } }
    .family-reward-page .question-section .question-container {
      width: 100%;
      margin: 0 auto;
      max-width: 1090px; }
      @media (max-width: 1199px) {
        .family-reward-page .question-section .question-container {
          max-width: 941px; } }
      @media (max-width: 1023px) {
        .family-reward-page .question-section .question-container {
          max-width: 685px; } }
      @media (max-width: 767px) {
        .family-reward-page .question-section .question-container {
          max-width: 375px;
          padding: 0 20px; } }
      .family-reward-page .question-section .question-container .question-title {
        font-family: Montserrat;
        font-weight: 800;
        font-size: 38px;
        line-height: 47px;
        color: #000;
        text-align: center;
        margin: 0; }
        @media (max-width: 1199px) {
          .family-reward-page .question-section .question-container .question-title {
            font-size: 34px;
            line-height: 42px; } }
        @media (max-width: 1023px) {
          .family-reward-page .question-section .question-container .question-title {
            font-size: 30px;
            line-height: 37px; } }
        @media (max-width: 767px) {
          .family-reward-page .question-section .question-container .question-title {
            font-size: 24px;
            line-height: 30px; } }
      .family-reward-page .question-section .question-container .custom_accordion {
        padding-top: 41px; }
        @media (max-width: 1199px) {
          .family-reward-page .question-section .question-container .custom_accordion {
            padding-top: 42px; } }
        @media (max-width: 1023px) {
          .family-reward-page .question-section .question-container .custom_accordion {
            padding-top: 43px; } }
        @media (max-width: 767px) {
          .family-reward-page .question-section .question-container .custom_accordion {
            padding-top: 30px; } }
        .family-reward-page .question-section .question-container .custom_accordion .accordion_tab {
          border: 1px solid #ACACAC;
          padding: 33px 76px 30px 30px;
          margin: 0 0 20px; }
          @media (max-width: 1199px) {
            .family-reward-page .question-section .question-container .custom_accordion .accordion_tab {
              padding: 35px 58px 31px 30px;
              margin: 0 0 20px; } }
          @media (max-width: 767px) {
            .family-reward-page .question-section .question-container .custom_accordion .accordion_tab {
              padding: 20px; } }
          .family-reward-page .question-section .question-container .custom_accordion .accordion_tab.active .accordion_head {
            color: #A03800; }
            .family-reward-page .question-section .question-container .custom_accordion .accordion_tab.active .accordion_head .accordion_head-svg .minus {
              display: block; }
            .family-reward-page .question-section .question-container .custom_accordion .accordion_tab.active .accordion_head .accordion_head-svg .plus {
              display: none; }
          .family-reward-page .question-section .question-container .custom_accordion .accordion_tab:last-child {
            margin: 0; }
          .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_head {
            margin: 0;
            width: 100%;
            position: relative;
            font-family: Montserrat;
            font-weight: 700;
            font-size: 22px;
            line-height: 27px;
            color: #000;
            cursor: pointer; }
            @media (max-width: 1023px) {
              .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_head {
                font-size: 20px;
                line-height: 24px; } }
            @media (max-width: 767px) {
              .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_head {
                font-size: 18px;
                line-height: 22px;
                max-width: 262px; } }
            .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_head .accordion_head-svg {
              position: absolute;
              right: -55px;
              top: 50%;
              transform: translateY(-50%); }
              @media (max-width: 1199px) {
                .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_head .accordion_head-svg {
                  right: -44px; } }
              @media (max-width: 1023px) {
                .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_head .accordion_head-svg {
                  right: -37px; } }
              @media (max-width: 767px) {
                .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_head .accordion_head-svg {
                  right: -32px; } }
              .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_head .accordion_head-svg .minus {
                display: none; }
              @media (max-width: 767px) {
                .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_head .accordion_head-svg svg {
                  width: 21px;
                  height: 21px; } }
          .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_body {
            display: none;
            padding-top: 15px; }
            @media (max-width: 1023px) {
              .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_body {
                padding-top: 16px; } }
            @media (max-width: 767px) {
              .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_body {
                padding-top: 10px; } }
            .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_body p {
              color: #313131;
              font-family: Oxygen;
              font-weight: 400;
              font-size: 18px;
              line-height: 28px; }
              @media (max-width: 1023px) {
                .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_body p {
                  font-size: 16px;
                  line-height: 26px; } }
              @media (max-width: 767px) {
                .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_body p {
                  font-size: 15px;
                  line-height: 24px; } }
              .family-reward-page .question-section .question-container .custom_accordion .accordion_tab .accordion_body p:last-child {
                margin-bottom: 0; }

.about-us-new .body {
  margin-top: 0;
  margin-bottom: 0; }
  .about-us-new .body.about {
    margin-top: 0;
    margin-bottom: 0; }

.body {
  margin-top: 0;
  margin-bottom: 0; }
  .body.about {
    margin-top: 0;
    margin-bottom: 0; }

.about-us-header {
  background-image: url("https://cdn11.bigcommerce.com/s-96ngla2oa8/images/stencil/original/image-manager/about-us-header-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 430px;
  padding: 20px 0 70px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1439px) {
    .about-us-header {
      background-size: 100% 306px;
      padding: 13px 0 45px; } }
  @media (max-width: 1023px) {
    .about-us-header {
      background-size: 100% 530px;
      padding: 15px 0 45px; } }
  @media (max-width: 767px) {
    .about-us-header {
      padding: 18px 0 38px; } }
  .about-us-header .container {
    max-width: 1440px;
    padding: 0 15px 0 40px; }
    @media (max-width: 1439px) {
      .about-us-header .container {
        max-width: 1024px;
        padding: 0 11px 0 28px; } }
    @media (max-width: 1023px) {
      .about-us-header .container {
        max-width: 768px;
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .about-us-header .container {
        max-width: 375px;
        padding: 0 20px; } }
  .about-us-header .about-us-header-containt {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .about-us-header .about-us-header-containt {
        flex-wrap: wrap;
        justify-content: center; } }
    .about-us-header .about-us-header-containt .about-us-header-left-side {
      max-width: 324px;
      margin-top: 3px; }
      @media (max-width: 1439px) {
        .about-us-header .about-us-header-containt .about-us-header-left-side {
          max-width: 236px; } }
      @media (max-width: 1023px) {
        .about-us-header .about-us-header-containt .about-us-header-left-side {
          max-width: 530px;
          text-align: center;
          margin: 0; } }
      .about-us-header .about-us-header-containt .about-us-header-left-side .logo-svg {
        display: block;
        max-width: 274px; }
        @media (max-width: 1439px) {
          .about-us-header .about-us-header-containt .about-us-header-left-side .logo-svg {
            max-width: 195px; } }
        @media (max-width: 1023px) {
          .about-us-header .about-us-header-containt .about-us-header-left-side .logo-svg {
            margin: 0 auto; } }
        @media (max-width: 767px) {
          .about-us-header .about-us-header-containt .about-us-header-left-side .logo-svg {
            max-width: 170px; } }
        .about-us-header .about-us-header-containt .about-us-header-left-side .logo-svg svg {
          width: 100%;
          height: auto; }
      .about-us-header .about-us-header-containt .about-us-header-left-side p {
        margin: 17px 0 0;
        color: #FFFFFF;
        font-family: Oxygen;
        font-weight: 400;
        font-size: 22px;
        line-height: 30px; }
        @media (max-width: 1439px) {
          .about-us-header .about-us-header-containt .about-us-header-left-side p {
            font-size: 16px;
            line-height: 22px;
            margin: 14px 0 0; } }
        @media (max-width: 1023px) {
          .about-us-header .about-us-header-containt .about-us-header-left-side p {
            margin: 14px 0 0; } }
        @media (max-width: 767px) {
          .about-us-header .about-us-header-containt .about-us-header-left-side p {
            font-size: 16px;
            line-height: 22px;
            margin: 14px 0 0; } }
    @media (max-width: 1023px) {
      .about-us-header .about-us-header-containt .about-us-header-right-side {
        margin-top: 25px; } }
    @media (max-width: 767px) {
      .about-us-header .about-us-header-containt .about-us-header-right-side {
        margin-top: 12px; } }
    .about-us-header .about-us-header-containt .about-us-header-right-side .service-cards {
      display: flex; }
      @media (max-width: 767px) {
        .about-us-header .about-us-header-containt .about-us-header-right-side .service-cards {
          flex-wrap: wrap;
          justify-content: center; } }
      .about-us-header .about-us-header-containt .about-us-header-right-side .service-cards .service-card {
        width: 350px;
        padding: 0 15px; }
        @media (max-width: 1439px) {
          .about-us-header .about-us-header-containt .about-us-header-right-side .service-cards .service-card {
            padding: 0 10px;
            width: 248px; } }
        @media (max-width: 767px) {
          .about-us-header .about-us-header-containt .about-us-header-right-side .service-cards .service-card {
            padding: 10px 10px 15px; } }
      .about-us-header .about-us-header-containt .about-us-header-right-side .service-cards .service-card-content {
        text-align: center;
        margin-top: -30px; }
        @media (max-width: 1439px) {
          .about-us-header .about-us-header-containt .about-us-header-right-side .service-cards .service-card-content {
            margin-top: -20px; } }
        .about-us-header .about-us-header-containt .about-us-header-right-side .service-cards .service-card-content h3 {
          text-transform: uppercase;
          margin: 0;
          color: #E04E00;
          font-family: Montserrat;
          font-weight: 800;
          font-size: 30px;
          line-height: 37px;
          letter-spacing: normal; }
          @media (max-width: 1439px) {
            .about-us-header .about-us-header-containt .about-us-header-right-side .service-cards .service-card-content h3 {
              font-size: 21px;
              line-height: 25px; } }
        .about-us-header .about-us-header-containt .about-us-header-right-side .service-cards .service-card-content p {
          margin: 14px 0 0;
          color: #313131;
          font-family: Oxygen;
          font-weight: 400;
          font-size: 18px;
          line-height: 24px; }
          @media (max-width: 1439px) {
            .about-us-header .about-us-header-containt .about-us-header-right-side .service-cards .service-card-content p {
              font-size: 14px;
              line-height: 18px;
              margin: 11px 0 0; } }

.our-story-section .container {
  max-width: 1440px;
  padding: 0; }

.our-story-section .our-story {
  display: flex;
  align-items: center; }
  @media (max-width: 1023px) {
    .our-story-section .our-story {
      flex-wrap: wrap;
      justify-content: center; } }
  .our-story-section .our-story .our-story-left-side {
    max-width: 730px;
    position: relative; }
    @media (max-width: 1023px) {
      .our-story-section .our-story .our-story-left-side {
        width: 100%;
        max-width: 100%; } }
    .our-story-section .our-story .our-story-left-side .our-story-left-content {
      position: absolute;
      top: 0;
      left: 0;
      clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
      width: 241px;
      height: 70px;
      background-color: #fff;
      padding: 0 1px 1px 0; }
      @media (max-width: 1439px) {
        .our-story-section .our-story .our-story-left-side .our-story-left-content {
          width: 173px;
          height: 52px; } }
      @media (max-width: 767px) {
        .our-story-section .our-story .our-story-left-side .our-story-left-content {
          width: 150px;
          height: 43px; } }
      .our-story-section .our-story .our-story-left-side .our-story-left-content .inside {
        clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
        background: #1795C4;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding-left: 24px; }
        @media (max-width: 1439px) {
          .our-story-section .our-story .our-story-left-side .our-story-left-content .inside {
            padding-left: 17px; } }
        @media (max-width: 767px) {
          .our-story-section .our-story .our-story-left-side .our-story-left-content .inside {
            padding-left: 14px; } }
        .our-story-section .our-story .our-story-left-side .our-story-left-content .inside span {
          font-family: Montserrat;
          font-weight: 700;
          font-size: 36px;
          line-height: 44px;
          color: #FFFFFF; }
          @media (max-width: 1439px) {
            .our-story-section .our-story .our-story-left-side .our-story-left-content .inside span {
              font-size: 25px;
              line-height: 30px; } }
          @media (max-width: 767px) {
            .our-story-section .our-story .our-story-left-side .our-story-left-content .inside span {
              font-size: 22px;
              line-height: 27px; } }
  .our-story-section .our-story .our-story-right-side {
    max-width: 737px;
    margin-left: -27px;
    position: relative; }
    @media (max-width: 1439px) {
      .our-story-section .our-story .our-story-right-side {
        max-width: 737px;
        margin-left: -18px; } }
    @media (max-width: 1023px) {
      .our-story-section .our-story .our-story-right-side {
        width: 100%;
        max-width: 100%;
        margin: -40px 0 0;
        background-image: url("https://cdn11.bigcommerce.com/s-96ngla2oa8/images/stencil/original/image-manager/our-story-bg-mobile-2x.png");
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover; } }
    @media (max-width: 1023px) {
      .our-story-section .our-story .our-story-right-side .our-story-right-img {
        display: none; } }
    .our-story-section .our-story .our-story-right-side .our-story-right-content {
      position: absolute;
      padding: 80px 0 0 80px;
      top: 0;
      left: 0;
      max-width: 700px;
      width: 100%; }
      @media (max-width: 1439px) {
        .our-story-section .our-story .our-story-right-side .our-story-right-content {
          padding: 60px 0 0 60px;
          max-width: 620px; } }
      @media (max-width: 1290px) {
        .our-story-section .our-story .our-story-right-side .our-story-right-content {
          padding: 56px 0 0 56px;
          max-width: 500px; } }
      @media (max-width: 1023px) {
        .our-story-section .our-story .our-story-right-side .our-story-right-content {
          position: relative;
          max-width: 650px;
          padding: 76px 0 44px;
          margin: 0 auto; } }
      @media (max-width: 767px) {
        .our-story-section .our-story .our-story-right-side .our-story-right-content {
          padding: 62px 20px 32px; } }
      .our-story-section .our-story .our-story-right-side .our-story-right-content p {
        width: 100%;
        margin: 0;
        font-family: Oxygen;
        font-weight: 400;
        font-size: 24px;
        line-height: 36px;
        color: #000000; }
        @media (max-width: 1439px) {
          .our-story-section .our-story .our-story-right-side .our-story-right-content p {
            font-size: 20px;
            line-height: 30px; } }
        @media (max-width: 1290px) {
          .our-story-section .our-story .our-story-right-side .our-story-right-content p {
            font-size: 17px;
            line-height: 26px; } }
        @media (max-width: 767px) {
          .our-story-section .our-story .our-story-right-side .our-story-right-content p {
            font-size: 16px;
            line-height: 24px; } }
        .our-story-section .our-story .our-story-right-side .our-story-right-content p span {
          font-weight: 700; }

.team-section {
  position: relative;
  background-image: url("https://cdn11.bigcommerce.com/s-96ngla2oa8/images/stencil/original/image-manager/about-us-team-bg.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  margin: 20px 0 2px; }
  @media (max-width: 1439px) {
    .team-section {
      margin: 10px 0 2px; } }
  .team-section .top-content {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
    width: 241px;
    height: 70px;
    background-color: #fff;
    padding: 0 1px 1px 0; }
    @media (max-width: 1439px) {
      .team-section .top-content {
        width: 183px;
        height: 54px; } }
    @media (max-width: 767px) {
      .team-section .top-content {
        width: 152px;
        height: 50px; } }
    .team-section .top-content .inside {
      clip-path: polygon(0 0, 100% 0, 94% 100%, 0% 100%);
      background: #1795C4;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      padding-left: 24px; }
      @media (max-width: 1439px) {
        .team-section .top-content .inside {
          padding-left: 17px; } }
      @media (max-width: 767px) {
        .team-section .top-content .inside {
          padding-left: 14px; } }
      .team-section .top-content .inside span {
        font-family: Montserrat;
        font-weight: 700;
        font-size: 36px;
        line-height: 44px;
        color: #FFFFFF; }
        @media (max-width: 1439px) {
          .team-section .top-content .inside span {
            font-size: 27px;
            line-height: 33px; } }
        @media (max-width: 767px) {
          .team-section .top-content .inside span {
            font-size: 22px;
            line-height: 27px; } }
  .team-section .container {
    position: relative;
    max-width: 1440px;
    padding: 0; }
  .team-section .teams {
    min-height: 955px;
    display: flex;
    align-items: center; }
    @media (max-width: 1439px) {
      .team-section .teams {
        min-height: 760px;
        justify-content: center; } }
    @media (max-width: 1023px) {
      .team-section .teams {
        flex-wrap: wrap;
        min-height: 100%;
        padding: 80px 0 78px; } }
    @media (max-width: 767px) {
      .team-section .teams {
        padding: 77px 20px 23px;
        max-width: 375px;
        margin: 0 auto;
        width: 100%; } }
    .team-section .teams .left-side-team {
      max-width: 440px;
      text-align: center;
      margin: 0 82px 41px 111px; }
      @media (max-width: 1439px) {
        .team-section .teams .left-side-team {
          max-width: 360px;
          margin: 0 30px 25px 11px; } }
      @media (max-width: 1023px) {
        .team-section .teams .left-side-team {
          margin: 0 0 20px; } }
      .team-section .teams .left-side-team .owner-img {
        border-bottom: 1px solid #C0C0C0;
        margin-bottom: 27px;
        cursor: pointer; }
        @media (max-width: 1439px) {
          .team-section .teams .left-side-team .owner-img {
            margin-bottom: 23px; } }
        @media (max-width: 1023px) {
          .team-section .teams .left-side-team .owner-img {
            margin-bottom: 20px; } }
        @media (max-width: 767px) {
          .team-section .teams .left-side-team .owner-img {
            margin-bottom: 23px; } }
        .team-section .teams .left-side-team .owner-img:hover {
          border-color: #E04E00; }
      .team-section .teams .left-side-team h2 {
        font-family: Montserrat;
        font-weight: 800;
        font-size: 30px;
        line-height: 37px;
        color: #FFFFFF;
        letter-spacing: normal;
        margin: 0 0 4px;
        text-transform: uppercase; }
        @media (max-width: 1439px) {
          .team-section .teams .left-side-team h2 {
            font-size: 23px;
            line-height: 28px;
            margin: 0; } }
        @media (max-width: 767px) {
          .team-section .teams .left-side-team h2 {
            font-size: 21px;
            line-height: 25px;
            margin: 0; } }
      .team-section .teams .left-side-team span {
        display: block;
        text-transform: uppercase;
        text-align: center;
        font-family: Montserrat;
        font-weight: 800;
        font-size: 16px;
        line-height: 19px;
        color: #E04E00; }
        @media (max-width: 1439px) {
          .team-section .teams .left-side-team span {
            font-size: 13px;
            line-height: 16px; } }
        @media (max-width: 767px) {
          .team-section .teams .left-side-team span {
            font-size: 12px;
            line-height: 15px; } }
      .team-section .teams .left-side-team p {
        margin: 16px 0 20px;
        font-family: Oxygen;
        font-weight: 700;
        font-size: 17px;
        line-height: 24px;
        color: #fff;
        text-align: center; }
        @media (max-width: 1439px) {
          .team-section .teams .left-side-team p {
            font-size: 15px;
            line-height: 20px;
            margin: 15px 0 15px; } }
        @media (max-width: 767px) {
          .team-section .teams .left-side-team p {
            margin: 18px 0 5px; } }
      .team-section .teams .left-side-team .bio-btn {
        padding: 0;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        display: inline-block;
        text-transform: uppercase;
        color: #1795C4;
        text-decoration: underline; }
        @media (max-width: 1439px) {
          .team-section .teams .left-side-team .bio-btn {
            font-size: 12px;
            line-height: 15px; } }
        .team-section .teams .left-side-team .bio-btn:hover {
          color: #1EBDF7; }
    .team-section .teams .right-side-team {
      max-width: 711px; }
      @media (max-width: 1439px) {
        .team-section .teams .right-side-team {
          max-width: 567px; } }
      .team-section .teams .right-side-team .team-cards {
        display: flex;
        flex-wrap: wrap; }
        @media (max-width: 767px) {
          .team-section .teams .right-side-team .team-cards {
            margin: 0 -12px; } }
        .team-section .teams .right-side-team .team-cards .team-card {
          padding: 15px 15px;
          width: 236px; }
          @media (max-width: 1439px) {
            .team-section .teams .right-side-team .team-cards .team-card {
              padding: 15px 13px;
              width: 189px; } }
          @media (max-width: 767px) {
            .team-section .teams .right-side-team .team-cards .team-card {
              padding: 15px 12px 11px;
              width: 50%;
              max-width: 178px; } }
          .team-section .teams .right-side-team .team-cards .team-card .team-card-img {
            background-color: #fff;
            padding: 1px;
            width: 100%;
            height: auto;
            clip-path: polygon(0 0, 94% 0, 100% 10%, 100% 100%, 6% 100%, 0 90%);
            cursor: pointer; }
            .team-section .teams .right-side-team .team-cards .team-card .team-card-img:hover {
              background-color: #E04E00; }
            .team-section .teams .right-side-team .team-cards .team-card .team-card-img img {
              width: 100%;
              height: auto;
              clip-path: polygon(0 0, 94% 0, 100% 10%, 100% 100%, 6% 100%, 0 90%); }
          .team-section .teams .right-side-team .team-cards .team-card .team-card-content {
            text-align: center; }
            .team-section .teams .right-side-team .team-cards .team-card .team-card-content h3 {
              text-transform: uppercase;
              margin: 12px 0 2px;
              font-family: Montserrat;
              font-weight: 800;
              font-size: 21px;
              line-height: 25px;
              color: #fff;
              letter-spacing: normal;
              padding: 0; }
              @media (max-width: 1439px) {
                .team-section .teams .right-side-team .team-cards .team-card .team-card-content h3 {
                  font-size: 21px;
                  line-height: 24px;
                  margin: 8px 0 6px; } }
              @media (max-width: 1023px) {
                .team-section .teams .right-side-team .team-cards .team-card .team-card-content h3 {
                  margin: 10px 0 3px; } }
              @media (max-width: 767px) {
                .team-section .teams .right-side-team .team-cards .team-card .team-card-content h3 {
                  font-size: 20px;
                  line-height: 24px; } }
            .team-section .teams .right-side-team .team-cards .team-card .team-card-content .bio-btn {
              margin-top: 0;
              font-family: Montserrat;
              font-weight: 700;
              font-size: 14px;
              line-height: 18px;
              display: inline-block;
              text-transform: uppercase;
              color: #1795C4;
              text-decoration: underline; }
              @media (max-width: 1439px) {
                .team-section .teams .right-side-team .team-cards .team-card .team-card-content .bio-btn {
                  font-size: 12px;
                  line-height: 15px; } }
              .team-section .teams .right-side-team .team-cards .team-card .team-card-content .bio-btn:hover {
                color: #1EBDF7; }

.pet-section {
  background: #031A23; }
  .pet-section .container {
    position: relative;
    max-width: 1440px;
    padding: 0; }
    @media (max-width: 1439px) {
      .pet-section .container {
        max-width: 1024px; } }
    @media (max-width: 1023px) {
      .pet-section .container {
        max-width: 768px; } }
    @media (max-width: 767px) {
      .pet-section .container {
        max-width: 375px;
        padding: 0 20px; } }
  .pet-section .pet-bio {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 41px 0 31px; }
    @media (max-width: 1439px) {
      .pet-section .pet-bio {
        padding: 33px 0 28px; } }
    @media (max-width: 1023px) {
      .pet-section .pet-bio {
        padding: 25px 0 15px; } }
    @media (max-width: 767px) {
      .pet-section .pet-bio {
        flex-wrap: wrap;
        padding: 18px 0 0; } }
    .pet-section .pet-bio .pet-img {
      width: 273px; }
      @media (max-width: 1439px) {
        .pet-section .pet-bio .pet-img {
          width: 206px; } }
      @media (max-width: 767px) {
        .pet-section .pet-bio .pet-img {
          order: 2; } }
      .pet-section .pet-bio .pet-img .pet-sub-img {
        position: absolute;
        bottom: 0;
        left: 178px;
        width: 273px; }
        @media (max-width: 1439px) {
          .pet-section .pet-bio .pet-img .pet-sub-img {
            width: 206px;
            left: 95px; } }
        @media (max-width: 1023px) {
          .pet-section .pet-bio .pet-img .pet-sub-img {
            left: 35px; } }
        @media (max-width: 767px) {
          .pet-section .pet-bio .pet-img .pet-sub-img {
            position: relative;
            left: 0;
            width: 100%; } }
    .pet-section .pet-bio .pet-content {
      margin-left: 54px;
      display: flex; }
      @media (max-width: 1439px) {
        .pet-section .pet-bio .pet-content {
          margin-left: 40px; } }
      @media (max-width: 1023px) {
        .pet-section .pet-bio .pet-content {
          flex-wrap: wrap;
          margin-left: 8px;
          max-width: 460px; } }
      @media (max-width: 767px) {
        .pet-section .pet-bio .pet-content {
          margin: 0 0 27px;
          text-align: center;
          order: 1; } }
      @media (max-width: 767px) {
        .pet-section .pet-bio .pet-content .left-side {
          width: 100%; } }
      .pet-section .pet-bio .pet-content .left-side h3 {
        font-family: Montserrat;
        font-weight: 800;
        font-size: 30px;
        line-height: 37px;
        color: #fff;
        margin: 0 0 1px;
        letter-spacing: normal; }
        @media (max-width: 1439px) {
          .pet-section .pet-bio .pet-content .left-side h3 {
            font-size: 20px;
            line-height: 24px;
            margin: 0; } }
      .pet-section .pet-bio .pet-content .left-side span {
        font-family: Montserrat;
        font-weight: 800;
        font-size: 16px;
        line-height: 19px;
        color: #E04E00; }
        @media (max-width: 1439px) {
          .pet-section .pet-bio .pet-content .left-side span {
            font-size: 12px;
            line-height: 15px; } }
      .pet-section .pet-bio .pet-content .right-side {
        max-width: 560px;
        margin-left: 40px; }
        @media (max-width: 1439px) {
          .pet-section .pet-bio .pet-content .right-side {
            max-width: 460px;
            margin-left: 20px; } }
        @media (max-width: 1023px) {
          .pet-section .pet-bio .pet-content .right-side {
            margin: 7px 0 0;
            max-width: 100%; } }
        @media (max-width: 767px) {
          .pet-section .pet-bio .pet-content .right-side {
            margin: 10px 0 0; } }
        .pet-section .pet-bio .pet-content .right-side p {
          font-family: Oxygen;
          font-weight: 700;
          font-size: 17px;
          line-height: 24px;
          color: #fff;
          margin: 0 0 22px; }
          @media (max-width: 1439px) {
            .pet-section .pet-bio .pet-content .right-side p {
              font-size: 14px;
              line-height: 18px;
              margin: 0 0 5px; } }
          @media (max-width: 767px) {
            .pet-section .pet-bio .pet-content .right-side p {
              margin: 0 0 7px; } }
        .pet-section .pet-bio .pet-content .right-side .bio-btn {
          font-family: Montserrat;
          font-weight: 700;
          font-size: 16px;
          line-height: 19px;
          display: inline-block;
          text-transform: uppercase;
          color: #1795C4;
          text-decoration: underline;
          padding: 0; }
          @media (max-width: 1439px) {
            .pet-section .pet-bio .pet-content .right-side .bio-btn {
              font-size: 12px;
              line-height: 15px; } }
          .pet-section .pet-bio .pet-content .right-side .bio-btn:hover {
            color: #1EBDF7; }

.visit-store-section {
  padding: 80px 0 77px; }
  @media (max-width: 1439px) {
    .visit-store-section {
      padding: 60px 0 81px; } }
  @media (max-width: 1023px) {
    .visit-store-section {
      padding: 50px 0 54px; } }
  @media (max-width: 767px) {
    .visit-store-section {
      padding: 43px 0 54px; } }
  .visit-store-section .container {
    position: relative;
    max-width: 1440px;
    padding: 0 78px 0 57px; }
    @media (max-width: 1439px) {
      .visit-store-section .container {
        padding: 0 40px;
        max-width: 1024px; } }
    @media (max-width: 767px) {
      .visit-store-section .container {
        padding: 0 20px;
        max-width: 375px; } }
  .visit-store-section .visit-store {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .visit-store-section .visit-store {
        justify-content: center;
        flex-wrap: wrap; } }
    .visit-store-section .visit-store .left-side {
      max-width: 573px; }
      @media (max-width: 1439px) {
        .visit-store-section .visit-store .left-side {
          max-width: 414px; } }
      @media (max-width: 1023px) {
        .visit-store-section .visit-store .left-side {
          max-width: 580px;
          text-align: center;
          margin: 0 0 30px; } }
      .visit-store-section .visit-store .left-side h2 {
        letter-spacing: normal;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 42px;
        line-height: 52px;
        color: #313131;
        margin: 26px 0 19px; }
        @media (max-width: 1439px) {
          .visit-store-section .visit-store .left-side h2 {
            margin: 0 0 15px;
            font-size: 30px;
            line-height: 37px; } }
        @media (max-width: 767px) {
          .visit-store-section .visit-store .left-side h2 {
            margin: 0 0 16px;
            font-size: 26px;
            line-height: 32px; } }
      .visit-store-section .visit-store .left-side p {
        max-width: 520px;
        font-family: Oxygen;
        font-weight: 400;
        font-size: 18px;
        line-height: 24px;
        color: #313131;
        margin: 0 0 25px; }
        @media (max-width: 1439px) {
          .visit-store-section .visit-store .left-side p {
            font-size: 16px;
            line-height: 22px;
            margin: 0 0 25px; } }
        @media (max-width: 1023px) {
          .visit-store-section .visit-store .left-side p {
            max-width: 100%;
            margin: 0 0 21px; } }
        @media (max-width: 767px) {
          .visit-store-section .visit-store .left-side p {
            font-size: 15px;
            line-height: 21px;
            margin: 0 0 25px; } }
      .visit-store-section .visit-store .left-side .left-side-images {
        padding-top: 20px;
        display: flex;
        justify-content: space-between; }
        @media (max-width: 1439px) {
          .visit-store-section .visit-store .left-side .left-side-images {
            padding-top: 0; } }
        @media (max-width: 1023px) {
          .visit-store-section .visit-store .left-side .left-side-images {
            max-width: 414px;
            margin: 0 auto;
            padding-top: 15px; } }
        @media (max-width: 767px) {
          .visit-store-section .visit-store .left-side .left-side-images {
            max-width: 100%;
            padding-top: 12px; } }
        .visit-store-section .visit-store .left-side .left-side-images .store-img {
          max-width: 274px; }
          @media (max-width: 1439px) {
            .visit-store-section .visit-store .left-side .left-side-images .store-img {
              max-width: 198px; } }
          @media (max-width: 767px) {
            .visit-store-section .visit-store .left-side .left-side-images .store-img {
              max-width: 160px;
              width: 48%; } }
        .visit-store-section .visit-store .left-side .left-side-images .right-side-img {
          margin-top: 40px;
          margin-left: 25px; }
          @media (max-width: 1439px) {
            .visit-store-section .visit-store .left-side .left-side-images .right-side-img {
              margin-top: 28px;
              margin-left: 18px; } }
          @media (max-width: 767px) {
            .visit-store-section .visit-store .left-side .left-side-images .right-side-img {
              margin-left: 0;
              margin-top: 23px; } }
    .visit-store-section .visit-store .right-side {
      max-width: 691px; }
      @media (max-width: 1439px) {
        .visit-store-section .visit-store .right-side {
          max-width: 500px; } }
      .visit-store-section .visit-store .right-side .bottom-map {
        margin-top: 5px; }
        @media (max-width: 1439px) {
          .visit-store-section .visit-store .right-side .bottom-map {
            margin-top: 3px; } }
        @media (max-width: 767px) {
          .visit-store-section .visit-store .right-side .bottom-map {
            margin-top: 2px; } }
        .visit-store-section .visit-store .right-side .bottom-map iframe {
          width: 100%;
          height: 317px; }
          @media (max-width: 1439px) {
            .visit-store-section .visit-store .right-side .bottom-map iframe {
              height: 230px; } }
          @media (max-width: 767px) {
            .visit-store-section .visit-store .right-side .bottom-map iframe {
              height: 154px; } }

.cust-model.modal {
  width: 1024px;
  overflow: visible; }
  @media (max-width: 1439px) {
    .cust-model.modal {
      max-width: 898px; } }
  @media (max-width: 1023px) {
    .cust-model.modal {
      max-width: 640px; } }
  @media (max-width: 767px) {
    .cust-model.modal {
      max-width: 309px; } }
  @media (max-width: 370px) {
    .cust-model.modal {
      max-width: 250px; } }
  .cust-model.modal .modal-close {
    top: -25px;
    right: -25px;
    width: 50px;
    height: 50px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background: #000000; }
    @media (max-width: 1439px) {
      .cust-model.modal .modal-close {
        top: -24px;
        right: -24px;
        width: 43px;
        height: 43px; } }
    .cust-model.modal .modal-close .close-svg {
      display: flex;
      align-items: center;
      justify-content: center; }
    .cust-model.modal .modal-close svg {
      width: 23px;
      height: 23px;
      fill: #fff; }
      @media (max-width: 1439px) {
        .cust-model.modal .modal-close svg {
          width: 21px;
          height: 21px; } }
  .cust-model.modal .modal-content {
    height: 100%; }
  .cust-model.modal .modal-body {
    padding: 40px; }
    @media (max-width: 1439px) {
      .cust-model.modal .modal-body {
        padding: 35px; } }
    @media (max-width: 1023px) {
      .cust-model.modal .modal-body {
        padding: 34px 40px 60px; } }
    @media (max-width: 767px) {
      .cust-model.modal .modal-body {
        padding: 34px 20px 20px; } }
    .cust-model.modal .modal-body .modal-card {
      display: flex;
      align-items: center; }
      @media (max-width: 1023px) {
        .cust-model.modal .modal-body .modal-card {
          flex-wrap: wrap;
          justify-content: center;
          align-items: flex-start; } }
    .cust-model.modal .modal-body .model-img {
      max-width: 420px; }
      @media (max-width: 1439px) {
        .cust-model.modal .modal-body .model-img {
          max-width: 368px; } }
      @media (max-width: 1023px) {
        .cust-model.modal .modal-body .model-img {
          margin-bottom: 20px; } }
      @media (max-width: 767px) {
        .cust-model.modal .modal-body .model-img {
          max-width: 268px;
          margin-bottom: 23px; } }
    .cust-model.modal .modal-body .model-desc {
      max-width: 480px;
      margin-left: 40px; }
      @media (max-width: 1439px) {
        .cust-model.modal .modal-body .model-desc {
          max-width: 422px;
          margin-left: 38px; } }
      @media (max-width: 1023px) {
        .cust-model.modal .modal-body .model-desc {
          max-width: 560px;
          margin: 0 0 0;
          text-align: center; } }
      .cust-model.modal .modal-body .model-desc h2 {
        font-family: Montserrat;
        font-weight: 800;
        font-size: 44px;
        line-height: 54px;
        color: #000;
        letter-spacing: normal;
        margin: 0 0 4px;
        text-transform: uppercase; }
        @media (max-width: 1439px) {
          .cust-model.modal .modal-body .model-desc h2 {
            font-size: 36px;
            line-height: 44px; } }
        @media (max-width: 767px) {
          .cust-model.modal .modal-body .model-desc h2 {
            font-size: 28px;
            line-height: 34px; } }
      .cust-model.modal .modal-body .model-desc span {
        display: block;
        text-transform: uppercase;
        font-family: Montserrat;
        font-weight: 800;
        font-size: 22px;
        line-height: 27px;
        color: #E04E00; }
        @media (max-width: 1439px) {
          .cust-model.modal .modal-body .model-desc span {
            font-size: 18px;
            line-height: 22px; } }
        @media (max-width: 767px) {
          .cust-model.modal .modal-body .model-desc span {
            font-size: 16px;
            line-height: 19px; } }
      .cust-model.modal .modal-body .model-desc p {
        margin: 20px 0 0;
        font-family: Oxygen;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        color: #3C3C3C; }
        @media (max-width: 1439px) {
          .cust-model.modal .modal-body .model-desc p {
            font-size: 16px;
            line-height: 24px;
            margin: 25px 0 0; } }
        @media (max-width: 1023px) {
          .cust-model.modal .modal-body .model-desc p {
            text-align: left;
            margin: 21px 0 0; } }
        @media (max-width: 767px) {
          .cust-model.modal .modal-body .model-desc p {
            font-size: 14px;
            line-height: 22px;
            margin: 20px 0 0; } }

.page.holiday-hub.road-show .knife-top-block.holiday-top-block .bg-img {
  height: 300px;
  position: relative; }
  @media (max-width: 1279px) {
    .page.holiday-hub.road-show .knife-top-block.holiday-top-block .bg-img {
      height: 213px; } }
  @media (max-width: 767px) {
    .page.holiday-hub.road-show .knife-top-block.holiday-top-block .bg-img {
      height: 420px; } }
  .page.holiday-hub.road-show .knife-top-block.holiday-top-block .bg-img:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #8197cc;
    background: linear-gradient(180deg, #8197cc 0%, #b39ba1 100%);
    mix-blend-mode: multiply;
    z-index: 1; }

.page.holiday-hub.road-show .knife-top-block.holiday-top-block .img {
  position: relative;
  margin-bottom: -65px; }
  @media (max-width: 1279px) {
    .page.holiday-hub.road-show .knife-top-block.holiday-top-block .img {
      margin-bottom: -50px; } }
  @media (max-width: 1023px) {
    .page.holiday-hub.road-show .knife-top-block.holiday-top-block .img {
      margin-bottom: -45px; } }
  @media (max-width: 767px) {
    .page.holiday-hub.road-show .knife-top-block.holiday-top-block .img {
      margin: -25px auto 0;
      text-align: center; } }
  .page.holiday-hub.road-show .knife-top-block.holiday-top-block .img img {
    max-width: 261px; }
    @media (max-width: 1279px) {
      .page.holiday-hub.road-show .knife-top-block.holiday-top-block .img img {
        max-width: 184px; } }
    @media (max-width: 767px) {
      .page.holiday-hub.road-show .knife-top-block.holiday-top-block .img img {
        max-width: 174px; } }

.page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block {
  z-index: 2;
  max-width: 1340px;
  padding-left: 75px; }
  @media (max-width: 1023px) {
    .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block {
      padding-left: 25px;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block {
      padding: 0 20px; } }
  .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content {
    padding-left: 0px;
    padding-top: 0;
    max-width: 635px;
    margin-left: auto; }
    @media (max-width: 1279px) {
      .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content {
        max-width: 480px;
        padding-right: 10px; } }
    @media (max-width: 1023px) {
      .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content {
        max-width: 470px;
        padding: 0; } }
    @media (max-width: 767px) {
      .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content {
        max-width: 100%;
        margin: 0; } }
    .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content p {
      margin: 0 0 20px; }
      @media (max-width: 767px) {
        .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content p {
          font-size: 18px;
          line-height: 24px;
          max-width: none;
          margin-top: -10px; } }
    .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content .button {
      background: #E04E00;
      border-color: #E04E00;
      font-size: 18px;
      line-height: 22px;
      color: #fff;
      font-weight: 800;
      font-family: Montserrat;
      padding: 13px 19px;
      margin: 0 0 40px; }
      @media (max-width: 1279px) {
        .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content .button {
          font-size: 15px;
          line-height: 20px;
          padding: 11px 19px;
          margin: 0 0 20px; } }
      @media (max-width: 1023px) {
        .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content .button {
          margin: 0 0 5px; } }

.page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block {
  padding: 30px 0 13px;
  margin: 0; }
  @media (max-width: 1279px) {
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block {
      padding: 21px 0 15px; } }
  @media (max-width: 1023px) {
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block {
      padding: 30px 0 10px; } }
  @media (max-width: 767px) {
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block {
      padding: 25px 0 10px; } }
  @media (max-width: 767px) {
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block img.banner-bg {
      object-position: center; } }
  @media (max-width: 1279px) {
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .row {
      padding: 0 25px 0 17px; } }
  @media (max-width: 1023px) {
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .row {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .row {
      padding: 0px; } }
  .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block {
    margin-top: 48px; }
    @media (max-width: 1279px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block {
        margin-top: 27px; } }
    @media (max-width: 1023px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block {
        margin: 0 auto 40px;
        max-width: 560px; } }
    @media (max-width: 767px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block {
        margin-bottom: 33px; } }
    @media (max-width: 1023px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block iframe {
        height: 314px; } }
    @media (max-width: 767px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block iframe {
        height: 189px; } }
    @media (max-width: 1023px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block .content .link {
        margin-top: 16px; } }
    @media (max-width: 767px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block .content .link {
        margin-top: 10px; } }
    @media (max-width: 1023px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block .content .link p {
        font-size: 22px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block .content .link p {
        font-size: 16px;
        line-height: 20px; } }
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block .content h4 {
      font-weight: 600; }
      @media (max-width: 1279px) {
        .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block .content h4 {
          padding: 0 30px;
          font-size: 24px;
          line-height: 30px;
          margin: 10px 0 8px; } }
      @media (max-width: 1023px) {
        .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block .content h4 {
          margin: 10px 0; } }
      @media (max-width: 767px) {
        .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .left-block .content h4 {
          padding: 0;
          max-width: 100%; } }
  @media (max-width: 1279px) {
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block {
      padding-left: 30px; } }
  @media (max-width: 1023px) {
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block {
      padding: 0;
      max-width: none; }
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul {
        margin: 0 -10px; }
        .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul li {
          padding: 0 10px;
          margin: 0 0 20px; } }
  @media (max-width: 767px) {
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul {
      align-items: center; } }
  .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block h3 {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 10px;
    font-weight: 800; }
    @media (max-width: 1365px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block h3 {
        font-size: 28px; } }
    @media (max-width: 1279px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 13px; } }
    @media (max-width: 1023px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block h3 {
        font-size: 30px;
        line-height: 36px;
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block h3 {
        font-size: 24px;
        line-height: 30px; } }
  .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link {
    background: #E04E00; }
    @media (max-width: 1023px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link {
        padding: 7px 0; }
        .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link span {
          font-size: 17px; } }
    @media (max-width: 767px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link {
        padding: 2px 0; }
        .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link span {
          font-size: 12px; } }

.page.holiday-hub.road-show .product-block {
  padding-top: 60px; }
  @media (max-width: 1023px) {
    .page.holiday-hub.road-show .product-block {
      padding-top: 47px; } }
  @media (max-width: 767px) {
    .page.holiday-hub.road-show .product-block {
      padding-top: 50px; } }
  .page.holiday-hub.road-show .product-block .card-body {
    padding-top: 15px; }
    .page.holiday-hub.road-show .product-block .card-body .card-title {
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      /* number of lines to show */
      line-clamp: 3;
      -webkit-box-orient: vertical; }
  .page.holiday-hub.road-show .product-block .card .price-section.rrp-price--withoutTax, .page.holiday-hub.road-show .product-block .card .price-section.non-sale-price--withoutTax {
    font-size: 15px;
    line-height: 28px;
    text-decoration: line-through; }
  .page.holiday-hub.road-show .product-block #product-listing-container .title {
    font-size: 24px;
    letter-spacing: 4.8px;
    margin: 0 0 29px;
    line-height: 38px; }
    @media (max-width: 1279px) {
      .page.holiday-hub.road-show .product-block #product-listing-container .title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 3.6px;
        margin: 0 0 22px; } }
    @media (max-width: 1023px) {
      .page.holiday-hub.road-show .product-block #product-listing-container .title {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 4px;
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .page.holiday-hub.road-show .product-block #product-listing-container .title {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 3.6px;
        margin: 0 0 22px; } }

.schedule-main-wrap {
  padding: 60px 0;
  margin-top: 10px;
  background-size: cover;
  background-position: center;
  background-position: top; }
  @media (max-width: 1023px) {
    .schedule-main-wrap {
      padding: 50px 10px 60px; } }
  @media (max-width: 767px) {
    .schedule-main-wrap {
      padding: 30px 0 50px;
      margin-top: 20px; } }
  .schedule-main-wrap h3.title {
    font-size: 38px;
    line-height: 48px;
    margin: 0 0 48px;
    color: #000000;
    font-weight: 800;
    font-family: Montserrat;
    text-align: center; }
    @media (max-width: 1279px) {
      .schedule-main-wrap h3.title {
        font-size: 34px;
        line-height: 40px;
        margin: 0 0 40px; } }
    @media (max-width: 1023px) {
      .schedule-main-wrap h3.title {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .schedule-main-wrap h3.title {
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 30px; } }

.schedule-wrap ul {
  list-style: none;
  margin: 0;
  max-width: 1080px;
  margin: auto; }
  @media (max-width: 1279px) {
    .schedule-wrap ul {
      max-width: 908px; } }
  .schedule-wrap ul li {
    display: flex;
    position: relative; }
    .schedule-wrap ul li + li {
      margin-top: 50px; }
      @media (max-width: 767px) {
        .schedule-wrap ul li + li {
          margin-top: 40px; } }
    .schedule-wrap ul li.seprator {
      border-top: 1px solid #707070; }
    .schedule-wrap ul li .date {
      width: 84px; }
      @media (max-width: 767px) {
        .schedule-wrap ul li .date {
          position: absolute;
          top: 0; } }
      .schedule-wrap ul li .date .date-inner {
        background: #FFFFFF;
        border-bottom: 3px solid #E04E00;
        text-align: center;
        padding: 10px 0 5px; }
        .schedule-wrap ul li .date .date-inner p {
          margin: 0;
          font-size: 18px;
          line-height: 22px;
          font-weight: bold;
          font-family: Montserrat;
          color: #000000; }
        .schedule-wrap ul li .date .date-inner h4 {
          font-size: 36px;
          line-height: 33px;
          font-weight: 800;
          font-family: Montserrat;
          margin: 0;
          color: #1D1D1D; }
        .schedule-wrap ul li .date .date-inner span {
          font-size: 13px;
          line-height: 16px;
          font-weight: bold;
          font-family: Montserrat;
          color: #000000; }
    .schedule-wrap ul li .content {
      width: calc(100% - 84px);
      padding-left: 25px; }
      @media (max-width: 767px) {
        .schedule-wrap ul li .content {
          width: 100%;
          padding: 0; } }
      .schedule-wrap ul li .content h3 {
        font-size: 30px;
        font-weight: 800;
        line-height: 40px;
        margin: 0 0 5px;
        font-family: Montserrat;
        color: #1795C4;
        display: inline-block;
        vertical-align: middle;
        letter-spacing: 0; }
        @media (max-width: 1279px) {
          .schedule-wrap ul li .content h3 {
            font-size: 26px;
            line-height: 32px;
            margin: 0 0 8px; } }
        @media (max-width: 1023px) {
          .schedule-wrap ul li .content h3 {
            font-size: 24px;
            line-height: 32px;
            margin: 0 0 8px; } }
        @media (max-width: 767px) {
          .schedule-wrap ul li .content h3 {
            padding-left: 98px;
            font-size: 20px;
            line-height: 26px;
            min-height: 94px;
            margin: 0 0 20px;
            display: flex;
            flex-direction: column;
            align-items: flex-start; } }
        .schedule-wrap ul li .content h3 span {
          font-size: 13px;
          line-height: 16px;
          padding: 4px 5px;
          box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
          color: #fff;
          font-family: Montserrat;
          vertical-align: middle;
          position: relative;
          top: -1px;
          margin-right: 35px;
          font-weight: bold; }
          @media (max-width: 767px) {
            .schedule-wrap ul li .content h3 span {
              display: inline-block;
              margin: 10px 0 0; } }
          .schedule-wrap ul li .content h3 span.space {
            margin: 0 5px;
            box-shadow: none;
            padding: 0; }
            @media (max-width: 767px) {
              .schedule-wrap ul li .content h3 span.space {
                display: none; } }
      .schedule-wrap ul li .content p {
        font-size: 18px;
        line-height: 26px;
        color: #454545;
        margin: 0 0 12px;
        font-family: Oxygen; }
        @media (max-width: 1279px) {
          .schedule-wrap ul li .content p {
            font-size: 16px;
            line-height: 24px;
            margin: 0 0 10px; } }
        @media (max-width: 1023px) {
          .schedule-wrap ul li .content p {
            font-size: 15px;
            line-height: 22px; } }
      .schedule-wrap ul li .content a {
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: 800;
        color: #000000;
        text-decoration: underline; }
        @media (max-width: 1279px) {
          .schedule-wrap ul li .content a {
            font-size: 14px;
            line-height: 18px; } }
        .schedule-wrap ul li .content a:hover {
          color: #1795C4; }

.galleria-wrap {
  padding: 17px 0 14px;
  background-size: cover; }
  @media (max-width: 1279px) {
    .galleria-wrap {
      padding: 12px 0 9px; } }
  .galleria-wrap h3 {
    font-size: 24px;
    line-height: 29px;
    margin: 0;
    text-align: center;
    color: #000000;
    font-weight: 800;
    font-family: Montserrat;
    position: relative;
    z-index: 11; }
    @media (max-width: 1279px) {
      .galleria-wrap h3 {
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .galleria-wrap h3 {
        font-size: 16px;
        line-height: 22px;
        padding: 0 30px; } }
    .galleria-wrap h3 span {
      font-weight: 500; }

.custom-sticky .category-alt .category-heading {
  margin-top: 30px; }

.page.brands {
  padding: 0; }
  @media (min-width: 551px) {
    .page.brands .brands-content {
      padding: 0 30px;
      max-width: 1250px; } }

.top-brand-section {
  position: relative;
  z-index: 1;
  background: #F2F2F2;
  padding: 20px 50px 0; }
  @media (max-width: 1279px) {
    .top-brand-section {
      padding: 30px 35px 0; } }
  @media (max-width: 1023px) {
    .top-brand-section {
      padding: 30px 20px 0; } }
  @media (max-width: 650px) {
    .top-brand-section {
      padding: 30px 35px 0px; } }
  .top-brand-section::before {
    content: '';
    background-image: url("../img/brand-bg-2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: overlay;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1; }
  .top-brand-section h5 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 1.2px;
    text-align: center;
    padding: 0 0 20px;
    color: #000000; }
    @media (max-width: 1279px) {
      .top-brand-section h5 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 1px; } }
  .top-brand-section .top_brands {
    grid-template-columns: repeat(6, auto);
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0;
    display: grid; }
    @media (max-width: 1279px) {
      .top-brand-section .top_brands {
        gap: 28px; } }
    @media (max-width: 1023px) {
      .top-brand-section .top_brands {
        gap: 0 44px;
        grid-template-columns: repeat(3, auto); } }
    @media (max-width: 650px) {
      .top-brand-section .top_brands {
        grid-template-columns: repeat(2, auto);
        gap: 0 28px; } }
    .top-brand-section .top_brands a {
      text-decoration: none;
      text-align: center; }
      .top-brand-section .top_brands a:nth-child(1), .top-brand-section .top_brands a:nth-child(2), .top-brand-section .top_brands a:nth-child(3) {
        margin-bottom: 15px; }
        @media (max-width: 650px) {
          .top-brand-section .top_brands a:nth-child(1), .top-brand-section .top_brands a:nth-child(2), .top-brand-section .top_brands a:nth-child(3) {
            margin: 0; } }
      .top-brand-section .top_brands a img {
        width: 190px;
        height: 190px;
        transition: 0.3s ease-in-out; }
        @media (max-width: 1400px) {
          .top-brand-section .top_brands a img {
            width: 160px;
            height: 160px; } }
        @media (max-width: 1279px) {
          .top-brand-section .top_brands a img {
            width: 136px;
            height: 136px; } }
        @media (max-width: 1023px) {
          .top-brand-section .top_brands a img {
            width: 170px;
            height: 170px; } }
        @media (max-width: 650px) {
          .top-brand-section .top_brands a img {
            width: 135px;
            height: 135px; } }
      .top-brand-section .top_brands a p {
        font-size: 15px;
        line-height: 16px;
        margin: 14px 0 17px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #000000;
        text-align: center;
        text-decoration: none; }
        @media (max-width: 1279px) {
          .top-brand-section .top_brands a p {
            max-width: 136px;
            margin: 10px 0 15px;
            line-height: 16px;
            font-size: 14px; } }
        @media (max-width: 1023px) {
          .top-brand-section .top_brands a p {
            max-width: 170px;
            margin: 14px 0 15px; } }
        @media (max-width: 650px) {
          .top-brand-section .top_brands a p {
            margin: 10px 0 30px; } }
      .top-brand-section .top_brands a:hover img {
        box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
        transform: scale(1.05) translateY(-5px); }
      .top-brand-section .top_brands a:hover p {
        color: #1795C4; }

.new-brand-section {
  background: #E2F7FF;
  padding: 18px 0 20px;
  margin-top: 7px; }
  @media (max-width: 1279px) {
    .new-brand-section {
      margin-top: 5px;
      padding: 16px 0; } }
  @media (max-width: 1023px) {
    .new-brand-section {
      padding: 26px 0 29px; } }
  .new-brand-section .row {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 1023px) {
      .new-brand-section .row {
        flex-wrap: wrap; } }
    .new-brand-section .row h3 {
      margin: 0;
      border-right: 1px solid #707070;
      padding-right: 40px;
      margin-right: 40px;
      line-height: 34px;
      font-size: 24px;
      letter-spacing: 1.2px;
      color: #000000;
      font-family: Montserrat;
      font-weight: 800; }
      @media (max-width: 1279px) {
        .new-brand-section .row h3 {
          font-size: 20px;
          line-height: 24px;
          letter-spacing: 1px;
          padding-right: 30px; } }
      @media (max-width: 1023px) {
        .new-brand-section .row h3 {
          border: 0;
          padding: 0;
          margin: 0 0 30px;
          width: 100%;
          text-align: center; } }
    .new-brand-section .row ul {
      list-style: none;
      margin: 0;
      display: flex;
      align-items: center; }
      @media (max-width: 650px) {
        .new-brand-section .row ul {
          display: block;
          text-align: center; } }
      .new-brand-section .row ul li a {
        font-size: 16px;
        line-height: 20px;
        color: #000000;
        text-decoration: none;
        position: relative;
        font-family: Montserrat;
        font-weight: bold; }
        @media (max-width: 1279px) {
          .new-brand-section .row ul li a {
            font-size: 14px;
            line-height: 18px; } }
        .new-brand-section .row ul li a:before {
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          content: '';
          height: 3px;
          background: #1795C4;
          width: 100%;
          bottom: -10px;
          opacity: 0;
          visibility: hidden;
          transition: all 0.2s linear; }
          @media (max-width: 1279px) {
            .new-brand-section .row ul li a:before {
              height: 2px;
              bottom: -5px; } }
        .new-brand-section .row ul li a:hover:before {
          opacity: 1;
          visibility: visible; }
      .new-brand-section .row ul li + li {
        margin-left: 70px; }
        @media (max-width: 1279px) {
          .new-brand-section .row ul li + li {
            margin-left: 40px; } }
        @media (max-width: 650px) {
          .new-brand-section .row ul li + li {
            margin: 30px 0 0; } }

.page.category-alt .knife-top-block.holiday-top-block.blade-show-top-block,
.blade-show-sub-page .knife-top-block.holiday-top-block {
  background: rgba(28, 28, 28, 0);
  background: linear-gradient(90deg, #1c1c1c 0%, #1c1c1c 47%, #1c1c1c 100%); }
  .page.category-alt .knife-top-block.holiday-top-block.blade-show-top-block .bg-img img.img-show,
  .blade-show-sub-page .knife-top-block.holiday-top-block .bg-img img.img-show {
    display: block;
    object-position: left;
    mix-blend-mode: luminosity; }
  .page.category-alt .knife-top-block.holiday-top-block.blade-show-top-block .content,
  .blade-show-sub-page .knife-top-block.holiday-top-block .content {
    text-align: center;
    position: relative; }
    @media (min-width: 1280px) {
      .page.category-alt .knife-top-block.holiday-top-block.blade-show-top-block .content,
      .blade-show-sub-page .knife-top-block.holiday-top-block .content {
        padding-left: 135px;
        width: calc(100% - 468px); } }
    .page.category-alt .knife-top-block.holiday-top-block.blade-show-top-block .content p,
    .blade-show-sub-page .knife-top-block.holiday-top-block .content p {
      margin-top: 0; }

.page.holiday-hub.road-show .knife-top-block.holiday-top-block .bg-img {
  background: rgba(28, 28, 28, 0);
  background: linear-gradient(90deg, #1c1c1c 0%, #1c1c1c 47%, #1c1c1c 100%); }
  .page.holiday-hub.road-show .knife-top-block.holiday-top-block .bg-img:before {
    display: none; }
  .page.holiday-hub.road-show .knife-top-block.holiday-top-block .bg-img img {
    display: block;
    mix-blend-mode: luminosity; }

@media (max-width: 767px) {
  .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block {
    padding: 0 10px; } }

.page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content {
  text-align: center; }
  .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content p {
    margin: 0 0 30px; }
    @media (max-width: 1023px) {
      .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content p {
        margin: 0 0 22px; } }
    @media (max-width: 767px) {
      .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content p {
        padding: 0 10px;
        margin-top: -10px; } }
    @media (max-width: 360px) {
      .page.holiday-hub.road-show .knife-top-block.holiday-top-block .content-block .content p {
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        margin: 0 0 15px; } }

@media (max-width: 1279px) {
  .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li {
    margin: 0 0 15px; } }

@media (max-width: 1023px) {
  .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li {
    margin: 0 0 20px; } }

@media (max-width: 767px) {
  .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li {
    padding: 0; } }

.page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link {
  background: #DDB033; }
  .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link span {
    color: #000000;
    font-size: 17px;
    font-weight: 800; }
    @media (max-width: 1279px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link span {
        font-size: 12px; } }
    @media (max-width: 1023px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link span {
        font-size: 17px; } }
    @media (max-width: 767px) {
      .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link span {
        font-size: 12px; } }
    .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link span svg {
      fill: #000; }
      @media (max-width: 767px) {
        .page.holiday-hub.road-show .categoy-item-block.holiday-categoy-item-block .right-block ul.holiday-grid li .link span svg {
          width: 5px;
          height: 10px; } }

.road-show .knife-top-block .countdown-wrapper {
  text-align: center;
  border: 1px solid #FFFFFF;
  display: inline-block; }
  .road-show .knife-top-block .countdown-wrapper .countdown-title {
    color: #ffffff;
    font-size: 15px;
    font-family: Oxygen;
    letter-spacing: 3px;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-weight: bold;
    background: #1C1C1C;
    display: table;
    margin: auto;
    margin-top: -11px;
    padding: 0 12px 0 15px; }
    @media (max-width: 767px) {
      .road-show .knife-top-block .countdown-wrapper .countdown-title {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 2.6px;
        padding: 0 8px 0 10px; } }
  .road-show .knife-top-block .countdown-wrapper .countdown-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px 8px; }
    @media (max-width: 767px) {
      .road-show .knife-top-block .countdown-wrapper .countdown-box {
        padding: 4px 1px 10px; } }
  .road-show .knife-top-block .countdown-wrapper .time-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px; }
    @media (max-width: 767px) {
      .road-show .knife-top-block .countdown-wrapper .time-segment {
        padding: 0 13px; } }
    @media (max-width: 360px) {
      .road-show .knife-top-block .countdown-wrapper .time-segment {
        padding: 0 8px; } }
  .road-show .knife-top-block .countdown-wrapper .time-number {
    font-size: 36px;
    line-height: 36px;
    min-width: 50px;
    font-weight: bold;
    color: #DDB033;
    text-align: center; }
    @media (max-width: 767px) {
      .road-show .knife-top-block .countdown-wrapper .time-number {
        font-size: 30px;
        line-height: 27px; } }
  .road-show .knife-top-block .countdown-wrapper .time-label {
    font-size: 12px;
    letter-spacing: 2.4px;
    color: #ffffff;
    font-weight: bold;
    font-family: Oxygen; }
    @media (max-width: 767px) {
      .road-show .knife-top-block .countdown-wrapper .time-label {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 2.2px; } }
  .road-show .knife-top-block .countdown-wrapper .colon {
    font-size: 25px;
    font-weight: bold;
    font-family: Oxygen;
    color: #ffffff;
    line-height: 1;
    margin-top: -21px; }
    @media (max-width: 767px) {
      .road-show .knife-top-block .countdown-wrapper .colon {
        margin-top: -15px; } }

.road-show-bottom-content {
  padding: 70px 0 65px; }
  @media (max-width: 767px) {
    .road-show-bottom-content {
      padding: 50px 0 55px; } }
  .road-show-bottom-content .content-block {
    max-width: 800px;
    margin: auto;
    position: relative;
    padding-left: 32px; }
    @media (max-width: 1279px) {
      .road-show-bottom-content .content-block {
        max-width: 710px; } }
    @media (max-width: 1023px) {
      .road-show-bottom-content .content-block {
        max-width: 700px; } }
    @media (max-width: 767px) {
      .road-show-bottom-content .content-block {
        padding-left: 24px; } }
    .road-show-bottom-content .content-block:before {
      position: absolute;
      top: -10px;
      content: '';
      left: 0px;
      width: 10px;
      height: 80px;
      background: #DDB033;
      opacity: 0.5; }
      @media (max-width: 556px) {
        .road-show-bottom-content .content-block:before {
          top: 0; } }
    .road-show-bottom-content .content-block h4 {
      font-size: 28px;
      line-height: 30px;
      font-weight: 800;
      font-family: Montserrat;
      color: #000;
      letter-spacing: 0;
      margin: 0 0 30px;
      padding-right: 20px; }
      @media (max-width: 1279px) {
        .road-show-bottom-content .content-block h4 {
          font-size: 26px;
          line-height: 28px; } }
      @media (max-width: 1023px) {
        .road-show-bottom-content .content-block h4 {
          padding-right: 0; } }
      @media (max-width: 556px) {
        .road-show-bottom-content .content-block h4 {
          font-size: 24px;
          line-height: 28px; } }
    .road-show-bottom-content .content-block p {
      font-size: 18px;
      line-height: 28px;
      color: #000000;
      font-family: Oxygen;
      margin: 0 0 28px;
      letter-spacing: -0.3px; }
      @media (max-width: 1279px) {
        .road-show-bottom-content .content-block p {
          font-size: 16px;
          line-height: 28px; } }
      .road-show-bottom-content .content-block p:last-child {
        margin: 0; }

div.blade-show-snippet-section {
  margin: 40px 0 90px; }
  div.blade-show-snippet-section.mb-60 {
    margin-bottom: 60px; }

@media (min-width: 1200px) {
  #category .body .container.custom-conteiner {
    max-width: 1310px;
    padding: 0 30px; } }

.exclusive-product {
  margin-bottom: 25px; }

.hinderer-lp footer.custom-footer {
  position: relative;
  bottom: 0; }

.hinderer-lp .body {
  margin-bottom: 0; }

.hinderer-page h1, .hinderer-page h2, .hinderer-page h3, .hinderer-page h4, .hinderer-page h5, .hinderer-page h6 {
  letter-spacing: 0; }

.hinderer-page .hinderer-header {
  padding: 20px 0 14px;
  background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/hinderer-head-bg-2x.png");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 1199px) {
    .hinderer-page .hinderer-header {
      padding: 20px 0 16px; } }
  @media (max-width: 1023px) {
    .hinderer-page .hinderer-header {
      padding: 12px 0 16px; } }
  .hinderer-page .hinderer-header .hinderer-header-container {
    width: 100%;
    max-width: 1310px;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .hinderer-page .hinderer-header .hinderer-header-container {
        padding: 0 25px; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-header .hinderer-header-container {
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-header .hinderer-header-container {
        padding: 0 20px; } }
  .hinderer-page .hinderer-header .hinderer-header-content {
    display: flex;
    position: relative; }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-header .hinderer-header-content {
        padding-left: 30px;
        justify-content: flex-start; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-header .hinderer-header-content {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center; } }
  .hinderer-page .hinderer-header .hinderer-logo {
    width: 212px; }
    @media (max-width: 1199px) {
      .hinderer-page .hinderer-header .hinderer-logo {
        width: 190px;
        margin-top: 5px; } }
  .hinderer-page .hinderer-header .hinderer-header-titile {
    display: flex;
    flex-wrap: wrap;
    width: min-content;
    margin-left: 13px; }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-header .hinderer-header-titile {
        width: 458px;
        margin-top: 9px;
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-header .hinderer-header-titile {
        width: 100%;
        margin: 0;
        justify-content: center; } }
    .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-title {
      font-size: 48px;
      line-height: 58px;
      margin: 0 30px 0 0;
      color: #ffffff;
      text-transform: uppercase;
      font-family: Montserrat;
      font-weight: 800; }
      @media (max-width: 1199px) {
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-title {
          font-size: 40px;
          line-height: 49px;
          margin-bottom: 12px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-title {
          font-size: 36px;
          line-height: 44px;
          margin: 0 0 12px; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-title {
          font-size: 26px;
          line-height: 32px;
          margin: 17px 0 14px;
          width: 100%;
          text-align: center; } }
    .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup {
      width: 253px;
      position: relative;
      display: flex;
      align-items: center; }
      @media (max-width: 1199px) {
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup {
          width: 294px;
          margin-top: 0; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup {
          bottom: 4px;
          margin: 0;
          justify-content: flex-start; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup {
          position: relative;
          left: 0;
          bottom: 0;
          margin: 0;
          justify-content: center; } }
      .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup .hinderer-popup-link {
        background-color: #000000;
        color: #ffffff;
        height: 48px;
        width: 253px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 3px solid #E04E00;
        border-radius: 10px;
        font-family: Montserrat;
        text-decoration: none;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        box-shadow: 0 0 20px rgba(224, 78, 0, 0.75);
        transition: 0.3s ease-in-out; }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup .hinderer-popup-link {
            padding-right: 4px; } }
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup .hinderer-popup-link svg {
          margin-right: 7px; }
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup .hinderer-popup-link:hover {
          background-color: #575757;
          box-shadow: 0 0 20px 1px #fa5700; }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup .contents.popup-content {
          margin: 0; } }
      .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup .popup-content {
        display: block !important; }
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup .popup-content img {
          height: 90px; }
          @media (max-width: 1199px) {
            .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-popup .popup-content img {
              height: 100%; } }
    .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-description {
      margin-top: 9px; }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-description {
          margin-top: 26px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-description .contents.popup-content {
          margin-bottom: 0; } }
      .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-description .desc-head-content {
        display: block !important;
        width: 1041px;
        color: #ffffff;
        font-size: 20px;
        line-height: 26px;
        text-align: left;
        font-family: Oxygen;
        letter-spacing: -0.38px; }
        @media (max-width: 1199px) {
          .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-description .desc-head-content {
            width: 770px;
            font-size: 17px;
            line-height: 24px;
            letter-spacing: -0.30px;
            margin-top: 8px; } }
        @media (max-width: 1023px) {
          .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-description .desc-head-content {
            display: none !important;
            width: 418px;
            font-size: 17px;
            line-height: 24px;
            letter-spacing: -0.30px;
            margin-top: 6px; } }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-header .hinderer-header-titile .hinderer-description .desc-head-content {
            text-align: center;
            width: 100%;
            font-size: 15px;
            line-height: 21px;
            letter-spacing: -0.30px;
            margin-top: -6px; } }
  .hinderer-page .hinderer-header .contents.popup-content > * {
    display: none !important; }

.hinderer-page .hinderer-category-section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media (max-width: 1023px) {
    .hinderer-page .hinderer-category-section {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .hinderer-page .hinderer-category-section {
      padding: 0 5px;
      max-width: 375px;
      width: 100%;
      margin: 0 auto; } }
  .hinderer-page .hinderer-category-section .hinderer-cat-1 {
    width: 655px; }
    @media (max-width: 1439px) {
      .hinderer-page .hinderer-category-section .hinderer-cat-1 {
        width: 467px; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-category-section .hinderer-cat-1 {
        width: 454px; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-category-section .hinderer-cat-1 {
        width: 100%;
        max-width: 365px; } }
    .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay {
      position: absolute;
      bottom: 23px;
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      padding: 0 20px 0 30px; }
      @media (max-width: 1439px) {
        .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay {
          padding: 0 14px 0 24px;
          bottom: 17px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay {
          padding: 0 15px 0 21px;
          bottom: 17px; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay {
          padding: 0 15px 0 23px;
          bottom: 20px;
          flex-wrap: wrap;
          justify-content: center; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay > div {
          display: flex;
          justify-content: center;
          width: 100%; } }
      .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay img {
        width: 275px; }
        @media (max-width: 1439px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay img {
            width: 186px; } }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay img {
            width: 224px; } }
      .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay span {
        font-family: Montserrat;
        font-size: 16px;
        line-height: 19px;
        font-weight: 700;
        padding: 11px 32px 11px 29px;
        background: #1795C4;
        text-transform: uppercase;
        color: #ffffff;
        transition: 0.3s ease-in-out; }
        @media (max-width: 1439px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay span {
            font-size: 12px;
            line-height: 15px;
            padding: 6px 17px 6px 17px; } }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay span {
            font-size: 14px;
            line-height: 18px;
            padding: 10px 27px 10px 27px;
            margin-top: 13px; } }
        .hinderer-page .hinderer-category-section .hinderer-cat-1 .cat-overlay span:hover {
          background: #1EBDF7; }
  .hinderer-page .hinderer-category-section .hinderer-cat-2 {
    width: 430px; }
    @media (max-width: 1439px) {
      .hinderer-page .hinderer-category-section .hinderer-cat-2 {
        width: 301px; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-category-section .hinderer-cat-2 {
        width: 294px; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-category-section .hinderer-cat-2 {
        width: 100%;
        max-width: 365px; } }
    .hinderer-page .hinderer-category-section .hinderer-cat-2 a {
      position: relative;
      display: block; }
      .hinderer-page .hinderer-category-section .hinderer-cat-2 a .cat-overlay {
        width: 100%;
        position: absolute;
        bottom: 15px;
        display: flex;
        padding: 0 16px;
        justify-content: space-between;
        align-items: flex-end; }
        @media (max-width: 1439px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-2 a .cat-overlay {
            bottom: 11px;
            padding: 0 12px 0 11px; } }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-2 a .cat-overlay {
            bottom: 14px;
            padding: 0 12px 0 13px; } }
        .hinderer-page .hinderer-category-section .hinderer-cat-2 a .cat-overlay h3 {
          font-family: Montserrat;
          font-weight: 700;
          font-size: 22px;
          line-height: 28px;
          color: #ffffff;
          text-transform: uppercase;
          max-width: 170px;
          margin: 0; }
          @media (max-width: 1439px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-2 a .cat-overlay h3 {
              font-size: 15px;
              line-height: 17px;
              max-width: 110px;
              padding-bottom: 4px; } }
          @media (max-width: 1023px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-2 a .cat-overlay h3 {
              font-size: 14px;
              line-height: 16px;
              padding-bottom: 6px; } }
          @media (max-width: 767px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-2 a .cat-overlay h3 {
              max-width: 150px;
              font-size: 19px;
              line-height: 22px;
              padding-bottom: 2px; } }
        .hinderer-page .hinderer-category-section .hinderer-cat-2 a .cat-overlay span {
          font-family: Montserrat;
          color: #ffffff;
          text-transform: uppercase;
          font-size: 16px;
          line-height: 19px;
          font-weight: 800;
          border-bottom: 3px solid #1795C4;
          padding-bottom: 4px;
          transition: 0.3s ease-in-out; }
          @media (max-width: 1439px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-2 a .cat-overlay span {
              font-size: 12px;
              line-height: 15px;
              padding-bottom: 3px;
              border-bottom: 2px solid #1795C4; } }
          @media (max-width: 767px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-2 a .cat-overlay span {
              font-size: 14px;
              line-height: 18px;
              padding-bottom: 3px;
              border-bottom: 2px solid #1795C4; } }
          .hinderer-page .hinderer-category-section .hinderer-cat-2 a .cat-overlay span:hover {
            border-bottom-color: #1EBDF7; }
  .hinderer-page .hinderer-category-section .hinderer-cat-3 {
    width: 355px;
    display: flex; }
    @media (max-width: 1439px) {
      .hinderer-page .hinderer-category-section .hinderer-cat-3 {
        width: 256px; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-category-section .hinderer-cat-3 {
        width: 100%; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-category-section .hinderer-cat-3 {
        width: 300px; } }
    .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg {
      background: #EDE4CA;
      position: relative;
      width: 100%; }
      .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/hinderer-update-bg2x.png");
        background-repeat: no-repeat;
        background-size: cover;
        mix-blend-mode: screen;
        opacity: 0.50; }
      .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg div {
        position: relative;
        z-index: 1; }
        .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg div.cat-overlay {
          position: absolute;
          bottom: 30px;
          width: 100%;
          text-align: center; }
          @media (max-width: 1439px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg div.cat-overlay {
              bottom: 20px; } }
          @media (max-width: 1023px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg div.cat-overlay {
              position: relative;
              bottom: 0;
              margin-top: 63px;
              margin-bottom: 20px; } }
          @media (max-width: 767px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg div.cat-overlay {
              margin-top: 104px; } }
          .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg div.cat-overlay a {
            font-family: Montserrat;
            display: inline-flex;
            align-items: center;
            background: #E04E00;
            border-radius: 10px;
            padding: 15px 20px 15px 16px;
            font-size: 13px;
            line-height: 16px;
            font-weight: 700;
            color: #ffffff;
            text-decoration: none;
            transition: 0.3s ease-in-out; }
            @media (max-width: 1439px) {
              .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg div.cat-overlay a {
                border-radius: 5px;
                padding: 9px 12px 10px 12px;
                font-size: 11px;
                line-height: 14px; } }
            .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg div.cat-overlay a svg {
              margin-right: 8px; }
              @media (max-width: 1199px) {
                .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg div.cat-overlay a svg {
                  width: 15px;
                  margin-right: 3px; } }
              @media (max-width: 1023px) {
                .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg div.cat-overlay a svg {
                  margin-right: 5px; } }
            .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-cat-3-bg div.cat-overlay a:hover {
              background: #FA5700; }
    .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title {
      margin-top: 45px;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      padding-left: 17px; }
      @media (max-width: 1439px) {
        .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title {
          padding-left: 10px;
          margin-top: 31px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title {
          justify-content: center;
          padding: 0;
          margin-top: 20px; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title {
          margin-top: 30px; } }
      .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title img {
        width: 80px;
        height: 100%; }
        @media (max-width: 1439px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title img {
            width: 55px; } }
      .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title h2 {
        max-width: 207px;
        font-family: Montserrat;
        font-weight: 800;
        font-size: 36px;
        line-height: 24px;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 0.48px;
        margin: 0 0 0 20px; }
        @media (max-width: 1439px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title h2 {
            font-size: 25px;
            line-height: 14px;
            letter-spacing: 0.48px;
            margin: 0 0 0 12px;
            max-width: 100%; } }
        @media (max-width: 1023px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title h2 {
            max-width: 144px;
            font-size: 25px;
            line-height: 14px;
            letter-spacing: 0.48px;
            margin: 0 0 0 24px;
            position: relative;
            left: -8px; } }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title h2 {
            margin: 0 0 0 15px;
            left: 0;
            font-size: 22px;
            line-height: 14px; } }
        .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title h2 span {
          font-weight: 800;
          font-size: 24px;
          line-height: 0px;
          position: relative;
          top: 4px; }
          @media (max-width: 1199px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-title h2 span {
              font-size: 17px; } }
    .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list {
      margin: 0;
      padding: 27px 35px 0 42px; }
      @media (max-width: 1439px) {
        .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list {
          padding: 20px 24px 0 28px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list {
          padding: 20px 8px 0 0;
          text-align: center; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list {
          padding: 20px 20px 0 31px;
          text-align: left; } }
      .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li {
        list-style: none;
        margin-bottom: 30px;
        font-family: Montserrat;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        color: #000000;
        position: relative; }
        @media (max-width: 1439px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 15px; } }
        @media (max-width: 1023px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li {
            margin-bottom: 19px; } }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li {
            margin-bottom: 15px; } }
        .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li span {
          display: none; }
          @media (max-width: 1023px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li span {
              display: inline-block; } }
          @media (max-width: 767px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li span {
              display: none; } }
        .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li::before {
          content: '';
          position: absolute;
          width: 5px;
          height: 5px;
          background: #000;
          border-radius: 50%;
          top: 12px;
          left: -12px; }
          @media (max-width: 1439px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li::before {
              top: 9px;
              left: -9px;
              width: 3px;
              height: 3px; } }
          @media (max-width: 1023px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li::before {
              content: none; } }
          @media (max-width: 767px) {
            .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li::before {
              content: ''; } }
        .hinderer-page .hinderer-category-section .hinderer-cat-3 .hinderer-update-list li:last-child {
          margin-bottom: 0; }
  .hinderer-page .hinderer-category-section .main-sub {
    padding: 10px 5px 0; }
    @media (max-width: 1439px) {
      .hinderer-page .hinderer-category-section .main-sub {
        padding: 10px 4px 0; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-category-section .main-sub {
        padding: 10px 3px 0; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-category-section .main-sub {
        padding: 10px 0px 0; } }
    .hinderer-page .hinderer-category-section .main-sub.hinderer-cat-1 {
      padding-left: 0; }
      @media (max-width: 1439px) {
        .hinderer-page .hinderer-category-section .main-sub.hinderer-cat-1 {
          padding-left: 10px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-category-section .main-sub.hinderer-cat-1 {
          padding-left: 0px; } }
    .hinderer-page .hinderer-category-section .main-sub.hinderer-cat-3 {
      padding-right: 0; }
      @media (max-width: 1439px) {
        .hinderer-page .hinderer-category-section .main-sub.hinderer-cat-3 {
          padding-right: 9px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-category-section .main-sub.hinderer-cat-3 {
          padding: 20px 0 0; } }
    @media (max-width: 1439px) {
      .hinderer-page .hinderer-category-section .main-sub.hinderer-cat-2-2 {
        padding-top: 7px; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-category-section .main-sub.hinderer-cat-2-2 {
        padding-right: 0px; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-category-section .main-sub.hinderer-cat-2-2 {
        padding-top: 10px; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-category-section .main-sub.hinderer-cat-2-1 {
        padding-right: 0px; } }
    .hinderer-page .hinderer-category-section .main-sub a {
      position: relative;
      display: block; }

.hinderer-page .hinderer-subcategory-section {
  padding: 28px 0 30px; }
  @media (max-width: 1199px) {
    .hinderer-page .hinderer-subcategory-section {
      padding: 30px 0 15px; } }
  @media (max-width: 1023px) {
    .hinderer-page .hinderer-subcategory-section {
      padding: 30px 0 0px; } }
  @media (max-width: 767px) {
    .hinderer-page .hinderer-subcategory-section {
      padding: 30px 0 30px; } }
  .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px; }
    @media (max-width: 1439px) {
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-container {
        max-width: 1160px; } }
    @media (max-width: 1199px) {
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-container {
        padding: 0 19px;
        max-width: 1024px; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-container {
        padding: 0 4px;
        max-width: 768px; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-container {
        max-width: 375px; } }
  .hinderer-page .hinderer-subcategory-section h2 {
    text-align: center;
    margin: 0 0 10px;
    font-family: Montserrat;
    font-weight: 800;
    font-size: 26px;
    line-height: 32px;
    color: #000000;
    text-transform: uppercase; }
    @media (max-width: 1199px) {
      .hinderer-page .hinderer-subcategory-section h2 {
        font-size: 22px;
        line-height: 27px;
        margin: 0 0 5px; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-subcategory-section h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 5px; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-subcategory-section h2 {
        width: 237px;
        margin: 0 auto 10px; } }
  .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-cards {
    margin: 0;
    display: flex;
    flex-wrap: wrap; }
  .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card {
    list-style: none;
    width: 280px;
    padding: 15px 10px; }
    @media (max-width: 1199px) {
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card {
        width: 197px;
        padding: 10px 7px; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card {
        width: 190px;
        padding: 10px 6px; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card {
        width: 183px; } }
    @media (max-width: 370px) {
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card {
        width: 50%; } }
    .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card {
      margin: 0;
      border: none; }
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card .card-figure {
        padding: 0; }
        @media (max-width: 1023px) {
          .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card .card-figure {
            width: 100%; } }
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card:hover .card-img-container {
        box-shadow: 9px 9px #BFAE93; }
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card:hover .card-body a {
        color: #8D806C; }
    .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-body {
      padding: 10px 0 0; }
      @media (max-width: 1199px) {
        .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-body {
          padding: 5px 0 0; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-body {
          width: 100%; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-body {
          padding: 4px 0 0; } }
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-body a {
        font-family: Oxygen;
        font-weight: 700;
        font-size: 19px;
        line-height: 29px;
        color: #000000;
        text-transform: capitalize;
        text-decoration: none;
        letter-spacing: -0.4px;
        transition: 0.3s ease-in-out; }
        @media (max-width: 1199px) {
          .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-body a {
            font-size: 15px;
            line-height: 25px;
            letter-spacing: -0.4px; } }
        @media (max-width: 1023px) {
          .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-body a {
            font-size: 14px;
            line-height: 22px;
            letter-spacing: -0.4px; } }
    .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-img-container {
      transition: 0.3s ease-in-out;
      margin: 0 10px 10px 0;
      height: 170px;
      box-shadow: 9px 9px #8D806C; }
      @media (max-width: 1199px) {
        .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-img-container {
          margin: 0 6px 6px 0;
          height: 121px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-img-container {
          height: 116px; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-img-container {
          height: 111px; } }
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-img-container img {
        border: 1px solid #707070;
        height: 100%; }
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-img-container .card-image {
        position: relative;
        max-height: 180px; }
      .hinderer-page .hinderer-subcategory-section .hinderer-subcategory-card .card-img-container::after {
        padding: 0; }

.hinderer-page .hinderer-about-section {
  background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/hinderer-abot-bg-2x.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 87px 0 80px; }
  @media (max-width: 1199px) {
    .hinderer-page .hinderer-about-section {
      padding: 94px 0 80px; } }
  @media (max-width: 1023px) {
    .hinderer-page .hinderer-about-section {
      padding: 47px 0 88px; } }
  @media (max-width: 767px) {
    .hinderer-page .hinderer-about-section {
      padding: 28px 0 80px;
      background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/hinderer-abot-bg-mobile-2x.png"); } }
  .hinderer-page .hinderer-about-section .hinderer-about-container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto; }
    @media (max-width: 1199px) {
      .hinderer-page .hinderer-about-section .hinderer-about-container {
        padding: 0 25px; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-about-section .hinderer-about-container {
        padding: 0 10px; } }
  .hinderer-page .hinderer-about-section .hinderer-about {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-about-section .hinderer-about {
        justify-content: center; } }
    .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-video {
      width: 620px; }
      @media (max-width: 1199px) {
        .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-video {
          width: 520px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-video {
          order: 2;
          margin-top: 31px;
          width: 469px; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-video {
          margin-top: 30px;
          width: 100%;
          text-align: center; } }
      .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-video iframe {
        width: 100%;
        height: 420px; }
        @media (max-width: 1199px) {
          .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-video iframe {
            height: 346px; } }
        @media (max-width: 1023px) {
          .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-video iframe {
            height: 313px; } }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-video iframe {
            height: 237px;
            max-width: 356px; } }
    .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content {
      width: 580px;
      margin-left: 50px;
      margin-top: 35px; }
      @media (max-width: 1199px) {
        .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content {
          width: 419px;
          margin-left: 30px;
          margin-top: 0px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content {
          width: 580px;
          margin: 0; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content {
          width: 100%;
          max-width: 335px;
          margin: 0; } }
      .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content .hinderer-about-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 12px; }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content .hinderer-about-logo {
            margin-bottom: 10px; } }
        .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content .hinderer-about-logo img {
          width: 140px; }
          @media (max-width: 1199px) {
            .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content .hinderer-about-logo img {
              width: 118px; } }
          @media (max-width: 767px) {
            .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content .hinderer-about-logo img {
              width: 100px; } }
      .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content .hinderer-about-title {
        font-family: Montserrat;
        font-weight: 800;
        font-size: 36px;
        line-height: 44px;
        color: #000000;
        text-transform: uppercase;
        text-align: center;
        margin: 0; }
        @media (max-width: 1199px) {
          .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content .hinderer-about-title {
            font-size: 30px;
            line-height: 37px;
            margin: 0 0 11px; } }
        @media (max-width: 1023px) {
          .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content .hinderer-about-title {
            font-size: 28px;
            line-height: 34px;
            margin: 0 0 13px; } }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content .hinderer-about-title {
            font-size: 24px;
            line-height: 29px;
            margin: 0 0 17px; } }
      .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content p {
        margin: 32px 0 0;
        font-family: Oxygen;
        font-weight: 700;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.52px;
        color: #000000; }
        @media (max-width: 1199px) {
          .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content p {
            font-size: 18px;
            line-height: 26px;
            margin: 0 0 25px; } }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content p {
            font-size: 17px;
            line-height: 24px;
            margin: 0 0 25px; } }
        .hinderer-page .hinderer-about-section .hinderer-about .hinderer-about-content p:last-child {
          margin-bottom: 0; }
  .hinderer-page .hinderer-about-section .hinderer-legacy-container {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    padding: 72px 0 0; }
    @media (max-width: 1199px) {
      .hinderer-page .hinderer-about-section .hinderer-legacy-container {
        padding: 54px 0 0;
        max-width: 906px; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-about-section .hinderer-legacy-container {
        padding: 33px 0 0;
        max-width: 720px; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-about-section .hinderer-legacy-container {
        padding: 33px 20px 0;
        max-width: 375px;
        width: 100%; } }
    .hinderer-page .hinderer-about-section .hinderer-legacy-container h2 {
      text-align: center;
      margin: 0 0 10px;
      font-family: Montserrat;
      font-weight: 800;
      font-size: 26px;
      line-height: 32px;
      color: #000000;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .hinderer-page .hinderer-about-section .hinderer-legacy-container h2 {
          font-size: 22px;
          line-height: 27px;
          margin: 0 0 10px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-about-section .hinderer-legacy-container h2 {
          font-size: 20px;
          line-height: 26px;
          margin: 0 0 8px; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-about-section .hinderer-legacy-container h2 {
          font-size: 22px;
          line-height: 26px;
          margin: 0 8px 8px 0; } }
    .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards {
      background: #413A31;
      padding: 6px 10px 7px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media (max-width: 1199px) {
        .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards {
          padding: 0px 9px 0px; } }
      @media (max-width: 1023px) {
        .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards {
          padding: 5px 7px 0px; } }
      @media (max-width: 767px) {
        .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards {
          padding: 2px 22px 5px; } }
      .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards .hinderer-legacy-card {
        padding: 20px;
        width: 350px; }
        @media (max-width: 1199px) {
          .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards .hinderer-legacy-card {
            padding: 22px 17px;
            width: 296px; } }
        @media (max-width: 1023px) {
          .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards .hinderer-legacy-card {
            padding: 13px 12px;
            width: 232px; } }
        @media (max-width: 767px) {
          .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards .hinderer-legacy-card {
            padding: 15px;
            width: 292px; } }
        .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards .hinderer-legacy-card h4 {
          margin: 14px 0 0;
          font-family: Oxygen;
          font-weight: 700;
          font-size: 18px;
          line-height: 24px;
          color: #fff; }
          @media (max-width: 1199px) {
            .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards .hinderer-legacy-card h4 {
              font-size: 15px;
              line-height: 20px;
              margin: 12px 0 0;
              letter-spacing: -0.4px; } }
          @media (max-width: 1023px) {
            .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards .hinderer-legacy-card h4 {
              font-size: 14px;
              line-height: 18px;
              margin: 9px 0 0;
              letter-spacing: -0.4px; } }
          @media (max-width: 767px) {
            .hinderer-page .hinderer-about-section .hinderer-legacy-container .hinderer-legacy-cards .hinderer-legacy-card h4 {
              font-size: 15px;
              line-height: 20px;
              margin: 15px 0 0; } }
  .hinderer-page .hinderer-about-section .hinderer-cat-desc {
    max-width: 960px;
    margin: 34px auto 0;
    width: 100%;
    color: #000000;
    font-family: Oxygen;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.49px; }
    @media (max-width: 1199px) {
      .hinderer-page .hinderer-about-section .hinderer-cat-desc {
        max-width: 880px;
        margin: 32px auto 0;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.45px; } }
    @media (max-width: 1023px) {
      .hinderer-page .hinderer-about-section .hinderer-cat-desc {
        max-width: 640px;
        margin: 32px auto 0;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: -0.41px; } }
    @media (max-width: 767px) {
      .hinderer-page .hinderer-about-section .hinderer-cat-desc {
        max-width: 375px;
        margin: 32px auto 0;
        padding: 0 20px; } }
    .hinderer-page .hinderer-about-section .hinderer-cat-desc p:last-child {
      margin-bottom: 0; }

.shop-all-hinder {
  padding: 27px 0 68px; }
  @media (max-width: 1023px) {
    .shop-all-hinder {
      padding: 20px 0 30px; } }
  @media (max-width: 767px) {
    .shop-all-hinder {
      padding: 0 0 30px;
      margin-top: -10px; } }
  .shop-all-hinder .row a {
    text-decoration: none;
    display: inline-block;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
    max-width: 828px;
    margin: auto; }
    @media (max-width: 767px) {
      .shop-all-hinder .row a {
        max-width: 335px; } }
  .shop-all-hinder .row .img-block img {
    min-height: 60px;
    object-fit: cover; }
  @media (max-width: 1279px) {
    .shop-all-hinder .row .img-block {
      position: relative;
      left: 43px; } }
  @media (max-width: 1023px) {
    .shop-all-hinder .row .img-block {
      left: 0; } }
  @media (max-width: 767px) {
    .shop-all-hinder .row .img-block {
      margin: 0 -10px; } }
  .shop-all-hinder .row .content-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px 5px 5px 110px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1023px) {
      .shop-all-hinder .row .content-block {
        padding: 5px 5px 5px 30px; } }
    @media (max-width: 767px) {
      .shop-all-hinder .row .content-block {
        flex-direction: column;
        padding: 18px 10px 20px;
        text-align: center; } }
    .shop-all-hinder .row .content-block img.over-img {
      position: absolute;
      left: -70px;
      width: 163px;
      margin-top: 12px; }
      @media (max-width: 1023px) {
        .shop-all-hinder .row .content-block img.over-img {
          display: none; } }
    .shop-all-hinder .row .content-block h4 {
      margin: 0;
      color: #fff;
      text-transform: uppercase;
      font-weight: 800;
      font-family: Montserrat;
      font-size: 21px;
      line-height: 25px; }
      @media (max-width: 767px) {
        .shop-all-hinder .row .content-block h4 {
          margin: 0 0 10px; } }
    .shop-all-hinder .row .content-block .button {
      margin: 0;
      background: #CABFA5;
      padding: 16px 10px 14px 25px;
      clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 0% 100%);
      font-size: 16px;
      font-family: Montserrat;
      color: #000;
      font-weight: 800;
      border: none;
      line-height: 20px; }
      @media (max-width: 767px) {
        .shop-all-hinder .row .content-block .button {
          clip-path: none;
          padding: 11px 20px 9px;
          font-size: 14px;
          line-height: 18px; } }
      .shop-all-hinder .row .content-block .button:hover {
        background: #8D806C;
        color: #fff; }

.blade-show-sub-page .blade-show-top-block, .page.category-alt .blade-show-top-block {
  background: linear-gradient(180deg, #8197cc 0%, #b39ba1 50%); }
  .blade-show-sub-page .blade-show-top-block .content-block, .page.category-alt .blade-show-top-block .content-block {
    max-width: 1260px; }
    @media (max-width: 1279px) {
      .blade-show-sub-page .blade-show-top-block .content-block, .page.category-alt .blade-show-top-block .content-block {
        max-width: 880px; } }
    @media (max-width: 1023px) {
      .blade-show-sub-page .blade-show-top-block .content-block, .page.category-alt .blade-show-top-block .content-block {
        max-width: 85%; } }
    @media (max-width: 767px) {
      .blade-show-sub-page .blade-show-top-block .content-block, .page.category-alt .blade-show-top-block .content-block {
        max-width: 100%; } }
  @media (max-width: 767px) {
    .blade-show-sub-page .blade-show-top-block .bg-img, .page.category-alt .blade-show-top-block .bg-img {
      height: 403px; } }
  .blade-show-sub-page .blade-show-top-block .bg-img img, .page.category-alt .blade-show-top-block .bg-img img {
    mix-blend-mode: multiply; }
  .blade-show-sub-page .blade-show-top-block .img, .page.category-alt .blade-show-top-block .img {
    width: 468px; }
    @media (max-width: 1023px) {
      .blade-show-sub-page .blade-show-top-block .img, .page.category-alt .blade-show-top-block .img {
        width: 320px; } }
    @media (max-width: 767px) {
      .blade-show-sub-page .blade-show-top-block .img, .page.category-alt .blade-show-top-block .img {
        text-align: center;
        margin-bottom: 0; } }
    .blade-show-sub-page .blade-show-top-block .img img, .page.category-alt .blade-show-top-block .img img {
      max-width: 185px;
      margin-top: 65px;
      margin-left: -15px; }
      @media (max-width: 767px) {
        .blade-show-sub-page .blade-show-top-block .img img, .page.category-alt .blade-show-top-block .img img {
          margin-left: 0;
          margin-top: 0;
          max-width: 174px; } }
  .blade-show-sub-page .blade-show-top-block .content, .page.category-alt .blade-show-top-block .content {
    width: calc(100% - 468px); }
    @media (max-width: 1023px) {
      .blade-show-sub-page .blade-show-top-block .content, .page.category-alt .blade-show-top-block .content {
        width: calc(100% - 320px); } }
    @media (max-width: 767px) {
      .blade-show-sub-page .blade-show-top-block .content, .page.category-alt .blade-show-top-block .content {
        width: 100%; } }
    .blade-show-sub-page .blade-show-top-block .content p, .page.category-alt .blade-show-top-block .content p {
      margin-top: -36px; }
      @media (max-width: 767px) {
        .blade-show-sub-page .blade-show-top-block .content p, .page.category-alt .blade-show-top-block .content p {
          margin-top: 0; } }

.blade-show-top-block + .category-content-block .page-heading {
  margin: 66px auto 50px; }
  @media (max-width: 1023px) {
    .blade-show-top-block + .category-content-block .page-heading {
      margin: 50px auto; } }
  @media (max-width: 767px) {
    .blade-show-top-block + .category-content-block .page-heading {
      margin: 30px auto; } }

.page.category-alt .blade-show-top-block + .page-heading {
  font-family: 'Montserrat';
  font-size: 28px;
  line-height: 34px;
  font-weight: 800;
  margin: 66px auto 50px; }
  @media (min-width: 768px) {
    .page.category-alt .blade-show-top-block + .page-heading {
      font-size: 34px;
      line-height: 42px; } }
  @media (min-width: 1024px) {
    .page.category-alt .blade-show-top-block + .page-heading {
      font-size: 38px;
      line-height: 48px; } }
  @media (min-width: 1280px) {
    .page.category-alt .blade-show-top-block + .page-heading {
      font-size: 48px;
      line-height: 58px; } }
  @media (max-width: 1023px) {
    .page.category-alt .blade-show-top-block + .page-heading {
      margin: 50px auto; } }
  @media (max-width: 767px) {
    .page.category-alt .blade-show-top-block + .page-heading {
      margin: 30px auto; } }

.blade-show-snippet-section {
  padding: 37px 20px;
  margin: 40px 0 60px;
  background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/snippet-bg.png);
  background-repeat: repeat;
  background-size: cover; }
  @media (min-width: 1024px) {
    .blade-show-snippet-section {
      padding: 37px 75px; } }
  @media (min-width: 768px) {
    .blade-show-snippet-section {
      padding: 37px 40px; } }
  .blade-show-snippet-section .blade-show-snippet-inner {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center; }

.blade-show-snippet-section + .product-sub-block .page-content {
  padding-top: 0;
  margin-top: 0;
  border-top: none; }
  .blade-show-snippet-section + .product-sub-block .page-content .product {
    border: none; }

.category-content-block + .product-sub-block .page-content .product {
  border: none; }

.new-dropping-on .card-figure.out-stock-use .card-img-container::before,
.new-dropping-on .out-stock-use a.best-seller.no-stock {
  display: none; }

.productGrid .product.new-dropping-on,
.productCarousel .product.new-dropping-on {
  position: relative; }
  .productGrid .product.new-dropping-on span.dropping-on-badge,
  .productCarousel .product.new-dropping-on span.dropping-on-badge {
    position: absolute;
    content: '';
    background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/dropping-on-background.png);
    width: auto;
    height: 34px;
    top: 45px;
    left: -5px;
    color: white;
    content: "Coming soon";
    padding: 7px 10px;
    line-height: 24px;
    z-index: 1;
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 800;
    text-transform: uppercase;
    background-size: cover; }

.product-sub-block .productGrid .product.new-dropping-on span.dropping-on-badge,
.productCarousel .product.new-dropping-on span.dropping-on-badge {
  left: 0;
  top: 20px; }

.custom-toggle-search {
  display: none; }

header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart {
  position: relative; }
  header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart .dropdown-menu.is-open {
    top: 100% !important;
    left: auto !important;
    right: 0;
    box-shadow: 0px 3px 6px #00000029; }

@media (min-width: 1024px) {
  .custom-sticky.has-activeNavPages {
    overflow: visible; } }

.custom-sticky .body {
  padding: 0; }

@media (max-width: 1023px) {
  .custom-sticky .nxt-ac-main {
    left: 20px !important; } }

@media (max-width: 767px) {
  .custom-sticky .nxt-ac-main {
    left: 10px !important; } }

.custom-sticky header.custom-header {
  border: none; }
  @media (max-width: 1023px) {
    .custom-sticky header.custom-header .custom-toggle-search {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 65px;
      border-right: 1px solid #D3D3D3;
      line-height: 0; } }
  @media (max-width: 767px) {
    .custom-sticky header.custom-header .custom-toggle-search {
      width: 45px; } }
  @media (max-width: 1023px) {
    .custom-sticky header.custom-header .main-header .logo-and-menu > a {
      width: calc(100% - 90px);
      max-width: none;
      padding: 0 10px;
      text-align: center; } }
  @media (max-width: 767px) {
    .custom-sticky header.custom-header .main-header .logo-and-menu > a {
      width: calc(100% - 78px); } }
  @media (max-width: 1023px) {
    .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu {
      padding: 0; }
      .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart {
        margin: 0;
        width: 108px;
        height: 80px;
        border-left: 1px solid #D3D3D3;
        background: none; } }
    @media (max-width: 1023px) and (max-width: 1279px) {
      .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart {
        width: 90px; } }
  @media (max-width: 1023px) {
        .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart a {
          padding-right: 32px; } }
      @media (max-width: 1023px) and (max-width: 1365px) {
        .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart a {
          padding-right: 0; } }
      @media (max-width: 1023px) and (max-width: 1279px) {
        .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart a {
          padding-left: 0; } }
  @media (max-width: 1023px) {
          .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart a .navUser-item-cartLabel {
            color: #72AC72;
            font-size: 35px; }
        .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart .countPill {
          display: block;
          color: #72AC72;
          font-size: 17px;
          line-height: 20px; } }
  @media (max-width: 767px) {
    .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart {
      width: 78px; } }
  @media (max-width: 1023px) {
    .custom-sticky header.custom-header .menu-right {
      max-width: 90px; } }
  @media (max-width: 1023px) {
    .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search {
      position: absolute;
      top: 80px !important;
      left: 0;
      right: 0;
      margin: 0;
      max-width: 100%;
      padding: 10px 20px;
      background: #fff;
      display: none;
      border-top: 1px solid #D3D3D3;
      box-shadow: 0px 12px 12px #00000029; }
      .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search .container {
        max-width: 100%; }
      .custom-sticky header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search .navUser-action--quickSearch {
        top: 10px;
        right: 20px; } }
  @media (max-width: 1023px) {
    .custom-sticky header.custom-header .logo-and-menu {
      width: calc(100% - 135px); } }
  @media (max-width: 767px) {
    .custom-sticky header.custom-header .logo-and-menu {
      width: calc(100% - 97px); } }
  .custom-sticky header.custom-header .toggleForMob {
    display: flex;
    justify-content: center;
    background: #EFEFEF !important;
    position: relative;
    left: 0;
    right: 0; }
    @media (min-width: 1024px) {
      .custom-sticky header.custom-header .toggleForMob {
        display: none; } }
    @media (max-width: 767px) {
      .custom-sticky header.custom-header .toggleForMob {
        width: 52px; } }
    .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle {
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 0;
      right: 0;
      margin: auto;
      height: 80px;
      padding: 0 !important;
      width: 36px;
      margin: auto; }
      @media (max-width: 767px) {
        .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle {
          width: 24px; } }
      .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle:not(.is-open) {
        top: 50%;
        transform: translate(0, -50%);
        width: 36px;
        margin: auto;
        height: 100%; }
        @media (max-width: 767px) {
          .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle:not(.is-open) {
            width: 24px; } }
      .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle.is-open {
        top: 50%; }
        .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
          background: none; }
      .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon {
        top: 50%;
        transform: translate(0, -50%);
        background: #000; }
        @media (max-width: 767px) {
          .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon {
            width: 24px; } }
        .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon:after, .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon:before {
          background: #000; }
          @media (max-width: 767px) {
            .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon:after, .custom-sticky header.custom-header .toggleForMob .mobileMenu-toggle .mobileMenu-toggleIcon:before {
              width: 24px; } }

.custom-sticky.stick-head {
  padding-top: 148px; }
  .custom-sticky.stick-head .chris-reeve-header {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background: #000033 !important;
    padding: 0;
    margin: 0; }
    @media (max-width: 1023px) {
      .custom-sticky.stick-head .chris-reeve-header {
        padding: 5px 0; } }
    @media (max-width: 1279px) {
      .custom-sticky.stick-head .chris-reeve-header .container.custom-container {
        max-width: 975px;
        padding: 0; } }
    @media (max-width: 1023px) {
      .custom-sticky.stick-head .chris-reeve-header .container.custom-container {
        padding: 0 20px !important; } }
    .custom-sticky.stick-head .chris-reeve-header .row {
      align-items: center;
      max-width: 1190px; }
      .custom-sticky.stick-head .chris-reeve-header .row .left-block {
        text-align: right;
        padding: 0;
        padding-right: 20px; }
        @media (max-width: 1279px) {
          .custom-sticky.stick-head .chris-reeve-header .row .left-block {
            text-align: left;
            padding-left: 10px; } }
        @media (max-width: 1023px) {
          .custom-sticky.stick-head .chris-reeve-header .row .left-block {
            width: 55px;
            padding: 0;
            padding-right: 15px;
            border-right: 1px solid #FFFFFF; }
            .custom-sticky.stick-head .chris-reeve-header .row .left-block .img-block {
              overflow: hidden;
              width: 30px; } }
        .custom-sticky.stick-head .chris-reeve-header .row .left-block img {
          max-width: 110px; }
          @media (max-width: 1023px) {
            .custom-sticky.stick-head .chris-reeve-header .row .left-block img {
              position: relative;
              left: -6px;
              max-width: 84px; } }
      @media (max-width: 1279px) {
        .custom-sticky.stick-head .chris-reeve-header .row .right-block {
          padding-left: 30px;
          padding-right: 10px; } }
      @media (max-width: 1023px) {
        .custom-sticky.stick-head .chris-reeve-header .row .right-block {
          padding: 0;
          width: calc(100% - 55px); } }
      @media (max-width: 1023px) {
        .custom-sticky.stick-head .chris-reeve-header .row .right-block .category-toggle-menu {
          position: static;
          background: none;
          margin: 0;
          padding-right: 20px; }
          .custom-sticky.stick-head .chris-reeve-header .row .right-block .category-toggle-menu svg path {
            fill: #fff; }
          .custom-sticky.stick-head .chris-reeve-header .row .right-block .category-toggle-menu .menu-inn span {
            color: #fff; } }
      @media (max-width: 550px) {
        .custom-sticky.stick-head .chris-reeve-header .row .right-block .category-toggle-menu {
          padding-right: 20%; } }
      .custom-sticky.stick-head .chris-reeve-header .row .right-block h2 {
        display: none; }
      @media (max-width: 1023px) {
        .custom-sticky.stick-head .chris-reeve-header .row .right-block .menu-wrap {
          top: calc(100% + 5px); } }
      .custom-sticky.stick-head .chris-reeve-header .row .right-block .menu-wrap > ul {
        justify-content: flex-end; }
        @media (min-width: 1024px) {
          .custom-sticky.stick-head .chris-reeve-header .row .right-block .menu-wrap > ul > li .main-item .more {
            position: static;
            display: none; } }
        @media (min-width: 1024px) {
          .custom-sticky.stick-head .chris-reeve-header .row .right-block .menu-wrap > ul > li > .main-item a,
          .custom-sticky.stick-head .chris-reeve-header .row .right-block .menu-wrap > ul > li > a {
            display: flex;
            align-items: center;
            padding: 19px 10px; }
            .custom-sticky.stick-head .chris-reeve-header .row .right-block .menu-wrap > ul > li > .main-item a:before,
            .custom-sticky.stick-head .chris-reeve-header .row .right-block .menu-wrap > ul > li > a:before {
              top: 50%;
              transform: translate(0, -50%); }
            .custom-sticky.stick-head .chris-reeve-header .row .right-block .menu-wrap > ul > li > .main-item a svg,
            .custom-sticky.stick-head .chris-reeve-header .row .right-block .menu-wrap > ul > li > a svg {
              display: inline-block;
              margin-left: 5px; } }
        @media (min-width: 1280px) {
          .custom-sticky.stick-head .chris-reeve-header .row .right-block .menu-wrap > ul > li > .main-item a,
          .custom-sticky.stick-head .chris-reeve-header .row .right-block .menu-wrap > ul > li > a {
            padding: 18px 10px; } }
  .custom-sticky.stick-head header.custom-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 !important; }
    .custom-sticky.stick-head header.custom-header .toggleForMob {
      display: flex; }
    .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu {
      width: calc(100% - 70px); }
      @media (max-width: 1023px) {
        .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu {
          width: calc(100% - 135px); } }
      @media (max-width: 767px) {
        .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu {
          width: calc(100% - 97px); } }
    .custom-sticky.stick-head header.custom-header .main-header .navPages-container {
      display: none;
      border-bottom: 1px solid #D3D3D3; }
      .custom-sticky.stick-head header.custom-header .main-header .navPages-container.is-open {
        display: block; }
    .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu > a {
      padding-left: 25px;
      max-width: 185px; }
      .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu > a .header-logo-image-container {
        min-height: 80px; }
        @media (max-width: 1279px) {
          .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu > a .header-logo-image-container svg {
            max-width: 160px; } }
      @media (max-width: 1023px) {
        .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu > a {
          width: calc(100% - 90px);
          max-width: none;
          padding: 0 10px;
          text-align: center; } }
      @media (max-width: 767px) {
        .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu > a {
          width: calc(100% - 78px); } }
    @media (max-width: 1279px) {
      .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu .menu-right .top-menu .account-info {
        margin-right: 17px; } }
    .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search {
      margin-right: 15px; }
      @media (max-width: 1279px) {
        .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu .menu-right .top-menu .search {
          padding-left: 25px; } }
    .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart {
      margin: 0;
      width: 108px;
      height: 80px;
      border-left: 1px solid #D3D3D3;
      background: none; }
      @media (max-width: 1279px) {
        .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart {
          width: 90px; } }
      @media (max-width: 767px) {
        .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart {
          width: 78px; } }
      .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart a {
        padding-right: 32px; }
        @media (max-width: 1365px) {
          .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart a {
            padding-right: 0; } }
        @media (max-width: 1279px) {
          .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart a {
            padding-left: 0; } }
        .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart a .navUser-item-cartLabel {
          color: #72AC72;
          font-size: 35px; }
      .custom-sticky.stick-head header.custom-header .main-header .logo-and-menu .menu-right .top-menu .cart .countPill {
        display: block;
        color: #72AC72;
        font-size: 17px;
        line-height: 20px; }

header.custom-header {
  z-index: 12;
  transition: all 0.2s linear; }

.menu--bg {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: none; }
  @media (min-width: 1024px) {
    .menu--bg {
      height: 100%;
      opacity: 0.7; } }
  .menu--bg.active {
    display: block; }
  @media (min-width: 1024px) {
    .menu--bg.is-active {
      display: block; } }

.chris-reeve-header {
  padding: 6px 0 0;
  margin: 0 0 5px;
  background-size: cover;
  position: relative;
  z-index: 11; }
  @media (max-width: 1023px) {
    .chris-reeve-header {
      padding: 5px 0 9px;
      position: relative;
      margin: 0 0  45px; } }
  @media (max-width: 640px) {
    .chris-reeve-header {
      padding: 15px 0 20px; } }
  .chris-reeve-header .row {
    display: flex;
    max-width: 1150px;
    margin: auto;
    position: relative; }
    @media (max-width: 1023px) {
      .chris-reeve-header .row {
        align-items: center;
        max-width: 580px;
        position: static; } }
    @media (max-width: 640px) {
      .chris-reeve-header .row {
        flex-wrap: wrap; } }
    .chris-reeve-header .row .left-block {
      width: 266px;
      padding-bottom: 3px; }
      @media (max-width: 1279px) {
        .chris-reeve-header .row .left-block {
          width: 220px; } }
      @media (max-width: 640px) {
        .chris-reeve-header .row .left-block {
          width: 100%;
          text-align: center;
          padding: 0;
          margin: 0; }
          .chris-reeve-header .row .left-block img {
            max-width: 220px; } }
    .chris-reeve-header .row .right-block {
      width: calc(100% - 266px);
      padding-left: 120px; }
      @media (max-width: 1279px) {
        .chris-reeve-header .row .right-block {
          padding-left: 85px;
          width: calc(100% - 220px); } }
      @media (max-width: 1023px) {
        .chris-reeve-header .row .right-block {
          padding-left: 65px; } }
      @media (max-width: 640px) {
        .chris-reeve-header .row .right-block {
          padding: 0;
          width: 100%; } }
      .chris-reeve-header .row .right-block h2 {
        margin: 21px 0 10px;
        font-size: 28px;
        line-height: 32px;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
        color: #fff;
        letter-spacing: 0; }
        .chris-reeve-header .row .right-block h2 a {
          text-decoration: none;
          color: #fff; }
        @media (max-width: 1279px) {
          .chris-reeve-header .row .right-block h2 {
            font-size: 26px;
            line-height: 32px;
            margin-bottom: 9px;
            margin: 14px 0 7px; } }
        @media (max-width: 640px) {
          .chris-reeve-header .row .right-block h2 {
            font-size: 22px;
            line-height: 26px;
            text-align: center;
            margin: 13px 0 0; } }
      .chris-reeve-header .row .right-block .category-toggle-menu {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 10;
        margin: 0;
        height: 40px;
        background: #EBEBEB;
        margin-top: 9px; }
        @media (max-width: 640px) {
          .chris-reeve-header .row .right-block .category-toggle-menu {
            margin-top: 20px; } }
        .chris-reeve-header .row .right-block .category-toggle-menu .menu-inn {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 100%; }
          .chris-reeve-header .row .right-block .category-toggle-menu .menu-inn svg {
            margin-right: 10px; }
          .chris-reeve-header .row .right-block .category-toggle-menu .menu-inn span {
            font-size: 20px;
            line-height: 20px;
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
            color: #000000;
            font-weight: bold; }
            .chris-reeve-header .row .right-block .category-toggle-menu .menu-inn span.hide {
              display: none; }
        @media (min-width: 1024px) {
          .chris-reeve-header .row .right-block .category-toggle-menu {
            display: none; } }
        .chris-reeve-header .row .right-block .category-toggle-menu.active .menu-inn svg {
          transform: rotate(180deg); }
        .chris-reeve-header .row .right-block .category-toggle-menu.active .menu-inn span.view {
          display: none; }
        .chris-reeve-header .row .right-block .category-toggle-menu.active .menu-inn span.hide {
          display: block; }
      .chris-reeve-header .row .right-block .menu-wrap {
        margin: 0 -10px; }
        @media (max-width: 1023px) {
          .chris-reeve-header .row .right-block .menu-wrap {
            position: absolute;
            top: calc(100% + 40px);
            left: 0;
            right: 0;
            background: #FFFFFF;
            box-shadow: 0px 3px 12px #00000029;
            display: none;
            z-index: 9;
            margin: 0;
            padding: 25px 40px 15px;
            min-height: 350px;
            max-height: 60vh;
            overflow: auto; } }
        @media (max-width: 640px) {
          .chris-reeve-header .row .right-block .menu-wrap {
            top: calc(100% + 60px); } }
        .chris-reeve-header .row .right-block .menu-wrap > ul {
          list-style: none;
          margin: 0;
          display: flex;
          align-items: center;
          margin-right: -85px; }
          @media (max-width: 1340px) {
            .chris-reeve-header .row .right-block .menu-wrap > ul {
              margin-right: -30px; } }
          @media (max-width: 1279px) {
            .chris-reeve-header .row .right-block .menu-wrap > ul {
              margin-right: 0px; } }
          @media (max-width: 1023px) {
            .chris-reeve-header .row .right-block .menu-wrap > ul {
              display: block; } }
          .chris-reeve-header .row .right-block .menu-wrap > ul > li:last-child a:before {
            display: none; }
          @media (max-width: 1023px) {
            .chris-reeve-header .row .right-block .menu-wrap > ul > li.hide {
              display: none; } }
          .chris-reeve-header .row .right-block .menu-wrap > ul > li.shop-all a {
            color: #DED796;
            font-weight: 800; }
          .chris-reeve-header .row .right-block .menu-wrap > ul > li a {
            font-size: 16px;
            line-height: 20px;
            text-decoration: none;
            color: #fff;
            padding: 10px 10px 33px;
            display: inline-block;
            font-weight: 500;
            position: relative;
            white-space: nowrap; }
            .chris-reeve-header .row .right-block .menu-wrap > ul > li a:hover {
              color: #B2B2B2; }
            .chris-reeve-header .row .right-block .menu-wrap > ul > li a svg {
              display: none; }
            .chris-reeve-header .row .right-block .menu-wrap > ul > li a:before {
              position: absolute;
              right: -1px;
              content: '|';
              top: 9px;
              color: #fff; }
              @media (max-width: 1023px) {
                .chris-reeve-header .row .right-block .menu-wrap > ul > li a:before {
                  display: none; } }
            @media (max-width: 1279px) {
              .chris-reeve-header .row .right-block .menu-wrap > ul > li a {
                font-size: 14px;
                line-height: 18px;
                padding-bottom: 25px; } }
            @media (max-width: 1023px) {
              .chris-reeve-header .row .right-block .menu-wrap > ul > li a {
                padding: 0;
                color: #000000;
                font-size: 18px;
                padding: 12px 0; } }
          .chris-reeve-header .row .right-block .menu-wrap > ul > li .main-item {
            position: relative; }
            @media (max-width: 1023px) {
              .chris-reeve-header .row .right-block .menu-wrap > ul > li .main-item {
                width: 100%;
                display: flex;
                align-items: center;
                width: 100%;
                position: relative; } }
            .chris-reeve-header .row .right-block .menu-wrap > ul > li .main-item .more {
              position: absolute;
              bottom: 10px;
              left: 0;
              right: 0;
              text-align: center; }
              @media (max-width: 1279px) {
                .chris-reeve-header .row .right-block .menu-wrap > ul > li .main-item .more {
                  bottom: 5px; } }
              @media (max-width: 1023px) {
                .chris-reeve-header .row .right-block .menu-wrap > ul > li .main-item .more {
                  bottom: 0;
                  transform: rotate(-90deg);
                  bottom: auto;
                  top: auto;
                  left: auto;
                  right: 0; }
                  .chris-reeve-header .row .right-block .menu-wrap > ul > li .main-item .more svg {
                    width: 23px;
                    height: 14px; }
                    .chris-reeve-header .row .right-block .menu-wrap > ul > li .main-item .more svg path {
                      fill: #000; } }
          .chris-reeve-header .row .right-block .menu-wrap > ul > li.has-sub {
            cursor: pointer; }
            .chris-reeve-header .row .right-block .menu-wrap > ul > li.has-sub:hover a {
              background: #fff;
              color: #000000; }
              .chris-reeve-header .row .right-block .menu-wrap > ul > li.has-sub:hover a svg {
                transform: rotate(-180deg); }
                .chris-reeve-header .row .right-block .menu-wrap > ul > li.has-sub:hover a svg path {
                  fill: #000; }
            .chris-reeve-header .row .right-block .menu-wrap > ul > li.has-sub:hover .more svg {
              transform: rotate(-180deg); }
              @media (max-width: 1023px) {
                .chris-reeve-header .row .right-block .menu-wrap > ul > li.has-sub:hover .more svg {
                  transform: none; } }
              .chris-reeve-header .row .right-block .menu-wrap > ul > li.has-sub:hover .more svg path {
                fill: #000; }
            .chris-reeve-header .row .right-block .menu-wrap > ul > li.has-sub:hover .desktop-menu {
              opacity: 1;
              visibility: visible; }
        .chris-reeve-header .row .right-block .menu-wrap .desktop-menu {
          position: absolute;
          top: 100%;
          left: 0;
          right: 0;
          opacity: 0;
          visibility: hidden;
          z-index: 10; }
          @media (max-width: 1023px) {
            .chris-reeve-header .row .right-block .menu-wrap .desktop-menu {
              display: none !important; } }
          .chris-reeve-header .row .right-block .menu-wrap .desktop-menu .menu-inner {
            background: #fff;
            box-shadow: 0px 3px 6px #00000029;
            max-width: 715px;
            margin: auto;
            padding: 30px; }
          .chris-reeve-header .row .right-block .menu-wrap .desktop-menu ul {
            list-style: none;
            margin: 0 -15px;
            display: flex; }
            .chris-reeve-header .row .right-block .menu-wrap .desktop-menu ul li {
              width: 50%;
              padding: 0 15px; }
              .chris-reeve-header .row .right-block .menu-wrap .desktop-menu ul li img {
                width: 100%; }
              .chris-reeve-header .row .right-block .menu-wrap .desktop-menu ul li + li {
                border-left: 1px solid #CCCCCC; }
              .chris-reeve-header .row .right-block .menu-wrap .desktop-menu ul li a {
                padding: 0;
                white-space: normal; }
                .chris-reeve-header .row .right-block .menu-wrap .desktop-menu ul li a span {
                  font-size: 18px;
                  display: inline-block;
                  width: 100%;
                  font-weight: 800;
                  color: #000;
                  text-align: center;
                  padding-top: 14px; }
                .chris-reeve-header .row .right-block .menu-wrap .desktop-menu ul li a:hover span {
                  color: #1795C4; }
                .chris-reeve-header .row .right-block .menu-wrap .desktop-menu ul li a:hover img {
                  background: #F4F4F4; }
        .chris-reeve-header .row .right-block .menu-wrap .mobile-menu {
          display: none;
          padding-top: 5px; }
          .chris-reeve-header .row .right-block .menu-wrap .mobile-menu .top-block h3 {
            font-size: 24px;
            line-height: 29px;
            color: #000000;
            font-weight: bold;
            text-transform: uppercase;
            margin: 20px 0;
            font-family: 'Montserrat', sans-serif;
            letter-spacing: 0; }
          .chris-reeve-header .row .right-block .menu-wrap .mobile-menu .top-block .back {
            display: flex;
            width: 100%;
            align-items: center;
            font-size: 16px;
            line-height: 20px;
            color: #000;
            font-weight: 500;
            font-family: 'Montserrat', sans-serif;
            margin-left: -20px; }
            .chris-reeve-header .row .right-block .menu-wrap .mobile-menu .top-block .back svg {
              margin-right: 10px; }
          .chris-reeve-header .row .right-block .menu-wrap .mobile-menu ul {
            margin: 0;
            list-style: none; }
            .chris-reeve-header .row .right-block .menu-wrap .mobile-menu ul li {
              padding-left: 18px;
              line-height: 20px;
              position: relative; }
              .chris-reeve-header .row .right-block .menu-wrap .mobile-menu ul li::before {
                position: absolute;
                top: 50%;
                transform: translate(0, -50%);
                content: '';
                background: #1795C4;
                width: 8px;
                height: 8px;
                left: 0;
                border-radius: 50%; }
              .chris-reeve-header .row .right-block .menu-wrap .mobile-menu ul li a {
                padding: 0;
                font-size: 16px;
                line-height: 20px; }
              .chris-reeve-header .row .right-block .menu-wrap .mobile-menu ul li + li {
                margin-top: 20px; }

.main-product-wrap {
  background: #000000; }
  .main-product-wrap a {
    text-decoration: none; }
  .main-product-wrap.light {
    background: #FFFFFF; }
    .main-product-wrap.light .img-block img.desk {
      max-width: 1195px; }
    .main-product-wrap.light .img-block .content h3 {
      color: #000; }
    .main-product-wrap.light .img-block .content p {
      color: #000; }
  .main-product-wrap .img-block {
    position: relative;
    padding: 45px 0 8px;
    text-align: center; }
    @media (max-width: 1279px) {
      .main-product-wrap .img-block {
        padding-top: 26px; } }
    @media (max-width: 1023px) {
      .main-product-wrap .img-block {
        padding: 26px 0 29px; } }
    .main-product-wrap .img-block .mob {
      display: none; }
      @media (max-width: 1023px) {
        .main-product-wrap .img-block .mob {
          display: block; } }
    @media (max-width: 1023px) {
      .main-product-wrap .img-block .desk {
        display: none; } }
    @media (max-width: 1279px) {
      .main-product-wrap .img-block img {
        max-width: 930px;
        width: 100%;
        margin: auto; } }
    @media (max-width: 1023px) {
      .main-product-wrap .img-block img {
        max-width: 620px; } }
    .main-product-wrap .img-block .content {
      position: absolute;
      top: 48px;
      left: 0;
      right: 0;
      text-align: center; }
      @media (max-width: 1279px) {
        .main-product-wrap .img-block .content {
          top: 26px; } }
      @media (max-width: 1023px) {
        .main-product-wrap .img-block .content {
          position: relative;
          top: 0;
          margin: 0 0 30px; } }
      .main-product-wrap .img-block .content h3 {
        font-size: 52px;
        color: #fff;
        line-height: 62px;
        margin: 0 0 22px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        letter-spacing: 0; }
        @media (max-width: 1279px) {
          .main-product-wrap .img-block .content h3 {
            font-size: 42px;
            line-height: 52px;
            margin: 0 0 15px; } }
        @media (max-width: 1023px) {
          .main-product-wrap .img-block .content h3 {
            margin: 0 0 19px; } }
        @media (max-width: 767px) {
          .main-product-wrap .img-block .content h3 {
            font-size: 32px;
            line-height: 40px;
            margin: 0 0 16px; } }
      .main-product-wrap .img-block .content p {
        font-size: 30px;
        line-height: 36px;
        color: #fff;
        font-family: Oxygen;
        margin: 0 0 33px; }
        @media (max-width: 1279px) {
          .main-product-wrap .img-block .content p {
            font-size: 24px;
            line-height: 30px;
            margin: 0 0 25px; } }
        @media (max-width: 767px) {
          .main-product-wrap .img-block .content p {
            font-size: 18px;
            line-height: 24px;
            margin: 0 -10px  25px; } }
      .main-product-wrap .img-block .content .button {
        background-color: #1795C4;
        border-color: #1795C4;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: 20px;
        padding: 11px 19px;
        position: relative;
        margin: 0; }
        @media (max-width: 767px) {
          .main-product-wrap .img-block .content .button {
            font-size: 14px;
            line-height: 18px;
            padding: 9px 19px; } }
        .main-product-wrap .img-block .content .button:hover {
          background: #1ebdf7;
          border-color: #1ebdf7; }

.trending-product-wrap .container {
  max-width: 1440px;
  padding: 0 10px; }

.trending-product-wrap .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -6px; }
  @media (max-width: 1279px) {
    .trending-product-wrap .row {
      margin: 0 -10px; } }
  @media (max-width: 1023px) {
    .trending-product-wrap .row {
      margin: 0; } }
  .trending-product-wrap .row .col {
    width: 50%;
    padding: 0 6px; }
    @media (max-width: 1279px) {
      .trending-product-wrap .row .col {
        padding: 0 10px; } }
    @media (max-width: 1023px) {
      .trending-product-wrap .row .col {
        padding: 0;
        width: 100%; }
        .trending-product-wrap .row .col + .col {
          margin-top: 10px; } }
    .trending-product-wrap .row .col a {
      text-decoration: none; }
    .trending-product-wrap .row .col .inner-block {
      background: #000000;
      padding-bottom: 56px;
      position: relative; }
      @media (max-width: 1279px) {
        .trending-product-wrap .row .col .inner-block {
          padding-bottom: 40px; } }
      @media (max-width: 1023px) {
        .trending-product-wrap .row .col .inner-block .img-block {
          text-align: center; } }
      @media (max-width: 1023px) {
        .trending-product-wrap .row .col .inner-block .img-block img {
          max-width: 492px;
          width: 100%; } }
      .trending-product-wrap .row .col .inner-block .content {
        text-align: center;
        max-width: 450px;
        margin: auto;
        padding-top: 40px;
        padding-bottom: 47px; }
        @media (max-width: 1279px) {
          .trending-product-wrap .row .col .inner-block .content {
            max-width: 320px;
            padding-top: 20px;
            padding-bottom: 24px; } }
        @media (max-width: 767px) {
          .trending-product-wrap .row .col .inner-block .content {
            padding: 30px 0 25px; } }
        .trending-product-wrap .row .col .inner-block .content h3 {
          font-size: 48px;
          line-height: 58px;
          font-family: 'Montserrat', sans-serif;
          margin: 0 0 10px;
          color: #fff;
          font-weight: bold;
          letter-spacing: 0; }
          @media (max-width: 1279px) {
            .trending-product-wrap .row .col .inner-block .content h3 {
              font-size: 38px;
              line-height: 48px; } }
          @media (max-width: 767px) {
            .trending-product-wrap .row .col .inner-block .content h3 {
              font-size: 32px;
              line-height: 40px;
              margin: 0 0 15px; } }
        .trending-product-wrap .row .col .inner-block .content p {
          font-size: 30px;
          line-height: 36px;
          margin: 0 0 30px;
          color: #fff;
          font-family: Oxygen; }
          @media (max-width: 1279px) {
            .trending-product-wrap .row .col .inner-block .content p {
              font-size: 24px;
              line-height: 30px;
              margin: 0 0 23px; } }
          @media (max-width: 767px) {
            .trending-product-wrap .row .col .inner-block .content p {
              font-size: 18px;
              line-height: 24px;
              max-width: 225px;
              margin: 0 auto 20px; } }
        .trending-product-wrap .row .col .inner-block .content .button {
          background-color: #1795C4;
          border-color: #1795C4;
          color: #fff;
          text-transform: uppercase;
          font-size: 16px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          line-height: 20px;
          padding: 11px 30px;
          position: relative;
          margin: 0; }
          @media (max-width: 767px) {
            .trending-product-wrap .row .col .inner-block .content .button {
              font-size: 14px;
              line-height: 18px;
              padding: 9px 19px; } }
          .trending-product-wrap .row .col .inner-block .content .button:hover {
            background: #1ebdf7;
            border-color: #1ebdf7; }
      .trending-product-wrap .row .col .inner-block.light {
        background: #EFEFEF; }
        .trending-product-wrap .row .col .inner-block.light .content h3 {
          color: #000; }
        .trending-product-wrap .row .col .inner-block.light .content p {
          color: #000; }
      .trending-product-wrap .row .col .inner-block .sold-out {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        font-size: 22px;
        color: #FF4B4B;
        line-height: 34px;
        font-weight: bold;
        font-family: Oxygen; }
        @media (max-width: 1279px) {
          .trending-product-wrap .row .col .inner-block .sold-out {
            font-size: 16px;
            line-height: 22px; } }

.accessories-wrap {
  padding: 46px 0 33px; }
  @media (max-width: 1279px) {
    .accessories-wrap {
      padding: 30px 0 32px; } }
  @media (max-width: 1023px) {
    .accessories-wrap {
      padding: 40px 0 50px; } }
  @media (max-width: 767px) {
    .accessories-wrap {
      padding: 30px 0 22px; } }
  .accessories-wrap .row {
    display: flex;
    flex-wrap: wrap;
    max-width: 1180px;
    margin: auto; }
    @media (max-width: 1279px) {
      .accessories-wrap .row {
        max-width: 925px; } }
    @media (max-width: 1023px) {
      .accessories-wrap .row {
        display: block; } }
    .accessories-wrap .row .left-col {
      width: calc(100% - 652px);
      padding-right: 30px; }
      @media (max-width: 1279px) {
        .accessories-wrap .row .left-col {
          width: calc(100% - 490px); } }
      @media (max-width: 1023px) {
        .accessories-wrap .row .left-col {
          width: 100%;
          text-align: center;
          padding: 0; } }
      .accessories-wrap .row .left-col h3 {
        font-size: 48px;
        line-height: 58px;
        margin: 15px 0 23px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        color: #000000;
        letter-spacing: 0; }
        @media (max-width: 1279px) {
          .accessories-wrap .row .left-col h3 {
            font-size: 38px;
            line-height: 48px;
            margin: 13px 0 15px; } }
        @media (max-width: 1023px) {
          .accessories-wrap .row .left-col h3 {
            margin: 0 0 12px; } }
        @media (max-width: 767px) {
          .accessories-wrap .row .left-col h3 {
            font-size: 32px;
            line-height: 40px;
            margin: 0 0 10px; } }
      .accessories-wrap .row .left-col p {
        display: flex;
        align-items: center;
        margin: 0; }
        @media (max-width: 1023px) {
          .accessories-wrap .row .left-col p {
            display: block;
            margin: 0 0 30px; } }
        .accessories-wrap .row .left-col p span {
          font-size: 30px;
          line-height: 44px;
          font-family: Oxygen;
          color: #000000;
          display: inline-block;
          margin-right: 40px; }
          @media (max-width: 1279px) {
            .accessories-wrap .row .left-col p span {
              font-size: 24px; } }
          @media (max-width: 1023px) {
            .accessories-wrap .row .left-col p span {
              width: 100%;
              margin: 0;
              display: inline-block;
              line-height: 50px;
              margin: 0 0 20px; } }
          @media (max-width: 767px) {
            .accessories-wrap .row .left-col p span {
              font-size: 18px;
              line-height: 24px; } }
        .accessories-wrap .row .left-col p .button {
          background-color: #1795C4;
          border-color: #1795C4;
          color: #fff;
          text-transform: uppercase;
          font-size: 16px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          line-height: 20px;
          padding: 11px 30px;
          position: relative;
          margin: 0; }
          .accessories-wrap .row .left-col p .button:hover {
            background: #1ebdf7;
            border-color: #1ebdf7; }
    .accessories-wrap .row .right-col {
      width: 652px; }
      @media (max-width: 1279px) {
        .accessories-wrap .row .right-col {
          width: 490px; } }
      @media (max-width: 1023px) {
        .accessories-wrap .row .right-col {
          width: 100%;
          text-align: center; }
          .accessories-wrap .row .right-col img {
            max-width: 490px;
            width: 100%; } }

.acc-below-product-wrap {
  overflow: hidden;
  margin: 0 0 85px; }
  @media (max-width: 1279px) {
    .acc-below-product-wrap {
      margin: 0 0 60px; } }
  @media (max-width: 767px) {
    .acc-below-product-wrap {
      margin: 0 0 50px; } }
  .acc-below-product-wrap .container {
    max-width: 1440px;
    padding: 0 10px; }
  .acc-below-product-wrap .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -11px; }
    @media (max-width: 1279px) {
      .acc-below-product-wrap .row {
        margin: 0 -7.5px; } }
    @media (max-width: 1023px) {
      .acc-below-product-wrap .row {
        margin: 0 -5px; } }
    .acc-below-product-wrap .row .col {
      padding: 0 11px;
      width: 33.33%; }
      @media (max-width: 1279px) {
        .acc-below-product-wrap .row .col {
          padding: 0 7.5px; } }
      @media (max-width: 1023px) {
        .acc-below-product-wrap .row .col {
          padding: 0 5px; } }
      @media (max-width: 767px) {
        .acc-below-product-wrap .row .col {
          width: 100%; }
          .acc-below-product-wrap .row .col + .col {
            margin-top: 20px; } }
      .acc-below-product-wrap .row .col .inner-block {
        background: #000;
        padding: 0 0 46px 34px;
        height: 100%; }
        @media (max-width: 1279px) {
          .acc-below-product-wrap .row .col .inner-block {
            padding: 0 0 20px 24px; } }
        @media (max-width: 1023px) {
          .acc-below-product-wrap .row .col .inner-block {
            padding: 0 0 15px 15px; } }
        @media (max-width: 767px) {
          .acc-below-product-wrap .row .col .inner-block {
            padding: 0 0 20px 20px;
            max-width: 375px;
            margin: auto; } }
        .acc-below-product-wrap .row .col .inner-block a {
          text-decoration: none; }
        .acc-below-product-wrap .row .col .inner-block .content {
          padding-right: 44px; }
          @media (max-width: 1279px) {
            .acc-below-product-wrap .row .col .inner-block .content {
              padding-right: 24px; } }
          @media (max-width: 1023px) {
            .acc-below-product-wrap .row .col .inner-block .content {
              padding-right: 14px; } }
          @media (max-width: 767px) {
            .acc-below-product-wrap .row .col .inner-block .content {
              padding-right: 20px; } }
          .acc-below-product-wrap .row .col .inner-block .content h3 {
            font-size: 48px;
            line-height: 58px;
            margin: 20px 0 25px;
            font-family: 'Montserrat', sans-serif;
            font-weight: bold;
            color: #fff;
            text-transform: uppercase;
            letter-spacing: 0; }
            @media (max-width: 1365px) {
              .acc-below-product-wrap .row .col .inner-block .content h3 {
                font-size: 44px; } }
            @media (max-width: 1279px) {
              .acc-below-product-wrap .row .col .inner-block .content h3 {
                font-size: 36px;
                line-height: 44px;
                margin: 15px 0; } }
            @media (max-width: 1023px) {
              .acc-below-product-wrap .row .col .inner-block .content h3 {
                font-size: 25px;
                line-height: 30px;
                margin: 5px 0 15px; } }
            @media (max-width: 767px) {
              .acc-below-product-wrap .row .col .inner-block .content h3 {
                font-size: 32px;
                line-height: 40px;
                margin: 20px 0; } }
          .acc-below-product-wrap .row .col .inner-block .content p {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin: 0; }
            .acc-below-product-wrap .row .col .inner-block .content p strong {
              text-align: center;
              font-size: 22px;
              color: #FF4B4B;
              line-height: 34px;
              font-weight: bold;
              font-family: Oxygen; }
              @media (max-width: 1279px) {
                .acc-below-product-wrap .row .col .inner-block .content p strong {
                  font-size: 16px;
                  line-height: 22px; } }
              @media (max-width: 1023px) {
                .acc-below-product-wrap .row .col .inner-block .content p strong {
                  font-size: 14px;
                  line-height: 22px; } }
              @media (max-width: 767px) {
                .acc-below-product-wrap .row .col .inner-block .content p strong {
                  font-size: 16px;
                  line-height: 22px; } }
          .acc-below-product-wrap .row .col .inner-block .content .button {
            background-color: #1795C4;
            border-color: #1795C4;
            color: #fff;
            text-transform: uppercase;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700;
            font-size: 16px;
            line-height: 20px;
            padding: 11px 30px;
            position: relative;
            margin: 0; }
            @media (max-width: 1023px) {
              .acc-below-product-wrap .row .col .inner-block .content .button {
                font-size: 14px;
                line-height: 18px;
                padding: 6px 18px; } }
            @media (max-width: 767px) {
              .acc-below-product-wrap .row .col .inner-block .content .button {
                font-size: 16px;
                line-height: 20px;
                padding: 11px 30px; } }
            .acc-below-product-wrap .row .col .inner-block .content .button:hover {
              background: #1ebdf7;
              border-color: #1ebdf7; }

.what-we-love-wrap {
  margin-bottom: 47px;
  display: inline-block;
  width: 100%; }
  @media (max-width: 1279px) {
    .what-we-love-wrap {
      margin-bottom: 37px; } }
  .what-we-love-wrap .title {
    font-size: 42px;
    line-height: 52px;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    font-weight: 800;
    margin: 0 0 30px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0; }
    @media (max-width: 1279px) {
      .what-we-love-wrap .title {
        font-size: 32px;
        line-height: 40px;
        margin: 0 0 34px; } }
    @media (max-width: 1023px) {
      .what-we-love-wrap .title {
        font-size: 26px;
        line-height: 32px;
        margin: 0 0 30px; } }
    @media (max-width: 767px) {
      .what-we-love-wrap .title {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px; } }
  .what-we-love-wrap .video-item {
    text-align: center; }
    @media (max-width: 640px) {
      .what-we-love-wrap .video-item {
        margin: 0 -10px; } }
  .what-we-love-wrap iframe {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    height: 675px;
    margin-bottom: 50px; }
    @media (max-width: 1279px) {
      .what-we-love-wrap iframe {
        max-width: 900px;
        height: 506px;
        margin-bottom: 40px; } }
    @media (max-width: 1023px) {
      .what-we-love-wrap iframe {
        max-width: 640px;
        height: 360px;
        margin-bottom: 30px; } }
    @media (max-width: 640px) {
      .what-we-love-wrap iframe {
        max-width: 356px;
        height: 200px;
        margin-bottom: 20px; } }
  .what-we-love-wrap .bottom-content {
    max-width: 1030px;
    margin: auto; }
    @media (max-width: 1279px) {
      .what-we-love-wrap .bottom-content {
        max-width: 880px; } }
    @media (max-width: 1023px) {
      .what-we-love-wrap .bottom-content {
        max-width: 640px;
        margin-bottom: 15px; } }
    .what-we-love-wrap .bottom-content p {
      font-size: 18px;
      line-height: 30px;
      color: #000;
      font-family: Oxygen;
      margin: 0 0 30px;
      letter-spacing: -0.2px; }
      @media (max-width: 1279px) {
        .what-we-love-wrap .bottom-content p {
          font-size: 16px;
          line-height: 28px; } }
      @media (max-width: 767px) {
        .what-we-love-wrap .bottom-content p {
          font-size: 15px;
          line-height: 24px; } }
      .what-we-love-wrap .bottom-content p:last-child {
        margin: 0; }

.top-description {
  margin: -5px -0.75rem 97px; }
  @media (max-width: 1279px) {
    .top-description {
      margin-bottom: 50px; } }
  @media (max-width: 1023px) {
    .top-description {
      margin: 0 0 35px;
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .top-description {
      padding: 0; } }
  .top-description .row {
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    @media (min-width: 1365px) {
      .top-description .row {
        margin: 0 -10px; } }
    @media (max-width: 1365px) {
      .top-description .row {
        padding: 0 20px; } }
    @media (max-width: 1279px) {
      .top-description .row {
        max-width: 975px;
        margin: auto;
        padding: 0; } }
    @media (max-width: 1023px) {
      .top-description .row {
        margin: 0; } }
    .top-description .row .left-col {
      width: 100%; }
      @media (max-width: 1023px) {
        .top-description .row .left-col {
          text-align: center; } }
      @media (max-width: 767px) {
        .top-description .row .left-col {
          padding: 0 10px; } }
      .top-description .row .left-col h3 {
        font-size: 52px;
        line-height: 62px;
        margin: 37px 0 8px;
        color: #000000;
        font-family: 'Montserrat', sans-serif;
        padding-left: 30px;
        max-width: 590px;
        letter-spacing: 0; }
        @media (max-width: 1279px) {
          .top-description .row .left-col h3 {
            font-size: 38px;
            line-height: 46px;
            margin: 28px 0 5px;
            padding-left: 22px;
            max-width: 464px; } }
        @media (max-width: 1023px) {
          .top-description .row .left-col h3 {
            max-width: 100%; } }
        @media (max-width: 767px) {
          .top-description .row .left-col h3 {
            font-size: 32px;
            margin: 19px 0 0;
            padding: 0; } }
      .top-description .row .left-col h4 {
        margin: 0 0 30px;
        font-size: 24px;
        line-height: 30px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #000000;
        padding-left: 30px;
        max-width: 590px;
        letter-spacing: 0; }
        @media (max-width: 1279px) {
          .top-description .row .left-col h4 {
            max-width: 464px;
            padding-left: 22px;
            margin: 0 0 15px; } }
        @media (max-width: 1023px) {
          .top-description .row .left-col h4 {
            max-width: 100%; } }
        @media (max-width: 767px) {
          .top-description .row .left-col h4 {
            font-size: 18px;
            line-height: 24px;
            margin: 0 0 15px 0;
            padding: 0; } }
      .top-description .row .left-col .content-bg {
        background: #F6F6F6;
        padding: 27px 30px;
        position: relative; }
        @media (max-width: 1279px) {
          .top-description .row .left-col .content-bg {
            padding: 23px 22px 25px; } }
        @media (max-width: 1023px) {
          .top-description .row .left-col .content-bg {
            padding: 20px 22px 22px; } }
        @media (max-width: 767px) {
          .top-description .row .left-col .content-bg {
            padding: 20px 20px 22px; } }
        @media (max-width: 767px) {
          .top-description .row .left-col .content-bg {
            padding-right: 15px; } }
        .top-description .row .left-col .content-bg:before {
          position: absolute;
          bottom: 0;
          right: 0;
          content: '';
          width: 0;
          height: 0;
          border-bottom: 58px solid #fff;
          border-left: 48px solid transparent; }
          @media (max-width: 1279px) {
            .top-description .row .left-col .content-bg:before {
              border-bottom: 45px solid #fff;
              border-left: 40px solid transparent; } }
      .top-description .row .left-col p {
        margin: 0;
        font-size: 18px;
        line-height: 30px;
        color: #000;
        font-family: Oxygen;
        max-width: 590px; }
        @media (max-width: 1365px) {
          .top-description .row .left-col p {
            max-width: 500px; } }
        @media (max-width: 1279px) {
          .top-description .row .left-col p {
            max-width: 442px;
            font-size: 16px;
            line-height: 24px; } }
        @media (max-width: 1023px) {
          .top-description .row .left-col p {
            max-width: 100%;
            text-align: left; } }
    .top-description .row .video-col {
      width: 46.6%;
      position: absolute;
      right: 60px;
      top: 0;
      z-index: 1; }
      .top-description .row .video-col .video-blk {
        line-height: 0; }
        @media (max-width: 1023px) {
          .top-description .row .video-col .video-blk {
            margin: 0 0 30px; } }
        @media (max-width: 767px) {
          .top-description .row .video-col .video-blk {
            margin: 0 -10px 20px; } }
      .top-description .row .video-col iframe {
        width: 100%; }
        @media (max-width: 1279px) {
          .top-description .row .video-col iframe {
            height: 260px; } }
        @media (max-width: 1023px) {
          .top-description .row .video-col iframe {
            width: 461px; } }
        @media (max-width: 767px) {
          .top-description .row .video-col iframe {
            width: 100%;
            max-width: 355px;
            height: 200px; } }
      @media (max-width: 1365px) {
        .top-description .row .video-col {
          right: 80px; } }
      @media (max-width: 1279px) {
        .top-description .row .video-col {
          width: 461px;
          right: 45px; } }
      @media (max-width: 1023px) {
        .top-description .row .video-col {
          position: relative;
          width: 100%;
          right: 0;
          text-align: center; } }

body div #product-listing-container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.bottom-desc {
  display: inline-block;
  width: 100%;
  margin: 0 0 40px; }
  @media (max-width: 1023px) {
    .bottom-desc {
      margin: 10px 0 55px; } }
  .bottom-desc p:empty {
    margin: 0; }
  .bottom-desc .bottom-description {
    max-width: 1000px;
    margin: auto; }
    @media (max-width: 1024px) {
      .bottom-desc .bottom-description {
        max-width: 900px; } }
    @media (max-width: 1023px) {
      .bottom-desc .bottom-description {
        max-width: 698px; } }
    @media (max-width: 767px) {
      .bottom-desc .bottom-description {
        padding: 0 10px; } }
    .bottom-desc .bottom-description p {
      font-size: 16px;
      line-height: 28px;
      font-family: Oxygen;
      color: #000; }
      @media (max-width: 767px) {
        .bottom-desc .bottom-description p {
          font-size: 14px;
          line-height: 26px;
          letter-spacing: -0.2px; } }
      .bottom-desc .bottom-description p:last-child {
        margin: 0; }

@media (max-width: 1279px) {
  #category .body .container.custom-container {
    max-width: 975px; } }

@media (max-width: 767px) {
  #category .body .container.custom-container {
    padding: 0 10px; } }

.category-alt .actionBar-container {
  margin-bottom: 20px; }

.category-alt .productGrid {
  max-width: none;
  margin: 0 -10px; }
  @media (max-width: 1279px) {
    .category-alt .productGrid {
      margin: 0 -8px; } }
  @media (max-width: 767px) {
    .category-alt .productGrid {
      margin: 0 -6px; } }
  .category-alt .productGrid .product {
    padding: 0 10px;
    border: none; }
    @media (max-width: 1279px) {
      .category-alt .productGrid .product {
        padding: 0 8px; } }
    @media (max-width: 767px) {
      .category-alt .productGrid .product {
        padding: 0 10px; } }
    .category-alt .productGrid .product .card {
      border: 1px solid transparent;
      padding: 10px;
      padding-bottom: 30px;
      margin: 0 0 35px; }
      @media (max-width: 1279px) {
        .category-alt .productGrid .product .card {
          padding: 8px; } }
      @media (max-width: 767px) {
        .category-alt .productGrid .product .card {
          padding: 0;
          border: none !important; } }
      .category-alt .productGrid .product .card [data-test-info-type="price"] {
        margin: 0 0 10px; }
      .category-alt .productGrid .product .card:hover {
        border: 1px solid #C0C0C0; }
        .category-alt .productGrid .product .card:hover .card-title a {
          color: #757575; }
      .category-alt .productGrid .product .card .card-figure {
        max-width: 100%; }
        @media (max-width: 1279px) {
          .category-alt .productGrid .product .card .card-figure {
            max-height: 143px; } }
        @media (max-width: 767px) {
          .category-alt .productGrid .product .card .card-figure {
            max-height: 111px; } }
      .category-alt .productGrid .product .card .card-body {
        padding: 10px 0 0;
        height: auto !important; }
        .category-alt .productGrid .product .card .card-body .card-title {
          min-height: auto;
          margin: 0 0 16px;
          font-size: 16px;
          line-height: 1.25; }
          @media (max-width: 1279px) {
            .category-alt .productGrid .product .card .card-body .card-title {
              font-size: 14px; } }
          .category-alt .productGrid .product .card .card-body .card-title a {
            color: #000000;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4;
            /* number of lines to show */
            line-clamp: 4;
            -webkit-box-orient: vertical; }
            .category-alt .productGrid .product .card .card-body .card-title a:hover {
              color: #757575; }
        .category-alt .productGrid .product .card .card-body .price-section {
          font-size: 16px;
          line-height: 26px;
          font-weight: bold; }
          @media (max-width: 1279px) {
            .category-alt .productGrid .product .card .card-body .price-section {
              font-size: 13px; } }
          .category-alt .productGrid .product .card .card-body .price-section .price {
            font-size: 22px; }
            @media (max-width: 1279px) {
              .category-alt .productGrid .product .card .card-body .price-section .price {
                font-size: 20px; } }

@media (max-width: 1279px) {
  #product-listing-container .productGrid .product .card-body .card-icons a {
    font-size: 10px;
    padding: 2px 10px !important; } }

#product-listing-container .productGrid .product .card-body .card-icons .made {
  padding: 2px 8px; }
  @media (max-width: 1279px) {
    #product-listing-container .productGrid .product .card-body .card-icons .made {
      font-size: 10px;
      padding: 2px 5px !important;
      width: auto; } }
  #product-listing-container .productGrid .product .card-body .card-icons .made img {
    bottom: 1px; }

@media (max-width: 1023px) {
  .category-alt .actionBar-container {
    padding: 13px 10px 11px; } }

.category-alt .actionBar-container .form-field {
  position: relative; }
  @media (max-width: 767px) {
    .category-alt .actionBar-container .form-field {
      margin: 0 auto 15px;
      max-width: 260px; } }
  .category-alt .actionBar-container .form-field:after {
    top: 50%;
    transform: translate(0, -50%);
    right: 32px;
    display: inline-block; }
  .category-alt .actionBar-container .form-field .form-label {
    font-size: 14px;
    text-transform: none;
    display: inline-block;
    padding: 0;
    margin-right: 5px; }

.category-alt .actionBar-container .form-select {
  appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 6.174l5.313-4.96.23-.214.457.427-.23.214-5.51 5.146L6.03 7 6 6.972 5.97 7l-.23-.214L.23 1.64 0 1.428.458 1l.23.214L6 6.174z' stroke-linecap='square' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px; }
  @media (max-width: 767px) {
    .category-alt .actionBar-container .form-select {
      max-width: 200px;
      height: 35px; } }

.chris-shop-all-wrap {
  margin: 0 0 60px; }
  @media (max-width: 1023px) {
    .chris-shop-all-wrap {
      margin: 0 0 72px; } }
  .chris-shop-all-wrap .container {
    max-width: 1280px !important;
    padding: 0 25px !important; }
    @media (max-width: 767px) {
      .chris-shop-all-wrap .container {
        padding: 0 10px !important; } }
  .chris-shop-all-wrap .row {
    max-width: 1093px;
    margin: auto;
    background: #EFEFEF;
    padding: 11px 20px; }
    @media (max-width: 1023px) {
      .chris-shop-all-wrap .row {
        position: relative;
        padding: 11px 35px 32px; } }
    @media (max-width: 767px) {
      .chris-shop-all-wrap .row {
        padding: 16px 10px 36px; } }
    .chris-shop-all-wrap .row a {
      display: flex;
      align-items: center;
      text-decoration: none; }
      @media (max-width: 767px) {
        .chris-shop-all-wrap .row a {
          flex-direction: column;
          text-align: center; } }
    .chris-shop-all-wrap .row .img-block {
      padding-right: 20px;
      margin-right: 20px;
      border-right: 2px solid #000000; }
      @media (max-width: 1199px) {
        .chris-shop-all-wrap .row .img-block {
          padding-right: 10px;
          margin-right: 10px; } }
      @media (max-width: 1023px) {
        .chris-shop-all-wrap .row .img-block {
          min-height: 71px;
          display: flex;
          align-items: center; } }
      @media (max-width: 767px) {
        .chris-shop-all-wrap .row .img-block {
          min-height: auto;
          margin: 0 0 10px;
          padding: 0;
          border: none; } }
      .chris-shop-all-wrap .row .img-block img {
        max-width: 66px;
        margin: auto; }
        @media (max-width: 1023px) {
          .chris-shop-all-wrap .row .img-block img {
            max-width: 54px; } }
    .chris-shop-all-wrap .row .content-block h3 {
      margin: 0;
      font-size: 22px;
      line-height: 28px;
      font-weight: 800;
      font-family: 'Montserrat', sans-serif;
      color: #000000;
      letter-spacing: 0; }
      @media (max-width: 1199px) {
        .chris-shop-all-wrap .row .content-block h3 {
          font-size: 20px;
          line-height: 24px; } }
    .chris-shop-all-wrap .row .content-block p {
      margin: 0;
      font-size: 18px;
      line-height: 38px;
      color: #000000;
      font-family: Oxygen;
      letter-spacing: -0.3px; }
      @media (max-width: 1199px) {
        .chris-shop-all-wrap .row .content-block p {
          font-size: 16px;
          line-height: 33px; } }
      @media (max-width: 767px) {
        .chris-shop-all-wrap .row .content-block p {
          line-height: 20px;
          margin: 10px 0 0; } }
    .chris-shop-all-wrap .row .button-block {
      margin-left: auto;
      padding-left: 10px; }
      @media (max-width: 1023px) {
        .chris-shop-all-wrap .row .button-block {
          margin: 0;
          padding: 0;
          position: absolute;
          bottom: -22px;
          left: 0;
          right: 0;
          text-align: center; } }
      .chris-shop-all-wrap .row .button-block .button {
        background: #DED796;
        border: none;
        padding: 12px 20px;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 0; }
        .chris-shop-all-wrap .row .button-block .button:hover {
          background: #000;
          color: #DED796; }
        @media (max-width: 1199px) {
          .chris-shop-all-wrap .row .button-block .button {
            font-size: 15px;
            padding: 12px 10px; } }

#category.microtech-custom-page .body {
  overflow: hidden;
  min-height: 100vh; }

#category.active-microtech-header {
  overflow: hidden; }

#category.custom-sticky.stick-head .microtech-header {
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
  background: #101010;
  padding: 0;
  margin: 0;
  z-index: 4; }
  @media (max-width: 1023px) {
    #category.custom-sticky.stick-head .microtech-header {
      background: #DB0000; } }
  #category.custom-sticky.stick-head .microtech-header .row {
    padding-left: 193px; }
    @media (max-width: 1365px) {
      #category.custom-sticky.stick-head .microtech-header .row {
        padding-left: 100px; } }
    @media (max-width: 1023px) {
      #category.custom-sticky.stick-head .microtech-header .row {
        flex-direction: row;
        padding: 2px 0 2px 20px; } }
    #category.custom-sticky.stick-head .microtech-header .row .left-block {
      margin-right: 233px; }
      @media (max-width: 1365px) {
        #category.custom-sticky.stick-head .microtech-header .row .left-block {
          margin-right: 139px; } }
      @media (max-width: 1023px) {
        #category.custom-sticky.stick-head .microtech-header .row .left-block {
          margin-right: 0; } }
      @media (max-width: 1023px) {
        #category.custom-sticky.stick-head .microtech-header .row .left-block .img-block {
          padding-right: 20px;
          border-right: 1px solid #FFFFFF; } }
      #category.custom-sticky.stick-head .microtech-header .row .left-block .img-block img {
        width: auto;
        max-height: 51px;
        margin: 3px 0 2px; }
        @media (max-width: 1023px) {
          #category.custom-sticky.stick-head .microtech-header .row .left-block .img-block img {
            display: none; } }
        #category.custom-sticky.stick-head .microtech-header .row .left-block .img-block img.image-mobile {
          display: none; }
          @media (max-width: 1023px) {
            #category.custom-sticky.stick-head .microtech-header .row .left-block .img-block img.image-mobile {
              display: block; } }
    #category.custom-sticky.stick-head .microtech-header .row .right-block {
      margin: 0;
      width: calc(100% - 181px - 233px); }
      @media (max-width: 1365px) {
        #category.custom-sticky.stick-head .microtech-header .row .right-block {
          width: calc(100% - 181px - 139px); } }
      @media (max-width: 1365px) {
        #category.custom-sticky.stick-head .microtech-header .row .right-block {
          width: calc(100% - 181px - 139px); } }
      @media (max-width: 1365px) {
        #category.custom-sticky.stick-head .microtech-header .row .right-block {
          width: calc(100% - 56px); } }
      @media (max-width: 1023px) {
        #category.custom-sticky.stick-head .microtech-header .row .right-block::after, #category.custom-sticky.stick-head .microtech-header .row .right-block::before {
          opacity: 0;
          visibility: hidden; } }
      @media (max-width: 767px) {
        #category.custom-sticky.stick-head .microtech-header .row .right-block .category-toggle-menu .menu-inn .toggle-inn {
          margin-left: -50px; } }
      @media (max-width: 1023px) {
        #category.custom-sticky.stick-head .microtech-header .row .right-block .menu-wrap {
          top: 42px; } }
      #category.custom-sticky.stick-head .microtech-header .row .right-block .menu-wrap ul li a.menu-link {
        padding: 16px 0 16px; }
        @media (max-width: 1365px) {
          #category.custom-sticky.stick-head .microtech-header .row .right-block .menu-wrap ul li a.menu-link {
            padding: 19px 0 18px; } }
        @media (max-width: 1023px) {
          #category.custom-sticky.stick-head .microtech-header .row .right-block .menu-wrap ul li a.menu-link {
            padding: 22px 20px 16px; } }
      @media (max-width: 1365px) {
        #category.custom-sticky.stick-head .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap {
          background-size: contain; } }
      #category.custom-sticky.stick-head .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item a {
        padding: 0; }

#category.custom-sticky.stick-head .microtech-child-page .microtech-header {
  padding: 0; }
  @media (max-width: 1023px) {
    #category.custom-sticky.stick-head .microtech-child-page .microtech-header {
      background: #DB0000; } }
  @media (max-width: 1023px) {
    #category.custom-sticky.stick-head .microtech-child-page .microtech-header .row .right-block {
      margin-bottom: 0; } }

#category .microtech-top-section {
  background: url(https://www.dlttrading.com/product_images/uploaded_images/hero-section-bg-merged.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  #category .microtech-top-section .microtech-header {
    padding: 11px 0;
    z-index: 4;
    position: relative; }
    @media (max-width: 1365px) {
      #category .microtech-top-section .microtech-header {
        padding: 8px 0 6px; } }
    @media (max-width: 1023px) {
      #category .microtech-top-section .microtech-header {
        padding: 16px 0 0; } }
    #category .microtech-top-section .microtech-header + .menu--bg {
      z-index: 3; }
    #category .microtech-top-section .microtech-header .custom-container {
      margin: 0 auto;
      max-width: 1440px;
      width: 100%;
      padding: 0; }
    #category .microtech-top-section .microtech-header .row {
      display: flex;
      padding: 0 0 0 65px; }
      @media (max-width: 1365px) {
        #category .microtech-top-section .microtech-header .row {
          padding: 0 0 0 46px; } }
      @media (max-width: 1023px) {
        #category .microtech-top-section .microtech-header .row {
          flex-direction: column;
          padding: 0; } }
      #category .microtech-top-section .microtech-header .row .left-block {
        margin-right: 121px; }
        @media (max-width: 1365px) {
          #category .microtech-top-section .microtech-header .row .left-block {
            margin-right: 93px; } }
        @media (max-width: 1023px) {
          #category .microtech-top-section .microtech-header .row .left-block {
            margin-right: 0;
            text-align: center; } }
        #category .microtech-top-section .microtech-header .row .left-block .img-block {
          margin: 0; }
        @media (max-width: 1365px) {
          #category .microtech-top-section .microtech-header .row .left-block img {
            max-width: 313px;
            max-height: 87px; } }
        #category .microtech-top-section .microtech-header .row .left-block img.image-mobile {
          display: none; }
      #category .microtech-top-section .microtech-header .row .right-block {
        background-color: #DB0000;
        position: relative;
        width: calc(100% - 440px - 121px);
        margin: 27px 0 35px; }
        @media (max-width: 1365px) {
          #category .microtech-top-section .microtech-header .row .right-block {
            width: calc(100% - 313px - 93px); } }
        @media (max-width: 1023px) {
          #category .microtech-top-section .microtech-header .row .right-block {
            width: calc(100% - 59px);
            margin: 5px 0 40px 59px; } }
        @media (max-width: 767px) {
          #category .microtech-top-section .microtech-header .row .right-block {
            width: calc(100% - 44px);
            margin: 5px 0 40px 44px; } }
        #category .microtech-top-section .microtech-header .row .right-block::before, #category .microtech-top-section .microtech-header .row .right-block::after {
          position: absolute;
          content: '';
          top: 0;
          width: 10px;
          height: 100%;
          background-color: #DB0000; }
          @media (max-width: 1365px) {
            #category .microtech-top-section .microtech-header .row .right-block::before, #category .microtech-top-section .microtech-header .row .right-block::after {
              width: 7px; } }
          @media (max-width: 767px) {
            #category .microtech-top-section .microtech-header .row .right-block::before, #category .microtech-top-section .microtech-header .row .right-block::after {
              width: 6px; } }
        #category .microtech-top-section .microtech-header .row .right-block::before {
          left: -20px; }
          @media (max-width: 1365px) {
            #category .microtech-top-section .microtech-header .row .right-block::before {
              left: -14px; } }
          @media (max-width: 767px) {
            #category .microtech-top-section .microtech-header .row .right-block::before {
              left: -12px; } }
        #category .microtech-top-section .microtech-header .row .right-block::after {
          left: -40px; }
          @media (max-width: 1365px) {
            #category .microtech-top-section .microtech-header .row .right-block::after {
              left: -28px; } }
          @media (max-width: 767px) {
            #category .microtech-top-section .microtech-header .row .right-block::after {
              left: -24px; } }
        #category .microtech-top-section .microtech-header .row .right-block .category-toggle-menu {
          display: none; }
          @media (max-width: 1023px) {
            #category .microtech-top-section .microtech-header .row .right-block .category-toggle-menu {
              display: block; } }
          #category .microtech-top-section .microtech-header .row .right-block .category-toggle-menu.active .menu-inn .toggle-inn {
            transform: rotate(180deg); }
          #category .microtech-top-section .microtech-header .row .right-block .category-toggle-menu.active .menu-inn .view {
            display: none; }
          #category .microtech-top-section .microtech-header .row .right-block .category-toggle-menu.active .menu-inn .hide {
            display: block; }
          #category .microtech-top-section .microtech-header .row .right-block .category-toggle-menu .menu-inn {
            display: flex;
            justify-content: center;
            align-items: center; }
            #category .microtech-top-section .microtech-header .row .right-block .category-toggle-menu .menu-inn .toggle-inn {
              margin-left: -50px;
              transition: all 0.2s ease; }
              @media (max-width: 767px) {
                #category .microtech-top-section .microtech-header .row .right-block .category-toggle-menu .menu-inn .toggle-inn {
                  margin-left: -28px; } }
            #category .microtech-top-section .microtech-header .row .right-block .category-toggle-menu .menu-inn span {
              color: #FFFFFF;
              font-weight: 800;
              font-size: 20px;
              line-height: 24px;
              padding: 8px 10px; }
              #category .microtech-top-section .microtech-header .row .right-block .category-toggle-menu .menu-inn span.hide {
                display: none; }
            #category .microtech-top-section .microtech-header .row .right-block .category-toggle-menu .menu-inn svg {
              fill: #FFFFFF;
              vertical-align: middle; }
        @media (max-width: 1023px) {
          #category .microtech-top-section .microtech-header .row .right-block .menu-wrap {
            display: none;
            position: absolute;
            right: 0;
            background: #FFFFFF;
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 4.9% 100%, 0% 91.4%);
            width: calc(100% - 15px);
            min-height: 378px;
            max-height: 550px;
            overflow-y: scroll;
            z-index: 4; } }
  @media (max-width: 1023px) and (max-width: 767px) {
    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap {
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 7.9% 100%, 0% 92.4%); } }
  @media (max-width: 1023px) and (max-width: 374px) {
    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap {
      width: 100%; } }
        @media (min-width: 1024px) {
          #category .microtech-top-section .microtech-header .row .right-block .menu-wrap > ul {
            position: relative; }
            #category .microtech-top-section .microtech-header .row .right-block .menu-wrap > ul::after {
              position: absolute;
              content: '';
              top: 0;
              bottom: 0;
              width: 9999px;
              right: -9999px;
              height: 100%;
              background-color: #DB0000; } }
        #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul {
          margin: 0;
          padding: 0;
          list-style: none;
          display: flex; }
          @media (max-width: 1023px) {
            #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul {
              display: block; } }
          #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li {
            display: block;
            padding: 0 20px;
            cursor: pointer; }
            @media (max-width: 1365px) {
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li {
                padding: 0 12px; } }
            @media (max-width: 1023px) {
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li {
                padding: 0; } }
            #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li:first-child {
              margin-left: 10px; }
              @media (max-width: 1365px) {
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li:first-child {
                  margin-left: 9px; } }
              @media (max-width: 1023px) {
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li:first-child {
                  margin-left: 0; } }
            @media (max-width: 1023px) {
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li:not(:last-child) {
                border-bottom: 1px solid #C0C0C0; } }
            @media (max-width: 1023px) {
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .main-item {
                display: flex;
                justify-content: space-between;
                align-items: center; } }
            #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li.item-active {
              background-color: #FFFFFF;
              margin-bottom: -11px; }
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li.item-active .main-item a {
                color: #000000; }
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li.item-active .main-item .more svg {
                transform: rotate(180deg); }
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li.item-active .main-item .more svg path {
                  fill: #000000; }
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li.item-active .desktop-mega-menu {
                display: block; }
            #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li.mobile-item-active .mobile-menu {
              display: block; }
            #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu {
              display: none;
              padding: 20px; }
              @media (max-width: 767px) {
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu {
                  padding: 20px 12px; } }
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu .menu-inner .top-block {
                padding-bottom: 5px;
                border-bottom: 1px solid #ACACAC;
                margin-bottom: 14px; }
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu .menu-inner .top-block .back {
                  display: flex;
                  align-items: center;
                  column-gap: 10px;
                  font-size: 15px;
                  line-height: 19px;
                  font-family: 'Montserrat', sans-serif;
                  font-weight: 600;
                  color: #5D0000; }
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu .menu-inner .top-block .back svg path {
                    fill: #5D0000; }
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu .menu-inner .top-block h2 {
                  letter-spacing: 0.9px;
                  font-family: 'Montserrat', sans-serif;
                  font-weight: 800;
                  color: #5D0000;
                  font-size: 18px;
                  line-height: 22px;
                  margin: 20px 0 0; }
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal {
                padding: 0; }
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .top-block {
                  padding: 20px 20px 0;
                  background-image: url(https://www.dlttrading.com/product_images/uploaded_images/shop-by-model-moble-bg.png);
                  background-position: center;
                  background-size: cover;
                  background-repeat: no-repeat;
                  margin-bottom: 0;
                  border-bottom: none; }
                  @media (max-width: 767px) {
                    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .top-block {
                      padding: 14px 12px 0; } }
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .top-block h2 {
                    padding-bottom: 5px;
                    border-bottom: 1px solid #ACACAC; }
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .top-row {
                  display: grid;
                  grid-template-columns: repeat(2, 1fr);
                  column-gap: 15px;
                  padding: 14px 20px 0;
                  background-image: url(https://www.dlttrading.com/product_images/uploaded_images/shop-by-model-moble-bg.png);
                  background-position: center;
                  background-size: cover;
                  background-repeat: no-repeat; }
                  @media (max-width: 767px) {
                    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .top-row {
                      padding: 14px 12px 0;
                      column-gap: 7px; } }
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .top-row .menu-item {
                    text-decoration: none;
                    text-align: center; }
                    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .top-row .menu-item h3 {
                      margin: 4px 0 20px;
                      font-size: 13px;
                      line-height: 16px;
                      font-family: 'Montserrat', sans-serif;
                      font-weight: 800;
                      color: #000000;
                      letter-spacing: 0; }
                      @media (max-width: 550px) {
                        #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .top-row .menu-item h3 {
                          letter-spacing: -0.9px; } }
                    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .top-row .menu-item:last-child h3 {
                      margin-bottom: 0; }
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap {
                  padding: 20px; }
                  @media (max-width: 767px) {
                    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap {
                      padding: 20px 12px; } }
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap .model-list {
                    margin: 0;
                    padding: 0;
                    column-count: 3; }
                    @media (max-width: 767px) {
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap .model-list {
                        column-count: 2; } }
                    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap .model-list .model-list-item {
                      display: block;
                      break-inside: avoid;
                      border: none; }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap .model-list .model-list-item.item-browse-all {
                        background: url(https://www.dlttrading.com/product_images/uploaded_images/browse-all-models-bg.png);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: contain;
                        max-width: 232px;
                        height: 54px;
                        padding: 17.5px 20px; }
                        @media (max-width: 767px) {
                          #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap .model-list .model-list-item.item-browse-all {
                            background: none;
                            border: 2px solid #DB0000;
                            padding: 17.5px 11px; } }
                        #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap .model-list .model-list-item.item-browse-all h3 {
                          color: #000000;
                          margin: 0;
                          max-width: unset; }
                          @media (max-width: 767px) {
                            #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap .model-list .model-list-item.item-browse-all h3 span {
                              display: none; } }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap .model-list .model-list-item a {
                        text-decoration: none; }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap .model-list .model-list-item img {
                        max-width: 120px;
                        height: auto; }
                        @media (max-width: 374px) {
                          #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap .model-list .model-list-item img {
                            max-width: 105px; } }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-modal .bottom-row .list-wrap .model-list .model-list-item h3 {
                        border: none;
                        margin: 5px 0 20px;
                        font-size: 13px;
                        line-height: 16px;
                        font-family: 'Montserrat', sans-serif;
                        font-weight: 700;
                        color: #707070;
                        letter-spacing: 0; }
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-type {
                background-image: url(https://www.dlttrading.com/product_images/uploaded_images/shop-by-type-mobile-bg.png);
                background-size: 150%;
                background-repeat: no-repeat;
                background-position: center; }
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-type .mega-menu-wrap .menu-item {
                  text-align: center;
                  text-decoration: none; }
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-type .mega-menu-wrap .menu-item .image-wrap {
                    max-width: 222px;
                    margin: 0 auto; }
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-type .mega-menu-wrap .menu-item h3 {
                    margin: 4px 0 20px;
                    font-size: 13px;
                    line-height: 16px;
                    font-family: 'Montserrat', sans-serif;
                    font-weight: 800;
                    color: #000000;
                    letter-spacing: 0; }
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .mobile-menu.menu-shop-by-type .mega-menu-wrap .menu-item:last-child h3 {
                    margin-bottom: 0; }
            #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu {
              display: none;
              position: absolute;
              z-index: 4;
              padding-top: 9px; }
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-type {
                width: 1060px;
                right: 190px; }
                @media (max-width: 1365px) {
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-type {
                    right: 70px; } }
                @media (max-width: 1199px) {
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-type {
                    right: 12px;
                    width: 1000px; } }
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-type .mega-menu-wrap {
                  background: url(../img/shop-by-type-bg.svg) no-repeat;
                  background-size: cover;
                  background-position: center;
                  padding: 30px 35px 32px;
                  margin: 0 -9px; }
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-type .mega-menu-wrap .top-row {
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
                    column-gap: 21px; }
                    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-type .mega-menu-wrap .top-row .menu-item {
                      text-decoration: none; }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-type .mega-menu-wrap .top-row .menu-item:hover .image-wrap {
                        background-color: #000000; }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-type .mega-menu-wrap .top-row .menu-item:hover h2 {
                        color: #1795C4; }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-type .mega-menu-wrap .top-row .menu-item .image-wrap {
                        background-color: transparent;
                        transition: all 0.3s ease;
                        padding: 5px; }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-type .mega-menu-wrap .top-row .menu-item h2 {
                        font-family: 'Montserrat', sans-serif;
                        font-weight: 800;
                        font-size: 18px;
                        line-height: 22px;
                        color: #000000;
                        margin: 9px 0 0;
                        text-align: center;
                        letter-spacing: 0; }
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal {
                width: 1433px;
                right: 3px;
                padding: 9px 9px 12px; }
                @media (max-width: 1439px) {
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal {
                    width: 1358px; } }
                @media (max-width: 1365px) {
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal {
                    width: 1019px; } }
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap {
                  background-image: url(https://www.dlttrading.com/product_images/uploaded_images/model-menu-bottom-bg.png);
                  background-repeat: no-repeat;
                  background-size: cover;
                  background-position: bottom right;
                  margin: 0 -9px; }
                  @media (max-width: 1439px) {
                    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap {
                      background-size: contain; } }
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .top-row {
                    display: grid;
                    grid-template-columns: repeat(4, 1fr);
                    column-gap: 21px;
                    padding: 26px 32px 16px;
                    margin: 0 9px;
                    background-image: url(https://www.dlttrading.com/product_images/uploaded_images/model-menu-top-bg.png);
                    background-repeat: no-repeat;
                    background-size: cover;
                    background-position: left top; }
                    @media (max-width: 1365px) {
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .top-row {
                        column-gap: 15px;
                        margin: 0 6px; } }
                    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .top-row .menu-item {
                      text-decoration: none; }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .top-row .menu-item:hover .image-wrap {
                        background-color: #000000; }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .top-row .menu-item:hover h2 {
                        color: #1795C4; }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .top-row .menu-item .image-wrap {
                        background-color: transparent;
                        transition: all 0.3s ease;
                        padding: 5px; }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .top-row .menu-item h2 {
                        font-family: 'Montserrat', sans-serif;
                        font-weight: 800;
                        font-size: 18px;
                        line-height: 22px;
                        color: #000000;
                        margin: 9px 0 0;
                        text-align: center; }
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list {
                    display: block;
                    column-count: 5;
                    padding: 25px 34px;
                    margin: 0; }
                    @media (max-width: 1365px) {
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list {
                        padding: 25px; } }
                    #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item {
                      margin-bottom: 10px;
                      padding: 0; }
                      @media (max-width: 1365px) {
                        #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item {
                          margin: 0 0 10px; } }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item a {
                        display: inline-flex;
                        align-items: center;
                        text-decoration: none; }
                        #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item a:hover h3 {
                          color: #1795C4; }
                        #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item a:hover .image-wrap {
                          background-color: #C0C0C0;
                          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
                        #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item a .image-wrap {
                          padding: 5px;
                          transition: all 0.2s ease; }
                          #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item a .image-wrap img {
                            width: 120px;
                            height: 54px; }
                            @media (max-width: 1365px) {
                              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item a .image-wrap img {
                                width: 90px;
                                height: auto; } }
                        #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item a h3 {
                          margin: 0 0 0 9px;
                          color: #707070;
                          font-size: 15px;
                          line-height: 19px;
                          font-family: 'Montserrat', sans-serif;
                          font-weight: 700;
                          max-width: 120px;
                          letter-spacing: 0; }
                          @media (max-width: 1365px) {
                            #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item a h3 {
                              max-width: 77px;
                              font-size: 13px;
                              line-height: 16px;
                              margin-left: 5px; } }
                      #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item.item-browse-all {
                        background: url(https://www.dlttrading.com/product_images/uploaded_images/browse-all-models-bg.png);
                        background-position: center;
                        background-repeat: no-repeat;
                        background-size: contain;
                        max-width: 232px;
                        height: 54px;
                        padding: 17.5px 20px; }
                        @media (max-width: 1365px) {
                          #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item.item-browse-all {
                            padding: 17.5px 12px; } }
                        #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .desktop-mega-menu.menu-shop-by-modal .mega-menu-wrap .bottom-row ul.model-list .model-list-item.item-browse-all h3 {
                          color: #000000;
                          margin: 0;
                          max-width: unset; }
            #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li a.menu-link {
              text-decoration: none;
              color: #FFFFFF;
              font-size: 20px;
              line-height: 24px;
              padding: 20px 0 18px;
              display: inline-block; }
              @media (max-width: 1365px) {
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li a.menu-link {
                  font-size: 15px;
                  line-height: 19px;
                  padding: 12.5px 0; } }
              @media (max-width: 1023px) {
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li a.menu-link {
                  color: #000000;
                  font-size: 18px;
                  line-height: 22px;
                  padding: 22px 20px 16px;
                  pointer-events: none; } }
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li a.menu-link strong {
                font-weight: 800; }
            #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .more {
              margin-left: 5px;
              margin-left: 4px; }
              @media (max-width: 1023px) {
                #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .more {
                  transform: rotate(-90deg);
                  margin-left: 0;
                  margin-right: 20px;
                  width: 16px;
                  height: 10px; } }
              #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .more svg {
                transition: all 0.3s ease; }
                @media (max-width: 1365px) {
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .more svg {
                    max-width: 11px; } }
                @media (max-width: 1023px) {
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .more svg {
                    max-width: unset; } }
                @media (max-width: 1023px) {
                  #category .microtech-top-section .microtech-header .row .right-block .menu-wrap ul li .more svg path {
                    fill: #DB0000; } }
  #category .microtech-top-section.microtech-child-page .microtech-header {
    background: #101010;
    padding: 4px 0; }
    @media (max-width: 1023px) {
      #category .microtech-top-section.microtech-child-page .microtech-header .row .right-block {
        margin-bottom: 10px; } }
  #category .microtech-top-section .microtech-hero-banner-wrap {
    max-width: 1440px;
    width: 100%;
    margin: -5px auto 0;
    padding: 0 65px 35px;
    display: flex;
    column-gap: 21px; }
    @media (max-width: 1260px) {
      #category .microtech-top-section .microtech-hero-banner-wrap {
        padding: 0 45px 30px; } }
    @media (max-width: 1023px) {
      #category .microtech-top-section .microtech-hero-banner-wrap {
        margin-top: 0;
        padding: 0 30px 27px;
        flex-direction: column;
        justify-content: center;
        align-items: center; } }
    @media (max-width: 767px) {
      #category .microtech-top-section .microtech-hero-banner-wrap {
        padding: 0 20px 32px; } }
    #category .microtech-top-section .microtech-hero-banner-wrap .banner-right {
      display: flex;
      column-gap: 21px; }
      @media (max-width: 1023px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .banner-right {
          justify-content: center; } }
      @media (max-width: 767px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .banner-right {
          column-gap: 10px; } }
      @media (max-width: 767px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .banner-right .microtech-hero-banner .banner-button {
          right: 6px; } }
    #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner {
      position: relative; }
      #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner .hero-banner {
        display: block; }
      #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner .banner-heading {
        position: absolute;
        top: 48px;
        left: 30px; }
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner .banner-heading h2 {
          margin: 0;
          letter-spacing: 0;
          font-weight: 800;
          font-family: 'Montserrat', sans-serif;
          color: #000000; }
      #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner .banner-button {
        padding: 0;
        border: none;
        background: transparent;
        margin: 0;
        height: 44px;
        position: absolute;
        right: 16px;
        bottom: 20px; }
        @media (max-width: 1260px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner .banner-button {
            max-width: 113px;
            height: 31px;
            right: 11px;
            bottom: 14px; } }
        @media (max-width: 1023px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner .banner-button {
            max-width: unset;
            height: 44px;
            width: 155px;
            right: 16px;
            bottom: 20px; } }
        @media (max-width: 767px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner .banner-button {
            height: 25px;
            width: 88px;
            right: 12px;
            bottom: 6px; } }
        @media (max-width: 1260px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner .banner-button svg {
            width: 100%;
            height: 100%; } }
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner .banner-button:hover svg path {
          fill: #FFFFFF;
          transition: all 0.3s ease; }
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner .banner-button:hover svg text {
          fill: #DB0000;
          transition: all 0.3s ease; }
      @media (max-width: 1023px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech {
          max-width: 580px;
          margin-bottom: 30px; } }
      @media (max-width: 767px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech {
          max-width: 334px; } }
      @media (max-width: 1260px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech .banner-heading {
          left: 21px;
          top: 34px; } }
      @media (max-width: 1023px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech .banner-heading {
          left: 29px;
          top: 48px; } }
      @media (max-width: 767px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech .banner-heading {
          left: 16px;
          top: 25px; } }
      #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech h2 {
        font-size: 70px;
        line-height: 86px;
        color: #FFFFFF; }
        @media (max-width: 1260px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech h2 {
            font-size: 49px;
            line-height: 59px; } }
        @media (max-width: 1023px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech h2 {
            font-size: 70px;
            line-height: 86px; } }
        @media (max-width: 767px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech h2 {
            font-size: 40px;
            line-height: 49px; } }
      #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech p {
        font-family: 'Oxygen', sans-serif;
        font-weight: 700;
        font-size: 26px;
        line-height: 34px;
        max-width: 330px;
        color: #FFFFFF; }
        @media (max-width: 1260px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech p {
            font-size: 22px;
            line-height: 31px;
            max-width: 235px; } }
        @media (max-width: 1023px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech p {
            font-size: 26px;
            line-height: 34px;
            max-width: 326px; } }
        @media (max-width: 767px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-ultratech p {
            font-size: 18px;
            line-height: 26px;
            max-width: 190px; } }
      @media (max-width: 1023px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 {
          max-width: 344px; } }
      @media (max-width: 767px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 {
          max-width: 162px; } }
      @media (max-width: 1260px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 .banner-heading {
          top: 30px; } }
      @media (max-width: 1023px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 .banner-heading {
          top: 46px; } }
      @media (max-width: 767px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 .banner-heading {
          top: 16px;
          left: 20px; } }
      #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 h2 {
        font-size: 53px;
        line-height: 53px; }
        @media (max-width: 1260px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 h2 {
            font-size: 38px;
            line-height: 38px; } }
        @media (max-width: 1023px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 h2 {
            font-size: 53px;
            line-height: 53px; } }
        @media (max-width: 767px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 h2 {
            font-size: 25px;
            line-height: 25px; } }
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 h2 span {
          font-size: 93px;
          line-height: 93px;
          display: inline-block;
          margin-top: -14px; }
          @media (max-width: 1260px) {
            #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 h2 span {
              font-size: 65px;
              line-height: 65px; } }
          @media (max-width: 1023px) {
            #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 h2 span {
              font-size: 93px;
              line-height: 93px; } }
          @media (max-width: 767px) {
            #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-utx-85 h2 span {
              font-size: 43px;
              line-height: 43px;
              margin-top: -5px; } }
      @media (max-width: 1023px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-msi {
          max-width: 344px; } }
      @media (max-width: 767px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-msi {
          max-width: 162px; } }
      @media (max-width: 1260px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-msi .banner-heading {
          top: 34px; } }
      @media (max-width: 1023px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-msi .banner-heading {
          top: 48px; } }
      @media (max-width: 767px) {
        #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-msi .banner-heading {
          top: 23px;
          left: 20px; } }
      #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-msi h2 {
        font-size: 80px;
        line-height: 97px; }
        @media (max-width: 1260px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-msi h2 {
            font-size: 56px;
            line-height: 68px; } }
        @media (max-width: 1023px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-msi h2 {
            font-size: 80px;
            line-height: 97px; } }
        @media (max-width: 767px) {
          #category .microtech-top-section .microtech-hero-banner-wrap .microtech-hero-banner.hero-banner-msi h2 {
            font-size: 37px;
            line-height: 45px; } }

#category .microtech-middle-section .microtech-product-listing-wrapper .container {
  max-width: 1310px;
  padding: 0 20px; }
  @media (max-width: 1260px) {
    #category .microtech-middle-section .microtech-product-listing-wrapper .container {
      padding: 0 38px; } }
  @media (max-width: 1023px) {
    #category .microtech-middle-section .microtech-product-listing-wrapper .container {
      padding: 0 32px; } }
  @media (max-width: 767px) {
    #category .microtech-middle-section .microtech-product-listing-wrapper .container {
      padding: 0 20px; } }

#category .microtech-middle-section .microtech-product-listing-wrapper .product-listing-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #C0C0C0;
  margin: 30px 0 0; }
  @media (max-width: 1260px) {
    #category .microtech-middle-section .microtech-product-listing-wrapper .product-listing-header {
      margin: 31px 0 0; } }
  @media (max-width: 767px) {
    #category .microtech-middle-section .microtech-product-listing-wrapper .product-listing-header {
      display: block;
      text-align: center;
      margin: 31px -5px 0; } }
  #category .microtech-middle-section .microtech-product-listing-wrapper .product-listing-header .page-heading {
    margin: 0 0 7px;
    font-size: 30px;
    line-height: 37px;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    letter-spacing: 0; }
    @media (max-width: 1260px) {
      #category .microtech-middle-section .microtech-product-listing-wrapper .product-listing-header .page-heading {
        font-size: 28px;
        line-height: 34px; } }
  #category .microtech-middle-section .microtech-product-listing-wrapper .product-listing-header .shop-all-button {
    font-size: 16px;
    line-height: 19px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #000000;
    padding: 13px 20px 13px 54px;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: inline-block; }
    @media (max-width: 767px) {
      #category .microtech-middle-section .microtech-product-listing-wrapper .product-listing-header .shop-all-button {
        padding: 13px 21px;
        margin-bottom: 20px; } }
    #category .microtech-middle-section .microtech-product-listing-wrapper .product-listing-header .shop-all-button::after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-top: 45px solid #FFFFFF;
      border-right: 45px solid transparent;
      top: 0;
      left: 0; }
      @media (max-width: 767px) {
        #category .microtech-middle-section .microtech-product-listing-wrapper .product-listing-header .shop-all-button::after {
          display: none; } }
    #category .microtech-middle-section .microtech-product-listing-wrapper .product-listing-header .shop-all-button:hover {
      background-color: #DB0000; }

#category .microtech-middle-section .microtech-product-listing-wrapper .productGrid {
  margin: 23px -15px 0; }
  @media (max-width: 1260px) {
    #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid {
      margin: 23px -11px 0; } }
  @media (max-width: 767px) {
    #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid {
      margin: 20px -8px 0; } }
  #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product {
    width: 25% !important;
    padding: 0 15px;
    margin-bottom: 22px; }
    @media (max-width: 1260px) {
      #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product {
        padding: 0 11px; } }
    @media (max-width: 1023px) {
      #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product {
        width: 33.33% !important;
        border: none;
        margin-bottom: 20px; } }
    @media (max-width: 550px) {
      #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product {
        width: 50% !important;
        padding: 0 8px; } }
    #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card {
      border: 1px solid #C0C0C0;
      transition: all 0.3s ease-in-out;
      margin-bottom: 0;
      padding: 10px 10px 39px; }
      @media (max-width: 1260px) {
        #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card {
          padding: 8px 7px 35px; } }
      @media (max-width: 1023px) {
        #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card {
          padding: 7px 7px 15px; } }
      @media (max-width: 767px) {
        #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card {
          padding: 6px 6px 19px; } }
      #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card:hover {
        border-color: #5D0000; }
      #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-figure {
        padding: 0; }
        @media (max-width: 1023px) {
          #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-figure {
            width: 100%;
            float: unset; } }
        #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-figure .card-img-container:after {
          display: none; }
        #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-figure.out-stock-use .card-img-container::before {
          border: none; }
        @media (max-width: 1260px) {
          #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-figure a.best-seller.no-stock {
            height: 18px; } }
        @media (max-width: 550px) {
          #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-figure a.best-seller.no-stock {
            height: 14px; } }
        #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-figure a.best-seller.no-stock span {
          font-family: 'Montserrat', sans-serif;
          font-weight: 800; }
          @media (max-width: 1260px) {
            #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-figure a.best-seller.no-stock span {
              font-size: 10px;
              line-height: 18px; } }
          @media (max-width: 550px) {
            #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-figure a.best-seller.no-stock span {
              font-size: 8px;
              line-height: 14px; } }
        #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-figure .card-image {
          position: static; }
      #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-figcaption {
        display: none; }
      #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body {
        padding: 0; }
        @media (max-width: 1260px) {
          #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body {
            padding: 0; } }
        @media (max-width: 1023px) {
          #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body {
            width: 100%;
            float: unset; } }
        #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body .card-title {
          margin-top: 10px;
          margin-bottom: 17px;
          min-height: unset; }
          @media (max-width: 1260px) {
            #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body .card-title {
              margin: 8px 0 10px; } }
          @media (max-width: 1023px) {
            #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body .card-title {
              margin: 7px 0 10px; } }
          @media (max-width: 550px) {
            #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body .card-title {
              margin-top: 5px; } }
          #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body .card-title a {
            color: #000000;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            text-decoration: none;
            height: 76px;
            font-size: 16px;
            letter-spacing: 0; }
            @media (max-width: 1260px) {
              #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body .card-title a {
                font-size: 14px;
                line-height: 22px;
                height: 66px; } }
            @media (max-width: 550px) {
              #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body .card-title a {
                font-size: 13px;
                line-height: 19px;
                -webkit-line-clamp: 4;
                height: 76px; } }
        @media (max-width: 1260px) {
          #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body .price-section .price-now-label {
            font-size: 14px; } }
        #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body .price-section .price--withoutTax {
          font-size: 22px;
          font-weight: 700; }
          @media (max-width: 1260px) {
            #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-body .price-section .price--withoutTax {
              font-size: 20px; } }
      #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-icons.card-icon-images {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        column-gap: 5px;
        margin-top: 16px; }
        @media (max-width: 1260px) {
          #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-icons.card-icon-images {
            margin-top: 10px; } }
        @media (max-width: 550px) {
          #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-icons.card-icon-images {
            display: block; } }
        #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-icons.card-icon-images .made {
          max-width: 120px;
          display: block; }
          @media (max-width: 550px) {
            #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-icons.card-icon-images .made {
              max-width: 111px;
              margin-bottom: 2px; } }
        #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-icons.card-icon-images .shipping {
          max-width: 120px;
          display: block; }
          @media (max-width: 1260px) {
            #category .microtech-middle-section .microtech-product-listing-wrapper .productGrid li.product .card .card-icons.card-icon-images .shipping {
              max-width: 100px; } }

#category .microtech-middle-section .browse-all-section {
  width: 100%;
  max-width: 850px;
  margin: -13px auto 10px;
  padding: 30px 0 30px;
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none; }
  @media (max-width: 1260px) {
    #category .microtech-middle-section .browse-all-section {
      max-width: 625px;
      padding: 18px 0 21px; } }
  @media (max-width: 1023px) {
    #category .microtech-middle-section .browse-all-section {
      margin-top: 0;
      padding: 16px 0; } }
  @media (max-width: 767px) {
    #category .microtech-middle-section .browse-all-section {
      max-width: 304px;
      padding: 11px 0 20px; } }
  #category .microtech-middle-section .browse-all-section img {
    width: 100px;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -9px; }
    @media (max-width: 1260px) {
      #category .microtech-middle-section .browse-all-section img {
        width: 76px;
        left: -7px; } }
    @media (max-width: 767px) {
      #category .microtech-middle-section .browse-all-section img {
        width: 89px;
        left: -23px;
        top: 6px;
        transform: unset; } }
    @media (max-width: 375px) {
      #category .microtech-middle-section .browse-all-section img {
        width: 79px;
        left: -10px;
        top: 6px;
        transform: unset; } }
  #category .microtech-middle-section .browse-all-section p {
    background-color: #FCFAD7;
    border: 1px solid #FFFFFF;
    border-radius: 40px;
    padding: 14px 30px 14px 0;
    margin: 0;
    width: 100%;
    color: #000000;
    font-size: 26px;
    line-height: 34px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: end; }
    @media (max-width: 1260px) {
      #category .microtech-middle-section .browse-all-section p {
        font-size: 18px;
        line-height: 22px;
        padding: 11px 30px 10px 0; } }
    @media (max-width: 767px) {
      #category .microtech-middle-section .browse-all-section p {
        border-radius: 20px;
        display: block;
        margin-left: 27px;
        padding: 10px 14px 14px 46px;
        font-size: 20px;
        line-height: 25px; } }
    @media (max-width: 374px) {
      #category .microtech-middle-section .browse-all-section p {
        margin-left: 40px;
        padding: 10px 14px 14px 35px; } }
    #category .microtech-middle-section .browse-all-section p span {
      text-decoration: none;
      font-size: 16px;
      line-height: 19px;
      border-bottom: 4px solid #DB0000;
      padding-bottom: 5px;
      margin-left: 30px;
      display: block;
      color: #000000; }
      #category .microtech-middle-section .browse-all-section p span:hover {
        color: #DB0000; }
      @media (max-width: 1260px) {
        #category .microtech-middle-section .browse-all-section p span {
          font-size: 13px;
          line-height: 16px;
          padding-bottom: 3px;
          margin-left: 19px; } }
      @media (max-width: 767px) {
        #category .microtech-middle-section .browse-all-section p span {
          margin-left: 0;
          margin-top: 10px;
          display: inline-block;
          font-size: 14px;
          line-height: 18px;
          padding-bottom: 5px; } }

#category .microtech-middle-section .hero-bottom-wrap {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 46px 40px; }
  @media (max-width: 1260px) {
    #category .microtech-middle-section .hero-bottom-wrap {
      column-gap: 22px;
      padding: 0 46px 28px; } }
  @media (max-width: 1023px) {
    #category .microtech-middle-section .hero-bottom-wrap {
      flex-direction: column;
      align-items: center;
      row-gap: 30px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    #category .microtech-middle-section .hero-bottom-wrap {
      padding: 0 20px 35px; } }
  #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom {
    position: relative; }
    #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom a {
      display: block; }
      @media (max-width: 1023px) {
        #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom a {
          max-width: 640px; } }
      @media (max-width: 767px) {
        #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom a {
          max-width: unset; } }
      @media (max-width: 1260px) {
        #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom a img {
          max-width: 455px; } }
      @media (max-width: 1023px) {
        #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom a img {
          max-width: unset; } }
      @media (max-width: 767px) {
        #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom a img {
          max-width: 334px; } }
      @media (max-width: 374px) {
        #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom a img {
          max-width: 300px; } }
    #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text {
      position: absolute;
      bottom: 16px;
      right: -2px;
      display: flex;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      @media (max-width: 1260px) {
        #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text {
          bottom: 11px;
          right: -1px; } }
      @media (max-width: 1023px) {
        #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text {
          bottom: 16px;
          right: -2px; } }
      @media (max-width: 767px) {
        #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text {
          bottom: 8px;
          right: -1px; } }
      #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .banner-text-bg {
        background-color: #FFFFFF;
        padding: 3px 40px 2px 30px;
        margin-right: -21px;
        transform: skew(-42deg); }
        @media (max-width: 767px) {
          #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .banner-text-bg {
            padding: 2px 40px 2px 30px; } }
        @media (max-width: 374px) {
          #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .banner-text-bg {
            padding: 2px 30px 2px 20px; } }
        #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .banner-text-bg h2 {
          margin: 0;
          font-size: 32px;
          line-height: 39px;
          color: #000000;
          font-family: 'Montserrat', sans-serif;
          font-weight: 800;
          letter-spacing: 0;
          transform: skew(42deg); }
          @media (max-width: 1260px) {
            #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .banner-text-bg h2 {
              font-size: 22px;
              line-height: 27px; } }
          @media (max-width: 1023px) {
            #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .banner-text-bg h2 {
              font-size: 32px;
              line-height: 39px; } }
          @media (max-width: 767px) {
            #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .banner-text-bg h2 {
              font-size: 16px;
              line-height: 19px; } }
          @media (max-width: 374px) {
            #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .banner-text-bg h2 {
              font-size: 15px;
              line-height: 19px; } }
      #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .button {
        padding: 0;
        margin: 0;
        height: 44px;
        border: none;
        background: transparent; }
        @media (max-width: 1260px) {
          #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .button:hover svg {
            height: 100%;
            width: 100%; } }
        #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .button:hover svg path {
          fill: #DB0000;
          transition: all 0.3s ease; }
        @media (max-width: 1260px) {
          #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .button svg {
            height: 100%;
            width: 100%; } }
        @media (max-width: 1260px) {
          #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .button {
            max-width: 139px;
            height: 32px; } }
        @media (max-width: 1023px) {
          #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .button {
            max-width: unset;
            height: 44px; } }
        @media (max-width: 767px) {
          #category .microtech-middle-section .hero-bottom-wrap .hero-banner-bottom .banner-text .button {
            height: 23px;
            width: 96px; } }

#category .microtech-bottom-section .shop-by-type-wrap {
  width: 100%;
  max-width: 1440px;
  padding: 0 14px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    #category .microtech-bottom-section .shop-by-type-wrap {
      padding: 0 20px; } }
  #category .microtech-bottom-section .shop-by-type-wrap h2 {
    text-align: center;
    letter-spacing: 0;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    line-height: 47px;
    margin: 37px 0 10px; }
    @media (max-width: 1260px) {
      #category .microtech-bottom-section .shop-by-type-wrap h2 {
        margin: 22px 0 14px;
        font-size: 30px;
        line-height: 37px; } }
    @media (max-width: 1023px) {
      #category .microtech-bottom-section .shop-by-type-wrap h2 {
        margin: 30px 0 20px;
        font-size: 38px;
        line-height: 47px; } }
    @media (max-width: 767px) {
      #category .microtech-bottom-section .shop-by-type-wrap h2 {
        margin: 15px 0 10px;
        font-size: 28px;
        line-height: 34px; } }
  #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    column-gap: 18px; }
    @media (max-width: 1260px) {
      #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content {
        column-gap: 14px;
        justify-content: center; } }
    @media (max-width: 1023px) {
      #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content {
        flex-direction: column;
        row-gap: 40px; } }
    @media (max-width: 1023px) {
      #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content {
        row-gap: 20px; } }
    #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content .shop-by-type-banner {
      position: relative; }
      #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content .shop-by-type-banner:hover {
        opacity: 0.8; }
      @media (max-width: 1260px) {
        #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content .shop-by-type-banner {
          max-width: 323px; } }
      @media (max-width: 1023px) {
        #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content .shop-by-type-banner {
          max-width: 459px; } }
      #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content .shop-by-type-banner .banner-text {
        position: absolute;
        bottom: 16px;
        left: 20px;
        color: #FFFFFF;
        font-family: 'Montserrat', sans-serif;
        font-size: 30px;
        line-height: 37px;
        margin: 0;
        letter-spacing: 0; }
        @media (max-width: 1260px) {
          #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content .shop-by-type-banner .banner-text {
            font-size: 21px;
            line-height: 25px;
            bottom: 13px;
            left: 14px; } }
        @media (max-width: 1023px) {
          #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content .shop-by-type-banner .banner-text {
            font-size: 30px;
            line-height: 37px;
            bottom: 16px;
            left: 20px; } }
        @media (max-width: 767px) {
          #category .microtech-bottom-section .shop-by-type-wrap .shop-by-type-content .shop-by-type-banner .banner-text {
            font-size: 20px;
            line-height: 24px;
            bottom: 14px;
            left: 15px; } }

#category .microtech-bottom-section .what-we-love-wrap {
  margin-top: 56px;
  margin-bottom: -30px;
  background-color: #101010; }
  @media (max-width: 1260px) {
    #category .microtech-bottom-section .what-we-love-wrap {
      margin-top: 60px; } }
  @media (max-width: 1023px) {
    #category .microtech-bottom-section .what-we-love-wrap {
      margin-top: 70px;
      margin-bottom: -20px; } }
  @media (max-width: 767px) {
    #category .microtech-bottom-section .what-we-love-wrap {
      margin-top: 60px; } }
  #category .microtech-bottom-section .what-we-love-wrap .title {
    margin: 35px 0 30px;
    color: #FFFFFF; }
    @media (max-width: 1260px) {
      #category .microtech-bottom-section .what-we-love-wrap .title {
        font-size: 30px;
        line-height: 37px;
        margin: 24px 0 23px; } }
    @media (max-width: 1023px) {
      #category .microtech-bottom-section .what-we-love-wrap .title {
        font-size: 26px;
        line-height: 32px;
        margin: 30px 0; } }
    @media (max-width: 767px) {
      #category .microtech-bottom-section .what-we-love-wrap .title {
        font-size: 24px;
        line-height: 30px;
        margin: 30px 0 20px; } }
  @media (max-width: 1260px) {
    #category .microtech-bottom-section .what-we-love-wrap iframe {
      margin-bottom: 35px; } }
  @media (max-width: 1023px) {
    #category .microtech-bottom-section .what-we-love-wrap iframe {
      margin-bottom: 30px; } }
  #category .microtech-bottom-section .what-we-love-wrap .bottom-content p {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0;
    margin-bottom: 57px; }
    @media (max-width: 1260px) {
      #category .microtech-bottom-section .what-we-love-wrap .bottom-content p {
        font-size: 20px;
        line-height: 32px;
        max-width: 715px;
        margin: 0 auto 45px; } }
    @media (max-width: 1023px) {
      #category .microtech-bottom-section .what-we-love-wrap .bottom-content p {
        font-size: 16px;
        line-height: 28px;
        max-width: 640px;
        margin: 0 auto 50px; } }
    @media (max-width: 767px) {
      #category .microtech-bottom-section .what-we-love-wrap .bottom-content p {
        font-size: 18px;
        line-height: 26px;
        margin: 0 auto 60px; } }
  @media (max-width: 1260px) {
    #category .microtech-bottom-section .what-we-love-wrap .container {
      max-width: 854px; } }
  @media (max-width: 767px) {
    #category .microtech-bottom-section .what-we-love-wrap .container {
      padding: 0 18px; } }

#category .body .microtech-child-page-content .best-seller span,
#category .body .bark-river-child-page-content .best-seller span {
  z-index: 2; }

#category .body .microtech-child-page-content .container.microtech-child-top-section,
#category .body .microtech-child-page-content .container.bark-river-child-top-section,
#category .body .bark-river-child-page-content .container.microtech-child-top-section,
#category .body .bark-river-child-page-content .container.bark-river-child-top-section {
  position: relative;
  padding-top: 37px; }
  #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block,
  #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block,
  #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block,
  #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block {
    margin-bottom: 67px; }
    @media (max-width: 1023px) {
      #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block {
        margin-bottom: 40px; } }
    #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .page-heading.cat-page-heading,
    #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .page-heading.cat-page-heading,
    #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .page-heading.cat-page-heading,
    #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .page-heading.cat-page-heading {
      margin: 0 0 8px;
      font-size: 52px;
      line-height: 63px;
      font-family: 'Montserrat', sans-serif;
      text-align: left;
      max-width: 630px;
      width: 100%;
      padding: 0 10px 0 30px;
      text-transform: uppercase;
      letter-spacing: 0; }
      @media (max-width: 1360px) {
        #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .page-heading.cat-page-heading,
        #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .page-heading.cat-page-heading,
        #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .page-heading.cat-page-heading,
        #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .page-heading.cat-page-heading {
          font-size: 40px;
          line-height: normal;
          max-width: 50%; } }
      @media (max-width: 1023px) {
        #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .page-heading.cat-page-heading,
        #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .page-heading.cat-page-heading,
        #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .page-heading.cat-page-heading,
        #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .page-heading.cat-page-heading {
          max-width: unset;
          text-align: center;
          padding-left: 10px; } }
    #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap,
    #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap,
    #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap,
    #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap {
      margin-bottom: 30px;
      max-width: 630px;
      width: 100%;
      padding: 0 10px 0 30px;
      color: #000000; }
      @media (max-width: 1360px) {
        #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap,
        #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap,
        #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap,
        #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap {
          max-width: 50%; } }
      @media (max-width: 1023px) {
        #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap,
        #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap,
        #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap,
        #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap {
          max-width: unset;
          text-align: center;
          padding-left: 10px; } }
      #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap div,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap div,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap div,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap div {
        width: 100%; }
        @media (max-width: 1023px) {
          #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap div,
          #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap div,
          #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap div,
          #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap div {
            text-align: center; } }
      #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap p,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap p,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap p,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap p {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 24px;
        line-height: 29px; }
        @media (max-width: 1023px) {
          #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap p,
          #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap p,
          #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .sub-heading-region-wrap p,
          #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .sub-heading-region-wrap p {
            font-size: 20px;
            line-height: 24px; } }
    #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap,
    #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap,
    #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap,
    #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap {
      background-color: #F6F6F6;
      padding: 24px 0 2px 30px;
      position: relative; }
      @media (max-width: 1023px) {
        #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap,
        #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap,
        #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap,
        #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap {
          padding: 20px 12px; } }
      #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap::after,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap::after,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap::after,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap::after {
        position: absolute;
        content: '';
        bottom: 0;
        right: 0;
        width: 50px;
        height: 50px;
        border-bottom: 50px solid #FFFFFF;
        border-left: 50px solid transparent; }
      #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description {
        padding: 0;
        max-width: 600px;
        padding-right: 13px;
        width: 100%;
        margin: 0; }
        @media (max-width: 1360px) {
          #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description,
          #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description,
          #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description,
          #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description {
            max-width: 50%; } }
        @media (max-width: 1023px) {
          #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description,
          #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description,
          #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description,
          #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description {
            max-width: unset;
            padding: 0; } }
        #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents,
        #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents,
        #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents,
        #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents {
          text-align: left;
          padding: 0;
          height: auto !important; }
          #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents, #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents div, #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents p, #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents span,
          #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents,
          #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents div,
          #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents p,
          #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents span,
          #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents,
          #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents div,
          #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents p,
          #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents span,
          #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents,
          #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents div,
          #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents p,
          #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents span {
            font-size: 18px !important;
            line-height: 29px;
            font-family: 'Oxygen', sans-serif !important;
            color: #000000; }
            #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents .gradient, #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents div .gradient, #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents p .gradient, #category .body .microtech-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents span .gradient,
            #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents .gradient,
            #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents div .gradient,
            #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents p .gradient,
            #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents span .gradient,
            #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents .gradient,
            #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents div .gradient,
            #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents p .gradient,
            #category .body .bark-river-child-page-content .container.microtech-child-top-section .left-block .category-description-wrap .category-description .contents span .gradient,
            #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents .gradient,
            #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents div .gradient,
            #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents p .gradient,
            #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .category-description-wrap .category-description .contents span .gradient {
              margin-bottom: 0; }
  #category .body .microtech-child-page-content .container.microtech-child-top-section .right-block,
  #category .body .microtech-child-page-content .container.bark-river-child-top-section .right-block,
  #category .body .bark-river-child-page-content .container.microtech-child-top-section .right-block,
  #category .body .bark-river-child-page-content .container.bark-river-child-top-section .right-block {
    position: absolute;
    top: 0;
    right: 60px;
    z-index: 2;
    max-width: 620px;
    width: 100%;
    text-align: right; }
    @media (max-width: 1360px) {
      #category .body .microtech-child-page-content .container.microtech-child-top-section .right-block,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .right-block,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .right-block,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .right-block {
        max-width: 50%;
        right: 40px;
        text-align: center; } }
    @media (max-width: 1199px) {
      #category .body .microtech-child-page-content .container.microtech-child-top-section .right-block,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .right-block,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .right-block,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .right-block {
        right: 20px;
        text-align: right; } }
    @media (max-width: 1023px) {
      #category .body .microtech-child-page-content .container.microtech-child-top-section .right-block,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .right-block,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .right-block,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .right-block {
        position: static;
        text-align: center;
        max-width: unset;
        margin-bottom: 20px; } }
    @media (min-width: 1024px) and (max-width: 1360px) {
      #category .body .microtech-child-page-content .container.microtech-child-top-section .right-block,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .right-block,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .right-block,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .right-block {
        max-width: 400px; } }
    @media (max-width: 1360px) {
      #category .body .microtech-child-page-content .container.microtech-child-top-section .right-block iframe,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .right-block iframe,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .right-block iframe,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .right-block iframe {
        width: 400px;
        height: 260px; } }
    @media (max-width: 1023px) {
      #category .body .microtech-child-page-content .container.microtech-child-top-section .right-block iframe,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .right-block iframe,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .right-block iframe,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .right-block iframe {
        width: 620px;
        height: 349px; } }
    @media (max-width: 767px) {
      #category .body .microtech-child-page-content .container.microtech-child-top-section .right-block iframe,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .right-block iframe,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .right-block iframe,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .right-block iframe {
        width: 300px;
        height: 200px; } }
    @media (max-width: 374px) {
      #category .body .microtech-child-page-content .container.microtech-child-top-section .right-block iframe,
      #category .body .microtech-child-page-content .container.bark-river-child-top-section .right-block iframe,
      #category .body .bark-river-child-page-content .container.microtech-child-top-section .right-block iframe,
      #category .body .bark-river-child-page-content .container.bark-river-child-top-section .right-block iframe {
        width: 280px;
        height: 180px; } }

@media (max-width: 1023px) {
  #category .body .microtech-child-page-content .container.bark-river-child-top-section .left-block .page-heading.cat-page-heading,
  #category .body .bark-river-child-page-content .container.bark-river-child-top-section .left-block .page-heading.cat-page-heading {
    padding: 0;
    font-size: 35px; } }

@media (min-width: 1024px) and (max-width: 1360px) {
  #category .body .bark-river-child-page-content .container.bark-river-child-top-section .right-block {
    top: 50%;
    transform: translateY(-50%); } }

#product-listing-container .productGrid .product .card-body .card-icons.card-icon-images {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  #product-listing-container .productGrid .product .card-body .card-icons.card-icon-images .made, #product-listing-container .productGrid .product .card-body .card-icons.card-icon-images .shipping {
    padding: 0 !important;
    width: 50% !important;
    border: none;
    margin: 0; }
    #product-listing-container .productGrid .product .card-body .card-icons.card-icon-images .made::before, #product-listing-container .productGrid .product .card-body .card-icons.card-icon-images .made::after, #product-listing-container .productGrid .product .card-body .card-icons.card-icon-images .shipping::before, #product-listing-container .productGrid .product .card-body .card-icons.card-icon-images .shipping::after {
      display: none; }
    #product-listing-container .productGrid .product .card-body .card-icons.card-icon-images .made img, #product-listing-container .productGrid .product .card-body .card-icons.card-icon-images .shipping img {
      margin: 0; }
  #product-listing-container .productGrid .product .card-body .card-icons.card-icon-images .made {
    margin-right: 5px; }

.sign-up-section {
  margin: 20px 0 40px; }
  @media (max-width: 666px) {
    .sign-up-section {
      margin: 45px 0 42px; } }
  .sign-up-section .inner-box {
    background: #EFEFEF;
    display: flex;
    align-items: center;
    max-width: 860px;
    margin: auto;
    padding: 7px 17px 6px 14px; }
    @media (max-width: 1199px) {
      .sign-up-section .inner-box {
        max-width: 810px; } }
    @media (max-width: 1023px) {
      .sign-up-section .inner-box {
        max-width: 698px;
        padding: 7px 12px; } }
    @media (max-width: 666px) {
      .sign-up-section .inner-box {
        flex-direction: column;
        text-align: center;
        max-width: 294px;
        padding: 3px 15px 0; } }
    .sign-up-section .inner-box .svg-box {
      width: 67px;
      height: 67px;
      border: 4px solid #000033;
      background: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 5px; }
      @media (max-width: 1023px) {
        .sign-up-section .inner-box .svg-box {
          width: 60px;
          height: 60px; }
          .sign-up-section .inner-box .svg-box svg {
            width: 33px;
            height: 42px; } }
      @media (max-width: 666px) {
        .sign-up-section .inner-box .svg-box {
          width: 56px;
          height: 56px;
          margin: -31px 0 7px; }
          .sign-up-section .inner-box .svg-box svg {
            width: 31px;
            height: 39px; } }
    .sign-up-section .inner-box .center-content {
      padding-right: 40px;
      padding-left: 15px; }
      @media (max-width: 1023px) {
        .sign-up-section .inner-box .center-content {
          padding-right: 30px; } }
      @media (max-width: 767px) {
        .sign-up-section .inner-box .center-content {
          padding: 0 10px; } }
      @media (max-width: 666px) {
        .sign-up-section .inner-box .center-content {
          padding: 0; } }
      .sign-up-section .inner-box .center-content h5 {
        font-size: 18px;
        line-height: 22px;
        color: #E04E00;
        margin: 0 0 2px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        letter-spacing: 0;
        text-transform: none; }
        @media (max-width: 1199px) {
          .sign-up-section .inner-box .center-content h5 {
            font-size: 16px;
            line-height: 20px;
            margin: 0 0 6px; } }
        @media (max-width: 666px) {
          .sign-up-section .inner-box .center-content h5 {
            margin: 0 0 4px; } }
      .sign-up-section .inner-box .center-content h3 {
        font-size: 29px;
        line-height: 35px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        letter-spacing: 0;
        color: #000000;
        margin: 0; }
        @media (max-width: 1199px) {
          .sign-up-section .inner-box .center-content h3 {
            font-size: 26px;
            line-height: 32px; } }
        @media (max-width: 1023px) {
          .sign-up-section .inner-box .center-content h3 {
            font-size: 22px;
            line-height: 27px; } }
        @media (max-width: 767px) {
          .sign-up-section .inner-box .center-content h3 {
            font-size: 20px;
            line-height: 24px; } }
    .sign-up-section .inner-box .btn-block {
      margin-left: auto; }
      @media (max-width: 666px) {
        .sign-up-section .inner-box .btn-block {
          margin: 17px 0 -22px; } }
      .sign-up-section .inner-box .btn-block .button {
        background: #DED796;
        border: none;
        padding: 12px 20px;
        font-size: 16px;
        line-height: 20px;
        color: #000;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        letter-spacing: 0;
        white-space: nowrap; }
        .sign-up-section .inner-box .btn-block .button:hover {
          background: #000;
          color: #DED796; }

#gorgias-chat-container iframe#chat-window,
#gorgias-chat-container iframe#chat-campaigns {
  z-index: 2147483647 !important; }

#gorgias-chat-container iframe#chat-button {
  z-index: 2147483646 !important; }

#category.custom-sidebar-design .page-sidebar {
  max-width: 258px; }
  #category.custom-sidebar-design .page-sidebar .sidebar-parent {
    border-bottom: 1px solid #DBDBDB;
    padding: 10px 0px; }
    #category.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading {
      font-size: 14px;
      line-height: 35px;
      font-weight: bold;
      color: #707070;
      text-transform: uppercase;
      font-family: 'OXYGEN';
      position: relative;
      margin: 0;
      cursor: pointer; }
      #category.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading::after {
        content: "";
        position: absolute;
        background-image: url("../img/plus.png");
        width: 16px;
        height: 16px;
        top: 10px;
        right: 0; }
        @media (max-width: 1024px) {
          #category.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading::after {
            top: 4px; } }
      @media (max-width: 1023px) {
        #category.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading {
          font-size: 15px;
          line-height: 25px;
          padding-right: 20px; } }
    #category.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading.active {
      color: #1795C4; }
      #category.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading.active::after {
        background-image: url("../img/minus.png");
        height: 4px;
        top: 15px; }
        @media (max-width: 1024px) {
          #category.custom-sidebar-design .page-sidebar .sidebar-parent .sidebarBlock-heading.active::after {
            top: 10px; } }
    #category.custom-sidebar-design .page-sidebar .sidebar-parent .navList {
      display: none;
      margin-bottom: 0; }
      #category.custom-sidebar-design .page-sidebar .sidebar-parent .navList .navList-item a {
        font-size: 14px;
        line-height: 35px;
        font-weight: normal;
        color: #000000;
        font-family: 'MONTSERRAT'; }
        #category.custom-sidebar-design .page-sidebar .sidebar-parent .navList .navList-item a input[type="checkbox"] {
          vertical-align: middle;
          width: 18px;
          height: 18px;
          margin-right: 5px;
          outline: 1px solid #000000; }
        #category.custom-sidebar-design .page-sidebar .sidebar-parent .navList .navList-item a span {
          font-size: 12px;
          color: #707070; }
    @media (max-width: 1024px) {
      #category.custom-sidebar-design .page-sidebar .sidebar-parent {
        width: 100%;
        max-width: 100%; } }
  @media (max-width: 1024px) {
    #category.custom-sidebar-design .page-sidebar {
      max-width: 100%;
      width: 100%; } }

@media (max-width: 1024px) {
  #category.custom-sidebar-design .page-sidebar .nxt-refine-options {
    font-family: 'OXYGEN';
    background: #1795C4;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    padding: 16px;
    margin-bottom: 30px;
    margin-top: 30px; }
    #category.custom-sidebar-design .page-sidebar .nxt-refine-options:hover {
      background: #1795C4; }
    #category.custom-sidebar-design .page-sidebar .nxt-refine-options .nxt-fitler-burger {
      display: none; }
    #category.custom-sidebar-design .page-sidebar .nxt-refine-options img {
      padding-left: 15px; }
  #category.custom-sidebar-design .page-sidebar nav {
    left: -20px;
    position: relative; }
  #category.custom-sidebar-design .page-sidebar #nxt-refines-container {
    position: absolute;
    top: 0;
    width: calc(100% - -40px);
    box-shadow: none;
    height: fit-content;
    background: #F4F4F4;
    padding: 20px 38px; }
    #category.custom-sidebar-design .page-sidebar #nxt-refines-container .nxt-close-refines {
      display: none; }
  #category.custom-sidebar-design .page-sidebar .nxt-refines-slidein {
    -webkit-transition: top 200ms ease-in-out; }
  #category.custom-sidebar-design .page-sidebar .nxt-refine-options.nxt-refine-options-active {
    background: #1EBDF7; }
    #category.custom-sidebar-design .page-sidebar .nxt-refine-options.nxt-refine-options-active img {
      transform: rotate(180deg);
      padding-left: 0;
      padding-right: 15px; } }

#category.custom-sidebar-design .page {
  max-width: 1250px;
  margin: auto; }

@media (max-width: 1024px) {
  #category.custom-sidebar-design .page-content {
    width: 100%;
    max-width: 100%; }
  #category.custom-sidebar-design .category-heading {
    width: 100%; } }

@media (max-width: 1023px) and (min-width: 768px) {
  #category.custom-sidebar-design .page {
    padding: 0 67px; } }

@media (min-width: 980px) {
  header.co-header {
    position: relative !important; } }

body#category #product-listing-container .actionBar {
  margin: 0; }

#product.productView-details {
  padding-bottom: 1rem; }

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

@media (min-width: 801px) {
  .previewCart .productView {
    flex-direction: row; } }

@media (max-width: 800px) {
  .previewCart .productView-img-container::after {
    padding-bottom: 25px; }
  .previewCart .productView-img-container img {
    position: relative; }
  .previewCart .productView {
    margin-top: 20px; } }

@media (min-width: 801px) {
  body .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    margin: 0 0 0 5px; } }

@media (max-width: 800px) {
  body .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    margin: 0; } }

@media (min-width: 801px) {
  body .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    margin: 0 0 0 5px; } }

@media (max-width: 800px) {
  body .navPages-list:not(.navPages-list-depth-max) .navPages-action-moreIcon {
    margin: 0; } }

@media (max-width: 800px) {
  .navBar--account {
    display: block;
    margin-bottom: 25px; }
    .navBar--account .navBar-section {
      display: inline;
      width: 100%;
      float: left; }
      .navBar--account .navBar-section .navBar-item {
        margin-right: 15px !important;
        float: left;
        margin: 0 0.78571rem;
        margin-bottom: 10px;
        margin-left: 0;
        display: inline-block; } }

body#account_paymentmethods .paymentMethod-row form .button {
  font-size: 16px !important; }

body#account_paymentmethods .paymentMethod-row form .button--primary:hover {
  background-color: #81ddff; }

body#account_editpaymentmethod .form-actions .button, body#account_addpaymentmethod .form-actions .button {
  font-size: 16px !important; }

body#account_editpaymentmethod .form-actions .button--primary:hover, body#account_addpaymentmethod .form-actions .button--primary:hover {
  background-color: #81ddff; }

@media (max-width: 801px) {
  .paymentMethodForm-inputs *[id]:before {
    display: contents;
    content: " ";
    margin-top: -130px;
    height: 130px;
    visibility: hidden; } }

#swal2-content.swal2-html-container {
  line-height: 1.6; }

body#product #previewModal .modal-close:focus::after,
body#product #previewModal .modal-close:focus::before {
  display: none; }

body.customer-service .body {
  margin-bottom: 0; }

.dlt-drop-menu img {
  vertical-align: sub; }

.navPages-action-top.rewards {
  padding-right: 0 !important;
  font-weight: 500 !important; }
  .navPages-action-top.rewards span {
    padding-right: 0 !important;
    padding-left: 3px !important; }

header.custom-header .main-header .menu-right .top-menu .account-info .sign-out-icon {
  text-decoration: underline; }

header.custom-header .main-header .menu-right .top-menu .account-info span {
  padding: 0 2px; }

@media (min-width: 1024px) {
  .header-utility a {
    font-size: 11px !important; } }

header.custom-header .main-header .menu-right .top-menu .account-info a svg {
  margin-bottom: 2px; }

@media (max-width: 1023px) {
  header.custom-header .main-header .menu-right .top-menu .account-info a {
    align-items: center;
    width: 100%;
    display: inline-flex; }
    header.custom-header .main-header .menu-right .top-menu .account-info a svg {
      margin-bottom: 0px;
      margin-right: 3px; } }

header.custom-header .main-header .menu-right nav.navPages ul:first-child li a.navPages-action.dlt-drop-menu {
  transition: 0.3s; }
  header.custom-header .main-header .menu-right nav.navPages ul:first-child li a.navPages-action.dlt-drop-menu .before-hover {
    display: inline-block; }
  header.custom-header .main-header .menu-right nav.navPages ul:first-child li a.navPages-action.dlt-drop-menu .after-hover {
    display: none; }

header.custom-header .main-header .menu-right nav.navPages ul:first-child li a.navPages-action.dlt-drop-menu:hover .before-hover {
  display: none; }

header.custom-header .main-header .menu-right nav.navPages ul:first-child li a.navPages-action.dlt-drop-menu:hover .after-hover {
  display: inline-block; }

/* Contact Us Redesign */
.custom-contact-page .body {
  margin-top: 0; }
  .custom-contact-page .body .container {
    padding: 0;
    width: 100%;
    max-width: 1440px; }
    .custom-contact-page .body .container .contact-page .sec-right.form_success {
      background-position: initial !important; }
    .custom-contact-page .body .container .contact-page .contact-form-section .contact-form_success {
      background-color: #FFFFFF;
      width: 380px;
      padding: 28px 20px 30px 20px;
      margin: 0 auto;
      margin-top: 45px;
      margin-right: 67px;
      margin-bottom: 15px;
      color: #000000;
      font-weight: bold;
      font-size: 16px;
      font-family: 'Oxygen', sans-serif;
      text-align: center;
      line-height: 20px; }
      @media screen and (max-width: 1150px) {
        .custom-contact-page .body .container .contact-page .contact-form-section .contact-form_success {
          width: 340px;
          margin-right: 25px;
          margin-top: 30px; } }
      @media screen and (max-width: 1023px) {
        .custom-contact-page .body .container .contact-page .contact-form-section .contact-form_success {
          width: 380px;
          margin: 0 auto;
          margin-bottom: 75px;
          margin-top: 75px; } }
      @media screen and (max-width: 767px) {
        .custom-contact-page .body .container .contact-page .contact-form-section .contact-form_success {
          width: 340px; } }
      @media screen and (max-width: 369px) {
        .custom-contact-page .body .container .contact-page .contact-form-section .contact-form_success {
          width: 90%; } }
      .custom-contact-page .body .container .contact-page .contact-form-section .contact-form_success p {
        text-align: center;
        margin-bottom: 0;
        margin-top: 10px; }
        .custom-contact-page .body .container .contact-page .contact-form-section .contact-form_success p a {
          color: #1795C4;
          font-size: 14px;
          line-height: 22px;
          font-family: 'Oxygen', sans-serif;
          font-weight: bold;
          margin-top: 10px;
          text-decoration: none;
          border-bottom: 2px solid #1795C4; }
    .custom-contact-page .body .container .contact-page .contact-us-section {
      display: flex;
      justify-content: space-between; }
      @media screen and (max-width: 1023px) {
        .custom-contact-page .body .container .contact-page .contact-us-section {
          flex-direction: column; } }
      .custom-contact-page .body .container .contact-page .contact-us-section .sec-left {
        width: 100%;
        max-width: calc(100% - 560px); }
        @media screen and (max-width: 1150px) {
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-left {
            max-width: calc(100% - 465px); } }
        @media screen and (max-width: 1023px) {
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-left {
            max-width: 100%; } }
        .custom-contact-page .body .container .contact-page .contact-us-section .sec-left ul.breadcrumbs {
          margin-top: 30px;
          margin-bottom: 10px;
          padding-left: 65px; }
          @media screen and (max-width: 1300px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left ul.breadcrumbs {
              padding-left: 35px;
              margin-right: 32px; } }
          @media screen and (max-width: 1150px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left ul.breadcrumbs {
              padding-left: 25px; } }
          @media screen and (max-width: 1023px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left ul.breadcrumbs {
              text-align: center; } }
          @media screen and (max-width: 767px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left ul.breadcrumbs {
              display: none; } }
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-left ul.breadcrumbs .breadcrumb a {
            color: #747474;
            font-family: 'Oxygen', sans-serif;
            font-size: 14px; }
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-left ul.breadcrumbs .breadcrumb.is-active:before {
            color: #747474;
            content: ">";
            margin: 0 0.2rem; }
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-left ul.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
            color: #000;
            font-family: 'Oxygen', sans-serif;
            font-size: 14px;
            font-weight: bold; }
        .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .page-heading {
          text-align: left;
          margin-bottom: 20px;
          color: #000000;
          font-size: 56px;
          font-family: 'Montserrat', sans-serif;
          line-height: 60px;
          height: 65px;
          display: flex;
          align-items: center;
          padding-left: 65px; }
          @media screen and (max-width: 1300px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .page-heading {
              padding-left: 35px;
              margin-right: 32px; } }
          @media screen and (max-width: 1150px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .page-heading {
              font-size: 48px;
              height: 58px;
              padding-left: 25px;
              margin-bottom: 22px; } }
          @media screen and (max-width: 1023px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .page-heading {
              font-size: 40px;
              height: 49px;
              line-height: 60px;
              text-align: center;
              justify-content: center;
              margin-bottom: 20px; } }
          @media screen and (max-width: 767px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .page-heading {
              font-size: 30px;
              margin-top: 30px;
              height: 37px;
              margin-bottom: 21px; } }
        .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .work-days {
          font-family: 'Oxygen', sans-serif;
          font-size: 22px;
          line-height: 28px;
          color: #313131;
          font-weight: bold;
          max-width: 765px;
          padding-left: 65px; }
          @media screen and (max-width: 1300px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .work-days {
              max-width: 100%;
              padding-left: 35px;
              margin-right: 32px; } }
          @media screen and (max-width: 1150px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .work-days {
              padding-left: 25px;
              font-size: 18px;
              line-height: 24px;
              letter-spacing: -0.4px; } }
          @media screen and (max-width: 1023px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .work-days {
              max-width: 578px;
              margin: 0 auto;
              padding-left: 0;
              margin-bottom: 25px;
              letter-spacing: -0.5px; } }
          @media screen and (max-width: 767px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .work-days {
              max-width: 100%;
              padding: 0 20px;
              letter-spacing: -0.4px; } }
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .work-days span {
            color: #A03800; }
        .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .work-days + p {
          color: #313131;
          font-size: 18px;
          line-height: 24px;
          font-family: 'Oxygen', sans-serif;
          margin-bottom: 12px;
          font-weight: 400;
          padding-left: 65px; }
          @media screen and (max-width: 1300px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .work-days + p {
              padding-left: 35px;
              margin-right: 32px; } }
          @media screen and (max-width: 1150px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .work-days + p {
              padding-left: 25px;
              font-size: 16px;
              line-height: 22px;
              margin-bottom: 14px; } }
          @media screen and (max-width: 1023px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .work-days + p {
              max-width: 578px;
              margin: 0 auto;
              padding-left: 0;
              margin-bottom: 12px; } }
          @media screen and (max-width: 767px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .work-days + p {
              max-width: 100%;
              padding: 0 20px;
              margin-bottom: 20px; } }
        .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .location-sec {
          display: flex;
          align-items: center;
          max-width: 700px;
          padding-left: 65px; }
          @media screen and (max-width: 1300px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .location-sec {
              max-width: 100%;
              padding-left: 35px;
              margin-right: 32px; } }
          @media screen and (max-width: 1150px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .location-sec {
              padding-left: 25px; } }
          @media screen and (max-width: 1023px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .location-sec {
              max-width: 578px;
              margin: 0 auto;
              padding-left: 0; } }
          @media screen and (max-width: 767px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .location-sec {
              max-width: 100%;
              padding: 0 20px; } }
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .location-sec p {
            margin-bottom: 30px; }
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .location-sec p:nth-child(2) {
            margin-left: 10px;
            color: #313131;
            font-size: 18px;
            line-height: 24px;
            font-family: 'Oxygen', sans-serif;
            font-weight: bold;
            margin-bottom: 26px; }
            @media screen and (max-width: 1150px) {
              .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .location-sec p:nth-child(2) {
                font-size: 16px;
                line-height: 22px;
                margin-bottom: 30px; } }
        .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .email-label {
          color: #313131;
          font-size: 18px;
          line-height: 24px;
          font-family: 'Oxygen', sans-serif;
          margin-bottom: 20px;
          font-weight: 400;
          max-width: 765px;
          padding-left: 65px; }
          @media screen and (max-width: 1300px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .email-label {
              max-width: 100%;
              padding-left: 35px;
              margin-right: 32px; } }
          @media screen and (max-width: 1150px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .email-label {
              padding-left: 25px;
              font-size: 16px;
              line-height: 22px;
              margin-bottom: 25px; } }
          @media screen and (max-width: 1023px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .email-label {
              max-width: 578px;
              margin: 0 auto;
              padding-left: 0;
              margin-bottom: 20px; } }
          @media screen and (max-width: 767px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .email-label {
              max-width: 100%;
              padding: 0 20px;
              letter-spacing: -0.3px; } }
        .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .telephone-sec {
          display: flex;
          align-items: center;
          max-width: 700px;
          margin-bottom: 30px;
          padding-left: 65px; }
          @media screen and (max-width: 1300px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .telephone-sec {
              max-width: 100%;
              padding-left: 35px;
              margin-right: 32px; } }
          @media screen and (max-width: 1150px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .telephone-sec {
              padding-left: 25px;
              margin-bottom: 15px; } }
          @media screen and (max-width: 1023px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .telephone-sec {
              max-width: 578px;
              margin: 0 auto;
              padding-left: 0;
              margin-bottom: 40px; } }
          @media screen and (max-width: 767px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .telephone-sec {
              max-width: 100%;
              padding: 0 20px; } }
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .telephone-sec p:nth-child(2) {
            margin-left: 10px;
            color: #313131;
            font-size: 30px;
            line-height: 24px;
            font-family: 'Oxygen', sans-serif;
            font-weight: bold;
            margin-bottom: 0; }
            @media screen and (max-width: 1150px) {
              .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .telephone-sec p:nth-child(2) {
                font-size: 26px; } }
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .telephone-sec p {
            margin-bottom: 0px; }
        .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .dlt-trading-sec {
          width: 110%; }
          @media screen and (max-width: 1300px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .dlt-trading-sec {
              width: 111%; } }
          @media screen and (max-width: 1023px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .dlt-trading-sec {
              width: 100%; } }
          @media screen and (min-width: 1024px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .dlt-trading-sec .dltmobile-trading {
              display: none; } }
          @media screen and (max-width: 1023px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .dlt-trading-sec .dltmobile-trading {
              display: block;
              width: 100%; } }
          @media screen and (max-width: 1023px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-left .contact-us-des .dlt-trading-sec img {
              display: none; } }
      .custom-contact-page .body .container .contact-page .contact-us-section .sec-right {
        width: 100%;
        max-width: 560px;
        background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/contact-form-bg.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1; }
        @media screen and (max-width: 1150px) {
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-right {
            max-width: 465px; } }
        @media screen and (max-width: 1023px) {
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-right {
            max-width: 100%;
            background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/contact-form-bgmobile.png");
            margin-top: -85px;
            background-position: initial; } }
        @media screen and (max-width: 767px) {
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-right {
            margin-top: -13%;
            background-position: center; } }
        .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form {
          background: #fff;
          width: 380px;
          padding: 21px 20px 33px 20px;
          margin: 0 auto;
          margin-top: 45px;
          margin-right: 67px;
          margin-bottom: 15px; }
          @media screen and (max-width: 1150px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form {
              width: 340px;
              margin-right: 25px;
              margin-top: 30px; } }
          @media screen and (max-width: 1023px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form {
              width: 380px;
              margin: 0 auto;
              margin-bottom: 75px;
              margin-top: 75px; } }
          @media screen and (max-width: 767px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form {
              width: 340px; } }
          @media screen and (max-width: 369px) {
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form {
              width: 90%; } }
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-row.form-row--half {
            margin: 0; }
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-row.form-row--half .form-field {
              width: 100%;
              padding: 0;
              margin-bottom: 20px; }
              .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-row.form-row--half .form-field .form-label {
                color: #000;
                font-family: 'Oxygen', sans-serif;
                font-size: 14px;
                font-weight: bold;
                text-transform: uppercase;
                line-height: 22px;
                margin-bottom: 10px; }
                .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-row.form-row--half .form-field .form-label small {
                  color: #707070;
                  font-size: 11px;
                  font-family: 'Oxygen', sans-serif;
                  line-height: 23px;
                  font-weight: 400;
                  margin-top: 0; }
              .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-row.form-row--half .form-field span.form-inlineMessage {
                font-size: 14px;
                line-height: 18px; }
              .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-row.form-row--half .form-field .form-input {
                border-color: #ACACAC;
                height: 45px;
                color: #000; }
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-field {
            margin-bottom: 20px; }
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-field .form-label {
              color: #000;
              font-family: 'Oxygen', sans-serif;
              font-size: 14px;
              font-weight: bold;
              text-transform: uppercase;
              line-height: 22px;
              margin-bottom: 10px; }
              .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-field .form-label small {
                color: #707070;
                font-size: 11px;
                font-family: 'Oxygen', sans-serif;
                line-height: 23px;
                font-weight: 400;
                margin-top: 0; }
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-field span.form-inlineMessage {
              font-size: 14px;
              line-height: 18px; }
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-field .form-input {
              border-color: #ACACAC;
              height: 90px;
              color: #000; }
          .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-actions {
            max-width: 132px;
            margin-top: 30px; }
            .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-actions input.button.button--primary {
              width: 132px;
              font-size: 14px;
              text-align: center;
              padding: 0;
              height: 45px;
              background: #1795C4;
              font-family: 'Oxygen', sans-serif;
              font-weight: bold;
              text-transform: uppercase;
              line-height: 22px;
              margin-bottom: 0; }
              .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-actions input.button.button--primary:hover {
                background-color: #1EBDF7; }
              .custom-contact-page .body .container .contact-page .contact-us-section .sec-right form.form .form-actions input.button.button--primary:active {
                border: 0; }

.custom-contact-page footer.custom-footer {
  bottom: -255px; }

/* rewards page */
.ey-rewards .body {
  margin-top: 0; }
  .ey-rewards .body .container {
    width: 100%;
    max-width: 100%;
    padding: 0; }
    .ey-rewards .body .container .ey-trading-family-rewards .family-rewards {
      width: 100%;
      max-width: 1440px;
      margin: 0 auto;
      padding: 0;
      display: flex;
      justify-content: space-between; }
      .ey-rewards .body .container .ey-trading-family-rewards .family-rewards .rewards-img {
        width: 100%;
        max-width: 645px; }
      .ey-rewards .body .container .ey-trading-family-rewards .family-rewards .rewards-cont {
        width: 100%;
        max-width: calc(100% - 670px);
        padding-left: 70px; }
        .ey-rewards .body .container .ey-trading-family-rewards .family-rewards .rewards-cont .dlt-insider-title {
          font-size: 60px;
          font-weight: bold;
          font-family: 'Montserrat', sans-serif;
          line-height: 73px;
          color: #000000;
          text-transform: capitalize;
          display: flex;
          align-items: center;
          margin-top: 64px;
          margin-bottom: 19px; }
          .ey-rewards .body .container .ey-trading-family-rewards .family-rewards .rewards-cont .dlt-insider-title img {
            margin-right: 5px; }
        .ey-rewards .body .container .ey-trading-family-rewards .family-rewards .rewards-cont .refer-describ {
          font-size: 24px;
          line-height: 28px;
          color: #313131;
          font-weight: bold;
          font-family: Oxygen, sans-serif; }
        .ey-rewards .body .container .ey-trading-family-rewards .family-rewards .rewards-cont .rewards-program {
          font-size: 18px;
          line-height: 28px;
          color: #313131;
          font-weight: 400;
          font-family: Oxygen, sans-serif; }
        .ey-rewards .body .container .ey-trading-family-rewards .family-rewards .rewards-cont .invite-program {
          font-size: 18px;
          line-height: 28px;
          color: #313131;
          font-weight: 400;
          font-family: Oxygen, sans-serif; }
        .ey-rewards .body .container .ey-trading-family-rewards .family-rewards .rewards-cont .join-program {
          background-color: #E04E00;
          width: 300px;
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 30px;
          text-decoration: none;
          font-size: 18px;
          color: #fff;
          font-weight: bold;
          font-family: Oxygen, sans-serif;
          margin-bottom: 20px; }
        .ey-rewards .body .container .ey-trading-family-rewards .family-rewards .rewards-cont .account-cont {
          font-size: 18px;
          color: #313131;
          line-height: 38px;
          font-weight: bold;
          font-family: Oxygen, sans-serif;
          margin-bottom: 0; }
          .ey-rewards .body .container .ey-trading-family-rewards .family-rewards .rewards-cont .account-cont a {
            font-size: 18px;
            color: #313131;
            line-height: 38px;
            font-weight: 400;
            font-family: Oxygen, sans-serif; }
    .ey-rewards .body .container .ey-trading-family-rewards .get-rewards-section {
      background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/earn-point-bg.png);
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }

.actionBar-container.bottom.no-pagination-number {
  display: none; }

@media (max-width: 1023px) and (min-width: 768px) {
  #product .body.pre-pdp-page-content .container-box.christmas-12days .post-product-title-container {
    padding: 10px 20px;
    min-height: 110px; }
  #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details .pr-available {
    padding-left: 20px; }
  #product .body.pre-pdp-page-content .productView-details .timer .timer-outer {
    left: -0px; }
  #product .body.pre-pdp-page-content .post-release-pdp .container .productView .productView-details {
    padding-left: 10px; }
  .pdp-page-content .productView-info-links {
    padding: 0 10px; } }

#category #product-listing-container {
  margin-bottom: 30px; }

#checkout #checkout-customer-guest .form-body p {
  font-size: 20px !important;
  font-weight: 700; }
  #checkout #checkout-customer-guest .form-body p a {
    font-size: 20px !important;
    font-weight: 700; }

.exclusive-cat .usage {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/union-101.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
  z-index: 1; }
  @media (min-width: 1261px) {
    .exclusive-cat .usage {
      height: 240px; } }
  @media (max-width: 1260px) {
    .exclusive-cat .usage {
      height: 240px; } }
  @media (max-width: 1024px) {
    .exclusive-cat .usage {
      height: 171px; } }
  @media (max-width: 768px) {
    .exclusive-cat .usage {
      height: 160px;
      margin-bottom: 30px; } }
  @media (max-width: 640px) {
    .exclusive-cat .usage {
      height: 160px;
      margin-bottom: 30px; } }

.exclusive-cat .usage::after {
  content: "";
  position: absolute;
  background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/dlt-exclusive-banner.png");
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 80%;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover; }

.exclusive-cat h1.page-heading.cat-page-heading {
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 800;
  line-height: 60px;
  z-index: 9;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0px;
  padding: 0px;
  margin: 0px; }
  @media (min-width: 1025px) {
    .exclusive-cat h1.page-heading.cat-page-heading {
      font-size: 60px;
      position: absolute;
      top: 0px;
      align-items: center;
      top: 0px;
      left: -15px; } }
  @media (max-width: 1024px) {
    .exclusive-cat h1.page-heading.cat-page-heading {
      font-size: 48px;
      position: absolute;
      align-items: center;
      top: 10px;
      left: 0px; } }
  @media (max-width: 768px) {
    .exclusive-cat h1.page-heading.cat-page-heading {
      font-size: 36px;
      position: absolute;
      align-items: center;
      top: 10px;
      left: 0px; } }
  @media (max-width: 640px) {
    .exclusive-cat h1.page-heading.cat-page-heading {
      font-size: 30px;
      position: absolute;
      top: 0px;
      justify-content: center;
      left: 0px; } }

.exclusive-cat .breadcrumbs {
  text-align: center;
  position: relative;
  z-index: 1; }
  @media (min-width: 1261px) {
    .exclusive-cat .breadcrumbs {
      padding-top: 30px;
      display: block; } }
  @media (max-width: 1260px) {
    .exclusive-cat .breadcrumbs {
      padding-top: 17px;
      display: block; } }
  @media (max-width: 768px) {
    .exclusive-cat .breadcrumbs {
      padding-top: 19px;
      display: block; } }
  @media (max-width: 640px) {
    .exclusive-cat .breadcrumbs {
      padding-top: 30px;
      display: none; } }

.exclusive-cat h1.page-heading.cat-page-heading::before {
  content: '';
  position: relative;
  background: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/group-5803.png);
  z-index: 999;
  left: 0px;
  top: 0px;
  height: 74px;
  width: 177px;
  background-size: 177px 74px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block; }
  @media (min-width: 1261px) {
    .exclusive-cat h1.page-heading.cat-page-heading::before {
      padding-top: 30px;
      display: block; } }
  @media (max-width: 1260px) {
    .exclusive-cat h1.page-heading.cat-page-heading::before {
      height: 74px;
      width: 177px;
      background-size: 177px 74px; } }
  @media (max-width: 768px) {
    .exclusive-cat h1.page-heading.cat-page-heading::before {
      height: 46px;
      width: 98px;
      background-size: 98px 46px; } }
  @media (max-width: 640px) {
    .exclusive-cat h1.page-heading.cat-page-heading::before {
      height: 36px;
      width: 86px;
      background-size: 75px 50px; } }

.exclusive-cat .category-breadcrumbs {
  margin-top: 0px  !important;
  z-index: 999; }

.exclusive-cat .breadcrumbs {
  text-align: center; }
  @media (min-width: 1261px) {
    .exclusive-cat .breadcrumbs {
      padding-top: 30px;
      display: block; } }
  @media (max-width: 1260px) {
    .exclusive-cat .breadcrumbs {
      padding-top: 17px;
      display: block; } }
  @media (max-width: 768px) {
    .exclusive-cat .breadcrumbs {
      padding-top: 19px;
      display: block; } }
  @media (max-width: 640px) {
    .exclusive-cat .breadcrumbs {
      padding-top: 30px;
      display: none; } }

.exclusive-cat .breadcrumb a {
  color: white;
  line-height: 36px; }

.exclusive-cat .breadcrumb:before {
  color: white;
  line-height: 36px; }

.exclusive-cat .breadcrumb.is-active .breadcrumb-label {
  color: white;
  line-height: 36px; }

.out-stock-use a.best-seller.no-stock {
  background: #504F4F;
  width: 100%;
  height: 20px;
  bottom: 0px; }

.out-stock-use a.best-seller.no-stock span {
  background: #504F4F;
  line-height: 20px; }

.new-arrival-cat h1.page-heading.cat-page-heading {
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 800;
  line-height: 60px;
  z-index: 9; }

.new-arrival-cat .usage {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/new-arrivals-banner.png");
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 30px;
  z-index: 1; }
  @media (min-width: 1261px) {
    .new-arrival-cat .usage {
      height: 200px; } }
  @media (max-width: 1260px) {
    .new-arrival-cat .usage {
      height: 200px; } }
  @media (max-width: 1024px) {
    .new-arrival-cat .usage {
      height: 140px;
      margin-bottom: 30px; } }
  @media (max-width: 768px) {
    .new-arrival-cat .usage {
      height: 130px; } }
  @media (max-width: 640px) {
    .new-arrival-cat .usage {
      height: 120px;
      margin-bottom: 30px; } }

.new-arrival-cat h1.page-heading.cat-page-heading {
  font-size: 60px;
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 800;
  line-height: 60px;
  z-index: 9;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0px;
  margin: 0px; }
  @media (min-width: 1025px) {
    .new-arrival-cat h1.page-heading.cat-page-heading {
      font-size: 60px;
      position: absolute;
      align-items: center;
      top: 15px; } }
  @media (max-width: 1024px) {
    .new-arrival-cat h1.page-heading.cat-page-heading {
      font-size: 48px;
      position: absolute;
      align-items: center;
      top: 10px; } }
  @media (max-width: 768px) {
    .new-arrival-cat h1.page-heading.cat-page-heading {
      font-size: 36px;
      position: absolute;
      align-items: center;
      top: 15px; } }
  @media (max-width: 640px) {
    .new-arrival-cat h1.page-heading.cat-page-heading {
      font-size: 30px;
      position: absolute;
      top: 0px;
      align-items: center; } }

.new-arrival-cat .breadcrumb a {
  color: white;
  line-height: 36px; }

.new-arrival-cat .breadcrumb:before {
  color: white;
  line-height: 36px; }

.new-arrival-cat .breadcrumb.is-active .breadcrumb-label {
  color: white;
  line-height: 36px; }

.new-arrival-cat .category-breadcrumbs {
  margin-top: 0px  !important;
  z-index: 999; }

.new-arrival-cat .breadcrumbs {
  text-align: center; }
  @media (min-width: 1261px) {
    .new-arrival-cat .breadcrumbs {
      padding-top: 30px;
      display: block; } }
  @media (max-width: 1260px) {
    .new-arrival-cat .breadcrumbs {
      padding-top: 17px;
      display: block; } }
  @media (max-width: 768px) {
    .new-arrival-cat .breadcrumbs {
      padding-top: 19px;
      display: block; } }
  @media (max-width: 640px) {
    .new-arrival-cat .breadcrumbs {
      padding-top: 30px;
      display: none; } }

.card-figure.out-stock-use .card-img-container::before {
  content: '';
  top: 0px;
  position: absolute;
  background: #fff;
  opacity: 50%;
  width: 100%;
  color: red;
  height: 100%;
  left: 0px;
  z-index: 1;
  border: 1px solid #ACACAC; }

.card-figure.out-stock-use {
  padding: 0; }

.new-arrival-cat .card-figure {
  padding: unset; }

#product-listing-container .productGrid .product .card-body .card-icons .made, #product-listing-container .productGrid .product .card-body .card-icons .made-in-usa {
  border: 1px solid #0E5C78;
  padding: 4px 8px;
  color: #0E5C78;
  font-family: 'Montserrat';
  font-weight: bold;
  line-height: 18px; }
  #product-listing-container .productGrid .product .card-body .card-icons .made img, #product-listing-container .productGrid .product .card-body .card-icons .made-in-usa img {
    position: relative;
    bottom: 2px; }

#product-listing-container .productGrid .product .card-body .card-icons .shipping, #product-listing-container .productGrid .product .card-body .card-icons .free-shipping {
  border: 0px solid #0E5C78;
  padding: 4px 8px;
  color: #0E5C78;
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: bold;
  position: relative;
  line-height: 18px;
  padding-right: 0; }
  @media (max-width: 599px) {
    #product-listing-container .productGrid .product .card-body .card-icons .shipping, #product-listing-container .productGrid .product .card-body .card-icons .free-shipping {
      width: auto; } }
  #product-listing-container .productGrid .product .card-body .card-icons .shipping::after, #product-listing-container .productGrid .product .card-body .card-icons .free-shipping::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #E04E00;
    left: 9px;
    bottom: 2px;
    max-width: calc(100% - 8px); }
  #product-listing-container .productGrid .product .card-body .card-icons .shipping::before, #product-listing-container .productGrid .product .card-body .card-icons .free-shipping::before {
    content: "";
    position: absolute;
    background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/group-6740.png");
    left: -3px;
    height: 8px;
    width: 10px;
    top: 8px;
    background-repeat: no-repeat; }

#product-listing-container .productGrid .product .card-body .card-icons div.made-in-usa, #product-listing-container .productGrid .product .card-body .card-icons div.free-shipping {
  float: unset;
  text-decoration: none;
  display: inline-block;
  margin-right: 6px;
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 5px; }

.new-arrival-cat h1.page-heading.cat-page-heading::before {
  display: none; }

.exclusive-cat h1.page-heading.cat-page-heading {
  background-image: linear-gradient(to bottom right, #CCCCCC, #F4F4F4, #CCCCCC, #F3F3F3, #CCCCCC);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.category-alt .productGrid .product {
  position: relative;
  overflow: visible; }

.category-alt .productGrid .product.new-coming-soon::after {
  position: absolute;
  background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/coming-soon.png");
  width: auto;
  height: 34px;
  top: 45px;
  left: -5px;
  color: white;
  content: "Coming soon";
  padding: 7px 10px;
  line-height: 24px;
  z-index: 1;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 800;
  text-transform: uppercase;
  background-size: cover; }

.category-alt .productGrid .product.new-batch-best-seller::after {
  position: absolute;
  background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/best-seller.png");
  width: auto;
  height: 34px;
  top: 45px;
  left: -5px;
  color: white;
  content: "Best seller";
  padding: 7px 10px;
  line-height: 24px;
  z-index: 1;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 800;
  text-transform: uppercase;
  background-size: cover; }

.category-alt .productGrid .product.new-staff-pick::after {
  position: absolute;
  background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/staff-pick.png");
  width: auto;
  height: 34px;
  top: 45px;
  left: -5px;
  color: white;
  content: "Staff pick";
  padding: 7px 10px;
  line-height: 24px;
  z-index: 1;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 800;
  text-transform: uppercase;
  background-size: cover; }

.new-arrival-cat .category-alt .category-banner.banners .container p {
  margin-bottom: 1.5rem; }

.exclusive-cat .category-alt .category-banner.banners .container p {
  margin-bottom: 1.5rem; }

@media (min-width: 834px) {
  .new-arrival-cat .category-alt .category-banner.banners .container p {
    padding: 0 6rem; }
  .exclusive-cat .category-alt .category-banner.banners .container p {
    padding: 0 6rem; } }

body .productView .engraveIt .engraveUpcharge img {
  width: 130px;
  margin-left: 10px; }

body .pdp-page-content .productView-options .form-checkbox:checked + .form-label:after {
  top: 5px; }

body .pdp-page-content .productView-options .form-checkbox + .form-label:before {
  top: 5px; }

@media (max-width: 800px) {
  body .productView .engraveIt .engraveUpcharge img {
    width: 100px;
    margin-left: 5px; } }

@media (min-width: 768px) and (max-width: 801px) {
  body .category-alt .productGrid .product .card .card-body {
    height: 200px; } }

@media (max-width: 767px) {
  body .category-alt .productGrid .product .card .card-body {
    height: 200px; } }

/* DLT Deals */
.dlt-deals-top-banner {
  background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/deals-top-banner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  padding: 21px 0; }
  @media (max-width: 1200px) {
    .dlt-deals-top-banner {
      padding: 15px 0; } }
  @media (max-width: 1023px) {
    .dlt-deals-top-banner {
      padding: 11px 0; } }
  @media (max-width: 767px) {
    .dlt-deals-top-banner {
      padding: 15px 0;
      padding-bottom: 19px;
      z-index: 99;
      position: relative; } }
  .dlt-deals-top-banner .dlt-deals-logo {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 67px; }
    @media (min-width: 1200px) and (max-width: 1360px) {
      .dlt-deals-top-banner .dlt-deals-logo {
        justify-content: space-between; } }
    @media (max-width: 1023px) {
      .dlt-deals-top-banner .dlt-deals-logo {
        padding: 0 50px;
        padding-right: 30px; } }
    @media (max-width: 767px) {
      .dlt-deals-top-banner .dlt-deals-logo {
        padding: 0 20px;
        flex-direction: column;
        align-items: center; } }
    .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-img {
      display: flex;
      margin-right: 204px;
      align-items: center; }
      @media (min-width: 1200px) and (max-width: 1360px) {
        .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-img {
          margin-right: 0; } }
      @media (max-width: 1200px) {
        .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-img {
          margin-right: 130px;
          align-items: center; } }
      @media (max-width: 1023px) {
        .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-img {
          margin-right: 78px; } }
      @media (max-width: 767px) {
        .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-img {
          margin-right: 0;
          margin-bottom: 6px; } }
      @media (max-width: 1200px) {
        .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-img img {
          max-width: 110px; } }
      @media (max-width: 1023px) {
        .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-img img {
          max-width: 82px; } }
      .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-img span {
        margin-left: 7px;
        color: #fff;
        font-weight: 800;
        font-size: 55px;
        line-height: 67px;
        font-family: "Montserrat", sans-serif; }
        @media (max-width: 1200px) {
          .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-img span {
            font-size: 38px;
            line-height: 47px;
            margin-left: 5px; } }
        @media (max-width: 1023px) {
          .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-img span {
            font-size: 28px;
            line-height: 34px; } }
    .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-text p {
      margin: 0;
      font-size: 32px;
      color: #fff;
      font-weight: bold;
      font-family: "Oxygen", sans-serif;
      line-height: 47px; }
      @media (max-width: 1200px) {
        .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-text p {
          font-size: 24px;
          line-height: 33px;
          padding-top: 0; } }
      @media (max-width: 1023px) {
        .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-text p {
          font-size: 22px;
          line-height: 25px; } }
      @media (max-width: 767px) {
        .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-text p {
          text-align: center; } }
      @media (max-width: 499px) {
        .dlt-deals-top-banner .dlt-deals-logo .dlt-deals-text p {
          width: 100%;
          max-width: 335px;
          line-height: 28px; } }

.dlt-deals-banner {
  background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/featured-deals-banner.png");
  width: 100%;
  padding: 20px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1200px) {
    .dlt-deals-banner {
      padding-top: 15px;
      padding-bottom: 26px; } }
  @media (max-width: 1023px) {
    .dlt-deals-banner {
      padding-top: 15px;
      padding-bottom: 40px; } }
  @media (max-width: 767px) {
    .dlt-deals-banner {
      padding-bottom: 34px;
      background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/featured-deals-banner-mobile.png"); } }
  .dlt-deals-banner .featured-deals {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 25px;
    display: flex;
    align-items: flex-start; }
    @media (max-width: 1200px) {
      .dlt-deals-banner .featured-deals {
        padding: 0 17px; } }
    @media (max-width: 767px) {
      .dlt-deals-banner .featured-deals {
        padding: 0 20px;
        flex-direction: column;
        align-items: center; } }
    .dlt-deals-banner .featured-deals .featured-media {
      margin-right: 26px;
      width: 420px; }
      @media (max-width: 1200px) {
        .dlt-deals-banner .featured-deals .featured-media {
          margin-right: 18px;
          width: 300px; } }
      @media (max-width: 767px) {
        .dlt-deals-banner .featured-deals .featured-media {
          margin-right: 0;
          margin-bottom: 20px; } }
      @media (max-width: 340px) {
        .dlt-deals-banner .featured-deals .featured-media {
          width: 100%; } }
      .dlt-deals-banner .featured-deals .featured-media img {
        width: 420px;
        height: 280px;
        object-fit: cover; }
        @media (max-width: 1200px) {
          .dlt-deals-banner .featured-deals .featured-media img {
            width: 300px;
            height: 200px; } }
        @media (max-width: 340px) {
          .dlt-deals-banner .featured-deals .featured-media img {
            width: 100%;
            height: auto; } }
    .dlt-deals-banner .featured-deals .featured-deals-details {
      width: 100%;
      max-width: calc(100% - 446px); }
      @media (max-width: 1200px) {
        .dlt-deals-banner .featured-deals .featured-deals-details {
          max-width: calc(100% - 318px); } }
      @media (max-width: 767px) {
        .dlt-deals-banner .featured-deals .featured-deals-details {
          max-width: 100%; } }
      .dlt-deals-banner .featured-deals .featured-deals-details .sub-title {
        font-size: 20px;
        color: #e04e00;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        text-transform: uppercase;
        font-style: italic;
        margin: 0; }
        @media (max-width: 1200px) {
          .dlt-deals-banner .featured-deals .featured-deals-details .sub-title {
            font-size: 18px;
            padding-top: 2px; } }
        @media (max-width: 767px) {
          .dlt-deals-banner .featured-deals .featured-deals-details .sub-title {
            font-size: 15px;
            padding-top: 0;
            text-transform: uppercase; } }
      .dlt-deals-banner .featured-deals .featured-deals-details .product-title {
        margin: 0;
        font-size: 42px;
        line-height: 48px;
        color: #000000;
        font-weight: bold;
        font-family: "Montserrat", sans-serif;
        margin-bottom: 16px;
        width: 100%;
        max-width: 777px; }
        @media (max-width: 1200px) {
          .dlt-deals-banner .featured-deals .featured-deals-details .product-title {
            font-size: 36px;
            line-height: 40px;
            max-width: 662px;
            margin-bottom: 11px; } }
        @media (max-width: 1023px) {
          .dlt-deals-banner .featured-deals .featured-deals-details .product-title {
            font-size: 28px;
            line-height: 32px;
            margin-bottom: 10px; } }
        @media (max-width: 767px) {
          .dlt-deals-banner .featured-deals .featured-deals-details .product-title {
            font-size: 24px;
            line-height: 28px;
            margin-bottom: 8px; } }
      .dlt-deals-banner .featured-deals .featured-deals-details .product-price {
        display: flex;
        align-items: baseline;
        flex-wrap: wrap; }
        .dlt-deals-banner .featured-deals .featured-deals-details .product-price .original-price {
          font-size: 24px;
          line-height: 31px;
          color: #525252;
          font-family: "Oxygen", sans-serif;
          font-weight: bold;
          text-decoration: line-through;
          margin-right: 24px; }
          @media (max-width: 1200px) {
            .dlt-deals-banner .featured-deals .featured-deals-details .product-price .original-price {
              font-size: 17px;
              line-height: 21px;
              margin-right: 18px; } }
        .dlt-deals-banner .featured-deals .featured-deals-details .product-price .sale-price {
          font-size: 24px;
          line-height: 31px;
          font-family: "Oxygen", sans-serif;
          font-weight: bold;
          color: #000000; }
          @media (max-width: 1200px) {
            .dlt-deals-banner .featured-deals .featured-deals-details .product-price .sale-price {
              font-size: 17px;
              line-height: 21px; } }
          .dlt-deals-banner .featured-deals .featured-deals-details .product-price .sale-price .our-price {
            font-size: 44px;
            color: #a03800;
            line-height: 55px; }
            @media (max-width: 1200px) {
              .dlt-deals-banner .featured-deals .featured-deals-details .product-price .sale-price .our-price {
                font-size: 31px;
                line-height: 39px; } }
      .dlt-deals-banner .featured-deals .featured-deals-details .view-details {
        background-color: #72ac72;
        display: inline-flex;
        text-decoration: none;
        align-items: center;
        justify-content: center;
        color: #fff;
        width: 190px;
        height: 50px;
        font-size: 20px;
        font-weight: bold;
        font-family: "Oxygen", sans-serif;
        margin-top: 23px; }
        @media (max-width: 1200px) {
          .dlt-deals-banner .featured-deals .featured-deals-details .view-details {
            width: 169px;
            height: 44px;
            font-size: 17px;
            margin-top: 15px; } }
        @media (max-width: 767px) {
          .dlt-deals-banner .featured-deals .featured-deals-details .view-details {
            margin-top: 19px; } }

.marketing-banner div[data-content-region="marketing_banner_1"] [data-sub-layout] {
  padding: 0; }

.marketing-banner div[data-content-region="marketing_banner_2"] [data-sub-layout] {
  padding: 0; }

.marketing-banner div[data-content-region="marketing_banner_3"] [data-sub-layout] {
  padding: 0; }

.deals-section .deals-container {
  max-width: 1440px;
  padding: 20px 24px 20px 19px;
  margin: auto; }
  @media screen and (max-width: 1170px) {
    .deals-section .deals-container {
      max-width: 1024px; } }
  @media screen and (max-width: 980px) {
    .deals-section .deals-container {
      max-width: 637px;
      padding: 20px 0 20px 0; } }
  @media screen and (max-width: 615px) {
    .deals-section .deals-container {
      max-width: 309px;
      padding: 20px 0 20px 0; } }

.deals-section .deals-card {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 980px) {
    .deals-section .deals-card {
      justify-content: center; } }
  .deals-section .deals-card .deals-box {
    max-width: 33.333333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    padding-right: 13px;
    padding-left: 13px; }
    @media screen and (max-width: 1291px) {
      .deals-section .deals-card .deals-box {
        padding-right: 9px;
        padding-left: 9px; } }
    @media screen and (max-width: 980px) {
      .deals-section .deals-card .deals-box {
        padding-right: 9px;
        padding-left: 9px;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-bottom: 21px; } }
    @media screen and (max-width: 615px) {
      .deals-section .deals-card .deals-box {
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        padding: 0; } }
    .deals-section .deals-card .deals-box .deals-info {
      display: -ms-flexbox;
      display: flex;
      background: center/cover url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/dealsbg.png") no-repeat;
      height: 100px;
      align-items: center;
      padding-left: 20px;
      justify-content: space-between; }
      @media screen and (max-width: 1350px) {
        .deals-section .deals-card .deals-box .deals-info {
          padding-left: 14px; } }
      @media screen and (max-width: 1170px) {
        .deals-section .deals-card .deals-box .deals-info {
          height: 70px; } }
      @media screen and (max-width: 980px) {
        .deals-section .deals-card .deals-box .deals-info {
          padding-left: 15px; } }
      .deals-section .deals-card .deals-box .deals-info .deals-img {
        width: 82px; }
        @media screen and (max-width: 1170px) {
          .deals-section .deals-card .deals-box .deals-info .deals-img {
            width: 58px; } }
        .deals-section .deals-card .deals-box .deals-info .deals-img img {
          object-fit: contain;
          height: 80px; }
          @media screen and (max-width: 1291px) {
            .deals-section .deals-card .deals-box .deals-info .deals-img img {
              height: 70px; } }
          @media screen and (max-width: 1170px) {
            .deals-section .deals-card .deals-box .deals-info .deals-img img {
              height: 57px; } }
      .deals-section .deals-card .deals-box .deals-info .deals-txt {
        width: 80px;
        font-family: "Oxygen", sans-serif; }
        @media screen and (max-width: 1170px) {
          .deals-section .deals-card .deals-box .deals-info .deals-txt {
            width: 57px; } }
        .deals-section .deals-card .deals-box .deals-info .deals-txt p {
          font-size: 14px;
          font-weight: 700;
          font-family: "Oxygen", sans-serif;
          color: #ffb612;
          line-height: initial;
          margin: 0;
          text-transform: uppercase; }
          @media screen and (max-width: 1291px) {
            .deals-section .deals-card .deals-box .deals-info .deals-txt p {
              font-size: 12px; } }
          @media screen and (max-width: 1170px) {
            .deals-section .deals-card .deals-box .deals-info .deals-txt p {
              font-size: 10px; } }
        .deals-section .deals-card .deals-box .deals-info .deals-txt h4 {
          font-size: 50px;
          font-family: "Oxygen", sans-serif;
          font-weight: 700;
          color: #fff;
          margin: 0;
          line-height: 33px;
          text-align: center; }
          @media screen and (max-width: 1291px) {
            .deals-section .deals-card .deals-box .deals-info .deals-txt h4 {
              font-size: 40px;
              line-height: 24px; } }
          @media screen and (max-width: 1170px) {
            .deals-section .deals-card .deals-box .deals-info .deals-txt h4 {
              font-size: 35px;
              line-height: 20px; } }
          .deals-section .deals-card .deals-box .deals-info .deals-txt h4 span {
            font-size: 23px;
            vertical-align: super; }
            @media screen and (max-width: 1291px) {
              .deals-section .deals-card .deals-box .deals-info .deals-txt h4 span {
                font-size: 18px; } }
            @media screen and (max-width: 1170px) {
              .deals-section .deals-card .deals-box .deals-info .deals-txt h4 span {
                font-size: 16px; } }
      .deals-section .deals-card .deals-box .deals-info .deals-btn {
        width: auto; }
        .deals-section .deals-card .deals-box .deals-info .deals-btn a {
          background-color: #1795c4;
          font-size: 22px;
          font-weight: 700;
          color: #fff;
          text-align: center;
          height: 41px;
          width: 100%;
          display: block;
          text-decoration: none;
          padding: 4px 16px;
          font-family: "Oxygen", sans-serif; }
          @media screen and (max-width: 1291px) {
            .deals-section .deals-card .deals-box .deals-info .deals-btn a {
              font-size: 18px;
              padding: 7px 5px; } }
          @media screen and (max-width: 1170px) {
            .deals-section .deals-card .deals-box .deals-info .deals-btn a {
              font-size: 17px;
              height: 30px;
              padding: 4px 8px; } }
    .deals-section .deals-card .deals-box.deals-box-one .deals-img {
      width: 118px; }
      @media screen and (max-width: 1170px) {
        .deals-section .deals-card .deals-box.deals-box-one .deals-img {
          width: 83px; } }
  @media screen and (max-width: 980px) {
    .deals-section .deals-card .deals-box.deals-box-one {
      padding-left: 0; } }
  @media screen and (max-width: 980px) {
    .deals-section .deals-card .deals-box.deals-box-two {
      padding-right: 0; } }
  @media screen and (max-width: 980px) {
    .deals-section .deals-card .deals-box.deals-box-thr {
      padding-right: 0;
      padding-left: 0; } }

.deals-section.three-col .deals-card .deals-box.deals-box-one .deals-info {
  background: center/cover url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/hinderer-deals.png") no-repeat; }

.deals-section.two-col .deals-container {
  max-width: 906px;
  padding: 20px 0; }
  @media screen and (max-width: 1170px) {
    .deals-section.two-col .deals-container {
      max-width: 637px; } }
  @media screen and (max-width: 615px) {
    .deals-section.two-col .deals-container {
      max-width: 309px;
      padding: 20px 0 20px 0; } }

.deals-section.two-col .deals-card .deals-box {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-right: 14px;
  padding-left: 14px; }
  @media screen and (max-width: 1291px) {
    .deals-section.two-col .deals-card .deals-box {
      padding-right: 9px;
      padding-left: 9px; } }
  @media screen and (max-width: 980px) {
    .deals-section.two-col .deals-card .deals-box {
      padding-right: 9px;
      padding-left: 9px;
      max-width: 50%;
      -ms-flex: 0 0 50%;
      flex: 0 0 50%; } }
  @media screen and (max-width: 615px) {
    .deals-section.two-col .deals-card .deals-box {
      max-width: 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      padding: 0;
      margin-bottom: 21px; } }
  .deals-section.two-col .deals-card .deals-box:first-child {
    padding-left: 0; }
  .deals-section.two-col .deals-card .deals-box:last-child {
    padding-right: 0; }

.deals-section.two-col .deals-card .deals-box.deals-box-one .deals-info {
  background: center/cover url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/hinderer-deals.png") no-repeat; }

.deals-section.one-col .deals-container {
  max-width: 1090px;
  padding: 20px 0;
  margin: auto; }
  @media screen and (max-width: 1170px) {
    .deals-section.one-col .deals-container {
      max-width: 784px; } }
  @media screen and (max-width: 769px) {
    .deals-section.one-col .deals-container {
      max-width: 670px; } }
  @media screen and (max-width: 670px) {
    .deals-section.one-col .deals-container {
      max-width: 309px;
      padding: 20px 0 20px 0; } }
  .deals-section.one-col .deals-container .deals-card .deals-box {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0; }
    .deals-section.one-col .deals-container .deals-card .deals-box .deals-info {
      background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/dealsbg-full.png"); }
      @media screen and (max-width: 1025px) {
        .deals-section.one-col .deals-container .deals-card .deals-box .deals-info {
          height: 72px; } }
      .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-img {
        width: 126px; }
        @media screen and (max-width: 1025px) {
          .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-img {
            width: 90px; }
            .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-img img {
              height: 58px; } }
        @media screen and (max-width: 670px) {
          .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-img {
            width: 83px; }
            .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-img img {
              height: 53px; } }
      .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt {
        width: 604px; }
        @media screen and (min-width: 1026px) and (max-width: 1170px) {
          .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt {
            width: auto; } }
        @media screen and (max-width: 1025px) {
          .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt {
            width: 436px; } }
        @media screen and (max-width: 769px) {
          .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt {
            width: 416px; } }
        @media screen and (max-width: 670px) {
          .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt {
            width: 59px; } }
        .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 {
          font-size: 33px;
          color: #ffb612;
          text-transform: uppercase;
          font-family: "Oxygen", sans-serif;
          display: inline-flex;
          line-height: 30px; }
          @media screen and (max-width: 1170px) {
            .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 {
              font-size: 23px; } }
          @media screen and (max-width: 670px) {
            .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 {
              font-size: 10px;
              line-height: 13px;
              display: block; } }
          .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 span {
            font-size: 32px;
            text-transform: initial;
            color: #fff; }
            @media screen and (max-width: 1170px) {
              .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 span {
                font-size: 22px; } }
            @media screen and (max-width: 670px) {
              .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 span {
                display: none; } }
          .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 span.percent {
            font-size: 63px;
            color: #ffb612;
            padding: 0 12px; }
            @media screen and (max-width: 1170px) {
              .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 span.percent {
                font-size: 45px;
                padding: 0 12px; } }
            @media screen and (max-width: 769px) {
              .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 span.percent {
                padding: 0 9px;
                font-size: 40px; } }
            @media screen and (max-width: 670px) {
              .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 span.percent {
                font-size: 35px;
                display: block;
                line-height: 26px;
                padding: 0; } }
            .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 span.percent sup {
              font-size: 28px;
              position: relative;
              top: -22px; }
              @media screen and (max-width: 1025px) {
                .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 span.percent sup {
                  font-size: 21px;
                  top: -17px; } }
              @media screen and (max-width: 769px) {
                .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 span.percent sup {
                  font-size: 19px;
                  top: -15px; } }
              @media screen and (max-width: 670px) {
                .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-txt h4 span.percent sup {
                  font-size: 16px;
                  top: -12px; } }
      .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-btn {
        width: auto; }
        @media screen and (max-width: 1025px) {
          .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-btn a {
            height: 30px; } }
        @media screen and (max-width: 670px) {
          .deals-section.one-col .deals-container .deals-card .deals-box .deals-info .deals-btn a {
            height: 30px; } }

.dlt-deals-page .page {
  margin-top: 20px; }
  @media (max-width: 1200px) {
    .dlt-deals-page .page {
      margin-top: 7px; } }
  @media (max-width: 767px) {
    .dlt-deals-page .page {
      margin-top: 20px; } }
  .dlt-deals-page .page .page-heading {
    font-size: 30px;
    font-weight: 800;
    line-height: 37px;
    padding-left: 124px;
    font-family: "Montserrat", sans-serif; }
    @media (max-width: 1200px) {
      .dlt-deals-page .page .page-heading {
        font-size: 24px;
        padding-left: 28px;
        line-height: 29px; } }
    @media (max-width: 1023px) {
      .dlt-deals-page .page .page-heading {
        text-align: center;
        padding-left: 0px; } }

.dlt-deals-page .dlt-deals-banner .featured-deals .featured-media img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.dlt-deals-page .deals-section .deals-card {
  justify-content: center; }
  @media (min-width: 615px) and (max-width: 680px) {
    .dlt-deals-page .deals-section .deals-card {
      padding: 0px 15px; } }
  .dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn a {
    line-height: initial; }
    @media (min-width: 1290px) and (max-width: 1352px) {
      .dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn a {
        padding: 4px 8px; } }
    @media (min-width: 1168px) and (max-width: 1175px) {
      .dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn a {
        padding: 4px 8px; } }
  @media (min-width: 1290px) and (max-width: 1372px) {
    .dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-img {
      width: 100px; } }

body.dlt-deals-page .dlt-deals-banner .featured-deals .featured-deals-details .view-details:hover {
  background-color: #79b879; }

body.dlt-deals-page .deals-section .deals-card .deals-box a {
  text-decoration: none; }

body.dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn a {
  all: revert;
  text-decoration: none; }
  body.dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn a:hover {
    all: revert; }

body.dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn span {
  background-color: #1795c4;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  height: 41px;
  width: 100%;
  display: block;
  text-decoration: none;
  padding: 4px 16px;
  font-family: "Oxygen", sans-serif;
  line-height: initial; }
  @media screen and (max-width: 1291px) {
    body.dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn span {
      font-size: 18px;
      padding: 7px 5px; } }
  @media screen and (max-width: 1170px) {
    body.dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn span {
      font-size: 17px;
      height: 30px;
      padding: 4px 8px; } }
  @media (min-width: 1292px) and (max-width: 1352px) {
    body.dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn span {
      padding: 4px 8px; } }
  @media (min-width: 1168px) and (max-width: 1175px) {
    body.dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn span {
      padding: 4px 8px; } }
  @media (min-width: 600px) and (max-width: 631px) {
    body.dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn span {
      padding: 4px 4px; } }
  body.dlt-deals-page .deals-section .deals-card .deals-box .deals-info .deals-btn span:hover {
    background-color: #1ebdf7; }

@media (max-width: 800px) {
  .dlt-deals-page .page-sidebar .nxt-refine-options {
    margin-top: 8px; } }

.deals-section .deals-container {
  padding-bottom: 0 !important; }

body.dlt-deals-page .page {
  margin-top: 40px; }

.deals-section .deals-card .deals-box:last-child {
  margin-bottom: 0 !important; }

@media (min-width: 615px) and (max-width: 670px) {
  body .deals-section.one-col .deals-container {
    max-width: 345px; } }

/* Badge Updates*/
.category-alt .productGrid .product.dropping-soon::after {
  display: none; }

.dropping-soon .dropping-product-badge {
  position: absolute;
  background: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/orange-badge.png");
  width: auto;
  height: 34px;
  top: 45px;
  left: -5px;
  color: #fff;
  padding: 7px 10px;
  line-height: 24px;
  z-index: 1;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 800;
  text-transform: uppercase;
  background-size: cover; }

.new-coming-soon .card-figure.out-stock-use .card-img-container::before {
  display: none; }

.new-coming-soon .out-stock-use a.best-seller.no-stock {
  display: none; }

.productView-release-caption-date {
  display: none;
  font-family: 'Oxygen', sans-serif;
  font-size: 17px;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 0px;
  font-weight: 400;
  line-height: 26px; }

.productView-release-caption-date .date-and-time {
  font-weight: 700; }

#product .body.pre-pdp-page-content .productView-details .timer .timer-outer {
  margin-bottom: 17px; }

#product .body.pre-pdp-page-content .container-box .breadcrumbs-container {
  position: relative; }
  #product .body.pre-pdp-page-content .container-box .breadcrumbs-container ul.breadcrumbs {
    z-index: 99; }

body.new-landing-page .timer-section .drop-img {
  border-top: 0; }

@media (max-width: 1200px) {
  body.new-landing-page .timer-section .drop-ribbon {
    top: -80px; } }

@media (max-width: 1023px) {
  body.new-landing-page .timer-section .drop-ribbon {
    top: -68px; } }

@media (max-width: 767px) {
  body.new-landing-page .timer-section .drop-ribbon {
    position: initial; } }

@media (max-width: 1200px) {
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer {
    padding: 10px 10px 10px 10px; } }

@media (max-width: 1200px) {
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer {
    padding: 7px; } }

@media (max-width: 1200px) {
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .avail-text p {
    margin-bottom: 0; } }

@media (max-width: 1200px) {
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .value {
    font-size: 26px;
    line-height: 30px; } }

@media (max-width: 1023px) {
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .value {
    font-size: 20px;
    line-height: 25px; } }

@media (max-width: 767px) {
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .value {
    font-size: 26px;
    line-height: 30px; } }

@media (max-width: 1200px) {
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box span.timer-label {
    font-size: 9px;
    line-height: 12px; } }

@media (max-width: 1023px) {
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box span.timer-label {
    font-size: 8px; } }

@media (max-width: 767px) {
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box span.timer-label {
    font-size: 9px; } }

@media (max-width: 1200px) {
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .sign {
    line-height: 27px; } }

@media (max-width: 1023px) {
  body.new-landing-page .timer-section .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .sign {
    font-size: 12px;
    line-height: 23px; } }

body.new-landing-page .body .container {
  max-width: 100%; }

body.new-landing-page .hp-container {
  max-width: 100%; }
  @media (max-width: 1200px) {
    body.new-landing-page .hp-container {
      padding: 0 14px; } }
  body.new-landing-page .hp-container .banner-section {
    display: grid;
    grid-template-columns: 1.34fr 1fr;
    gap: 26px;
    margin-bottom: 60px;
    position: relative;
    z-index: 9; }
    @media (max-width: 1550px) {
      body.new-landing-page .hp-container .banner-section {
        gap: 19px;
        margin-bottom: 50px; } }
    @media (max-width: 1550px) {
      body.new-landing-page .hp-container .banner-section {
        gap: 14px;
        margin-bottom: 40px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .banner-section {
        gap: 11px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .banner-section {
        grid-template-columns: 1fr;
        gap: 20px; } }
    body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner.timer-section .drop-ribbon {
      top: 20px; }
      @media (max-width: 1550px) {
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner.timer-section .drop-ribbon {
          top: 15px; } }
      @media (max-width: 767px) {
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner.timer-section .drop-ribbon {
          position: absolute; } }
    body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner {
      margin-bottom: 0;
      padding: 15px 27px 40px 27px;
      position: relative;
      height: 590px; }
      @media (max-width: 1550px) {
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner {
          height: 440px;
          padding: 15px 20px 30px 20px; } }
      @media (max-width: 1200px) {
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner {
          height: 315px;
          padding: 15px; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner {
          height: 245px;
          padding: 10px 10px 17px 12px; } }
      @media (max-width: 767px) {
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner {
          height: 262px;
          padding: 10px 10px 17px 12px; } }
      body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon {
        top: 23px; }
        @media (max-width: 1200px) {
          body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon {
            top: 12px; } }
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon strong {
          padding: 12px 21px 12px 4px;
          padding-right: 10px;
          background-color: #e04e00;
          font-size: 25px;
          width: 148px; }
          @media (max-width: 1550px) {
            body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon strong {
              padding: 8px 0 8px 4px;
              padding-right: 10px;
              background-color: #e04e00;
              font-size: 20px;
              width: 115px; } }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon strong {
              font-size: 15px;
              line-height: 19px;
              width: 82px;
              padding: 5px 2px; } }
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon::after {
          background-color: #E04E00;
          top: 0.7px; }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon::after {
              top: 0; } }
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon .pre-release-timer:after {
          content: "";
          width: 7px;
          height: 100%;
          position: absolute;
          left: -7px;
          top: 0;
          background-color: #E04E00; }
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon .pre-release-timer .ribbon-box {
          display: block; }
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon .pre-release-timer .release-timer .timer {
          background-color: #E04E00;
          padding: 4px;
          padding-left: 0;
          padding-bottom: 2px;
          border: 0;
          border-bottom: 0;
          width: 158px; }
          body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon .pre-release-timer .release-timer .timer .avail-text p {
            font-size: 12px;
            line-height: 15px;
            color: #fff;
            letter-spacing: 2.4px;
            margin-bottom: 2px; }
          body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .value {
            font-size: 18px;
            line-height: 20px;
            color: #fff; }
          body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box .sign {
            font-size: 14px;
            line-height: 20px;
            color: #fff; }
          body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-ribbon .pre-release-timer .release-timer .timer .timer-outer .timer-box span.timer-label {
            color: #fff;
            display: none; }
      body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content {
        width: 100%;
        max-width: 100%;
        position: initial;
        display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: flex-end;
        margin-top: 0; }
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner-title {
          font-size: 41px;
          line-height: 47px;
          margin-bottom: 25px;
          text-transform: uppercase; }
          @media (max-width: 1550px) {
            body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner-title {
              font-size: 32px;
              line-height: 36px;
              margin-bottom: 17px; } }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner-title {
              font-size: 24px;
              line-height: 29px;
              margin-bottom: 12px; } }
          @media (max-width: 1023px) {
            body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner-title {
              font-size: 19px;
              line-height: 23px; } }
          body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner-title span {
            display: block;
            font-size: 18px;
            color: #E2B39B;
            line-height: 23px;
            margin-bottom: 3px; }
            @media (max-width: 1550px) {
              body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner-title span {
                font-size: 14px;
                line-height: 18px;
                margin-bottom: 2px; } }
            @media (max-width: 1200px) {
              body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner-title span {
                font-size: 12px;
                line-height: 15px; } }
        body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media (max-width: 767px) {
            body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description {
              align-items: flex-end; } }
          body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description .banner-text {
            font-size: 26px;
            line-height: 32px;
            font-weight: bold;
            margin-bottom: 0;
            width: 100%;
            max-width: calc(100% - 230px); }
            @media (max-width: 1550px) {
              body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description .banner-text {
                font-size: 18px;
                line-height: 24px;
                max-width: calc(100% - 175px); } }
            @media (max-width: 1420px) {
              body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description .banner-text {
                max-width: calc(100% - 190px); } }
            @media (max-width: 1200px) {
              body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description .banner-text {
                font-size: 15px;
                line-height: 18px;
                max-width: calc(100% - 135px); } }
            @media (max-width: 1023px) {
              body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description .banner-text {
                font-size: 14px;
                line-height: 18px;
                max-width: calc(100% - 115px); } }
            @media (max-width: 767px) {
              body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description .banner-text {
                max-width: calc(100% - 125px); } }
          body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description .button--primary {
            width: 187px;
            font-size: 18px;
            font-weight: bold;
            line-height: 22px;
            padding: 14px 15px;
            background-color: transparent;
            border: 2px solid #FFFFFF;
            font-family: 'Montserrat', sans-serif; }
            @media (max-width: 1550px) {
              body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description .button--primary {
                width: 140px;
                height: 40px;
                font-size: 14px;
                font-weight: bold;
                line-height: 14px;
                padding: 11px; } }
            @media (max-width: 1200px) {
              body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description .button--primary {
                width: 110px;
                height: 33px;
                font-size: 12px;
                line-height: 12px;
                padding: 9px; } }
            body.new-landing-page .hp-container .banner-section .new-drops-banner .drop-banner .drop-banner-content .banner_description .button--primary:hover {
              background-color: #1795c4;
              border: 2px solid #1795c4; }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .banner-section .accessories-banner.new-drops-banner .drop-banner {
        height: 245px; } }
    body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner {
      padding: 40px;
      padding-bottom: 42px; }
      @media (max-width: 1550px) {
        body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner {
          padding: 30px;
          padding-bottom: 32px; } }
      @media (max-width: 1200px) {
        body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner {
          padding: 15px;
          padding-bottom: 20px; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner {
          padding: 10px 10px 17px 12px; } }
      body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner-title {
        font-size: 67px;
        line-height: 82px;
        font-weight: 800;
        display: flex;
        align-items: center;
        margin-bottom: 23px; }
        @media (max-width: 1550px) {
          body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner-title {
            font-size: 51px;
            line-height: 62px;
            margin-bottom: 12px; } }
        @media (max-width: 1200px) {
          body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner-title {
            font-size: 36px;
            line-height: 44px;
            margin-bottom: 8px; } }
        @media (max-width: 1023px) {
          body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner-title {
            font-size: 26px;
            line-height: 32px; } }
        body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner-title img {
          margin-right: 8px; }
          @media (max-width: 1550px) {
            body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner-title img {
              max-width: 150px; } }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner-title img {
              max-width: 107px;
              margin-right: 5px; } }
          @media (max-width: 1023px) {
            body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner-title img {
              max-width: 80px; } }
      @media (min-width: 1400px) {
        body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner_description {
          align-items: flex-end; } }
      body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner_description .banner-text {
        font-size: 28px;
        line-height: 34px;
        max-width: 650px; }
        @media (min-width: 1551px) and (max-width: 1700px) {
          body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner_description .banner-text {
            max-width: calc(100% - 230px); } }
        @media (max-width: 1550px) {
          body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner_description .banner-text {
            font-size: 20px;
            line-height: 26px;
            max-width: calc(100% - 230px); } }
        @media (min-width: 1400px) and (max-width: 1550px) {
          body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner_description .banner-text {
            max-width: calc(100% - 235px); } }
        @media (max-width: 1200px) {
          body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner_description .banner-text {
            font-size: 17px;
            line-height: 23px; } }
        @media (max-width: 1023px) {
          body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner_description .banner-text {
            font-size: 15px;
            line-height: 20px;
            max-width: calc(100% - 115px); } }
        @media (max-width: 767px) {
          body.new-landing-page .hp-container .banner-section .coming-soon-banner .drop-banner .drop-banner-content .banner_description .banner-text {
            max-width: calc(100% - 125px); } }
  body.new-landing-page .hp-container .dlt-drop-logo {
    padding: 20px 0 29px 0;
    position: relative;
    z-index: 9; }
    @media (max-width: 1200px) {
      body.new-landing-page .hp-container .dlt-drop-logo {
        padding: 20px 0; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .dlt-drop-logo {
        padding: 14px 0; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .dlt-drop-logo {
        padding: 20px 0;
        flex-direction: column;
        text-align: center; } }
  @media (max-width: 767px) and (max-width: 767px) {
    body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-img {
      margin: 0;
      margin-bottom: 15px; } }
    body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-text {
      color: #313131; }
  body.new-landing-page .hp-container .drop-header {
    margin-bottom: 20px !important; }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .drop-header {
        margin-bottom: 10px !important; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .drop-header {
        margin-bottom: 12px !important; } }
  @media (max-width: 767px) {
    body.new-landing-page .hp-container .drop-header.newly-released-drop {
      font-size: 24px; } }
  body.new-landing-page .hp-container .drop-header.upcoming-title {
    margin-bottom: 53px !important; }
    @media (max-width: 1200px) {
      body.new-landing-page .hp-container .drop-header.upcoming-title {
        margin-bottom: 43px !important; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .drop-header.upcoming-title {
        margin-bottom: 38px !important; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .drop-header.upcoming-title {
        margin-bottom: 10px !important; } }
  body.new-landing-page .hp-container .new-drops {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 30px 0;
    background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/newly-released-desktop.png"); }
    @media (max-width: 1200px) {
      body.new-landing-page .hp-container .new-drops {
        max-width: 100%;
        margin-bottom: 30px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .new-drops {
        margin-bottom: 30px;
        padding-top: 22px; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .new-drops {
        padding-top: 20px;
        padding-bottom: 40px;
        background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/newly-released-mobile.png");
        margin-bottom: 40px; } }
    body.new-landing-page .hp-container .new-drops .newly-rel-drop {
      max-width: 1277px;
      display: block;
      box-sizing: border-box; }
      @media (max-width: 1550px) {
        body.new-landing-page .hp-container .new-drops .newly-rel-drop {
          padding-left: 10px;
          padding-right: 30px; } }
      @media (max-width: 1200px) {
        body.new-landing-page .hp-container .new-drops .newly-rel-drop {
          padding-left: 30px;
          padding-right: 25px; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .new-drops .newly-rel-drop {
          padding-left: 22px;
          padding-right: 18px; } }
      @media (max-width: 767px) {
        body.new-landing-page .hp-container .new-drops .newly-rel-drop {
          padding: 0 15px;
          max-width: 500px; } }
      body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys {
        display: flex;
        padding-bottom: 30px;
        border-bottom: 1px solid #707070;
        padding-top: 30px;
        align-items: flex-start; }
        @media (max-width: 1023px) {
          body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys {
            padding-top: 22px;
            padding-bottom: 20px; } }
        @media (max-width: 767px) {
          body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys {
            flex-direction: column;
            border-bottom: 0;
            padding-top: 20px; } }
        body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-img-section {
          width: 360px;
          margin-right: 50px; }
          @media (max-width: 1023px) {
            body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-img-section {
              width: 267px;
              margin-right: 37px; } }
          @media (max-width: 767px) {
            body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-img-section {
              width: 100%;
              margin-right: 0;
              margin-bottom: 13px; } }
        body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content {
          width: 100%;
          max-width: calc(100% - 410px); }
          @media (max-width: 1023px) {
            body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content {
              max-width: calc(100% - 304px); } }
          @media (max-width: 767px) {
            body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content {
              max-width: 100%; } }
          body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content .drop-category {
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 18px;
            line-height: 18px; }
            @media (max-width: 1023px) {
              body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content .drop-category {
                font-size: 13px;
                line-height: 13px;
                margin-bottom: 8px; } }
          body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content .drop-title {
            margin-bottom: 10px;
            font-size: 32px;
            line-height: 36px; }
            @media (max-width: 1023px) {
              body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content .drop-title {
                font-size: 24px;
                line-height: 30px;
                margin-bottom: 7px; } }
            @media (max-width: 767px) {
              body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content .drop-title {
                font-size: 20px;
                line-height: 24px; } }
          body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content .button--primary {
            position: initial;
            font-family: 'Montserrat', sans-serif; }
          body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content .drop-description {
            font-size: 18px;
            line-height: 24px;
            margin-bottom: 46px;
            max-width: 750px; }
            @media (max-width: 1200px) {
              body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content .drop-description {
                margin-bottom: 32px; } }
            @media (max-width: 1023px) {
              body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content .drop-description {
                margin-bottom: 25px;
                font-size: 16px;
                line-height: 24px;
                padding-left: 2px; } }
            @media (max-width: 767px) {
              body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys .drop-categorys-content .drop-description {
                margin-bottom: 30px;
                font-size: 15px;
                line-height: 20px; } }
      body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys:first-child {
        padding-top: 0; }
      body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
        body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys:last-child .drop-categorys-content .drop-description {
          margin-bottom: 22px; }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .new-drops .newly-rel-drop .drop-categorys:last-child .drop-categorys-content .drop-description {
              margin-bottom: 32px; } }
  body.new-landing-page .hp-container .upcoming-drops {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    background-color: #DCE6DC;
    margin-bottom: 30px; }
    @media (max-width: 1200px) {
      body.new-landing-page .hp-container .upcoming-drops {
        max-width: 100%;
        padding-left: 15px;
        padding-right: 28px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .upcoming-drops {
        padding-left: 11px;
        padding-right: 20px;
        margin-bottom: 20px; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .upcoming-drops {
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px; } }
    body.new-landing-page .hp-container .upcoming-drops .uc-drop {
      width: 100%;
      max-width: 1262px;
      margin: 0 auto;
      padding-top: 20px;
      padding-bottom: 36px;
      grid-template-columns: minmax(auto, 410px) minmax(auto, 852px);
      gap: 0; }
      @media (min-width: 1400px) and (max-width: 1440px) {
        body.new-landing-page .hp-container .upcoming-drops .uc-drop {
          max-width: 1440px;
          padding-left: 20px;
          padding-right: 58px;
          grid-template-columns: minmax(auto, 410px) minmax(auto, 870px); } }
      @media (min-width: 1201px) and (max-width: 1365px) {
        body.new-landing-page .hp-container .upcoming-drops .uc-drop {
          padding-left: 20px;
          padding-right: 20px; } }
      @media (max-width: 1200px) {
        body.new-landing-page .hp-container .upcoming-drops .uc-drop {
          grid-template-columns: minmax(auto, 307px) minmax(auto, 900px);
          padding: 15px 0; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .upcoming-drops .uc-drop {
          grid-template-columns: minmax(auto, 230px) minmax(auto, 900px);
          padding: 11px 0; } }
      @media (max-width: 767px) {
        body.new-landing-page .hp-container .upcoming-drops .uc-drop {
          grid-template-columns: 1fr;
          padding-bottom: 40px; } }
      body.new-landing-page .hp-container .upcoming-drops .uc-drop .drop-post {
        width: 410px; }
        @media (max-width: 1200px) {
          body.new-landing-page .hp-container .upcoming-drops .uc-drop .drop-post {
            width: 307px; } }
        @media (max-width: 1023px) {
          body.new-landing-page .hp-container .upcoming-drops .uc-drop .drop-post {
            width: 230px; } }
        @media (max-width: 767px) {
          body.new-landing-page .hp-container .upcoming-drops .uc-drop .drop-post {
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
            margin-bottom: 30px; } }
      body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops {
        background-color: initial;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 45px;
        padding-left: 65px;
        gap: 55px; }
        @media (min-width: 1400px) and (max-width: 1440px) {
          body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops {
            padding-left: 85px; } }
        @media (min-width: 1201px) and (max-width: 1365px) {
          body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops {
            padding-left: 40px;
            gap: 35px; } }
        @media (max-width: 1200px) {
          body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops {
            padding-left: 54px;
            gap: 40px;
            padding-top: 33px; } }
        @media (max-width: 1023px) {
          body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops {
            padding-left: 37px;
            gap: 30px;
            padding-top: 25px; } }
        @media (max-width: 767px) {
          body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops {
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
            padding: 0 8px;
            grid-template-columns: 1fr; } }
        body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-ribbon strong {
          padding: 8px 3px;
          padding-right: 5px;
          line-height: 42px; }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-ribbon strong {
              line-height: 32px; } }
        body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-ribbon::after {
          background-color: #E04E00; }
        body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-category {
          margin: 20px 0 10px;
          font-size: 15px;
          line-height: 18px; }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-category {
              margin: 12px 0 6px;
              font-size: 14px; } }
          @media (max-width: 1023px) {
            body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-category {
              font-size: 10px;
              margin: 9px 0 6px;
              line-height: 13px; } }
          @media (max-width: 767px) {
            body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-category {
              font-size: 13px;
              margin: 20px 0 15px; } }
        body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-title {
          font-size: 22px;
          margin-bottom: 20px;
          line-height: 27px;
          margin-top: 0; }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-title {
              font-size: 20px;
              margin-bottom: 12px;
              line-height: 24px; } }
          @media (max-width: 1023px) {
            body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-title {
              font-size: 15px;
              line-height: 18px; } }
          @media (max-width: 767px) {
            body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-title {
              font-size: 18px;
              line-height: 23px;
              margin-bottom: 20px; } }
        body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .button--primary {
          font-family: 'Montserrat', sans-serif; }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .button--primary {
              width: 115px;
              height: 33px;
              padding: 9px;
              font-size: 12px;
              line-height: 15px; } }
  body.new-landing-page .hp-container .update-title {
    margin-bottom: 25px !important; }
  body.new-landing-page .hp-container .update-title.upcoming-title {
    margin-bottom: 75px !important; }
    @media (max-width: 1200px) {
      body.new-landing-page .hp-container .update-title.upcoming-title {
        margin-bottom: 55px !important; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .update-title.upcoming-title {
        margin-bottom: 48px !important; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .update-title.upcoming-title {
        margin-bottom: 20px !important; } }
  body.new-landing-page .hp-container .update-drops {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 50px; }
    @media (max-width: 1200px) {
      body.new-landing-page .hp-container .update-drops {
        max-width: 100%;
        padding-top: 36px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .update-drops {
        padding-top: 26px;
        padding-bottom: 13px; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .update-drops {
        padding-top: 20px;
        padding-bottom: 40px; } }
    body.new-landing-page .hp-container .update-drops .up-drops {
      max-width: 1302px;
      gap: 46px;
      padding: 0 20px;
      box-sizing: border-box; }
      @media (max-width: 1200px) {
        body.new-landing-page .hp-container .update-drops .up-drops {
          padding-left: 38px;
          padding-right: 50px;
          gap: 40px; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .update-drops .up-drops {
          padding-left: 28px;
          padding-right: 38px;
          gap: 23px; } }
      @media (max-width: 767px) {
        body.new-landing-page .hp-container .update-drops .up-drops {
          gap: 40px;
          max-width: 500px;
          grid-template-columns: 1fr;
          padding-left: 18px;
          padding-right: 18px; } }
      body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category {
        padding: 0; }
        body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-ribbon strong {
          padding: 8px 3px;
          padding-right: 5px;
          line-height: 42px; }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-ribbon strong {
              line-height: 32px; } }
        body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-ribbon::after {
          background-color: #E04E00; }
        body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-category {
          margin-bottom: 12px; }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-category {
              margin: 18px 0 9px;
              font-size: 14px; } }
          @media (max-width: 1023px) {
            body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-category {
              font-size: 11px;
              margin: 12px 0 7px;
              line-height: 14px; } }
          @media (max-width: 767px) {
            body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-category {
              font-size: 13px;
              margin: 20px 0 15px; } }
        body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-title {
          line-height: 30px; }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-title {
              font-size: 20px;
              margin-bottom: 14px;
              line-height: 24px; } }
          @media (max-width: 1023px) {
            body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-title {
              font-size: 15px;
              line-height: 18px;
              margin-bottom: 10px; } }
          @media (max-width: 767px) {
            body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-title {
              font-size: 18px;
              line-height: 23px;
              margin-bottom: 20px; } }
        body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .button {
          position: initial;
          font-family: 'Montserrat', sans-serif; }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .button {
              width: 115px;
              height: 33px;
              padding: 9px;
              font-size: 12px;
              line-height: 15px; } }
  body.new-landing-page .hp-container .subscribe-drop {
    max-width: 1358px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px 30px 27px 30px;
    margin-bottom: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 1200px) {
      body.new-landing-page .hp-container .subscribe-drop {
        margin-top: 30px;
        padding: 15px 22px;
        margin-bottom: 40px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .subscribe-drop {
        margin-top: 20px;
        padding: 14px 20px 20px 20px;
        margin-bottom: 30px;
        flex-direction: column; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .subscribe-drop {
        padding: 30px 20px 25px 20px;
        margin-left: 6px;
        margin-right: 6px; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .subscribe-drop .subscribe-form-section {
        text-align: center; } }
    body.new-landing-page .hp-container .subscribe-drop .subscribe-form-section h4 {
      font-size: 30px;
      line-height: 38px;
      margin: 0;
      text-align: left; }
      @media (min-width: 1200px) and (max-width: 1320px) {
        body.new-landing-page .hp-container .subscribe-drop .subscribe-form-section h4 {
          font-size: 24px;
          line-height: 27px; } }
      @media (max-width: 1200px) {
        body.new-landing-page .hp-container .subscribe-drop .subscribe-form-section h4 {
          font-size: 22px;
          line-height: 27px; } }
      @media (max-width: 767px) {
        body.new-landing-page .hp-container .subscribe-drop .subscribe-form-section h4 {
          font-size: 24px;
          line-height: 28px;
          margin-bottom: 10px;
          text-align: center; } }
    body.new-landing-page .hp-container .subscribe-drop .subscribe-form-section p {
      line-height: 26px;
      margin-bottom: 0;
      text-align: left; }
      @media (min-width: 1200px) and (max-width: 1320px) {
        body.new-landing-page .hp-container .subscribe-drop .subscribe-form-section p {
          font-size: 17px;
          line-height: 25px; } }
      @media (max-width: 1200px) {
        body.new-landing-page .hp-container .subscribe-drop .subscribe-form-section p {
          font-size: 17px; } }
      @media (max-width: 767px) {
        body.new-landing-page .hp-container .subscribe-drop .subscribe-form-section p {
          font-size: 20px;
          line-height: 24px;
          text-align: center; } }
    body.new-landing-page .hp-container .subscribe-drop form {
      max-width: 595px;
      margin-right: 0; }
      @media (max-width: 1200px) {
        body.new-landing-page .hp-container .subscribe-drop form {
          max-width: 468px; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .subscribe-drop form {
          margin: 0 auto;
          margin-top: 24px; } }
      @media (max-width: 767px) {
        body.new-landing-page .hp-container .subscribe-drop form {
          max-width: 100%; } }
      body.new-landing-page .hp-container .subscribe-drop form .form-field .form-input {
        width: 440px;
        height: 56px;
        font-size: 20px; }
        @media (max-width: 1200px) {
          body.new-landing-page .hp-container .subscribe-drop form .form-field .form-input {
            width: 345px;
            height: 44px;
            font-size: 17px; } }
        @media (max-width: 767px) {
          body.new-landing-page .hp-container .subscribe-drop form .form-field .form-input {
            width: 100%;
            height: 48px;
            font-size: 16px;
            min-height: 48px; } }
      body.new-landing-page .hp-container .subscribe-drop form .form-field .button {
        height: 56px;
        width: 146px;
        margin-left: 10px;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif; }
        @media (max-width: 1200px) {
          body.new-landing-page .hp-container .subscribe-drop form .form-field .button {
            height: 44px;
            width: 115px;
            margin-left: 8px;
            font-size: 16px; } }
        @media (max-width: 767px) {
          body.new-landing-page .hp-container .subscribe-drop form .form-field .button {
            width: 100%;
            height: 48px;
            margin-left: 0;
            margin-top: 10px;
            font-size: 18px; } }
  body.new-landing-page .hp-container .win-drop {
    margin: 0;
    margin-left: -20px;
    width: calc(100% + 40px);
    padding: 60px 0 53px; }
    @media (max-width: 1200px) {
      body.new-landing-page .hp-container .win-drop {
        padding: 35px 0 37px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .win-drop {
        padding: 26px 0 26px; } }
    body.new-landing-page .hp-container .win-drop .drop-day-text ul li:not(:last-child) {
      margin-bottom: 20px; }
    body.new-landing-page .hp-container .win-drop .drop-header {
      margin-bottom: 30px !important; }
      @media (max-width: 1200px) {
        body.new-landing-page .hp-container .win-drop .drop-header {
          margin-bottom: 35px !important; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .win-drop .drop-header {
          margin-bottom: 27px !important; } }
      @media (max-width: 450px) {
        body.new-landing-page .hp-container .win-drop .drop-header {
          max-width: 320px;
          margin: 0 auto; } }
    body.new-landing-page .hp-container .win-drop .drop-day {
      grid-template-columns: 1fr 1fr;
      max-width: 1374px;
      padding: 0 20px;
      gap: 0; }
      @media (min-width: 1400px) and (max-width: 1440px) {
        body.new-landing-page .hp-container .win-drop .drop-day {
          padding: 0 55px; } }
      @media (max-width: 1200px) {
        body.new-landing-page .hp-container .win-drop .drop-day {
          padding-left: 49px;
          padding-right: 42px; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .win-drop .drop-day {
          padding-left: 22px;
          padding-right: 22px; } }
      @media (max-width: 767px) {
        body.new-landing-page .hp-container .win-drop .drop-day {
          padding-left: 20px;
          padding-right: 20px;
          grid-template-columns: 1fr;
          gap: 30px; } }
      body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        border-right: 1px solid #707070;
        padding-right: 45px; }
        @media (max-width: 1200px) {
          body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section {
            padding-right: 30px; } }
        @media (max-width: 1023px) {
          body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section {
            padding-right: 20px; } }
        @media (max-width: 767px) {
          body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section {
            padding-right: 0;
            border-bottom: 1px solid #707070;
            border-right: 0; } }
        body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section .drop-day-img {
          margin-bottom: 30px;
          text-align: center; }
          body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section .drop-day-img img {
            max-width: 585px;
            box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16); }
            @media (max-width: 1200px) {
              body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section .drop-day-img img {
                max-width: 416px; } }
            @media (max-width: 1023px) {
              body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section .drop-day-img img {
                max-width: 312px; } }
        body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section .drop-day-text ul {
          font-size: 18px;
          font-weight: 400;
          margin-left: 25px;
          padding: 0;
          margin-bottom: 0; }
          @media (max-width: 1200px) {
            body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section .drop-day-text ul {
              margin-left: 22px;
              font-size: 16px;
              line-height: 26px; } }
          @media (max-width: 1023px) {
            body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section .drop-day-text ul {
              font-size: 14px;
              line-height: 24px;
              margin-left: 20px; } }
      body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section:last-child {
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        border-right: 0;
        padding-left: 45px;
        padding-right: 0; }
        @media (max-width: 1200px) {
          body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section:last-child {
            padding-left: 30px; } }
        @media (max-width: 1023px) {
          body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section:last-child {
            padding-left: 20px; } }
        @media (max-width: 767px) {
          body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section:last-child {
            border-bottom: 0;
            padding-left: 0; } }
        @media (max-width: 767px) {
          body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section:last-child ul {
            margin-bottom: 0; } }
        @media (max-width: 767px) {
          body.new-landing-page .hp-container .win-drop .drop-day .drop-day-section:last-child ul li:last-child {
            margin-bottom: 0; } }
  body.new-landing-page .hp-container .contact-drop {
    max-width: 1090px;
    padding: 60px 0 50px; }
    @media (max-width: 1200px) {
      body.new-landing-page .hp-container .contact-drop {
        max-width: 860px;
        padding: 60px 0 10px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .contact-drop {
        padding: 50px 0 20px;
        padding-left: 25px;
        padding-right: 25px; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .contact-drop {
        padding: 50px 0 50px;
        padding-left: 6px;
        padding-right: 6px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .contact-drop .contact-drop-img img {
        max-width: 245px; } }
    body.new-landing-page .hp-container .contact-drop .contact-drop-text span {
      letter-spacing: 1.6px;
      text-transform: uppercase; }
      @media (min-width: 1024px) and (max-width: 1200px) {
        body.new-landing-page .hp-container .contact-drop .contact-drop-text span {
          font-size: 16px;
          line-height: 28px; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .contact-drop .contact-drop-text span {
          line-height: 24px; } }
    @media (max-width: 1200px) {
      body.new-landing-page .hp-container .contact-drop .contact-drop-text .quote {
        font-size: 32px;
        line-height: 38px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .contact-drop .contact-drop-text .quote {
        font-size: 26px;
        line-height: 34px; } }
    @media (min-width: 1024px) and (max-width: 1200px) {
      body.new-landing-page .hp-container .contact-drop .contact-drop-text p {
        font-size: 22px;
        line-height: 30px; } }
    body.new-landing-page .hp-container .contact-drop .contact-drop-text p a {
      color: #313131; }

body.new-landing-page .update-drops .drop-ribbon strong, body.new-landing-page .upcoming-drops .drop-ribbon strong {
  line-height: 35px; }

body.new-landing-page .timer-section .drop-category,
body.new-landing-page .timer-section .drop-title {
  padding-left: 3px; }

body.new-landing-page .timer-section .button--primary {
  margin-left: 3px; }

@media (max-width: 1200px) {
  body.new-landing-page div.timer-section .drop-ribbon .pre-release-timer .release-timer .timer .avail-text p {
    font-size: 10px; }
  body.new-landing-page .update-drops .drop-ribbon strong {
    font-size: 14px;
    line-height: 27px; }
  body.new-landing-page .upcoming-drops .drop-ribbon strong {
    font-size: 14px;
    line-height: 27px; }
  body .landingpage .upcoming-drops .drop-post img.img-desktop {
    object-fit: fill; } }

@media (max-width: 1023px) {
  body.new-landing-page div.timer-section .drop-ribbon .pre-release-timer .release-timer .timer .avail-text p {
    font-size: 7px; }
  body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-ribbon strong {
    line-height: 31px; }
  body.new-landing-page .hp-container .upcoming-drops .uc-drop .uc-drops .uc-drop-category .drop-ribbon strong {
    padding: 6px 3px; }
  body.new-landing-page .hp-container .update-drops .up-drops .up-drop-category .drop-ribbon strong {
    line-height: 31px;
    padding: 6px 3px; } }

@media (max-width: 767px) {
  body.new-landing-page .update-drops .drop-ribbon strong {
    font-size: 15px;
    line-height: 29px; }
  body.new-landing-page div.timer-section .drop-ribbon .pre-release-timer .release-timer .timer .avail-text p {
    font-size: 11px; }
  body.new-landing-page .upcoming-drops .drop-ribbon strong {
    font-size: 15px;
    line-height: 29px; } }

/* Homepage hero banner css start 06-03-2024 */
.home-banner-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  @media (max-width: 1023px) {
    .home-banner-main {
      margin-bottom: 30px; } }
  .home-banner-main .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2; }
  .home-banner-main .bnr-left-main {
    width: calc(100% - 774px);
    margin-right: 10px;
    position: relative; }
    @media (max-width: 1700px) {
      .home-banner-main .bnr-left-main {
        width: calc(100% - 581px);
        margin-right: 8px; } }
    @media (max-width: 1300px) {
      .home-banner-main .bnr-left-main {
        width: calc(100% - 413px);
        margin-right: 6px; } }
    @media (max-width: 1023px) {
      .home-banner-main .bnr-left-main {
        width: calc(100% - 310px);
        margin-right: 5px; } }
    @media (max-width: 767px) {
      .home-banner-main .bnr-left-main {
        width: 100%;
        margin: 0; } }
    .home-banner-main .bnr-left-main .slide-main {
      margin: 0; }
      .home-banner-main .bnr-left-main .slide-main .mobl-lft {
        display: none; }
        @media (max-width: 1023px) {
          .home-banner-main .bnr-left-main .slide-main .mobl-lft {
            display: block; } }
      @media (max-width: 1023px) {
        .home-banner-main .bnr-left-main .slide-main .desk-rght {
          display: none; } }
      .home-banner-main .bnr-left-main .slide-main .slide {
        position: relative; }
      .home-banner-main .bnr-left-main .slide-main .lft-img {
        max-height: 660px;
        height: 50vw;
        overflow: hidden; }
        @media (max-width: 1700px) {
          .home-banner-main .bnr-left-main .slide-main .lft-img {
            max-height: 495px; } }
        @media (max-width: 1300px) {
          .home-banner-main .bnr-left-main .slide-main .lft-img {
            max-height: 352px; } }
        @media (max-width: 1023px) {
          .home-banner-main .bnr-left-main .slide-main .lft-img {
            max-height: 488px;
            height: 70vw; } }
        @media (max-width: 767px) {
          .home-banner-main .bnr-left-main .slide-main .lft-img {
            max-height: 600px;
            height: 100%; } }
        @media (max-width: 450px) {
          .home-banner-main .bnr-left-main .slide-main .lft-img {
            max-height: 466px; } }
        .home-banner-main .bnr-left-main .slide-main .lft-img img {
          width: 100%;
          object-fit: cover;
          height: 100%; }
          @media (max-width: 1023px) {
            .home-banner-main .bnr-left-main .slide-main .lft-img img {
              object-position: top; } }
      .home-banner-main .bnr-left-main .slide-main .lft-cnt {
        background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 80%, black 100%);
        position: absolute;
        bottom: 0;
        padding: 120px 20px 20px 20px;
        width: 100%;
        text-align: right; }
        @media (max-width: 1023px) {
          .home-banner-main .bnr-left-main .slide-main .lft-cnt {
            text-align: center;
            padding: 180px 30px 70px; } }
        .home-banner-main .bnr-left-main .slide-main .lft-cnt h2 {
          color: #FAF2C5;
          font-family: 'Montserrat', sans-serif;
          font-weight: 800;
          font-size: 46px;
          line-height: 56px;
          margin: 0 0 11px;
          max-width: 696px;
          text-align: left; }
          @media (max-width: 1700px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt h2 {
              font-size: 40px;
              line-height: 46px;
              margin: 0 0 10px;
              max-width: 600px; } }
          @media (max-width: 1300px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt h2 {
              font-size: 26px;
              line-height: 32px;
              max-width: 410px; } }
          @media (max-width: 1023px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt h2 {
              text-align: center;
              margin: 0 auto 10px; } }
          @media (max-width: 767px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt h2 {
              margin: 0 auto 12px; } }
          @media (max-width: 350px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt h2 {
              font-size: 23px;
              line-height: 29px; } }
        .home-banner-main .bnr-left-main .slide-main .lft-cnt p {
          color: #fff;
          font-size: 24px;
          line-height: 38px;
          margin: 0;
          font-family: 'Oxygen', sans-serif;
          font-weight: 700;
          text-align: left;
          max-width: 696px; }
          @media (max-width: 1700px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt p {
              font-size: 20px;
              line-height: 32px;
              max-width: 600px; } }
          @media (max-width: 1300px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt p {
              font-size: 16px;
              line-height: 25px;
              max-width: 410px; } }
          @media (max-width: 1023px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt p {
              text-align: center;
              margin: 0 auto; } }
        .home-banner-main .bnr-left-main .slide-main .lft-cnt a {
          background-color: #1795C4;
          color: #fff;
          text-transform: uppercase;
          font-size: 20px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          line-height: 24px;
          padding: 13px 20px;
          display: inline-block;
          margin-top: -10px;
          position: relative;
          z-index: 3; }
          @media (max-width: 1700px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt a {
              padding: 11px 20px;
              line-height: 19px;
              font-size: 16px;
              margin: 0; } }
          @media (max-width: 1300px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt a {
              margin-top: -10px; } }
          @media (max-width: 1023px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt a {
              margin-top: 21px;
              padding: 10px 26px;
              line-height: 18px;
              font-size: 14px; } }
          @media (max-width: 767px) {
            .home-banner-main .bnr-left-main .slide-main .lft-cnt a {
              margin-top: 18px; } }
          .home-banner-main .bnr-left-main .slide-main .lft-cnt a:hover {
            background-color: #1ebdf7; }
      .home-banner-main .bnr-left-main .slide-main .carousel-tooltip {
        display: none; }
      .home-banner-main .bnr-left-main .slide-main .slick-dots {
        bottom: 30px;
        text-align: left;
        padding-left: 20px;
        width: auto; }
        @media (max-width: 1700px) {
          .home-banner-main .bnr-left-main .slide-main .slick-dots {
            padding-left: 20px; } }
        @media (max-width: 1300px) {
          .home-banner-main .bnr-left-main .slide-main .slick-dots {
            padding-left: 20px;
            bottom: 20px; } }
        @media (max-width: 1023px) {
          .home-banner-main .bnr-left-main .slide-main .slick-dots {
            width: 100%;
            text-align: center;
            padding: 0;
            bottom: 30px; } }
        @media (max-width: 767px) {
          .home-banner-main .bnr-left-main .slide-main .slick-dots {
            bottom: 23px; } }
        .home-banner-main .bnr-left-main .slide-main .slick-dots .slick-active button:before {
          background-color: #FF5900; }
        .home-banner-main .bnr-left-main .slide-main .slick-dots li {
          height: 14px;
          width: 14px;
          padding: 0;
          margin-right: 10px; }
        .home-banner-main .bnr-left-main .slide-main .slick-dots button {
          width: 14px;
          height: 14px;
          border: 1px solid #fff; }
          .home-banner-main .bnr-left-main .slide-main .slick-dots button:before {
            width: 12px;
            height: 12px;
            left: 0px;
            top: 0px;
            background-color: #fff;
            opacity: 1; }
          .home-banner-main .bnr-left-main .slide-main .slick-dots button:hover:before {
            background-color: #FF5900; }
      .home-banner-main .bnr-left-main .slide-main .slick-arrow {
        width: 61px;
        height: 61px;
        margin: 0;
        border: none;
        background-color: inherit;
        padding: 0; }
        @media (max-width: 1700px) {
          .home-banner-main .bnr-left-main .slide-main .slick-arrow {
            width: 46px;
            height: 46px; } }
        @media (max-width: 1300px) {
          .home-banner-main .bnr-left-main .slide-main .slick-arrow {
            width: 33px;
            height: 33px; } }
        @media (max-width: 1023px) {
          .home-banner-main .bnr-left-main .slide-main .slick-arrow {
            width: 40px;
            height: 40px;
            transform: none;
            top: auto;
            bottom: 17px; } }
        @media (max-width: 767px) {
          .home-banner-main .bnr-left-main .slide-main .slick-arrow {
            bottom: 10px; } }
        .home-banner-main .bnr-left-main .slide-main .slick-arrow:before {
          width: 61px;
          height: 61px;
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60.345' height='60.345' viewBox='0 0 60.345 60.345'%3E%3Cg id='Group_8451' data-name='Group 8451' transform='translate(60.345 60.345) rotate(180)' opacity='0.849'%3E%3Cg id='Ellipse_15' data-name='Ellipse 15' fill='%23434343' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='30.173' cy='30.173' r='30.173' stroke='none'/%3E%3Ccircle cx='30.173' cy='30.173' r='29.673' fill='none'/%3E%3C/g%3E%3Cpath id='Icon_material-chevron-right' data-name='Icon material-chevron-right' d='M3.376,0,0,3.376,10.967,14.368,0,25.359l3.376,3.376L17.744,14.368Z' transform='translate(21.3 15.804)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E"); }
          @media (max-width: 1700px) {
            .home-banner-main .bnr-left-main .slide-main .slick-arrow:before {
              width: 46px;
              height: 46px; } }
          @media (max-width: 1300px) {
            .home-banner-main .bnr-left-main .slide-main .slick-arrow:before {
              width: 33px;
              height: 33px; } }
          @media (max-width: 1023px) {
            .home-banner-main .bnr-left-main .slide-main .slick-arrow:before {
              width: 40px;
              height: 40px; } }
        .home-banner-main .bnr-left-main .slide-main .slick-arrow.slick-prev {
          left: 30px; }
          @media (max-width: 1700px) {
            .home-banner-main .bnr-left-main .slide-main .slick-arrow.slick-prev {
              left: 23px; } }
          @media (max-width: 1300px) {
            .home-banner-main .bnr-left-main .slide-main .slick-arrow.slick-prev {
              left: 16px; } }
          @media (max-width: 1023px) {
            .home-banner-main .bnr-left-main .slide-main .slick-arrow.slick-prev {
              left: 42px; } }
          @media (max-width: 767px) {
            .home-banner-main .bnr-left-main .slide-main .slick-arrow.slick-prev {
              left: 21px; } }
        .home-banner-main .bnr-left-main .slide-main .slick-arrow.slick-next {
          right: 30px; }
          @media (max-width: 1700px) {
            .home-banner-main .bnr-left-main .slide-main .slick-arrow.slick-next {
              right: 23px; } }
          @media (max-width: 1300px) {
            .home-banner-main .bnr-left-main .slide-main .slick-arrow.slick-next {
              right: 16px; } }
          @media (max-width: 1023px) {
            .home-banner-main .bnr-left-main .slide-main .slick-arrow.slick-next {
              right: 42px; } }
          @media (max-width: 767px) {
            .home-banner-main .bnr-left-main .slide-main .slick-arrow.slick-next {
              right: 21px; } }
          .home-banner-main .bnr-left-main .slide-main .slick-arrow.slick-next:before {
            transform: rotate(180deg); }
        .home-banner-main .bnr-left-main .slide-main .slick-arrow:hover:before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60.345' height='60.345' viewBox='0 0 60.345 60.345'%3E%3Cg id='Group_8450' data-name='Group 8450' opacity='0.851'%3E%3Cg id='Path_53247' data-name='Path 53247' fill='%23acacac'%3E%3Cpath d='M 30.17253875732422 59.84507751464844 C 26.16654968261719 59.84507751464844 22.28065872192383 59.06060791015625 18.62279891967773 57.51346969604492 C 15.08947849273682 56.01899719238281 11.91611862182617 53.87942886352539 9.190888404846191 51.15419006347656 C 6.465648651123047 48.42895889282227 4.32607889175415 45.25559997558594 2.831608772277832 41.7222785949707 C 1.284468770027161 38.06441879272461 0.4999987483024597 34.17852783203125 0.4999987483024597 30.17253875732422 C 0.4999987483024597 26.16654968261719 1.284468770027161 22.28065872192383 2.831608772277832 18.62279891967773 C 4.32607889175415 15.08947849273682 6.465648651123047 11.91611862182617 9.190888404846191 9.190888404846191 C 11.91611862182617 6.465648651123047 15.08947849273682 4.32607889175415 18.62279891967773 2.831608772277832 C 22.28065872192383 1.284468770027161 26.16654968261719 0.4999987483024597 30.17253875732422 0.4999987483024597 C 34.17852783203125 0.4999987483024597 38.06441879272461 1.284468770027161 41.7222785949707 2.831608772277832 C 45.25559997558594 4.32607889175415 48.42895889282227 6.465648651123047 51.15419006347656 9.190888404846191 C 53.87942886352539 11.91611862182617 56.01899719238281 15.08947849273682 57.51346969604492 18.62279891967773 C 59.06060791015625 22.28065872192383 59.84507751464844 26.16654968261719 59.84507751464844 30.17253875732422 C 59.84507751464844 34.17852783203125 59.06060791015625 38.06441879272461 57.51346969604492 41.7222785949707 C 56.01899719238281 45.25559997558594 53.87942886352539 48.42895889282227 51.15419006347656 51.15419006347656 C 48.42895889282227 53.87942886352539 45.25559997558594 56.01899719238281 41.7222785949707 57.51346969604492 C 38.06441879272461 59.06060791015625 34.17852783203125 59.84507751464844 30.17253875732422 59.84507751464844 Z' stroke='none'/%3E%3Cpath d='M 30.17253875732422 1 C 26.23382949829102 1 22.41346740722656 1.77117919921875 18.81757736206055 3.292110443115234 C 15.34384918212891 4.761379241943359 12.22391891479492 6.864959716796875 9.544437408447266 9.544437408447266 C 6.864959716796875 12.22391891479492 4.761379241943359 15.34384918212891 3.292110443115234 18.81757736206055 C 1.77117919921875 22.41346740722656 1 26.23382949829102 1 30.17253875732422 C 1 34.11124801635742 1.77117919921875 37.93161010742188 3.292110443115234 41.52749633789062 C 4.761379241943359 45.00122833251953 6.864959716796875 48.12115859985352 9.544437408447266 50.80064010620117 C 12.22391891479492 53.48011779785156 15.34384918212891 55.58369827270508 18.81757736206055 57.0529670715332 C 22.41346740722656 58.57389831542969 26.23382949829102 59.34507751464844 30.17253875732422 59.34507751464844 C 34.11124801635742 59.34507751464844 37.93161010742188 58.57389831542969 41.52749633789062 57.0529670715332 C 45.00122833251953 55.58369827270508 48.12115859985352 53.48011779785156 50.80064010620117 50.80064010620117 C 53.48011779785156 48.12115859985352 55.58369827270508 45.00122833251953 57.0529670715332 41.52749633789062 C 58.57389831542969 37.93161010742188 59.34507751464844 34.11124801635742 59.34507751464844 30.17253875732422 C 59.34507751464844 26.23382949829102 58.57389831542969 22.41346740722656 57.0529670715332 18.81757736206055 C 55.58369827270508 15.34384918212891 53.48011779785156 12.22391891479492 50.80064010620117 9.544437408447266 C 48.12115859985352 6.864959716796875 45.00122833251953 4.761379241943359 41.52749633789062 3.292110443115234 C 37.93161010742188 1.77117919921875 34.11124801635742 1 30.17253875732422 1 M 30.17253875732422 0 C 46.83636856079102 0 60.34507751464844 13.50870895385742 60.34507751464844 30.17253875732422 C 60.34507751464844 46.83636856079102 46.83636856079102 60.34507751464844 30.17253875732422 60.34507751464844 C 13.50870895385742 60.34507751464844 0 46.83636856079102 0 30.17253875732422 C 0 13.50870895385742 13.50870895385742 0 30.17253875732422 0 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3Cpath id='Icon_material-chevron-right' data-name='Icon material-chevron-right' d='M3.376,0,0,3.376,10.967,14.368,0,25.359l3.376,3.376L17.744,14.368Z' transform='translate(21.3 15.804)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E"); }
        .home-banner-main .bnr-left-main .slide-main .slick-arrow:hover.slick-prev:before {
          transform: rotate(180deg); }
        .home-banner-main .bnr-left-main .slide-main .slick-arrow:hover.slick-next:before {
          transform: rotate(0deg); }
  .home-banner-main .bnr-rght-main {
    width: 764px;
    position: relative; }
    @media (max-width: 1700px) {
      .home-banner-main .bnr-rght-main {
        width: 573px; } }
    @media (max-width: 1300px) {
      .home-banner-main .bnr-rght-main {
        width: 407px; } }
    @media (max-width: 1023px) {
      .home-banner-main .bnr-rght-main {
        width: 305px; } }
    @media (max-width: 767px) {
      .home-banner-main .bnr-rght-main {
        width: 100%; } }
    .home-banner-main .bnr-rght-main .mobl-rght {
      display: none; }
      @media (max-width: 1023px) {
        .home-banner-main .bnr-rght-main .mobl-rght {
          display: block; } }
    @media (max-width: 1023px) {
      .home-banner-main .bnr-rght-main .desk-rght {
        display: none; } }
    .home-banner-main .bnr-rght-main .rght-cnt {
      position: absolute;
      bottom: 0;
      display: flex;
      align-items: flex-start;
      width: 100%;
      left: 0;
      padding: 0 48px 30px 32px; }
      @media (max-width: 1700px) {
        .home-banner-main .bnr-rght-main .rght-cnt {
          padding: 0 20px 30px 12px; } }
      @media (max-width: 1300px) {
        .home-banner-main .bnr-rght-main .rght-cnt {
          padding: 0 15px 20px 10px; } }
      @media (max-width: 1023px) {
        .home-banner-main .bnr-rght-main .rght-cnt {
          padding: 0 12px 27px 12px;
          flex-wrap: wrap;
          text-align: center; } }
      @media (max-width: 767px) {
        .home-banner-main .bnr-rght-main .rght-cnt {
          padding: 0 20px 35px; } }
      .home-banner-main .bnr-rght-main .rght-cnt .rght-sub:first-child {
        max-width: 108px;
        margin-right: 14px; }
        @media (max-width: 1700px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub:first-child {
            max-width: 94px;
            margin-right: 6px; } }
        @media (max-width: 1300px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub:first-child {
            max-width: 64px; } }
        @media (max-width: 1023px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub:first-child {
            margin: 0 auto 8px; } }
        @media (max-width: 767px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub:first-child {
            max-width: 79px;
            margin: 0 auto 10px; } }
      @media (max-width: 1023px) {
        .home-banner-main .bnr-rght-main .rght-cnt .rght-sub {
          width: 100%; } }
      .home-banner-main .bnr-rght-main .rght-cnt .rght-sub h2 {
        color: #0F4A01;
        font-size: 40px;
        line-height: 49px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        margin: 0; }
        @media (max-width: 1700px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub h2 {
            font-size: 30px;
            line-height: 37px; } }
        @media (max-width: 1300px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub h2 {
            font-size: 22px;
            line-height: 27px; } }
      .home-banner-main .bnr-rght-main .rght-cnt .rght-sub p {
        color: #454545;
        font-size: 24px;
        line-height: 30px;
        font-family: 'Oxygen', sans-serif;
        font-weight: 700;
        margin: 0 0 20px; }
        @media (max-width: 1700px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub p {
            font-size: 20px;
            line-height: 26px; } }
        @media (max-width: 1300px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub p {
            font-size: 14px;
            line-height: 19px; } }
        @media (max-width: 1023px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub p {
            text-align: center;
            margin: 5px 0 17px; } }
        @media (max-width: 767px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub p {
            margin: 8px 0 20px; } }
      .home-banner-main .bnr-rght-main .rght-cnt .rght-sub a {
        background-color: #1795C4;
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: 24px;
        padding: 13px 22px;
        display: inline-block;
        position: relative;
        z-index: 3; }
        @media (max-width: 1700px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub a {
            padding: 11px 20px;
            line-height: 19px;
            font-size: 16px; } }
        @media (max-width: 1023px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub a {
            padding: 10px;
            line-height: 18px;
            font-size: 14px; } }
        @media (max-width: 767px) {
          .home-banner-main .bnr-rght-main .rght-cnt .rght-sub a {
            padding: 14px;
            line-height: 20px;
            font-size: 17px; } }
        .home-banner-main .bnr-rght-main .rght-cnt .rght-sub a:hover {
          background-color: #1ebdf7; }
    .home-banner-main .bnr-rght-main .rght-img {
      height: 72vw;
      max-height: 660px;
      overflow: hidden; }
      @media (max-width: 1700px) {
        .home-banner-main .bnr-rght-main .rght-img {
          max-height: 495px; } }
      @media (max-width: 1300px) {
        .home-banner-main .bnr-rght-main .rght-img {
          max-height: 352px; } }
      @media (max-width: 1023px) {
        .home-banner-main .bnr-rght-main .rght-img {
          max-height: 488px; } }
      @media (max-width: 767px) {
        .home-banner-main .bnr-rght-main .rght-img {
          max-height: 600px;
          height: 100%; } }
      @media (max-width: 450px) {
        .home-banner-main .bnr-rght-main .rght-img {
          max-height: 518px; } }
      .home-banner-main .bnr-rght-main .rght-img img {
        height: 100%;
        width: 100%;
        object-fit: cover; }

/* Homepage hero banner css end 06-03-2024 */
body.new-landing-page .hp-container::before {
  height: 200px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, white 100%);
  position: absolute;
  top: 0;
  width: 100%;
  right: 0;
  z-index: 2;
  left: inherit; }

body.new-landing-page .hp-container .dlt-drop-logo {
  padding: 0;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%; }
  @media (max-width: 650px) {
    body.new-landing-page .hp-container .dlt-drop-logo {
      padding: 20px 0; } }
  body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-logo-content {
    display: flex;
    align-items: center; }
    @media (max-width: 1300px) {
      body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-logo-content {
        max-width: 598px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-logo-content {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 387px;
        padding-right: 28px; } }
    @media (max-width: 650px) {
      body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-logo-content {
        padding: 0 0 20px; } }
    body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-logo-content .dlt-drop-img {
      height: 75px; }
      @media (max-width: 1300px) {
        body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-logo-content .dlt-drop-img {
          height: 42px;
          width: 225px;
          margin-right: 30px;
          margin-bottom: 4px; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-logo-content .dlt-drop-img {
          margin-right: 0; }
          body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-logo-content .dlt-drop-img img {
            max-width: 100%; } }
      @media (max-width: 650px) {
        body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-logo-content .dlt-drop-img {
          width: 180px;
          height: 34px;
          margin: 0 0 16px; } }
    body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-logo-content .dlt-drop-text {
      color: #313131;
      padding-bottom: 11px;
      z-index: 1; }
      @media (max-width: 1300px) {
        body.new-landing-page .hp-container .dlt-drop-logo .dlt-drop-logo-content .dlt-drop-text {
          padding: 0; } }
  body.new-landing-page .hp-container .dlt-drop-logo .comming-soon {
    width: 392px;
    padding: 10px 0 14px;
    position: relative;
    display: block; }
    @media (max-width: 1290px) {
      body.new-landing-page .hp-container .dlt-drop-logo .comming-soon {
        padding: 10px 0 12px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .dlt-drop-logo .comming-soon {
        padding: 15px 0 17px;
        width: 348px; } }
    @media (max-width: 650px) {
      body.new-landing-page .hp-container .dlt-drop-logo .comming-soon {
        padding: 0 0 0;
        max-width: 348px;
        width: 100%; } }
    body.new-landing-page .hp-container .dlt-drop-logo .comming-soon img {
      box-shadow: -30px 0 55px 50px white;
      width: 100%; }
      @media (max-width: 1290px) {
        body.new-landing-page .hp-container .dlt-drop-logo .comming-soon img {
          box-shadow: -20px 0 40px 50px white; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .dlt-drop-logo .comming-soon img {
          box-shadow: 0px 0 30px 40px white; } }
      @media (max-width: 767px) {
        body.new-landing-page .hp-container .dlt-drop-logo .comming-soon img {
          box-shadow: 0px 0 40px 15px white; } }
    body.new-landing-page .hp-container .dlt-drop-logo .comming-soon .comming-soon-content {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      max-width: 234px; }
      body.new-landing-page .hp-container .dlt-drop-logo .comming-soon .comming-soon-content p {
        text-align: center;
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 22px;
        line-height: 26px;
        color: #fff; }
        @media (max-width: 1023px) {
          body.new-landing-page .hp-container .dlt-drop-logo .comming-soon .comming-soon-content p {
            font-size: 19px;
            line-height: 24px; } }
        body.new-landing-page .hp-container .dlt-drop-logo .comming-soon .comming-soon-content p .icon {
          width: 22px;
          height: 22px;
          background: #63B75E;
          display: inline-flex;
          align-items: center;
          justify-content: center;
          margin-left: 6px;
          margin-top: -4px; }
          @media (max-width: 1023px) {
            body.new-landing-page .hp-container .dlt-drop-logo .comming-soon .comming-soon-content p .icon {
              width: 20px;
              height: 20px; } }
        body.new-landing-page .hp-container .dlt-drop-logo .comming-soon .comming-soon-content p svg {
          fill: #fff;
          width: 12px;
          height: 14px;
          stroke: #fff; }

body.new-landing-page .hp-container .drop-top-banner.banner-section {
  gap: 20px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  gap: 20px; }
  @media (max-width: 1300px) {
    body.new-landing-page .hp-container .drop-top-banner.banner-section {
      gap: 14px; } }
  @media (max-width: 1023px) {
    body.new-landing-page .hp-container .drop-top-banner.banner-section {
      gap: 11px;
      grid-template-columns: 1.34fr 1fr; } }
  @media (max-width: 680px) {
    body.new-landing-page .hp-container .drop-top-banner.banner-section {
      grid-template-columns: 1fr; } }
  body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-ribbon {
    top: 17px; }
    @media (max-width: 1290px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-ribbon {
        top: 16px; } }
    body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-ribbon strong {
      padding: 6px 5px 3px 3px;
      text-transform: uppercase;
      width: auto; }
      @media (max-width: 1440px) {
        body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-ribbon strong {
          min-width: 100px;
          width: auto; } }
      @media (max-width: 1290px) {
        body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-ribbon strong {
          font-size: 20px;
          line-height: 32px;
          padding: 5px 3px 3px 3px; } }
      @media (max-width: 1023px) {
        body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-ribbon strong {
          font-size: 14px;
          line-height: 22px;
          padding: 5px 2px 3px 0px;
          min-width: 70px; } }
    body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-ribbon::after {
      top: 0; }
    body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-ribbon .pre-release-timer .release-timer .timer {
      padding: 5px 0 3px; }
      @media (max-width: 1290px) {
        body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-ribbon .pre-release-timer .release-timer .timer {
          padding: 3px 0 3px; } }
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-ribbon .pre-release-timer .release-timer .timer .avail-text p {
        margin-bottom: 0; }
  body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-banner {
    height: 440px; }
    @media (max-width: 1290px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-banner {
        height: 313px;
        padding: 15px 15px 15px 13px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-banner {
        height: 245px;
        padding: 10px; } }
    @media (max-width: 650px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner .drop-banner {
        height: 252px;
        padding: 10px; } }
  @media (max-width: 650px) {
    body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner {
      background-position: 80% center; } }
  body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .banner-subtitle {
    color: #81DDFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 7px; }
    @media (max-width: 1290px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .banner-subtitle {
        font-size: 15px;
        line-height: 19px;
        margin: 0 0 14px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .banner-subtitle {
        font-size: 13px;
        line-height: 16px;
        margin: 0 0 11px; } }
  body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .banner-title {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    margin: 0 0 13px;
    text-transform: inherit; }
    @media (max-width: 1290px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .banner-title {
        font-size: 32px;
        line-height: 39px;
        margin: 0 0 13px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .banner-title {
        font-size: 26px;
        line-height: 32px;
        width: 268px;
        margin: 0 0 11px; } }
  body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .banner_description {
    align-items: flex-end;
    flex-wrap: wrap; }
  body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .banner-text {
    font-size: 20px;
    line-height: 26px;
    max-width: calc(100% - 190px); }
    @media (max-width: 1290px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .banner-text {
        font-size: 16px;
        line-height: 24px;
        max-width: 406px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .banner-text {
        font-size: 15px;
        line-height: 20px;
        width: 268px;
        margin-bottom: 8px; } }
    @media (max-width: 767px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .banner-text {
        max-width: 200px;
        width: 100%; } }
  body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .button--primary {
    width: 153px;
    border-color: #1795C4;
    background: #1795C4;
    font-size: 16px;
    line-height: 19px;
    padding: 9px 15px 0;
    height: 40px; }
    @media (max-width: 1290px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .button--primary {
        font-size: 12px;
        line-height: 15px;
        width: 110px;
        margin-bottom: 5px;
        height: 33px;
        padding: 7px 8px 0; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .button--primary {
        margin-bottom: 8px; } }
    body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.coming-soon-banner .drop-banner-content .button--primary:hover {
      background: transparent; }
  body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .banner-subtitle {
    color: #E2B39B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 2px; }
    @media (max-width: 1290px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .banner-subtitle {
        font-size: 12px;
        line-height: 15px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .banner-subtitle {
        font-size: 13px;
        line-height: 16px; } }
  body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .banner-title {
    text-transform: inherit;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 19px; }
    @media (max-width: 1290px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .banner-title {
        font-size: 24px;
        line-height: 29px;
        margin: 0 0 13px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .banner-title {
        font-size: 19px;
        line-height: 23px; } }
  body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .banner-text {
    font-size: 18px;
    line-height: 28px; }
    @media (max-width: 1290px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .banner-text {
        font-size: 15px;
        line-height: 18px;
        max-width: 275px; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .banner-text {
        font-size: 14px;
        line-height: 18px;
        width: 171px; } }
  body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .button--primary {
    height: 40px;
    padding: 8px 15px 0; }
    @media (max-width: 1290px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .button--primary {
        height: 33px;
        padding: 8px 9px 0; } }
    @media (max-width: 1023px) {
      body.new-landing-page .hp-container .drop-top-banner.banner-section .new-drops-banner.accessories-banner .drop-banner-content .button--primary {
        margin: 0 0 5px; } }

header.custom-header .main-header .navPages-container nav.navPages {
  max-width: 1440px; }

.has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .drop.shop-by.is-active .navPage-subMenu {
  padding: 0 !important; }

.has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .brands.shop-by.is-active .navPage-subMenu {
  padding: 0 !important; }

.has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .drop.shop-by.is-active .go-back {
  margin: 10px 0; }

.has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .brands.shop-by.is-active .go-back {
  margin: 20px 0 -50px;
  position: relative;
  z-index: 9999; }

.has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .drop .navPages-action:not(.desk) svg {
  fill: #ff5900; }

.has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .brands.shop-by.is-active .navPages-action.has-subMenu.mob {
  display: none; }

header.custom-header .main-header .navPages-container .navPages .navPages-list .shop-by:hover .navPages-action:not(.mob) i svg {
  fill: #1EBDF7 !important;
  stroke: #1EBDF7 !important;
  transform: rotate(180deg); }

header.custom-header .main-header .navPages-container .navPages .navPages-list .shop-by:hover .navPages-action:not(.mob) {
  color: #fff;
  background-color: #1795C4; }

@media (min-width: 1024px) and (max-width: 1290px) {
  header.custom-header .main-header .navPages-container .navPages .navPages-list .sperator a.staff-picks {
    font-size: 9px; } }

@media (min-width: 801px) and (max-width: 1023px) {
  header.custom-header .main-header nav.navPages .navPages-item .navPage-subMenu {
    display: none; } }

@media (min-width: 801px) and (max-width: 1023px) {
  .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu {
    display: block; } }

.has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.drop.is-active .navPages-action.has-subMenu.mob {
  display: none; }

header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop.is-active .navPages-action.mob.is-open {
  display: none; }

@media (min-width: 650px) and (max-width: 1023px) {
  header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop.is-active .navPage-subMenu {
    height: 100vh; } }

header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop:hover .navPages-action {
  background: #E65000 !important; }
  header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop:hover .navPages-action svg {
    fill: #fff; }
  header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop:hover .navPages-action .icon svg {
    fill: #fff !important;
    stroke: #fff !important; }

header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPages-action svg {
  fill: #ff5900; }

header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPages-action.desk {
  display: flex;
  align-items: flex-end; }
  @media (max-width: 1023px) {
    header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPages-action.desk {
      display: none; } }
  header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPages-action.desk .icon {
    margin: 0 0 3px 5px; }

header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu {
  border-top: 10px solid #E65000;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 !important;
  z-index: 9;
  background: #fff; }
  header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu.is-open {
    padding: 0 !important; }
  header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer {
    position: relative;
    z-index: 2; }
    @media (max-width: 1023px) {
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer {
        padding-top: 155px;
        padding: 155px 10px 0; } }
    @media (max-width: 650px) {
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer {
        padding: 155px 0 0; } }
    header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer::before {
      content: '';
      position: absolute;
      top: 28px;
      left: 0;
      background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/drop-ballon-2x.png");
      background-repeat: no-repeat;
      background-size: contain;
      width: 238px;
      height: 260px; }
      @media (max-width: 1290px) {
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer::before {
          width: 150px;
          height: 170px; } }
      @media (max-width: 1023px) {
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer::before {
          width: 120px;
          height: 140px; } }
      @media (max-width: 900px) {
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer::before {
          width: 100px;
          height: 120px; } }
      @media (max-width: 650px) {
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer::before {
          width: 88px;
          height: 96px;
          top: 50px;
          left: 26px; } }
    header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer::after {
      content: '';
      background: linear-gradient(180deg, rgba(234, 176, 22, 0) 0%, #eab016 100%);
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 100%;
      opacity: 0.15;
      z-index: -1; }
  header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-title {
    text-align: center;
    margin: 0;
    font-family: Montserrat;
    font-weight: 800;
    color: #313131;
    font-size: 36px;
    line-height: 44px;
    padding: 27px 0 14px; }
    @media (max-width: 1290px) {
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-title {
        font-size: 30px;
        line-height: 38px; } }
    @media (max-width: 1023px) {
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-title {
        display: none; } }
    @media (max-width: 650px) {
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-title {
        display: none; } }
  header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 0 34px; }
    @media (max-width: 650px) {
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards {
        padding: 0 0 43px; } }
    header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card {
      max-width: 522px;
      width: 100%;
      padding: 0 13px;
      position: relative; }
      @media (max-width: 1290px) {
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card {
          max-width: 400px; } }
      @media (max-width: 1023px) {
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card {
          max-width: 100%;
          width: 50%;
          padding: 0 10px; } }
      @media (max-width: 650px) {
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card {
          padding: 5px 21px 5px 20px;
          max-width: 100%;
          width: 100%; } }
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card a {
        display: block;
        transition: 0.3s ease-in-out; }
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card a:hover {
          box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5); }
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content {
        position: absolute;
        top: 13px;
        left: 39px;
        text-align: center; }
        @media (max-width: 1023px) {
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content {
            left: 35px; } }
        @media (max-width: 650px) {
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content {
            left: 37px; } }
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content .drop-svg {
          display: block; }
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content .drop-svg svg {
            width: 100%;
            height: 100%; }
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content .btn {
          border: 2px solid #FFFFFF;
          color: #fff;
          display: inline-block;
          padding: 7px 13px;
          font-size: 15px;
          line-height: 19px;
          transition: 0.3s ease-in-out;
          text-transform: uppercase;
          font-weight: 700; }
          @media (max-width: 767px) {
            header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content .btn {
              padding: 5px 10px;
              font-size: 13px;
              line-height: 16px; } }
          @media (max-width: 650px) {
            header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content .btn {
              padding: 7px 14px;
              font-size: 13px;
              line-height: 16px; } }
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content .btn:hover {
            background-color: #fff;
            color: #000; }
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.left-drop-content {
          top: 68px; }
          @media (max-width: 1290px) {
            header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.left-drop-content {
              top: 30px; } }
          @media (max-width: 1023px) {
            header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.left-drop-content {
              top: 25px; } }
          @media (max-width: 650px) {
            header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.left-drop-content {
              top: 42px; } }
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.left-drop-content .drop-svg {
            width: 191px;
            height: 114px;
            margin-bottom: 13px; }
            @media (max-width: 1290px) {
              header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.left-drop-content .drop-svg {
                width: 150px;
                height: 100px;
                margin-bottom: 13px; } }
            @media (max-width: 1023px) {
              header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.left-drop-content .drop-svg {
                width: 110px;
                height: 80px;
                margin-bottom: 13px; } }
            @media (max-width: 650px) {
              header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.left-drop-content .drop-svg {
                width: 128px;
                height: 76px; } }
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content {
          top: 61px;
          text-align: center; }
          @media (max-width: 1290px) {
            header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content {
              top: 30px; } }
          @media (max-width: 1023px) {
            header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content {
              top: 25px; } }
          @media (max-width: 650px) {
            header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content {
              top: 37px; } }
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content .drop-svg {
            width: 176px;
            height: 73px;
            margin: 0 auto; }
            @media (max-width: 1290px) {
              header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content .drop-svg {
                width: 130px;
                height: 60px; } }
            @media (max-width: 1023px) {
              header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content .drop-svg {
                width: 100px;
                height: 50px; } }
            @media (max-width: 650px) {
              header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content .drop-svg {
                width: 119px;
                height: 50px; } }
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content p {
            text-transform: uppercase;
            margin: 5px 0 10px;
            color: #fff;
            font-family: Montserrat;
            font-weight: 800;
            font-size: 34px;
            line-height: 42px; }
            @media (max-width: 1290px) {
              header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content p {
                font-size: 28px;
                line-height: 36px; } }
            @media (max-width: 1023px) {
              header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content p {
                font-size: 24px;
                line-height: 32px; } }
            @media (max-width: 650px) {
              header.custom-header .main-header .navPages-container nav.navPages .navPages-item.drop .navPage-subMenu .drop-offer-cards .drop-offer-card .drop-offer-card-content.right-drop-content p {
                font-size: 23px;
                line-height: 28px; } }

header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands.is-active .navPages-action.mob.is-open {
  display: none; }

header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu {
  padding: 0 !important; }
  header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands {
    width: 100%;
    max-width: 1440px; }
    header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands {
      position: relative;
      z-index: 1;
      background: #F2F2F2;
      padding: 20px 50px; }
      @media (max-width: 1023px) {
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands {
          padding: 63px 20px 20px; } }
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands::before {
        content: '';
        background-image: url("../img/brand-bg-2x.png");
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 1;
        mix-blend-mode: overlay;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1; }
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands h5 {
        margin: 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 1.2px;
        text-align: center;
        padding: 0 0 20px;
        color: #4B4B4B; }
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands .top_brands {
        grid-template-columns: repeat(6, auto);
        gap: 40px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 0; }
        @media (max-width: 1290px) {
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands .top_brands {
            gap: 30px; } }
        @media (max-width: 1023px) {
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands .top_brands {
            gap: 25px;
            grid-template-columns: repeat(3, auto); } }
        @media (max-width: 650px) {
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands .top_brands {
            grid-template-columns: repeat(2, auto);
            gap: 22px; } }
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands .top_brands a img {
          width: 190px;
          height: 190px;
          transition: 0.3s ease-in-out; }
          @media (max-width: 1400px) {
            header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands .top_brands a img {
              width: 160px;
              height: 160px; } }
          @media (max-width: 1290px) {
            header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands .top_brands a img {
              width: 125px;
              height: 125px; } }
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands .top_brands a p {
          font-size: 13px;
          line-height: 16px;
          margin-top: 14px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          color: #707070; }
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands .top_brands a:hover img {
          box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.3);
          transform: scale(1.05) translateY(-5px); }
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .top-brands .top_brands a:hover p {
          color: #1795C4; }
    header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands {
      padding: 20px 50px 20px; }
      @media (max-width: 1023px) {
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands {
          padding: 20px 20px; } }
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands h5 {
        margin: 0 auto -15px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        font-size: 24px;
        line-height: 29px;
        letter-spacing: 1.2px;
        color: #707070;
        background: #fff;
        z-index: 2;
        position: relative;
        max-width: 308px; }
        @media (max-width: 1023px) {
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands h5 {
            font-size: 22px;
            line-height: 27px;
            letter-spacing: 1.1px;
            max-width: 280px; } }
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands .popular_brands {
        border: 1px solid #C0C0C0;
        max-width: 1340px;
        margin: 0 auto;
        padding: 30px 30px; }
        @media (max-width: 1023px) {
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands .popular_brands {
            padding: 20px 16px 47px;
            grid-template-columns: repeat(4, auto);
            gap: 22px; } }
        @media (max-width: 767px) {
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands .popular_brands {
            grid-template-columns: repeat(3, auto); } }
        @media (max-width: 450px) {
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands .popular_brands {
            grid-template-columns: repeat(2, auto); } }
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands .popular_brands a {
          padding: 10px; }
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands .popular_brands a:hover {
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            background-color: #F6F6F6; }
            header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands .popular_brands a:hover p {
              color: #1795C4; }
          header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .pop-brands .popular_brands a p {
            font-size: 13px;
            line-height: 16px;
            color: #707070;
            font-family: 'Montserrat', sans-serif;
            font-weight: 700; }
    header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .shopBlock {
      max-width: 222px;
      margin: -40px auto 20px;
      background-color: #fff; }
      @media (max-width: 1023px) {
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .shopBlock {
          max-width: 182px; } }
      header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .shopBlock .button-primary {
        margin: 0 0 0;
        background: #1795C4 !important;
        color: #fff !important;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        padding: 11px 17px;
        transition: 0.3s ease-in-out;
        border-color: #1795C4 !important; }
        header.custom-header .main-header .navPages-container nav.navPages .navPages-item.brands .navPage-subMenu ._brands .shopBlock .button-primary:hover {
          background-color: #1EBDF7 !important;
          border-color: #1EBDF7 !important; }

@media (max-width: 1023px) {
  .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .top_brands {
    gap: 22px; } }

@media (max-width: 1023px) {
  .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .top_brands a img {
    width: 180px;
    height: 180px; } }

@media (max-width: 650px) {
  .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .top_brands a img {
    width: 156px;
    height: 156px; } }

.has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .top_brands a p.menu-brand-name {
  display: block; }

@media (max-width: 1023px) {
  .has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .popular_brands a {
    width: 100%; } }

.has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .popular_brands a img {
  max-width: 100%; }

.has-activeNavPages header.custom-header .main-header .navPages-container.is-open .navPages .navPages-list .shop-by.is-active .navPage-subMenu .popular_brands a p.menu-brand-name {
  display: block; }

body div .category-alt-page#product-listing-container {
  float: right; }

@media (min-width: 1024px) {
  .top-bar .slick-track {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important; } }

.top-bar .slick-prev, .top-bar .slick-next {
  width: 9px;
  height: 15px;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.139' height='14.8' viewBox='0 0 9.139 14.8'%3E%3Cpath id='ic_expand_more_24px' d='M13.061,0,7.4,5.649,1.739,0,0,1.739l7.4,7.4,7.4-7.4Z' transform='translate(0 14.8) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E%0A") no-repeat; }
  .top-bar .slick-prev:before, .top-bar .slick-next:before {
    display: none; }

.top-bar .slick-prev {
  left: 10px;
  transform: translate(0, -50%) rotate(180deg); }

.top-bar .slick-next {
  right: 10px; }

.top-bar .carousel-tooltip {
  display: none; }

.top-bar .col {
  background: #0A6A8A;
  flex: 1; }
  @media (max-width: 1023px) {
    .top-bar .col {
      padding: 0 35px;
      text-align: center; } }
  .top-bar .col.col-right {
    background: #a30000;
    background: linear-gradient(270deg, #a30000 0%, #520000 100%); }
  .top-bar .col a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0;
    text-decoration: none; }
    @media (max-width: 767px) {
      .top-bar .col a {
        padding: 8px 0 10px; } }
    .top-bar .col a p {
      margin: 0;
      color: #F3F0E8;
      font-size: 15px;
      line-height: 19px;
      font-weight: 500; }
      @media (max-width: 1279px) {
        .top-bar .col a p {
          font-size: 13px;
          line-height: 20px; }
          .top-bar .col a p svg {
            width: 6px;
            height: 14px; } }
      @media (max-width: 767px) {
        .top-bar .col a p {
          line-height: 18px; } }
      .top-bar .col a p strong {
        font-weight: bold; }
      .top-bar .col a p svg {
        margin-left: 6px;
        position: relative;
        top: 3px; }

.black-friday-main-banner .overlay-content .row {
  justify-content: space-between; }

.mega-deal {
  background: #9F3701; }
  .mega-deal .deal-content h3 {
    font-weight: 800; }
  .mega-deal.mega-deal-2 {
    background: #9F0101; }

.mega-deal-pro {
  padding: 11px 0; }
  @media (max-width: 1279px) {
    .mega-deal-pro {
      padding: 7px 0; } }
  @media (max-width: 1023px) {
    .mega-deal-pro {
      padding: 23px 0 22px; } }
  @media (max-width: 767px) {
    .mega-deal-pro {
      padding: 15px 0 20px; } }
  .mega-deal-pro .container {
    max-width: 1356px !important; }
    @media (max-width: 1365px) {
      .mega-deal-pro .container {
        padding: 0 30px !important; } }
    @media (max-width: 1023px) {
      .mega-deal-pro .container {
        padding: 0 22px !important; } }
    @media (max-width: 767px) {
      .mega-deal-pro .container {
        padding: 0 30px !important; } }
  @media (max-width: 1279px) {
    .mega-deal-pro .row {
      margin: 0; } }
  @media (max-width: 767px) {
    .mega-deal-pro .row {
      flex-direction: column-reverse; } }
  .mega-deal-pro .row .img-block {
    width: 560px; }
    @media (max-width: 1365px) {
      .mega-deal-pro .row .img-block {
        width: 450px; } }
    @media (max-width: 1279px) {
      .mega-deal-pro .row .img-block {
        width: 398px; } }
    @media (max-width: 1023px) {
      .mega-deal-pro .row .img-block {
        width: 299px; } }
    @media (max-width: 767px) {
      .mega-deal-pro .row .img-block {
        width: 100%;
        margin: 0; } }
  .mega-deal-pro .row .left-content {
    width: calc(100% - 560px); }
    @media (max-width: 1365px) {
      .mega-deal-pro .row .left-content {
        width: calc(100% - 450px); } }
    @media (max-width: 1279px) {
      .mega-deal-pro .row .left-content {
        width: calc(100% - 398px);
        padding-right: 25px; } }
    @media (max-width: 1023px) {
      .mega-deal-pro .row .left-content {
        width: calc(100% - 299px);
        padding-right: 13px; } }
    @media (max-width: 767px) {
      .mega-deal-pro .row .left-content {
        width: 100%;
        padding: 8px 0 0; } }
    @media (max-width: 767px) {
      .mega-deal-pro .row .left-content .price-item p span + span {
        margin-left: 35px; } }
    @media (max-width: 1023px) {
      .mega-deal-pro .row .left-content .price-item p {
        margin: 0 0 3px; } }
    @media (max-width: 767px) {
      .mega-deal-pro .row .left-content .price-item p {
        margin: 0 0 10px; } }
    @media (max-width: 1279px) {
      .mega-deal-pro .row .left-content .price-item .get-off {
        font-size: 17px;
        line-height: 27px; } }
    .mega-deal-pro .row .left-content .price-item .get-off span {
      margin: 0 5px !important; }
      @media (max-width: 1279px) {
        .mega-deal-pro .row .left-content .price-item .get-off span b {
          font-size: 20px; } }
    @media (max-width: 1023px) {
      .mega-deal-pro .row .left-content .logo-item {
        margin: 0 0 5px; } }
    @media (max-width: 767px) {
      .mega-deal-pro .row .left-content .logo-item {
        margin: 0 0 10px; } }
    @media (max-width: 1279px) {
      .mega-deal-pro .row .left-content .logo-item img {
        max-width: 156px; } }
    @media (max-width: 1023px) {
      .mega-deal-pro .row .left-content .logo-item img {
        max-width: 127px; } }
    .mega-deal-pro .row .left-content .logo-item p {
      font-size: 30px;
      line-height: 30px;
      text-align: left; }
      @media (max-width: 1279px) {
        .mega-deal-pro .row .left-content .logo-item p {
          font-size: 21px;
          line-height: 21px; } }
      @media (max-width: 1023px) {
        .mega-deal-pro .row .left-content .logo-item p {
          font-size: 16px;
          line-height: 18px;
          padding-left: 10px;
          margin-left: 10px; } }
      @media (max-width: 767px) {
        .mega-deal-pro .row .left-content .logo-item p {
          text-align: center;
          margin: 10px 0 0;
          padding: 0; } }
    .mega-deal-pro .row .left-content .content p {
      font-size: 20px;
      line-height: 26px;
      max-width: 754px; }
      @media (max-width: 1279px) {
        .mega-deal-pro .row .left-content .content p {
          font-size: 17px;
          line-height: 23px;
          letter-spacing: -0.5px; } }

@media (max-width: 767px) {
  .mega-deal-pro.mega-deal-pro-2 .container {
    padding: 0 20px !important; } }

@media (max-width: 1023px) {
  .mega-deal-pro.mega-deal-pro-2 .row .left-content {
    padding-right: 27px; } }

@media (max-width: 767px) {
  .mega-deal-pro.mega-deal-pro-2 .row .left-content {
    padding-right: 0; } }

@media (max-width: 1279px) {
  .mega-deal-pro.mega-deal-pro-2 .row .left-content .logo-item img {
    max-width: 65px; } }

@media (max-width: 1023px) {
  .mega-deal-pro.mega-deal-pro-2 .row .left-content .logo-item img {
    max-width: 51px; } }

@media (max-width: 767px) {
  .mega-deal-pro.mega-deal-pro-2 .row .left-content .logo-item img {
    max-width: 64px; } }

.mega-deal-pro.mega-deal-pro-2 .row .left-content .logo-item p {
  line-height: 60px; }
  @media (max-width: 1279px) {
    .mega-deal-pro.mega-deal-pro-2 .row .left-content .logo-item p {
      font-size: 22px;
      line-height: 44px; } }
  @media (max-width: 1023px) {
    .mega-deal-pro.mega-deal-pro-2 .row .left-content .logo-item p {
      font-size: 16px;
      line-height: 35px; } }
  @media (max-width: 767px) {
    .mega-deal-pro.mega-deal-pro-2 .row .left-content .logo-item p {
      font-size: 18px;
      line-height: 22px; } }

.promo-category-page {
  background: linear-gradient(180deg, #faf8ed 0%, #faf8ed 100%); }

.holiday-category-page {
  position: relative;
  z-index: 1;
  padding: 20px 0 0; }
  .holiday-category-page::before {
    content: '';
    background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/bundle-builder-bg-desktop.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -3;
    background-position: bottom; }
    @media (max-width: 1290px) {
      .holiday-category-page::before {
        height: 206px;
        background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/bundle-builder-bg-1024.png"); } }
    @media (max-width: 1023px) {
      .holiday-category-page::before {
        background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/bundle-builder-bg-768.png"); } }
    @media (max-width: 500px) {
      .holiday-category-page::before {
        background-image: url("https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/bundle-builder-bg-375.png"); } }
  .holiday-category-page::after {
    background: #EDE4CA;
    mix-blend-mode: screen;
    opacity: 0.5;
    position: absolute;
    display: block;
    width: 100%;
    height: 290px;
    z-index: -1;
    left: 0;
    top: 0; }
  .holiday-category-page .actionBar-container {
    display: none; }
  .holiday-category-page .category-icon-index {
    display: none; }

#category .category-header .container {
  max-width: 1320px;
  padding: 0 20px; }
  @media (max-width: 1290px) {
    #category .category-header .container {
      max-width: 940px;
      padding: 0 20px; } }
  @media (max-width: 1023px) {
    #category .category-header .container {
      padding: 0 30px; } }
  @media (max-width: 650px) {
    #category .category-header .container {
      padding: 0 21px 0 20px; } }

#category .main-category .container {
  max-width: 1360px;
  padding: 0 40px; }
  @media (max-width: 1290px) {
    #category .main-category .container {
      max-width: 980px;
      padding: 0 20px; } }
  @media (max-width: 1023px) {
    #category .main-category .container {
      padding: 0 30px; } }
  @media (max-width: 900px) {
    #category .main-category .container {
      max-width: 735px;
      padding: 0 40px; } }
  @media (max-width: 650px) {
    #category .main-category .container {
      padding: 0 32px; } }

#category .main-category #product-listing-container {
  max-width: 100%;
  margin: 0; }

#category .discount-section .container {
  max-width: 1360px;
  padding: 0 40px; }
  @media (max-width: 1290px) {
    #category .discount-section .container {
      max-width: 979px;
      padding: 0 20px; } }
  @media (max-width: 1023px) {
    #category .discount-section .container {
      padding: 0 30px; } }
  @media (max-width: 900px) {
    #category .discount-section .container {
      max-width: 735px;
      padding: 0 40px; } }
  @media (max-width: 650px) {
    #category .discount-section .container {
      padding: 0 31px 0 32px; } }

#category .discount-products-section .container {
  max-width: 1380px;
  padding: 0 20px; }
  @media (max-width: 1400px) {
    #category .discount-products-section .container {
      padding: 0 30px; } }
  @media (max-width: 1290px) {
    #category .discount-products-section .container {
      max-width: 995px; } }
  @media (max-width: 1023px) {
    #category .discount-products-section .container {
      padding: 0 30px; } }
  @media (max-width: 900px) {
    #category .discount-products-section .container {
      max-width: 577px;
      padding: 0 20px; } }
  @media (max-width: 650px) {
    #category .discount-products-section .container {
      padding: 0 30px; } }
  @media (max-width: 499px) {
    #category .discount-products-section .container {
      padding: 0 42px; } }

.category-header {
  padding: 7px 0 0; }
  @media (max-width: 1290px) {
    .category-header {
      padding: 0 0 0; } }
  .category-header .category-header-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 8px;
    justify-content: space-between; }
    @media (max-width: 1290px) {
      .category-header .category-header-inner {
        padding: 0 42px; } }
    @media (max-width: 900px) {
      .category-header .category-header-inner {
        justify-content: center; } }
    @media (max-width: 650px) {
      .category-header .category-header-inner {
        padding: 0; } }
  .category-header .category-header-left {
    display: flex;
    align-items: center; }
    @media (max-width: 1290px) {
      .category-header .category-header-left {
        align-items: flex-start;
        margin-top: 4px; } }
    @media (max-width: 900px) {
      .category-header .category-header-left {
        margin-top: 16px; } }
    @media (max-width: 650px) {
      .category-header .category-header-left {
        margin-top: 0; } }
    @media (max-width: 350px) {
      .category-header .category-header-left {
        margin-top: 0;
        padding-left: 0px; } }
    .category-header .category-header-left .svg-logo {
      display: inline-flex;
      margin-right: 20px; }
      @media (max-width: 1290px) {
        .category-header .category-header-left .svg-logo {
          width: 164px;
          margin-right: 18px; } }
      @media (max-width: 650px) {
        .category-header .category-header-left .svg-logo {
          width: 152px;
          margin-right: 15px; } }
      @media (max-width: 350px) {
        .category-header .category-header-left .svg-logo {
          margin-right: 10px;
          width: 140px; } }
      @media (max-width: 1290px) {
        .category-header .category-header-left .svg-logo svg {
          width: 100%; } }
    .category-header .category-header-left .category-heading {
      padding: 0;
      max-width: 200px;
      margin: -1px 0 0;
      width: 100%;
      letter-spacing: normal;
      color: #E04E00;
      font-size: 42px;
      line-height: 40px;
      font-family: 'Montserrat', sans-serif;
      text-transform: uppercase;
      font-weight: 800; }
      @media (max-width: 1290px) {
        .category-header .category-header-left .category-heading {
          font-size: 37px;
          line-height: 40px;
          max-width: 170px; } }
      @media (max-width: 650px) {
        .category-header .category-header-left .category-heading {
          font-size: 33px;
          line-height: 40px;
          max-width: 160px; } }
      .category-header .category-header-left .category-heading span {
        font-weight: 500;
        color: #C64500;
        letter-spacing: normal;
        font-size: 40px;
        line-height: 40px; }
        @media (max-width: 1290px) {
          .category-header .category-header-left .category-heading span {
            font-size: 35px;
            line-height: 40px;
            margin-top: -5px;
            display: flex;
            width: fit-content; } }
        @media (max-width: 650px) {
          .category-header .category-header-left .category-heading span {
            font-size: 31px;
            line-height: 35px;
            margin-top: -5px; } }
    @media (max-width: 1290px) {
      .category-header .category-header-left .svg-logo-updated {
        width: 280px; } }
    @media (max-width: 900px) {
      .category-header .category-header-left .svg-logo-updated {
        width: 300px; } }
    @media (max-width: 650px) {
      .category-header .category-header-left .svg-logo-updated {
        width: 260px; } }
    @media (max-width: 1290px) {
      .category-header .category-header-left .svg-logo-updated svg {
        width: 100%; } }
  .category-header .category-header-right {
    padding: 0 31px 0 10px; }
    @media (max-width: 1400px) {
      .category-header .category-header-right {
        width: 100%;
        max-width: 820px; } }
    @media (max-width: 1290px) {
      .category-header .category-header-right {
        max-width: 420px;
        padding: 6px 4px 0 0; } }
    @media (max-width: 1023px) {
      .category-header .category-header-right {
        max-width: 382px; } }
    @media (max-width: 900px) {
      .category-header .category-header-right {
        max-width: 462px;
        padding: 11px 0 0;
        text-align: center;
        width: 100%; } }
    @media (max-width: 650px) {
      .category-header .category-header-right {
        padding: 13px 0 0;
        max-width: 334px; } }
    .category-header .category-header-right p {
      margin: 0;
      color: #000;
      font-family: 'Oxygen';
      font-weight: bold;
      font-size: 22px;
      line-height: 34px;
      letter-spacing: -0.6px; }
      @media (max-width: 1290px) {
        .category-header .category-header-right p {
          font-size: 20px;
          line-height: 24px; } }
      @media (max-width: 650px) {
        .category-header .category-header-right p {
          font-size: 18px;
          line-height: 24px; } }

.main-category-header {
  background-color: #D9D9D9;
  height: 60px;
  display: flex;
  align-items: center; }
  @media (max-width: 1290px) {
    .main-category-header {
      height: 44px; } }
  @media (max-width: 900px) {
    .main-category-header {
      min-height: 44px;
      height: 100%;
      position: relative;
      z-index: 1; } }
  @media (max-width: 650px) {
    .main-category-header {
      flex-wrap: wrap; } }
  @media (max-width: 900px) {
    .main-category-header::before {
      content: '';
      clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
      background-color: #000;
      width: 174px;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: -1; } }
  @media (max-width: 650px) {
    .main-category-header::before {
      display: none; } }
  .main-category-header .categoty-staps {
    clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%);
    background-color: #000;
    margin: 0;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 40px;
    line-height: 49px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    width: 236px;
    padding-left: 30px; }
    @media (max-width: 1290px) {
      .main-category-header .categoty-staps {
        width: 174px;
        padding-left: 22px;
        font-size: 29px;
        line-height: 35px;
        clip-path: polygon(0 0, 92% 0, 100% 100%, 0 100%); } }
    @media (max-width: 900px) {
      .main-category-header .categoty-staps {
        clip-path: none;
        background-color: transparent; } }
    @media (max-width: 650px) {
      .main-category-header .categoty-staps {
        width: 100%;
        background-color: #000;
        justify-content: center;
        padding: 4px 0 5px; } }
    .main-category-header .categoty-staps span {
      margin-left: 5px;
      background-color: #E04E00;
      border-radius: 50px;
      width: 48px;
      height: 48px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 1290px) {
        .main-category-header .categoty-staps span {
          width: 35px;
          height: 35px;
          margin-left: 5px; } }
  .main-category-header .step-heading {
    padding-left: 30px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: normal;
    color: #000; }
    @media (max-width: 1290px) {
      .main-category-header .step-heading {
        font-size: 20px;
        line-height: 24px;
        padding-left: 21px; } }
    @media (max-width: 900px) {
      .main-category-header .step-heading {
        padding-left: 25px; } }
    @media (max-width: 650px) {
      .main-category-header .step-heading {
        padding: 10px;
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        width: 100%; } }
    .main-category-header .step-heading span {
      margin-right: 4px;
      color: #E04E00;
      font-family: 'Montserrat', sans-serif;
      font-weight: 800;
      font-size: 36px;
      line-height: 44px; }
      @media (max-width: 1290px) {
        .main-category-header .step-heading span {
          font-size: 28px;
          line-height: 34px; } }
      @media (max-width: 900px) {
        .main-category-header .step-heading span {
          display: block; } }
      @media (max-width: 650px) {
        .main-category-header .step-heading span {
          font-size: 26px;
          line-height: 32px; } }

.main-category {
  margin-top: 23px; }
  @media (max-width: 1290px) {
    .main-category {
      margin-top: 25px; } }
  @media (max-width: 900px) {
    .main-category {
      margin-top: 32px; } }
  @media (max-width: 650px) {
    .main-category {
      margin-top: 20px; } }
  .main-category .main-category-inner {
    background-color: #fff;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16); }
  .main-category .productcards {
    margin: 0;
    padding: 20px 25px 21px; }
    @media (max-width: 1290px) {
      .main-category .productcards {
        padding: 14px 20px 30px; } }
    @media (max-width: 900px) {
      .main-category .productcards {
        padding: 14px 26px 30px; } }
    @media (max-width: 650px) {
      .main-category .productcards {
        padding: 20px 5px 20px; } }
    .main-category .productcards .product {
      padding: 0 25px; }
      @media (max-width: 1290px) {
        .main-category .productcards .product {
          padding: 0 18px; } }
    .main-category .productcards .slick-arrow {
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      background-color: #000;
      border-radius: 50%;
      border: none; }
      @media (max-width: 1290px) {
        .main-category .productcards .slick-arrow {
          width: 44px;
          height: 44px;
          margin-top: -21px; } }
      @media (max-width: 650px) {
        .main-category .productcards .slick-arrow {
          margin-top: -53px; } }
      .main-category .productcards .slick-arrow::before {
        width: 17px;
        height: 28px;
        opacity: 1; }
        @media (max-width: 1290px) {
          .main-category .productcards .slick-arrow::before {
            width: 13px;
            height: 21px; } }
      .main-category .productcards .slick-arrow:hover::before {
        opacity: 1; }
      .main-category .productcards .slick-arrow.slick-prev {
        left: -30px; }
        @media (max-width: 1290px) {
          .main-category .productcards .slick-arrow.slick-prev {
            left: -22px; } }
        .main-category .productcards .slick-arrow.slick-prev::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.744' height='28.736' viewBox='0 0 17.744 28.736'%3E%3Cpath id='Icon_material-chevron-right' data-name='Icon material-chevron-right' d='M3.376,0,0,3.376,10.967,14.368,0,25.359l3.376,3.376L17.744,14.368Z' transform='translate(17.744 28.736) rotate(180)' fill='%23fff'/%3E%3C/svg%3E"); }
      .main-category .productcards .slick-arrow.slick-next {
        right: -30px; }
        @media (max-width: 1290px) {
          .main-category .productcards .slick-arrow.slick-next {
            right: -22px; } }
        .main-category .productcards .slick-arrow.slick-next::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.744' height='28.736' viewBox='0 0 17.744 28.736'%3E%3Cpath id='Icon_material-chevron-right' data-name='Icon material-chevron-right' d='M3.376,0,0,3.376,10.967,14.368,0,25.359l3.376,3.376L17.744,14.368Z' fill='%23fff'/%3E%3C/svg%3E"); }
      .main-category .productcards .slick-arrow.slick-disabled {
        background-color: #ACACAC;
        opacity: 1; }
    .main-category .productcards .carousel-tooltip {
      display: none; }
    .main-category .productcards .card {
      margin: 0;
      padding: 0;
      border: none; }
    .main-category .productcards .card-figure {
      margin: 0;
      padding: 0;
      float: none;
      width: 100%; }
      .main-category .productcards .card-figure .card-img-container::after {
        padding-bottom: 240px; }
        @media (max-width: 1290px) {
          .main-category .productcards .card-figure .card-img-container::after {
            padding-bottom: 176px; } }
    .main-category .productcards .card-body {
      padding: 10px 0 0;
      float: none;
      width: 100%; }
      @media (max-width: 1290px) {
        .main-category .productcards .card-body {
          padding: 10px 0 0; } }
      .main-category .productcards .card-body .card-title {
        min-height: 84px;
        margin: 0;
        font-family: 'Oxygen';
        font-weight: bold;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: normal; }
        @media (max-width: 1290px) {
          .main-category .productcards .card-body .card-title {
            font-size: 16px;
            line-height: 22px;
            min-height: 69px; } }
        .main-category .productcards .card-body .card-title a {
          color: #000; }
          .main-category .productcards .card-body .card-title a:hover {
            color: #757575; }
    .main-category .productcards .card-price {
      margin: 8px 0 13px; }
      @media (max-width: 1290px) {
        .main-category .productcards .card-price {
          margin: 3px 0 15px; } }
      .main-category .productcards .card-price span {
        display: inline-block; }
      .main-category .productcards .card-price .price-label {
        display: none; }
      .main-category .productcards .card-price .price-now-label {
        font-family: 'Oxygen';
        font-weight: normal;
        font-size: 20px;
        line-height: 41px;
        color: #000; }
        @media (max-width: 1290px) {
          .main-category .productcards .card-price .price-now-label {
            font-size: 16px;
            line-height: 33px; } }
      .main-category .productcards .card-price .price {
        font-family: 'Oxygen';
        font-weight: bold;
        font-size: 27px;
        line-height: 42px;
        color: #FA5700; }
        @media (max-width: 1290px) {
          .main-category .productcards .card-price .price {
            font-size: 24px;
            line-height: 38px; } }
      .main-category .productcards .card-price .price-section.rrp-price--withoutTax, .main-category .productcards .card-price .price-section.non-sale-price--withoutTax {
        display: none; }
    .main-category .productcards .cart-btn {
      display: flex; }
      .main-category .productcards .cart-btn .cart-svg {
        display: inline-flex;
        margin-right: 5px; }
      .main-category .productcards .cart-btn .button {
        padding: 10px 16px;
        display: flex;
        margin: 0;
        align-items: center;
        justify-content: center;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 13px;
        line-height: 16px;
        text-transform: uppercase;
        color: #fff;
        background-color: #72AC72;
        height: 39px; }
        .main-category .productcards .cart-btn .button:hover {
          background-color: #82c482; }
        .main-category .productcards .cart-btn .button.card-figcaption-button--out-of-stock {
          background-color: #e04e00; }
          .main-category .productcards .cart-btn .button.card-figcaption-button--out-of-stock:hover {
            background-color: #FA5700; }
        .main-category .productcards .cart-btn .button.card-figcaption-button--options {
          background-color: #1795C4; }
          .main-category .productcards .cart-btn .button.card-figcaption-button--options:hover {
            background-color: #1ebdf7; }

.discount-section {
  margin: 40px 0 30px; }
  @media (max-width: 1290px) {
    .discount-section {
      margin: 40px 0 30px; } }
  @media (max-width: 650px) {
    .discount-section {
      margin: 30px 0 30px; } }
  @media (max-width: 900px) {
    .discount-section .main-category-header::before {
      clip-path: polygon(0 0, 87% 0, 100% 100%, 0 100%);
      width: 181px; } }
  @media (max-width: 900px) {
    .discount-section .main-category-header .step-heading {
      padding-top: 10px;
      padding-bottom: 12px; } }
  @media (max-width: 650px) {
    .discount-section .main-category-header .step-heading {
      padding-top: 6px;
      padding-bottom: 6px; } }
  @media (max-width: 900px) {
    .discount-section .main-category-header .step-heading span {
      margin: 0 0 -4px; } }
  @media (max-width: 650px) {
    .discount-section .main-category-header .step-heading span {
      margin: 0 0 -2px; } }
  .discount-section .discount-condition {
    max-width: 720px;
    width: 100%;
    margin: 18px 0 0 268px; }
    @media (max-width: 1290px) {
      .discount-section .discount-condition {
        margin: 14px 26px 0 auto; } }
    @media (max-width: 900px) {
      .discount-section .discount-condition {
        margin: 18px 0 0;
        width: 100%;
        max-width: 100%; } }
    @media (max-width: 900px) {
      .discount-section .discount-condition {
        margin: 20px 0 0; } }
    .discount-section .discount-condition p {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 16px;
      line-height: 22px;
      color: #000;
      position: relative;
      padding-left: 12px; }
      @media (max-width: 900px) {
        .discount-section .discount-condition p {
          font-size: 14px;
          line-height: 20px; } }
      @media (max-width: 650px) {
        .discount-section .discount-condition p {
          font-size: 13px;
          line-height: 16px;
          padding-left: 12px;
          position: relative;
          margin-bottom: 17px; } }
      .discount-section .discount-condition p:last-child {
        margin-bottom: 0; }
      .discount-section .discount-condition p::before {
        content: "*";
        position: absolute;
        top: 1px;
        left: 2px; }
        @media (max-width: 650px) {
          .discount-section .discount-condition p::before {
            position: absolute;
            top: 1px;
            left: 2px; } }

.discount-products-section {
  padding: 20px 0 20px; }
  @media (max-width: 1290px) {
    .discount-products-section {
      padding: 15px 0 20px; } }
  .discount-products-section .category-btm-rgt {
    margin: 21px 0 11px; }
    @media (max-width: 1290px) {
      .discount-products-section .category-btm-rgt {
        margin: 12px 0 15px; } }
    @media (max-width: 900px) {
      .discount-products-section .category-btm-rgt {
        margin: 20px 0 0; } }
    @media (max-width: 650px) {
      .discount-products-section .category-btm-rgt {
        margin: 13px 0 21px; } }
  .discount-products-section.category-prod-3 {
    padding: 15px 0 49px; }
    @media (max-width: 1290px) {
      .discount-products-section.category-prod-3 {
        padding: 15px 0 44px; } }
    @media (max-width: 900px) {
      .discount-products-section.category-prod-3 {
        padding: 15px 0 59px; } }
  .discount-products-section .discount-inner {
    border: 1px solid #707070; }
  .discount-products-section h2 {
    letter-spacing: normal;
    margin: -24px 0 0 21px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 36px;
    line-height: 44px;
    color: #E04E00;
    background-color: #FAF8ED;
    display: flex;
    width: fit-content;
    padding: 0 14px 0 9px; }
    @media (max-width: 1290px) {
      .discount-products-section h2 {
        padding: 0 9px 0 8px;
        font-size: 28px;
        line-height: 34px;
        margin: -18px 0 0 15px; } }
    @media (max-width: 900px) {
      .discount-products-section h2 {
        padding: 0 9px 0 8px;
        font-size: 28px;
        line-height: 34px;
        margin: -18px auto 0; } }
  .discount-products-section .hot-items {
    padding: 0 18px; }
    @media (max-width: 1290px) {
      .discount-products-section .hot-items {
        padding: 0 12px; } }
    @media (max-width: 900px) {
      .discount-products-section .hot-items {
        padding: 0 23px; } }
    @media (max-width: 650px) {
      .discount-products-section .hot-items {
        padding: 0 20px; } }
    @media (max-width: 499px) {
      .discount-products-section .hot-items {
        padding: 0 23px; } }
    @media (max-width: 350px) {
      .discount-products-section .hot-items {
        padding: 0 15px; } }
  .discount-products-section .slick-track {
    display: flex; }
  .discount-products-section .slick-arrow {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #000;
    border-radius: 50%;
    border: none;
    margin-top: -23px; }
    @media (max-width: 1290px) {
      .discount-products-section .slick-arrow {
        margin-top: -5px;
        width: 43px;
        height: 43px; } }
    @media (max-width: 900px) {
      .discount-products-section .slick-arrow {
        margin-top: -17px; } }
    @media (max-width: 650px) {
      .discount-products-section .slick-arrow {
        margin-top: 0px; } }
    .discount-products-section .slick-arrow::before {
      width: 17px;
      height: 28px;
      opacity: 1; }
      @media (max-width: 1290px) {
        .discount-products-section .slick-arrow::before {
          width: 12px;
          height: 20px; } }
    .discount-products-section .slick-arrow:hover::before {
      opacity: 1; }
    .discount-products-section .slick-arrow.slick-prev {
      left: -22px; }
      @media (max-width: 1290px) {
        .discount-products-section .slick-arrow.slick-prev {
          left: -16px; } }
      @media (max-width: 900px) {
        .discount-products-section .slick-arrow.slick-prev {
          left: -23px; } }
      .discount-products-section .slick-arrow.slick-prev::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.744' height='28.736' viewBox='0 0 17.744 28.736'%3E%3Cpath id='Icon_material-chevron-right' data-name='Icon material-chevron-right' d='M3.376,0,0,3.376,10.967,14.368,0,25.359l3.376,3.376L17.744,14.368Z' transform='translate(17.744 28.736) rotate(180)' fill='%23fff'/%3E%3C/svg%3E"); }
    .discount-products-section .slick-arrow.slick-next {
      right: -22px; }
      @media (max-width: 1290px) {
        .discount-products-section .slick-arrow.slick-next {
          right: -16px; } }
      @media (max-width: 900px) {
        .discount-products-section .slick-arrow.slick-next {
          right: -23px; } }
      .discount-products-section .slick-arrow.slick-next::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.744' height='28.736' viewBox='0 0 17.744 28.736'%3E%3Cpath id='Icon_material-chevron-right' data-name='Icon material-chevron-right' d='M3.376,0,0,3.376,10.967,14.368,0,25.359l3.376,3.376L17.744,14.368Z' fill='%23fff'/%3E%3C/svg%3E"); }
    .discount-products-section .slick-arrow.slick-disabled {
      background-color: #ACACAC;
      opacity: 1; }
  @media (max-width: 900px) and (min-width: 650px) {
    .discount-products-section .category-btm-rgt .slick-slide {
      padding: 0 15px; } }
  @media (max-width: 900px) and (min-width: 650px) {
    .discount-products-section .category-btm-rgt .slick-slide > div {
      background-color: #fff;
      padding: 7px 7px 12px 7px;
      box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
      margin-bottom: 30px; } }
  .discount-products-section .category-btm-rgt .slick-slide > div:empty {
    display: none; }
  @media (max-width: 900px) and (min-width: 650px) {
    .discount-products-section .category-btm-rgt .slick-slide > div .card-figure {
      width: 100% !important; } }
  @media (max-width: 900px) and (min-width: 650px) {
    .discount-products-section .category-btm-rgt .slick-slide > div .card-body {
      width: 100% !important; } }
  .discount-products-section .category-btm-rgt .product-card {
    padding: 13px;
    height: auto; }
    @media (max-width: 1290px) {
      .discount-products-section .category-btm-rgt .product-card {
        padding: 9px; } }
    @media (max-width: 650px) {
      .discount-products-section .category-btm-rgt .product-card {
        padding: 9px 14px; } }
  .discount-products-section .category-btm-rgt .card {
    height: 100%;
    padding: 10px 10px 20px;
    border: none;
    margin: 0;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
    background: #fff; }
    @media (max-width: 1290px) {
      .discount-products-section .category-btm-rgt .card {
        padding: 7px 7px 12px 7px; } }
    @media (max-width: 650px) {
      .discount-products-section .category-btm-rgt .card {
        padding: 7px 7px 14px 7px; } }
  .discount-products-section .category-btm-rgt .card-figure {
    padding: 0;
    float: none;
    width: 100%; }
  .discount-products-section .category-btm-rgt .card-img-container::after {
    padding-bottom: 186px; }
    @media (max-width: 1290px) {
      .discount-products-section .category-btm-rgt .card-img-container::after {
        padding-bottom: 133px; } }
  .discount-products-section .category-btm-rgt .card-body {
    padding: 10px 0 0;
    float: none;
    width: 100%; }
    @media (max-width: 1290px) {
      .discount-products-section .category-btm-rgt .card-body {
        padding: 10px 0 0; } }
    @media (max-width: 900px) {
      .discount-products-section .category-btm-rgt .card-body {
        padding: 5px 0 0; } }
    @media (max-width: 650px) {
      .discount-products-section .category-btm-rgt .card-body {
        padding: 7px 0 0; } }
    .discount-products-section .category-btm-rgt .card-body .card-title {
      letter-spacing: normal;
      min-height: 76px;
      margin: 0;
      font-family: 'Oxygen';
      font-weight: bold;
      font-size: 18px;
      line-height: 24px; }
      @media (max-width: 1290px) {
        .discount-products-section .category-btm-rgt .card-body .card-title {
          font-size: 14px;
          line-height: 20px;
          min-height: 62px; } }
      .discount-products-section .category-btm-rgt .card-body .card-title a {
        color: #000; }
        .discount-products-section .category-btm-rgt .card-body .card-title a:hover {
          color: #757575; }
  .discount-products-section .category-btm-rgt .card-price {
    margin: 6px 0 0; }
    @media (max-width: 1290px) {
      .discount-products-section .category-btm-rgt .card-price {
        margin: 3px 0 0; } }
    @media (max-width: 650px) {
      .discount-products-section .category-btm-rgt .card-price {
        margin: 5px 0 0; } }
    .discount-products-section .category-btm-rgt .card-price .price-section {
      display: inline-flex;
      align-items: center; }
    .discount-products-section .category-btm-rgt .card-price span {
      display: inline-block; }
    .discount-products-section .category-btm-rgt .card-price .price-label {
      display: none; }
    .discount-products-section .category-btm-rgt .card-price .price-now-label {
      display: none !important; }
    .discount-products-section .category-btm-rgt .card-price .badge-text {
      font-family: 'Oxygen';
      font-weight: normal;
      font-size: 13px;
      line-height: 26px;
      color: #707070; }
      @media (max-width: 1290px) {
        .discount-products-section .category-btm-rgt .card-price .badge-text {
          font-size: 11px;
          line-height: 23px; } }
    .discount-products-section .category-btm-rgt .card-price .price {
      font-family: 'Oxygen';
      font-weight: bold;
      font-size: 18px;
      line-height: 28px;
      color: #707070;
      margin-left: 4px;
      text-decoration: line-through; }
      @media (max-width: 1290px) {
        .discount-products-section .category-btm-rgt .card-price .price {
          font-size: 14px;
          line-height: 22px; } }
    .discount-products-section .category-btm-rgt .card-price .price-section.rrp-price--withoutTax, .discount-products-section .category-btm-rgt .card-price .price-section.non-sale-price--withoutTax {
      display: none; }
  .discount-products-section .category-btm-rgt .card-sale-price {
    margin-top: -6px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline; }
    @media (max-width: 1290px) {
      .discount-products-section .category-btm-rgt .card-sale-price {
        margin-top: -4px; } }
    @media (max-width: 650px) {
      .discount-products-section .category-btm-rgt .card-sale-price {
        margin-top: -6px; } }
    .discount-products-section .category-btm-rgt .card-sale-price .disc-text {
      font-family: 'Oxygen';
      font-weight: normal;
      font-size: 14px;
      line-height: 29px;
      color: #000; }
      @media (max-width: 1290px) {
        .discount-products-section .category-btm-rgt .card-sale-price .disc-text {
          font-size: 12px;
          line-height: 25px;
          letter-spacing: -0.2px; } }
    .discount-products-section .category-btm-rgt .card-sale-price .price {
      font-family: 'Oxygen';
      font-weight: bold;
      font-size: 22px;
      line-height: 34px;
      color: #72AC72;
      margin-left: 5px; }
      @media (max-width: 1290px) {
        .discount-products-section .category-btm-rgt .card-sale-price .price {
          font-size: 16px;
          line-height: 25px;
          margin-left: 3px; } }
    .discount-products-section .category-btm-rgt .card-sale-price .disc-amt {
      font-family: 'Oxygen';
      font-weight: bold;
      font-size: 14px;
      line-height: 22px;
      color: #72AC72;
      margin-left: 3px; }
      @media (max-width: 1290px) {
        .discount-products-section .category-btm-rgt .card-sale-price .disc-amt {
          font-size: 10px;
          line-height: 15px;
          margin-left: 3px;
          letter-spacing: -0.3px; } }
  .discount-products-section .category-btm-rgt .cart-btn {
    margin-top: 16px;
    display: flex; }
    @media (max-width: 1290px) {
      .discount-products-section .category-btm-rgt .cart-btn {
        margin-top: 12px; } }
    @media (max-width: 650px) {
      .discount-products-section .category-btm-rgt .cart-btn {
        margin-top: 13px; } }
    .discount-products-section .category-btm-rgt .cart-btn .cart-svg {
      display: inline-flex;
      margin-right: 5px; }
    .discount-products-section .category-btm-rgt .cart-btn .button {
      padding: 10px 16px;
      display: flex;
      margin: 0;
      align-items: center;
      justify-content: center;
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 13px;
      line-height: 16px;
      text-transform: uppercase;
      color: #fff;
      background-color: #72AC72;
      height: 39px; }
      .discount-products-section .category-btm-rgt .cart-btn .button:hover {
        background-color: #82c482; }
      .discount-products-section .category-btm-rgt .cart-btn .button.card-figcaption-button--out-of-stock {
        background-color: #e04e00; }
        .discount-products-section .category-btm-rgt .cart-btn .button.card-figcaption-button--out-of-stock:hover {
          background-color: #FA5700; }
      .discount-products-section .category-btm-rgt .cart-btn .button.card-figcaption-button--options {
        background-color: #1795C4; }
        .discount-products-section .category-btm-rgt .cart-btn .button.card-figcaption-button--options:hover {
          background-color: #1ebdf7; }

.disc-cart-btn {
  padding: 15px 30px 0; }
  @media (max-width: 1290px) {
    .disc-cart-btn {
      padding: 15px 20px 0; } }
  @media (max-width: 900px) {
    .disc-cart-btn {
      text-align: center; } }
  .disc-cart-btn a {
    text-decoration: none;
    display: inline-flex;
    height: 40px;
    width: 150px;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #72AC72;
    background-color: #fff;
    border: 1px solid #72AC72; }
    .disc-cart-btn a:hover {
      color: #fff;
      background-color: #72AC72; }

.button.addToCartSpan {
  position: relative; }
  .button.addToCartSpan.sendloadingaddtocart::before {
    content: '';
    background-color: #72AC72;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    animation: rotation 0.5s linear infinite;
    border-left-color: #FA5700;
    z-index: 1; }
  .button.addToCartSpan.sendloadingaddtocart::after {
    content: '';
    background-color: #72AC72;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }

@keyframes rotation {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media (max-width: 767px) {
  .home-banner-main .bnr-rght-main.holida-hq {
    margin-top: 7px; } }

.home-banner-main .bnr-rght-main.holida-hq .rght-cnt {
  flex-wrap: wrap;
  bottom: 2px;
  justify-content: center;
  padding: 0 33px 30px 32px; }
  @media (max-width: 1700px) {
    .home-banner-main .bnr-rght-main.holida-hq .rght-cnt {
      padding: 0 15px 30px; } }
  @media (max-width: 1300px) {
    .home-banner-main .bnr-rght-main.holida-hq .rght-cnt {
      padding: 0 15px 15px; } }
  @media (max-width: 767px) {
    .home-banner-main .bnr-rght-main.holida-hq .rght-cnt {
      padding: 0 15px 30px;
      bottom: 0px; } }

.home-banner-main .bnr-rght-main.holida-hq .knive-img-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 28px 24px 0px 0; }
  @media (max-width: 1700px) {
    .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards {
      margin: 20px 24px 0px 0; } }
  @media (max-width: 1300px) {
    .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards {
      margin: 15px 20px 0px 0; } }
  @media (max-width: 1023px) {
    .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards {
      margin: 20px 0 0px 0; } }
  @media (max-width: 767px) {
    .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards {
      width: 100%;
      margin: 22px 0 0px 0; } }
  .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .knive-img {
    border: 1px solid #fff;
    width: 150px;
    height: 187px;
    background: linear-gradient(180deg, #e04e00 0%, #702700 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px; }
    @media (max-width: 1700px) {
      .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .knive-img {
        width: 110px;
        height: 137px; } }
    @media (max-width: 1300px) {
      .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .knive-img {
        width: 80px;
        height: 97px;
        border-radius: 10px; } }
    @media (max-width: 1023px) {
      .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .knive-img {
        width: 90px;
        height: 117px; } }
    @media (max-width: 767px) {
      .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .knive-img {
        width: 116px;
        height: 144px;
        border-radius: 20px; } }
    .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .knive-img img {
      width: 100%;
      height: auto; }
    .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .knive-img.img-2 img {
      transform: rotate(-4deg) scale(1.08) translateY(-4px); }
      @media (max-width: 767px) {
        .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .knive-img.img-2 img {
          transform: rotate(-4deg) scale(1) translateY(3px); } }
  .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .plus {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 88px;
    line-height: 91px;
    font-weight: 700;
    margin: 0 35px 9px;
    color: #fff; }
    @media (max-width: 1300px) {
      .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .plus {
        margin: 0 20px 9px;
        font-size: 70px;
        line-height: 70px; } }
    @media (max-width: 1023px) {
      .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .plus {
        margin: 0 15px 9px; } }
    @media (max-width: 767px) {
      .home-banner-main .bnr-rght-main.holida-hq .knive-img-cards .plus {
        margin: 0 17px 9px;
        font-size: 54px;
        line-height: 56px; } }

.home-banner-main .bnr-rght-main.holida-hq .rght-sub {
  text-align: center; }
  .home-banner-main .bnr-rght-main.holida-hq .rght-sub.logo {
    max-width: 607px;
    margin-bottom: 0; }
    @media (max-width: 1700px) {
      .home-banner-main .bnr-rght-main.holida-hq .rght-sub.logo {
        max-width: 457px; } }
    @media (max-width: 1300px) {
      .home-banner-main .bnr-rght-main.holida-hq .rght-sub.logo {
        max-width: 340px; } }
    @media (max-width: 767px) {
      .home-banner-main .bnr-rght-main.holida-hq .rght-sub.logo {
        max-width: 290px; } }
    @media (max-width: 767px) {
      .home-banner-main .bnr-rght-main.holida-hq .rght-sub.logo .desk {
        display: none; } }
    .home-banner-main .bnr-rght-main.holida-hq .rght-sub.logo .mob {
      display: none; }
      @media (max-width: 767px) {
        .home-banner-main .bnr-rght-main.holida-hq .rght-sub.logo .mob {
          display: block; } }
  .home-banner-main .bnr-rght-main.holida-hq .rght-sub p {
    text-align: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: 32px;
    max-width: 600px;
    margin: 28px auto;
    font-weight: 500; }
    @media (max-width: 1700px) {
      .home-banner-main .bnr-rght-main.holida-hq .rght-sub p {
        margin: 15px auto; } }
    @media (max-width: 1300px) {
      .home-banner-main .bnr-rght-main.holida-hq .rght-sub p {
        font-size: 19px;
        line-height: 25px; } }
    @media (max-width: 1023px) {
      .home-banner-main .bnr-rght-main.holida-hq .rght-sub p {
        font-size: 16px;
        line-height: 25px;
        margin: 25px auto; } }
    @media (max-width: 767px) {
      .home-banner-main .bnr-rght-main.holida-hq .rght-sub p {
        font-size: 16px;
        line-height: 19px;
        margin: 20px auto 18px;
        max-width: 320px; } }
    .home-banner-main .bnr-rght-main.holida-hq .rght-sub p span {
      font-weight: 700; }
  .home-banner-main .bnr-rght-main.holida-hq .rght-sub a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 180px;
    height: 50px;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    max-width: 700px; }
    @media (max-width: 1300px) {
      .home-banner-main .bnr-rght-main.holida-hq .rght-sub a {
        line-height: 19px;
        font-size: 16px;
        width: 150px;
        height: 40px; } }
    @media (max-width: 767px) {
      .home-banner-main .bnr-rght-main.holida-hq .rght-sub a {
        line-height: 18px;
        font-size: 14px;
        width: 138px;
        height: 38px; } }

.holida-hq .header-topbar {
  background: #F7EDB0;
  padding: 9px 0; }
  @media (max-width: 1300px) {
    .holida-hq .header-topbar {
      padding: 11px 0 10px; } }
  @media (max-width: 1023px) {
    .holida-hq .header-topbar {
      padding: 11px 0; } }
  @media (max-width: 767px) {
    .holida-hq .header-topbar {
      padding: 9px 0; } }

@media (max-width: 1023px) {
  .holida-hq .container {
    padding: 0; } }

@media (max-width: 1023px) {
  .holida-hq .top-slider {
    padding: 0 11px; } }

@media (max-width: 767px) {
  .holida-hq .top-slider {
    padding: 0 22px 0 23px; } }

.holida-hq .top-slider .carousel-tooltip {
  display: none; }

.holida-hq .top-slider .slick-arrow {
  padding: 0;
  width: 9px;
  height: 14px;
  margin: 0;
  background: transparent;
  border: none; }
  .holida-hq .top-slider .slick-arrow::before {
    width: 9px;
    height: 14px; }

.holida-hq .top-slider .slick-prev {
  left: 10px; }
  .holida-hq .top-slider .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.139' height='14.8' viewBox='0 0 9.139 14.8'%3E%3Cpath id='ic_expand_more_24px' d='M13.061,0,7.4,5.649,1.739,0,0,1.739l7.4,7.4,7.4-7.4Z' transform='translate(9.139) rotate(90)'/%3E%3C/svg%3E"); }

.holida-hq .top-slider .slick-next {
  right: 10px; }
  .holida-hq .top-slider .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.139' height='14.8' viewBox='0 0 9.139 14.8'%3E%3Cpath id='ic_expand_more_24px' d='M13.061,0,7.4,5.649,1.739,0,0,1.739l7.4,7.4,7.4-7.4Z' transform='translate(0 14.8) rotate(-90)'/%3E%3C/svg%3E"); }

@media (max-width: 767px) {
  .holida-hq .top-content .desk {
    display: none; } }

.holida-hq .top-content .mob {
  display: none; }
  @media (max-width: 767px) {
    .holida-hq .top-content .mob {
      display: block; } }

.holida-hq .top-content p {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin: 0; }
  @media (max-width: 1300px) {
    .holida-hq .top-content p {
      font-size: 16px;
      line-height: 19px; } }
  @media (max-width: 1023px) {
    .holida-hq .top-content p {
      font-size: 14px;
      line-height: 18px; } }
  @media (max-width: 767px) {
    .holida-hq .top-content p {
      text-align: left; } }
  @media (max-width: 350px) {
    .holida-hq .top-content p {
      font-size: 12px; } }
  .holida-hq .top-content p a {
    display: inline-block;
    margin-left: 10px;
    color: #E04E00;
    transition: 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .holida-hq .top-content p a {
        font-size: 13px;
        line-height: 16px;
        margin-left: 6px; } }
    @media (max-width: 350px) {
      .holida-hq .top-content p a {
        font-size: 12px; } }
    .holida-hq .top-content p a:hover {
      color: #1795C4; }
      .holida-hq .top-content p a:hover svg {
        fill: #1795C4; }
    .holida-hq .top-content p a span {
      display: inline-flex; }
      @media (max-width: 1023px) {
        .holida-hq .top-content p a span {
          width: 6px; } }
      @media (max-width: 767px) {
        .holida-hq .top-content p a span {
          width: 5px; } }
      .holida-hq .top-content p a span svg {
        fill: #e04e00;
        transition: 0.3s ease-in-out; }
        @media (max-width: 1023px) {
          .holida-hq .top-content p a span svg {
            width: 100%;
            height: auto; } }

.page .section-reviews.top-banner {
  max-width: 2000px;
  margin: 0 auto;
  background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/reviews-banner-bg-1440-2x.jpg);
  background-position: left bottom;
  background-size: cover;
  padding: 20px 0 86px; }
  @media (max-width: 1199px) {
    .page .section-reviews.top-banner {
      background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/reviews-banner-bg-1024-2x.jpg);
      padding: 20px 0 104px; } }
  @media (max-width: 1023px) {
    .page .section-reviews.top-banner {
      background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/reviews-banner-bg-767-2x.jpg);
      padding: 18px 0 125px;
      margin: 0 auto 97px; } }
  @media (max-width: 767px) {
    .page .section-reviews.top-banner {
      background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/reviews-banner-bg-375-2x.jpg);
      padding: 18px 0 135px;
      margin: 0 auto 77px; } }
  .page .section-reviews.top-banner .container {
    max-width: 1286px; }
    @media (max-width: 1199px) {
      .page .section-reviews.top-banner .container {
        padding: 0 25px; } }
    @media (max-width: 767px) {
      .page .section-reviews.top-banner .container {
        padding: 0 20px; } }
  .page .section-reviews.top-banner .breadcrumbs {
    margin-bottom: 0; }
    @media (max-width: 1023px) {
      .page .section-reviews.top-banner .breadcrumbs {
        text-align: center; } }
    @media (max-width: 767px) {
      .page .section-reviews.top-banner .breadcrumbs {
        display: none; } }
    .page .section-reviews.top-banner .breadcrumbs .breadcrumb a, .page .section-reviews.top-banner .breadcrumbs .breadcrumb.is-active .breadcrumb-label, .page .section-reviews.top-banner .breadcrumbs .breadcrumb:before {
      color: #FFFFFF; }
  .page .section-reviews.top-banner .content-wrapper {
    padding-top: 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .page .section-reviews.top-banner .content-wrapper {
        padding-top: 21px;
        flex-direction: column;
        align-items: center; } }
    .page .section-reviews.top-banner .content-wrapper .content-left {
      padding-top: 6px; }
      @media (max-width: 1023px) {
        .page .section-reviews.top-banner .content-wrapper .content-left {
          padding-top: 0;
          margin-bottom: 23px;
          display: flex;
          flex-direction: column;
          align-items: flex-start; } }
      @media (max-width: 767px) {
        .page .section-reviews.top-banner .content-wrapper .content-left {
          align-items: center;
          margin-bottom: 18px; } }
      @media (max-width: 1199px) {
        .page .section-reviews.top-banner .content-wrapper .content-left svg {
          width: 483px;
          height: 93px; } }
      @media (max-width: 1023px) {
        .page .section-reviews.top-banner .content-wrapper .content-left svg {
          width: 456px;
          height: 87px; } }
      @media (max-width: 767px) {
        .page .section-reviews.top-banner .content-wrapper .content-left svg {
          width: 285px;
          height: 54px; } }
      .page .section-reviews.top-banner .content-wrapper .content-left .sub-heading {
        display: inline-block;
        color: #FFFFFF;
        font-size: 30.3px;
        line-height: 49px;
        font-family: 'Oxygen', sans-serif;
        font-weight: 700;
        margin: 1px 0 0 25px; }
        @media (max-width: 1199px) {
          .page .section-reviews.top-banner .content-wrapper .content-left .sub-heading {
            margin: 3px 0 0 0;
            font-size: 28px;
            line-height: 43px; } }
        @media (max-width: 1023px) {
          .page .section-reviews.top-banner .content-wrapper .content-left .sub-heading {
            margin: 14px 0 0 0;
            font-size: 26.5px; } }
        @media (max-width: 767px) {
          .page .section-reviews.top-banner .content-wrapper .content-left .sub-heading {
            margin: 10px 0 0 0;
            font-size: 20px;
            line-height: 32px; } }
    .page .section-reviews.top-banner .content-wrapper .content-right {
      display: flex;
      align-items: flex-end;
      justify-content: space-between;
      column-gap: 28px;
      padding: 14px 25px 14px 30px;
      background-color: #ECFFCC;
      box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.16);
      margin-right: 37px; }
      @media (max-width: 1199px) {
        .page .section-reviews.top-banner .content-wrapper .content-right {
          margin-right: 0; } }
      @media (max-width: 1023px) {
        .page .section-reviews.top-banner .content-wrapper .content-right {
          margin-bottom: -172px;
          padding: 15px 22px 16px 27px;
          column-gap: 29px; } }
      @media (max-width: 767px) {
        .page .section-reviews.top-banner .content-wrapper .content-right {
          padding: 15px 19px 14px 22px;
          column-gap: 26px; } }
      .page .section-reviews.top-banner .content-wrapper .content-right .rating-left .top, .page .section-reviews.top-banner .content-wrapper .content-right .rating-left .bottom, .page .section-reviews.top-banner .content-wrapper .content-right .rating-right svg, .page .section-reviews.top-banner .content-wrapper .content-right .rating-right .button {
        display: block; }
      .page .section-reviews.top-banner .content-wrapper .content-right .rating-left {
        text-align: center; }
        .page .section-reviews.top-banner .content-wrapper .content-right .rating-left .top, .page .section-reviews.top-banner .content-wrapper .content-right .rating-left .bottom {
          color: #000000; }
        .page .section-reviews.top-banner .content-wrapper .content-right .rating-left .top {
          font-size: 122px;
          line-height: normal;
          font-family: 'Teko', sans-serif;
          margin: -34px 0 -45px; }
          @media (max-width: 1023px) {
            .page .section-reviews.top-banner .content-wrapper .content-right .rating-left .top {
              font-size: 100px;
              margin: -27px 0 -38px; } }
          @media (max-width: 1023px) {
            .page .section-reviews.top-banner .content-wrapper .content-right .rating-left .top {
              font-size: 100px;
              margin: -27px 0 -38px; } }
          @media (max-width: 767px) {
            .page .section-reviews.top-banner .content-wrapper .content-right .rating-left .top {
              font-size: 88px;
              margin: -27px 0 -34px; } }
        .page .section-reviews.top-banner .content-wrapper .content-right .rating-left .bottom {
          font-size: 22px;
          line-height: normal;
          letter-spacing: 1.1px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 800; }
          @media (max-width: 1023px) {
            .page .section-reviews.top-banner .content-wrapper .content-right .rating-left .bottom {
              font-size: 18px;
              letter-spacing: 0.9px; } }
          @media (max-width: 767px) {
            .page .section-reviews.top-banner .content-wrapper .content-right .rating-left .bottom {
              font-size: 16px;
              letter-spacing: 0.8px; } }
      .page .section-reviews.top-banner .content-wrapper .content-right .rating-right {
        padding: 0 0 4px; }
        @media (max-width: 1023px) {
          .page .section-reviews.top-banner .content-wrapper .content-right .rating-right {
            padding: 0; } }
        @media (max-width: 1023px) {
          .page .section-reviews.top-banner .content-wrapper .content-right .rating-right svg {
            width: 184px;
            height: 45px; } }
        @media (max-width: 767px) {
          .page .section-reviews.top-banner .content-wrapper .content-right .rating-right svg {
            width: 161px;
            height: 39px; } }
        .page .section-reviews.top-banner .content-wrapper .content-right .rating-right .button {
          margin: 18px 0 0;
          font-size: 14px;
          line-height: normal;
          font-family: 'Montserrat', sans-serif;
          background-color: #E04E00;
          padding: 10.5px 33px; }
          @media (max-width: 1023px) {
            .page .section-reviews.top-banner .content-wrapper .content-right .rating-right .button {
              margin: 15px 0 0;
              padding: 8px 19px 7px; } }
          @media (max-width: 767px) {
            .page .section-reviews.top-banner .content-wrapper .content-right .rating-right .button {
              font-size: 13px;
              margin: 10px 0 2px;
              padding: 7px 12px 8px; } }
          .page .section-reviews.top-banner .content-wrapper .content-right .rating-right .button:hover {
            background-color: #FA5700; }

.page .reviews-page-heading {
  color: #000000;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 36px;
  line-height: normal;
  margin: 18px 0;
  padding: 0 20px;
  letter-spacing: 0; }
  @media (max-width: 1199px) {
    .page .reviews-page-heading {
      font-size: 32px;
      margin: 28px 0; } }
  @media (max-width: 1023px) {
    .page .reviews-page-heading {
      margin: 0 0 28px; } }
  @media (max-width: 767px) {
    .page .reviews-page-heading {
      font-size: 26px; } }

.reviews-banners-pdp .review-top {
  background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/reviews-banner-light-bg-1440-2x.png);
  background-position: bottom;
  background-size: cover;
  padding: 32px 18px 80px;
  margin-bottom: -45px;
  position: relative;
  text-align: center; }
  @media (max-width: 1023px) {
    .reviews-banners-pdp .review-top {
      padding: 34px 18px 80px;
      background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/reviews-banner-light-bg-768-2x.png); } }
  @media (max-width: 767px) {
    .reviews-banners-pdp .review-top {
      padding: 34px 40px 58px; } }
  .reviews-banners-pdp .review-top .review-description {
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    line-height: normal;
    color: #000000;
    letter-spacing: normal; }
    @media (max-width: 1199px) {
      .reviews-banners-pdp .review-top .review-description {
        font-size: 26px; } }
    @media (max-width: 1023px) {
      .reviews-banners-pdp .review-top .review-description {
        font-size: 24px;
        margin: 0 0 12px; } }
    @media (max-width: 767px) {
      .reviews-banners-pdp .review-top .review-description {
        display: flex;
        justify-content: center;
        font-size: 22px; } }
    @media (max-width: 767px) {
      .reviews-banners-pdp .review-top .review-description .review-text {
        max-width: 230px; } }
    .reviews-banners-pdp .review-top .review-description .quote-mark {
      font-family: 'Montserrat', sans-serif;
      font-weight: 700;
      font-size: 56px;
      line-height: 50px;
      color: #2DB67A;
      height: 25px;
      display: inline-block;
      padding: 0 10px; }
      @media (max-width: 1023px) {
        .reviews-banners-pdp .review-top .review-description .quote-mark {
          font-size: 52px; } }
      .reviews-banners-pdp .review-top .review-description .quote-mark:first-child {
        transform: translateY(9px); }
        @media (max-width: 1199px) {
          .reviews-banners-pdp .review-top .review-description .quote-mark:first-child {
            transform: translateY(10px); } }
        @media (max-width: 1023px) {
          .reviews-banners-pdp .review-top .review-description .quote-mark:first-child {
            transform: translateY(20px);
            padding: 0 12px 0 0; } }
        @media (max-width: 767px) {
          .reviews-banners-pdp .review-top .review-description .quote-mark:first-child {
            padding: 0 5px 0 0;
            transform: translateY(0); } }
      .reviews-banners-pdp .review-top .review-description .quote-mark:last-child {
        transform: translateY(17px); }
        @media (max-width: 1199px) {
          .reviews-banners-pdp .review-top .review-description .quote-mark:last-child {
            transform: translateY(16px); } }
        @media (max-width: 1023px) {
          .reviews-banners-pdp .review-top .review-description .quote-mark:last-child {
            padding: 0 0 0 12px; } }
        @media (max-width: 767px) {
          .reviews-banners-pdp .review-top .review-description .quote-mark:last-child {
            padding: 0 0 0 5px;
            transform: translateY(52px); } }
  .reviews-banners-pdp .review-top .review-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 0; }
    @media (max-width: 767px) {
      .reviews-banners-pdp .review-top .review-rating {
        flex-direction: column;
        row-gap: 11px;
        margin: 22px 0 0; } }
    .reviews-banners-pdp .review-top .review-rating .name {
      font-size: 21px;
      line-height: normal;
      font-weight: 700;
      color: #000000;
      font-family: 'Oxygen', sans-serif; }

.reviews-banners-pdp .review-bottom {
  background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/reviews-banner-pdp-bg-1440-2x.png);
  background-position: center;
  background-size: cover;
  padding-top: 64px; }
  @media (max-width: 1199px) {
    .reviews-banners-pdp .review-bottom {
      background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/reviews-banner-pdp-bg-1024-2x.png);
      padding-top: 79px; } }
  @media (max-width: 1023px) {
    .reviews-banners-pdp .review-bottom {
      background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/reviews-banner-pdp-bg-768-2x.png);
      padding-top: 69px; } }
  @media (max-width: 767px) {
    .reviews-banners-pdp .review-bottom {
      background-image: url(https://cdn11.bigcommerce.com/s-t7tzgd0/images/stencil/original/image-manager/reviews-banner-pdp-bg-375-2x.png);
      padding-top: 51px; } }
  .reviews-banners-pdp .review-bottom .container {
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto; }
    @media (max-width: 1260px) {
      .reviews-banners-pdp .review-bottom .container {
        padding: 0 25px !important; } }
    @media (max-width: 1023px) {
      .reviews-banners-pdp .review-bottom .container {
        padding: 0 35px !important; } }
    @media (max-width: 1023px) {
      .reviews-banners-pdp .review-bottom .container {
        padding: 0 20px !important; } }
  .reviews-banners-pdp .review-bottom .review-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px 56px; }
    @media (max-width: 1260px) {
      .reviews-banners-pdp .review-bottom .review-content-wrapper {
        padding: 0 0 20px 33px; } }
    @media (max-width: 1023px) {
      .reviews-banners-pdp .review-bottom .review-content-wrapper {
        padding: 0 0 14px 15px; } }
    @media (max-width: 767px) {
      .reviews-banners-pdp .review-bottom .review-content-wrapper {
        flex-direction: column;
        padding: 0 0 14px 0; } }
    .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left {
      text-align: center; }
      @media (max-width: 767px) {
        .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left {
          margin-bottom: 16px; } }
      .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .sub-heading {
        display: inline-block;
        color: #FFFFFF;
        font-size: 26px;
        line-height: 32px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 800;
        margin: 0; }
        @media (max-width: 1199px) {
          .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .sub-heading {
            font-size: 22px; } }
        @media (max-width: 1023px) {
          .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .sub-heading {
            font-size: 15px;
            line-height: 19px; } }
        .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .sub-heading:last-child {
          letter-spacing: 1.3px; }
          @media (max-width: 1199px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .sub-heading:last-child {
              letter-spacing: 1.1px; } }
          @media (max-width: 1023px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .sub-heading:last-child {
              letter-spacing: 0.75px; } }
      .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .reviews-number {
        font-size: 182px;
        line-height: normal;
        font-weight: 500;
        font-family: 'Teko', sans-serif;
        color: #B1F7A0;
        margin: -52px 0 -70px 0; }
        @media (max-width: 1199px) {
          .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .reviews-number {
            font-size: 160px;
            margin: -48px 0 -64px 0; } }
        @media (max-width: 1023px) {
          .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .reviews-number {
            font-size: 115px;
            margin: -35px 0 -44px 0; } }
        .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .reviews-number .comma-mark {
          font-size: 117px; }
          @media (max-width: 1199px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .reviews-number .comma-mark {
              font-size: 100px; } }
          @media (max-width: 1023px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-left .reviews-number .comma-mark {
              font-size: 70px; } }
    .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right {
      background-color: #FFFFFF;
      display: flex;
      column-gap: 28px;
      padding: 33px 30px 18px 26px; }
      @media (max-width: 1199px) {
        .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right {
          padding: 25px 28px 21px 21px;
          align-items: flex-end;
          column-gap: 26px; } }
      @media (max-width: 1023px) {
        .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right {
          padding: 20px 21px 16px 16px; } }
      @media (max-width: 767px) {
        .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right {
          column-gap: 21px;
          padding: 9px 12px 15px 20px; } }
      .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-left .top, .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-left .bottom, .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right .button {
        display: block;
        color: #000000; }
      .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-left {
        text-align: center; }
        .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-left .top {
          font-size: 171px;
          line-height: 123px;
          font-weight: 800;
          font-family: 'Teko', sans-serif; }
          @media (max-width: 1199px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-left .top {
              font-size: 150px;
              line-height: 108px; } }
          @media (max-width: 1023px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-left .top {
              font-size: 109px;
              line-height: 78px; } }
          @media (max-width: 767px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-left .top {
              font-size: 98px;
              line-height: 70px; } }
        .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-left .bottom {
          font-size: 32px;
          line-height: 39px;
          font-weight: 800;
          letter-spacing: 1.6px;
          margin-top: -4px; }
          @media (max-width: 1199px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-left .bottom {
              font-size: 28px;
              line-height: 34px;
              letter-spacing: 1.4px;
              margin-top: -3px; } }
          @media (max-width: 1023px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-left .bottom {
              font-size: 20px;
              line-height: 24px;
              letter-spacing: 1px;
              margin-top: 0; } }
          @media (max-width: 767px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-left .bottom {
              font-size: 17px;
              line-height: 20px;
              letter-spacing: 0.85px; } }
      .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right {
        text-align: center;
        font-size: 0;
        padding-top: 18px; }
        @media (max-width: 1199px) {
          .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right {
            padding-top: 12px; } }
        @media (max-width: 767px) {
          .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right {
            padding-top: 18px; } }
        .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right svg {
          width: 227px;
          height: 55px; }
          @media (max-width: 1199px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right svg {
              width: 230px;
              height: 56px; } }
          @media (max-width: 1023px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right svg {
              width: 167px;
              height: 41px; } }
          @media (max-width: 767px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right svg {
              width: 151px;
              height: 37px; } }
        .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right .button {
          font-size: 16px;
          line-height: 19px;
          font-family: 'Montserrat', sans-serif;
          font-weight: 800;
          padding: 16px 19px;
          margin: 28px 0 0;
          background-color: #E04E00;
          color: #FFFFFF; }
          @media (max-width: 1199px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right .button {
              font-size: 14px;
              line-height: 18px;
              padding: 14px 18px 12px;
              margin: 21px 0 0; } }
          @media (max-width: 1023px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right .button {
              font-size: 10px;
              line-height: 13px;
              padding: 9px 14px;
              margin: 14px 0 0; } }
          @media (max-width: 767px) {
            .reviews-banners-pdp .review-bottom .review-content-wrapper .content-right .rating-right .button {
              margin: 12px 0 0;
              padding: 9px; } }

#cart .header, #orderconfirmation .header {
  background-color: #fff;
  border-bottom: 1px solid #D3D3D3;
  padding: 16px 0; }
  @media (max-width: 1023px) {
    #cart .header, #orderconfirmation .header {
      padding: 14px 0; } }
  @media (max-width: 767px) {
    #cart .header, #orderconfirmation .header {
      padding: 13px 0 12px; } }
  #cart .header .container, #orderconfirmation .header .container {
    max-height: 100%; }
    #cart .header .container .header-logo, #orderconfirmation .header .container .header-logo {
      height: auto; }
      #cart .header .container .header-logo > a, #orderconfirmation .header .container .header-logo > a {
        padding: 0;
        display: flex; }
      #cart .header .container .header-logo.header-logo--center .header-logo-image-container, #orderconfirmation .header .container .header-logo.header-logo--center .header-logo-image-container {
        min-height: auto; }
        #cart .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image, #orderconfirmation .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
          width: auto;
          height: 51px;
          max-width: 100%; }
          @media (max-width: 1023px) {
            #cart .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image, #orderconfirmation .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
              height: auto;
              width: 140px; } }
          @media (max-width: 767px) {
            #cart .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image, #orderconfirmation .header .container .header-logo.header-logo--center .header-logo-image-container img.header-logo-image {
              width: 120px; } }
    #cart .header .container .header-left .free-ship, #orderconfirmation .header .container .header-left .free-ship {
      font-weight: 500;
      color: #000000; }
      @media (max-width: 1290px) {
        #cart .header .container .header-left .free-ship, #orderconfirmation .header .container .header-left .free-ship {
          font-size: 18px; } }
      @media (max-width: 1023px) {
        #cart .header .container .header-left .free-ship, #orderconfirmation .header .container .header-left .free-ship {
          font-size: 16px; } }
      #cart .header .container .header-left .free-ship strong, #orderconfirmation .header .container .header-left .free-ship strong {
        color: #E04E00; }
    #cart .header .container .header-contact, #orderconfirmation .header .container .header-contact {
      height: auto; }
      #cart .header .container .header-contact a, #orderconfirmation .header .container .header-contact a {
        color: #000; }
        #cart .header .container .header-contact a:hover, #orderconfirmation .header .container .header-contact a:hover {
          color: #e04e00; }

#cart .footer.co-footer, #orderconfirmation .footer.co-footer {
  height: 48px;
  background: #1F1F1F;
  display: flex;
  align-items: center;
  justify-content: center; }
  #cart .footer.co-footer .footer-copyright, #orderconfirmation .footer.co-footer .footer-copyright {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 0 15px; }
    @media (max-width: 350px) {
      #cart .footer.co-footer .footer-copyright, #orderconfirmation .footer.co-footer .footer-copyright {
        font-size: 11px; } }
    @media (max-width: 767px) {
      #cart .footer.co-footer .footer-copyright span, #orderconfirmation .footer.co-footer .footer-copyright span {
        display: block; } }
    #cart .footer.co-footer .footer-copyright a, #orderconfirmation .footer.co-footer .footer-copyright a {
      color: #fff;
      font-weight: 700; }
      #cart .footer.co-footer .footer-copyright a:hover, #orderconfirmation .footer.co-footer .footer-copyright a:hover {
        color: #e04e00; }
