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

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

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

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

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

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

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width: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: "Karla", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(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(0, 0, 0, 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: "Karla", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(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: #8f8f8f;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #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='%238f8f8f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23474747' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }

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

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

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

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

.carousel-tooltip {
  display: none;
  height: 1px;
  margin-top: 10px;
  position: relative; }
  .carousel-tooltip::before {
    border-color: transparent transparent #313440 transparent;
    border-style: solid;
    border-width: 0.71429rem;
    content: " ";
    position: absolute;
    right: 0;
    top: 50%; }
  .carousel-tooltip::after {
    background-color: #313440;
    border-radius: 0.57143rem;
    color: white;
    content: attr(aria-label);
    cursor: default;
    font-size: 1rem;
    padding: 0.28571rem 0.42857rem;
    position: absolute;
    right: 0;
    top: 100%;
    white-space: nowrap; }
  .carousel-tooltip::before, .carousel-tooltip::after {
    display: none; }
  .carousel-tooltip:focus::before, .carousel-tooltip:focus::after {
    display: block; }
  @media (min-width: 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; } }

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: 400;
  margin-top: 2.28571rem; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

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

.definitionList-value {
  margin: 0; }

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

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

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

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

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

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

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

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

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

.form-wishlist {
  position: relative; }
  @media (min-width: 551px) {
    .form-wishlist {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .form-wishlist {
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .form-wishlist {
      display: inline-block;
      margin-top: 1rem; } }
  .form-wishlist .button {
    width: 100%; }
    @media (min-width: 801px) {
      .form-wishlist .button {
        width: auto; } }
    @media (min-width: 1261px) {
      .form-wishlist .button {
        margin-right: 0.78571rem; } }

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 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-heading {
  font-size: 1rem;
  line-height: 19px;
  margin: 0; }

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

@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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.78571rem; }
    @media (min-width: 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 #8f8f8f;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: #474747; }

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

.navUser-action--currencySelector + .dropdown-menu::after,
.navUser-action--channelSelector + .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: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px; }

.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-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #757575; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #757575;
      stroke: #757575; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.57143rem;
  width: 0.57143rem;
  margin-left: 0.78571rem;
  transform: rotate(-90deg); }
  @media (min-width: 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: 131.8%;
    width: 100%; }
  .writeReview-productImage-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain; }

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

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

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

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

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

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

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

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

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

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 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: 500px;
  position: relative;
  width: 100%; }
  .productView-img-container::after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 131.8%;
    width: 100%; }
  .productView-img-container img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    /* Object-fit polyfill */
    font-family: "object-fit: contain;";
    height: 100%;
    object-fit: contain;
    width: 100%; }

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

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

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

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

@media (min-width: 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: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
    .productView-options .form .add-to-cart-wrapper {
      display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field--error > .form-inlineMessage {
      font-size: 1rem; }
    .productView-options .form-field > .form-checkbox + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      text-align: justify; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .add-to-cart-buttons {
    display: inline-grid;
    float: left;
    margin-bottom: 1rem;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons {
        padding: 0 0.71429rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons {
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 1261px) {
      .productView-options .add-to-cart-buttons {
        display: inline-block;
        margin-top: 1rem;
        padding-right: 0.78571rem;
        width: 50%; } }
    @media (min-width: 551px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        min-width: 50%;
        width: auto; } }
    @media (min-width: 801px) {
      .productView-options .add-to-cart-buttons.pre-order-buttons {
        margin-right: 0.78571rem;
        min-width: auto;
        padding: 0;
        width: auto; } }
    .productView-options .add-to-cart-buttons.pre-order-buttons .button {
      padding: 0.92857rem 1.71429rem; }
    .productView-options .add-to-cart-buttons .button {
      margin: 0;
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons {
    margin-top: 0.78571rem; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
      line-height: 0;
      margin-top: 6px; }
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
      .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
        width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button {
      color: #757575;
      display: block;
      margin-top: 0.35714rem;
      padding: 0.35714rem 0;
      text-align: center;
      text-decoration: underline;
      vertical-align: middle;
      width: 100%; }
      .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
        color: #333333; }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

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

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

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 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; }

.reset-filters {
  display: none; }

.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: 100px; }
  @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: "Montserrat", 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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shipping-estimate-value #shipping-cost-discounted {
  margin-left: 0.35714rem; }

.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;
  padding-top: 0; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

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

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

.video {
  display: block;
  margin-bottom: 1.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; } }

.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: 100%;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
    min-height: 17.85714rem;
    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 {
    color: #666666;
    font-size: 13px;
    font-weight: 600; }
    @media (min-width: 1261px) {
      .methodHeader-brand {
        font-size: 1rem; } }
  .methodHeader-meta {
    display: flex;
    flex-wrap: nowrap;
    margin-left: auto;
    padding-left: 0.78571rem; }
  .methodHeader-default {
    fill: #666666;
    height: 1.28571rem;
    margin-left: 0.78571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .methodHeader-default {
        height: 1.42857rem;
        width: 1.42857rem; } }
  .methodHeader-expiry {
    font-size: 15px;
    text-transform: capitalize; }

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

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

@media (min-width: 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: "Karla", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

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

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

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

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

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

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

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

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

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

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

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

.header {
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 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: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 2.25vw;
  font-weight: 400;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 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: 801px) {
    .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: 801px) {
    .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; }

.page-region {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  float: right;
  width: 100%; }
  @media (min-width: 801px) {
    .page-region {
      width: 75%; } }

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

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

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @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;
  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 a {
    color: #757575;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #333333; }

.footer-payment-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-left: 0;
  margin-top: 1.5rem; }
  @media (min-width: 551px) {
    .footer-payment-icons {
      justify-content: normal; } }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 2.85714rem;
    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; }
  @media (min-width: 801px) {
    .sidebarBlock-heading.heading-price {
      margin-top: -0.85714rem; } }

.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 #474747;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

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

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

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 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; } }

@font-face {
  font-family: "satoshi-light";
  src: url("../fonts/Satoshi-Light.otf") format("opentype"); }

@font-face {
  font-family: "satoshi-regular";
  src: url("../fonts/Satoshi-Regular.otf") format("opentype"); }

@font-face {
  font-family: "satoshi-medium";
  src: url("../fonts/Satoshi-Medium.otf") format("opentype"); }

@font-face {
  font-family: "satoshi-bold";
  src: url("../fonts/Satoshi-Bold.otf") format("opentype"); }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1365px) {
    .container {
      padding: 0 50px; } }
  @media screen and (max-width: 1279px) {
    .container {
      padding: 0 16px; } }

/*--- [ MEDIA ] ---*/
.form-row--half .form-field {
  z-index: 99;
  position: relative; }

.announcement-strip {
  display: flex;
  align-items: center;
  gap: 15px; }

.topbar {
  padding: 0px 60px; }

.section-head h2 {
  margin-bottom: 0px; }

.button--primary {
  background: #18453B; }
  .button--primary:hover {
    background: #000; }

.announcement-content {
  display: flex;
  align-items: center;
  gap: 5px;
  border-right: 1px solid #fff;
  padding: 0px 15px; }

.announcement-content a {
  color: white;
  text-decoration: none;
  font-size: 14px; }

.announcement-content-two {
  display: flex;
  align-items: center;
  gap: 5px; }

.announcement-content-two a {
  color: white;
  text-decoration: none;
  font-size: 14px; }

.announcement-content-two img {
  width: 12.22px; }

.product .productcard-img-container img,
.productCarousel-slide .productcard-img-container img {
  height: 220px;
  object-fit: contain; }

.navbar-top {
  padding: 0px 60px;
  align-items: initial !important; }
  .navbar-top .header-logo {
    display: flex;
    align-items: center; }
  .navbar-top .searchbar-inner {
    display: flex;
    align-items: center; }
  .navbar-top .form-input {
    max-width: 450px;
    width: 100%;
    background: black;
    color: white !important;
    border: 0;
    height: 40px; }
  .navbar-top .quick-search-form {
    width: 450px;
    max-width: 100%; }
  .navbar-top .form-input::placeholder {
    color: white !important; }
  .navbar-top .nav-btn-product-categories {
    display: flex;
    align-items: center;
    padding: 0px 15px;
    gap: 8px;
    cursor: pointer; }
    .navbar-top .nav-btn-product-categories svg {
      width: 25px;
      height: 25px; }
  .navbar-top span {
    color: white;
    font-size: 14px;
    font-weight: 700; }
  .navbar-top .ham-burger-menu {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0px;
    margin-left: 25px; }
  .navbar-top .profile_sart {
    height: 80px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    width: 79px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .navbar-top .cart_sart {
    height: 80px;
    width: 79px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center; }
  .navbar-top .right-section {
    gap: 0px !important; }
  .navbar-top .account-nav {
    top: 52px; }

.navPages-container {
  background: black !important; }
  .navPages-container .navPages-action {
    color: white !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding: 15px 10px; }
    .navPages-container .navPages-action:hover {
      color: #b0d194 !important; }

.heroCarousel-content {
  background-color: initial !important;
  right: initial !important;
  padding: 0px 100px;
  width: 100%; }
  .heroCarousel-content .heroCarousel-title {
    color: #fff !important;
    font-family: "Karantina" !important;
    font-weight: 400 !important;
    font-size: 75px;
    text-transform: uppercase !important;
    text-align: left;
    line-height: 65px;
    width: 7em; }
  .heroCarousel-content .heroCarousel-description {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    width: 50em;
    max-width: 100%;
    opacity: 0.85;
    font-family: "satoshi-light" !important;
    margin-top: 12px; }
  .heroCarousel-content a {
    width: 140px !important;
    height: 45px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #b0d194;
    color: #18453b;
    font-size: 18px;
    font-family: "Karantina";
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px; }

.clock_card {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px; }
  .clock_card .clock_box {
    position: relative;
    width: 100%; }
  .clock_card h2 {
    position: absolute;
    bottom: 30px;
    color: white;
    font-weight: 400;
    font-size: 24px;
    font-family: "Karantina";
    left: 15px; }
  .clock_card p {
    position: absolute;
    bottom: 5px;
    color: white !important;
    left: 15px;
    font-weight: 500 !important;
    font-family: "satoshi-medium" !important;
    font-size: 12px !important; }
    .clock_card p::after {
      content: "";
      position: absolute;
      right: -31%;
      bottom: 4px;
      width: 10px;
      height: 10px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.59399 9.7537L9.76239 5.59047C9.83829 5.51128 9.89778 5.4179 9.93746 5.3157C10.0208 5.11298 10.0208 4.8856 9.93746 4.68288C9.89778 4.58068 9.83829 4.4873 9.76239 4.40811L5.59399 0.244874C5.51626 0.16724 5.42398 0.105657 5.32242 0.0636409C5.22086 0.0216252 5.11201 -2.13661e-07 5.00208 -2.18466e-07C4.78007 -2.2817e-07 4.56715 0.0880838 4.41017 0.244874C4.25318 0.401665 4.16499 0.614319 4.16499 0.836054C4.16499 1.05779 4.25318 1.27044 4.41017 1.42723L7.16131 4.16664L0.833679 4.16664C0.612573 4.16664 0.400523 4.25437 0.244179 4.41052C0.0878332 4.56667 -2.08873e-07 4.77846 -2.18526e-07 4.99929C-2.28179e-07 5.22012 0.0878332 5.43191 0.244179 5.58806C0.400523 5.74421 0.612573 5.83194 0.833679 5.83194L7.16131 5.83194L4.41016 8.57135C4.33203 8.64875 4.27 8.74084 4.22768 8.84231C4.18536 8.94377 4.16356 9.05261 4.16356 9.16252C4.16356 9.27244 4.18536 9.38128 4.22768 9.48274C4.27 9.58421 4.33203 9.6763 4.41016 9.7537C4.48767 9.83175 4.57987 9.89369 4.68146 9.93596C4.78306 9.97824 4.89202 10 5.00208 10C5.11213 10 5.2211 9.97824 5.32269 9.93596C5.42428 9.89369 5.51649 9.83175 5.59399 9.7537Z' fill='white'/%3E%3C/svg%3E%0A"); }

.gear-up-main {
  background-image: url("https://res.cloudinary.com/dgif730br/image/upload/v1741435890/eeeeeeeeeee_12_wx5sbk.svg");
  background-size: cover;
  background-position: center;
  width: 100%;
  background-color: initial !important;
  height: 100%;
  padding: 30px 0px;
  padding-bottom: 60px; }
  .gear-up-main .quick-links-items {
    margin-top: 40px; }
  .gear-up-main .heading-section h2 {
    color: #18453b;
    font-size: 48px;
    font-weight: 400;
    font-family: "Karantina";
    text-align: center;
    text-transform: uppercase; }
  .gear-up-main .heading-section .custom-description {
    color: #18453b;
    font-size: 16px;
    text-align: center;
    font-family: "satoshi-light" !important;
    width: 100%;
    display: block;
    margin: auto; }
  .gear-up-main .gear-card-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px; }
  .gear-up-main .gear-card-main img {
    width: 153px;
    height: 129px; }
  .gear-up-main .gear-card-main h3 {
    color: #18453b;
    font-size: 24px;
    font-family: "Karantina";
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 15px 0 10px 0; }
  .gear-up-main .gear-card-main a {
    display: block;
    margin: auto;
    text-align: center;
    text-decoration: none;
    color: #18453b;
    font-family: "satoshi-medium" !important;
    font-size: 16px;
    position: relative;
    margin-left: -10px; }
    .gear-up-main .gear-card-main a::after {
      content: "";
      position: absolute;
      top: initial !important;
      left: initial !important;
      bottom: 3.3px;
      width: 8px;
      height: 8px;
      margin-left: 5px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.47519 7.80296L7.80991 4.47238C7.87063 4.40902 7.91823 4.33432 7.94997 4.25256C8.01668 4.09038 8.01668 3.90848 7.94997 3.74631C7.91823 3.66454 7.87063 3.58984 7.80991 3.52649L4.47519 0.1959C4.41301 0.133792 4.33918 0.0845252 4.25794 0.0509127C4.17669 0.0173002 4.08961 -1.70929e-07 4.00166 -1.74773e-07C3.82405 -1.82536e-07 3.65372 0.0704671 3.52813 0.195899C3.40254 0.321332 3.33199 0.491455 3.33199 0.668843C3.33199 0.846231 3.40254 1.01635 3.52813 1.14179L5.72905 3.33331L0.666944 3.33331C0.49006 3.33331 0.320419 3.40349 0.195343 3.52842C0.070267 3.65334 3.09739e-07 3.82277 3.02016e-07 3.99943C2.94294e-07 4.1761 0.070267 4.34553 0.195343 4.47045C0.320419 4.59537 0.49006 4.66555 0.666944 4.66555L5.72905 4.66555L3.52813 6.85708C3.46562 6.919 3.416 6.99267 3.38214 7.07385C3.34828 7.15502 3.33085 7.24208 3.33085 7.33002C3.33085 7.41795 3.34828 7.50502 3.38214 7.58619C3.416 7.66737 3.46562 7.74104 3.52813 7.80296C3.59013 7.8654 3.6639 7.91495 3.74517 7.94877C3.82644 7.98259 3.91362 8 4.00166 8C4.08971 8 4.17688 7.98259 4.25815 7.94877C4.33943 7.91495 4.41319 7.8654 4.47519 7.80296Z' fill='%2318453B'/%3E%3C/svg%3E%0A"); }

.top-page-banner {
  position: relative; }
  .top-page-banner .main-warp-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    padding: 0px 100px; }
  .top-page-banner .page-heading {
    display: block !important;
    color: white;
    text-align: left;
    margin: 0px;
    color: white;
    font-weight: 400;
    font-size: 48px;
    font-family: "Karantina";
    text-transform: uppercase; }
  .top-page-banner .pg-banner-content {
    position: relative; }
    .top-page-banner .pg-banner-content .page-heading::before {
      content: "";
      position: absolute;
      top: -30px;
      width: 63px;
      height: 31.79px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='63' height='32' viewBox='0 0 63 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3764 11.9677C4.47066 18.4396 -0.195885 23.8856 0.00633198 24.0704C0.208549 24.2541 4.57333 21.0284 9.70653 16.9013C14.8397 12.7731 19.5063 9.38098 20.0766 9.36159C20.647 9.34219 22.5115 10.4273 24.2195 11.7727L27.3243 14.2186L22.1455 19.734C17.6635 24.5063 15.8083 25.6373 8.37293 28.1353C3.64728 29.7226 -0.0444816 31.1926 0.169143 31.4029C0.38173 31.6121 3.02922 31.3222 6.05107 30.7587C13.5767 29.3531 43.9932 29.5868 55.084 31.1344C64.7905 32.49 65.3971 32.1052 57.856 29.3776C50.6757 26.7796 37.8759 24.6288 29.6037 24.6288H22.2025L29.9282 16.9727C34.1769 12.7619 38.132 9.32586 38.7169 9.33811C39.3018 9.34934 42.0913 11.3491 44.9172 13.7827L50.0545 18.2069L42.3247 19.9096C32.2086 22.139 29.8722 23.5712 36.3183 23.5927C42.1857 23.611 55.979 26.1181 59.0143 27.7177C60.2255 28.3557 61.4658 28.6324 61.7697 28.3323C62.1969 27.9127 52.8928 15.5589 40.5296 0.129406C40.3046 -0.151316 37.936 2.06996 35.2657 5.06501L30.4104 10.512L26.2811 5.36104C24.009 2.52932 21.9173 0.209029 21.6322 0.205966C21.347 0.202904 16.2822 5.49579 10.3764 11.9677Z' fill='white'/%3E%3C/svg%3E%0A"); }
    .top-page-banner .pg-banner-content .page-heading-right::before {
      content: "";
      position: absolute;
      top: 35px;
      left: 33px;
      width: 25.16px;
      height: 21.63px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='26' height='22' viewBox='0 0 26 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.2318 7.96247V6.88068C21.2318 3.08667 18.1451 0 14.3511 0H10.8125C7.01849 0 3.93182 3.08667 3.93182 6.88068V7.96247C1.69122 8.4191 0 10.405 0 12.7784C0 15.181 1.7331 17.1863 4.01473 17.6103C4.43873 19.8919 6.44396 21.625 8.84659 21.625H12.7784C13.3213 21.625 13.7614 21.1849 13.7614 20.642C13.7614 20.0992 13.3213 19.6591 12.7784 19.6591H8.84659C7.48859 19.6591 6.34271 18.7361 6.00167 17.4847C7.09113 17.0511 7.86364 15.9865 7.86364 14.7443V10.8125C7.86364 9.53107 7.04179 8.43847 5.89773 8.03271V6.88068C5.89773 4.17068 8.10249 1.96591 10.8125 1.96591H14.3511C17.0611 1.96591 19.2659 4.17068 19.2659 6.88068V8.03271C18.1218 8.43847 17.3 9.53107 17.3 10.8125V14.7443C17.3 16.3703 18.6229 17.6932 20.2489 17.6932C22.9589 17.6932 25.1636 15.4884 25.1636 12.7784C25.1636 10.405 23.4724 8.4191 21.2318 7.96247ZM1.96591 12.7784C1.96591 11.1524 3.28877 9.82955 4.91477 9.82955C5.45677 9.82955 5.89773 10.2705 5.89773 10.8125V14.7443C5.89773 15.2863 5.45677 15.7273 4.91477 15.7273C3.28877 15.7273 1.96591 14.4044 1.96591 12.7784ZM20.2489 15.7273C19.7069 15.7273 19.2659 15.2863 19.2659 14.7443V10.8125C19.2659 10.2705 19.7069 9.82955 20.2489 9.82955C21.8749 9.82955 23.1977 11.1524 23.1977 12.7784C23.1977 14.4044 21.8749 15.7273 20.2489 15.7273Z' fill='%23B0D194'/%3E%3C/svg%3E%0A"); }
    .top-page-banner .pg-banner-content p {
      color: white;
      font-weight: 400;
      font-size: 14px;
      font-family: "satoshi-light" !important;
      opacity: 0.9;
      width: 80%; }
    .top-page-banner .pg-banner-content a {
      background: #b0d194;
      text-decoration: none;
      color: #18453b;
      font-weight: 700;
      font-size: 16px;
      font-family: "Karantina";
      padding: 10px 20px;
      border-radius: 10px;
      outline: none; }
  .top-page-banner .pg-banner-content-right {
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 40px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 15px;
    position: relative;
    top: 85px;
    width: 100%; }
    .top-page-banner .pg-banner-content-right h1 {
      color: #b0d194;
      font-weight: 700;
      font-size: 24px;
      font-family: "Karantina";
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 25px; }
    .top-page-banner .pg-banner-content-right a {
      border: 1px solid white;
      border-radius: 10px;
      padding: 8px 30px;
      text-decoration: none;
      color: white;
      font-weight: 700;
      font-size: 12px;
      font-family: "Karantina";
      background-color: initial !important; }

.middle-block .pg-banner-content-right p {
  width: 100% !important; }

.two-box-cat-block .clock_card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
  gap: 10px;
  margin-top: 30px; }
  .two-box-cat-block .clock_card h2 {
    color: white;
    font-weight: 400;
    font-size: 36px;
    font-family: "Karantina";
    text-transform: uppercase; }

.blog-parent {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10px; }
  .blog-parent .blog {
    width: 100%;
    background: rgba(224, 237, 213, 0.75);
    margin-top: 0px !important;
    padding-top: 0px !important;
    border-radius: 15px; }
  .blog-parent .blog + .blog {
    border: none !important; }
  .blog-parent .blog-post-figure {
    width: 100%;
    border-radius: 15px; }
  .blog-parent .blog-thumbnail {
    width: 100% !important;
    max-width: 100% !important; }
    .blog-parent .blog-thumbnail img {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
  .blog-parent .blog-post-body {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 12px; }
    .blog-parent .blog-post-body .blog-date {
      text-align: left;
      margin-bottom: 0px;
      color: #18453b;
      font-size: 14px; }
      .blog-parent .blog-post-body .blog-date path {
        fill: #18453b !important; }
    .blog-parent .blog-post-body .blog-title {
      text-align: left;
      margin: 10px 0;
      color: #031a15;
      font-size: 24px;
      font-family: "Karantina";
      text-transform: uppercase;
      line-height: 26px; }
    .blog-parent .blog-post-body .blog-summary {
      font-size: 14px;
      font-family: "satoshi-light";
      margin-bottom: 0px; }
    .blog-parent .blog-post-body .post-read-more {
      position: relative;
      margin-top: 5px; }
      .blog-parent .blog-post-body .post-read-more a {
        color: #18453b;
        font-weight: 700;
        font-size: 16px;
        font-family: "Karantina";
        text-transform: uppercase;
        letter-spacing: 3%;
        text-decoration: none;
        margin-top: 10px; }
      .blog-parent .blog-post-body .post-read-more::after {
        content: "";
        position: absolute;
        right: 83%;
        bottom: 8px;
        width: 9px;
        height: 9px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.03459 9.27833L8.78615 5.53142C8.85446 5.46015 8.90801 5.37611 8.94372 5.28413C9.01876 5.10168 9.01876 4.89704 8.94372 4.7146C8.90801 4.62261 8.85446 4.53857 8.78615 4.4673L5.03459 0.720387C4.96463 0.650516 4.88158 0.595091 4.79018 0.557277C4.69877 0.519463 4.60081 0.5 4.50187 0.5C4.30206 0.5 4.11044 0.579275 3.96915 0.720387C3.82786 0.861498 3.74849 1.05289 3.74849 1.25245C3.74849 1.45201 3.82786 1.6434 3.96915 1.78451L6.44518 4.24998L0.750312 4.24998C0.551317 4.24998 0.360472 4.32893 0.219761 4.46947C0.0790499 4.61 -1.87986e-07 4.80061 -1.96673e-07 4.99936C-2.05361e-07 5.19811 0.0790499 5.38872 0.219761 5.52925C0.360471 5.66979 0.551317 5.74874 0.750312 5.74874L6.44518 5.74874L3.96915 8.21421C3.89882 8.28388 3.843 8.36676 3.80491 8.45808C3.76682 8.5494 3.74721 8.64735 3.74721 8.74627C3.74721 8.8452 3.76682 8.94315 3.80491 9.03447C3.843 9.12579 3.89882 9.20867 3.96915 9.27833C4.0389 9.34857 4.12189 9.40432 4.21332 9.44237C4.30475 9.48041 4.40282 9.5 4.50187 9.5C4.60092 9.5 4.69899 9.48041 4.79042 9.44237C4.88186 9.40432 4.96484 9.34857 5.03459 9.27833Z' fill='%2318453B'/%3E%3C/svg%3E%0A"); }

.footer {
  padding-top: 100px; }
  @media (max-width: 601px) {
    .footer {
      padding-top: 50px; } }

.footer-newsletter {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%; }
  .footer-newsletter .container {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .footer-newsletter .form-input {
    width: 432px;
    border-radius: 10px;
    max-width: 100%;
    padding: 25px 10px;
    color: #757575;
    font-weight: 400;
    font-family: "satoshi-light" !important; }
    @media only screen and (max-width: 1023px) {
      .footer-newsletter .form-input {
        width: 300px;
        padding: 16px 20px; } }
  .footer-newsletter .form-prefixPostfix.wrap {
    position: relative; }
  .footer-newsletter .form-prefixPostfix .button {
    position: absolute;
    right: 5px;
    border-radius: 10px;
    top: 5px;
    background: #b0d194;
    color: #18453b;
    font-size: 16px;
    font-weight: 700;
    font-family: "Karantina";
    text-transform: uppercase;
    padding: 10px 20px; }
    @media only screen and (max-width: 1023px) {
      .footer-newsletter .form-prefixPostfix .button {
        margin: 7px -5px 0px 0; } }
  .footer-newsletter .form {
    margin: 0px; }
  .footer-newsletter .form-field {
    margin: 0px; }
  .footer-newsletter .newsletter-heading {
    color: white;
    font-weight: 400;
    font-size: 48px;
    font-family: "Karantina";
    text-transform: uppercase;
    margin-top: 0px; }
  .footer-newsletter p {
    font-weight: 400;
    font-size: 14px;
    color: white;
    font-family: "satoshi-light" !important;
    margin-bottom: 0px; }
    @media only screen and (max-width: 1023px) {
      .footer-newsletter p {
        font-size: 12px; } }

.productCarousel .slick-next,
.productGrid .slick-next {
  background: #cccccc !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  right: -5px !important; }
  .productCarousel .slick-next::before,
  .productGrid .slick-next::before {
    width: 10.61px !important;
    height: 6.48px !important;
    position: relative;
    left: -3px; }

.productCarousel .slick-prev,
.productGrid .slick-prev {
  background: #cccccc !important;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  left: -5px !important; }
  .productCarousel .slick-prev::before,
  .productGrid .slick-prev::before {
    width: 10.61px !important;
    height: 6.48px !important;
    position: relative;
    left: 1px; }

.footer .footer-head {
  color: #18453b;
  font-weight: 700;
  font-size: 20px;
  font-family: "Karantina"; }

.footer .footer-links {
  margin-left: 0px; }
  .footer .footer-links li {
    list-style: none; }
  .footer .footer-links a {
    color: #18453b;
    font-weight: 400;
    font-size: 14px;
    font-family: "satoshi-light" !important;
    text-decoration: none; }

.footer .footer-copyright {
  border-top: 1px solid rgba(24, 69, 59, 0.25);
  padding-top: 15px;
  margin-top: 20px; }

.footer .footer-we-accept li {
  list-style: none; }

.footer .footer-content {
  display: flex;
  flex-direction: column; }
  .footer .footer-content .email-icon {
    color: #18453b;
    font-weight: 400;
    font-size: 16px;
    font-family: "satoshi-bold"; }
  .footer .footer-content .footer-text {
    text-decoration: none;
    color: #18453b;
    font-weight: 400;
    font-family: "satoshi-light"; }

.footer .footer-content-two {
  display: flex;
  flex-direction: column; }
  .footer .footer-content-two .call-icon {
    color: #18453b;
    font-weight: 400;
    font-size: 16px;
    font-family: "satoshi-bold"; }
  .footer .footer-content-two .footer-text {
    text-decoration: none;
    color: #18453b;
    font-weight: 400;
    font-family: "satoshi-light"; }

.footer .footer-content-three {
  display: flex;
  flex-direction: column; }
  .footer .footer-content-three .adrees-icon {
    color: #18453b;
    font-weight: 400;
    font-size: 16px;
    font-family: "satoshi-bold"; }
  .footer .footer-content-three .footer-text {
    text-decoration: none;
    color: #18453b;
    font-weight: 400;
    font-family: "satoshi-light"; }

.footer .socialLinks .icon svg {
  background: #18453b;
  width: 26px;
  height: 26px;
  padding: 5px;
  border-radius: 50%; }

[data-widget-id="923d2d92-2810-4c91-b3b1-f5c554aca1dc"] {
  color: #18453b;
  font-size: 12px;
  text-align: center;
  font-family: "satoshi-light" !important; }

#quickSearch .product {
  width: 100%; }

#quickSearch .card {
  width: 100%;
  display: flex;
  margin-bottom: 5px; }

#quickSearch img {
  max-width: 150px;
  width: 100%; }

#quickSearch .productcard-figure {
  padding: 20px; }

#quickSearch .productcard-title {
  margin-top: 2px;
  margin-bottom: 0px; }

#quickSearch .productcard-img-container {
  padding: 20px !important;
  border: 1px solid #d0d0cb !important;
  border-radius: 10px; }

[data-content-region="blog_page_top_banner"] .top-page-banner {
  position: relative !important; }

[data-content-region="blog_page_top_banner"] .pg-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) !important;
  padding: 0px 100px; }
  [data-content-region="blog_page_top_banner"] .pg-banner-content .page-heading::before {
    display: none !important; }
  [data-content-region="blog_page_top_banner"] .pg-banner-content p {
    width: 40em; }

.product .productcard-title,
.productCarousel-slide .productcard-title {
  height: 40px;
  overflow: hidden; }

.blog-parent {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  margin-top: 20px; }
  @media (max-width: 1100px) {
    .blog-parent {
      display: flex !important;
      grid-template-columns: none !important; } }

.pagination-item .pagination-link {
  color: #000000 !important; }

.pagination-item.pagination-item--current .pagination-link {
  color: #ffffff !important; }

.filter-blogs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0; }
  .filter-blogs a {
    padding: 6px 22px !important;
    border: 1px solid #18453b;
    text-decoration: none;
    color: #18453b;
    font-size: 16px;
    border-radius: 5px; }
    .filter-blogs a:hover {
      background: #b0d194;
      border-color: #b0d194; }
  .filter-blogs .is-active {
    background: #b0d194;
    border-color: #b0d194; }

[data-content-region="contact_three_grid"] h4 {
  margin-bottom: 0px; }

[data-content-region="contact_three_grid"] p {
  margin-bottom: 0px; }

[data-content-region="contact_three_grid"] a {
  display: block;
  margin-top: 10px; }
  [data-content-region="contact_three_grid"] a::after {
    right: 75px; }

.footer-we-accept {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap; }
  .footer-we-accept img {
    height: 40px; }

@media only screen and (max-width: 1260px) {
  .footer-newsletter-inner .form-prefixPostfix-button--postfix {
    width: 88px;
    top: -7px !important; }
  .wrap-form .form {
    margin-top: 0px !important; } }

@media only screen and (max-width: 1160px) {
  .top-page-banner .page-heading {
    font-size: 40px; }
  .top-page-banner .pg-banner-content-right {
    top: 0px; } }

@media only screen and (max-width: 1000px) {
  .top-page-banner .page-heading {
    font-size: 35px;
    line-height: 42px; }
  .top-page-banner .main-warp-content {
    gap: 0px;
    padding: 0px 30px; }
  .footer-newsletter .newsletter-heading {
    font-size: 28px;
    line-height: 28px; }
  .image-grid-block-inner {
    flex-direction: column; }
  [data-content-region="contact_conatct_heading"] .custom-description {
    width: 100% !important; }
  .contact-form-block-iiner {
    flex-direction: column; }
  .wrap-form .form {
    margin-top: 50px !important; }
  .wrap-form .form .form-actions .button {
    padding: 10px 120px !important; }
  .form-actions {
    text-align: left; } }

@media only screen and (max-width: 801px) {
  .navbar-top {
    display: none !important; }
  .topbar {
    height: 55px;
    padding: 0px 10px;
    justify-content: center !important; }
  .socialLinks {
    display: none !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    max-height: 42.85714rem !important;
    height: 80.25vw !important; }
  [data-content-region="top_contact_bannercontent"] .top-page-banner .pg-banner-content {
    top: 57% !important; }
    [data-content-region="top_contact_bannercontent"] .top-page-banner .pg-banner-content p {
      width: 100% !important; }
  .image-grid-block-inner {
    flex-direction: column; }
  .contact-accordian-inner {
    flex-direction: column; }
  [data-content-region="contact_conatct_heading"] .custom-description {
    width: 100% !important; }
  .contact-form-block-iiner {
    flex-direction: column; }
  .wrap-form .form {
    margin-top: 50px !important; }
  .wrap-form .form .form-actions .button {
    padding: 10px 40px !important; }
  .top-page-banner .main-warp-content {
    flex-direction: column; }
  .top-page-banner img {
    height: 250px !important;
    width: 100%; } }

.heroCarousel-image-wrapper::after {
  content: "";
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 90px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://res.cloudinary.com/dgif730br/image/upload/v1741703938/Group_1171275787_dpbuqr.png"); }

.heroCarousel-image-wrapper .image-grid-block-inner {
  flex-direction: column; }

@media only screen and (max-width: 1279px) {
  .template-category .sidebarBlock {
    background-color: #ffffff;
    padding: 15px; }
  .template-category .facetedSearch-refineFilters {
    padding: initial !important; }
  .template-category .sidebarBlock + .sidebarBlock {
    margin-top: 0rem;
    padding-top: 2rem !important; } }

@media only screen and (max-width: 551px) {
  .pdp-contact-us [data-widget-id="16763c98-8188-4c65-ac98-77c1ca74562c"] {
    font-size: 18px !important; }
  .pdp-contact-us [data-widget-id="34361b2d-2b33-4072-bbe2-db4d8c057728"] {
    font-size: 10px !important; }
  .pdp-contact-us [data-widget-id="b600ab54-006e-4fa9-b157-4971ff2b7c91"] a {
    font-size: 10px !important;
    padding: 8px 22px !important; }
  .productCarousel {
    margin: 0px; }
  .template-blog .top-page-banner img {
    position: relative;
    top: -6px; }
  .pdpc-head svg {
    width: 20px !important;
    height: 17px !important; }
  .copyright-parent {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  [data-widget-id="923d2d92-2810-4c91-b3b1-f5c554aca1dc"] {
    margin-top: 15px; }
  .footer-we-accept {
    margin-top: 15px; }
  .blog-parent {
    grid-template-columns: repeat(1, 1fr) !important; }
  .clock_card h2 {
    font-size: 18px; }
  .clock_card .link-arrow {
    font-size: 10px !important; }
  .clock_card p::after {
    width: 6px !important;
    height: 6px !important;
    right: -24% !important; }
  .section-head::after {
    width: calc(100% - 215px) !important; }
  .section-head span {
    font-size: 20px !important; }
  .section-head h2 {
    padding-left: 40px !important;
    margin-bottom: 7px !important; }
    .section-head h2::before {
      width: 32px !important;
      height: 16px !important;
      top: 20px !important; }
  .section-head .sh-right::after {
    width: 6px !important;
    height: 6px !important;
    bottom: 8px !important;
    right: 21px !important; }
  .section-head a {
    font-size: 10px !important; }
  .gear-up-main .heading-section h2 {
    font-size: 32px;
    line-height: 32px; }
  .gear-up-main .heading-section .custom-description {
    font-size: 12px;
    width: 95%; }
  .gear-up-main .gear-card-main .container {
    flex-direction: column; }
  .gear-up-main .gear-card-main h3 {
    font-size: 20px; }
  .gear-up-main .gear-card-main a {
    font-size: 12px; }
  .top-page-banner .page-heading {
    font-size: 32px;
    line-height: 35px; }
  .top-page-banner .pg-banner-content .page-heading-right::before {
    width: 20.95px;
    height: 18px; }
  .top-page-banner .pg-banner-content .page-heading {
    text-align: center; }
    .top-page-banner .pg-banner-content .page-heading::before {
      width: 32px !important;
      height: 16.15px !important;
      top: -23px; }
  .top-page-banner .pg-banner-content p {
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
    line-height: 20px;
    text-align: center; }
  .top-page-banner .pg-banner-content a {
    font-size: 12px; }
  .top-page-banner .pg-banner-content-right h1 {
    font-size: 18px; }
  .middle-block .top-page-banner .pg-banner-content {
    padding: 0px !important; }
    .middle-block .top-page-banner .pg-banner-content .page-heading {
      text-align: left; }
    .middle-block .top-page-banner .pg-banner-content p {
      text-align: left; }
  .middle-block .top-page-banner .pg-banner-content-right {
    padding: 30px 40px !important; }
  .blog-parent .blog-post-body .blog-date {
    font-size: 10px; }
  .blog-parent .blog-post-body .blog-title {
    font-size: 18px; }
  .blog-parent .blog-post-body .blog-summary {
    font-size: 10px; }
  .two-box-cat-block .clock_card {
    grid-template-columns: repeat(1, 1fr); }
    .two-box-cat-block .clock_card h2 {
      font-size: 24px; }
  .footer-newsletter .right {
    width: 100%; }
  .footer-newsletter .form-input {
    width: 100%;
    max-width: 100%;
    font-size: 10px; }
  .footer-newsletter .newsletter-heading {
    font-size: 32px;
    text-align: center; }
  .footer-newsletter p {
    font-size: 12px;
    text-align: center; }
  .footer-newsletter .form-prefixPostfix .button {
    font-size: 14px; }
  .footer-newsletter .form {
    margin-top: 20px !important; }
  .socialLinks {
    display: none !important; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    height: 450px !important; }
  .heroCarousel-content {
    position: absolute !important;
    top: 50% !important;
    transform: translateY(-50%) !important; }
    .heroCarousel-content .heroCarousel-description {
      font-size: 12px !important;
      text-align: center;
      width: 90% !important;
      display: block !important;
      margin: auto !important;
      margin-top: 10px !important; }
    .heroCarousel-content .heroCarousel-title {
      text-align: center;
      width: 95% !important;
      display: block;
      margin: auto; }
    .heroCarousel-content a {
      width: 100% !important;
      font-size: 14px !important; }
  .linkscontainer {
    flex-wrap: wrap !important; }
  .heroCarousel-image-wrapper::after {
    height: 40px !important;
    bottom: -1px; }
  [data-content-region="top_contact_bannercontent"] .top-page-banner .pg-banner-content {
    padding: 0px 40px !important;
    text-align: center; }
    [data-content-region="top_contact_bannercontent"] .top-page-banner .pg-banner-content .page-heading {
      text-align: center;
      font-family: "Karantina";
      font-weight: 700;
      font-size: 32px;
      line-height: 100%;
      letter-spacing: 0%;
      text-align: center;
      text-transform: uppercase; }
    [data-content-region="top_contact_bannercontent"] .top-page-banner .pg-banner-content p {
      width: 100% !important;
      font-family: "Satoshi-light";
      font-weight: 400;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0%;
      text-align: center; }
  .image-grid-block-inner {
    flex-direction: column; }
  .contact-accordian-inner {
    flex-direction: column; }
  [data-content-region="contact_conatct_heading"] .custom-description {
    width: 100% !important; }
  .contact-form-block-iiner {
    flex-direction: column; }
  .wrap-form .form {
    margin-top: 50px !important; }
  .wrap-form .form .form-actions .button {
    padding: 10px 40px !important; }
  .top-page-banner .main-warp-content {
    flex-direction: column; }
  .top-page-banner img {
    height: 220px !important;
    width: 100%; }
  [data-content-region="contact_three_grid"] .heading-section h2 {
    font-size: 20px !important;
    margin-left: 30px !important; }
    [data-content-region="contact_three_grid"] .heading-section h2::before {
      width: 32px !important;
      height: 16px !important;
      margin-left: 35px; }
    [data-content-region="contact_three_grid"] .heading-section h2::after {
      width: calc(100% - 218px) !important; }
  [data-content-region="contact_three_grid"] .custom-description {
    font-size: 12px !important; }
  [data-content-region="contact_three_grid"] a::after {
    right: 62px; }
  [data-content-region="contact_three_grid"] .warp-contact img {
    width: 80.17px !important; }
  [data-content-region="contact_three_grid"] h4 {
    font-size: 20px !important; }
  [data-content-region="contact_three_grid"] p {
    font-size: 10px !important; }
  [data-content-region="contact_three_grid"] a {
    font-size: 10px !important; }
  [data-content-region="contact_threeimage_heading"] .heading-section h2 {
    font-size: 20px !important;
    margin-left: 30px !important; }
    [data-content-region="contact_threeimage_heading"] .heading-section h2::before {
      width: 32px !important;
      height: 16px !important;
      margin-left: 35px; }
    [data-content-region="contact_threeimage_heading"] .heading-section h2::after {
      width: calc(100% - 156px) !important; }
  [data-content-region="contact_threeimage_heading"] .custom-description {
    font-size: 12px !important; }
  [data-content-region="contact_accordian_heading"] .heading-section .custom-heading {
    font-size: 20px !important;
    margin-left: 30px !important; }
    [data-content-region="contact_accordian_heading"] .heading-section .custom-heading::before {
      width: 32px !important;
      height: 16px !important;
      margin-left: 35px; }
    [data-content-region="contact_accordian_heading"] .heading-section .custom-heading::after {
      width: calc(100% - 202px) !important;
      right: 9px !important; }
  [data-content-region="contact_accordian_heading"] .custom-description {
    font-size: 12px !important; }
  [data-content-region="contact_accordian_two"] .accordion-inner-heading {
    font-size: 12px !important; }
  [data-content-region="contact_accordian_two"] .about-accordion-list {
    font-size: 10px !important; }
  [data-content-region="contact_conatct_heading"] .custom-heading {
    font-size: 20px !important;
    margin-left: 30px !important; }
    [data-content-region="contact_conatct_heading"] .custom-heading::before {
      width: 32px !important;
      height: 16px !important;
      margin-left: 35px; }
    [data-content-region="contact_conatct_heading"] .custom-heading::after {
      width: calc(100% - 126px) !important; }
  [data-content-region="contact_conatct_heading"] .custom-description {
    font-size: 12px !important; }
  [data-content-region="contact_form_content_a1"] {
    font-size: 12px !important; }
  [data-content-region="contact_form_content_a2"] {
    font-size: 14px !important; }
  [data-content-region="contact_form_content_a3"] {
    font-size: 12px !important; }
  [data-content-region="contact_form_content_a4"] {
    font-size: 14px !important; }
  [data-content-region="contact_form_content_a5"] {
    font-size: 12px !important; }
  [data-content-region="contact_form_content_a6"] {
    font-size: 14px !important; }
  .wrap-form .form .form-row .form-field .form-label {
    font-size: 12px !important; }
  .form-actions .button {
    font-size: 14px !important; } }

[data-content-region="top_contact_bannercontent"] .top-page-banner {
  position: relative;
  width: 100%;
  height: 100%; }
  [data-content-region="top_contact_bannercontent"] .top-page-banner .pg-banner-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0px 100px; }
    [data-content-region="top_contact_bannercontent"] .top-page-banner .pg-banner-content p {
      width: 40em; }
    [data-content-region="top_contact_bannercontent"] .top-page-banner .pg-banner-content .page-heading::before {
      display: none; }

[data-content-region="contact_three_grid"] .heading-section h2 {
  color: #1d1e23;
  font-size: 32px;
  margin-left: 65px;
  font-weight: 700;
  position: relative;
  font-family: "Karantina"; }
  [data-content-region="contact_three_grid"] .heading-section h2::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -70px;
    width: 63px;
    height: 31.79px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='32' viewBox='0 0 63 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3764 11.968C4.47066 18.4399 -0.195885 23.8859 0.00633198 24.0706C0.208549 24.2544 4.57333 21.0286 9.70653 16.9015C14.8397 12.7734 19.5063 9.38123 20.0766 9.36183C20.647 9.34244 22.5115 10.4276 24.2195 11.773L27.3243 14.2188L22.1455 19.7343C17.6635 24.5065 15.8083 25.6376 8.37293 28.1355C3.64728 29.7229 -0.0444816 31.1928 0.169143 31.4031C0.38173 31.6124 3.02922 31.3225 6.05107 30.759C13.5767 29.3533 43.9932 29.5871 55.084 31.1346C64.7905 32.4903 65.3971 32.1054 57.856 29.3778C50.6757 26.7799 37.8759 24.629 29.6037 24.629H22.2025L29.9282 16.973C34.1769 12.7621 38.132 9.3261 38.7169 9.33835C39.3018 9.34958 42.0913 11.3493 44.9172 13.7829L50.0545 18.2071L42.3247 19.9098C32.2086 22.1393 29.8722 23.5715 36.3183 23.5929C42.1857 23.6113 55.979 26.1184 59.0143 27.718C60.2255 28.356 61.4658 28.6326 61.7697 28.3325C62.1969 27.913 52.8928 15.5592 40.5296 0.12965C40.3046 -0.151072 37.936 2.0702 35.2657 5.06525L30.4104 10.5123L26.2811 5.36129C24.009 2.52957 21.9173 0.209273 21.6322 0.20621C21.347 0.203148 16.2822 5.49603 10.3764 11.968Z' fill='%23924522'/%3E%3C/svg%3E"); }
  [data-content-region="contact_three_grid"] .heading-section h2::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% - 340px);
    right: 0;
    height: 2px;
    z-index: -10;
    background: #e7e7e7;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

[data-content-region="contact_three_grid"] .heading-section .custom-description {
  font-family: "satoshi-light";
  font-weight: 400;
  font-size: 16px;
  color: #031a15;
  letter-spacing: 0px; }

[data-content-region="contact_three_grid"] .warp-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
  gap: 50px; }
  [data-content-region="contact_three_grid"] .warp-contact img {
    width: 110.72px;
    position: relative;
    top: 37px; }
  [data-content-region="contact_three_grid"] .warp-contact .contact-grid {
    border: 1px solid rgba(24, 69, 59, 0.3);
    border-radius: 10px;
    padding: 15px 55px;
    background-color: #e0edd5;
    text-align: center; }

[data-content-region="contact_three_grid"] h4 {
  font-size: 24px;
  color: #000000;
  font-weight: 700;
  font-family: "Karantina"; }

[data-content-region="contact_three_grid"] p {
  font-family: "Satoshi-light";
  font-weight: 400;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0px;
  text-align: center;
  color: #1d1e23a6; }

[data-content-region="contact_three_grid"] a {
  color: #18453b;
  font-family: "Satoshi-bold";
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -3%;
  vertical-align: middle;
  text-transform: capitalize;
  position: relative;
  text-decoration: none; }
  [data-content-region="contact_three_grid"] a::after {
    content: "";
    position: absolute;
    top: 2px;
    width: 9px;
    height: 9px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' viewBox='0 0 9 10' fill='none'%3E%3Cpath d='M5.03459 9.27833L8.78615 5.53142C8.85446 5.46015 8.90801 5.37611 8.94372 5.28413C9.01876 5.10168 9.01876 4.89704 8.94372 4.7146C8.90801 4.62261 8.85446 4.53857 8.78615 4.4673L5.03459 0.720387C4.96463 0.650516 4.88158 0.595091 4.79018 0.557277C4.69877 0.519463 4.60081 0.5 4.50187 0.5C4.30206 0.5 4.11044 0.579275 3.96915 0.720387C3.82786 0.861498 3.74849 1.05289 3.74849 1.25245C3.74849 1.45201 3.82786 1.6434 3.96915 1.78451L6.44518 4.24998L0.750312 4.24998C0.551317 4.24998 0.360472 4.32893 0.219761 4.46947C0.0790499 4.61 -1.87986e-07 4.80061 -1.96673e-07 4.99936C-2.05361e-07 5.19811 0.0790499 5.38872 0.219761 5.52925C0.360471 5.66979 0.551317 5.74874 0.750312 5.74874L6.44518 5.74874L3.96915 8.21421C3.89882 8.28388 3.843 8.36676 3.80491 8.45808C3.76682 8.5494 3.74721 8.64735 3.74721 8.74627C3.74721 8.8452 3.76682 8.94315 3.80491 9.03447C3.843 9.12579 3.89882 9.20867 3.96915 9.27833C4.0389 9.34857 4.12189 9.40432 4.21332 9.44237C4.30475 9.48041 4.40282 9.5 4.50187 9.5C4.60092 9.5 4.69899 9.48041 4.79042 9.44237C4.88186 9.40432 4.96484 9.34857 5.03459 9.27833Z' fill='%2318453B'/%3E%3C/svg%3E"); }

[data-content-region="contact_threeimage_heading"] .heading-section h2 {
  font-family: "Karantina";
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #1d1e23;
  margin-left: 65px;
  position: relative; }
  [data-content-region="contact_threeimage_heading"] .heading-section h2::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -70px;
    width: 63px;
    height: 31.79px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='32' viewBox='0 0 63 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3764 11.968C4.47066 18.4399 -0.195885 23.8859 0.00633198 24.0706C0.208549 24.2544 4.57333 21.0286 9.70653 16.9015C14.8397 12.7734 19.5063 9.38123 20.0766 9.36183C20.647 9.34244 22.5115 10.4276 24.2195 11.773L27.3243 14.2188L22.1455 19.7343C17.6635 24.5065 15.8083 25.6376 8.37293 28.1355C3.64728 29.7229 -0.0444816 31.1928 0.169143 31.4031C0.38173 31.6124 3.02922 31.3225 6.05107 30.759C13.5767 29.3533 43.9932 29.5871 55.084 31.1346C64.7905 32.4903 65.3971 32.1054 57.856 29.3778C50.6757 26.7799 37.8759 24.629 29.6037 24.629H22.2025L29.9282 16.973C34.1769 12.7621 38.132 9.3261 38.7169 9.33835C39.3018 9.34958 42.0913 11.3493 44.9172 13.7829L50.0545 18.2071L42.3247 19.9098C32.2086 22.1393 29.8722 23.5715 36.3183 23.5929C42.1857 23.6113 55.979 26.1184 59.0143 27.718C60.2255 28.356 61.4658 28.6326 61.7697 28.3325C62.1969 27.913 52.8928 15.5592 40.5296 0.12965C40.3046 -0.151072 37.936 2.0702 35.2657 5.06525L30.4104 10.5123L26.2811 5.36129C24.009 2.52957 21.9173 0.209273 21.6322 0.20621C21.347 0.203148 16.2822 5.49603 10.3764 11.968Z' fill='%23924522'/%3E%3C/svg%3E"); }
  [data-content-region="contact_threeimage_heading"] .heading-section h2::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% - 237px);
    right: 0;
    height: 2px;
    z-index: -10;
    background: #e7e7e7;
    top: 50%;
    transform: translate(0, -50%); }

[data-content-region="contact_threeimage_heading"] .custom-description {
  font-family: "satoshi-light";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 3;
  color: #031a15;
  letter-spacing: 0px; }

.image-grid-block-inner {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 65px; }
  .image-grid-block-inner .wrap-images {
    width: 100%;
    height: 100%; }

.contact-accordian {
  background-color: #eff6ea; }

[data-content-region="contact_accordian_heading"] .heading-section .custom-heading {
  font-size: 32px;
  font-weight: 700;
  color: #1d1e23;
  font-family: "Karantina";
  position: relative;
  margin-left: 70px;
  text-transform: uppercase; }
  [data-content-region="contact_accordian_heading"] .heading-section .custom-heading::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -70px;
    width: 63px;
    height: 31.79px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='32' viewBox='0 0 63 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3764 11.968C4.47066 18.4399 -0.195885 23.8859 0.00633198 24.0706C0.208549 24.2544 4.57333 21.0286 9.70653 16.9015C14.8397 12.7734 19.5063 9.38123 20.0766 9.36183C20.647 9.34244 22.5115 10.4276 24.2195 11.773L27.3243 14.2188L22.1455 19.7343C17.6635 24.5065 15.8083 25.6376 8.37293 28.1355C3.64728 29.7229 -0.0444816 31.1928 0.169143 31.4031C0.38173 31.6124 3.02922 31.3225 6.05107 30.759C13.5767 29.3533 43.9932 29.5871 55.084 31.1346C64.7905 32.4903 65.3971 32.1054 57.856 29.3778C50.6757 26.7799 37.8759 24.629 29.6037 24.629H22.2025L29.9282 16.973C34.1769 12.7621 38.132 9.3261 38.7169 9.33835C39.3018 9.34958 42.0913 11.3493 44.9172 13.7829L50.0545 18.2071L42.3247 19.9098C32.2086 22.1393 29.8722 23.5715 36.3183 23.5929C42.1857 23.6113 55.979 26.1184 59.0143 27.718C60.2255 28.356 61.4658 28.6326 61.7697 28.3325C62.1969 27.913 52.8928 15.5592 40.5296 0.12965C40.3046 -0.151072 37.936 2.0702 35.2657 5.06525L30.4104 10.5123L26.2811 5.36129C24.009 2.52957 21.9173 0.209273 21.6322 0.20621C21.347 0.203148 16.2822 5.49603 10.3764 11.968Z' fill='%23924522'/%3E%3C/svg%3E"); }
  [data-content-region="contact_accordian_heading"] .heading-section .custom-heading::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% - 340px);
    right: 42px;
    height: 2px;
    z-index: -10;
    background: #e7e7e7;
    top: 57%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

[data-content-region="contact_accordian_heading"] .custom-description {
  font-size: 16px;
  font-weight: 400;
  font-family: "Satoshi-light";
  color: #031a15;
  margin-bottom: 20px; }

.contact-form-block-iiner {
  display: flex;
  justify-content: space-between; }

.accordion {
  border: none; }

.contact-accordian-inner {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
  margin-bottom: 30px; }
  .contact-accordian-inner .wrap-accordain {
    width: 100%; }
    .contact-accordian-inner .wrap-accordain .accordion-inner {
      background: #e0edd5 50%;
      border-radius: 10px;
      padding: 2px;
      padding-right: 28px;
      margin: 14px 0px;
      padding-left: 17px; }
      .contact-accordian-inner .wrap-accordain .accordion-inner:active {
        border-radius: 10px;
        border: 1px solid #18453b; }
      .contact-accordian-inner .wrap-accordain .accordion-inner .accordion-inner-heading {
        font-size: 14px;
        font-weight: 700;
        color: #18453b;
        line-height: 25px;
        position: relative;
        font-family: "satoshi-bold";
        margin: 10px 0; }
        .contact-accordian-inner .wrap-accordain .accordion-inner .accordion-inner-heading::after {
          content: "";
          position: absolute;
          top: 5px;
          left: 100%;
          width: 16px;
          height: 16px;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M8 0C3.584 0 0 3.584 0 8C0 12.416 3.584 16 8 16C12.416 16 16 12.416 16 8C16 3.584 12.416 0 8 0ZM12 8.8H8.8V12H7.2V8.8H4V7.2H7.2V4H8.8V7.2H12V8.8Z' fill='%2318453B'/%3E%3C/svg%3E"); }
        .contact-accordian-inner .wrap-accordain .accordion-inner .accordion-inner-heading .about-accordion-list {
          font-size: 12px;
          font-weight: 400;
          font-family: "satoshi-light" !important;
          color: #1d1e23bf;
          line-height: 160%; }
      .contact-accordian-inner .wrap-accordain .accordion-inner .accordion-inner-heading.is-active {
        position: relative; }
        .contact-accordian-inner .wrap-accordain .accordion-inner .accordion-inner-heading.is-active::after {
          content: "";
          position: absolute;
          top: 5px;
          left: 100%;
          width: 16px;
          height: 16px;
          background-size: cover;
          background-repeat: no-repeat;
          background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C3.584 0 0 3.584 0 8C0 12.416 3.584 16 8 16C12.416 16 16 12.416 16 8C16 3.584 12.416 0 8 0ZM12 8.8H8.8H4V7.2H8.8H12V8.8Z' fill='%2318453B'/%3E%3C/svg%3E%0A"); }

.slick-initialized .blog {
  margin: 0px 5px !important; }

.contact-form-block {
  background-color: #eff6ea; }

[data-content-region="contact_conatct_heading"] .custom-heading {
  font-size: 32px;
  font-weight: 700;
  color: #1d1e23;
  font-family: "Karantina";
  position: relative;
  margin-left: 70px;
  text-transform: uppercase; }
  [data-content-region="contact_conatct_heading"] .custom-heading::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -70px;
    width: 63px;
    height: 31.79px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63' height='32' viewBox='0 0 63 32' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3764 11.968C4.47066 18.4399 -0.195885 23.8859 0.00633198 24.0706C0.208549 24.2544 4.57333 21.0286 9.70653 16.9015C14.8397 12.7734 19.5063 9.38123 20.0766 9.36183C20.647 9.34244 22.5115 10.4276 24.2195 11.773L27.3243 14.2188L22.1455 19.7343C17.6635 24.5065 15.8083 25.6376 8.37293 28.1355C3.64728 29.7229 -0.0444816 31.1928 0.169143 31.4031C0.38173 31.6124 3.02922 31.3225 6.05107 30.759C13.5767 29.3533 43.9932 29.5871 55.084 31.1346C64.7905 32.4903 65.3971 32.1054 57.856 29.3778C50.6757 26.7799 37.8759 24.629 29.6037 24.629H22.2025L29.9282 16.973C34.1769 12.7621 38.132 9.3261 38.7169 9.33835C39.3018 9.34958 42.0913 11.3493 44.9172 13.7829L50.0545 18.2071L42.3247 19.9098C32.2086 22.1393 29.8722 23.5715 36.3183 23.5929C42.1857 23.6113 55.979 26.1184 59.0143 27.718C60.2255 28.356 61.4658 28.6326 61.7697 28.3325C62.1969 27.913 52.8928 15.5592 40.5296 0.12965C40.3046 -0.151072 37.936 2.0702 35.2657 5.06525L30.4104 10.5123L26.2811 5.36129C24.009 2.52957 21.9173 0.209273 21.6322 0.20621C21.347 0.203148 16.2822 5.49603 10.3764 11.968Z' fill='%23924522'/%3E%3C/svg%3E"); }
  [data-content-region="contact_conatct_heading"] .custom-heading::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% - 207px);
    right: 1px;
    height: 2px;
    z-index: -10;
    background: #e7e7e7;
    top: 57%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

[data-content-region="contact_conatct_heading"] .custom-description {
  font-family: "Satoshi-light";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0px;
  max-width: 100%;
  width: 42%;
  margin-bottom: 33px;
  color: #031a15; }

[data-content-region="contact_form_content_a1"] {
  font-family: "Satoshi-light";
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -2%;
  position: relative; }
  [data-content-region="contact_form_content_a1"]::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -40px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.3558 0.00792976C12.1328 -0.0240483 11.9087 0.0419064 11.7304 0.183809C11.5472 0.32771 11.4326 0.535567 11.4077 0.768408C11.355 1.23908 11.6946 1.66479 12.1646 1.71776C15.4063 2.07951 17.9259 4.60477 18.2904 7.85654C18.3392 8.29224 18.7047 8.62101 19.1409 8.62101C19.1738 8.62101 19.2057 8.61902 19.2385 8.61502C19.4666 8.59004 19.6697 8.47711 19.8132 8.29724C19.9556 8.11736 20.0203 7.89351 19.9944 7.66467C19.5403 3.60746 16.4002 0.45862 12.3558 0.00792976ZM12.4181 3.48994C11.942 3.402 11.5048 3.70579 11.4142 4.17047C11.3236 4.63515 11.6283 5.08884 12.0914 5.17978C13.4857 5.45159 14.5623 6.53085 14.8351 7.92989V7.93089C14.9128 8.33361 15.2674 8.62641 15.6757 8.62641C15.7305 8.62641 15.7852 8.62141 15.841 8.61142C16.3041 8.51849 16.6088 8.0658 16.5182 7.60012C16.1109 5.51055 14.5025 3.89666 12.4181 3.48994ZM14.0001 13.0905C14.4515 12.8302 14.9615 12.5362 15.6047 12.673C16.1873 12.7959 18.1731 14.4078 18.7169 14.9665C19.0734 15.3322 19.2716 15.7099 19.3025 16.0877C19.3562 17.5697 17.3425 19.2615 16.976 19.4724C16.489 19.8231 15.9224 20 15.286 20C14.6357 20 13.9106 19.8151 13.1199 19.4464C8.82956 17.6556 2.27553 11.231 0.542661 6.97395C-0.17638 5.38903 -0.18136 4.08193 0.53071 3.09961C0.814542 2.63892 2.43288 0.713245 3.88192 0.774204C4.26733 0.807181 4.64179 1.00505 5.00928 1.3648C5.56499 1.90942 7.13653 3.90106 7.25803 4.48565C7.39247 5.13521 7.09769 5.65185 6.83576 6.10554C6.7799 6.20307 6.70463 6.31881 6.62217 6.4456C6.3092 6.92683 5.89264 7.56735 6.04004 7.97626C7.09669 10.5705 9.53764 12.8339 12.133 13.8972C12.5343 14.0431 13.1745 13.6235 13.6542 13.3092C13.7791 13.2273 13.8932 13.1525 13.9893 13.0967L14.0001 13.0905Z' fill='%2318453B'/%3E%3C/svg%3E"); }

[data-content-region="contact_form_content_a2"] {
  font-family: "Satoshi-bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -2%; }

[data-content-region="contact_form_content_a3"] {
  font-family: "Satoshi-light";
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -2%;
  position: relative; }
  [data-content-region="contact_form_content_a3"]::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -40px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 20C3.45 20 2.97933 19.8043 2.588 19.413C2.19667 19.0217 2.00067 18.5507 2 18V6C2 5.45 2.196 4.97933 2.588 4.588C2.98 4.19667 3.45067 4.00067 4 4H20C20.55 4 21.021 4.196 21.413 4.588C21.805 4.98 22.0007 5.45067 22 6V18C22 18.55 21.8043 19.021 21.413 19.413C21.0217 19.805 20.5507 20.0007 20 20H4ZM12 13L20 8V6L12 11L4 6V8L12 13Z' fill='%2318453B'/%3E%3C/svg%3E"); }

[data-content-region="contact_form_content_a4"] {
  font-family: "Satoshi-bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -2%; }

[data-content-region="contact_form_content_a5"] {
  font-family: "Satoshi-light";
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -2%;
  position: relative; }
  [data-content-region="contact_form_content_a5"]::before {
    content: "";
    position: absolute;
    top: 6px;
    left: -40px;
    width: 20px;
    height: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 22C6.48 22 2 17.53 2 12C2 6.48 6.48 2 12 2C17.53 2 22 6.48 22 12C22 17.53 17.53 22 12 22ZM15.1884 15.7099C15.3084 15.7799 15.4384 15.8199 15.5784 15.8199C15.8284 15.8199 16.0784 15.6899 16.2184 15.4499C16.4284 15.0999 16.3184 14.6399 15.9584 14.4199L12.3984 12.2999V7.67993C12.3984 7.25993 12.0584 6.92993 11.6484 6.92993C11.2384 6.92993 10.8984 7.25993 10.8984 7.67993V12.7299C10.8984 12.9899 11.0384 13.2299 11.2684 13.3699L15.1884 15.7099Z' fill='%2318453B'/%3E%3C/svg%3E"); }

[data-content-region="contact_form_content_a6"] {
  font-family: "Satoshi-bold";
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -2%; }

.contact-form-block-iiner .wrap-svg {
  display: none; }

.contact-form-block-iiner .conatent {
  margin-left: 40px;
  margin-bottom: 25px; }

.wrap-form {
  width: 100%; }
  .wrap-form .form {
    margin-top: -81px;
    background-color: #e0edd5;
    padding: 30px;
    border-radius: 15px; }
    .wrap-form .form .form-row .form-field .form-label {
      font-family: "Satoshi-bold";
      font-weight: 500;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0%;
      color: #1d1e23; }
    .wrap-form .form .form-row .form-field .form-input {
      border: 1px solid #eaeaea !important;
      border-radius: 10px; }
    .wrap-form .form .form-field .form-label {
      font-family: "Satoshi-bold";
      font-weight: 500;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0%;
      color: #1d1e23; }
    .wrap-form .form .form-field textarea {
      border: 1px solid #eaeaea !important;
      resize: none;
      border-radius: 10px; }
    .wrap-form .form .form-actions .button {
      border-radius: 10px;
      padding: 12px 250px;
      gap: 10px;
      background-color: #b0d194;
      font-family: "Karantina";
      font-weight: 700;
      font-size: 16px;
      line-height: 16px;
      letter-spacing: 0%;
      vertical-align: middle;
      text-transform: uppercase;
      color: #18453b;
      border: none;
      position: relative; }
      .wrap-form .form .form-actions .button::after {
        content: "";
        position: absolute;
        width: 9px;
        height: 9px;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='10' viewBox='0 0 9 10' fill='none'%3E%3Cpath d='M5.03459 9.27833L8.78615 5.53142C8.85446 5.46015 8.90801 5.37611 8.94372 5.28413C9.01876 5.10168 9.01876 4.89704 8.94372 4.7146C8.90801 4.62261 8.85446 4.53857 8.78615 4.4673L5.03459 0.720387C4.96463 0.650516 4.88158 0.595091 4.79018 0.557277C4.69877 0.519463 4.60081 0.5 4.50187 0.5C4.30206 0.5 4.11044 0.579275 3.96915 0.720387C3.82786 0.861498 3.74849 1.05289 3.74849 1.25245C3.74849 1.45201 3.82786 1.6434 3.96915 1.78451L6.44518 4.24998L0.750312 4.24998C0.551317 4.24998 0.360472 4.32893 0.219761 4.46947C0.0790499 4.61 -1.87986e-07 4.80061 -1.96673e-07 4.99936C-2.05361e-07 5.19811 0.0790499 5.38872 0.219761 5.52925C0.360471 5.66979 0.551317 5.74874 0.750312 5.74874L6.44518 5.74874L3.96915 8.21421C3.89882 8.28388 3.843 8.36676 3.80491 8.45808C3.76682 8.5494 3.74721 8.64735 3.74721 8.74627C3.74721 8.8452 3.76682 8.94315 3.80491 9.03447C3.843 9.12579 3.89882 9.20867 3.96915 9.27833C4.0389 9.34857 4.12189 9.40432 4.21332 9.44237C4.30475 9.48041 4.40282 9.5 4.50187 9.5C4.60092 9.5 4.69899 9.48041 4.79042 9.44237C4.88186 9.40432 4.96484 9.34857 5.03459 9.27833Z' fill='%2318453B'/%3E%3C/svg%3E"); }
    .wrap-form .form .form-actions :hover {
      background-color: #18453b;
      color: white; }

.productView-details .productView-title {
  font-size: 40px !important;
  font-family: "Karantina" !important;
  line-height: 40px; }

.productView-images .productView-img-container img {
  object-fit: contain !important;
  padding: 0px 30px !important; }

.icon--ratingEmpty svg {
  fill: #ff9017 !important; }

.productView-options .form-wishlist {
  bottom: 58px !important; }

.productView-options .form .add-to-cart-wrapper .form-increment {
  position: relative;
  top: -15px;
  border: 1px solid #ececed !important;
  border-radius: 5px !important; }

.button--icon svg {
  fill: #031a15 !important;
  width: 10px; }

.productView-options .form .add-to-cart-wrapper .form-increment .form-input {
  font-weight: 700;
  color: #031a15;
  font-family: "satoshi-bold"; }

.productView-options .form-wishlist {
  border: 1px solid #18453b !important;
  border-radius: 5px !important; }
  .productView-options .form-wishlist span {
    font-weight: 700 !important;
    font-size: 16px !important;
    font-family: "Karantina" !important;
    text-transform: uppercase; }

.productView-options .form .add-to-cart-wrapper .add-to-cart-buttons .button {
  font-weight: 700 !important;
  font-size: 18px !important;
  font-family: "Karantina" !important;
  text-transform: uppercase; }
  .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons .button span {
    font-weight: 700 !important;
    font-size: 16px !important;
    color: #18453B; }
  .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons .button:hover span {
    color: #fff; }

.btn-view-price {
  font-weight: 700 !important;
  font-size: 16px !important;
  font-family: "Karantina" !important;
  text-transform: uppercase; }

.productView-image {
  border: 1px solid #e7e7e7;
  border-radius: 15px; }

.btn-view-price {
  width: 100% !important;
  max-width: 100% !important; }

.productView-images .productView-thumbnails .productView-thumbnail-link img {
  padding: 12px; }

[data-widget-id="d882e922-572a-42f7-b823-e404ffa2f19c"] {
  color: #757575;
  font-size: 14px;
  font-family: "satoshi-light";
  border-bottom: 1px solid #ececed;
  padding-bottom: 20px; }
  [data-widget-id="d882e922-572a-42f7-b823-e404ffa2f19c"] b {
    font-family: "satoshi-medium";
    color: #18453b; }

.pdp-messages {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0px; }
  .pdp-messages [data-widget-id="19ccf542-8ffa-48f3-aa04-ac74701926f7"] {
    color: #031a15;
    font-size: 14px;
    font-family: "satoshi-light"; }
  .pdp-messages [data-widget-id="4a0b6a47-9e6e-4ed1-be8f-a8a1412525ef"] a {
    color: #031a15;
    font-size: 14px;
    font-family: "satoshi-light";
    text-decoration: none; }

.product-share {
  display: none; }

.pdp-contact-us {
  background: #e0edd5;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  padding: 25px 30px;
  border-radius: 10px;
  margin-top: 20px; }
  @media (max-width: 601px) {
    .pdp-contact-us {
      flex-direction: column;
      justify-content: flex-start;
      gap: 15px; }
      .pdp-contact-us .pdpc-left {
        width: 100%; }
      .pdp-contact-us .pdpc-right {
        width: 100%; } }
  .pdp-contact-us .pdpc-head {
    display: flex;
    align-items: center;
    gap: 10px; }
  .pdp-contact-us [data-widget-id="16763c98-8188-4c65-ac98-77c1ca74562c"] {
    color: #18453b;
    font-weight: 400;
    font-size: 24px;
    font-family: "Karantina" !important; }
  .pdp-contact-us [data-widget-id="34361b2d-2b33-4072-bbe2-db4d8c057728"] {
    color: #031a15;
    font-size: 16px;
    font-family: "satoshi-light"; }
  .pdp-contact-us [data-widget-id="b600ab54-006e-4fa9-b157-4971ff2b7c91"] a {
    background: #b0d194;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    color: #18453b;
    font-weight: 700;
    font-size: 14px; }
    .pdp-contact-us [data-widget-id="b600ab54-006e-4fa9-b157-4971ff2b7c91"] a:hover {
      background-color: #18453B;
      color: #fff; }

.sale-product-block {
  border-bottom: 1px solid #ececed;
  padding-bottom: 20px; }

.productView-images .productView-img-container {
  height: 660px !important; }

[data-content-region="top_page_bannercontent"] .top-page-banner {
  position: relative; }

[data-content-region="top_page_bannercontent"] .page-heading::before {
  display: none; }

[data-content-region="top_page_bannercontent"] .pg-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0px 100px; }
  [data-content-region="top_page_bannercontent"] .pg-banner-content p {
    width: 100%; }

.content-blok-one .custom-heading,
.content-blok-two .custom-heading,
.content-blok-three .custom-heading,
.content-blok-four .custom-heading,
.content-blok-fivr .custom-heading {
  position: relative;
  color: #1d1e23;
  font-size: 32px;
  font-weight: 700;
  font-family: "Karantina" !important;
  padding-left: 70px;
  text-transform: uppercase; }
  .content-blok-one .custom-heading::before,
  .content-blok-two .custom-heading::before,
  .content-blok-three .custom-heading::before,
  .content-blok-four .custom-heading::before,
  .content-blok-fivr .custom-heading::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0px;
    width: 63px;
    height: 31.79px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='63' height='32' viewBox='0 0 63 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3764 11.9677C4.47066 18.4396 -0.195885 23.8856 0.00633198 24.0704C0.208549 24.2541 4.57333 21.0284 9.70653 16.9013C14.8397 12.7731 19.5063 9.38098 20.0766 9.36159C20.647 9.34219 22.5115 10.4273 24.2195 11.7727L27.3243 14.2186L22.1455 19.734C17.6635 24.5063 15.8083 25.6373 8.37293 28.1353C3.64728 29.7226 -0.0444816 31.1926 0.169143 31.4029C0.38173 31.6121 3.02922 31.3222 6.05107 30.7587C13.5767 29.3531 43.9932 29.5868 55.084 31.1344C64.7905 32.49 65.3971 32.1052 57.856 29.3776C50.6757 26.7796 37.8759 24.6288 29.6037 24.6288H22.2025L29.9282 16.9727C34.1769 12.7619 38.132 9.32586 38.7169 9.33811C39.3018 9.34934 42.0913 11.3491 44.9172 13.7827L50.0545 18.2069L42.3247 19.9096C32.2086 22.139 29.8722 23.5712 36.3183 23.5927C42.1857 23.611 55.979 26.1181 59.0143 27.7177C60.2255 28.3557 61.4658 28.6324 61.7697 28.3323C62.1969 27.9127 52.8928 15.5589 40.5296 0.129406C40.3046 -0.151316 37.936 2.06996 35.2657 5.06501L30.4104 10.512L26.2811 5.36104C24.009 2.52932 21.9173 0.209029 21.6322 0.205966C21.347 0.202904 16.2822 5.49579 10.3764 11.9677Z' fill='%23924522'/%3E%3C/svg%3E%0A"); }
  .content-blok-one .custom-heading::after,
  .content-blok-two .custom-heading::after,
  .content-blok-three .custom-heading::after,
  .content-blok-four .custom-heading::after,
  .content-blok-fivr .custom-heading::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% - 192px);
    right: 0;
    height: 2px;
    z-index: -10;
    background: #e7e7e7;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.content-blok-one .custom-description,
.content-blok-two .custom-description,
.content-blok-three .custom-description,
.content-blok-four .custom-description,
.content-blok-fivr .custom-description {
  color: #031a15;
  font-size: 16px;
  font-family: "satoshi-light"; }

.content-blok-two .custom-heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 215px);
  right: 0;
  height: 2px;
  z-index: -10;
  background: #e7e7e7;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.content-blok-three .custom-heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 215px);
  right: 0;
  height: 2px;
  z-index: -10;
  background: #e7e7e7;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.content-blok-four .custom-heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 430px);
  right: 0;
  height: 2px;
  z-index: -10;
  background: #e7e7e7;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.content-blok-fivr .custom-heading::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: calc(100% - 300px);
  right: 0;
  height: 2px;
  z-index: -10;
  background: #e7e7e7;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%); }

[data-widget-id="a48ed622-58a7-4911-b833-386f43860a04"] {
  position: relative; }
  [data-widget-id="a48ed622-58a7-4911-b833-386f43860a04"]::after {
    content: "";
    position: absolute;
    right: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 102px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(https://res.cloudinary.com/dgif730br/image/upload/v1741703938/Group_1171275787_dpbuqr.png); }

.bc-carousel__arrow--left {
  display: none !important; }

.bc-carousel__arrow--right {
  display: none !important; }

[data-test-id="carousel-bullets"] {
  display: none; }

.bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-16ob9w1 {
  background-color: transparent !important;
  width: 100% !important;
  max-width: 1720px;
  margin: auto; }
  .bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-16ob9w1 [data-test-id="carousel-title"] p {
    color: #fff !important;
    font-family: "Karantina" !important;
    font-weight: 400 !important;
    font-size: 75px;
    text-transform: uppercase !important;
    text-align: left;
    line-height: 65px;
    width: 7em; }
  .bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-16ob9w1 [data-test-id="carousel-subtitle"] p {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    width: 50em;
    max-width: 100%;
    opacity: 0.85;
    margin-top: 12px;
    font-family: satoshi-light !important; }
  .bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-16ob9w1 [data-test-id="carousel-cta-button"] {
    width: 140px !important;
    height: 45px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #b0d194;
    color: #18453b;
    font-size: 18px;
    font-family: "Karantina";
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px; }
    .bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-16ob9w1 [data-test-id="carousel-cta-button"]:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }

.bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-1a39mad {
  height: 600px;
  padding-top: 0px; }

.bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-p3lncx {
  display: none !important; }

.fox-hill-membership-plan.pages-product .productView-images .productView-img-container img {
  padding: 0px !important;
  object-fit: fill !important; }

.template-blog_post .page-top-banner {
  padding: 0px;
  position: relative; }
  .template-blog_post .page-top-banner .container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    padding: 0px 100px; }
    .template-blog_post .page-top-banner .container h2 {
      text-align: left;
      margin: 0;
      color: #fff;
      font-weight: 400;
      font-size: 48px;
      font-family: Karantina;
      text-transform: uppercase;
      margin-top: 0px; }

.template-blog_post .page-top-banner .bc-img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  filter: brightness(0.7); }

.template-blog_post .blog-post-body {
  width: 100%; }
  .template-blog_post .blog-post-body .blog-date {
    margin-top: 15px; }

.template-blog_post .blog-post h1 {
  font-family: Karantina; }

.template-blog_post .blog-post p {
  color: #031a15;
  font-size: 14px;
  font-family: "satoshi-regular" !important; }

.template-blog_post .blog-thumbnail img {
  display: none; }

.template-blog_post .socialLinks .icon svg {
  background: #18453b;
  width: 26px;
  height: 26px;
  padding: 5px;
  border-radius: 50%; }

@media only screen and (max-width: 1023px) {
  .productView-details .productView-title {
    line-height: 40px !important; }
  .productView-details {
    margin-top: 30px !important; }
  .btn-view-price {
    width: 100% !important;
    max-width: 100% !important; } }

@media only screen and (max-width: 991px) {
  .navUser-action {
    position: relative; }
    .navUser-action .countPill.cart-quantity.countPill--positive {
      top: 0px;
      right: 0px; }
  [data-content-region="contact_three_grid"] .warp-contact {
    flex-wrap: wrap; } }

@media only screen and (max-width: 801px) {
  .template-blog_post .page-top-banner .container {
    padding: 0px 20px; }
    .template-blog_post .page-top-banner .container h2 {
      font-size: 32px;
      line-height: 40px; }
  .template-blog_post .banner-breadcrumbs {
    margin-top: 2rem; }
  .blog-post-body .socialLinks {
    display: block !important; } }

@media only screen and (max-width: 768px) {
  [data-widget-id="a48ed622-58a7-4911-b833-386f43860a04"]::after {
    height: 45px;
    bottom: 15px; }
  .bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-16ob9w1 [data-test-id="carousel-title"] p {
    font-size: 40px;
    line-height: 46px; }
  .bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-1a39mad {
    height: 500px;
    padding-top: 0px; }
  .clock_card {
    grid-template-columns: repeat(2, 1fr); }
  .footer-links {
    display: flex;
    gap: 5px;
    flex-direction: column; }
  .top-page-banner .main-warp-content {
    flex-direction: column; }
  .top-page-banner img {
    height: 240px !important;
    width: 100%; }
  .top-page-banner .pg-banner-content-right {
    margin-top: 30px; }
  .footer-newsletter .container {
    flex-direction: column; }
  .middle-block .top-page-banner .pg-banner-content {
    padding: 0px !important; }
    .middle-block .top-page-banner .pg-banner-content .page-heading {
      text-align: left; }
    .middle-block .top-page-banner .pg-banner-content p {
      text-align: left; }
  .middle-block .top-page-banner .pg-banner-content-right {
    padding: 30px 40px !important; }
  .blog-parent {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important; }
  .home-recent-posts .blog-parent {
    display: initial !important;
    grid-template-columns: auto !important; }
  .heroCarousel-content {
    padding: 0px 20px; }
    .heroCarousel-content .heroCarousel-description {
      width: 100% !important; }
    .heroCarousel-content .heroCarousel-title {
      font-size: 40px;
      line-height: 46px; }
  [data-content-region="top_contact_bannercontent"] .top-page-banner .pg-banner-content {
    padding: 0px 40px !important; }
    [data-content-region="top_contact_bannercontent"] .top-page-banner .pg-banner-content p {
      width: 100% !important; }
  .pg-banner-content {
    padding: 0px 20px !important; }
  .image-grid-block-inner {
    flex-direction: column; }
  .contact-accordian-inner {
    flex-direction: column; }
  [data-content-region="contact_conatct_heading"] .custom-description {
    width: 100% !important; }
  .contact-form-block-iiner {
    flex-direction: column; }
  .wrap-form .form {
    margin-top: 50px !important; }
  .wrap-form .form .form-actions .button {
    padding: 10px 40px !important; }
  .middle-block .top-page-banner img {
    height: 550px !important; }
  .banner-breadcrumbs {
    margin-top: 3rem; }
    .banner-breadcrumbs .top-page-banner img {
      height: 304px !important; }
  .filter-blogs {
    overflow-x: scroll;
    padding-left: 100px;
    margin-left: auto; }
    .filter-blogs::-webkit-scrollbar {
      display: none; }
  [data-content-region="top_page_bannercontent"] {
    margin-top: 3rem; }
    [data-content-region="top_page_bannercontent"] .pg-banner-content {
      text-align: center;
      padding: 0px 20px !important;
      width: 100%; }
    [data-content-region="top_page_bannercontent"] .page-heading {
      text-align: center; }
  .content-blok-one .custom-heading,
  .content-blok-two .custom-heading,
  .content-blok-three .custom-heading,
  .content-blok-four .custom-heading,
  .content-blok-fivr .custom-heading {
    font-size: 20px !important;
    padding-left: 40px; }
    .content-blok-one .custom-heading::before,
    .content-blok-two .custom-heading::before,
    .content-blok-three .custom-heading::before,
    .content-blok-four .custom-heading::before,
    .content-blok-fivr .custom-heading::before {
      width: 32px !important;
      height: 16px !important; }
    .content-blok-one .custom-heading::after,
    .content-blok-two .custom-heading::after,
    .content-blok-three .custom-heading::after,
    .content-blok-four .custom-heading::after,
    .content-blok-fivr .custom-heading::after {
      width: calc(100% - 116px); }
  .content-blok-two .custom-heading::after {
    width: calc(100% - 130px); }
  .content-blok-three .custom-heading::after {
    width: calc(100% - 130px); }
  .content-blok-four .custom-heading::after {
    width: calc(100% - 265px); }
  .content-blok-fivr .custom-heading::after {
    width: calc(100% - 180px); } }

@media only screen and (max-width: 450px) {
  .bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-16ob9w1 [data-test-id="carousel-title"] p {
    text-align: center;
    width: 100%; }
  .bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-16ob9w1 [data-test-id="carousel-subtitle"] p {
    text-align: center;
    width: 100%;
    font-size: 12px; }
  .bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-16ob9w1 [data-test-id="carousel-cta-button"] {
    margin: auto;
    margin-top: 20px;
    width: 100% !important;
    font-size: 14px !important; }
  .bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-1a39mad {
    height: 500px;
    padding: 0px; }
  .bc-carousel-container-a48ed622-58a7-4911-b833-386f43860a04.css-1w3ufnn .css-16ob9w1 {
    padding: 20px; }
  [data-content-region="contact_three_grid"] .warp-contact {
    gap: 4px; }
  .template-blog .blog-parent {
    grid-template-columns: repeat(1, 1fr) !important; }
  .middle-block .top-page-banner .pg-banner-content-right {
    padding: 30px 20px !important; }
  .middle-block .top-page-banner .pg-banner-content .page-heading-right::before {
    left: 18px; } }

@media only screen and (max-width: 392px) {
  [data-content-region="contact_three_grid"] a::after {
    right: 40px; } }

.fox-hill-membership-plan.pages-product .productView-images .productView-img-container img {
  object-fit: initial !important;
  padding: 0px !important; }

.navbar-top .account-nav {
  top: 70px;
  min-height: 75px;
  min-width: max-content;
  background-color: #031a15;
  border-top: 1px solid #b0d194;
  padding: 0;
  left: -37px;
  overflow: hidden; }
  .navbar-top .account-nav .account-list:hover {
    background-color: #b0d194;
    color: #031a15 !important; }
  .navbar-top .account-nav .account-list a {
    padding: 7px 20px !important;
    text-decoration: none;
    font-family: "satoshi-light";
    color: white !important;
    font-size: 16px !important;
    line-height: 28px !important;
    display: block; }
    .navbar-top .account-nav .account-list a:hover {
      color: #031a15 !important; }

.productView-img-container img {
  max-width: 450px; }

@media only screen and (max-width: 991px) {
  .navUser-item.account-user .account-nav {
    top: 97% !important;
    margin-top: -3px;
    left: -54px !important;
    min-width: 115px !important;
    min-height: 65px !important;
    background-color: #031a15;
    padding: 0; }
    .navUser-item.account-user .account-nav .account-list {
      padding: 5px 10px !important; }
      .navUser-item.account-user .account-nav .account-list:hover {
        background-color: #b0d194;
        color: #031a15 !important; }
      .navUser-item.account-user .account-nav .account-list a {
        color: white; }
        .navUser-item.account-user .account-nav .account-list a:hover {
          color: #031a15; } }

@media (max-width: 350px) {
  [data-content-region="home_section_head_5"] .section-head {
    flex-direction: column;
    align-items: flex-start !important; }
  [data-content-region="home_section_head_5"] .sh-right {
    align-self: end; } }

@media only screen and (max-width: 450px) {
  .mobile-menubar .right-search-cart .ham-burger-menu svg {
    width: 18px;
    height: 25px !important; }
  .mobile-menubar .right-search-cart .navUser-item.open .quickSearch {
    position: fixed !important;
    top: 14% !important; } }

[data-product-variant="single-product-option"] #wishlist-dropdown.is-open {
  padding: 0 !important; }

[data-product-variant="single-product-option"] .productView-options .form-wishlist .button:hover {
  background-color: #18453b !important; }

@media only screen and (max-width: 767px) {
  .wrap-form .form {
    padding: 19px; } }

@media only screen and (max-width: 801px) {
  .footer .socialLinks {
    display: flex !important; } }

@media screen and (max-width: 1023px) {
  #product-listing-container .pagination-list .pagination-item--next .icon svg,
  #product-listing-container .pagination-list .pagination-item--previous .icon svg {
    fill: #18453b !important; } }

@media only screen and (max-width: 768px) {
  .filter-blogs {
    overflow-x: scroll;
    padding-left: 0;
    margin-left: auto;
    flex-wrap: wrap; } }

@media only screen and (max-width: 450px) {
  .mobile-menubar .right-search-cart .navUser-item.open .quickSearch {
    top: 11% !important; } }

.quickSearchResults {
  left: 25px !important; }
  .quickSearchResults .product .sale-flag-side {
    top: 21px;
    left: 21px; }
  .quickSearchResults .product .product-sku,
  .quickSearchResults .productCarousel-slide .product-sku {
    margin-top: 29px; }
  .quickSearchResults .product .productcard-title,
  .quickSearchResults .productCarousel-slide .productcard-title {
    width: min-content; }
  .quickSearchResults .product .product-line-add-to-cart,
  .quickSearchResults .product .btn-view-price,
  .quickSearchResults .productCarousel-slide .product-line-add-to-cart,
  .quickSearchResults .productCarousel-slide .btn-view-price {
    background: #b0d194 !important; }
    .quickSearchResults .product .product-line-add-to-cart:hover,
    .quickSearchResults .product .btn-view-price:hover,
    .quickSearchResults .productCarousel-slide .product-line-add-to-cart:hover,
    .quickSearchResults .productCarousel-slide .btn-view-price:hover {
      background: none !important; }
  .quickSearchResults .view-all-btn .button--primary {
    display: block;
    margin: 20px auto; }

@media screen and (max-width: 1279px) {
  .page-sidebar.active {
    top: 90px !important; } }

@media screen and (max-width: 991px) {
  #quickSearch .quickSearchResults {
    height: 700px;
    overflow: scroll; }
    #quickSearch .quickSearchResults .card {
      gap: 40px; }
    #quickSearch .quickSearchResults .product .product-sku {
      color: white !important; }
    #quickSearch .quickSearchResults .product .productcard-title a {
      color: white !important; }
    #quickSearch .quickSearchResults .product .productcard-text {
      color: white !important; } }

@media (max-width: 801px) {
  #main-content .container .breadcrumbs {
    padding-top: 10px !important; } }

.optimizedCheckout-buttonPrimary {
  background: #b0d194; }

.quickSearchMessage {
  min-height: 150px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0; }

.footer {
  background-image: url("https://cdn11.bigcommerce.com/s-hkjzviyjy7/images/stencil/original/image-manager/main-footer.png?t=1742823603");
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  margin-top: -90px;
  background-color: #18453B; }
  @media only screen and (max-width: 767px) {
    .footer {
      background-image: url("https://cdn11.bigcommerce.com/s-hkjzviyjy7/images/stencil/original/image-manager/mobile-links-footer.png?t=1"); } }
  .footer ul {
    margin-bottom: 0; }

.linkscontainer {
  display: flex;
  flex-direction: row;
  overflow: visible; }
  .linkscontainer .div-links {
    flex: 1; }

.copyright-parent {
  display: flex;
  justify-content: space-between; }
  .copyright-parent .cpitem {
    display: flex;
    align-items: center; }

.footer-newsletter {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom; }
  .footer-newsletter * {
    color: #fff; }

.footer-newsletter-inner {
  height: 420px;
  position: relative;
  background-image: url("https://cdn11.bigcommerce.com/s-hkjzviyjy7/images/stencil/original/image-manager/footer-new.png?t=");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex; }
  @media only screen and (max-width: 1260px) {
    .footer-newsletter-inner {
      height: 320px;
      align-items: center; } }
  @media only screen and (max-width: 1023px) {
    .footer-newsletter-inner {
      height: 250px;
      align-items: center; } }
  @media only screen and (max-width: 767px) {
    .footer-newsletter-inner {
      height: 400px;
      background-image: url("https://cdn11.bigcommerce.com/s-hkjzviyjy7/images/stencil/original/image-manager/mobile-news.png?t=1");
      background-position: top; } }
  @media only screen and (max-width: 1260px) {
    .footer-newsletter-inner .container {
      height: max-content;
      flex-direction: row; } }
  @media only screen and (max-width: 767px) {
    .footer-newsletter-inner .container {
      flex-direction: column; } }

.footer-newsletter-main .footer-newsletter-inner .container {
  margin-top: 3rem; }

@media only screen and (max-width: 1260px) {
  .footer-newsletter-main .footer-newsletter-inner .container {
    margin-top: 0rem; } }

@media only screen and (max-width: 767px) {
  .footer-newsletter-main {
    margin-top: 0; } }

.shap-two {
  content: "";
  display: inline-block;
  position: relative;
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: -48px;
  right: 0;
  z-index: 9999;
  bottom: 0;
  margin: 0 auto;
  background-image: url("https://cdn11.bigcommerce.com/s-hkjzviyjy7/images/stencil/original/image-manager/vector-1409-1-.png?t=1741489761"); }

@media only screen and (max-width: 767px) {
  .template-default .body {
    margin-bottom: 0; } }

@media only screen and (max-width: 767px) {
  .linkscontainer {
    flex-direction: column !important;
    gap: 0;
    padding: 0; }
  .footer-head {
    position: relative;
    display: block;
    width: 100%; }
  .footer .linkscontainer .div-links {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    border-bottom: 1px solid #2C2C2C;
    padding-left: 20px;
    padding-right: 20px; }
  footer .linkscontainer .div-links h3:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 13px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M6 7.41016L12 1.41016L10.59 0.000156279L6 4.58016L1.41 0.000155477L5.24537e-07 1.41016L6 7.41016Z' fill='%2318453B'/%3E%3C/svg%3E");
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    top: 50%;
    transform: translate(0, -50%); }
  .footer-common-content {
    display: none;
    padding-top: 20px; }
  ul.footer-links {
    margin-bottom: 30px; }
  .footer .footer-head {
    margin: 1.5rem 0; } }

.footer .footer-content {
  padding-left: 6px;
  position: relative; }
  .footer .footer-content::before {
    position: absolute;
    content: "";
    background-size: cover;
    width: 17px;
    height: 13px;
    left: -25px;
    top: 5px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='14' viewBox='0 0 17 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.3 0.911133H1.7C0.765 0.911133 0.00849999 1.64238 0.00849999 2.53613L0 12.2861C0 13.1799 0.765 13.9111 1.7 13.9111H15.3C16.235 13.9111 17 13.1799 17 12.2861V2.53613C17 1.64238 16.235 0.911133 15.3 0.911133ZM15.3 4.16113L8.5 8.22363L1.7 4.16113V2.53613L8.5 6.59863L15.3 2.53613V4.16113Z' fill='%2318453B'/%3E%3C/svg%3E%0A"); }

.footer .footer-content-two {
  position: relative;
  padding-left: 6px; }
  .footer .footer-content-two::before {
    position: absolute;
    content: "";
    background-size: cover;
    width: 13.5px;
    height: 13.5px;
    left: -23px;
    top: 5px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.75 10.2261V12.8782C13.75 13.272 13.4456 13.5987 13.0529 13.6264C12.7248 13.6496 12.4572 13.6611 12.25 13.6611C5.62255 13.6611 0.25 8.28858 0.25 1.66113C0.25 1.45392 0.261588 1.18629 0.284763 0.858258C0.312528 0.465543 0.639205 0.161133 1.03289 0.161133H3.68508C3.87758 0.161133 4.03882 0.306948 4.05815 0.498483C4.0755 0.670435 4.09163 0.808488 4.10655 0.912648C4.25826 1.97217 4.56815 2.98065 5.01152 3.91341C5.08269 4.06312 5.03628 4.24233 4.90139 4.33868L3.28266 5.49498C4.26814 7.79696 6.11417 9.64301 8.41615 10.6285L9.57032 9.01256C9.6679 8.87606 9.84925 8.82911 10.0007 8.90103C10.9334 9.34406 11.9418 9.65358 13.0012 9.80493C13.1047 9.81978 13.2419 9.83576 13.4126 9.85301C13.6042 9.87236 13.75 10.0336 13.75 10.2261Z' fill='%2318453B'/%3E%3C/svg%3E%0A"); }

.footer .footer-content-three {
  position: relative;
  padding-left: 6px; }
  .footer .footer-content-three::before {
    position: absolute;
    content: "";
    background-size: cover;
    width: 15.45px;
    height: 17px;
    left: -25px;
    top: 5px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.773438 7.07009C0.773438 3.16021 4.04074 0 7.99287 0C11.9561 0 15.2234 3.16021 15.2234 7.07009C15.2234 9.04034 14.5069 10.8695 13.3275 12.4198C12.0264 14.13 10.4228 15.62 8.6177 16.7896C8.20457 17.0599 7.83173 17.0803 7.37832 16.7896C5.56296 15.62 3.95931 14.13 2.66936 12.4198C1.48912 10.8695 0.773438 9.04034 0.773438 7.07009ZM5.61328 7.2907C5.61328 8.60051 6.6821 9.63068 7.99262 9.63068C9.30399 9.63068 10.3831 8.60051 10.3831 7.2907C10.3831 5.99109 9.30399 4.91077 7.99262 4.91077C6.6821 4.91077 5.61328 5.99109 5.61328 7.2907Z' fill='%2318453B'/%3E%3C/svg%3E%0A"); }

[data-sub-layout] {
  padding: 0 !important; }

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

[data-content-region="home_below_featured_products"] {
  display: none; }

.d-flex {
  display: flex; }

.no-paid-member .body {
  margin-bottom: 0; }
  .no-paid-member .body .header {
    display: none; }

.pencil-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #18453B; }

.socialLinks .icon svg {
  fill: #fff; }

.navbar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  background: #031a15; }
  @media (max-width: 1200px) {
    .navbar-top {
      flex-wrap: wrap;
      align-items: stretch;
      border: none;
      position: relative; } }

.header {
  border: 0;
  height: auto; }

.header-logo {
  margin: 0;
  width: auto;
  max-width: inherit; }
  @media (max-width: 1200px) {
    .header-logo {
      width: 100%;
      margin: auto;
      height: auto;
      padding: 11.87px 15px 11.6px;
      min-height: 41.92px; } }
  .header-logo .header-logo__link {
    width: 180px; }
    @media (max-width: 1200px) {
      .header-logo .header-logo__link {
        height: auto;
        width: 100%;
        max-width: 385px; } }
    .header-logo .header-logo__link img {
      width: 100%;
      max-width: 100%; }
  .header-logo .header-logo-image-container {
    min-height: inherit; }
    .header-logo .header-logo-image-container .header-logo-image {
      width: 100%;
      max-width: 100%; }

.ham-burger-menu {
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding-left: 11px; }
  .ham-burger-menu .nav-btn-product-categories {
    height: auto;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    text-align: center;
    font-weight: 400;
    color: black;
    outline: none;
    margin: 0;
    background: transparent;
    position: relative;
    text-decoration: none !important;
    overflow: hidden;
    min-width: inherit; }

.searchbar-inner {
  flex: 1;
  position: relative; }
  .searchbar-inner .quickSearch {
    position: relative;
    max-width: 450px; }
    @media (max-width: 1200px) {
      .searchbar-inner .quickSearch {
        position: unset; } }
    .searchbar-inner .quickSearch .form-field button {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      padding: 0;
      background-color: #18453B;
      border-left: 1px solid #3F3F3F; }
      .searchbar-inner .quickSearch .form-field button svg {
        width: 15px;
        stroke: #fff;
        height: 15px; }
        .searchbar-inner .quickSearch .form-field button svg:hover {
          stroke: #B0D194; }
  .searchbar-inner .quick-search-form {
    margin: 0;
    position: relative;
    max-width: 450px;
    margin-left: 25px;
    border-radius: 10px;
    border: 1px solid #3F3F3F;
    overflow: hidden; }
    .searchbar-inner .quick-search-form .form-field {
      margin: 0;
      position: relative; }
      .searchbar-inner .quick-search-form .form-field .form-input {
        font-size: 14px;
        line-height: 100%;
        font-weight: 400;
        color: #000;
        padding: 12px 80px 12px 25px;
        outline: none;
        height: 40px !important;
        width: 100%; }
        @media (max-width: 1200px) {
          .searchbar-inner .quick-search-form .form-field .form-input {
            border: none;
            background: transparent;
            border-top: none;
            border-bottom: none;
            padding: 12px 55px 12px 25px; } }
        .searchbar-inner .quick-search-form .form-field .form-input::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.64); }
        .searchbar-inner .quick-search-form .form-field .form-input::-moz-placeholder {
          color: rgba(0, 0, 0, 0.64); }
        .searchbar-inner .quick-search-form .form-field .form-input:-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.64); }
        .searchbar-inner .quick-search-form .form-field .form-input:-moz-placeholder {
          color: rgba(0, 0, 0, 0.64); }
      .searchbar-inner .quick-search-form .form-field .ss__autocomplete--target.ss__autocomplete--default {
        right: 0;
        left: 0;
        top: calc(100% + 13px);
        border: 0.5px solid #DDDDDD;
        min-width: 900px;
        left: 50%;
        transform: translate(-50%, -13px);
        width: 100%;
        opacity: 0;
        background: #ffffff;
        visibility: hidden;
        transition: transform ease-in-out 0.4s, opacity ease-in-out 0.4s; }
        .searchbar-inner .quick-search-form .form-field .ss__autocomplete--target.ss__autocomplete--default:not(:empty) {
          visibility: visible;
          transform: translate(-50%, 0);
          opacity: 1; }
        @media (max-width: 1300px) {
          .searchbar-inner .quick-search-form .form-field .ss__autocomplete--target.ss__autocomplete--default {
            min-width: 480px; } }
        @media (max-width: 1200px) {
          .searchbar-inner .quick-search-form .form-field .ss__autocomplete--target.ss__autocomplete--default {
            top: 100%;
            border-width: 1px;
            min-width: inherit; } }
  .searchbar-inner .quickSearchResults {
    margin: 0; }
  .searchbar-inner .quickSearchResults {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 115.9rem;
    margin: 0 auto;
    background-color: #E0EDD5;
    border-radius: 1rem; }
    .searchbar-inner .quickSearchResults:empty {
      display: none; }

.right-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 28px;
  margin-left: 31.65px;
  margin-bottom: 0; }
  @media (max-width: 1300px) {
    .right-section {
      gap: 0 18px;
      margin-left: 21.65px; } }
  @media (max-width: 1200px) {
    .right-section {
      margin: 0;
      gap: 0;
      align-items: stretch; } }
  .right-section li {
    padding: 0; }
  .right-section .navUser-action {
    display: flex;
    padding: 0;
    position: relative; }
    .right-section .navUser-action svg {
      stroke: none;
      fill: #000000; }
    .right-section .navUser-action:hover svg {
      fill: #BE900A; }
    @media (max-width: 1200px) {
      .right-section .navUser-action.navUser-account-action {
        width: 42px;
        height: 100%;
        align-items: center;
        justify-content: center; } }
  .right-section [data-cart-container] {
    padding: 0;
    position: relative; }
    .right-section [data-cart-container] .cart-icon {
      text-decoration: none;
      display: block;
      margin-top: 1px; }
      .right-section [data-cart-container] .cart-icon .navUser-item-cartLabel {
        display: flex;
        align-items: center; }
        @media (max-width: 1200px) {
          .right-section [data-cart-container] .cart-icon .navUser-item-cartLabel {
            position: relative;
            justify-content: center; } }
      .right-section [data-cart-container] .cart-icon .icon-cart {
        width: 19px;
        height: 19px;
        margin-right: 11px;
        margin-top: 1px; }
        @media (max-width: 1200px) {
          .right-section [data-cart-container] .cart-icon .icon-cart {
            margin: 0; } }
      .right-section [data-cart-container] .cart-icon .cart-quantity {
        display: block;
        font-size: 11px;
        line-height: 11px;
        font-weight: 500;
        color: #ffffff;
        background: #BE900A;
        width: auto;
        min-width: 22px;
        height: auto;
        padding: 6px 2px 5px; }
        @media (max-width: 1200px) {
          .right-section [data-cart-container] .cart-icon .cart-quantity {
            font-size: 6px;
            min-width: 12px;
            padding: 0 1px;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 4px;
            height: 12px;
            position: absolute;
            right: -7px;
            top: -6px; } }
      .right-section [data-cart-container] .cart-icon:hover .icon-cart {
        fill: #BE900A; }
  .right-section .navUser-account-action .account-icon {
    width: 17px;
    height: 18px; }

.account-user {
  position: relative; }
  .account-user:hover .account-nav {
    display: block;
    opacity: 1; }

.account-nav {
  display: none;
  opacity: 0;
  position: absolute;
  z-index: 10;
  background-color: #E0EDD5;
  padding: 10px;
  min-height: 100px;
  min-width: 160px;
  left: -60px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.nav-product-categories .parent-menu {
  padding: 0;
  width: 325px;
  position: absolute;
  top: 50px;
  z-index: 99;
  border-radius: 5px; }
  .nav-product-categories .parent-menu .mennu-inner-close {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    border-bottom: 1px solid #18453B;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: white;
    background: #18453B;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px; }
    .nav-product-categories .parent-menu .mennu-inner-close svg {
      fill: white; }
  .nav-product-categories .parent-menu .mobile-back--menu {
    background-color: #18453B;
    padding: 10px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    display: flex; }
    .nav-product-categories .parent-menu .mobile-back--menu .mbm-button {
      cursor: pointer;
      font-weight: bold; }
    .nav-product-categories .parent-menu .mobile-back--menu .mbm-button,
    .nav-product-categories .parent-menu .mobile-back--menu .mbm-title {
      display: flex;
      align-items: center;
      color: #fff;
      text-transform: capitalize;
      cursor: pointer; }
      .nav-product-categories .parent-menu .mobile-back--menu .mbm-button svg,
      .nav-product-categories .parent-menu .mobile-back--menu .mbm-title svg {
        fill: #fff; }
  .nav-product-categories .parent-menu[menu-type="2"], .nav-product-categories .parent-menu[menu-type="3"] {
    left: 100%;
    top: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: 0px;
    margin-top: -1px;
    box-shadow: 7px 4px 8px 3px rgba(0, 0, 0, 0.3);
    display: none; }
    .nav-product-categories .parent-menu[menu-type="2"]::before, .nav-product-categories .parent-menu[menu-type="3"]::before {
      display: none; }
  .nav-product-categories .parent-menu .menu-inner {
    background: #fff;
    padding: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    min-height: calc(72vh - 150px);
    max-height: calc(72vh - 150px);
    height: auto;
    border-radius: 5px;
    border: none;
    position: fixed;
    top: 0;
    height: 100%;
    border-radius: 0;
    width: 450px;
    left: -100%;
    z-index: 666;
    transition: all .25s linear; }
    .nav-product-categories .parent-menu .menu-inner::-webkit-scrollbar {
      width: 7px; }
    .nav-product-categories .parent-menu .menu-inner::-webkit-scrollbar-thumb {
      background: #18453B;
      border-radius: 10px; }
    .nav-product-categories .parent-menu .menu-inner ul {
      background: #ffffff;
      list-style: none;
      padding: 0 0 40px 0;
      margin: 0; }
      .nav-product-categories .parent-menu .menu-inner ul li a {
        display: flex;
        justify-content: space-between;
        padding: 13px 15px;
        text-align: left;
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        border-radius: 0;
        transition: all 0.2s;
        border-bottom: 0.5px solid #D9D9D9;
        text-decoration: none; }
        @media (max-width: 991px) {
          .nav-product-categories .parent-menu .menu-inner ul li a {
            width: 100%; } }
        .nav-product-categories .parent-menu .menu-inner ul li a svg {
          fill: #000; }
        .nav-product-categories .parent-menu .menu-inner ul li a:hover {
          color: #18453B; }
          .nav-product-categories .parent-menu .menu-inner ul li a:hover svg {
            fill: #18453B; }
      .nav-product-categories .parent-menu .menu-inner ul li.navUser-item--account .navUser-action {
        gap: 10px;
        justify-content: flex-start;
        border: none;
        font-weight: 700; }
      .nav-product-categories .parent-menu .menu-inner ul li.web-page-links-mobile {
        display: none; }
        @media (max-width: 991px) {
          .nav-product-categories .parent-menu .menu-inner ul li.web-page-links-mobile {
            display: block;
            float: none; } }
      .nav-product-categories .parent-menu .menu-inner ul li.is-active > a {
        background: #18453B;
        color: #fff; }
        .nav-product-categories .parent-menu .menu-inner ul li.is-active > a svg {
          fill: #fff; }
  .nav-product-categories .parent-menu.is-open[menu-type="2"], .nav-product-categories .parent-menu.is-open[menu-type="3"] {
    display: block; }
  .nav-product-categories .parent-menu.is-open .menu-inner {
    left: 0; }
  .nav-product-categories .parent-menu .has-submenu + .parent-menu .menu-inner {
    padding: 0; }
    @media (max-width: 991px) {
      .nav-product-categories .parent-menu .has-submenu + .parent-menu .menu-inner {
        padding: 0; } }
  .nav-product-categories .parent-menu[menu-type="3"] .menu-inner {
    min-height: auto; }
  .nav-product-categories .parent-menu[menu-type="2"], .nav-product-categories .parent-menu[menu-type="3"] {
    left: 0;
    margin: 0;
    border: 0;
    padding: 0; }
  .nav-product-categories .parent-menu .menu-inner {
    max-height: 100%;
    padding: 0;
    border-radius: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .nav-product-categories .parent-menu .menu-inner {
        width: 100%; } }
  @media (max-width: 767px) {
    .nav-product-categories .parent-menu {
      width: 100%; } }

.nav-product-categories .main-navbar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.6);
  display: none; }
  .nav-product-categories .main-navbar-overlay.is-open {
    display: block; }
  @media (max-width: 991px) {
    .nav-product-categories .main-navbar-overlay {
      top: 0; } }

@media (max-width: 991px) {
  .navbar-main {
    display: none; } }

.mobile-menubar {
  display: none;
  background-color: #031A15; }
  @media (max-width: 991px) {
    .mobile-menubar {
      display: block; } }
  .mobile-menubar .main-block-mobile {
    display: flex;
    position: relative;
    justify-content: space-between; }
  .mobile-menubar .button-search svg {
    width: 21px;
    height: 21px;
    stroke: #fff; }
  .mobile-menubar .right-search-cart ul.three-block {
    margin-bottom: 0;
    display: flex;
    height: 100%; }
    .mobile-menubar .right-search-cart ul.three-block li {
      display: flex;
      align-items: center;
      justify-content: center; }
    .mobile-menubar .right-search-cart ul.three-block .navUser-item-cartLabel {
      display: block; }
    .mobile-menubar .right-search-cart ul.three-block .navUser-item--cart__hidden-s {
      display: flex; }
  .mobile-menubar .right-search-cart .ham-burger-menu {
    padding: 0; }
    .mobile-menubar .right-search-cart .ham-burger-menu svg {
      width: 33px;
      height: 33px;
      margin-right: 13px; }
  .mobile-menubar .right-search-cart .search-tab {
    padding: 0; }
    .mobile-menubar .right-search-cart .search-tab svg.close {
      display: none;
      stroke: none;
      fill: #ffffff;
      width: 30px;
      height: 30px; }
  .mobile-menubar .right-search-cart .navUser-item.open svg.search {
    display: none; }
  .mobile-menubar .right-search-cart .navUser-item.open svg.close {
    display: block; }
  .mobile-menubar .right-search-cart .navUser-item.open .quickSearch {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 20px;
    background-color: #18453B; }
    .mobile-menubar .right-search-cart .navUser-item.open .quickSearch .form {
      margin-bottom: 0; }
  .mobile-menubar .right-search-cart .navUser-item.open .quickSearchResults {
    margin: 0; }
  .mobile-menubar .right-search-cart .navUser-item.open .form-field {
    position: relative;
    margin-bottom: 0; }
    .mobile-menubar .right-search-cart .navUser-item.open .form-field button {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      padding: 0;
      background-color: #18453B;
      border-left: 1px solid #3F3F3F; }
      .mobile-menubar .right-search-cart .navUser-item.open .form-field button svg {
        stroke: #fff; }
  .mobile-menubar .right-search-cart .quickSearch {
    display: none; }

@media only screen and (max-width: 801px) {
  .topbar {
    height: 40px; } }

span.countPill--positive {
  background-color: #18453B;
  position: absolute;
  right: -12px;
  top: -10px; }

@media only screen and (max-width: 450px) {
  .mobile-menubar .button-search svg {
    width: 15px;
    height: 15px; }
  .navUser-action svg {
    width: 18.48px;
    height: 17px; }
  .mobile-menubar .right-search-cart .ham-burger-menu svg {
    width: 18px;
    height: 14px; }
  .header-logo .header-logo-image-container .header-logo-image {
    width: 104px; }
  .mobile-menubar .right-search-cart ul.three-block li {
    position: relative;
    top: 3px; }
  .mobile-menubar .main-block-mobile {
    align-items: center; }
  .navUser-action .countPill.cart-quantity.countPill--positive {
    width: 15px;
    height: 15px;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 5px; } }

@media only screen and (max-width: 767px) {
  .navUser-item.account-user a {
    padding-right: 0; }
  .navUser-item.account-user .account-nav {
    top: 100%;
    margin-top: -4px;
    left: -100px; } }

.heroCarousel .heroCarousel-slide .heroCarousel-image {
  object-fit: cover; }

.heroCarousel .heroCarousel-description {
  font-family: "satoshi-medium"; }

.home-main-category .clock_box .link-arrow {
  color: black;
  font-size: 16px; }

.gear-up-main {
  background-color: #E0EDD5; }

.common-gri-slider .productGrid {
  width: auto !important;
  margin-bottom: 4rem; }

.product .card, .productCarousel-slide .card {
  position: relative; }

.product .productcard-text, .productCarousel-slide .productcard-text {
  display: flex;
  flex-direction: row-reverse;
  gap: 5px;
  align-items: center;
  justify-content: start; }

.product .productcard-figure, .productCarousel-slide .productcard-figure {
  padding: 20px;
  max-height: 100%;
  border: 1px solid #e7e7e7 !important;
  border-radius: 10px;
  margin-bottom: 0px;
  margin-top: 0px; }

.product .productcard-img-container img,
.productCarousel-slide .productcard-img-container img {
  display: block;
  margin: auto;
  width: 100%;
  position: static; }

.product .sale-flag-side, .productCarousel-slide .sale-flag-side {
  position: absolute;
  top: 0;
  left: 0px;
  background-color: #18453b !important;
  border-radius: 0px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px; }

.product .product-sku, .productCarousel-slide .product-sku {
  color: #757575;
  font-weight: 400;
  font-size: 10px;
  font-family: "satoshi-light" !important;
  margin-bottom: 0px;
  margin-top: 10px; }

.product .productcard-title,
.productCarousel-slide .productcard-title {
  margin-top: 3px;
  color: #031a15;
  font-size: 13px;
  font-family: "satoshi-medium" !important; }

.product a, .productCarousel-slide a {
  text-decoration: none; }

.product .icon--ratingEmpty svg, .productCarousel-slide .icon--ratingEmpty svg {
  fill: #EF8607; }

.product .price, .productCarousel-slide .price {
  color: #18453B;
  font-size: 24px;
  font-family: "Karantina";
  font-weight: 400; }

.product .productRating, .productCarousel-slide .productRating {
  margin-bottom: 5px; }

.product .product-line-add-to-cart, .product .btn-view-price, .productCarousel-slide .product-line-add-to-cart, .productCarousel-slide .btn-view-price {
  background: #e0edd5;
  color: #18453b;
  font-weight: 700;
  font-size: 16px;
  font-family: "Karantina";
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 10px;
  border: 0; }

.product .product-line-add-to-cart:hover, .product .btn-view-price:hover, .productCarousel-slide .product-line-add-to-cart:hover, .productCarousel-slide .btn-view-price:hover {
  background: #b0d194; }

.section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 20px;
  margin-top: 40px; }
  .section-head span {
    font-size: 32px;
    font-weight: 700;
    color: #1d1e23;
    font-family: "Karantina"; }
  .section-head .sh-right {
    position: relative; }
    .section-head .sh-right::after {
      content: '';
      position: absolute;
      top: initial !important;
      left: initial !important;
      bottom: 9px;
      right: 20px;
      width: 8px;
      height: 8px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='9' height='10' viewBox='0 0 9 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.03459 9.27833L8.78615 5.53142C8.85446 5.46015 8.90801 5.37611 8.94372 5.28413C9.01876 5.10168 9.01876 4.89704 8.94372 4.7146C8.90801 4.62261 8.85446 4.53857 8.78615 4.4673L5.03459 0.720387C4.96463 0.650516 4.88158 0.595091 4.79018 0.557277C4.69877 0.519463 4.60081 0.5 4.50187 0.5C4.30206 0.5 4.11044 0.579275 3.96915 0.720387C3.82786 0.861498 3.74849 1.05289 3.74849 1.25245C3.74849 1.45201 3.82786 1.6434 3.96915 1.78451L6.44518 4.24998L0.750312 4.24998C0.551317 4.24998 0.360472 4.32893 0.219761 4.46947C0.0790499 4.61 -1.87986e-07 4.80061 -1.96673e-07 4.99936C-2.05361e-07 5.19811 0.0790499 5.38872 0.219761 5.52925C0.360471 5.66979 0.551317 5.74874 0.750312 5.74874L6.44518 5.74874L3.96915 8.21421C3.89882 8.28388 3.843 8.36676 3.80491 8.45808C3.76682 8.5494 3.74721 8.64735 3.74721 8.74627C3.74721 8.8452 3.76682 8.94315 3.80491 9.03447C3.843 9.12579 3.89882 9.20867 3.96915 9.27833C4.0389 9.34857 4.12189 9.40432 4.21332 9.44237C4.30475 9.48041 4.40282 9.5 4.50187 9.5C4.60092 9.5 4.69899 9.48041 4.79042 9.44237C4.88186 9.40432 4.96484 9.34857 5.03459 9.27833Z' fill='%2318453B'/%3E%3C/svg%3E%0A"); }
  .section-head::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: calc(100% - 340px);
    right: 0;
    height: 2px;
    z-index: -10;
    background: #e7e7e7;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .section-head h2 {
    margin-top: 0px;
    position: relative;
    padding-left: 70px;
    font-size: 32px; }
    .section-head h2::before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0px;
      width: 63px;
      height: 31.79px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='63' height='32' viewBox='0 0 63 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3764 11.9677C4.47066 18.4396 -0.195885 23.8856 0.00633198 24.0704C0.208549 24.2541 4.57333 21.0284 9.70653 16.9013C14.8397 12.7731 19.5063 9.38098 20.0766 9.36159C20.647 9.34219 22.5115 10.4273 24.2195 11.7727L27.3243 14.2186L22.1455 19.734C17.6635 24.5063 15.8083 25.6373 8.37293 28.1353C3.64728 29.7226 -0.0444816 31.1926 0.169143 31.4029C0.38173 31.6121 3.02922 31.3222 6.05107 30.7587C13.5767 29.3531 43.9932 29.5868 55.084 31.1344C64.7905 32.49 65.3971 32.1052 57.856 29.3776C50.6757 26.7796 37.8759 24.6288 29.6037 24.6288H22.2025L29.9282 16.9727C34.1769 12.7619 38.132 9.32586 38.7169 9.33811C39.3018 9.34934 42.0913 11.3491 44.9172 13.7827L50.0545 18.2069L42.3247 19.9096C32.2086 22.139 29.8722 23.5712 36.3183 23.5927C42.1857 23.611 55.979 26.1181 59.0143 27.7177C60.2255 28.3557 61.4658 28.6324 61.7697 28.3323C62.1969 27.9127 52.8928 15.5589 40.5296 0.129406C40.3046 -0.151316 37.936 2.06996 35.2657 5.06501L30.4104 10.512L26.2811 5.36104C24.009 2.52932 21.9173 0.209029 21.6322 0.205966C21.347 0.202904 16.2822 5.49579 10.3764 11.9677Z' fill='%23924522'/%3E%3C/svg%3E%0A"); }
  .section-head a {
    background: #b0d194;
    padding: 12px 22px;
    text-decoration: none;
    border-radius: 10px;
    color: #18453b;
    font-family: "Karantina";
    font-size: 16px;
    font-weight: 700; }

.body {
  margin-top: 0; }

.template-category .body,
.template-brand .body,
.template-search .body {
  margin-top: 0; }

ol.breadcrumbs {
  text-align: left;
  padding-top: 25px;
  display: block; }
  ol.breadcrumbs .breadcrumb .breadcrumb-label {
    font-size: 16px;
    font-weight: 400;
    color: #121212;
    text-transform: uppercase; }
  ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
    font-weight: 700;
    color: #121212; }

/*--- [Sidebar] ---*/
.wrap-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.sidebarBlock .sidebarBlock-heading {
  color: #18453B;
  position: relative;
  font-family: "Karantina", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 26px; }
  .sidebarBlock .sidebarBlock-heading.sidebarBlock-heading-toggle {
    cursor: pointer; }
    .sidebarBlock .sidebarBlock-heading.sidebarBlock-heading-toggle::after {
      content: "";
      display: inline-block;
      position: absolute;
      right: 2rem;
      width: 12px;
      height: 12px;
      top: 6px;
      right: 10px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M6 0L0 6L1.41 7.41L6 2.83L10.59 7.41L12 6L6 0Z' fill='white'/%3E%3C/svg%3E"); }
  .sidebarBlock .sidebarBlock-heading.open::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M6 7.41016L12 1.41016L10.59 0.000156279L6 4.58016L1.41 0.000155477L5.24537e-07 1.41016L6 7.41016Z' fill='white'/%3E%3C/svg%3E"); }

.navList.active {
  display: none; }

.icon-toggle {
  cursor: pointer; }
  .icon-toggle svg {
    fill: #fff; }

.sidebarBlock + .sidebarBlock {
  border: 0;
  padding: 0; }

.sidebarBlock-heading {
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 0 20px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.sidebarBlock .navList {
  padding: 10px 0px 0;
  margin-bottom: 0; }
  .sidebarBlock .navList-item {
    margin-bottom: 13px; }
    .sidebarBlock .navList-item h2 {
      margin-bottom: 0; }
    .sidebarBlock .navList-item:last-child {
      margin-bottom: 0; }
  .sidebarBlock .navList-action {
    font-size: 12px;
    font-weight: 400;
    color: black;
    text-transform: none;
    font-family: "satoshi-regular";
    padding: 0; }
    .sidebarBlock .navList-action:hover {
      color: #18453B; }
    .sidebarBlock .navList-action span {
      color: #757575;
      position: absolute;
      right: 20px; }

.facetedSearch {
  background-color: transparent; }
  .facetedSearch .facetedSearch-refineFilters {
    background-color: transparent; }
  .facetedSearch .fillter-wrap {
    position: relative; }
    .facetedSearch .fillter-wrap [data-faceted-search-facet] {
      font-family: "satoshi-medium";
      font-weight: 500;
      font-size: 12px;
      text-decoration: underline !important;
      color: #18453B;
      position: absolute;
      right: 0;
      top: 10px; }
  .facetedSearch-refineFilters {
    padding: 0 0px 1px; }
    .facetedSearch-refineFilters .facetLabel {
      position: relative;
      font-size: 14px;
      line-height: 1;
      font-weight: 500;
      color: #000;
      padding: 9px 20px 8px 20px;
      background-color: #fff;
      border: 1px solid #18453B;
      border-radius: 10px;
      transition: 0.4s ease-out; }
      .facetedSearch-refineFilters .facetLabel:hover {
        background-color: #18453B;
        color: #fff; }
        .facetedSearch-refineFilters .facetLabel:hover .icon {
          fill: #fff; }
      .facetedSearch-refineFilters .facetLabel .icon {
        height: 15px;
        transition: 0.4s ease-out;
        width: 15px;
        fill: #000; }
    .facetedSearch-refineFilters .sidebarBlock-heading {
      padding-bottom: 17px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      .facetedSearch-refineFilters .sidebarBlock-heading + p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #18453B; }
    .facetedSearch-refineFilters .fillter-wrap {
      content: ""; }
      .facetedSearch-refineFilters .fillter-wrap + p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #fff; }
    @media screen and (max-width: 1023px) {
      .facetedSearch-refineFilters {
        display: block; } }
  @media screen and (max-width: 1023px) {
    .facetedSearch-toggle {
      display: none; } }
  @media screen and (max-width: 1023px) {
    .facetedSearch-navList {
      display: block; } }
  .facetedSearch-clearLink {
    display: none; }

.inlineList--labels {
  margin-left: 0;
  content: "";
  margin-top: 20px; }
  .inlineList--labels > li {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px; }
  .inlineList--labels + [data-faceted-search-facet] {
    color: #18453B; }
    .inlineList--labels + [data-faceted-search-facet]:hover {
      color: #18453B; }

.facetedSearch-toggle + .facetedSearch-navList,
.sidebarBlock + .facetedSearch-navList {
  margin-top: 0; }

.accordion {
  margin-bottom: 0; }
  @media screen and (max-width: 1023px) {
    .accordion {
      border: 0; } }
  .accordion .accordion-title {
    font-weight: normal;
    color: #18453B; }
  .accordion--navList .accordion-block {
    overflow: hidden;
    background-color: white;
    margin-top: 10px; }
    .accordion--navList .accordion-block:last-child .accordion-navigation.is-open {
      border-color: transparent; }
  .accordion--navList .accordion-navigation {
    position: relative;
    padding: 20px 0 20px 0;
    margin-bottom: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-family: "Karantina", serif; }
    @media screen and (max-width: 1023px) {
      .accordion--navList .accordion-navigation {
        border-top: 0; } }
    @media screen and (max-width: 1023px) {
      .accordion--navList .accordion-navigation:hover {
        border-color: transparent; } }
  .accordion--navList .accordion-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    font-family: "Karantina", serif;
    text-transform: uppercase;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .accordion--navList .accordion-title {
        padding: 10px 0; } }
  .accordion--navList .accordion-content {
    padding: 20px 0; }
  .accordion--navList .accordion-block {
    background-color: transparent;
    margin-top: 0; }
  .accordion .show-more {
    display: block;
    margin-top: 20px; }
    .accordion .show-more span {
      width: auto;
      font-size: 14px;
      color: #18453B; }
  .accordion-content .navList {
    padding: 0; }
    .accordion-content .navList-item {
      margin-bottom: 10px; }
      .accordion-content .navList-item:last-child {
        margin-bottom: 0; }
      .accordion-content .navList-item .rating--small {
        position: static; }
        .accordion-content .navList-item .rating--small span {
          position: static; }
        .accordion-content .navList-item .rating--small .icon--ratingFull svg {
          fill: #18453B; }
    .accordion-content .navList-action {
      padding: 0; }
    .accordion-content .navList-action--checkbox {
      font-size: 14px;
      line-height: 1;
      color: black;
      padding: 0 20px 0 25px;
      margin: 0; }
      .accordion-content .navList-action--checkbox::before {
        height: 18px;
        width: 18px;
        top: -1px;
        margin: 0;
        background-color: transparent;
        border-color: #e7e7e7; }
      .accordion-content .navList-action--checkbox:after {
        transform: none;
        margin: 0;
        top: 5px;
        left: 5px;
        width: 8px;
        height: 6px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M4.12557 7C4.07918 7 4.03278 6.97532 3.98639 6.95065L1.08685 4.53227C0.99407 4.45824 0.970873 4.2855 1.04046 4.18679C1.11005 4.08808 1.27243 4.0634 1.36521 4.13743L4.10237 6.40774L8.60245 1.07745C8.69524 0.978739 8.83441 0.978739 8.9272 1.05277C9.01999 1.15148 9.01999 1.29954 8.9504 1.39825L4.31114 6.90129C4.26475 6.97532 4.19516 7 4.12557 7Z' fill='%23757575' stroke='white'/%3E%3C/svg%3E");
        background-position: 100%; }
      .accordion-content .navList-action--checkbox.is-selected::before {
        background-color: #18453B;
        border-color: #18453B; }
      .accordion-content .navList-action--checkbox.is-selected:after {
        transform: none; }
      .accordion-content .navList-action--checkbox span {
        color: #757575;
        position: absolute;
        right: 8px; }
    .accordion-content .navList-action-close {
      position: absolute;
      top: -2px;
      right: 0px;
      padding: 4px;
      display: none; }
      .accordion-content .navList-action-close .icon {
        height: 8px;
        width: 8px;
        fill: #18453B; }

.form-minMaxRow .button {
  border: 0; }

@media screen and (max-width: 1279px) {
  .form-minMaxRow .form-field {
    width: 50%; } }

@media screen and (max-width: 1279px) {
  .form-minMaxRow .form-field:last-child {
    width: 100%;
    margin-top: 10px; } }

.form-minMaxRow .form-input {
  padding: 13px 10px;
  height: auto; }

.form-minMaxRow .button--small {
  background: #18453B;
  border: 1px solid #18453B;
  color: #fff;
  padding: 13px 15px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-transform: uppercase; }
  .form-minMaxRow .button--small:hover {
    background: #fff;
    color: #121212; }
  @media screen and (max-width: 767px) {
    .form-minMaxRow .button--small {
      padding: 14px 30px 14px; } }

.accordion--navList .toggleLink-text {
  font-size: 12px;
  color: black;
  font-weight: 500;
  fill: #fff;
  margin-top: 0;
  width: 12px;
  height: 10px; }
  @media screen and (max-width: 1279px) {
    .accordion--navList .toggleLink-text {
      margin-right: 10px; } }
  .accordion--navList .toggleLink-text:hover {
    color: #18453B; }

@media screen and (max-width: 1023px) {
  .facetedSearch-optionColumns {
    column-count: 2; } }

@media screen and (max-width: 767px) {
  .facetedSearch-optionColumns {
    column-count: 1; } }

.facetedSearch-optionColumns .navList-action {
  font-size: 16px;
  padding: 0;
  color: black; }
  @media screen and (max-width: 767px) {
    .facetedSearch-optionColumns .navList-action {
      font-size: 14px; } }
  .facetedSearch-optionColumns .navList-action:hover {
    color: #18453B; }

.clear-all-link {
  font-size: 14px;
  font-weight: 500;
  color: black; }
  .clear-all-link:hover {
    color: #18453B; }

.product-count {
  display: flex;
  align-items: center; }
  .product-count .get-count {
    margin-right: 15px;
    font-family: "satoshi-light";
    font-weight: 400;
    font-size: 12px;
    color: #888888;
    text-transform: lowercase; }

.block-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media screen and (max-width: 1023px) {
    .block-wrap {
      flex-direction: row-reverse; } }
  .block-wrap .button-toggle {
    background-color: rgba(24, 69, 59, 0.09);
    border: 1px solid #18453B;
    border-radius: 5px;
    font-size: 16px;
    padding: 7px 15px;
    font-family: "satoshi-bold";
    color: #18453B;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.4s ease-in-out; }
    @media screen and (max-width: 1023px) {
      .block-wrap .button-toggle {
        margin-right: 0;
        font-size: 10px;
        padding: 7px 23px; } }
    .block-wrap .button-toggle:hover {
      background-color: #fff; }
    .block-wrap .button-toggle .text-icon {
      display: flex;
      align-items: center; }
      .block-wrap .button-toggle .text-icon span {
        margin-left: 10px;
        text-transform: capitalize; }
        @media screen and (max-width: 1023px) {
          .block-wrap .button-toggle .text-icon span span {
            display: none; } }
      .block-wrap .button-toggle .text-icon .show {
        display: none; }
        @media screen and (max-width: 1023px) {
          .block-wrap .button-toggle .text-icon .show {
            display: block; } }
      @media screen and (max-width: 1023px) {
        .block-wrap .button-toggle .text-icon .hide {
          display: none; } }
      .block-wrap .button-toggle .text-icon svg {
        fill: #18453B; }
        @media screen and (max-width: 1023px) {
          .block-wrap .button-toggle .text-icon svg {
            width: 12px;
            height: 12px; } }
    .block-wrap .button-toggle.open .text-icon .show {
      display: block; }
      @media screen and (max-width: 1023px) {
        .block-wrap .button-toggle.open .text-icon .show {
          display: none; } }
    .block-wrap .button-toggle.open .text-icon .hide {
      display: none; }
      @media screen and (max-width: 1023px) {
        .block-wrap .button-toggle.open .text-icon .hide {
          display: block; } }
  .block-wrap .form-field {
    margin-bottom: 0;
    padding: 4px 10px 4px 10px;
    background-color: transparent;
    border: 1px solid #ECECED;
    border-radius: 10px; }
    .block-wrap .form-field:hover {
      border-color: #18453B; }
    .block-wrap .form-field .form-label {
      font-size: 12px;
      font-family: "satoshi-regular";
      color: #121212; }
    .block-wrap .form-field .form-select {
      font-family: "satoshi-medium";
      color: #121212;
      font-size: 12px;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='4' viewBox='0 0 8 4' fill='none'%3E%3Cpath d='M4 4L0 0H8L4 4Z' fill='white'/%3E%3C/svg%3E");
      background-size: 12px;
      background-position: center right;
      padding-right: 10px; }
  .block-wrap .actionBar {
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 1023px) {
      .block-wrap .actionBar {
        display: none; } }

.page-sidebar {
  margin-top: 20px;
  width: 23%;
  margin-bottom: 50px; }
  @media screen and (max-width: 1279px) {
    .page-sidebar {
      position: absolute;
      opacity: 0;
      z-index: -999;
      display: none; } }
  .page-sidebar + .page-content {
    margin-top: 20px;
    width: calc(100% - 23%);
    opacity: 1; }
    @media screen and (max-width: 1279px) {
      .page-sidebar + .page-content {
        width: 100%; } }
    .page-sidebar + .page-content .productGrid {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -3.5px; }
      .page-sidebar + .page-content .productGrid .product {
        width: 25%;
        padding: 0 3.5px; }
        @media screen and (max-width: 1279px) {
          .page-sidebar + .page-content .productGrid .product {
            width: 33.33%; } }
        @media screen and (max-width: 767px) {
          .page-sidebar + .page-content .productGrid .product {
            width: 50%; } }
        .page-sidebar + .page-content .productGrid .product:hover .sale-flag-side {
          background-color: #18453B;
          color: #fff; }
        .page-sidebar + .page-content .productGrid .product + .product {
          margin-bottom: 15px; }

.page-sidebar,
.page-content {
  transition: 0.4s ease-in-out; }
  .page-sidebar [data-no-products-notification],
  .page-content [data-no-products-notification] {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize; }
  .page-sidebar .productcard,
  .page-content .productcard {
    height: auto !important; }

.page-sidebar.active {
  opacity: 0;
  overflow: auto;
  z-index: 9999;
  padding: 0;
  width: 0;
  height: 0;
  transition: 0.4s ease-in-out; }
  @media screen and (max-width: 1279px) {
    .page-sidebar.active {
      opacity: 1;
      z-index: 99;
      width: auto;
      left: 20px;
      right: 20px;
      height: auto;
      top: 60px;
      background: black;
      display: block; } }
  @media screen and (max-width: 1023px) {
    .page-sidebar.active {
      left: 15px;
      right: 15px; } }
  .page-sidebar.active + .page-content {
    width: 100%;
    padding: 0;
    transition: 0.4s ease-in-out; }
    @media screen and (max-width: 1279px) {
      .page-sidebar.active + .page-content {
        padding: 0 10px; } }
    .page-sidebar.active + .page-content .productGrid .product {
      width: 20%; }
      @media screen and (max-width: 1279px) {
        .page-sidebar.active + .page-content .productGrid .product {
          width: 33.33%; } }
      @media screen and (max-width: 767px) {
        .page-sidebar.active + .page-content .productGrid .product {
          width: 50%; } }

.pagination {
  margin: 30px 0 50px;
  position: relative; }
  @media screen and (max-width: 1279px) {
    .pagination {
      padding: 0 20px;
      margin: 10px 0 50px; } }
  .pagination-list {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative; }
    @media screen and (max-width: 1279px) {
      .pagination-list {
        position: relative;
        justify-content: center; } }
    .pagination-list .pagination-item {
      border: 0; }
    .pagination-list .pagination-item {
      padding: 0;
      border-radius: 0;
      margin-left: -1px;
      margin-right: 0;
      margin-bottom: 0; }
      .pagination-list .pagination-item:first-of-type a {
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important; }
      .pagination-list .pagination-item .pagination-link,
      .pagination-list .pagination-item .mobile-page {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        min-width: 50px;
        height: 50px;
        padding: 10px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #1f1f1f;
        color: #fff; }
        @media screen and (max-width: 1023px) {
          .pagination-list .pagination-item .pagination-link,
          .pagination-list .pagination-item .mobile-page {
            min-width: 32px;
            height: 32px;
            font-size: 10px; } }
        .pagination-list .pagination-item .pagination-link.mobile-page,
        .pagination-list .pagination-item .mobile-page.mobile-page {
          border: 0;
          font-weight: 500;
          line-height: 0; }
          .pagination-list .pagination-item .pagination-link.mobile-page .mobile-pages-count,
          .pagination-list .pagination-item .mobile-page.mobile-page .mobile-pages-count {
            font-weight: 700; }
    .pagination-list .pagination-item--current .pagination-link {
      position: relative;
      color: #000;
      background-color: #18453B; }
    .pagination-list .pagination-item--previous {
      left: 0; }
      .pagination-list .pagination-item--previous a {
        border-top-left-radius: 3px !important;
        border-bottom-left-radius: 3px !important; }
      .pagination-list .pagination-item--previous + .pagination-item a {
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important; }
    .pagination-list .pagination-item--next {
      right: 0; }
      .pagination-list .pagination-item--next a {
        border-top-right-radius: 3px !important;
        border-bottom-right-radius: 3px !important; }
    .pagination-list .pagination-item--next,
    .pagination-list .pagination-item--previous {
      float: inherit; }
      .pagination-list .pagination-item--next .pagination-link,
      .pagination-list .pagination-item--previous .pagination-link {
        font-size: 0; }
        @media screen and (max-width: 1023px) {
          .pagination-list .pagination-item--next .pagination-link,
          .pagination-list .pagination-item--previous .pagination-link {
            padding: 2px; } }
        .pagination-list .pagination-item--next .pagination-link:hover .icon svg,
        .pagination-list .pagination-item--previous .pagination-link:hover .icon svg {
          fill: #18453B; }
      .pagination-list .pagination-item--next .icon,
      .pagination-list .pagination-item--previous .icon {
        margin: 0; }
        @media screen and (max-width: 1023px) {
          .pagination-list .pagination-item--next .icon,
          .pagination-list .pagination-item--previous .icon {
            width: 18px;
            height: 18px; } }
        .pagination-list .pagination-item--next .icon svg,
        .pagination-list .pagination-item--previous .icon svg {
          fill: #8B96A5; }
          @media screen and (max-width: 1023px) {
            .pagination-list .pagination-item--next .icon svg,
            .pagination-list .pagination-item--previous .icon svg {
              fill: #fff; } }

.template-search .main-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 7.142%; }
  @media screen and (max-width: 1365px) {
    .template-search .main-container {
      padding: 0 50px; } }
  @media screen and (max-width: 1279px) {
    .template-search .main-container {
      padding: 0 16px; } }

body:has(.dropdown-menu.is-open.f-open-dropdown) .productcard .loadingOverlay {
  display: none !important; }

.productcard .loadingOverlay {
  display: none; }

.top-banner-section .top-banner-inner {
  position: relative; }

.top-banner-section .cat-content-block {
  position: absolute;
  padding: 0px 100px;
  max-width: 1720px;
  margin: auto; }

.top-banner-section .right-image img {
  height: 310px; }

.top-banner-section .banners {
  background: none !important; }

.top-banner-section .page-heading {
  text-align: left;
  color: white !important;
  font-family: "Karantina";
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  margin: 0rem;
  margin-top: 50px; }

.top-banner-section p {
  text-align: left;
  font-family: "satoshi-light";
  font-weight: 400;
  font-size: 14px;
  width: 60%; }

.top-banner-section .breadcrumb a {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 12px;
  font-family: "satoshi-light";
  text-decoration: none; }

.top-banner-section .breadcrumb-label span {
  font-weight: 400 !important;
  font-family: "satoshi-light" !important; }

.top-banner-section .ol.breadcrumbs .breadcrumb.is-active .breadcrumb-label {
  font-family: "satoshi-light" !important;
  font-weight: 400 !important; }

.top-banner-section .breadcrumb:not(:first-child)::before {
  border-right: 0.1em solid rgba(255, 255, 255, 0.75) !important; }

.clock_card .clock_box:hover {
  transform: scale(0.98);
  transition: .3s; }

.product .productcard-img-container img:hover, .productCarousel-slide .productcard-img-container img:hover {
  transform: scale(0.95);
  transition: .3s; }

.section-head a:hover {
  background-color: #e0edd5;
  transition: .5s; }

.top-page-banner .pg-banner-content a:hover {
  background-color: #e0edd5;
  transition: .5s; }

.top-page-banner .pg-banner-content-right a:hover {
  background-color: #e0edd5 !important;
  transition: .5s;
  color: #18453b; }

.cat-description {
  border: 1px solid #e7e7e7;
  margin-top: 25px;
  padding: 0px 20px;
  border-radius: 15px; }
  .cat-description .cat-content-box h2 {
    margin-top: 15px;
    font-family: "Karantina";
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase; }
  .cat-description .cat-content-box li {
    font-size: 14px;
    line-height: 28px;
    font-family: "satoshi-regular";
    list-style: none;
    position: relative;
    padding-left: 15px; }
    .cat-description .cat-content-box li::before {
      position: absolute;
      content: "";
      top: 5px;
      left: -15px;
      width: 17px;
      height: 17px;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 8.5C0 6.24566 0.895533 4.08365 2.48959 2.48959C4.08365 0.895533 6.24566 0 8.5 0C10.7543 0 12.9163 0.895533 14.5104 2.48959C16.1045 4.08365 17 6.24566 17 8.5C17 10.7543 16.1045 12.9163 14.5104 14.5104C12.9163 16.1045 10.7543 17 8.5 17C6.24566 17 4.08365 16.1045 2.48959 14.5104C0.895533 12.9163 0 10.7543 0 8.5ZM8.01493 12.138L12.9087 6.02027L12.0247 5.31307L7.85173 10.5275L4.896 8.0648L4.17067 8.9352L8.01493 12.138Z' fill='%2318453B'/%3E%3C/svg%3E%0A"); }

.accordion-content .navList-action--checkbox {
  color: #18453b;
  font-weight: 400;
  font-size: 14px; }

.accordion--navList .accordion-block {
  border-bottom: 1px solid #e7e7e7; }
  .accordion--navList .accordion-block:last-child {
    border-bottom: none; }

.accordion--navList .accordion-navigation {
  padding: 16px 0px;
  position: relative; }
  .accordion--navList .accordion-navigation::after {
    position: absolute;
    content: "";
    right: 0px;
    width: 12px;
    height: 7.41px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 7.41016L12 1.41016L10.59 0.000156279L6 4.58016L1.41 0.000155477L5.24537e-07 1.41016L6 7.41016Z' fill='%2318453B'/%3E%3C/svg%3E%0A"); }

.accordion-navigation.toggleLink.is-open {
  position: relative; }
  .accordion-navigation.toggleLink.is-open::after {
    position: absolute;
    content: "";
    right: 0px;
    width: 12px;
    height: 7.41px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0L0 6L1.41 7.41L6 2.83L10.59 7.41L12 6L6 0Z' fill='%2318453B'/%3E%3C/svg%3E%0A"); }

#facetedSearch-content--price .form-minMaxRow .button--small {
  font-size: 12px !important; }

@media only screen and (max-width: 1279px) {
  .accordion--navList .accordion-navigation::after {
    display: none; }
  .accordion--navList .accordion-navigation .toggleLink-text {
    fill: #000000; }
  .facetedSearch.sidebarBlock {
    background-color: #ffffff;
    padding: 20px 20px; } }

@media only screen and (max-width: 801px) {
  .block-wrap {
    margin-top: 3rem; } }

@media only screen and (max-width: 768px) {
  .top-banner-section p {
    width: 100%; }
  .top-banner-section ol.breadcrumbs {
    position: relative;
    top: 25px !important; }
  .top-banner-section .cat-content-block {
    padding: 0px 20px; } }

@media only screen and (max-width: 500px) {
  .top-banner-section .page-heading {
    font-size: 32px;
    text-align: center; }
  .top-banner-section p {
    text-align: center;
    font-size: 12px;
    line-height: 20px; }
  .cat-description .cat-content-box h2 {
    font-size: 20px; }
  .cat-description .cat-content-box li {
    font-size: 12px;
    line-height: 20px; }
  .template-category .page-sidebar {
    top: 78px !important; } }

.page-content--centered {
  width: 100%; }

.bg-light {
  background-color: rgba(224, 237, 213, 0.5); }

.template-page_contact_form .page {
  margin: 0; }

.template-page_contact_form .page-content--centered {
  padding: 0; }

.icon--ratingFull svg {
  fill: #ff9017 !important; }

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

.productView-images .productView-img-container {
  max-width: 100%; }

.productView-images .easyzoom-flyout {
  display: none; }

.productView-images .productView-img-container {
  width: 100%;
  height: 479px;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .productView-images .productView-img-container {
      height: 379px; } }

.productView-images .productView-img-container img {
  object-fit: cover; }

.productView-images .productView-image-list {
  margin-bottom: 18px;
  display: block; }
  .productView-images .productView-image-list .slick-prev {
    left: 20px; }
  .productView-images .productView-image-list .slick-next {
    right: 20px; }

.productView-images .slick-arrow {
  padding: 0;
  background-color: #CCCCCC;
  border: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s ease-in-out; }
  .productView-images .slick-arrow:hover {
    background-color: #031A15; }
    .productView-images .slick-arrow:hover::before {
      filter: invert(1); }

.productView-images .slick-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M0.266098 8.46754L3.80166 4.99534L0.266098 1.52313C0.181734 1.44028 0.114814 1.34192 0.0691571 1.23367C0.0235 1.12542 8.88913e-10 1.0094 0 0.892231C-8.88908e-10 0.775062 0.0235 0.65904 0.0691571 0.550789C0.114814 0.442539 0.181734 0.34418 0.266098 0.261329C0.350461 0.178477 0.450615 0.112756 0.56084 0.0679172C0.671066 0.0230784 0.789206 -8.72979e-10 0.908513 0C1.02782 8.72982e-10 1.14596 0.0230784 1.25619 0.0679172C1.36641 0.112756 1.46657 0.178477 1.55093 0.261329L5.73347 4.36891C6.08884 4.71792 6.08884 5.2817 5.73347 5.63071L1.55093 9.73829C1.46663 9.82125 1.36649 9.88707 1.25626 9.93198C1.14603 9.97688 1.02786 10 0.908513 10C0.789171 10 0.671001 9.97688 0.560767 9.93198C0.450532 9.88707 0.350399 9.82125 0.266098 9.73829C-0.0801691 9.38928 -0.0892814 8.81655 0.266098 8.46754Z' fill='black'/%3E%3C/svg%3E");
  width: 6px;
  height: 10px; }

.productView-images .slick-prev::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M5.7339 1.53246L2.19834 5.00466L5.7339 8.47687C5.81827 8.55972 5.88519 8.65808 5.93084 8.76633C5.9765 8.87458 6 8.9906 6 9.10777C6 9.22494 5.9765 9.34096 5.93084 9.44921C5.88519 9.55746 5.81827 9.65582 5.7339 9.73867C5.64954 9.82152 5.54939 9.88724 5.43916 9.93208C5.32893 9.97692 5.21079 10 5.09149 10C4.97218 10 4.85404 9.97692 4.74381 9.93208C4.63359 9.88724 4.53343 9.82152 4.44907 9.73867L0.266534 5.63109C-0.0888453 5.28208 -0.0888453 4.7183 0.266534 4.36929L4.44907 0.261708C4.53337 0.178748 4.63351 0.112931 4.74374 0.0680236C4.85398 0.023116 4.97215 8.63816e-07 5.09149 8.7425e-07C5.21083 8.84683e-07 5.329 0.0231161 5.43923 0.0680236C5.54947 0.112931 5.6496 0.178748 5.7339 0.261708C6.08017 0.610719 6.08928 1.18345 5.7339 1.53246Z' fill='%23000'/%3E%3C/svg%3E");
  width: 6px;
  height: 10px; }

.productView-images .productView-thumbnails {
  display: block; }
  @media screen and (max-width: 1023px) {
    .productView-images .productView-thumbnails {
      margin-right: -16px; } }
  .productView-images .productView-thumbnails .productView-thumbnail-link {
    border-radius: 10px;
    border-color: #E7E7E7;
    padding: 0;
    overflow: hidden;
    max-width: 82px;
    height: 82px; }
    @media screen and (max-width: 1023px) {
      .productView-images .productView-thumbnails .productView-thumbnail-link {
        max-width: 63px;
        height: 63px; } }
    .productView-images .productView-thumbnails .productView-thumbnail-link:hover {
      border-color: #18453B; }
    .productView-images .productView-thumbnails .productView-thumbnail-link img {
      width: 100%;
      object-fit: cover; }
  @media screen and (max-width: 1023px) {
    .productView-images .productView-thumbnails .slick-list {
      padding-left: 0 !important; } }
  @media screen and (max-width: 1023px) {
    .productView-images .productView-thumbnails .slick-track {
      left: auto !important; } }
  .productView-images .productView-thumbnails .productView-thumbnail.slick-current.slick-active .productView-thumbnail-link {
    border: 2px solid #18453B; }
  .productView-images .productView-thumbnails .slick-arrow {
    margin-top: 0;
    width: 33px;
    height: 33px; }
  .productView-images .productView-thumbnails .slick-list {
    margin-left: 0;
    margin-right: 0; }
  .productView-images .productView-thumbnails .slick-prev {
    left: -8px; }
  .productView-images .productView-thumbnails .slick-next {
    right: -8px; }

.productView-images .slick-disabled {
  cursor: default;
  opacity: 1; }

.productView-images .slick-initialized .slick-slide {
  display: flex;
  justify-content: center; }

.productView-product {
  border-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
  padding-bottom: 20px; }
  @media screen and (max-width: 1023px) {
    .productView-product.product-info-data {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }

.carousel-tooltip {
  display: none; }

.productView-details .productView-title {
  font-weight: 400;
  font-size: 40px;
  color: #031A15; }
  @media screen and (max-width: 1023px) {
    .productView-details .productView-title {
      font-weight: 400;
      font-size: 28px;
      line-height: 25px; } }

.productView-details .sale-product-block {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.productView-details .sale-flag-side {
  position: static;
  display: inline-block;
  border: 0;
  padding: 6px 18px 4px; }
  .productView-details .sale-flag-side .sale-text {
    font-size: 14px; }

.productView-details .shiping-calculated {
  font-size: 14px;
  color: #031A15; }
  .productView-details .shiping-calculated p {
    font-family: "satoshi-light";
    font-weight: 400;
    font-size: 14px;
    color: #031A15; }

.productView-details .productView-price {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: row-reverse; }
  .productView-details .productView-price .price-section--saving,
  .productView-details .productView-price .price-now-label {
    display: none !important; }
  .productView-details .productView-price .price-section span {
    display: none; }
  .productView-details .productView-price .price-section .price {
    font-size: 28px;
    line-height: 20px;
    color: #18453B;
    display: inherit;
    font-family: "satoshi-light" !important; }
    .productView-details .productView-price .price-section .price.price--non-sale, .productView-details .productView-price .price-section .price.price--rrp {
      font-size: 18px;
      font-weight: 400;
      margin-left: 9px;
      color: #031A15;
      margin-left: 15px;
      font-family: "satoshi-light" !important; }

.productView-details .productView-rating {
  margin-top: 10px;
  margin-bottom: 25px; }
  .productView-details .productView-rating .icon--ratingFull svg {
    fill: #ff9017 !important; }
  .productView-details .productView-rating .icon--ratingEmpty svg {
    fill: #8f8f8f !important; }
  .productView-details .productView-rating span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 9px;
    color: #031A15; }
  .productView-details .productView-rating [role="img"] {
    margin: 0; }
    .productView-details .productView-rating [role="img"] span {
      margin: 0; }
  .productView-details .productView-rating a {
    font-size: 14px;
    font-weight: 400;
    margin-left: 9px;
    color: #031A15;
    font-family: inherit; }
    .productView-details .productView-rating a:hover {
      color: #B0D194; }

.productView-info.product-skiinfo-main {
  display: flex; }

.productView-info .product-skiinfo {
  display: flex;
  margin-top: 0; }
  .productView-info .product-skiinfo dt,
  .productView-info .product-skiinfo dd {
    font-family: "satoshi-regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #031A15;
    text-transform: uppercase; }
    @media screen and (max-width: 1023px) {
      .productView-info .product-skiinfo dt,
      .productView-info .product-skiinfo dd {
        font-size: 11px; } }
  .productView-info .product-skiinfo .productView-info-name {
    margin-bottom: 0; }
  .productView-info .product-skiinfo .productView-info-value {
    margin-bottom: 0;
    color: #031A15; }
  .productView-info .product-skiinfo.form-field {
    margin-bottom: 0; }
    .productView-info .product-skiinfo.form-field .form-label {
      margin-bottom: 0; }
  .productView-info .product-skiinfo + .product-skiinfo {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid #fff; }
    @media screen and (max-width: 1023px) {
      .productView-info .product-skiinfo + .product-skiinfo {
        padding-left: 13px;
        margin-left: 13px; } }
  .productView-info .product-skiinfo.form-field--stock .form-label {
    color: #18453B; }

.product:hover .sale-flag-side {
  background: black; }
  .product:hover .sale-flag-side span {
    color: #031A15; }

.productView-options {
  position: relative; }
  .productView-options [data-product-option-change] .form-field {
    margin-bottom: 20px;
    text-align: left; }
    .productView-options [data-product-option-change] .form-field + .form-field {
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      padding-top: 20px; }
  .productView-options [data-product-attribute="swatch"] .form-option-wrapper .form-radio:checked + .form-option {
    box-shadow: none;
    border-color: #18453B; }
    .productView-options [data-product-attribute="swatch"] .form-option-wrapper .form-radio:checked + .form-option .form-option-variant {
      color: #18453B; }
  .productView-options [data-product-attribute="swatch"] .form-option-swatch {
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 6px 10px; }
    .productView-options [data-product-attribute="swatch"] .form-option-swatch:hover {
      border-color: #18453B; }
    .productView-options [data-product-attribute="swatch"] .form-option-swatch .form-option-variant {
      border-radius: 50%;
      border: 1px solid #ddd;
      width: 21px;
      height: 21px; }
      @media screen and (max-width: 1023px) {
        .productView-options [data-product-attribute="swatch"] .form-option-swatch .form-option-variant {
          width: 15px;
          height: 15px; } }
      .productView-options [data-product-attribute="swatch"] .form-option-swatch .form-option-variant + .form-option-variant {
        border-radius: 0;
        border: 0;
        padding: 0;
        height: auto;
        width: auto; }
      .productView-options [data-product-attribute="swatch"] .form-option-swatch .form-option-variant + span {
        margin-left: 10px; }
        @media screen and (max-width: 1023px) {
          .productView-options [data-product-attribute="swatch"] .form-option-swatch .form-option-variant + span {
            margin-left: 7px; } }
    .productView-options [data-product-attribute="swatch"] .form-option-swatch span {
      font-size: 14px; }
  .productView-options [data-product-attribute="set-rectangle"] .form-option {
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 6px 10px; }
  .productView-options [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
    box-shadow: none;
    border-color: #18453B; }
  .productView-options .form-option {
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 6px 10px; }
    .productView-options .form-option:hover {
      border-color: #18453B; }
    .productView-options .form-option .form-option-variant {
      color: #031A15; }
  .productView-options .form-radio:checked + .form-option {
    box-shadow: none;
    border-color: #18453B; }
    .productView-options .form-radio:checked + .form-option .form-option-variant {
      color: #031A15; }
  .productView-options .form-field .form-label {
    font-weight: 400;
    font-size: 14px;
    color: #031A15; }
    .productView-options .form-field .form-label span {
      color: #18453B; }
    .productView-options .form-field .form-label small {
      font-weight: 400;
      font-size: 14px;
      color: #031A15; }
  .productView-options .form {
    position: relative; }
    @media screen and (max-width: 767px) {
      .productView-options .form .add-to-cart-wrapper {
        flex-direction: column;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding-top: 25px; } }
    .productView-options .form .add-to-cart-wrapper .form-field {
      margin-bottom: 0;
      display: inline-block; }
    .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons {
      margin: 0;
      width: 100%;
      padding: 0; }
      @media screen and (max-width: 767px) {
        .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons {
          padding-left: 0;
          margin-top: 10px; } }
      .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons .button {
        background-color: #B0D194;
        border-color: #B0D194;
        color: #18453B;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        font-family: "satoshi-regular";
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 6px;
        transition: 0.4s ease-in-out; }
        .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons .button:hover {
          background-color: #18453B;
          border-color: #18453B;
          color: #fff; }
          .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons .button:hover svg {
            fill: #fff; }
        .productView-options .form .add-to-cart-wrapper .add-to-cart-buttons .button svg {
          width: 15px;
          height: 15px;
          margin-right: 10px;
          fill: #18453B;
          transition: 0.4s ease-in-out; }
    .productView-options .form .add-to-cart-wrapper .form-label {
      display: none; }
    .productView-options .form .add-to-cart-wrapper .form-increment {
      border: 1px solid;
      padding: 7px 22px; }
      @media screen and (max-width: 767px) {
        .productView-options .form .add-to-cart-wrapper .form-increment {
          width: 100%;
          display: flex;
          justify-content: space-between; } }
      .productView-options .form .add-to-cart-wrapper .form-increment .button {
        border: 0; }
      .productView-options .form .add-to-cart-wrapper .form-increment .form-input {
        width: 86px;
        border: 0 !important; }
  .productView-options .form-wishlist {
    border: 0;
    margin: 0;
    right: 0;
    bottom: 30px;
    float: right;
    margin-top: -50px;
    border: 1px solid #18453B;
    width: calc(100% - 300px); }
    @media screen and (max-width: 1023px) {
      .productView-options .form-wishlist {
        width: 100%; } }
    .productView-options .form-wishlist .button {
      border: 0;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 0;
      margin-right: 0;
      display: flex;
      justify-content: center;
      flex-direction: row-reverse;
      background-color: #fff;
      border-color: #18453B;
      color: #18453B;
      transition: 0.4s ease-in-out; }
      .productView-options .form-wishlist .button:hover {
        background-color: #18453B;
        color: #fff; }
        .productView-options .form-wishlist .button:hover span {
          color: #fff !important; }
        .productView-options .form-wishlist .button:hover .icon svg {
          fill: #fff; }
      .productView-options .form-wishlist .button .icon {
        margin-right: 6px;
        margin-left: 0; }
        .productView-options .form-wishlist .button .icon svg {
          fill: #18453B; }
  .productView-options .main-wish {
    margin-top: 20px; }
    .productView-options .main-wish .form-wishlist a {
      display: flex;
      flex-direction: row-reverse;
      font-weight: 400;
      font-family: "satoshi-regular";
      font-size: 13px;
      color: #031A15;
      text-transform: uppercase; }
      @media screen and (max-width: 767px) {
        .productView-options .main-wish .form-wishlist a {
          font-size: 11px; } }
      .productView-options .main-wish .form-wishlist a:hover {
        color: #18453B; }
    .productView-options .main-wish .form-wishlist #wishlist-dropdown {
      background-color: #000 !important;
      border: 1px solid #1f1f1f;
      padding: 20px 10px;
      min-width: 220px !important; }
      .productView-options .main-wish .form-wishlist #wishlist-dropdown .button {
        background-color: #000 !important;
        margin-right: 0;
        flex-direction: inherit;
        display: flex;
        font-weight: 400;
        font-family: "satoshi-regular";
        font-size: 13px;
        color: #031A15;
        text-transform: uppercase;
        justify-content: center; }
        .productView-options .main-wish .form-wishlist #wishlist-dropdown .button:hover {
          color: #18453B; }
    .productView-options .main-wish .shar-qustion {
      font-weight: 400;
      font-family: "satoshi-regular";
      text-transform: uppercase;
      font-size: 13px;
      color: #031A15; }
      @media screen and (max-width: 767px) {
        .productView-options .main-wish .shar-qustion {
          font-size: 11px; } }
      .productView-options .main-wish .shar-qustion .icon {
        margin-right: 5px; }
      .productView-options .main-wish .shar-qustion.social:hover {
        color: #18453B; }
    .productView-options .main-wish .after-wish {
      font-family: "satoshi-regular";
      font-weight: 400;
      font-size: 16px;
      color: #757575;
      margin-bottom: 0;
      margin-top: 5px;
      text-align: left; }
      @media screen and (max-width: 767px) {
        .productView-options .main-wish .after-wish {
          font-size: 11px; } }

.productView-description .tab .tab-title {
  font-family: "Karantina", serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0%;
  text-transform: uppercase; }

.productView-description .tab.is-active {
  border: 0;
  position: relative; }
  .productView-description .tab.is-active .tab-title {
    color: #4BB062; }
  .productView-description .tab.is-active::after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: auto;
    left: 0;
    right: 0;
    background-color: #4BB062;
    bottom: -1.2px; }

#tab-reviews .toggle-title {
  margin-top: 0;
  margin-bottom: 10px; }
  #tab-reviews .toggle-title .toggleLink span {
    text-decoration: underline;
    color: #18453B;
    text-underline-offset: 2px; }
  #tab-reviews .toggle-title .toggleLink:hover span {
    color: #B0D194; }

#tab-reviews .productReview-title {
  color: #031A15;
  font-weight: 600; }

#tab-reviews .productReview-author {
  color: #1f1f1f; }

.spec-section {
  margin: 0;
  list-style: none;
  border: 1px solid #1f1f1f; }
  .spec-section li {
    display: flex;
    border-bottom: 1px solid #1f1f1f; }
    .spec-section li:last-of-type {
      border-bottom: 0; }
    .spec-section li p {
      width: 300px;
      border-right: 1px solid #1f1f1f;
      font-weight: 600; }
    .spec-section li p,
    .spec-section li span {
      padding: 12px;
      margin-right: 10px;
      margin-bottom: 0; }

.tabs.related {
  border: 0; }

.tabs-contents .tab-content {
  border: 0; }

.btn-view-price {
  background-color: #B0D194;
  border-color: #B0D194;
  color: #18453B;
  font-weight: 700;
  font-size: 14px;
  max-width: 300px;
  text-transform: uppercase;
  font-family: "satoshi-regular";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding: 12px; }
  .btn-view-price:hover {
    color: #18453B; }

.slick-track .productView-img-container a {
  display: block;
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 1023px) {
  .productView-options .form .add-to-cart-wrapper .form-increment {
    top: -72px;
    display: flex;
    justify-content: space-between; }
  .productView-options .form .add-to-cart-wrapper .form-field {
    width: 100%; } }

@media only screen and (max-width: 801px) {
  .productView-images {
    order: 0;
    margin-bottom: 0px; }
  .productView-details.product-data {
    order: 1; }
  .productView-details.product-options {
    order: 2; }
  .productView-description {
    order: 3; }
  .template-product .container {
    margin-top: 4rem; }
  .productView-info .product-skiinfo dt,
  .productView-info .product-skiinfo dd {
    font-size: 10px; }
  .productView-images .productView-img-container {
    height: 344px !important; } }

.product:hover .sale-flag-side .sale-text {
  opacity: .9 !important;
  color: white !important; }

@media only screen and (max-width: 450px) {
  .product .product-line-add-to-cart, .product .btn-view-price, .productCarousel-slide .product-line-add-to-cart, .productCarousel-slide .btn-view-price {
    font-size: 10px; }
  .product .productcard-title, .product .productCarousel-slide .productcard-title {
    font-size: 11px;
    height: 49px; }
  .product .price, .product .productCarousel-slide .price {
    font-size: 20px; }
  .product .productcard-img-container img, .product .productCarousel-slide .productcard-img-container img {
    height: 165px; }
  .productView-info .product-skiinfo + .product-skiinfo {
    margin-left: 0px !important; } }

.fox-hill-membership-plan.pages-product .productView-images .productView-img-container img {
  object-fit: fill !important;
  padding: 0px !important; }

#cart-preview-dropdown {
  max-width: none !important;
  width: 511px !important;
  position: fixed !important;
  top: 0 !important;
  bottom: 0 !important;
  transform: translate(110%);
  display: block;
  padding: 25px 20px 20px 20px;
  transition: all 0.25s linear;
  border: none;
  right: 0 !important;
  left: unset !important;
  z-index: 99999999;
  background: #fff; }
  @media (max-width: 767px) {
    #cart-preview-dropdown {
      width: 100% !important; } }
  #cart-preview-dropdown.is-open {
    transform: translate(0); }
    #cart-preview-dropdown.is-open::before {
      content: "";
      left: 0;
      top: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      display: block;
      box-shadow: 0 0 0 3000px rgba(0, 0, 0, 0.5);
      z-index: 1;
      pointer-events: none !important; }
  #cart-preview-dropdown .preview-cart-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    #cart-preview-dropdown .preview-cart-head .pch-left {
      display: flex;
      align-items: center;
      gap: 15px; }
      #cart-preview-dropdown .preview-cart-head .pch-left .pch-title {
        font-family: 'customZB';
        font-size: 24px;
        line-height: 24px;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: left;
        text-transform: uppercase; }
      #cart-preview-dropdown .preview-cart-head .pch-left .pch-count {
        background: #EDF2F6;
        min-width: 57px;
        min-height: 21px;
        padding: 2px 8px 2px 8px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 300;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left; }
    #cart-preview-dropdown .preview-cart-head .pch-right .pch-close {
      background: #18453B;
      width: 25px;
      height: 25px;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      cursor: pointer; }
      #cart-preview-dropdown .preview-cart-head .pch-right .pch-close svg {
        fill: #fff; }
      #cart-preview-dropdown .preview-cart-head .pch-right .pch-close:hover {
        background: #000; }
  #cart-preview-dropdown .previewCart {
    height: calc(100vh - 90px);
    overflow: auto;
    position: relative;
    border-radius: 8px;
    border: 1px solid #EEEEEE; }
  #cart-preview-dropdown .previewCartWrapper {
    max-height: none; }
  #cart-preview-dropdown .previewCartList {
    width: 100%;
    padding: 0 10px;
    height: calc(100vh - 280px);
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding-bottom: 110px; }
    #cart-preview-dropdown .previewCartList::-webkit-scrollbar {
      width: 5px; }
    #cart-preview-dropdown .previewCartList::-webkit-scrollbar-thumb {
      background: darkgray; }
    #cart-preview-dropdown .previewCartList::-webkit-scrollbar-track {
      background: #f1f1f1; }
    @media (max-width: 767px) {
      #cart-preview-dropdown .previewCartList {
        padding: 0 10px;
        padding-bottom: 50px; } }
    #cart-preview-dropdown .previewCartList .previewCartItem {
      border-color: #EEEEEE;
      padding: 20px 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-image {
        width: 25%;
        height: 100px; }
        #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-image img {
          padding-right: 10px;
          margin: 0;
          width: 100%;
          max-width: 100%;
          object-fit: contain; }
        @media (max-width: 767px) {
          #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-image {
            height: 80px; } }
      #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content {
        width: 75%;
        padding: 0; }
        @media (max-width: 767px) {
          #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content {
            padding-left: 10px;
            max-width: 100%; } }
        #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
          display: none; }
        #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
          margin: 0 0 10px 0;
          width: 100%;
          position: relative;
          display: flex;
          align-items: flex-start;
          gap: 20px;
          justify-content: space-between; }
          #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
            font-size: 14px;
            line-height: 20px;
            font-weight: 400;
            letter-spacing: 0.26px;
            text-align: left; }
            @media (max-width: 767px) {
              #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
                font-size: 14px;
                line-height: 16px; } }
          #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name .cart-item-remove {
            font-size: 12px;
            font-weight: 300;
            line-height: 16px;
            letter-spacing: 0em;
            color: #18453B;
            text-transform: uppercase; }
            #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name .cart-item-remove:hover {
              color: #000; }
        #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-quantity {
          width: 100%;
          margin: 0 0 5px 0; }
          #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-quantity span {
            border-radius: 4px;
            background: #E5E5EA;
            padding: 5px 10px;
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0em;
            text-align: left; }
        #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option-price {
          width: 100%;
          display: flex;
          align-items: flex-start;
          flex-direction: column;
          gap: 10px; }
          #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option-price .opt-parent {
            width: 60%;
            display: block; }
            #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option-price .opt-parent .opt-option {
              width: 100%;
              font-size: 12px;
              font-weight: 400;
              line-height: 16px;
              letter-spacing: 0em;
              text-align: left; }
          #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option-price .previewCartItem-price {
            text-align: left;
            font-size: 16px;
            font-weight: 500;
            line-height: 24px;
            letter-spacing: 0em;
            color: #2D2D2D;
            display: flex;
            flex-direction: column;
            display: inline-block; }
            #cart-preview-dropdown .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-option-price .previewCartItem-price span + span {
              font-size: 14px;
              font-weight: 300; }
      #cart-preview-dropdown .previewCartList .previewCartItem .cart-charge-items-lists {
        width: 100%; }
        #cart-preview-dropdown .previewCartList .previewCartItem .cart-charge-items-lists ul {
          margin: 0; }
          #cart-preview-dropdown .previewCartList .previewCartItem .cart-charge-items-lists ul li {
            border-radius: 4px;
            background: #fafbfb;
            margin-top: 10px;
            padding: 10px; }
            #cart-preview-dropdown .previewCartList .previewCartItem .cart-charge-items-lists ul li .previewCartItem-image img {
              padding: 0 20px 0 0; }
            #cart-preview-dropdown .previewCartList .previewCartItem .cart-charge-items-lists ul li .previewCartItem-option-price {
              flex-direction: column; }
              #cart-preview-dropdown .previewCartList .previewCartItem .cart-charge-items-lists ul li .previewCartItem-option-price .previewCartItem-price {
                flex-direction: row;
                gap: 10px; }
  #cart-preview-dropdown .previewCartAction {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 29px;
    padding: 20px 15px;
    width: calc(100% - 42px);
    border-radius: 0 0 8px 8px; }
    @media (max-width: 767px) {
      #cart-preview-dropdown .previewCartAction {
        padding: 15px 10px; } }
    #cart-preview-dropdown .previewCartAction .previewCart-additionalCheckoutButtons {
      width: 100%; }
    #cart-preview-dropdown .previewCartAction .cart-infos {
      width: 100%; }
      #cart-preview-dropdown .previewCartAction .cart-infos .cart-info {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 0 0 5px 0;
        font-size: 14px;
        font-weight: 300;
        line-height: 16px;
        letter-spacing: 0em;
        text-align: left;
        color: #2D2D2D; }
        #cart-preview-dropdown .previewCartAction .cart-infos .cart-info.cart-info-shipping {
          font-size: 12px;
          font-weight: 400;
          line-height: 16px;
          color: #7F7F7F; }
        #cart-preview-dropdown .previewCartAction .cart-infos .cart-info.cart-info-total {
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          color: #000000; }
    #cart-preview-dropdown .previewCartAction .previewCartAction-checkout {
      width: 100%;
      padding: 0;
      margin: 0 0 10px 0; }
      #cart-preview-dropdown .previewCartAction .previewCartAction-checkout a {
        background: #E87722;
        border-color: #E87722;
        color: #ffffff;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        width: 100%; }
        @media (max-width: 767px) {
          #cart-preview-dropdown .previewCartAction .previewCartAction-checkout a {
            font-size: 14px; } }
        #cart-preview-dropdown .previewCartAction .previewCartAction-checkout a:hover {
          background: #000;
          border-color: #000; }
    #cart-preview-dropdown .previewCartAction .previewCart-additionalCheckoutButtons * {
      width: 100% !important;
      max-width: 100% !important; }
    #cart-preview-dropdown .previewCartAction .previewCartAction-viewCart {
      width: 100%;
      padding: 0; }
      #cart-preview-dropdown .previewCartAction .previewCartAction-viewCart a {
        color: #2D2D2D;
        background: #F3F6F9;
        border-color: #F3F6F9;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0em;
        text-align: center;
        width: 100%; }
        @media (max-width: 767px) {
          #cart-preview-dropdown .previewCartAction .previewCartAction-viewCart a {
            font-size: 14px; } }
        #cart-preview-dropdown .previewCartAction .previewCartAction-viewCart a:hover {
          background: #000;
          border-color: #000;
          color: #fff; }
    #cart-preview-dropdown .previewCartAction .previewCart-additionalCheckoutButtons {
      width: 100%;
      padding: 0; }
      #cart-preview-dropdown .previewCartAction .previewCart-additionalCheckoutButtons .or-use-label {
        text-align: center;
        font-size: 14px;
        padding: 0; }
      #cart-preview-dropdown .previewCartAction .previewCart-additionalCheckoutButtons .CheckoutButton {
        width: 100%; }
      #cart-preview-dropdown .previewCartAction .previewCart-additionalCheckoutButtons .BraintreePaypalInnerContainer, #cart-preview-dropdown .previewCartAction .previewCart-additionalCheckoutButtons .paypal-buttons, #cart-preview-dropdown .previewCartAction .previewCart-additionalCheckoutButtons .BraintreePaypalContainer {
        width: 100% !important;
        max-width: 100% !important; }
    #cart-preview-dropdown .previewCartAction .cart-continue-shopping {
      cursor: pointer;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      letter-spacing: 0em;
      text-align: center;
      text-decoration: underline;
      text-underline-offset: 4px;
      width: 100%;
      margin-top: 10px; }
      @media (max-width: 767px) {
        #cart-preview-dropdown .previewCartAction .cart-continue-shopping {
          font-size: 14px; } }
      #cart-preview-dropdown .previewCartAction .cart-continue-shopping:hover {
        color: #E87722; }

#cart-preview-dropdown .previewCartAction .previewCartAction-checkout a {
  background-color: #b0d194;
  border: none;
  color: #333333; }
  #cart-preview-dropdown .previewCartAction .previewCartAction-checkout a:hover {
    background-color: #e0edd5; }

.account-list a {
  text-decoration: none; }

#cart-preview-dropdown .preview-cart-head .pch-left .pch-title {
  font-family: "Karantina" !important;
  letter-spacing: 1px; }

.productView-details .sale-flag-side {
  padding-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
  border-radius: 0px;
  height: initial;
  line-height: initial;
  padding: 6px 14px;
  border-radius: 5px;
  background: #18453b; }

.productView-details span {
  color: white;
  font-weight: 700;
  font-size: 12px;
  font-family: "Karantina" !important;
  text-transform: uppercase; }

.button.dropdown-menu-button span {
  color: #18453b !important; }
  .button.dropdown-menu-button span:hover {
    color: #ffffff !important; }

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

.pdp-message-info {
  margin-top: 20px; }

[data-content-region="top_image_banner_membership"] .top-page-banner {
  position: relative; }

[data-content-region="top_image_banner_membership"] .pg-banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column; }

[data-content-region="top_image_banner_membership"] .page-heading {
  text-align: center; }
  [data-content-region="top_image_banner_membership"] .page-heading::before {
    display: none; }

[data-content-region="top_image_banner_membership"] p {
  text-align: center;
  width: 100% !important; }

[data-content-region="top_image_banner_membership"] a {
  background-color: #dfcaa2 !important;
  margin: auto;
  font-size: 14px !important;
  padding: 12px 24px !important;
  text-transform: uppercase; }
  [data-content-region="top_image_banner_membership"] a:hover {
    background-color: #B0D194 !important; }

.template-default.no-paid-member .navbar-top {
  background: none;
  backdrop-filter: blur(6.1px); }

.no-paid-member .navbar-main {
  position: relative;
  display: block !important; }

.no-paid-member .navbar-top {
  padding: 22px 80px;
  position: absolute;
  background: #031a15;
  width: 100%;
  display: flex;
  align-items: center !important; }
  .no-paid-member .navbar-top .button-block a {
    margin: 0rem;
    background: #dfcaa2;
    padding: 12px 24px;
    color: #18453b;
    font-weight: 700;
    font-size: 14px;
    font-family: "Karantina" !important;
    text-transform: uppercase;
    display: initial;
    border-radius: 10px; }

.main-outfillter {
  background-color: #F0EAD2;
  position: relative; }
  .main-outfillter::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    top: -65px;
    width: 100%;
    height: 122px;
    background-image: url("data:image/svg+xml,%3Csvg width='1440' height='122' viewBox='0 0 1440 122' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Crect width='1440' height='122' fill='url(%23pattern0_228_194)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_228_194' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_228_194' transform='scale(0.0004 0.00470876)'/%3E%3C/pattern%3E%3Cimage id='image0_228_194' width='2500' height='906' preserveAspectRatio='none' xlink:href='data:image/png;base64,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'/%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .main-outfillter .main-outfillte-inner {
    max-width: 1720px;
    margin: auto;
    padding: 50px 80px;
    gap: 80px;
    padding-top: 75px; }
  .main-outfillter .left-outfillter {
    width: 50%; }
    .main-outfillter .left-outfillter h2 {
      color: #18453b;
      font-size: 55px;
      font-family: "Karantina" !important;
      font-weight: 400;
      line-height: 55px;
      text-transform: uppercase; }
    .main-outfillter .left-outfillter .sd-button-3a14d1af-2287-42e9-bdd4-5d4f66012aa5 {
      align-items: flex-start;
      justify-content: flex-start; }
    .main-outfillter .left-outfillter a {
      background-color: #18453b !important;
      font-size: 14px !important;
      font-family: "Karantina" !important;
      font-weight: 700;
      text-transform: uppercase;
      padding-top: 8px !important;
      padding-bottom: 8px !important;
      padding-right: 27px !important;
      padding-left: 27px !important;
      border-radius: 10px !important;
      margin-top: 6px !important; }
    .main-outfillter .left-outfillter img {
      margin-top: 20px !important; }
  .main-outfillter .right-outfillter {
    width: 50%; }
    .main-outfillter .right-outfillter .heading-section {
      border-left: 3px solid #18453b;
      padding: 0px 30px;
      margin: 15px 0px; }
    .main-outfillter .right-outfillter .sd-simple-text-a67b6ec6-211a-4239-a0ec-98e93e1884e3 {
      text-align: left; }
    .main-outfillter .right-outfillter .sd-simple-text-a67b6ec6-211a-4239-a0ec-98e93e1884e3 * {
      font-size: 14px !important;
      text-transform: uppercase;
      color: #18453b;
      font-family: "satoshi-bold"; }
    .main-outfillter .right-outfillter [data-widget-id="ff53eb7f-c2c7-415a-b201-1750041c2bf0"] p {
      color: #18453b !important;
      font-size: 16px !important;
      font-family: "satoshi-light"; }
    .main-outfillter .right-outfillter p {
      text-align: left; }
    .main-outfillter .right-outfillter h2 {
      margin-top: 15px;
      margin-bottom: 2px; }
    .main-outfillter .right-outfillter .custom-heading {
      color: #18453b;
      font-size: 32px;
      font-weight: 400;
      font-family: "Karantina" !important;
      text-transform: uppercase; }
    .main-outfillter .right-outfillter .custom-description {
      color: #18453b;
      font-size: 14px;
      font-family: "satoshi-light"; }

.sd-simple-text-b86770e2-e0f0-443e-9140-85fe4e53561c {
  text-align: left !important; }

#sd-simple-text-editable-b86770e2-e0f0-443e-9140-85fe4e53561c p {
  color: #18453b;
  font-size: 14px !important;
  font-family: "satoshi-bold";
  text-align: left;
  text-transform: uppercase; }

[data-widget-id="20304286-efe5-4f31-a9d8-3ba9cd44b77f"] p {
  color: #18453b;
  font-size: 16px;
  font-family: "satoshi-light";
  margin-bottom: 10px; }

.main-benefit {
  background: #e0edd5;
  padding: 50px 0px;
  padding-top: 100px;
  position: relative; }
  .main-benefit::before {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    top: -26px;
    width: 100%;
    height: 100px;
    background-image: url("https://res.cloudinary.com/dgif730br/image/upload/v1742807069/Accent5-01_2_zdnatz.png"); }
  .main-benefit::after {
    position: absolute;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -88px;
    z-index: 1;
    width: 100%;
    height: 197px;
    right: 0px;
    left: 0px;
    background-image: url("https://res.cloudinary.com/dgif730br/image/upload/v1742813249/Group_1171275786_rp0dgt.png"); }
  .main-benefit .custom-heading {
    text-align: center;
    font-weight: 400;
    font-size: 48px;
    font-family: "Karantina" !important;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .main-benefit .custom-description {
    text-align: center;
    color: #18453b;
    font-size: 14px;
    font-family: "satoshi-light"; }
  .main-benefit .container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 50px; }
  .main-benefit .csqitems {
    width: 100%;
    padding-bottom: 40px; }
    .main-benefit .csqitems h3 {
      color: #18453b;
      font-weight: 700;
      text-align: center;
      font-family: "Karantina" !important;
      margin-top: 18px; }
    .main-benefit .csqitems p {
      font-size: 12px;
      color: #18453b;
      text-align: center;
      font-family: "satoshi-light"; }
    .main-benefit .csqitems img {
      display: block;
      margin: auto;
      max-width: 153px;
      width: 100%; }

.main-video {
  background-color: #ffffff;
  padding: 40px 100px;
  position: relative;
  padding-top: 100px; }
  .main-video .custom-heading {
    text-align: center;
    color: #18453b;
    font-size: 48px;
    font-weight: 400;
    font-family: "Karantina" !important;
    text-transform: uppercase;
    margin-bottom: 0px; }
  .main-video .custom-description {
    text-align: center;
    color: #18453b;
    font-size: 14px;
    font-family: "satoshi-light"; }
  .main-video .inner-video-block {
    margin-top: 30px; }
  .main-video iframe {
    border-radius: 16px;
    width: 100% !important; }

.main-tojoin {
  background-image: url("https://res.cloudinary.com/dgif730br/image/upload/v1742823649/Frame_1707480897_tajscl.png");
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 150px 100px;
  position: relative;
  max-width: 1720px;
  max-width: auto; }
  .main-tojoin .heading-section h2 {
    color: white;
    font-weight: 400;
    font-size: 48px;
    font-family: "Karantina" !important;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px; }
  .main-tojoin .heading-section .custom-description {
    color: white !important;
    font-size: 14px;
    font-family: "satoshi-light";
    width: 40em; }
  .main-tojoin a {
    background-color: #dfcaa2 !important;
    color: #18453b !important;
    font-size: 24px !important;
    font-weight: 400;
    font-family: "Karantina" !important;
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    padding: 10px 36px !important;
    display: initial !important;
    border-radius: 10px !important; }
    .main-tojoin a:hover {
      background-color: #e0edd5 !important;
      transition: .5s; }

.footer-mamber {
  background-color: #f0ead2;
  padding: 50px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 50px 100px; }
  .footer-mamber .left-footer h3 {
    color: #18453b;
    font-size: 48px;
    font-weight: 400;
    font-family: "Karantina" !important;
    line-height: 45px;
    margin-top: 0px; }
  .footer-mamber .left-footer #sd-simple-text-editable-7ab1f338-9044-4d21-b517-2e003691ac39 p {
    text-align: left;
    color: #18453b;
    font-size: 14px;
    font-family: "satoshi-light";
    width: 48%; }
  .footer-mamber .left-footer .footer-strip-link.announcement-strip-0f1884ab-0d84-45ad-887e-a49e2be63ead {
    margin-top: 12px; }
  .footer-mamber .left-footer .announcement-content {
    padding: 0px;
    gap: 10px; }
    .footer-mamber .left-footer .announcement-content a {
      color: #18453b;
      font-family: "satoshi-medium";
      font-size: 14px; }
  .footer-mamber .left-footer .announcement-content-two {
    gap: 10px; }
    .footer-mamber .left-footer .announcement-content-two a {
      color: #18453b;
      font-family: "satoshi-medium";
      font-size: 14px; }
  .footer-mamber .left-footer .footer-strip-link.announcement-strip-40d1444b-a951-4f3e-9033-f7ea85cb81ec {
    margin-top: 12px; }
  .footer-mamber .left-footer .socialLinks .icon svg {
    fill: #DFCAA2; }
    .footer-mamber .left-footer .socialLinks .icon svg:hover {
      fill: white !important; }
  .footer-mamber .left-footer .socialLinks .icon svg path {
    fill: #DFCAA2; }
    .footer-mamber .left-footer .socialLinks .icon svg path:hover {
      fill: white !important; }
  .footer-mamber .left-footer .socialLinks.socialLinks--alt {
    display: flex;
    align-items: center;
    margin-top: 20px; }
  .footer-mamber .left-footer .socialLinks-item {
    background-color: #18453B;
    width: 36.87px;
    height: 36.87px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }

.cta-ffoter {
  display: flex;
  justify-content: space-between;
  padding: 15px 100px;
  background-color: #f0ead2;
  border-top: 1px solid rgba(24, 69, 59, 0.25); }
  .cta-ffoter .right-cta {
    display: flex;
    align-items: center; }
  .cta-ffoter .left-cta p {
    color: #18453b;
    font-size: 14px;
    font-family: "satoshi-light"; }
  .cta-ffoter .footer-links {
    display: flex;
    gap: 10px; }
  .cta-ffoter li {
    list-style: none; }
  .cta-ffoter a {
    text-decoration: none;
    color: #18453b;
    font-size: 14px;
    font-family: "satoshi-light"; }

.template-login .login {
  margin-top: 5rem; }

@media only screen and (max-width: 1200px) {
  .no-paid-member .navbar-top .header-logo {
    width: auto !important;
    margin: initial !important; } }

@media only screen and (max-width: 801px) {
  [data-content-region="top_image_banner_membership"] .top-page-banner {
    margin-top: -14px; }
    [data-content-region="top_image_banner_membership"] .top-page-banner img {
      height: 456px !important; }
  [data-content-region="top_image_banner_membership"] .pg-banner-content {
    width: 100%; }
  .no-paid-member .navbar-top {
    display: flex !important;
    padding: 20px 20px !important; }
  .no-paid-member .header-logo img {
    width: 150px !important; }
  .main-outfillter::before {
    height: 54px;
    top: -55px; }
  .main-outfillter .main-outfillte-inner {
    flex-direction: column;
    padding: 50px 20px; }
  .main-outfillter .left-outfillter {
    width: 100%; }
  .main-outfillter .right-outfillter {
    width: 100%; }
  .main-benefit .container {
    flex-wrap: wrap; }
  .main-video {
    padding: 40px 20px;
    padding-top: 80px; }
  .main-tojoin {
    padding: 150px 20px; } }

@media only screen and (max-width: 768px) {
  .main-outfillter .left-outfillter h2 {
    font-size: 32px;
    line-height: 35px;
    margin-top: 0px; }
  .main-outfillter .left-outfillter .sd-simple-text-a67b6ec6-211a-4239-a0ec-98e93e1884e3 {
    text-align: left; }
  .main-outfillter .right-outfillter .sd-simple-text-a67b6ec6-211a-4239-a0ec-98e93e1884e3 * {
    font-size: 12px !important; }
  .main-outfillter .right-outfillter [data-widget-id="ff53eb7f-c2c7-415a-b201-1750041c2bf0"] p {
    font-size: 12px !important; }
  .main-tojoin {
    flex-direction: column; }
    .main-tojoin .sd-button-590491b5-b6c0-4298-9be9-a2dbf99ef62b {
      margin-top: 30px; }
    .main-tojoin .heading-section .custom-heading {
      text-align: center;
      font-size: 32px; }
    .main-tojoin .heading-section .custom-description {
      text-align: center;
      width: 100%; }
    .main-tojoin a {
      display: block !important;
      margin-top: 15px !important; }
  .footer-mamber {
    padding: 30px 20px;
    border-top: none; }
  .cta-ffoter {
    padding: 15px 20px;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center; } }

@media only screen and (max-width: 550px) {
  [data-content-region="top_image_banner_membership"] .top-page-banner .page-heading {
    font-size: 40px !important; }
  [data-content-region="top_image_banner_membership"] .top-page-banner .pg-banner-content p {
    line-height: 20px !important; }
  [data-content-region="top_image_banner_membership"] .top-page-banner .pg-banner-content a {
    font-size: 12px !important;
    width: 100% !important; }
  .no-paid-member .navbar-top .button-block a {
    font-size: 10px;
    padding: 10px 20px; }
  .no-paid-member .header-logo img {
    width: 104px !important; }
  .main-outfillter .left-outfillter a {
    width: 100% !important;
    font-size: 12px !important; }
  .main-outfillter .left-outfillter .buttonLink {
    width: 100%; }
  .main-outfillter .left-outfillter #sd-image-3d85f104-3de0-4791-8533-b179d7723c21 {
    margin-top: 40px; }
  .main-outfillter .right-outfillter #sd-simple-text-editable-b86770e2-e0f0-443e-9140-85fe4e53561c p {
    font-size: 12px !important; }
  .main-outfillter .right-outfillter .custom-heading {
    font-size: 24px !important; }
  .main-outfillter .right-outfillter .custom-description {
    font-size: 12px !important; }
  .main-benefit .custom-heading {
    font-size: 32px;
    line-height: 35px; }
  .main-benefit .custom-description {
    margin-top: 15px;
    font-size: 12px; }
  .main-benefit .csqitems h3 {
    font-size: 20px; }
  .main-video .heading-section .custom-heading {
    font-size: 32px;
    line-height: 35px; }
  .main-video .heading-section .custom-description {
    font-size: 12px;
    margin-top: 12px; }
  .main-tojoin .heading-section h2 {
    font-size: 32px;
    line-height: 35px;
    text-align: center; }
  .main-tojoin .heading-section .custom-description {
    font-size: 12px;
    text-align: center;
    margin-top: 12px; }
  .main-tojoin a {
    font-size: 12px !important; }
  .footer-mamber {
    flex-direction: column; }
    .footer-mamber .left-footer #sd-simple-text-editable-7ab1f338-9044-4d21-b517-2e003691ac39 p {
      width: 100% !important;
      font-size: 12px; }
    .footer-mamber .left-footer h3 {
      font-size: 36px; }
    .footer-mamber .left-footer #sd-simple-text-editable-f9e4ac3d-6656-493a-a238-74521eb296a0 p {
      font-size: 12px !important; }
    .footer-mamber .left-footer .announcement-content a {
      font-size: 12px !important; }
    .footer-mamber .left-footer .announcement-content-two a {
      font-size: 12px; }
    .footer-mamber .right-footer {
      margin-top: 20px; }
  .cta-ffoter {
    border-top: none;
    justify-content: center;
    align-items: center;
    width: 100%; }
  .main-benefit {
    padding: 0px 0px;
    padding-top: 100px; }
    .main-benefit::before {
      height: 65px; }
    .main-benefit::after {
      height: 89.05px; }
  .main-video {
    padding: 65px 20px;
    padding-top: 100px; } }

@font-face {
  font-family: "satoshi-light";
  src: url("../fonts/Satoshi-Light.otf") format("opentype"); }

@font-face {
  font-family: "satoshi-regular";
  src: url("../fonts/Satoshi-Regular.otf") format("opentype"); }

@font-face {
  font-family: "satoshi-medium";
  src: url("../fonts/Satoshi-Medium.otf") format("opentype"); }

@font-face {
  font-family: "satoshi-bold";
  src: url("../fonts/Satoshi-Bold.otf") format("opentype"); }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding: 0 15px;
  position: relative;
  width: 100%; }
  @media screen and (max-width: 1365px) {
    .container {
      padding: 0 50px; } }
  @media screen and (max-width: 1279px) {
    .container {
      padding: 0 16px; } }

/*--- [ MEDIA ] ---*/
.cart-item-name__label {
  text-decoration: none;
  font-family: 'Karantina';
  font-weight: 400;
  font-size: 28px;
  color: #031a15; }

.template-cart .section-head span {
  text-transform: uppercase; }

.cart-accordion .cart-accordion-head .accordion-indicator svg:hover {
  background-color: #1b5732 !important; }

.cart-accordion .cart-accordion-head.is-active .accordion-indicator svg {
  background-color: #1b5732 !important; }

.cart-accordion .cart-accordion-body .coupon-code .button, .cart-accordion .cart-accordion-body .cart-gift-certificate-form .button {
  background-color: #1b5732 !important;
  border-color: #1b5732 !important;
  padding: 0px !important; }
  .cart-accordion .cart-accordion-body .coupon-code .button:hover, .cart-accordion .cart-accordion-body .cart-gift-certificate-form .button:hover {
    background-color: #e0edd5 !important;
    color: #000 !important; }

.cart-accordion .cart-accordion-body .coupon-code .form-input, .cart-accordion .cart-accordion-body .cart-gift-certificate-form .form-input {
  color: #000 !important; }

.cart-parent {
  width: 100%;
  display: flex;
  position: relative;
  align-items: flex-start;
  padding: 20px; }
  .cart-parent .cart-left {
    width: 70%;
    padding-right: 5%; }
  .cart-parent .cart-right {
    width: 30%;
    position: sticky;
    top: 10rem;
    border: 1px solid #ccc;
    padding: 20px; }
    .cart-parent .cart-right .cart-content-padding-right {
      width: 100%; }
      .cart-parent .cart-right .cart-content-padding-right .cart-totals {
        width: 100%; }
  @media (max-width: 991px) {
    .cart-parent {
      padding: 10px;
      flex-wrap: wrap; }
      .cart-parent .cart-left {
        width: 100%;
        padding: 0; }
      .cart-parent .cart-right {
        width: 100%; } }

#main-content {
  width: 100%;
  margin: 0; }
  #main-content .cart-action {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
    #main-content .cart-action .page-heading {
      text-align: left;
      text-transform: uppercase;
      font-size: 28px;
      line-height: 32px;
      font-weight: 800;
      margin: 0 0 10px 0;
      color: #000; }
    #main-content .cart-action .remove-all-items {
      padding: 0;
      margin: 0;
      font-size: 14px;
      text-decoration: underline !important;
      text-underline-offset: 5px;
      color: #000; }
      #main-content .cart-action .remove-all-items:hover, #main-content .cart-action .remove-all-items:focus {
        outline: none !important;
        color: #18453B; }
    #main-content .cart-action .share-cart {
      padding: 0;
      margin: 0;
      font-size: 14px;
      display: inline-flex;
      align-items: center;
      gap: 5px;
      color: #000; }
      #main-content .cart-action .share-cart svg {
        fill: #000;
        stroke: #000; }
      #main-content .cart-action .share-cart:hover, #main-content .cart-action .share-cart:focus {
        outline: none !important;
        color: #18453B; }
        #main-content .cart-action .share-cart:hover svg, #main-content .cart-action .share-cart:focus svg {
          fill: #18453B;
          stroke: #18453B; }

.cart-finance-message {
  border: 1px solid #ccc;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px; }
  .cart-finance-message .finance-logo {
    width: 80px;
    text-align: left; }
    .cart-finance-message .finance-logo img {
      width: 100%; }
  .cart-finance-message .page-cart--affirm .affirm-as-low-as {
    text-align: left;
    font-size: 16px;
    color: #fff; }
  .cart-finance-message .page-cart--affirm a {
    color: #18453B;
    text-decoration: underline !important;
    text-underline-offset: 5px; }
    .cart-finance-message .page-cart--affirm a:hover {
      color: #1D1E23; }
  @media (max-width: 767px) {
    .cart-finance-message {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      gap: 10px;
      padding: 10px; }
      .cart-finance-message .finance-logo {
        width: 50px; }
      .cart-finance-message .page-cart--affirm .affirm-as-low-as {
        font-size: 14px; } }

.cart-delivery-message {
  width: 100%;
  margin: 0 0 40px 0; }
  .cart-delivery-message .cd-head {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 22px;
    font-weight: bold;
    color: #fff; }
  .cart-delivery-message .cd-sub-head {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 16px;
    color: #fff; }
  .cart-delivery-message .cd-cost {
    width: 100%;
    border-left: 5px solid #000;
    background: #F5F5F5;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px; }
    .cart-delivery-message .cd-cost svg {
      position: relative;
      top: 3px;
      width: 20px;
      height: 20px; }
      .cart-delivery-message .cd-cost svg path {
        stroke: #000; }
    .cart-delivery-message .cd-cost p {
      margin: 0;
      font-size: 14px;
      font-weight: bold; }
      .cart-delivery-message .cd-cost p span {
        color: green; }

.empty_cart {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 300px; }

#main-content .cart {
  width: 100%; }
  #main-content .cart .cart-item-figure-parent {
    width: 25%;
    padding-right: 15px; }
    #main-content .cart .cart-item-figure-parent .cart-item-figure {
      width: 100%;
      margin: 0; }
      #main-content .cart .cart-item-figure-parent .cart-item-figure img {
        max-width: 100%;
        width: 100%;
        min-height: 130px;
        object-fit: contain; }
  #main-content .cart .form-increment {
    border: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
    margin: 10px 0 30px 0; }
    #main-content .cart .form-increment .button {
      width: 50px;
      height: 40px;
      border-radius: 0;
      border: none;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
      #main-content .cart .form-increment .button svg {
        position: relative;
        top: 3px;
        width: 12px;
        height: 12px; }
      #main-content .cart .form-increment .button:hover, #main-content .cart .form-increment .button:focus {
        background: #ccc;
        outline: none !important; }
    #main-content .cart .form-increment .form-input {
      outline: none !important;
      width: 100%;
      border-radius: 0;
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc;
      font-size: 16px;
      color: #000; }
  #main-content .cart .cart-item-title {
    width: 60%;
    vertical-align: top;
    padding: 20px; }
    #main-content .cart .cart-item-title .cart-item-title-action {
      display: flex;
      flex-direction: column; }
    #main-content .cart .cart-item-title .cart-item-name {
      font-size: 22px;
      line-height: 26px;
      margin: 5px 0 15px 0; }
      #main-content .cart .cart-item-title .cart-item-name a:hover {
        color: #18453B; }
  #main-content .cart .cart-remove {
    width: auto;
    height: auto;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    text-decoration: underline !important;
    text-underline-offset: 5px;
    color: #000;
    display: inline-flex;
    align-items: center;
    position: relative;
    float: none;
    margin: 0 0 15px 0; }
    #main-content .cart .cart-remove svg {
      width: 14px;
      position: relative;
      height: 14px; }
    #main-content .cart .cart-remove:hover, #main-content .cart .cart-remove:focus {
      outline: none !important;
      color: #18453B; }
    #main-content .cart .cart-remove.cart-remove-sm {
      display: none; }
    @media (max-width: 991px) {
      #main-content .cart .cart-remove.cart-remove-lg {
        display: none; }
      #main-content .cart .cart-remove.cart-remove-sm {
        display: inline-flex;
        margin: 15px 0 25px 0; } }
  #main-content .cart .cart-item-info {
    padding: 20px 0;
    text-align: right;
    vertical-align: top;
    width: 15%; }
    #main-content .cart .cart-item-info .cart-item-g-price span,
    #main-content .cart .cart-item-info .cart-item-g-price strong,
    #main-content .cart .cart-item-info .cart-item-s-price span,
    #main-content .cart .cart-item-info .cart-item-s-price strong {
      padding: 0; }
  @media (max-width: 991px) {
    #main-content .cart .cart-item {
      padding: 0; }
    #main-content .cart .cart-item-block {
      width: 100%;
      padding: 0;
      margin: 0;
      text-align: left; } }

.our-products {
  width: 100%;
  margin-top: 50px;
  padding: 40px 0; }
  .our-products.global-related-products {
    display: none; }
  .our-products .slider-container {
    padding: 0 15px;
    position: relative; }
    .our-products .slider-container .slick-arrow-prev {
      left: -17px; }

.cart-summary-head {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 0 10px 0;
  color: #fff; }

.cart-totals {
  width: 100%;
  margin: 0; }
  .cart-totals .cart-total {
    width: 100%;
    border: none !important;
    margin: 0; }
    .cart-totals .cart-total .cart-total-label {
      text-align: left; }
    .cart-totals .cart-total .cart-total-value {
      text-align: right; }
    .cart-totals .cart-total .cart-total-label,
    .cart-totals .cart-total .cart-total-value {
      width: 50%;
      padding: 10px 0;
      font-size: 14px;
      line-height: 16px;
      font-weight: 300;
      border: none; }
      .cart-totals .cart-total .cart-total-label strong,
      .cart-totals .cart-total .cart-total-value strong {
        font-weight: 300; }
      .cart-totals .cart-total .cart-total-label .subtotal,
      .cart-totals .cart-total .cart-total-label button,
      .cart-totals .cart-total .cart-total-value .subtotal,
      .cart-totals .cart-total .cart-total-value button {
        text-decoration: none !important;
        border: none; }
    .cart-totals .cart-total.cart-total-grandTotal {
      padding: 5px 0 10px 0; }
      .cart-totals .cart-total.cart-total-grandTotal .cart-total-label,
      .cart-totals .cart-total.cart-total-grandTotal .cart-total-value {
        font-size: 20px;
        font-weight: 400;
        line-height: 30px;
        color: #000000;
        padding: 0; }
        @media (max-width: 767px) {
          .cart-totals .cart-total.cart-total-grandTotal .cart-total-label,
          .cart-totals .cart-total.cart-total-grandTotal .cart-total-value {
            font-size: 16px; } }
        .cart-totals .cart-total.cart-total-grandTotal .cart-total-label strong,
        .cart-totals .cart-total.cart-total-grandTotal .cart-total-value strong {
          font-weight: 400; }
  @media (max-width: 767px) {
    .cart-totals {
      padding: 10px 15px; } }

.cart-actions-parent {
  background: #fff;
  padding: 0px 20px 20px 20px;
  border-radius: 0 0 8px 8px; }
  @media (max-width: 767px) {
    .cart-actions-parent {
      padding: 0 15px 15px 15px; } }
  .cart-actions-parent .or-use-label {
    text-align: center; }
  .cart-actions-parent .BraintreePaypalContainer {
    width: 100%; }
  .cart-actions-parent .BraintreePaypalInnerContainer {
    width: 100%;
    max-width: 100%;
    margin: 0; }

.cart-actions .rfq-button-container {
  display: none !important;
  width: 100%;
  margin: 0 !important; }

.cart-actions .b2b-cart-to-quote {
  width: 100%;
  margin: 0 0 10px 0 !important; }

.cart-actions .button.button--primary {
  background: #1b5732;
  border-radius: 4px;
  width: 100%;
  font-size: 14px;
  font-family: "satoshi-bold";
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 10px;
  transition: all 0.35s; }
  .cart-actions .button.button--primary:hover {
    background: #E0EDD5 !important;
    border-color: #000;
    color: #000; }

.cart-accordion {
  width: 100%; }
  .cart-accordion .cart-accordion-head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #EEEEEE;
    margin-top: 10px;
    padding-top: 15px;
    cursor: pointer; }
    .cart-accordion .cart-accordion-head p {
      margin: 0;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      letter-spacing: 0em;
      text-align: left; }
    .cart-accordion .cart-accordion-head .accordion-indicator svg {
      background: #E5E5EA;
      width: 20px;
      height: 20px;
      padding: 4px;
      border-radius: 4px;
      cursor: pointer; }
      .cart-accordion .cart-accordion-head .accordion-indicator svg.text--off {
        display: block; }
      .cart-accordion .cart-accordion-head .accordion-indicator svg.text--on {
        display: none; }
      .cart-accordion .cart-accordion-head .accordion-indicator svg:hover {
        background: #E87722;
        stroke: #fff;
        fill: #fff; }
    .cart-accordion .cart-accordion-head.is-active .accordion-indicator svg {
      background: #E87722;
      stroke: #fff;
      fill: #fff; }
      .cart-accordion .cart-accordion-head.is-active .accordion-indicator svg.text--off {
        display: none; }
      .cart-accordion .cart-accordion-head.is-active .accordion-indicator svg.text--on {
        display: block; }
  .cart-accordion.cart-accordion-body-coupon .cart-accordion-head {
    padding-top: 0;
    border: none; }
  .cart-accordion.cart-accordion-body-gift {
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 20px;
    padding-bottom: 15px; }
    .cart-accordion.cart-accordion-body-gift .cart-accordion-head {
      padding-top: 0;
      border: none; }
    .cart-accordion.cart-accordion-body-gift .cart-accordion-value {
      padding-bottom: 0; }
  .cart-accordion .cart-accordion-value {
    width: 100%;
    text-align: left;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .cart-accordion .cart-accordion-value span {
      padding: 0;
      font-size: 14px;
      line-height: 16px;
      font-weight: 300; }
      .cart-accordion .cart-accordion-value span a {
        color: red; }
  .cart-accordion .cart-accordion-body {
    padding: 15px 0;
    text-align: left;
    display: none; }
    .cart-accordion .cart-accordion-body.is-open {
      display: block; }
      .cart-accordion .cart-accordion-body.is-open .cart-total-value {
        padding-top: 2px; }
      .cart-accordion .cart-accordion-body.is-open .coupon-code-add,
      .cart-accordion .cart-accordion-body.is-open .coupon-code-cancel {
        font-size: 0;
        display: none; }
      .cart-accordion .cart-accordion-body.is-open #add-coupon {
        display: block !important; }
    .cart-accordion .cart-accordion-body p {
      font-size: 12px;
      font-weight: 300;
      line-height: 16px;
      letter-spacing: 0em;
      text-align: left;
      margin: 0 0 10px 0; }
    .cart-accordion .cart-accordion-body .form-inlineMessage {
      font-size: 12px;
      line-height: 12px; }
    .cart-accordion .cart-accordion-body .estimator-form-input {
      text-align: right; }
    .cart-accordion .cart-accordion-body .form {
      width: 100%;
      float: left; }
      .cart-accordion .cart-accordion-body .form dl {
        width: 100%; }
        .cart-accordion .cart-accordion-body .form dl .estimator-form-label {
          width: auto; }
          .cart-accordion .cart-accordion-body .form dl .estimator-form-label .form-label {
            position: relative;
            top: 7px;
            font-size: 14px;
            font-weight: 300;
            line-height: 16px;
            letter-spacing: 0em;
            text-align: left; }
        .cart-accordion .cart-accordion-body .form dl input,
        .cart-accordion .cart-accordion-body .form dl select {
          background: #F3F6F9;
          border-radius: 4px;
          font-size: 14px;
          font-weight: 300;
          line-height: 16px;
          letter-spacing: 0em;
          text-align: left;
          border: none; }
      .cart-accordion .cart-accordion-body .form .estimator-form-action {
        width: 100%;
        float: left; }
        .cart-accordion .cart-accordion-body .form .estimator-form-action button {
          background: #1b5732;
          width: 100%;
          border-radius: 5px;
          text-align: center;
          font-size: 14px !important;
          font-family: "satoshi-bold";
          text-transform: uppercase;
          line-height: 16px;
          letter-spacing: 0em; }
          .cart-accordion .cart-accordion-body .form .estimator-form-action button:hover, .cart-accordion .cart-accordion-body .form .estimator-form-action button:focus {
            background-color: #e0edd5 !important;
            color: black !important; }
    .cart-accordion .cart-accordion-body .shipping-quotes {
      width: 100%;
      float: left; }
      .cart-accordion .cart-accordion-body .shipping-quotes ul {
        margin: 0;
        width: 100%; }
        .cart-accordion .cart-accordion-body .shipping-quotes ul .estimator-form-row dl {
          font-size: 12px;
          font-weight: 300;
          line-height: 16px;
          letter-spacing: 0em; }
          .cart-accordion .cart-accordion-body .shipping-quotes ul .estimator-form-row dl input {
            position: relative;
            top: 2px; }
      .cart-accordion .cart-accordion-body .shipping-quotes .button {
        background: #000;
        border-color: #000;
        border-radius: 5px;
        font-size: 12px;
        line-height: 16px;
        font-weight: 400;
        letter-spacing: 0em;
        text-align: left; }
        .cart-accordion .cart-accordion-body .shipping-quotes .button:hover, .cart-accordion .cart-accordion-body .shipping-quotes .button:focus {
          background: #E87722;
          border-color: #E87722; }
    .cart-accordion .cart-accordion-body .coupon-code .form-input, .cart-accordion .cart-accordion-body .cart-gift-certificate-form .form-input {
      background: #F3F6F9;
      border-radius: 4px;
      font-size: 14px;
      font-weight: 300;
      line-height: 16px;
      letter-spacing: 0em;
      text-align: left;
      height: 40px;
      border: none; }
    .cart-accordion .cart-accordion-body .coupon-code .button, .cart-accordion .cart-accordion-body .cart-gift-certificate-form .button {
      height: 40px;
      background: #E87722;
      border-color: #E87722;
      border-radius: 5px;
      text-align: center;
      padding: 10px 15px;
      font-family: "satoshi-bold";
      font-size: 14px;
      line-height: 14px;
      letter-spacing: 0em; }
      .cart-accordion .cart-accordion-body .coupon-code .button:hover, .cart-accordion .cart-accordion-body .coupon-code .button:focus,
      .cart-accordion .cart-accordion-body .cart-gift-certificate-form .button:hover,
      .cart-accordion .cart-accordion-body .cart-gift-certificate-form .button:focus {
        background: #ffffff !important;
        border-color: #000; }

.or-use-label {
  text-align: center !important; }

.CheckoutButton * {
  width: 100% !important;
  max-width: 100% !important; }

.cart-total.cart-total-grandTotal {
  border-top: 1px solid #ffffff !important;
  margin-top: 25px; }

.cart-accordion .cart-accordion-body .form dl input,
.cart-accordion .cart-accordion-body .form dl select {
  border: 1px solid #ddd !important;
  color: black !important; }

.cart-accordion .cart-accordion-body .coupon-code .form-input, .cart-accordion .cart-accordion-body .cart-gift-certificate-form .form-input {
  background: none !important;
  border: 1px solid #ddd !important; }

[data-item-edit="2d4ff732-1df0-4eda-a872-ca8cb607aedf"] {
  color: #ffffff;
  opacity: 1; }

#main-content .cart-action .share-cart {
  display: none; }

.coupon-code .form-input, .cart-accordion .cart-accordion-body .cart-gift-certificate-form .form-input {
  color: #000 !important;
  background-color: #1a1a1a !important; }

@media only screen and (max-width: 801px) {
  #main-content .cart .cart-item-figure-parent .cart-item-figure {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; } }

@media only screen and (max-width: 450px) {
  .template-cart .container {
    margin-top: 3rem; }
  .cart-accordion .cart-accordion-body .coupon-code .button, .cart-accordion .cart-accordion-body .cart-gift-certificate-form .button {
    width: 100%;
    margin: 0px;
    margin-top: 10px;
    font-size: 12px; }
  .cart-accordion .cart-accordion-body .coupon-code .form-input, .cart-accordion .cart-accordion-body .cart-gift-certificate-form .form-input {
    width: 100% !important;
    font-size: 12px; }
  .cart-actions .button.button--primary {
    font-size: 12px; }
  .cart-accordion .cart-accordion-body .form .estimator-form-action button {
    font-size: 12px !important; }
  #main-content .cart .cart-item-figure-parent .cart-item-figure {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }
  #main-content .cart-action .page-heading {
    font-size: 22px; }
  .cart-item-name__label {
    font-size: 22px; }
  .cart-accordion .cart-accordion-body .form dl .estimator-form-label .form-label {
    font-size: 12px; } }

/*--- [Cart Slider] ---*/
.mincart-active {
  overflow: hidden; }

.body-cart-slide-open {
  width: 100%;
  height: 100vh;
  overflow: hidden; }

.dh-cart-content {
  height: 275px; }

.cart-sliding-block-inn {
  width: 610px;
  top: 0;
  height: 100svh;
  background-color: #fff;
  bottom: 0;
  position: fixed;
  overflow: auto;
  right: -950px;
  top: 0;
  z-index: 9999;
  transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1) 0s;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden; }
  @media screen and (max-width: 1439px) {
    .cart-sliding-block-inn {
      width: 37.5rem; } }
  @media screen and (max-width: 666px) {
    .cart-sliding-block-inn {
      width: 100%; } }

.cart-slide-open {
  width: 100%;
  position: fixed;
  height: 100vh;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.8); }
  .cart-slide-open .cart-sliding-block-inn {
    right: 0; }

.template-default .sidecart-might-product .productCarousel .card {
  display: block; }

.sidecart-might-product {
  background-color: white;
  margin-bottom: 0; }
  .sidecart-might-product div.slick-slider {
    padding: 0 0 50px; }
    .sidecart-might-product div.slick-slider:not(.slick-list) {
      padding: 0; }
    .sidecart-might-product div.slick-slider:has(.slick-list) {
      padding: 0 0 50px; }
    .sidecart-might-product div.slick-slider .productCarousel-slide {
      border-color: #000; }
  .sidecart-might-product .card:hover .wishlistbtn {
    display: none; }
  .sidecart-might-product h2 {
    color: black;
    text-align: center;
    font-weight: 700;
    padding-top: 25px;
    margin-bottom: 27px; }
  .sidecart-might-product .card:hover {
    box-shadow: none; }
  .sidecart-might-product .wishlistbtn {
    display: none; }
  .sidecart-might-product .card-figcaption {
    display: none; }
  .sidecart-might-product .card-title {
    padding-right: 0; }
    .sidecart-might-product .card-title a {
      font-size: 15px;
      line-height: 16px; }
  .sidecart-might-product .card-body {
    padding: 0 22px 18px 23px; }
  .sidecart-might-product .product-description {
    display: none; }
  .sidecart-might-product .card-figure {
    padding: 22px 44px 4px;
    margin-bottom: 28px; }
  .sidecart-might-product .productCarousel-slide {
    height: auto; }
  .sidecart-might-product .compare-price-box .card-text {
    color: black;
    font-size: 16px;
    font-weight: 700; }

div:where(.swal2-container) {
  z-index: 9999999999999 !important; }

@media only screen and (max-width: 666px) {
  .cart-sliding-block .cart-mini-actions-inn .button {
    font-size: 12px; }
  .cart-sliding-block .cart-heading h3 {
    font-size: 1.7rem; }
  .dh-cart-content {
    height: 475px; }
  .cart-sliding-block .cart-mini-subtotal-inn .cart-mini-subtotal-value {
    font-size: 1.2rem; }
  .cart-sliding-block .cart-mini-subtotal-inn .cart-mini-subtotal-heading {
    font-size: 1.2rem; } }

.mini-cart-loading .loadingOverlay {
  display: block; }

.productcard:has(.mini-cart-loading) .loadingOverlay {
  display: block; }

body.min-cart-open .productcard .loadingOverlay {
  display: none; }

.fox-hill-membership-plan.pages-product .productView-images .productView-img-container img {
  object-fit: fill !important;
  padding: 0px !important; }
