@charset "UTF-8";
@import url("https://p.typekit.net/p.css?s=1&k=pxm1kvv&ht=tk&f=18184.18187.18188.18189.34095.34096.34097.34098.34099.34100.34101.34102&a=36727234&app=typekit&e=css");
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: #cccccc;
  color: #666666;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #999999;
    color: #333333; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: black; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.85714rem;
    display: block;
    font-family: "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 {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin-left: -10000px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
  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 {
  width: 1px;
  min-width: 100%;
  *width: 100%; }

.carousel-tooltip {
  height: 1px;
  display: none;
  position: relative;
  margin-top: 10px; }
  .carousel-tooltip:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .carousel-tooltip:after {
    content: attr(aria-label);
    padding: 0.28571rem 0.42857rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.57143rem; }
  .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 {
    right: auto;
    left: -5px; }
  .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 {
  display: none;
  position: absolute;
  left: 15px;
  bottom: 0.5rem;
  height: 32px;
  min-width: 60px;
  max-width: 60px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #8f8f8f;
  transition: color 100ms ease-out;
  z-index: 5;
  border: 1px solid white;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9); }
  @media (min-width: 375px) {
    .carousel-play-pause-button {
      min-width: 80px;
      max-width: 90px; } }
  @media (min-width: 551px) {
    .carousel-play-pause-button {
      max-width: 150px;
      font-size: 18px; } }
  @media (min-width: 801px) {
    .carousel-play-pause-button {
      left: 25px;
      bottom: 1.5rem; } }
  .carousel-play-pause-button:hover {
    color: #474747; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-noanimation {
  transition: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swal2-icon {
  display: flex; }

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

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .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: 0px; } }
  @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: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  margin: 0;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  left: 50%;
  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; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }
  .modal-close:before {
    content: " ";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 0.71429rem;
    border-style: solid;
    border-color: transparent transparent #313440 transparent; }
  .modal-close:after {
    content: attr(title);
    padding: 0.28571rem 0.42857rem;
    background-color: #313440;
    color: white;
    position: absolute;
    font-size: 1rem;
    white-space: nowrap;
    right: 0;
    top: 100%;
    cursor: default;
    border-radius: 0.57143rem; }
  .modal-close:before, .modal-close:after {
    display: none; }
  .modal-close:focus:before, .modal-close:focus:after {
    display: block; }

.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 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.14286rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #444444;
      border-color: #444444;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #666666;
      border-color: #666666;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: black;
      border-color: black;
      color: white; }

.hide-content {
  opacity: 0; }

ol.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center;
  overflow: visible; }
  @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 {
    display: inline-block;
    margin: 0 0.25rem;
    transform: rotate(15deg);
    border-right: 0.1em solid #757575;
    height: 0.8em;
    content: ''; }

.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 {
  font-size: 1.07143rem;
  margin: 0;
  color: #444444;
  font-family: "Montserrat", Arial, Helvetica, sans-serif; }

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

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

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

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

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

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

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

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

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

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

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

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

.facetedSearch-clearLink {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #757575; }
  @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 {
  color: white;
  background-color: #707070; }
  .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"] {
  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;
  padding-right: 3rem; }

.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 {
  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 #cccccc;
  border-radius: 4px;
  padding: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-figure {
  margin-top: 0;
  position: relative;
  padding: 3px;
  overflow: hidden; }
  .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;
    width: 100%;
    padding-bottom: 131.8%; }

.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 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* Object-fit polyfill */
  font-family: 'object-fit: contain;'; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

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

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

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

.navUser-item--cart {
  display: block; }
  @media (max-width: 551px) {
    .navUser-item--cart__hidden-s {
      display: none; } }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #757575; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.35714rem; }
      @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;
  padding: 1.5rem 0;
  display: none; }
  @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;
    z-index: 0; }

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

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

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

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

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

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

.navPages-action {
  color: #333333;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #757575;
    stroke: #757575; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-action: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; }
  .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; } }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.78571rem 0 1.14286rem; } }
  .navPage-subMenu-action .collapsible-icon-wrapper {
    height: 100%;
    width: 100%;
    box-sizing: content-box;
    display: inline-block;
    text-align: right; }
    @media (min-width: 801px) {
      .navPage-subMenu-action .collapsible-icon-wrapper {
        display: none; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.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 {
    position: relative;
    height: 2rem; }
    .socialLinks-item .socialLinks__link:before {
      content: " ";
      position: absolute;
      right: 0;
      top: 50%;
      border-width: 0.71429rem;
      border-style: solid;
      border-color: transparent transparent #313440 transparent; }
    .socialLinks-item .socialLinks__link:after {
      content: attr(title);
      padding: 0.28571rem 0.42857rem;
      background-color: #313440;
      color: white;
      position: absolute;
      font-size: 1rem;
      white-space: nowrap;
      right: 0;
      top: 100%;
      cursor: default;
      border-radius: 0.57143rem; }
    .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 {
      right: auto;
      left: 0;
      z-index: 20; }

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

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

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @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 {
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
  .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 {
    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 {
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: 50% 0%; }
    @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 {
    width: 100%;
    height: 100%; }
  .heroCarousel-slide.compat-object-fit {
    overflow: hidden; }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      width: auto; }
  .heroCarousel-slide .heroCarousel-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 56.25vw;
    max-height: 100vh;
    transition: height .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);
      width: 50rem;
      padding: 2.25rem;
      width: 70%;
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      padding: 1.5rem;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      max-height: 80%;
      overflow: auto; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

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

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

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

@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 img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.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 {
  width: 1px;
  min-width: 100%;
  position: relative;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .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 {
  position: relative;
  margin: auto;
  max-width: 500px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.8%; }

.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 .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 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin: 0;
    width: 50px;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;';
    position: relative; }

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

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: inline-flex;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  width: 100%;
  box-sizing: content-box;
  justify-content: center; }
  .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 {
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle;
  color: #757575; }
  .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 input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .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 {
      text-align: justify;
      display: inline-block; }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.78571rem;
        width: auto; } }

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

.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; }

.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-additionalCheckoutButtons .CheckoutButton, .previewCart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child, .previewCart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child, .previewCart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

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

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

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

.cart-list {
  border-top: 1px solid #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;
  text-align: center;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @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;
      width: 8.33333%;
      padding: 0.5rem 0; } }
  .cart-item-figure:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.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 {
  font-size: 15px;
  margin: 0;
  display: inline-block; }
  .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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

.search-nav {
  position: relative; }

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

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

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

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

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

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

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

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.78571rem; }

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

.previewCartCheckout .apple-pay-checkout-button {
  display: inline-block;
  float: none;
  margin-top: 0.78571rem; }

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

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

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

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

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

.newPaymentMethod {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  min-height: 13.28571rem;
  height: 100%; }
  .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%; }

.productView-productsByCategories {
  clear: both; }
  .productView-productsByCategories .tab-content {
    overflow: auto;
    padding: 0; }
    .productView-productsByCategories .tab-content.is-active {
      padding: 1.5rem 0 0; }
  .productView-productsByCategories .form-increment {
    white-space: nowrap; }
  .productView-productsByCategories .table {
    margin: 0; }

[data-selector="drawer"] .overlay {
  position: fixed;
  top: 0;
  left: -100%;
  bottom: 0;
  right: 200%;
  min-height: 100vh;
  min-width: 100vw;
  z-index: 109;
  opacity: 0.1;
  background-color: #000000;
  transition: all 200ms ease;
  display: none; }
  [data-selector="drawer"] .overlay.active {
    left: 0;
    right: 0;
    display: block; }

[data-selector="drawer"] .drawer {
  display: none; }

[data-selector="drawer"] .drawer.active {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 820px;
  height: 590px;
  max-height: 80%;
  z-index: 110;
  background: white;
  transition: all 200ms ease-in-out;
  transform: translate(-50%, -50%);
  display: block;
  max-height: 80%; }
  [data-selector="drawer"] .drawer.active .title,
  [data-selector="drawer"] .drawer.active .html-container {
    display: flex;
    min-width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    padding: 12px; }
  [data-selector="drawer"] .drawer.active .innerHtml {
    max-width: 100%;
    max-height: calc(100vh - 150px);
    overflow-y: scroll; }

[data-selector="drawer"] .loading-spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation-duration: 750ms !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

@media (min-width: 768px) and (max-width: 1023px) {
  [data-selector="drawer"] .drawer.active {
    width: 620px; } }

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

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

.header-logo {
  font-size: 0;
  margin: 0 3.92857rem;
  text-align: center;
  height: 55px; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0;
      height: auto; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    color: #333333;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: 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;
      white-space: normal;
      padding: 0 10px; }
      .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: "px"; } }

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

.header-logo-image {
  max-height: 2.35714rem;
  display: block;
  margin: 0 auto; }
  @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; }

@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; }

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

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

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #757575;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.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;
  position: relative;
  max-width: 190px; }
  .blog-thumbnail img {
    width: 100%; }

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

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

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

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

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

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

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

.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;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    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: 1261px) {
  .listItem:focus-within .listItem-figureBody {
    opacity: 1; } }

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

@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: 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; }
  .listItem-figure__link {
    display: block;
    margin: 3px; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  .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 {
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      opacity: 0;
      position: absolute; }
      .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;
  margin-left: -1rem;
  margin-right: -1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }
  .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;
  position: absolute;
  top: 12px;
  left: 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 {
      top: 19px;
      left: -20px; } }
  @media (min-width: 1261px) {
    .listItem-figure .sale-flag-sash,
    .listItem-figure .sold-out-flag-sash {
      left: -15px;
      top: 24px; } }

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -0.0667em; }

.fa-xs {
  font-size: 0.75em; }

.fa-sm {
  font-size: 0.875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: 0.08em solid #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: 0.3em; }

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: 0.3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  to {
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1); }

.fa-flip-vertical {
  transform: scaleY(-1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1); }

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-heart:before {
  content: "\f004"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-minus:before {
  content: "\f068"; }

.fa-plus:before {
  content: "\f067"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-search:before {
  content: "\f002"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-times:before {
  content: "\f00d"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

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

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.fal {
  font-weight: 300; }

.fal,
.far {
  font-family: "Font Awesome 5 Pro"; }

.fab {
  font-family: "Font Awesome 5 Brands"; }

.far {
  font-weight: 400; }

.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; }

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@font-face {
  font-family: "kepler-std-display";
  src: url("https://use.typekit.net/af/86da46/000000000000000000013026/27/l?subset_id=2&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/86da46/000000000000000000013026/27/d?subset_id=2&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/86da46/000000000000000000013026/27/a?subset_id=2&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: "kepler-std-display";
  src: url("https://use.typekit.net/af/32a5e0/000000000000000000013029/27/l?subset_id=2&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/32a5e0/000000000000000000013029/27/d?subset_id=2&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/32a5e0/000000000000000000013029/27/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "kepler-std-display";
  src: url("https://use.typekit.net/af/4db432/00000000000000000001302a/27/l?subset_id=2&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/4db432/00000000000000000001302a/27/d?subset_id=2&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/4db432/00000000000000000001302a/27/a?subset_id=2&fvd=i5&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 500; }

@font-face {
  font-family: "kepler-std-display";
  src: url("https://use.typekit.net/af/74a78f/00000000000000000001302b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/74a78f/00000000000000000001302b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/74a78f/00000000000000000001302b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "quasimoda";
  src: url("https://use.typekit.net/af/fda6bf/00000000000000007735dee2/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/fda6bf/00000000000000007735dee2/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/fda6bf/00000000000000007735dee2/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "quasimoda";
  src: url("https://use.typekit.net/af/eba4b9/00000000000000007735dedf/30/l?subset_id=2&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/eba4b9/00000000000000007735dedf/30/d?subset_id=2&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/eba4b9/00000000000000007735dedf/30/a?subset_id=2&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400; }

@font-face {
  font-family: "quasimoda";
  src: url("https://use.typekit.net/af/e1ca79/00000000000000007735deda/30/l?subset_id=2&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/e1ca79/00000000000000007735deda/30/d?subset_id=2&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/e1ca79/00000000000000007735deda/30/a?subset_id=2&fvd=n5&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "quasimoda";
  src: url("https://use.typekit.net/af/6cbe82/00000000000000007735ded9/30/l?subset_id=2&fvd=i5&v=3") format("woff2"), url("https://use.typekit.net/af/6cbe82/00000000000000007735ded9/30/d?subset_id=2&fvd=i5&v=3") format("woff"), url("https://use.typekit.net/af/6cbe82/00000000000000007735ded9/30/a?subset_id=2&fvd=i5&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 500; }

@font-face {
  font-family: "quasimoda";
  src: url("https://use.typekit.net/af/9f95de/00000000000000007735dedb/30/l?subset_id=2&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/9f95de/00000000000000007735dedb/30/d?subset_id=2&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/9f95de/00000000000000007735dedb/30/a?subset_id=2&fvd=n6&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "quasimoda";
  src: url("https://use.typekit.net/af/8e71df/00000000000000007735ded6/30/l?subset_id=2&fvd=i6&v=3") format("woff2"), url("https://use.typekit.net/af/8e71df/00000000000000007735ded6/30/d?subset_id=2&fvd=i6&v=3") format("woff"), url("https://use.typekit.net/af/8e71df/00000000000000007735ded6/30/a?subset_id=2&fvd=i6&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 600; }

@font-face {
  font-family: "quasimoda";
  src: url("https://use.typekit.net/af/4fe93d/00000000000000007735dedd/30/l?subset_id=2&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/4fe93d/00000000000000007735dedd/30/d?subset_id=2&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/4fe93d/00000000000000007735dedd/30/a?subset_id=2&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "quasimoda";
  src: url("https://use.typekit.net/af/c62fe0/00000000000000007735ded2/30/l?subset_id=2&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/c62fe0/00000000000000007735ded2/30/d?subset_id=2&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/c62fe0/00000000000000007735ded2/30/a?subset_id=2&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg"); }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: swap;
  src: url("../fonts/FontAwesome5Pro-Light.eot");
  src: url("../fonts/FontAwesome5Pro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome5Pro-Light.woff2") format("woff2"), url("../fonts/FontAwesome5Pro-Light.woff") format("woff"), url("../fonts/FontAwesome5Pro-Light.ttf") format("truetype"), url("../fonts/FontAwesome5Pro-Light.svg#svgFontAwesome5Pro-Light") format("svg");
  font-weight: 300; }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: swap;
  src: url("../fonts/FontAwesome5Pro-Regular.eot");
  src: url("../fonts/FontAwesome5Pro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome5Pro-Regular.woff2") format("woff2"), url("../fonts/FontAwesome5Pro-Regular.woff") format("woff"), url("../fonts/FontAwesome5Pro-Regular.ttf") format("truetype"), url("../fonts/FontAwesome5Pro-Regular.svg#svgFontAwesome5Pro-Regular") format("svg");
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Pro";
  font-display: swap;
  src: url("../fonts/FontAwesome5Pro-Solid.eot");
  src: url("../fonts/FontAwesome5Pro-Solid.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome5Pro-Solid.woff2") format("woff2"), url("../fonts/FontAwesome5Pro-Solid.woff") format("woff"), url("../fonts/FontAwesome5Pro-Solid.ttf") format("truetype"), url("../fonts/FontAwesome5Pro-Solid.svg#svgFontAwesome5Pro-Solid") format("svg");
  font-weight: 900; }

html {
  scroll-behavior: smooth; }

* {
  box-sizing: border-box; }

body.page- ul li {
  list-style: none; }

.hidden {
  display: none !important; }

.d-flex {
  display: flex !important; }

.justify-between {
  justify-content: space-between !important; }

.mobile-only {
  display: none !important; }

.relative {
  position: relative !important; }

.border-none-top {
  border-top: none !important; }

@media (max-width: 768px) {
  .mobile-only {
    display: block !important; } }

.d-flex {
  display: flex !important; }

.justify-between {
  justify-content: space-between !important; }

.mobile-only {
  display: none !important; }

@media (max-width: 768px) {
  .mobile-only {
    display: block !important; } }

.container, .navPages {
  max-width: 1264px;
  padding: 0 12px;
  width: 100%;
  margin: 0 auto; }

.alertBox {
  border-radius: 3px;
  border: none;
  margin: 15px 0;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  color: #fff;
  font-family: "quasimoda",sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 16px;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 60px; }
  .alertBox .alertBox-icon {
    padding: 0;
    display: block;
    padding-left: 8px; }
    .alertBox .alertBox-icon img {
      min-width: 16px; }
    .alertBox .alertBox-icon svg {
      display: block;
      fill: #fff; }
  .alertBox .alertBox-message {
    padding: 13px 10px;
    margin-right: auto;
    padding-right: 30px;
    margin-top: 3px; }
    .alertBox .alertBox-message #alertBox-message-text {
      color: #FFFFFF;
      font-family: "quasimoda",sans-serif;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 16px; }
  .alertBox .alertBox-close {
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    padding: 0;
    cursor: pointer; }
    .alertBox .alertBox-close i {
      font-size: 19px; }
  .alertBox.alertBox--success {
    background-color: #506F60; }
  .alertBox.alertBox--error {
    background-color: #E74C3C; }
  .alertBox.alertBox--info {
    background-color: #A0C3A0; }

ol.breadcrumbs {
  text-align: left;
  position: relative;
  z-index: 1;
  margin: 0 0 26px;
  display: flex;
  line-height: 1;
  align-items: center; }
  ol.breadcrumbs .breadcrumb:not(:first-child):before {
    display: none; }
  ol.breadcrumbs .breadcrumb {
    font-size: 12px;
    letter-spacing: 0;
    font-weight: 500;
    color: #231E1F;
    visibility: visible;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 30%; }
    ol.breadcrumbs .breadcrumb a:not(.no-hover):not(.button):not([disabled]):hover {
      background-size: 0 100%; }
      ol.breadcrumbs .breadcrumb a:not(.no-hover):not(.button):not([disabled]):hover span {
        background-size: 100% 100%; }
    ol.breadcrumbs .breadcrumb a:after {
      content: ">";
      display: inline-block;
      margin: 0 5px;
      transform: none;
      color: #231E1F;
      font-weight: 500;
      font-size: 12px;
      border: none; }
    ol.breadcrumbs .breadcrumb a span {
      transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      background-image: linear-gradient(#E5F0E5, #E5F0E5);
      background-size: 0 100%;
      background-repeat: no-repeat;
      will-change: background-size;
      font-weight: 500;
      font-size: 12px;
      line-height: 100%;
      letter-spacing: 0;
      color: #506F60; }
    ol.breadcrumbs .breadcrumb:first-child:before {
      display: none; }
    ol.breadcrumbs .breadcrumb:first-child a::after {
      margin-right: 0px; }
    ol.breadcrumbs .breadcrumb > a {
      color: #506F60;
      font-family: "quasimoda", sans-serif;
      font-size: 12px;
      letter-spacing: 0;
      font-weight: 500;
      visibility: visible;
      text-decoration: none; }
    ol.breadcrumbs .breadcrumb.is-active a {
      color: #3C3C3C; }
    ol.breadcrumbs .breadcrumb.span {
      color: #3C3C3C; }
    ol.breadcrumbs .breadcrumb:nth-child(2), ol.breadcrumbs .breadcrumb:nth-child(3) {
      display: none; }
      @media (min-width: 800px) {
        ol.breadcrumbs .breadcrumb:nth-child(2), ol.breadcrumbs .breadcrumb:nth-child(3) {
          display: block; } }
    ol.breadcrumbs .breadcrumb:nth-child(4) a:after {
      display: none; }
      @media (min-width: 800px) {
        ol.breadcrumbs .breadcrumb:nth-child(4) a:after {
          display: inline-block; } }
    ol.breadcrumbs .breadcrumb:first-child {
      width: 80px;
      max-width: unset;
      text-overflow: unset;
      overflow: unset; }
      ol.breadcrumbs .breadcrumb:first-child a:before {
        display: none; }
      @media (min-width: 800px) {
        ol.breadcrumbs .breadcrumb:first-child {
          width: auto; } }
    ol.breadcrumbs .breadcrumb:last-child {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: unset;
      display: block; }
      ol.breadcrumbs .breadcrumb:last-child span:before {
        content: ">";
        display: inline-block;
        margin: 0 5px;
        transform: none;
        color: #231E1F;
        font-weight: 500;
        font-size: 12px;
        border: none; }
        @media (min-width: 800px) {
          ol.breadcrumbs .breadcrumb:last-child span:before {
            display: none; } }
      @media (min-width: 800px) {
        ol.breadcrumbs .breadcrumb:last-child {
          max-width: 100%; } }

@media (max-width: 800px) {
  ol.breadcrumbs {
    text-align: left;
    position: relative;
    z-index: 1;
    margin: 0 0 26px;
    display: flex;
    line-height: 1; }
    ol.breadcrumbs .breadcrumb:not(:first-child):before {
      display: none; }
    ol.breadcrumbs .breadcrumb:first-child:before {
      display: none; }
    ol.breadcrumbs .breadcrumb:first-child:after {
      content: "... >";
      display: inline-block;
      font-size: 12px;
      font-weight: 500;
      color: #3C3C3C; }
    ol.breadcrumbs .breadcrumb.is-active a {
      text-decoration: none;
      color: #3C3C3C; }
    ol.breadcrumbs .breadcrumb.span {
      color: #3C3C3C; }
  .previewCartContent {
    border-radius: 0 !important; }
  .previewCartItem-image {
    justify-content: flex-start !important; }
  .previewCartList {
    max-height: 250px !important; }
  .previewCartAction-checkout {
    padding-right: 9px !important; }
  .previewCartAction-viewCart {
    padding-left: 9px !important; }
  .previewCartAction {
    padding: 12px 24px 24px !important; }
  .previewCartContent {
    border-right: none !important;
    border-left: none !important; } }

.pagination-list {
  display: flex;
  justify-content: center;
  margin-bottom: 0; }
  .pagination-list:before, .pagination-list:after {
    display: none; }
  .pagination-list .pagination-item {
    border: none;
    margin: 0;
    padding: 0 2px; }
    .pagination-list .pagination-item:first-child {
      margin-left: 0; }
    .pagination-list .pagination-item.pagination-item--previous {
      margin-right: 0; }
      .pagination-list .pagination-item.pagination-item--previous a {
        color: #231E1F;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
        padding-right: 12px;
        background: none; }
        .pagination-list .pagination-item.pagination-item--previous a:hover {
          background: none; }
    .pagination-list .pagination-item.pagination-item--current {
      border: none;
      border-radius: 0; }
      .pagination-list .pagination-item.pagination-item--current a {
        position: relative;
        font-weight: 500;
        background: #ADCFAD;
        border-radius: 50%;
        color: #fff;
        width: 25px;
        height: 25px;
        line-height: 27px !important;
        text-align: center;
        text-decoration: none;
        padding: 0; }
        .pagination-list .pagination-item.pagination-item--current a:hover {
          color: #fff;
          background: #93BC93; }
    .pagination-list .pagination-item.pagination-item--next a {
      padding-left: 12px;
      color: #231E1F;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 24px;
      text-align: center;
      background: none; }
      .pagination-list .pagination-item.pagination-item--next a:hover {
        background: none; }
    .pagination-list .pagination-item a {
      color: #3C3C3C;
      font-family: "quasimoda",sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 24px;
      text-align: center;
      font-weight: 400;
      padding: 2px 12px 0;
      text-decoration: none;
      background: none; }
      .pagination-list .pagination-item a:hover {
        color: #93BC93;
        background: none;
        transform: none; }
      .pagination-list .pagination-item a:focus {
        outline: none;
        background: none; }

h1, .h1 {
  color: #111111;
  font-family: "kepler-std-display",serif;
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 44px;
  font-weight: 400; }

h2, .h2 {
  font-family: "kepler-std-display",serif;
  color: #111111;
  font-size: 30px;
  letter-spacing: -0.5px;
  line-height: 33px; }

h3, .h3 {
  color: #111111;
  font-family: "kepler-std-display",serif;
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 26px; }

h4, .h4 {
  color: #111111;
  font-family: "kepler-std-display",serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 22px; }

h5, .h5 {
  color: #111111;
  font-family: "quasimoda",serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
  font-weight: bold; }

h6, .h6 {
  color: #111111;
  font-family: "quasimoda",serif;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px; }

body {
  color: #3C3C3C;
  font-family: "quasimoda",sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  padding: 0; }

.text-link, a:not(.no-hover):not(.button) {
  color: #506F60;
  font-family: "quasimoda",sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: underline;
  transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-image: linear-gradient(#E5F0E5, #E5F0E5);
  background-size: 0 100%;
  background-repeat: no-repeat;
  will-change: background-size; }
  .text-link:hover, .text-link:not([disabled]):hover, a:not(.no-hover):not(.button):hover, a:not(.no-hover):not(.button):not([disabled]):hover {
    color: #506F60;
    background-size: 100% 100%; }
  .text-link:focus, a:not(.no-hover):not(.button):focus {
    color: #506F60;
    background-size: 100% 100%; }

button,
.button,
.button--primary,
.btn {
  outline: none !important;
  transition: all 0.3s;
  border-radius: 3px;
  height: 48px;
  line-height: 48px;
  background-color: #E27C7C;
  border: 0;
  color: #FFFFFF;
  font-family: "quasimoda",sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 0 12px; }
  button:hover, button:focus,
  .button:hover,
  .button:focus,
  .button--primary:hover,
  .button--primary:focus,
  .btn:hover,
  .btn:focus {
    border: 0;
    background-color: #E86C6C;
    color: #fff;
    outline: none !important; }
  button:active,
  .button:active,
  .button--primary:active,
  .btn:active {
    border: 0;
    background-color: #E86C6C;
    color: #fff;
    outline: none !important; }

.button-secondary, .btn-secondary, .btn-green {
  outline: none !important;
  transition: all 0.3s;
  border-radius: 3px;
  height: 48px;
  line-height: 48px;
  background-color: #506F60;
  border: 0;
  color: #FFFFFF;
  font-family: "quasimoda",sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  padding: 0 12px; }
  .button-secondary:hover, .button-secondary:focus, .btn-secondary:hover, .btn-secondary:focus, .btn-green:hover, .btn-green:focus {
    border: 0;
    background-color: #68947F;
    color: #fff;
    outline: none !important; }
  .button-secondary:active, .btn-secondary:active, .btn-green:active {
    border: 0;
    background-color: #68947F;
    color: #fff;
    outline: none !important; }

.button-hollow, .btn-hollow {
  transition: all 0.3s;
  border-radius: 3px;
  height: 48px;
  line-height: 46px;
  background-color: #fff;
  border: 1px solid #506F60;
  font-family: "quasimoda",sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  padding: 0 12px;
  outline: none !important;
  color: #506F60;
  text-align: center; }
  .button-hollow:hover, .button-hollow:focus, .btn-hollow:hover, .btn-hollow:focus {
    background-color: #68947F;
    border-color: #68947F;
    color: #ffffff;
    outline: none !important; }
  .button-hollow:active, .btn-hollow:active {
    background-color: #68947F;
    border-color: #68947F;
    color: #ffffff;
    outline: none !important; }

#wishlist-dropdown {
  background: #fff;
  border: 1px solid #506F60;
  border-top: 0;
  padding: 0;
  margin: 0; }
  #wishlist-dropdown li {
    padding: 8px 0; }
    #wishlist-dropdown li button {
      font-weight: 600;
      color: #506F60; }
  #wishlist-dropdown input, #wishlist-dropdown .button {
    font-weight: 600;
    color: #506F60;
    margin: 0 auto; }
    #wishlist-dropdown input:hover, #wishlist-dropdown .button:hover {
      text-decoration: underline; }
  #wishlist-dropdown.is-open {
    border: 1px solid #506F60;
    padding-right: 0;
    border-top: 0;
    background: #fff;
    padding: 5px 0; }
    #wishlist-dropdown.is-open .button {
      color: #506F60;
      height: auto;
      line-height: 20px; }

/* Style checkbox */
input[type="checkbox"], .form-field [type="checkbox"] {
  display: none; }
  input[type="checkbox"] + label, .form-field [type="checkbox"] + label {
    padding-left: 28px;
    position: relative;
    transform: none;
    transition: none;
    color: #3C3C3C;
    font-family: "quasimoda",sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 0; }
    input[type="checkbox"] + label:after, .form-field [type="checkbox"] + label:after {
      display: none; }
    input[type="checkbox"] + label:before, .form-field [type="checkbox"] + label:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      line-height: 18px;
      border: 1px solid #E4E4E4;
      background-color: #FFFFFF;
      z-index: 1;
      font-weight: 600;
      font-family: "Font Awesome 5 Pro";
      font-size: 12px;
      text-align: center;
      border-radius: 3px; }
  input[type="checkbox"]:checked + label:before, .form-field [type="checkbox"]:checked + label:before {
    content: "\f00c";
    background-color: #506F60;
    border-color: #506F60;
    color: #fff; }
  input[type="checkbox"][disabled] + label:before, .form-field [type="checkbox"][disabled] + label:before {
    background-color: #F2F2F2;
    color: #fff;
    border-color: #E4E4E4; }
  input[type="checkbox"]:checked[disabled] + label:before, .form-field [type="checkbox"]:checked[disabled] + label:before {
    background-color: #F2F2F2;
    color: #ccc; }

/* Radio input */
input[type="radio"], .form-field [type="radio"] {
  display: none; }
  input[type="radio"] + label, .form-field [type="radio"] + label {
    padding-left: 28px;
    transition: none;
    transform: none;
    position: relative;
    color: #3C3C3C;
    font-family: "quasimoda",sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-bottom: 0; }
    input[type="radio"] + label:before, .form-field [type="radio"] + label:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      line-height: 18px;
      border: 1px solid #E4E4E4;
      background-color: #FFFFFF;
      z-index: 1;
      text-align: center;
      border-radius: 50%; }
    input[type="radio"] + label:after, .form-field [type="radio"] + label:after {
      content: "";
      display: block;
      position: absolute;
      top: 6px;
      left: 6px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      z-index: 2;
      background-color: transparent;
      background-color: #fff;
      opacity: 0;
      visibility: hidden; }
    input[type="radio"] + label.has-image, .form-field [type="radio"] + label.has-image {
      padding-left: 0px; }
  input[type="radio"] + label[data-hide-radio-style="true"]:before, input[type="radio"] + label[data-hide-radio-style="true"]:after, .form-field [type="radio"] + label[data-hide-radio-style="true"]:before, .form-field [type="radio"] + label[data-hide-radio-style="true"]:after {
    display: none; }
  input[type="radio"]:checked + label:before, .form-field [type="radio"]:checked + label:before {
    background-color: #506F60;
    border-color: #506F60; }
  input[type="radio"]:checked + label:after, .form-field [type="radio"]:checked + label:after {
    opacity: 1;
    visibility: visible; }
  input[type="radio"][disabled] + label:before, .form-field [type="radio"][disabled] + label:before {
    background-color: #F2F2F2;
    color: #fff;
    border-color: #e4e4e4; }
  input[type="radio"]:checked[disabled] + label:before, .form-field [type="radio"]:checked[disabled] + label:before {
    background-color: #F2F2F2;
    color: #fff;
    border-color: #e4e4e4; }
  input[type="radio"]:checked[disabled] + label:after, .form-field [type="radio"]:checked[disabled] + label:after {
    background-color: #ccc; }

select,
.form-select,
.cart-total .form-select {
  height: 48px;
  margin: 0;
  color: #3C3C3C;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
  outline: none;
  border-color: #E4E4E4;
  border-radius: 3px;
  background-image: url(../img/icon-arrow-down.png);
  background-repeat: no-repeat;
  background-size: 11px;
  font-family: "quasimoda",sans-serif;
  line-height: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 34px 0 14px;
  background-position: right 16px center; }
  select:focus,
  .form-select:focus,
  .cart-total .form-select:focus {
    outline: none !important;
    border-color: #506F60 !important; }
  select.valid,
  .form-select.valid,
  .cart-total .form-select.valid {
    border-color: #506F60; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="date"] textarea,
.form-input,
.cart-total .form-input {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  background-color: #FFFFFF;
  margin: 0;
  padding: 12px 14px;
  height: 48px;
  color: #3C3C3C;
  font-family: "quasimoda",sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 24px;
  outline: none;
  margin-bottom: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="date"] textarea:focus,
  .form-input:focus,
  .cart-total .form-input:focus {
    outline: none !important;
    border: 1px solid #506F60; }
  input[type="text"].focus-visible,
  input[type="email"].focus-visible,
  input[type="password"].focus-visible,
  input[type="number"].focus-visible,
  input[type="tel"].focus-visible,
  input[type="date"] textarea.focus-visible,
  .form-input.focus-visible,
  .cart-total .form-input.focus-visible {
    border-color: #506F60; }

@media (min-width: 1200px) {
  input[type=password] {
    padding: 16px 14px 12px; } }

textarea.form-input {
  line-height: inherit;
  padding-top: 16px; }

.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: #FF0000 !important; }
  .form-field--error .form-input:focus, .form-field--error .form-input:active, .form-field--error .form-select:focus, .form-field--error .form-select:active, .form-field--error .form-checkbox + .form-label::before:focus, .form-field--error .form-checkbox + .form-label::before:active, .form-field--error .form-radio + .form-label::before:focus, .form-field--error .form-radio + .form-label::before:active, .form-field--error .form-prefixPostfix-label:focus, .form-field--error .form-prefixPostfix-label:active {
    outline: none !important;
    border-color: #506F60; }

.form-field--error .form-select {
  border-color: #ff0000; }

.form-field--error .form-inlineMessage {
  color: #FF0000;
  font-family: "quasimoda",sans-serif;
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
  margin: 3px 0 0 0; }
  .form-field--error .form-inlineMessage:before {
    display: none; }

.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: #E4E4E4; }

.form-field--success .form-input[type="text"] {
  background: none; }

.form-fieldset .form-field.form-field--error.is-select-field .form-label {
  color: #FF0000; }
  .form-fieldset .form-field.form-field--error.is-select-field .form-label small:before {
    color: #FF0000; }

.form-field {
  position: relative;
  margin: 0 0 18px; }
  .form-field .form-label, .form-field label {
    color: #3C3C3C;
    font-family: "quasimoda",sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    position: absolute;
    top: 15px;
    width: auto;
    left: 16px;
    transition: all .2s ease;
    margin: 0;
    font-weight: 400;
    z-index: 1; }
    .form-field .form-label.label-select, .form-field label.label-select {
      color: #3C3C3C; }
      .form-field .form-label.label-select small:before, .form-field label.label-select small:before {
        color: #3C3C3C; }
    .form-field .form-label.active, .form-field label.active {
      font-size: 11px;
      line-height: 13px;
      top: -5px;
      left: 12px;
      background-color: #fff;
      font-family: "quasimoda",sans-serif;
      padding: 0 3px;
      color: #AAAAAA;
      font-weight: 600; }
      .form-field .form-label.active.label-select, .form-field label.active.label-select {
        color: #aaa; }
      .form-field .form-label.active small:before, .form-field label.active small:before {
        color: #aaa; }
      .form-field .form-label.active.focusing, .form-field label.active.focusing {
        color: #506F60;
        font-weight: 600; }
        .form-field .form-label.active.focusing small:before, .form-field label.active.focusing small:before {
          color: #506F60; }
    .form-field .form-label.focusing, .form-field label.focusing {
      font-size: 11px;
      line-height: 13px;
      top: -5px;
      left: 12px;
      background-color: #fff;
      padding: 0 3px;
      color: #506F60;
      font-weight: 600; }
      .form-field .form-label.focusing.label-select, .form-field label.focusing.label-select {
        color: #aaa; }
        .form-field .form-label.focusing.label-select small:before, .form-field label.focusing.label-select small:before {
          color: #aaa; }
      .form-field .form-label.focusing small:before, .form-field label.focusing small:before {
        color: #506F60; }
    .form-field .form-label small, .form-field label small {
      color: transparent;
      width: 6px;
      overflow: hidden;
      float: none;
      margin: 0;
      font-size: inherit;
      display: inline-block; }
      .form-field .form-label small:before, .form-field label small:before {
        content: '*';
        color: #3C3C3C; }
  .form-field.form-field--error .form-label, .form-field.form-field--error label {
    color: #FF0000; }
    .form-field.form-field--error .form-label.active, .form-field.form-field--error label.active {
      color: #ff0000;
      font-weight: 600; }
      .form-field.form-field--error .form-label.active.focusing, .form-field.form-field--error label.active.focusing {
        color: #ff0000;
        font-weight: 600; }
      .form-field.form-field--error .form-label.active small:before, .form-field.form-field--error label.active small:before {
        color: #ff0000; }
    .form-field.form-field--error .form-label small:before, .form-field.form-field--error label small:before {
      color: #ff0000; }
  .form-field.is-select-field .form-label {
    font-size: 11px;
    line-height: 13px;
    top: -5px;
    background-color: #fff;
    padding: 0 3px;
    color: #AAAAAA;
    font-weight: 600; }
    .form-field.is-select-field .form-label small:before {
      color: #AAAAAA; }
    .form-field.is-select-field .form-label.focusing {
      color: #506F60; }
      .form-field.is-select-field .form-label.focusing small:before {
        color: #506F60; }

.device-ios .pagination-list .pagination-item.pagination-item--current, .mac .pagination-list .pagination-item.pagination-item--current {
  margin-top: 2px !important; }
  .device-ios .pagination-list .pagination-item.pagination-item--current a, .mac .pagination-list .pagination-item.pagination-item--current a {
    line-height: 25px !important; }

.device-ios .header .navUser-section--alt, .mac .header .navUser-section--alt {
  align-items: center; }

.device-ios .pagination-list, .mac .pagination-list {
  align-items: center !important; }

.device-ios .form-field .form-label, .device-ios .form-field label, .mac .form-field .form-label, .mac .form-field label {
  top: 15px; }

.device-ios .form-field .form-label.active, .mac .form-field .form-label.active {
  top: -7px !important; }

.device-ios .form-field.is-select-field .form-label, .mac .form-field.is-select-field .form-label {
  top: -5px; }

.device-ios .form-field input[type="checkbox"] + label, .device-ios .form-field input[type="checkbox"] + .form-label, .mac .form-field input[type="checkbox"] + label, .mac .form-field input[type="checkbox"] + .form-label {
  top: 0; }

.device-ios .form-field input[type="radio"] + label, .device-ios .form-field input[type="radio"] + .form-label, .mac .form-field input[type="radio"] + label, .mac .form-field input[type="radio"] + .form-label {
  top: 0; }

.device-ios .header .header-top-bar ul.header-top-right li:first-child i.fas.fa-sort-down, .mac .header .header-top-bar ul.header-top-right li:first-child i.fas.fa-sort-down {
  top: 4px; }

.device-ios .header .header-top-bar ul.header-top-right li:first-child .hasshow i.fas.fa-sort-down, .mac .header .header-top-bar ul.header-top-right li:first-child .hasshow i.fas.fa-sort-down {
  top: 8px; }

.device-ios .alertBox .alertBox-message, .mac .alertBox .alertBox-message {
  padding-top: 6px; }

.device-ios .header .header-main .dropdown--quickSearch .form-fieldset .form-input, .mac .header .header-main .dropdown--quickSearch .form-fieldset .form-input {
  line-height: 22px; }

.device-ios ol.breadcrumbs .breadcrumb, .mac ol.breadcrumbs .breadcrumb {
  overflow: hidden;
  padding-bottom: 1px; }

@media (min-width: 801px) {
  .device-ios .header-bottom, .mac .header-bottom {
    padding: 20px 12px; }
    .device-ios .header-bottom span, .mac .header-bottom span {
      margin-top: -4px; } }

.form-row {
  margin: 0 -8px; }
  .form-row .form-field {
    padding-left: 8px;
    padding-right: 8px;
    margin: 0 0 16px; }
    .form-row .form-field .form-label, .form-row .form-field label {
      left: 23px; }
      .form-row .form-field .form-label.active, .form-row .form-field .form-label.focusing, .form-row .form-field label.active, .form-row .form-field label.focusing {
        left: 22px; }

.heroCarousel {
  margin-top: 0; }
  .heroCarousel .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center; }
    .heroCarousel .slick-dots li {
      padding: 0;
      display: block;
      height: auto;
      width: auto;
      position: static;
      margin: 0 6px;
      background: none; }
      .heroCarousel .slick-dots li.slick-active button {
        background-color: #FFFFFF;
        border: 2px solid #506F60;
        height: 10px;
        width: 10px;
        position: static;
        font-size: 10px; }
      .heroCarousel .slick-dots li button {
        border: none;
        background-color: #DDDDDD;
        border: 1px solid #DDDDDD;
        display: block;
        height: 8px;
        width: 8px;
        position: static;
        font-size: 8px; }
        .heroCarousel .slick-dots li button:before {
          display: none; }

.swiper-pagination {
  position: relative;
  margin: 8px 0 0;
  bottom: 0 !important; }
  .swiper-pagination .swiper-pagination-bullet {
    padding: 0;
    height: 10px;
    width: 10px;
    margin: 0 6px;
    border: 1px solid #DDDDDD; }
    .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background-color: #FFFFFF;
      border: 1px solid #506F60; }

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

input:focus + label {
  outline: none !important;
  outline-offset: none !important; }

#gtx-trans {
  display: none !important; }

.dropdown--quickSearch {
  display: inline-block;
  position: relative;
  padding: 0;
  left: auto;
  background: none; }
  .dropdown--quickSearch > .container {
    padding: 0; }
  .dropdown--quickSearch.screen-mobile {
    display: none; }
  .dropdown--quickSearch .form {
    max-width: 100%; }
  .dropdown--quickSearch .form-fieldset {
    position: relative;
    background: none; }
    .dropdown--quickSearch .form-fieldset .form-field:after, .dropdown--quickSearch .form-fieldset .form-field:before {
      display: none; }
    .dropdown--quickSearch .form-fieldset:before {
      content: "\f002";
      font-family: 'FONT AWESOME 5 PRO';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 18px;
      color: #506F60;
      font-size: 18px;
      display: block;
      z-index: 1; }
    .dropdown--quickSearch .form-fieldset .form-input {
      color: #777777;
      font-weight: 500;
      font-family: "quasimoda",sans-serif;
      font-size: 15px;
      letter-spacing: 0;
      padding: 0 65px 0 44px;
      height: 48px;
      line-height: 51px;
      border: none;
      border-radius: 3px;
      background-color: #F6F6F6;
      width: 324px;
      max-width: 100%;
      margin: 0; }
      .dropdown--quickSearch .form-fieldset .form-input::-webkit-input-placeholder {
        /* Edge */
        color: #777777;
        font-family: "quasimoda",sans-serif;
        font-size: 15px;
        letter-spacing: 0; }
      .dropdown--quickSearch .form-fieldset .form-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #777777;
        font-family: "quasimoda",sans-serif;
        font-size: 15px;
        letter-spacing: 0; }
      .dropdown--quickSearch .form-fieldset .form-input::placeholder {
        color: #777777;
        font-family: "quasimoda",sans-serif;
        font-size: 15px;
        letter-spacing: 0; }
    .dropdown--quickSearch .form-fieldset button {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      width: 60px;
      height: 54px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      background-image: url("../img/search-icon@2x.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 22px; }
  .dropdown--quickSearch .quickSearchResults .productGrid {
    position: absolute;
    top: 48px;
    left: 0;
    z-index: 9999;
    height: 472px;
    width: 895px;
    border: 1px solid #EEEEEE;
    border-radius: 0 0 3px 3px;
    background-color: #FFFFFF; }

body {
  margin-top: 0; }
  body .snize-ac-results {
    border: 1px solid #ccc;
    background-color: #FFFFFF;
    box-shadow: none !important;
    margin-top: -14px !important;
    width: 348px !important;
    border-radius: 3px !important;
    overflow: hidden; }
  body .snize-dropdown-arrow {
    display: none; }
  body div.snize-ac-results li {
    color: #323232;
    font-family: "quasimoda",sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 3px 12px; }
    body div.snize-ac-results li a {
      text-decoration: none !important;
      padding: 0; }
      body div.snize-ac-results li a:hover {
        text-decoration: underline !important;
        color: #323232 !important; }
    body div.snize-ac-results li.snize-nothing-found {
      color: #323232;
      text-decoration: none; }
      body div.snize-ac-results li.snize-nothing-found:hover {
        color: #323232; }
      body div.snize-ac-results li.snize-nothing-found span {
        color: #323232;
        text-decoration: none; }
        body div.snize-ac-results li.snize-nothing-found span:hover {
          color: #323232; }
    body div.snize-ac-results li.snize-label {
      color: #323232 !important;
      padding: 10px;
      background: #fff;
      font-size: 14px;
      font-weight: 500;
      text-decoration: none; }
    body div.snize-ac-results li.snize-ac-over-nodrop {
      background: none; }
      body div.snize-ac-results li.snize-ac-over-nodrop a.snize-view-link {
        background: none; }
    body div.snize-ac-results li.snize-product {
      text-decoration: none;
      padding-top: 5px;
      padding-bottom: 5px; }
      body div.snize-ac-results li.snize-product .snize-item {
        text-decoration: none; }
      body div.snize-ac-results li.snize-product .snize-overhidden .snize-title {
        text-decoration: none; }
        body div.snize-ac-results li.snize-product .snize-overhidden .snize-title:hover {
          text-decoration: underline;
          color: #323232; }
      body div.snize-ac-results li.snize-product .snize-overhidden .snize-description {
        text-decoration: none;
        cursor: auto;
        display: none; }
      body div.snize-ac-results li.snize-product .snize-overhidden .snize-price-list {
        cursor: auto; }
        body div.snize-ac-results li.snize-product .snize-overhidden .snize-price-list span {
          font-size: 15px;
          color: #777777; }
          body div.snize-ac-results li.snize-product .snize-overhidden .snize-price-list span.snize-price.snize-price-with-discount {
            color: #ef3f26; }
          body div.snize-ac-results li.snize-product .snize-overhidden .snize-price-list span.snize-discounted-price {
            color: #aaaaaa;
            font-weight: 400; }
      body div.snize-ac-results li.snize-product .snize-overhidden .snize-reviews {
        display: none; }
      body div.snize-ac-results li.snize-product + .snize-separator {
        display: none; }
    body div.snize-ac-results li.snize-view-all-link {
      display: none; }
    body div.snize-ac-results li.snize-no-products-found {
      text-decoration: none;
      cursor: auto; }
      body div.snize-ac-results li.snize-no-products-found .snize-no-products-found-text {
        background: none;
        border: none; }
        body div.snize-ac-results li.snize-no-products-found .snize-no-products-found-text span {
          text-decoration: none; }
    body div.snize-ac-results li.snize-category a.snize-view-link {
      font-weight: 400; }
    body div.snize-ac-results li .snize-reviews .total-reviews {
      font-size: 16px; }
    body div.snize-ac-results li a.snize-view-link {
      color: #506F60;
      font-family: "quasimoda",sans-serif;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px;
      text-decoration: underline; }
      body div.snize-ac-results li a.snize-view-link .snize-page-img {
        display: none; }
    body div.snize-ac-results li:hover, body div.snize-ac-results li:not([disabled]):hover {
      color: #506F60;
      background-color: none; }
    body div.snize-ac-results li:focus {
      color: #506F60; }
    body div.snize-ac-results li b {
      font-weight: 400; }

@media (max-width: 767px) {
  .dropdown--quickSearch.screen-mobile {
    padding: 0 12px;
    margin-bottom: 12px;
    display: block;
    margin-right: 0; }
    .dropdown--quickSearch.screen-mobile .form-fieldset .form-input {
      width: 100%; } }

.header {
  border: none;
  position: inherit;
  height: auto; }
  .header .header-main {
    padding: 12px 0 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: auto;
    width: auto;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none; }
    .header .header-main .header-logo img {
      width: 248px; }
      @media screen and (max-width: 800px) {
        .header .header-main .header-logo img {
          width: 182px;
          max-height: none; } }
    .header .header-main .dropdown--quickSearch {
      width: 30%;
      margin-top: 12px; }
    .header .header-main .header-logo {
      width: 40%;
      margin: 0 auto; }
    .header .header-main .navUser-right {
      width: 30%;
      width: 30%;
      align-items: center;
      justify-content: flex-end;
      margin-top: 10px; }
    .header .header-main .header-left {
      display: none; }
  .header.hnf-header--fixed {
    pointer-events: none;
    transition: transform .5s;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    display: block; }
    .header.hnf-header--fixed.hnf-header--scroll-up {
      z-index: 9999;
      pointer-events: all;
      transition: all 0.3s;
      top: 0 !important; }
    .header.hnf-header--fixed.hasFixed-filter {
      transform: none;
      display: none; }
    .header.hnf-header--fixed [data-content-region="top_bar_message--global"] {
      display: none; }

.header-top-bar {
  background: #506F60;
  text-align: center;
  padding: 11px 12px 9px;
  position: relative;
  z-index: 99; }
  .header-top-bar [data-sub-layout] {
    padding: 0; }
  .header-top-bar p, .header-top-bar span {
    margin: 0;
    color: #FFFFFF !important;
    font-family: "quasimoda",sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px !important;
    text-align: center;
    min-height: 0;
    display: block !important; }
  .header-top-bar ul {
    margin: 0 auto; }
    .header-top-bar ul li {
      display: inline-block;
      text-align: left;
      position: relative;
      padding-right: 14px; }
      .header-top-bar ul li:last-child {
        padding-right: 0; }
      .header-top-bar ul li a {
        color: #fff !important;
        text-decoration: none;
        font-weight: bold;
        text-decoration: none !important;
        background: none !important;
        line-height: 14px; }
        .header-top-bar ul li a > i {
          padding-left: 4px;
          font-size: 12px; }
        .header-top-bar ul li a:hover {
          text-decoration: underline !important; }
    .header-top-bar ul.header-top-left {
      text-align: left; }
    .header-top-bar ul.header-top-right {
      text-align: right; }
      .header-top-bar ul.header-top-right li:first-child {
        margin: 0;
        margin-right: 12px; }
        .header-top-bar ul.header-top-right li:first-child i.fas.fa-sort-down {
          position: absolute;
          top: 1px;
          right: 3px; }
        .header-top-bar ul.header-top-right li:first-child .hasshow i.fas.fa-sort-down {
          top: 4px; }
          .header-top-bar ul.header-top-right li:first-child .hasshow i.fas.fa-sort-down:before {
            content: '\f0d8'; }
        .header-top-bar ul.header-top-right li:first-child .dropdown {
          display: none;
          position: absolute;
          right: -8px;
          left: auto;
          top: 28px;
          background: #fff;
          width: 158px;
          border: 1px solid #506f60;
          padding: 17px 16px 10px 18px;
          z-index: 9999; }
          .header-top-bar ul.header-top-right li:first-child .dropdown.show {
            display: block; }
          .header-top-bar ul.header-top-right li:first-child .dropdown li {
            display: block;
            padding: 5px 0 5px; }
            .header-top-bar ul.header-top-right li:first-child .dropdown li a {
              font-weight: 400;
              color: #3C3C3C !important; }
            .header-top-bar ul.header-top-right li:first-child .dropdown li:first-child {
              padding-top: 0; }
          .header-top-bar ul.header-top-right li:first-child .dropdown .icon-close {
            position: absolute;
            top: 11px;
            right: 13px;
            color: #999;
            font-size: 20px;
            cursor: pointer; }

.header-bottom-global {
  margin-top: 0;
  padding: 12px 0 11px;
  border-bottom: 1px solid #E8E8E8; }
  .header-bottom-global [data-widget-id] {
    display: flex;
    width: 72%;
    justify-content: space-around;
    text-align: center;
    margin: 0 auto; }
    .header-bottom-global [data-widget-id] [data-sub-layout] {
      padding: 0; }
    .header-bottom-global [data-widget-id] .block-banner-footer {
      color: #231E1F;
      line-height: 16px;
      width: 33%;
      margin: 0 auto;
      float: left;
      padding-left: 28px;
      text-align: center; }
      .header-bottom-global [data-widget-id] .block-banner-footer .image-footer {
        display: inline-block; }
      .header-bottom-global [data-widget-id] .block-banner-footer img {
        width: 32px;
        height: auto; }
      .header-bottom-global [data-widget-id] .block-banner-footer .content-image-footer {
        color: #231E1F;
        padding: 9px 0 0px 8px;
        display: inline-block;
        line-height: 16px; }
  .header-bottom-global .slick-arrow {
    height: auto;
    width: auto;
    padding: 0;
    background: none;
    border: none;
    top: 50%;
    transform: translateY(-50%);
    margin: 0; }
    .header-bottom-global .slick-arrow:hover:before {
      background-image: none; }
    .header-bottom-global .slick-arrow.slick-prev {
      right: 2px;
      left: auto; }
      .header-bottom-global .slick-arrow.slick-prev:before {
        content: ">";
        background: none;
        width: auto;
        height: auto;
        font-weight: 100;
        color: #AAAAAA;
        font-size: 12px; }
    .header-bottom-global .slick-arrow.slick-next {
      right: auto;
      left: 2px; }
      .header-bottom-global .slick-arrow.slick-next:before {
        content: "\f053";
        font-family: "Font Awesome 5 Pro";
        background: none;
        width: auto;
        height: auto;
        font-weight: 100;
        color: #AAAAAA;
        font-size: 14px; }

.header-bottom {
  text-align: center;
  background: #a0c3a0;
  padding: 22px 12px 18px; }
  .header-bottom p {
    margin-bottom: 0;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    display: inline-flex;
    margin-left: -17px; }
    .header-bottom p i {
      padding-right: 12px;
      font-size: 16px;
      margin-top: -4px; }
    .header-bottom p span {
      line-height: 16px;
      font-weight: 600; }
  .header-bottom .close-icon:after {
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    padding: 18px 25px;
    background-image: url("../img/times-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }

.header-logo--center {
  margin: 0;
  height: auto;
  padding: 0;
  font-size: inherit;
  min-width: 206px;
  width: 206px;
  max-width: none;
  display: inline-block; }
  .header-logo--center .header-logo__link {
    display: block;
    position: static;
    width: 100%;
    margin: 0; }
    .header-logo--center .header-logo__link:after, .header-logo--center .header-logo__link:before {
      display: none; }
  .header-logo--center .header-logo-image-container {
    position: static;
    min-height: auto; }
    .header-logo--center .header-logo-image-container:after {
      display: none; }
    .header-logo--center .header-logo-image-container .header-logo-image {
      position: static;
      max-height: none;
      display: block; }

.header {
  z-index: 99; }
  .header .search-toggle-hidden {
    display: none; }
  .header .navUser {
    padding: 0;
    margin-left: auto;
    width: auto;
    align-items: center;
    width: 100%;
    position: relative;
    top: auto;
    left: auto;
    transform: none; }
  .header .navUser-section--alt {
    order: 1;
    position: static;
    display: flex;
    align-items: center; }
    .header .navUser-section--alt:after, .header .navUser-section--alt:before {
      display: none; }
  .header .wishlist-header {
    display: block;
    margin: 0 24px 0 0;
    position: relative; }
    .header .wishlist-header .header-wishlist-link {
      display: block; }
  .header .navUser-item {
    position: relative; }
  .header .navUser-item--account {
    margin-right: 22px;
    position: relative; }
    .header .navUser-item--account a {
      color: #000000;
      font-family: "quasimoda",sans-serif;
      font-size: 15px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 15px;
      text-transform: capitalize;
      text-decoration: none;
      padding: 0; }
      .header .navUser-item--account a img {
        width: 19px;
        height: auto; }
  .header .navUser-action--storeCredit:not(.no-hover):not(.button) {
    color: #000000;
    font-family: "quasimoda",sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 15px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 10px; }
    .header .navUser-action--storeCredit:not(.no-hover):not(.button):hover {
      text-decoration: underline; }
  .header .navUser-item--cart .f-open-dropdown {
    width: 346px !important;
    border: none;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    max-width: none;
    top: 100% !important;
    right: -24px !important;
    margin-top: 14px; }
    .header .navUser-item--cart .f-open-dropdown:before, .header .navUser-item--cart .f-open-dropdown:after {
      display: none; }
    .header .navUser-item--cart .f-open-dropdown .previewCart-additionalCheckoutButtons {
      display: none; }
  .header .navUser-item--cart .navUser-action {
    font-family: "quasimoda",sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-transform: inherit;
    padding: 0;
    width: 24px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .header .navUser-item--cart .navUser-action i {
      font-size: 24px;
      margin-right: 8px; }
    .header .navUser-item--cart .navUser-action .countPill--positive {
      position: absolute;
      top: -10px;
      right: -10px;
      margin: 0;
      background-color: #E27C7C;
      color: #fff;
      font-family: quasimoda,sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 25px;
      text-align: center;
      min-width: 24px;
      height: 24px;
      width: auto;
      padding: 0 3px;
      border-radius: 25px; }

#menu {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8; }
  #menu .navPages-menu-top {
    display: none; }
  #menu nav {
    display: flex;
    justify-content: center; }
    #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item[category-name="Sale"] .navPages-action {
      color: #E27C7C;
      font-weight: 500; }
    #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item.navPages-item-page {
      display: none; }
    #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item:hover .navPage-subMenu:after {
      content: "";
      background: rgba(0, 0, 0, 0.1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      pointer-events: none;
      z-index: -1; }
      @media (max-width: 800px) {
        #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item:hover .navPage-subMenu:after {
          background: #fff; } }
    #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action {
      color: #111;
      font-family: "quasimoda",sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 16px;
      text-decoration: none;
      padding: 0;
      margin: 0 4px;
      background: none;
      outline: none;
      text-transform: inherit;
      border-bottom: 3px solid #fff;
      transition: all 0.3s; }
      #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.is-open {
        border-bottom: 3px solid #506F60;
        font-weight: 500; }
        #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.is-open .navPages-action-moreIcon {
          transform: rotate(180deg); }
      #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action .cate-name {
        padding: 20px 11.5px 11px;
        display: block; }
      #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.activePage {
        border-bottom: 3px solid #506F60;
        font-weight: 500; }
      #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action:hover {
        border-bottom: 3px solid #506F60; }
      #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action .navPages-action-moreIcon {
        font-size: 14px;
        height: 14px;
        width: 14px;
        margin-left: 6px;
        display: none; }
  #menu .right-menu-links {
    padding: 0;
    margin: 0 0 0 auto;
    display: flex;
    flex-wrap: wrap;
    border: none;
    align-items: center; }
    #menu .right-menu-links li {
      float: left; }
      #menu .right-menu-links li a {
        text-decoration: none;
        color: #000000;
        font-family: Helvetica;
        font-size: 17px;
        letter-spacing: 0;
        line-height: 17px;
        font-weight: 400;
        position: relative;
        top: 2px; }
        #menu .right-menu-links li a:hover span {
          text-decoration: underline; }
        #menu .right-menu-links li a:before {
          content: "\f3c5";
          color: #323232;
          font-family: "Font Awesome 5 Pro";
          font-size: 17px;
          letter-spacing: 0;
          line-height: 17px;
          font-weight: 900;
          margin-right: 3px; }
    #menu .right-menu-links .menu-location-link .mobile-title {
      display: none; }
    #menu .right-menu-links .menu-login-link {
      display: none; }

@media (min-width: 1200px) {
  #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item:hover .navPage-subMenu {
    display: block;
    left: 0;
    width: 100%; }
  #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item .item-viewall {
    display: none; } }

@media (max-width: 1199px) and (min-width: 801px) {
  #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action:hover {
    border-bottom-color: transparent; }
  #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.is-open {
    border-bottom: 3px solid #506F60; } }

@media (max-width: 1140px) and (min-width: 1024px) {
  .navPages-list:not(.navPages-list--user) #menu nav > .navPages-item > .navPages-action {
    font-size: 14px;
    padding: 20px 14px 18px; }
  #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action {
    font-size: 14px;
    margin: 0;
    padding: 20px 0 18px; }
  #menu .right-menu-links .menu-location-link a {
    font-size: 13px; }
    #menu .right-menu-links .menu-location-link a .desktop-title {
      display: none; }
    #menu .right-menu-links .menu-location-link a .mobile-title {
      display: inline-block; } }

@media (max-width: 1023px) and (min-width: 801px) {
  .navPages-list:not(.navPages-list--user) #menu nav > .navPages-item > .navPages-action {
    font-size: 14px;
    padding: 20px 10px 18px; }
  #menu nav .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action {
    font-size: 1.3vw;
    margin: 0;
    padding: 0; }
  #menu .right-menu-links .menu-location-link a {
    font-size: 13px; }
    #menu .right-menu-links .menu-location-link a .desktop-title {
      display: none; }
    #menu .right-menu-links .menu-location-link a .mobile-title {
      display: inline-block; }
  .dropdown--quickSearch .form-fieldset .form-input {
    width: 232px; } }

@media (max-width: 1024px) {
  .header-bottom-global [data-widget-id] {
    width: 100%; } }

@media (max-width: 800px) {
  .header.hnf-header--fixed.hnf-header--scroll-up .header-main .dropdown--quickSearch {
    display: none; }
  .header .mobileMenu-toggle {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    width: 18px;
    height: 16px;
    font-size: initial; }
    .header .mobileMenu-toggle span {
      position: relative;
      background: url(../img/menu-icon.svg) no-repeat left top !important;
      background-size: 18px;
      text-decoration: none !important;
      display: block;
      padding: 0;
      margin: 0;
      width: 100%;
      top: 0;
      font-size: 0;
      height: 100%; }
      .header .mobileMenu-toggle span:before {
        display: none; }
      .header .mobileMenu-toggle span:after {
        display: none; }
  .header .header-main {
    padding-top: 10px;
    padding-bottom: 11px; }
    .header .header-main .dropdown--quickSearch {
      margin: 10px 0 0;
      order: 3;
      width: 100%;
      float: none; }
      .header .header-main .dropdown--quickSearch .form-fieldset .form-input {
        width: 100%;
        height: 42px;
        line-height: 42px;
        padding-left: 40px;
        font-size: 16px; }
      .header .header-main .dropdown--quickSearch .form-fieldset:before {
        font-size: 16px; }
      .header .header-main .dropdown--quickSearch .quickSearchResults {
        margin: 0; }
    .header .header-main .header-left {
      position: relative;
      top: 0;
      left: 6px;
      right: auto;
      bottom: auto;
      width: 20%;
      display: flex;
      align-items: center; }
      .header .header-main .header-left .mobileMenu-search {
        color: #506F60;
        font-size: 18px;
        padding-top: 2px;
        display: none; }
    .header .header-main .header-logo--center {
      width: calc(60% - 18px);
      min-width: auto; }
      .header .header-main .header-logo--center .header-logo-image-container .header-logo-image {
        width: 182px; }
    .header .header-main .navUser-right {
      width: 20%;
      margin-top: 0; }
    .header .header-main .navUser-item--cart {
      padding-right: 4px; }
      .header .header-main .navUser-item--cart .navUser-action {
        width: 22px; }
        .header .header-main .navUser-item--cart .navUser-action .navUser-item-cartLabel {
          display: block; }
        .header .header-main .navUser-item--cart .navUser-action .countPill--positive {
          min-width: 20px;
          height: 20px;
          top: -5px;
          right: -8px;
          line-height: 21px;
          font-size: 11px; }
  .header .wishlist-header {
    margin: 0 15px 0 0; }
    .header .wishlist-header img {
      width: 20px; }
  .header .header-top-bar {
    padding: 5.5px 0 5.5px; }
    .header .header-top-bar [data-sub-layout-container] {
      display: block; }
    .header .header-top-bar [data-sub-layout] {
      padding: 0;
      max-width: 100%; }
    .header .header-top-bar ul.header-top-left {
      display: none; }
    .header .header-top-bar ul.header-top-right {
      text-align: initial;
      display: flex;
      justify-content: space-between; }
      .header .header-top-bar ul.header-top-right li {
        padding: 0; }
        .header .header-top-bar ul.header-top-right li:first-child i.fas.fa-sort-down {
          right: -12px;
          top: 2px; }
        .header .header-top-bar ul.header-top-right li:first-child .dropdown.show {
          top: 24px;
          right: 0;
          padding-left: 10px; }
        .header .header-top-bar ul.header-top-right li:first-child .dropdown .icon-close {
          top: 5px;
          right: 9px; }
  .header.nav-down {
    border-bottom: 1px solid #E8E8E8; }
    .header.nav-down .header-main .header-left .mobileMenu-search {
      display: block; }
    .header.nav-down .dropdown.dropdown--quickSearch {
      display: none; }
      .header.nav-down .dropdown.dropdown--quickSearch.show-search {
        display: block; }
  .header.nav-up .dropdown.dropdown--quickSearch {
    display: none; }
  .header:not(.nav-down) + .header-bottom-global {
    margin-top: 0 !important; }
  .header-bottom {
    padding: 13px 2px 13px; }
    .header-bottom p {
      margin-left: 0px; }
      .header-bottom p i {
        padding-right: 5px;
        font-size: 16px;
        margin-top: 0; }
      .header-bottom p span {
        line-height: 16px;
        margin-top: 2px; }
  .header-bottom-global {
    padding: 8px 0 8px;
    border-top: 1px solid #E8E8E8; }
    .header-bottom-global [data-sub-layout] {
      padding: 0; }
    .header-bottom-global [data-widget-id] > .block-banner-footer:first-child {
      width: 100%; }
    .header-bottom-global [data-widget-id] > .block-banner-footer:nth-child(n+2) {
      display: none; }
    .header-bottom-global [data-widget-id] .block-banner-footer {
      padding-left: 0;
      align-items: center;
      margin: 0 auto;
      text-align: center;
      float: none;
      display: inline-block; }
      .header-bottom-global [data-widget-id] .block-banner-footer img {
        width: 29px; }
      .header-bottom-global [data-widget-id] .block-banner-footer .image-footer {
        position: absolute;
        display: inline-block;
        width: 29px;
        top: 2px; }
      .header-bottom-global [data-widget-id] .block-banner-footer .content-image-footer {
        padding-top: 9px;
        padding-bottom: 8px;
        padding-left: 38px; }
  .header-top-bar .header-top-right li:first-child .dropdown {
    top: 22px;
    max-width: 100%; } }

@media (max-width: 374px) {
  .header-top .header-logo--center {
    width: 120px;
    min-width: 120px;
    padding: 5px 0; } }

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

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

.productGrid {
  margin-left: -12px;
  margin-right: -12px; }
  .productGrid .card .sale-flag-sash {
    display: none; }
  .productGrid .card .card-figure {
    overflow: hidden; }
    .productGrid .card .card-figure a {
      background-image: none; }
  .productGrid .card .card-figcaption-button {
    display: none; }
  .productGrid .card .card-title {
    margin: 0 0 6px; }
    .productGrid .card .card-title a {
      color: #111111;
      font-family: "kepler-std-display",serif;
      font-size: 18px;
      letter-spacing: 0;
      line-height: 20px;
      font-weight: 400;
      text-decoration: none;
      background-image: none;
      text-align: left; }
      .productGrid .card .card-title a:hover {
        color: #111111;
        text-decoration: underline; }
  .productGrid .card .price-section {
    display: inline-block; }
    .productGrid .card .price-section.non-sale-price--withTax[style="display: none;"] + .price-section span.price, .productGrid .card .price-section.non-sale-price--withoutTax[style="display: none;"] + .price-section span.price {
      color: #506F60; }
    .productGrid .card .price-section.non-sale-price--withTax + .price-section span.price, .productGrid .card .price-section.non-sale-price--withoutTax + .price-section span.price {
      color: #E74C3C; }
    .productGrid .card .price-section .price-label, .productGrid .card .price-section .price-now-label {
      display: none; }
    .productGrid .card .price-section span {
      color: #506F60;
      font-family: "quasimoda",sans-serif;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 18px;
      display: block; }
      .productGrid .card .price-section span.price--non-sale {
        color: #B8B8B8; }

.preview-modal.open .modal-content > .modal-body {
  overflow: hidden; }

.previewCart:after, .previewCart:before {
  display: none; }

.previewCart .previewCartList {
  overflow-y: auto;
  display: block; }
  .previewCart .previewCartList .previewCartItem {
    display: flex;
    padding: 24px 0 18px;
    justify-content: space-between; }
    .previewCart .previewCartList .previewCartItem:after, .previewCart .previewCartList .previewCartItem:before {
      display: none; }
    .previewCart .previewCartList .previewCartItem + .previewCartItem {
      border-top: none; }
    .previewCart .previewCartList .previewCartItem .previewCartItem-image {
      overflow: hidden;
      width: 27%; }
      .previewCart .previewCartList .previewCartItem .previewCartItem-image:after {
        display: none; }
      .previewCart .previewCartList .previewCartItem .previewCartItem-image a {
        display: block;
        max-width: 72px; }
      .previewCart .previewCartList .previewCartItem .previewCartItem-image img {
        width: 70px;
        display: block;
        max-height: 70px;
        -o-object-fit: contain;
        object-fit: contain; }
    .previewCart .previewCartList .previewCartItem .previewCartItem-content {
      padding-right: 0;
      width: 73%;
      padding-left: 18px; }
      .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-brand {
        color: #000000;
        font-weight: bold; }
      .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name {
        text-align: left;
        color: #323232;
        font-family: "quasimoda",sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 5px; }
        .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a {
          color: #3C3C3C;
          text-decoration: none;
          background: transparent; }
          .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-name a:hover {
            color: #323232;
            text-decoration: underline; }
      .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price {
        color: #111111;
        font-family: "quasimoda",sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        text-align: left;
        display: block;
        font-weight: 600; }
        .previewCart .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-price .price--discounted__after {
          color: #EF3F26; }

.previewCart .previewCartAction {
  min-height: 84px;
  max-width: none;
  padding: 12px 24px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: none; }
  .previewCart .previewCartAction:after, .previewCart .previewCartAction:before {
    display: none; }
  .previewCart .previewCartAction > p {
    margin-bottom: 0;
    text-align: center;
    width: 100%; }
  .previewCart .previewCartAction div {
    padding: 0 5px; }
    .previewCart .previewCartAction div.previewCartAction-checkout {
      padding-left: 0; }
      .previewCart .previewCartAction div.previewCartAction-checkout a {
        padding: 0 8px; }
    .previewCart .previewCartAction div.previewCartAction-viewCart {
      padding-right: 0; }

/* Memgamenu dropdown */
.mobile-close-menu {
  display: none; }

#menu .navPage-subMenu {
  background: #fff;
  padding: 31px 20px 27px 28px !important;
  border-top: 1px solid #e8e8e8;
  transition: all 0.3s; }
  #menu .navPage-subMenu .item-viewall {
    max-width: 1271px;
    padding-left: 12px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto; }
    #menu .navPage-subMenu .item-viewall a {
      color: #111;
      font-family: quasimoda,sans-serif;
      text-decoration: none;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 16px;
      text-transform: uppercase;
      background-image: none; }
      #menu .navPage-subMenu .item-viewall a:hover {
        text-decoration: underline; }
  #menu .navPage-subMenu .navPage-subMenu-list {
    max-width: 1271px;
    padding: 0 320px 0 12px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex; }
    @media (min-width: 801px) {
      #menu .navPage-subMenu .navPage-subMenu-list {
        max-height: calc(100vh - 260px);
        min-height: 220px;
        overflow: auto; } }
  #menu .navPage-subMenu .banner-cate {
    width: 254px;
    margin-left: 54px;
    position: absolute;
    right: 12px;
    top: 0;
    background: #EEEEEE;
    text-align: center; }
    @media (max-width: 1220px) {
      #menu .navPage-subMenu .banner-cate {
        width: 200px; } }
    #menu .navPage-subMenu .banner-cate a {
      text-decoration: none;
      background-image: none; }
    #menu .navPage-subMenu .banner-cate img {
      display: block; }
    #menu .navPage-subMenu .banner-cate span {
      padding: 18px;
      display: block;
      color: #111111;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.5px;
      line-height: 12px;
      text-decoration: none;
      text-transform: uppercase;
      text-align: center; }
    #menu .navPage-subMenu .banner-cate:hover span {
      text-decoration: underline; }
  #menu .navPage-subMenu .view-all-item {
    max-width: 1168px;
    padding: 0 12px;
    width: 100%;
    border: none;
    margin: 0 auto 22px;
    line-height: 1; }
    #menu .navPage-subMenu .view-all-item > .navPages-action {
      display: inline-block;
      width: auto;
      position: relative;
      padding: 0 16px 0 0;
      color: #000000;
      font-family: "quasimoda",sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      line-height: 20px;
      text-transform: none;
      text-decoration: none; }
      #menu .navPage-subMenu .view-all-item > .navPages-action:hover {
        text-decoration: underline; }
      #menu .navPage-subMenu .view-all-item > .navPages-action:after {
        content: "\f105";
        color: #323232;
        font-family: "Font Awesome 5 Pro";
        font-size: 18px;
        letter-spacing: 0;
        line-height: 20px;
        display: block;
        position: absolute;
        font-weight: 400;
        top: 1px;
        right: 0; }
  #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item {
    padding: 0 !important;
    width: 100%;
    float: left;
    margin: 0 18px 0 0;
    height: 100%;
    max-width: 172px; }
    #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item .cate-name {
      width: 100%; }
    #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item:last-child {
      margin-right: 0; }
    #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item.shop-all {
      display: none; }
    #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action {
      padding: 0;
      margin: 0;
      border: none;
      color: #111;
      font-family: quasimoda,sans-serif;
      text-decoration: none;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 16px;
      text-transform: uppercase;
      background-image: none; }
      #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action:hover {
        text-decoration: underline; }
    #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item .navPage-childList-item {
      padding-bottom: 5px; }
      #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item .navPage-childList-item.shop-all {
        display: none; }
    #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item .navPage-childList-action {
      color: #454545;
      font-family: quasimoda,sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      text-decoration: none;
      padding: 0;
      background-image: none; }
      #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item .navPage-childList-action:hover {
        text-decoration: underline; }
    #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action.has-subMenu {
      color: #111111;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      padding-bottom: 9px;
      line-height: 16px; }

#menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .subMenu-brand {
  max-width: 1271px;
  padding: 0 12px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto; }

#menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .navPage-subMenu-list {
  max-width: 46%;
  padding-right: 0;
  padding-left: 0;
  margin: 0;
  display: block;
  padding-top: 1px; }
  #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item {
    width: 33.33%;
    padding: 0 !important;
    padding: 0 0 5px 0 !important;
    float: left; }
    #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item.shop-all {
      display: none; }
    #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item:nth-child(3n+2) {
      clear: left; }
    #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a {
      color: #111;
      font-family: quasimoda,sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      text-decoration: none;
      padding: 0;
      font-weight: 400;
      background-image: none;
      border: none;
      margin: 0;
      text-transform: none;
      text-align: left;
      justify-content: flex-start; }
      #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a:hover {
        text-decoration: underline; }
      #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a .cate-name {
        margin: 0;
        width: 100%;
        display: block; }
      #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item a .collapsible-icon-wrapper {
        display: none; }
  #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .navPage-subMenu-list .navPage-childList {
    display: none; }

#menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .list-logo {
  width: 51.2%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px; }
  #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .list-logo li {
    width: calc(100%/3);
    padding: 0 9px 18px; }

@media (max-width: 800px) {
  .mobile-close-menu {
    display: block;
    cursor: pointer;
    position: fixed;
    left: auto;
    opacity: 0;
    top: 0;
    right: 0;
    transition: left 0.3s;
    pointer-events: none;
    height: 100%; }
    .mobile-close-menu:before {
      content: "";
      background: #fff url(../img/close-icon.svg) no-repeat center center;
      background-size: 16px;
      position: absolute;
      top: 12px;
      right: 12px;
      z-index: 99999;
      height: 48px;
      width: 48px;
      background-color: #FFFFFF;
      box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.07);
      border-radius: 50%; }
    .mobile-close-menu:after {
      position: fixed;
      background-color: rgba(0, 0, 0, 0.1);
      z-index: 1;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      content: " ";
      display: block; }
  #menu {
    width: calc(100% - 72px);
    left: -100%;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    height: 100%;
    display: block;
    overflow: hidden; }
    #menu.is-open {
      background: #fff;
      z-index: 99999;
      padding: 0;
      left: 0; }
      #menu.is-open + .mobile-close-menu {
        left: calc(100% - 72px);
        opacity: 1;
        pointer-events: auto;
        z-index: 9999; }
        #menu.is-open + .mobile-close-menu:after {
          opacity: 1;
          transition: 0.4s;
          pointer-events: auto;
          left: calc(100% - 72px); }
    #menu.open-level-1 nav {
      transform: translateX(-100%); }
      #menu.open-level-1 nav > .navPages-list:not(.right-menu-links) {
        overflow: visible; }
    #menu.open-level-2 nav {
      transform: translateX(-200%); }
      #menu.open-level-2 nav > .navPages-list:not(.right-menu-links) {
        overflow: visible; }
    #menu.open-level-2 .navPage-subMenu.is-open {
      overflow: visible; }
    #menu .navPages-menu-top {
      background: #F8F8F8;
      padding: 12px 18px 6px;
      display: block;
      margin: 0 auto;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 9; }
      #menu .navPages-menu-top .navPages-hotline {
        border-radius: 3px;
        background-color: #506F60;
        padding: 18px 12px 16px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        line-height: 14px;
        display: block;
        text-decoration: none; }
        #menu .navPages-menu-top .navPages-hotline img {
          margin-top: -4px;
          margin-right: 6px; }
        #menu .navPages-menu-top .navPages-hotline span {
          color: #FFFFFF; }
      #menu .navPages-menu-top .navPages-login {
        text-align: center;
        padding: 20px 0 12px; }
        #menu .navPages-menu-top .navPages-login a {
          color: #111;
          text-transform: none;
          font-size: 16px;
          font-weight: 500;
          text-decoration: none;
          line-height: 16px;
          padding: 0;
          background-image: none;
          will-change: inherit; }
          #menu .navPages-menu-top .navPages-login a:hover {
            background-image: none; }
          #menu .navPages-menu-top .navPages-login a span {
            padding-left: 3px; }
          #menu .navPages-menu-top .navPages-login a img {
            margin-top: -4px; }
    #menu nav {
      display: block;
      padding: 122px 0 0;
      background: #fff;
      position: relative;
      transition: all .3s;
      overflow: visible; }
      #menu nav > .navPages-list {
        width: 100%;
        margin: 0; }
        #menu nav > .navPages-list.navPages-list--user {
          display: none; }
        #menu nav > .navPages-list:not(.right-menu-links) {
          padding: 0 12px 12px 12px;
          overflow: auto;
          height: 100%;
          margin: 0 6px 0 0;
          width: auto; }
          #menu nav > .navPages-list:not(.right-menu-links)::-webkit-scrollbar {
            width: 6px; }
          #menu nav > .navPages-list:not(.right-menu-links)::-webkit-scrollbar-track {
            -webkit-border-radius: 3px;
            border-radius: 3px; }
          #menu nav > .navPages-list:not(.right-menu-links)::-webkit-scrollbar-thumb {
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background: #E2E2E2; }
          #menu nav > .navPages-list:not(.right-menu-links)::-webkit-scrollbar-thumb:window-inactive {
            background: #E2E2E2; }
        #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item {
          float: none; }
          #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item.navPages-item-page {
            display: block; }
          #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item[category-name="Sale"] .navPages-action {
            color: #E74C3C; }
          #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item:first-of-type > .navPages-action {
            border-top: 0;
            padding: 11px 5px 15px; }
          #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action {
            margin: 0;
            padding: 0;
            border-top: 1px solid #E8E8E8;
            border-bottom: none;
            color: #111;
            font-family: "quasimoda",sans-serif;
            font-size: 16px;
            letter-spacing: 0;
            line-height: 20px;
            padding: 18px 5px 16px;
            position: relative;
            display: block;
            text-align: left;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action .cate-name {
              width: 100%;
              padding: 0; }
            #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action .icon-cate {
              padding-right: 41px;
              position: relative; }
              #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action .icon-cate img {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 32px;
                height: 32px;
                object-fit: contain; }
            #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.has-subMenu.is-open {
              position: absolute;
              top: 0;
              left: 100%;
              width: 100%;
              border: none;
              justify-content: center;
              background: #F8F8F8;
              color: #111 !important;
              font-weight: 500;
              text-align: center;
              padding: 20px 5px;
              font-size: 18px; }
              #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.has-subMenu.is-open .icon-cate {
                display: none; }
              #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.has-subMenu.is-open .navPages-action-moreIcon {
                right: auto;
                left: 18px;
                margin-top: 0; }
                #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.has-subMenu.is-open .navPages-action-moreIcon:before {
                  content: "\f177";
                  font-size: 21px; }
            #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.has-subMenu .navPages-action-moreIcon {
              display: block;
              margin: 0;
              position: absolute;
              top: 50%;
              right: 7px;
              margin-top: 0;
              transform: translateY(-50%);
              font-style: normal;
              width: auto;
              height: auto;
              line-height: 1;
              color: #888888; }
              #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.has-subMenu .navPages-action-moreIcon:before {
                content: "\f054";
                font-family: "Font Awesome 5 Pro";
                display: block;
                font-size: 12px;
                color: #888888; }
              #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.has-subMenu .navPages-action-moreIcon svg {
                display: none; }
            #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.activePage, #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.is-open {
              border-bottom: none;
              color: #506F60;
              font-weight: 500; }
            #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action:hover {
              border-bottom: none;
              color: #000000; }
            #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.activePage .navPages-action-moreIcon {
              right: 6px; }
            #menu nav > .navPages-list:not(.navPages-list--user) > .navPages-item > .navPages-action.activePage:hover {
              color: #506F60; }
    #menu .right-menu-links {
      width: 100%;
      background: #f4f4f4;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
      #menu .right-menu-links .menu-login-link {
        width: 50%;
        display: block; }
        #menu .right-menu-links .menu-login-link a {
          display: block;
          text-align: center;
          color: #000000;
          font-family: "quasimoda",sans-serif;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 15px;
          text-transform: capitalize;
          padding: 21px 0 22px;
          text-indent: -23px;
          top: 0; }
          #menu .right-menu-links .menu-login-link a:before {
            display: none; }
      #menu .right-menu-links .menu-location-link {
        width: 50%; }
        #menu .right-menu-links .menu-location-link .desktop-title {
          display: none; }
        #menu .right-menu-links .menu-location-link .mobile-title {
          display: inline-block; }
        #menu .right-menu-links .menu-location-link a {
          display: block;
          text-align: center;
          color: #000000;
          font-family: "quasimoda",sans-serif;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 15px;
          text-transform: capitalize;
          padding: 19px 0 22px;
          top: 0; }
          #menu .right-menu-links .menu-location-link a:before {
            margin-right: 5px;
            margin-left: 48px;
            position: relative;
            top: 1px; }
    #menu .navPage-subMenu {
      position: absolute;
      top: 58px;
      left: 100%;
      height: calc(100% - 58px);
      width: 100%;
      padding: 0 12px !important;
      opacity: 0;
      pointer-events: none;
      overflow: auto;
      border: none; }
      #menu .navPage-subMenu .item-viewall {
        display: none; }
      #menu .navPage-subMenu.is-open {
        opacity: 1;
        pointer-events: auto;
        overflow-y: auto;
        background-color: white; }
      #menu .navPage-subMenu .banner-cate {
        display: inline-block;
        position: relative;
        margin-left: 0;
        width: 100%;
        right: 0; }
        #menu .navPage-subMenu .banner-cate a {
          display: inline-block; }
      #menu .navPage-subMenu .view-all-item {
        margin: 0;
        padding: 0; }
        #menu .navPage-subMenu .view-all-item > .navPages-action {
          color: #111;
          font-family: "quasimoda",sans-serif;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 14px;
          padding: 20px 7px 20px;
          display: block;
          width: 100%;
          border-bottom: 1px solid #E8E8E8;
          font-weight: 500; }
          #menu .navPage-subMenu .view-all-item > .navPages-action:after {
            display: none; }
      #menu .navPage-subMenu > .navPage-subMenu-list {
        padding: 0;
        position: initial;
        display: block;
        width: 100%; }
        #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item {
          margin: 0;
          display: block;
          width: 100%;
          max-width: 100%; }
          #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item.shop-all {
            display: block; }
          #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item.is-open > .navPage-subMenu-action {
            color: #1FA60E;
            font-weight: 500; }
          #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item.is-open .navPages-action.has-subMenu {
            position: absolute;
            top: -58px;
            left: 100%;
            width: 100%;
            border: none;
            -ms-flex-pack: center;
            justify-content: center;
            background: #f8f8f8;
            color: #111 !important;
            font-weight: 500;
            text-align: center;
            padding: 22px 5px;
            font-size: 18px; }
            #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item.is-open .navPages-action.has-subMenu .icon-cate {
              display: none; }
          #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action {
            color: #111;
            font-family: "quasimoda",sans-serif;
            font-size: 16px !important;
            letter-spacing: 0 !important;
            line-height: 14px !important;
            padding: 21px 7px 20px !important;
            display: block;
            width: 100%;
            text-transform: none;
            position: relative;
            text-decoration: none !important;
            border-top: 1px solid #E8E8E8;
            font-weight: 500 !important;
            display: flex;
            justify-content: flex-start;
            align-items: center; }
            #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action .cate-name {
              width: 100%; }
            #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action .icon-cate {
              padding-right: 41px;
              position: relative; }
              #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action .icon-cate img {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 32px;
                height: 32px; }
            #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action .collapsible-icon-wrapper {
              position: absolute;
              left: auto;
              color: #888;
              padding: 0;
              font-size: 12px;
              top: 0;
              right: 0;
              padding-right: 6px;
              display: flex;
              flex-wrap: wrap;
              align-items: center;
              justify-content: flex-end; }
              #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action .collapsible-icon-wrapper.is-open {
                left: 12px;
                right: auto;
                top: 0;
                color: #888;
                padding: 0;
                font-size: 21px;
                width: 55px;
                height: 55px;
                line-height: 55px;
                text-align: left; }
                #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action .collapsible-icon-wrapper.is-open i {
                  margin: 0 auto 0 0; }
                  #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action .collapsible-icon-wrapper.is-open i:before {
                    content: "\f177"; }
              #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action .collapsible-icon-wrapper i {
                margin: 0; }
              #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action .collapsible-icon-wrapper .navPages-action-moreIcon {
                display: block;
                margin: 0;
                position: absolute;
                top: calc(50% + 1px);
                right: 6px;
                transform: translateY(-50%);
                font-style: normal;
                width: auto;
                height: auto;
                line-height: 1; }
                #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action .collapsible-icon-wrapper .navPages-action-moreIcon:before {
                  content: "";
                  display: block;
                  width: 12px;
                  height: 10px;
                  background-size: contain;
                  transform: rotate(0deg);
                  background-repeat: no-repeat; }
                #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item > .navPages-action .collapsible-icon-wrapper .navPages-action-moreIcon svg {
                  display: none; }
          #menu .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item:first-child > .navPages-action {
            border-top: none; }
      #menu .navPage-subMenu .navPage-childList {
        display: none;
        position: absolute;
        top: -2px;
        left: 100%;
        height: calc(100% - 58px);
        width: 100%;
        padding: 0 12px !important;
        opacity: 0;
        pointer-events: none;
        overflow: auto;
        border: none;
        margin: 0 auto; }
        #menu .navPage-subMenu .navPage-childList.is-open {
          display: block;
          opacity: 1;
          pointer-events: auto; }
        #menu .navPage-subMenu .navPage-childList .navPage-childList-item {
          padding-bottom: 0 !important; }
          #menu .navPage-subMenu .navPage-childList .navPage-childList-item:first-child .navPage-childList-action {
            border-top: 0; }
          #menu .navPage-subMenu .navPage-childList .navPage-childList-item.shop-all {
            display: block !important; }
          #menu .navPage-subMenu .navPage-childList .navPage-childList-item .navPage-childList-action {
            color: #111;
            font-family: "quasimoda",sans-serif;
            font-size: 16px;
            letter-spacing: 0;
            line-height: 20px;
            font-weight: 500;
            text-transform: none;
            text-decoration: none;
            padding: 17px 0;
            border-top: 1px solid #e4e4e4;
            display: flex;
            align-items: center;
            justify-content: flex-start; }
            #menu .navPage-subMenu .navPage-childList .navPage-childList-item .navPage-childList-action .icon-cate {
              padding-right: 41px;
              position: relative; }
              #menu .navPage-subMenu .navPage-childList .navPage-childList-item .navPage-childList-action .icon-cate img {
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                width: 32px;
                height: 32px; }
    #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .subMenu-brand {
      padding: 0; }
      #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .subMenu-brand .navPage-subMenu-list {
        max-width: 100%;
        background-color: #fff; }
        #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .subMenu-brand .navPage-subMenu-list .navPage-subMenu-item {
          width: 100%;
          padding: 0 !important; }
          #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .subMenu-brand .navPage-subMenu-list .navPage-subMenu-item a {
            color: #111;
            font-family: quasimoda,sans-serif;
            font-size: 16px !important;
            letter-spacing: 0 !important;
            line-height: 14px !important;
            padding: 21px 7px 20px !important;
            display: block;
            width: 100%;
            text-transform: none;
            position: relative;
            text-decoration: none !important;
            border-top: 1px solid #e8e8e8;
            font-weight: 500 !important;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -ms-flex-align: center;
            align-items: center; }
          #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .subMenu-brand .navPage-subMenu-list .navPage-subMenu-item:first-child a {
            border-top: none; }
      #menu .navPages-list .navPages-item[category-name="Brands"] .navPage-subMenu .subMenu-brand .list-logo {
        display: none; } }

@media (max-width: 374px) {
  #menu .right-menu-links .menu-location-link a:before {
    margin-left: 20px; } }

/* END Memgamenu dropdown */
.template-pages-blog [data-content-region="page_builder_blog_banner"] [data-sub-layout] {
  padding: 0; }

.template-pages-blog #main-content > .container {
  max-width: 100%;
  padding: 0; }

.template-pages-blog .page {
  margin: 0 auto;
  text-align: center; }

.template-pages-blog .blog-landing-list {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 30px; }
  .template-pages-blog .blog-landing-list [data-sub-layout] {
    padding: 0; }
  .template-pages-blog .blog-landing-list ul {
    margin: 0;
    padding: 0;
    text-align: center;
    display: block; }
    .template-pages-blog .blog-landing-list ul li {
      display: inline-block;
      padding: 0 10px; }
      .template-pages-blog .blog-landing-list ul li a {
        text-decoration: none;
        color: #111111;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        background: none;
        padding: 29px 3px 20px;
        display: inline-block;
        border-bottom: 3px solid transparent;
        transition: all 0.3s; }
      .template-pages-blog .blog-landing-list ul li:hover a, .template-pages-blog .blog-landing-list ul li.active a {
        color: #506F60;
        border-bottom: 3px solid #506F60; }

.template-pages-blog .pagination {
  padding: 12px 0 72px; }

.template-pages-blog .blog-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -12px; }
  .template-pages-blog .blog-list .blog {
    padding: 0 12px;
    width: 33.33%;
    border: none;
    margin: 0 0 30px; }
    .template-pages-blog .blog-list .blog .blog-post-figure {
      width: 100%; }
      .template-pages-blog .blog-list .blog .blog-post-figure .blog-thumbnail {
        margin: 0;
        max-width: 100%; }
        .template-pages-blog .blog-list .blog .blog-post-figure .blog-thumbnail a {
          display: block;
          border-radius: 3px 3px 0 0;
          position: relative;
          padding-bottom: 77.78%; }
          .template-pages-blog .blog-list .blog .blog-post-figure .blog-thumbnail a img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover; }
    .template-pages-blog .blog-list .blog .blog-post-body {
      width: 100%;
      text-align: left;
      border: 1px solid #E8E8E8;
      border-top: 0;
      padding: 31px 30px 30px 30px;
      border-radius: 0 0 3px 3px; }
      .template-pages-blog .blog-list .blog .blog-post-body .blog-date {
        text-align: left;
        color: #777777;
        margin-bottom: 2px;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 16px;
        text-transform: uppercase; }
      .template-pages-blog .blog-list .blog .blog-post-body .blog-title {
        margin: 0 auto 6px;
        font-size: auto;
        text-align: left; }
        .template-pages-blog .blog-list .blog .blog-post-body .blog-title a {
          color: #111111;
          font-size: 30px;
          letter-spacing: -0.5px;
          line-height: 32px;
          transition: all 0.3s; }
          .template-pages-blog .blog-list .blog .blog-post-body .blog-title a:hover {
            text-decoration: underline; }
      .template-pages-blog .blog-list .blog .blog-post-body .blog-post p {
        margin-bottom: 18px; }
      .template-pages-blog .blog-list .blog .blog-post-body .blog-more {
        font-weight: 600;
        letter-spacing: 0;
        text-align: left; }

.template-pages-blog-post .breadcrumbs {
  margin: 18px 0 28px; }

.template-pages-blog-post .blog .blog-thumbnail {
  width: 100%;
  max-width: 100%; }

.template-pages-blog-post .page-blog {
  display: flex;
  justify-content: space-between; }
  .template-pages-blog-post .page-blog .blog-left {
    width: calc(100% - 368px); }
    .template-pages-blog-post .page-blog .blog-left .blog-post-figure {
      width: 100%; }
      .template-pages-blog-post .page-blog .blog-left .blog-post-figure .blog-thumbnail {
        margin: 0 0; }
        .template-pages-blog-post .page-blog .blog-left .blog-post-figure .blog-thumbnail a {
          display: block; }
    .template-pages-blog-post .page-blog .blog-left .blog-post-body {
      width: 100%;
      text-align: left;
      border: 1px solid #E8E8E8;
      border-radius: 0 0 3px 3px;
      padding: 40px 42px 29px;
      margin-bottom: 72px; }
      .template-pages-blog-post .page-blog .blog-left .blog-post-body .blog-date {
        text-align: left;
        color: #777777;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 16px;
        margin-bottom: 4px; }
      .template-pages-blog-post .page-blog .blog-left .blog-post-body .blog-title {
        color: #111111;
        font-size: 42px;
        letter-spacing: -1px;
        line-height: 44px;
        margin: 0 auto 8px; }
        .template-pages-blog-post .page-blog .blog-left .blog-post-body .blog-title a {
          color: #111111;
          font-size: 42px;
          letter-spacing: -1px;
          line-height: 44px; }
      .template-pages-blog-post .page-blog .blog-left .blog-post-body .blog-post p {
        color: #3C3C3C;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 10px; }
        .template-pages-blog-post .page-blog .blog-left .blog-post-body .blog-post p img {
          padding: 11px 0 17px;
          width: 100%;
          height: auto; }
  .template-pages-blog-post .page-blog .blog-right {
    width: 326px;
    margin-left: 42px; }
    .template-pages-blog-post .page-blog .blog-right h2 {
      margin: -2px 0 13px 0;
      color: #111111;
      font-size: 30px;
      letter-spacing: -0.5px;
      line-height: 32px; }
    .template-pages-blog-post .page-blog .blog-right .related-list .blog {
      border: none;
      margin: 0 0 18px 0;
      padding: 0; }
      .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-figure {
        width: 100%; }
        .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-figure .blog-thumbnail {
          margin: 0; }
        .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-figure img {
          display: block; }
      .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-body {
        width: 100%;
        text-align: left;
        border: 1px solid #E8E8E8;
        border-top: none;
        padding: 25px 24px 20px 24px;
        border-radius: 0 0 3px 3px; }
        .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-body .blog-date {
          text-align: left;
          color: #777777;
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 16px;
          margin-bottom: 2px; }
        .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-body .blog-title {
          margin: 0 0 10px;
          color: #111111;
          font-size: 24px;
          letter-spacing: -0.5px;
          line-height: 26px; }
          .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-body .blog-title a {
            color: #111111;
            font-size: 24px;
            letter-spacing: -0.5px;
            line-height: 26px; }
            .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-body .blog-title a:hover {
              text-decoration: underline; }
        .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-body .blog-post {
          color: #3C3C3C;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px; }
          .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-body .blog-post p {
            margin-bottom: 14px; }

@media (max-width: 1024px) {
  .template-pages-blog-post .page-blog .blog-left {
    width: 65%; }
  .template-pages-blog-post .page-blog .blog-right {
    width: 30%;
    margin: 0; } }

@media (max-width: 767px) {
  .template-pages-blog [data-content-region="page_builder_blog_banner"] .page-cms-banner {
    height: 148px !important; }
    .template-pages-blog [data-content-region="page_builder_blog_banner"] .page-cms-banner h1 {
      font-size: 30px !important;
      letter-spacing: -0.5px !important;
      line-height: 32px !important; }
  .template-pages-blog .blog-landing-list {
    margin-bottom: 12px;
    padding-left: 12px; }
    .template-pages-blog .blog-landing-list ul {
      display: flex;
      overflow-x: auto; }
      .template-pages-blog .blog-landing-list ul li {
        padding: 0 27px 0 0;
        width: auto;
        display: inline-block; }
        .template-pages-blog .blog-landing-list ul li a {
          width: max-content;
          padding: 25px 2px 20px; }
        .template-pages-blog .blog-landing-list ul li:last-child {
          padding-right: 12px; }
  .template-pages-blog .blog-list {
    display: block; }
    .template-pages-blog .blog-list .blog {
      width: 100%;
      margin-bottom: 12px; }
      .template-pages-blog .blog-list .blog .blog-post-figure .blog-thumbnail a {
        padding-bottom: 78.063%; }
      .template-pages-blog .blog-list .blog .blog-post-body {
        padding: 25px 18px 21px 18px; }
        .template-pages-blog .blog-list .blog .blog-post-body .blog-title {
          font-size: 24px;
          margin: 0 auto 4px;
          line-height: 26px; }
          .template-pages-blog .blog-list .blog .blog-post-body .blog-title a {
            font-size: 24px;
            letter-spacing: -0.5px;
            line-height: 26px; }
        .template-pages-blog .blog-list .blog .blog-post-body .blog-post {
          margin-bottom: 11px; }
  .template-pages-blog .pagination {
    padding: 12px 0 36px; }
  .template-pages-blog-post .breadcrumbs {
    display: block;
    margin-bottom: 15px; }
  .template-pages-blog-post .page-blog {
    display: block;
    margin: 0 -12px; }
    .template-pages-blog-post .page-blog .blog {
      margin-bottom: 0; }
    .template-pages-blog-post .page-blog .blog-right {
      width: 100%;
      padding: 26px 12px 24px 12px; }
      .template-pages-blog-post .page-blog .blog-right > h2 {
        margin-bottom: 9px; }
      .template-pages-blog-post .page-blog .blog-right .related-list .blog {
        margin-bottom: 12px; }
        .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-body {
          padding: 25px 18px 20px 18px; }
          .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-body .blog-date {
            margin-bottom: 1px; }
          .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-body .blog-title {
            margin: 0 0 5px; }
          .template-pages-blog-post .page-blog .blog-right .related-list .blog .blog-post-body .blog-post p {
            margin-bottom: 12px; }
    .template-pages-blog-post .page-blog .blog-left {
      width: 100%; }
      .template-pages-blog-post .page-blog .blog-left .blog-post-body {
        border: none;
        padding: 25px 18px 16px;
        margin-bottom: 0; }
        .template-pages-blog-post .page-blog .blog-left .blog-post-body .blog-date {
          margin-bottom: 2px; }
        .template-pages-blog-post .page-blog .blog-left .blog-post-body .blog-title {
          color: #111111;
          font-size: 30px;
          letter-spacing: -0.5px;
          line-height: 32px; }
          .template-pages-blog-post .page-blog .blog-left .blog-post-body .blog-title a {
            color: #111111;
            font-size: 30px;
            letter-spacing: -0.5px;
            line-height: 32px; }
        .template-pages-blog-post .page-blog .blog-left .blog-post-body .blog-post {
          border-bottom: 1px solid #E8E8E8;
          padding-bottom: 11px; }
          .template-pages-blog-post .page-blog .blog-left .blog-post-body .blog-post p img {
            padding: 7px 0 9px; }
  .header .navUser-item--cart .f-open-dropdown {
    width: 100vw !important;
    right: -12px !important;
    margin-top: 20px;
    border-radius: 0;
    box-shadow: none; }
  .header .previewCartContent:after {
    display: none; } }

.previewCartContent {
  position: relative;
  border: 1px solid #e8e8e8;
  border-radius: 3px; }
  .previewCartContent:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 0;
    border-left: 1px solid #E8E8E8;
    border-right: 0;
    top: 20px;
    right: 28px;
    margin-left: -25px;
    margin-top: -25px;
    transform: rotate(45deg);
    background-color: #FFFFFF; }

.previewCartWrapper .title-cart-contain {
  position: relative; }
  .previewCartWrapper .title-cart-contain .close-cart {
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url("../img/close-icon.svg");
    width: 14px;
    height: 14px;
    cursor: pointer; }
  .previewCartWrapper .title-cart-contain .close-cart-preview {
    display: none; }
  .previewCartWrapper .title-cart-contain .title-cart {
    color: #111111;
    font-family: "Quasimoda",sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 18px;
    text-align: center;
    margin: 0;
    padding: 21px 17px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid #E8E8E8; }

.previewCartWrapper .previewCartAction-viewCart a {
  border: 1px solid #506F60;
  border-radius: 3px;
  background-color: #FFFFFF;
  color: #506F60;
  font-family: "Quasimoda",sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center; }
  .previewCartWrapper .previewCartAction-viewCart a:hover {
    background-color: #68947F;
    border-color: #68947F;
    color: #FFFFFF; }

.previewCartWrapper .previewCartList {
  padding: 0 24px;
  max-height: 240px;
  overflow: auto; }
  .previewCartWrapper .previewCartList .previewCartItem {
    border-bottom: 1px solid #e8e8e8; }

.previewCartWrapper .total-preview-price {
  display: flex;
  padding: 12px 24px 0; }
  .previewCartWrapper .total-preview-price .total-title {
    color: #111111;
    font-family: "Quasimoda",sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    width: 50%; }
  .previewCartWrapper .total-preview-price .total-price {
    color: #111111;
    font-family: "Quasimoda",sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 50%;
    display: flex;
    justify-content: flex-end; }

.islogin-account {
  position: relative; }
  .islogin-account .navUser-action {
    display: flex; }
    .islogin-account .navUser-action .icon-user img {
      width: 18px;
      height: 21px; }
  .islogin-account .setting-options {
    position: absolute;
    z-index: 99;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 24px 24px 27px;
    width: 184px;
    display: none;
    transform: translateY(8px);
    margin-left: -13px; }
    .islogin-account .setting-options:after {
      content: '';
      position: absolute;
      width: 10px;
      height: 10px;
      border-top: 1px solid #E8E8E8;
      border-bottom: 0;
      border-left: 1px solid #E8E8E8;
      border-right: 0;
      top: 19px;
      left: 57%;
      margin-left: -25px;
      margin-top: -25px;
      transform: rotate(45deg);
      background-color: #FFFFFF; }
    .islogin-account .setting-options ul li {
      margin-bottom: 12px; }
      .islogin-account .setting-options ul li:last-child {
        margin-bottom: 0; }
      .islogin-account .setting-options ul li a {
        background: transparent;
        color: #3C3C3C;
        font-family: "Quasimoda",sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 400; }
        .islogin-account .setting-options ul li a:hover {
          text-decoration: underline;
          color: #3C3C3C !important; }
  .islogin-account .my-account-setting {
    margin-left: 8px;
    color: #506F60;
    font-family: "Quasimoda",sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px; }
  .islogin-account .arrow-down {
    width: 15px;
    height: 15px;
    margin-left: 3px; }
    .islogin-account .arrow-down img {
      width: auto !important; }
  .islogin-account.showing .setting-options {
    display: block; }
  .islogin-account.showing .arrow-down img {
    transform: rotate(180deg); }

.header.nav-up .navUser-item--cart .f-open-dropdown {
  display: none; }

.ro-account_inbox #quickSearch form {
  margin-bottom: 0 !important; }

.not-scroll {
  overflow: hidden; }
  .not-scroll:after {
    content: "";
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1111; }

.has-activeNavPages:after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90; }

@media (max-width: 1023px) and (min-width: 768px) {
  .header .navUser-item--cart .f-open-dropdown {
    right: -12px !important; }
  .previewCartContent:after {
    right: 15px; } }

@media (max-width: 1290px) and (min-width: 1024px) {
  .header .navUser-item--cart .f-open-dropdown {
    right: -12px !important; }
  .previewCartContent:after {
    right: 15px; } }

.product-tab-compare {
  display: none;
  position: fixed;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.4s; }
  .product-tab-compare.showtab {
    display: block; }
  .product-tab-compare .tab-content {
    border: 1px solid #EEEEEE;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 2px 8px 12px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 18px 22px 16px 25px;
    align-items: center; }
    .product-tab-compare .tab-content .tab-left {
      width: 50%; }
      .product-tab-compare .tab-content .tab-left p {
        color: #3C3C3C;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 24px;
        margin-bottom: 0; }
        .product-tab-compare .tab-content .tab-left p span {
          color: #111;
          font-weight: 600; }
    .product-tab-compare .tab-content .tab-right {
      width: 50%;
      text-align: right; }
      .product-tab-compare .tab-content .tab-right a {
        color: #506F60;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 20px;
        text-align: right; }

@media (max-width: 767px) {
  .product-tab-compare {
    bottom: 100px; }
    .product-tab-compare .tab-content {
      padding: 14px 18px 12px; }
      .product-tab-compare .tab-content .tab-left p {
        color: #3C3C3C;
        font-size: 14px;
        font-weight: 500;
        line-height: 16px; }
      .product-tab-compare .tab-content .tab-right a {
        font-size: 14px;
        font-weight: 600; } }

@media (max-width: 320px) {
  .product-tab-compare .tab-content {
    padding: 13px 18px; } }

.header-top-bar [data-sub-layout-container] {
  width: 100%;
  height: 100%; }

.header-top-bar [data-sub-layout] {
  max-width: 100%;
  width: 100%;
  height: 100%; }

.header-top-bar [data-widget-id] {
  width: 100%;
  height: 100%; }

.header-top-bar ul {
  width: 100%;
  height: 100%; }

.device-ios [data-content-region="home_inspiring_home_title"] #buttonLink, .mac [data-content-region="home_inspiring_home_title"] #buttonLink {
  line-height: 38px !important; }

.device-ios [data-content-region="home_brands_title"] #buttonLink, .mac [data-content-region="home_brands_title"] #buttonLink {
  line-height: 38px !important; }

.device-ios.template-pages-home .body .container .main .subcribe-form, .mac.template-pages-home .body .container .main .subcribe-form {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 425px; }
  .device-ios.template-pages-home .body .container .main .subcribe-form form, .mac.template-pages-home .body .container .main .subcribe-form form {
    padding: 0 !important; }
    .device-ios.template-pages-home .body .container .main .subcribe-form form [data-testid=form-row] button[type=button], .mac.template-pages-home .body .container .main .subcribe-form form [data-testid=form-row] button[type=button] {
      line-height: 44px; }

.device-ios.template-pages-home .body .container .main .banner-with-text-left .right-content .content-contain .button-title, .mac.template-pages-home .body .container .main .banner-with-text-left .right-content .content-contain .button-title {
  line-height: 50px !important; }

.device-ios .banner-with-text .right-content .content-contain a, .mac .banner-with-text .right-content .content-contain a {
  line-height: 48px !important; }

.device-ios .card .card-figcaption .card-figcaption-body a, .mac .card .card-figcaption .card-figcaption-body a {
  line-height: 40px; }

@media (max-width: 767px) {
  .device-ios .quickSearchResults, .mac .quickSearchResults {
    max-height: calc(100vh - 241px); } }

@media (max-width: 767px) and (max-height: 375px) {
  .device-ios .quickSearchResults, .mac .quickSearchResults {
    max-height: calc(100vh - 112px); } }

.card {
  margin-bottom: 0; }
  .card .card-body {
    padding: 10px 0 0 0;
    display: block; }
    .card .card-body .card-text[data-test-info-type="brandName"] {
      display: none; }
    .card .card-body .card-text[data-test-info-type="price"] {
      margin-bottom: 8px;
      text-align: left;
      display: block;
      margin-top: 12px; }
      .card .card-body .card-text[data-test-info-type="price"] .price-section.non-sale-price--withTax[style="display: none;"] + .price-section span.price, .card .card-body .card-text[data-test-info-type="price"] .price-section.non-sale-price--withoutTax[style="display: none;"] + .price-section span.price {
        color: #506F60; }
      .card .card-body .card-text[data-test-info-type="price"] .price-section.non-sale-price--withTax + .price-section span.price, .card .card-body .card-text[data-test-info-type="price"] .price-section.non-sale-price--withoutTax + .price-section span.price {
        color: #E74C3C; }
      .card .card-body .card-text[data-test-info-type="price"] .price-section--withTax .price--non-sale {
        color: #B8B8B8;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px; }
      .card .card-body .card-text[data-test-info-type="price"] .price-section--withTax [data-product-price-with-tax] {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 18px;
        color: #506f60; }
      .card .card-body .card-text[data-test-info-type="price"] .price-section--withTax.rrp-price--withTax {
        display: none; }
    .card .card-body .card-title {
      margin: 0 !important;
      padding-bottom: 0 !important;
      border-bottom: none !important; }
      .card .card-body .card-title a {
        text-decoration: none;
        color: #111111;
        font-family: "kepler-std-display",sans-serif;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 400;
        background-image: none;
        text-align: left; }
        .card .card-body .card-title a:hover {
          text-decoration: underline;
          color: #111111; }
    .card .card-body .sumary_rating {
      display: flex;
      justify-content: flex-start;
      width: 100%;
      align-items: center; }
      .card .card-body .sumary_rating.rv-45 i:nth-child(5):before {
        content: "\f123"; }
      .card .card-body .sumary_rating.rv-40 i:nth-child(5):before {
        content: "\f006"; }
      .card .card-body .sumary_rating i {
        color: #F6BE03;
        font-size: 13px !important;
        margin: 0px 4px 0px 0px;
        line-height: 15px; }
      .card .card-body .sumary_rating .ruk-rating-snippet-count {
        bottom: -3px;
        color: #506F60;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        text-decoration: underline;
        font-family: 'quasimoda',sans-serif;
        bottom: -1px !important;
        margin: 0 0 5px 5px;
        cursor: pointer;
        position: relative; }
  .card .card-figure {
    position: relative;
    padding: 0; }
  .card .card-figcaption {
    position: relative;
    opacity: 1; }
    .card .card-figcaption:hover {
      opacity: 1; }
    .card .card-figcaption .card-figcaption-body {
      transform: none;
      display: block;
      top: auto; }
      .card .card-figcaption .card-figcaption-body .btn-out-of-stock {
        background-color: #EEEEEE;
        color: #B8B8B8;
        pointer-events: none; }
        .card .card-figcaption .card-figcaption-body .btn-out-of-stock:hover {
          background-color: #EEEEEE;
          color: #B8B8B8;
          pointer-events: none; }
      .card .card-figcaption .card-figcaption-body .card-figcaption-button .desktop {
        display: none; }
      .card .card-figcaption .card-figcaption-body .quickview {
        display: none; }
      .card .card-figcaption .card-figcaption-body a {
        display: block;
        background-color: #506F60;
        padding: 0;
        margin-top: 0;
        height: 42px;
        line-height: 45px; }
        .card .card-figcaption .card-figcaption-body a:hover {
          background-color: #68947F; }
  .card .badge-wrapper {
    position: absolute;
    margin: 0 auto;
    top: 0;
    left: 0; }
    .card .badge-wrapper .p-badge {
      display: block;
      padding: 0 0 7px; }
      .card .badge-wrapper .p-badge:last-child {
        padding: 0; }
      .card .badge-wrapper .p-badge span {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 12px;
        border-radius: 3px;
        display: inline-block;
        padding: 7px 9px 5px;
        text-transform: uppercase;
        font-family: "Albert Sans", sans-serif; }
      .card .badge-wrapper .p-badge.sale-badge span {
        background-color: #E74C3C; }
      .card .badge-wrapper .p-badge.custom-badge span {
        background-color: #ADCFAD; }
      .card .badge-wrapper .p-badge.new-badge span {
        background: #111111; }
      .card .badge-wrapper .p-badge.badge-lock span {
        background-color: #506f60; }
  .card .finishes-wrapper {
    position: relative;
    text-align: left; }
    .card .finishes-wrapper p {
      color: #999999;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0;
      text-decoration: none;
      line-height: 20px;
      cursor: pointer;
      margin-bottom: 0; }
    .card .finishes-wrapper .finishes-content.is-open ul {
      display: block; }
    .card .finishes-wrapper ul {
      margin: 0 auto;
      border: 1px solid #DDDDDD;
      border-radius: 10px;
      background-color: #FFFFFF;
      box-shadow: 2px 2px 12px 0 rgba(0, 0, 0, 0.1);
      padding: 16px 24px 14px;
      position: absolute;
      top: 26px;
      left: -29%;
      width: 190px;
      display: none;
      z-index: 9999; }
      .card .finishes-wrapper ul:before {
        content: "";
        color: #DDDDDD;
        position: absolute;
        top: -4px;
        transform: translateY(-50%);
        left: 46%;
        font-size: 17px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #DDDDDD;
        z-index: 1; }
      .card .finishes-wrapper ul:after {
        content: "";
        color: #ffffff;
        position: absolute;
        top: -7px;
        left: 46%;
        font-size: 17px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
        z-index: 99999; }
      .card .finishes-wrapper ul li {
        padding: 5px 0; }
        .card .finishes-wrapper ul li.entry-title {
          font-weight: 600; }
        .card .finishes-wrapper ul li a {
          color: #3C3C3C;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px;
          display: block;
          text-transform: capitalize;
          text-decoration: none;
          transition: none; }
        .card .finishes-wrapper ul li:hover a {
          background: none;
          text-decoration: underline; }
  .card .pills-wrapper {
    padding: 8px 0 0; }
    .card .pills-wrapper ul {
      margin: 0 auto; }
      .card .pills-wrapper ul li {
        display: block;
        text-align: center;
        margin: 0 auto;
        padding-bottom: 4px; }
        .card .pills-wrapper ul li:last-child {
          padding-bottom: 0; }
        .card .pills-wrapper ul li span {
          color: #fff;
          font-size: 12px;
          font-weight: 800;
          letter-spacing: 0;
          line-height: 12px;
          border-radius: 3px;
          display: inline-block;
          padding: 6px 8px 6px 20px;
          text-transform: capitalize;
          background: #ADCFAD;
          position: relative; }
          .card .pills-wrapper ul li span:before {
            content: "";
            background: url(../img/info-circle.png);
            width: 14px;
            height: 14px;
            background-size: contain;
            position: absolute;
            top: 5px;
            background-repeat: no-repeat;
            left: 4px; }

.banner-with-text-left {
  display: flex; }
  .banner-with-text-left .left-content {
    width: 50%; }
    .banner-with-text-left .left-content img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner-with-text-left .right-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px; }
    .banner-with-text-left .right-content .content-contain {
      max-width: 516px;
      text-align: left; }
      .banner-with-text-left .right-content .content-contain .desc {
        margin-bottom: 30px; }
        .banner-with-text-left .right-content .content-contain .desc p {
          color: #3C3C3C;
          font-family: "quasimoda",sans-serif;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px;
          text-align: left;
          margin-bottom: 9px; }
          .banner-with-text-left .right-content .content-contain .desc p:last-child {
            margin-bottom: 0; }
      .banner-with-text-left .right-content .content-contain h2 {
        font-size: 42px;
        letter-spacing: -1px;
        line-height: 44px;
        margin-top: 0;
        margin-bottom: 15px; }
      .banner-with-text-left .right-content .content-contain .button-title {
        border: 1px solid #506F60;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 38px;
        color: #506F60;
        font-family: "quasimoda";
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        display: inline-block;
        background: transparent;
        transition: all .3s;
        height: 54px;
        line-height: 54px; }
        .banner-with-text-left .right-content .content-contain .button-title:hover {
          background-color: #68947F;
          color: #FFFFFF;
          border-color: #68947F; }

.swiper-pagination {
  margin-top: 28px; }
  .swiper-pagination .swiper-pagination-bullet-active {
    border: 2px solid #506f60 !important;
    width: 10px !important;
    height: 10px !important; }
  .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #dddddd;
    opacity: 1 !important; }

.swiper-button-prev:after, .swiper-button-next:after {
  content: none;
  color: #506F60;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 18px;
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  padding: 15px 20px;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1); }

.border-search {
  border-radius: 3px 3px 0 0 !important; }

.template-pages-home [data-sub-layout] {
  padding-right: 0;
  padding-left: 0; }

.template-pages-home .body [data-content-region="home_below_carousel"] {
  display: none; }

.template-pages-home .body [data-content-region="home_below_menu"] {
  display: block; }

.template-pages-home .body .banner-with-text {
  display: flex; }
  .template-pages-home .body .banner-with-text .left-content {
    width: 50%; }
    .template-pages-home .body .banner-with-text .left-content img {
      width: 100%;
      object-fit: cover; }
  .template-pages-home .body .banner-with-text .right-content {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .template-pages-home .body .banner-with-text .right-content .content-contain {
      max-width: 427px;
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
      .template-pages-home .body .banner-with-text .right-content .content-contain h2 {
        width: 100%;
        height: 100%;
        font-size: 44px;
        letter-spacing: -1px;
        line-height: 44px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 14px; }
      .template-pages-home .body .banner-with-text .right-content .content-contain p {
        width: 100%;
        height: 100%;
        color: #3C3C3C;
        font-family: "quasimoda";
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 24px;
        text-align: center;
        margin-bottom: 22px; }
      .template-pages-home .body .banner-with-text .right-content .content-contain a {
        display: inline-block;
        border: 1px solid #506F60;
        border-radius: 3px;
        text-decoration: none;
        padding: 0 33px;
        color: #506F60;
        font-family: "quasimoda";
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        text-align: center;
        background: transparent;
        transition: all .3s;
        height: 54px;
        line-height: 54px; }
        .template-pages-home .body .banner-with-text .right-content .content-contain a:hover {
          color: #fff;
          background-color: #68947F;
          border-color: #68947F; }

.template-pages-home .body .title-statement-container {
  text-align: center; }
  .template-pages-home .body .title-statement-container .title-statement-content h2 {
    width: 100%;
    color: #111111;
    font-size: 36px;
    letter-spacing: -0.5px;
    line-height: 36px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 8px; }
  .template-pages-home .body .title-statement-container .title-statement-content p {
    width: 100%;
    color: #3C3C3C;
    font-family: "quasimoda";
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0; }

.template-pages-home .body .container {
  max-width: none;
  width: 100%;
  padding: 0 0 72px 0;
  margin: 0; }
  .template-pages-home .body .container .main .icon-star {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    margin: 0 5px; }
    .template-pages-home .body .container .main .icon-star.star-yellow {
      background-image: url("../img/star-yellow.png"); }
    .template-pages-home .body .container .main .icon-star.star-grey {
      background-image: url("../img/star-grey.png"); }
  .template-pages-home .body .container .main .mobile-statement-container {
    display: none; }
  .template-pages-home .body .container .main .new-products-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px; }
  .template-pages-home .body .container .main [data-content-region="home_we_love_tradies"] [data-sub-layout] {
    padding: 0; }
  .template-pages-home .body .container .main [data-content-region="home_text_content"] {
    max-width: 1280px;
    padding: 0 20px;
    margin: 0 auto; }
    .template-pages-home .body .container .main [data-content-region="home_text_content"] [data-sub-layout-container]:first-child p {
      color: #111111;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 16px;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .template-pages-home .body .container .main [data-content-region="home_text_content"] [data-sub-layout-container]:last-child p {
      color: #3C3C3C;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 8px; }
      .template-pages-home .body .container .main [data-content-region="home_text_content"] [data-sub-layout-container]:last-child p:last-child {
        margin-bottom: 0; }
    .template-pages-home .body .container .main [data-content-region="home_text_content"] [data-sub-layout] {
      padding: 0; }
    .template-pages-home .body .container .main [data-content-region="home_text_content"] p {
      color: #3C3C3C;
      font-family: "quasimoda";
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px; }
  .template-pages-home .body .container .main [data-content-region="home_below_top_products"] {
    background-color: #e5f0e5;
    padding: 72px 0; }
    .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container {
      max-width: 1280px;
      width: 100%;
      margin: 0 auto;
      padding: 0 20px;
      background-color: #E5F0E5; }
      .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content {
        display: flex;
        margin: 0 -16px; }
        .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item {
          width: 50%;
          padding: 0 16px; }
          .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item .news-image a {
            width: 100%; }
            .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item .news-image a img {
              width: 100%; }
          .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item .news-content {
            text-align: center;
            padding: 46px 85px 48px;
            border-radius: 3px;
            background-color: #fff;
            max-height: 206px; }
            .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item .news-content .title-news {
              text-decoration: none; }
              .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item .news-content .title-news h2 {
                font-size: 30px;
                letter-spacing: -0.5px;
                line-height: 32px;
                text-align: center;
                margin-top: 0;
                margin-bottom: 6px; }
            .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item .news-content p {
              color: #3C3C3C;
              font-size: 14px;
              letter-spacing: 0;
              line-height: 20px;
              margin-bottom: 18px; }
  .template-pages-home .body .container .main [data-content-region="make_a_statement"] {
    padding: 63px 0 72px 0;
    border-bottom: 1px solid #E8E8E8; }
  .template-pages-home .body .container .main [data-content-region="home_we_love_tradies_title"] {
    padding: 63px 0 68px 0; }
  .template-pages-home .body .container .main [data-content-region="home_brands_slider"] {
    background-color: #f6f6f6;
    padding: 72px 0 65px 0; }
  .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] {
    padding-top: 69px;
    padding-bottom: 60px; }
    .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] .title-statement-container .title-statement-content h2 {
      margin-bottom: 6px; }
    .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] #buttonLink {
      transition: all 0.3s;
      border-radius: 3px;
      height: 43px;
      line-height: 44px;
      background-color: #fff;
      border: 1px solid #506F60;
      font-family: "quasimoda",sans-serif;
      font-size: 16px;
      font-weight: 500;
      letter-spacing: 0;
      text-align: center;
      padding: 0 31px;
      outline: none !important;
      color: #506F60;
      margin-top: 24px; }
      .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] #buttonLink:hover, .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] #buttonLink:focus {
        background-color: #68947F;
        border-color: #68947F;
        color: #ffffff;
        outline: none !important; }
      .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] #buttonLink:active {
        background-color: #68947F;
        border-color: #68947F;
        color: #ffffff;
        outline: none !important; }
  .template-pages-home .body .container .main [data-content-region="home_inspiring_home_item"] {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto; }
    .template-pages-home .body .container .main [data-content-region="home_inspiring_home_item"] p {
      color: #3C3C3C;
      font-family: "quasimoda";
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      font-weight: 500; }
      .template-pages-home .body .container .main [data-content-region="home_inspiring_home_item"] p:first-child {
        margin-bottom: 11px;
        color: #111111;
        font-family: "quasimoda";
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 16px; }
  .template-pages-home .body .container .main .inspiring-container {
    max-width: 1280px;
    width: 100%;
    padding: 14px 20px 0;
    margin: 0 auto; }
    .template-pages-home .body .container .main .inspiring-container .inspiring-content {
      display: flex;
      margin: 0 -6px; }
      .template-pages-home .body .container .main .inspiring-container .inspiring-content .inspring-item {
        padding: 0 6px; }
  .template-pages-home .body .container .main .tradies-container {
    max-width: 1280px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 28px; }
    .template-pages-home .body .container .main .tradies-container .tradies-content {
      display: flex;
      margin: 0 -16px; }
      .template-pages-home .body .container .main .tradies-container .tradies-content .tradies-item {
        display: flex;
        width: 50%;
        flex-direction: column;
        padding: 0 16px; }
        .template-pages-home .body .container .main .tradies-container .tradies-content .tradies-item .tradies-img {
          width: 100%;
          max-height: 427px; }
          .template-pages-home .body .container .main .tradies-container .tradies-content .tradies-item .tradies-img a img {
            max-width: 100%;
            max-height: 100%;
            height: 100%; }
        .template-pages-home .body .container .main .tradies-container .tradies-content .tradies-item .tradies-title {
          text-align: center;
          padding-top: 24px; }
          .template-pages-home .body .container .main .tradies-container .tradies-content .tradies-item .tradies-title a {
            color: #111111;
            font-family: "quasimoda";
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 0.5px;
            line-height: 16px;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none; }
            .template-pages-home .body .container .main .tradies-container .tradies-content .tradies-item .tradies-title a:hover {
              text-decoration: underline;
              background: transparent; }
  .template-pages-home .body .container .main .productGrid {
    margin-bottom: 0; }
    .template-pages-home .body .container .main .productGrid .product {
      width: 20%;
      position: relative;
      overflow: inherit; }
  .template-pages-home .body .container .main .best-seller {
    padding: 63px 20px 0 20px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto; }
    .template-pages-home .body .container .main .best-seller .page-heading {
      letter-spacing: -0.5px;
      text-align: center;
      margin-bottom: 36px; }
    .template-pages-home .body .container .main .best-seller .container {
      padding-bottom: 21px; }
  .template-pages-home .body .container .main .new-on-sale {
    padding: 75px 20px 72px 20px;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto; }
    .template-pages-home .body .container .main .new-on-sale .page-heading {
      color: #111111;
      letter-spacing: -0.5px;
      text-align: center;
      margin-bottom: 36px; }
  .template-pages-home .body .container .main [data-content-region="home_below_new_products"] [data-sub-layout] {
    padding: 0; }
  .template-pages-home .body .container .main [data-content-region="home_below_new_products"] .subcribe-form .ql-editor p:first-child {
    font-family: "kepler-std-display", sans-serif;
    color: #111;
    font-size: 30px;
    letter-spacing: -.5px;
    text-align: center; }
  .template-pages-home .body .container .main [data-content-region="home_below_new_products"] .subcribe-form .ql-editor p:last-child {
    color: #3c3c3c;
    font-family: "Quasimoda", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center; }
  .template-pages-home .body .container .main [data-content-region="home_below_new_products"] .subcribe-form form [data-testid=form-row] {
    position: relative; }
    .template-pages-home .body .container .main [data-content-region="home_below_new_products"] .subcribe-form form [data-testid=form-row] [component] .ql-editor p:first-child {
      color: #111;
      font-size: 30px;
      letter-spacing: -.5px;
      line-height: 32px;
      text-align: center; }
    .template-pages-home .body .container .main [data-content-region="home_below_new_products"] .subcribe-form form [data-testid=form-row] [component] .ql-editor p:last-child {
      color: #3c3c3c;
      font-family: Quasimoda,sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      text-align: center; }
  .template-pages-home .body .container .main .discount-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
    .template-pages-home .body .container .main .discount-section .discount-left-section {
      width: 50%;
      display: flex;
      flex-direction: column;
      background-color: #F6F6F6;
      padding: 116px 0;
      align-items: center; }
      .template-pages-home .body .container .main .discount-section .discount-left-section.submitted > h2, .template-pages-home .body .container .main .discount-section .discount-left-section.submitted > .discount-desc {
        display: none; }
      .template-pages-home .body .container .main .discount-section .discount-left-section .klaviyo-form strong {
        margin: 0 0 24px 0;
        font-family: "kepler-std-display", sans-serif;
        color: #111111;
        font-size: 30px !important;
        font-weight: 400;
        letter-spacing: -0.5px;
        line-height: 32px;
        text-align: center;
        display: block; }
      .template-pages-home .body .container .main .discount-section .discount-left-section .klaviyo-form span {
        max-width: 352px;
        color: #3C3C3C;
        font-family: "Quasimoda", sans-serif;
        font-size: 14px !important;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
        margin-bottom: 24px; }
      .template-pages-home .body .container .main .discount-section .discount-left-section h2 {
        margin: 0 0 24px 0;
        font-family: "kepler-std-display", sans-serif;
        color: #111111;
        font-size: 30px;
        letter-spacing: -0.5px;
        line-height: 32px;
        text-align: center; }
      .template-pages-home .body .container .main .discount-section .discount-left-section .discount-desc {
        max-width: 352px;
        color: #3C3C3C;
        font-family: "Quasimoda", sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center;
        margin-bottom: 24px; }
    .template-pages-home .body .container .main .discount-section .discount-right-section {
      width: 50%;
      background-position: center;
      background-size: cover; }
      .template-pages-home .body .container .main .discount-section .discount-right-section img {
        max-height: 400px;
        height: 100%;
        width: 100%;
        object-fit: cover; }
  .template-pages-home .body .container .main .klaviyo-form {
    max-width: 425px;
    width: 100%; }
    .template-pages-home .body .container .main .klaviyo-form form input[type=email] {
      padding: 0 16px !important;
      color: #3C3C3C !important;
      line-height: 20px !important; }
    .template-pages-home .body .container .main .klaviyo-form form [data-testid="form-row"] {
      display: flex;
      width: 100%; }
      .template-pages-home .body .container .main .klaviyo-form form [data-testid="form-row"] [component] {
        padding: 0 !important; }
        .template-pages-home .body .container .main .klaviyo-form form [data-testid="form-row"] [component]:first-child {
          width: 68.5%; }
        .template-pages-home .body .container .main .klaviyo-form form [data-testid="form-row"] [component]:last-child {
          padding: 0 !important;
          position: relative; }
      .template-pages-home .body .container .main .klaviyo-form form [data-testid="form-row"] button[type=button] {
        max-width: 133px !important;
        width: 100% !important; }
    .template-pages-home .body .container .main .klaviyo-form form input[type=submit] {
      display: none; }
    .template-pages-home .body .container .main .klaviyo-form form .ql-editor {
      padding: 13px 0 15px !important; }
    .template-pages-home .body .container .main .klaviyo-form form [role="alert"] {
      border-color: red; }
  .template-pages-home .body .container .main [data-content-region="home_brands_title"] {
    padding: 72px 0; }
    .template-pages-home .body .container .main [data-content-region="home_brands_title"] [data-sub-layout] {
      padding: 0; }
    .template-pages-home .body .container .main [data-content-region="home_brands_title"] #buttonLink, .template-pages-home .body .container .main [data-content-region="home_brands_title"] .buttonLink a {
      height: 48px;
      line-height: 48px;
      background-color: #FFFFFF;
      border: 1px solid #506F60;
      border-radius: 3px;
      padding: 0 26px;
      transition: all .5s;
      display: inline-flex !important;
      align-items: center; }
      .template-pages-home .body .container .main [data-content-region="home_brands_title"] #buttonLink p, .template-pages-home .body .container .main [data-content-region="home_brands_title"] .buttonLink a p {
        color: #506F60;
        font-family: "Quasimoda", sans-serif;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 14px;
        text-align: center;
        text-transform: none !important; }
      .template-pages-home .body .container .main [data-content-region="home_brands_title"] #buttonLink:hover, .template-pages-home .body .container .main [data-content-region="home_brands_title"] .buttonLink a:hover {
        background-color: #68947F;
        border-color: #68947F; }
    .template-pages-home .body .container .main [data-content-region="home_brands_title"] [data-widget-id] p {
      color: #111111;
      font-family: "Quasimoda", sans-serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 16px;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .template-pages-home .body .container .main [data-content-region="home_brands_title"] .rating-container {
      max-width: 1280px;
      width: 100%;
      margin: 0 auto;
      padding: 0 20px; }
      .template-pages-home .body .container .main [data-content-region="home_brands_title"] .rating-container .stars-rate {
        display: block;
        text-align: center;
        margin-bottom: 20px; }
        .template-pages-home .body .container .main [data-content-region="home_brands_title"] .rating-container .stars-rate .div-star-area span {
          font-size: 30px; }
      .template-pages-home .body .container .main [data-content-region="home_brands_title"] .rating-container .review-custom {
        max-width: 678px;
        margin: 0 auto; }
        .template-pages-home .body .container .main [data-content-region="home_brands_title"] .rating-container .review-custom p {
          text-align: center;
          color: #3C3C3C;
          font-family: "Quasimoda", sans-serif;
          font-size: 16px;
          letter-spacing: 0;
          line-height: 24px;
          font-weight: 400;
          text-transform: none;
          margin-bottom: 10px; }
      .template-pages-home .body .container .main [data-content-region="home_brands_title"] .rating-container .swiper-pagination-bullets {
        margin-top: 42px;
        margin-bottom: 23px; }
      .template-pages-home .body .container .main [data-content-region="home_brands_title"] .rating-container .swiper-button-prev {
        position: absolute;
        left: 7%;
        top: 45%;
        transform: translate(0, -50%); }
        .template-pages-home .body .container .main [data-content-region="home_brands_title"] .rating-container .swiper-button-prev:after {
          padding: 13px 17px;
          font-weight: bolder; }
      .template-pages-home .body .container .main [data-content-region="home_brands_title"] .rating-container .swiper-button-next {
        position: absolute;
        right: 7%;
        top: 45%;
        transform: translate(0, -50%); }
        .template-pages-home .body .container .main [data-content-region="home_brands_title"] .rating-container .swiper-button-next:after {
          padding: 13px 17px;
          font-weight: bolder; }
  .template-pages-home .body .container .main .brands-heading {
    text-align: center;
    margin: 0 0 18px; }
    .template-pages-home .body .container .main .brands-heading h2 {
      font-size: 36px;
      letter-spacing: -0.5px;
      line-height: 36px;
      text-align: center;
      margin: 0; }
  .template-pages-home .body .container .main .brand-container {
    background-color: #F6F6F6;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%; }
  .template-pages-home .body .container .main .item-statement {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    padding: 26px  20px 0; }
    .template-pages-home .body .container .main .item-statement .statement-container {
      display: flex;
      margin: 0 -16px;
      width: calc(100% + 32px); }
      .template-pages-home .body .container .main .item-statement .statement-container .item-block {
        width: 33.33333%;
        padding: 0 16px; }
        .template-pages-home .body .container .main .item-statement .statement-container .item-block .title_item {
          color: #111111;
          font-family: "quasimoda";
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 16px;
          text-align: center;
          display: block;
          margin-top: 24px;
          text-decoration: none;
          text-transform: uppercase; }
          .template-pages-home .body .container .main .item-statement .statement-container .item-block .title_item:hover {
            text-decoration: underline;
            background: transparent; }
        .template-pages-home .body .container .main .item-statement .statement-container .item-block .img-contain a img {
          width: 100% !important; }

@media only screen and (min-width: 320px) and (max-height: 375px) {
  .quickSearchResults {
    max-height: calc(100vh - 112px);
    overflow: auto; } }

@media (max-width: 1366px) {
  .card .finishes-wrapper ul {
    left: 0; }
    .card .finishes-wrapper ul:after {
      left: 8%; }
    .card .finishes-wrapper ul:before {
      left: 8%; } }

@media (max-width: 767px) {
  .rating-container .swiper-button-next {
    display: none; }
  .rating-container .swiper-button-prev {
    display: none; }
  .card .card-body .card-text[data-test-info-type="price"] {
    margin-top: 11px; }
  .card .card-body .card-title {
    margin: 0 0 2px !important; }
  .card .card-figcaption {
    display: block; }
  .card .finishes-wrapper ul {
    max-width: 150px;
    left: 0; }
    .card .finishes-wrapper ul:after {
      left: 8%; }
    .card .finishes-wrapper ul:before {
      left: 8%; }
  .card .badge-wrapper .p-badge {
    padding: 0 6px 7px 0; }
  .swiper-pagination {
    margin-top: 20px; }
  .template-pages-home .body .title-statement-container .title-statement-content h2 {
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 32px;
    margin-bottom: 4px;
    text-indent: -10px; }
  .template-pages-home .body .title-statement-container .title-statement-content p {
    padding: 0 10px; }
  .template-pages-home .body [data-content-region="home_below_carousel"] {
    display: block; }
    .template-pages-home .body [data-content-region="home_below_carousel"] .banner-with-text .left-content img {
      width: 100%;
      object-fit: cover; }
    .template-pages-home .body [data-content-region="home_below_carousel"] .banner-with-text .right-content .content-contain h2 {
      margin-bottom: 13px; }
  .template-pages-home .body .banner-with-text {
    flex-direction: column; }
    .template-pages-home .body .banner-with-text .left-content {
      width: 100%; }
    .template-pages-home .body .banner-with-text .right-content {
      width: 100%;
      padding: 27px 22px 30px 22px; }
      .template-pages-home .body .banner-with-text .right-content .content-contain {
        position: relative;
        top: 0;
        transform: translateY(0); }
        .template-pages-home .body .banner-with-text .right-content .content-contain h2 {
          font-size: 36px;
          letter-spacing: -1px;
          line-height: 36px; }
        .template-pages-home .body .banner-with-text .right-content .content-contain p {
          display: none; }
  .template-pages-home .body .container {
    padding: 0 0 24px 0; }
    .template-pages-home .body .container .main .icon-star {
      width: 24px;
      height: 24px; }
    .template-pages-home .body .container .main [data-content-region="home_brands_title"] {
      padding: 30px 0; }
      .template-pages-home .body .container .main [data-content-region="home_brands_title"] [data-sub-layout] {
        padding: 0; }
      .template-pages-home .body .container .main [data-content-region="home_brands_title"] #buttonLink {
        width: auto; }
    .template-pages-home .body .container .main .rating-container {
      padding: 0 18px; }
      .template-pages-home .body .container .main .rating-container .review-custom {
        max-width: 678px;
        margin: 0;
        width: 100%; }
        .template-pages-home .body .container .main .rating-container .review-custom p:last-child {
          margin-bottom: 0; }
      .template-pages-home .body .container .main .rating-container .swiper-pagination-bullets {
        margin: 17px 0; }
    .template-pages-home .body .container .main [data-content-region="home_brands_title"] [data-widget-id] p {
      margin-bottom: 6px; }
    .template-pages-home .body .container .main .rating-container .stars-rate {
      margin-bottom: 8px; }
    .template-pages-home .body .container .main .discount-section {
      flex-direction: column; }
      .template-pages-home .body .container .main .discount-section .discount-left-section {
        width: 100%;
        padding: 18px; }
        .template-pages-home .body .container .main .discount-section .discount-left-section h2 {
          font-size: 24px;
          letter-spacing: -0.5px;
          line-height: 26px;
          margin-bottom: 5px; }
        .template-pages-home .body .container .main .discount-section .discount-left-section .discount-desc {
          max-width: 100%;
          margin-bottom: 12px; }
        .template-pages-home .body .container .main .discount-section .discount-left-section .subcribe-form form [role=alert] {
          position: relative;
          padding: 0 !important; }
        .template-pages-home .body .container .main .discount-section .discount-left-section .subcribe-form form [data-testid=form-row] {
          flex-direction: column; }
          .template-pages-home .body .container .main .discount-section .discount-left-section .subcribe-form form [data-testid=form-row] [component] {
            width: 100%;
            display: block; }
            .template-pages-home .body .container .main .discount-section .discount-left-section .subcribe-form form [data-testid=form-row] [component]:last-child {
              margin-bottom: 0; }
          .template-pages-home .body .container .main .discount-section .discount-left-section .subcribe-form form [data-testid=form-row] button[type=button] {
            width: 100%;
            display: block;
            border-radius: 3px;
            max-width: 100% !important;
            box-sizing: border-box; }
      .template-pages-home .body .container .main .discount-section .discount-right-section {
        width: 100%;
        height: 188px; }
    .template-pages-home .body .container .main .brand-container {
      padding: 0; }
    .template-pages-home .body .container .main .best-seller {
      padding: 25px 12px 7px; }
      .template-pages-home .body .container .main .best-seller .productGrid {
        padding: 0; }
        .template-pages-home .body .container .main .best-seller .productGrid .product {
          margin-bottom: 23px; }
          .template-pages-home .body .container .main .best-seller .productGrid .product:nth-child(2n) .card .finishes-wrapper ul {
            left: auto;
            right: 0; }
            .template-pages-home .body .container .main .best-seller .productGrid .product:nth-child(2n) .card .finishes-wrapper ul:before {
              left: 22%; }
            .template-pages-home .body .container .main .best-seller .productGrid .product:nth-child(2n) .card .finishes-wrapper ul:after {
              left: 22%; }
      .template-pages-home .body .container .main .best-seller .page-heading {
        margin-bottom: 16px;
        margin-top: 0; }
    .template-pages-home .body .container .main .new-on-sale {
      padding: 24px 12px 7px; }
      .template-pages-home .body .container .main .new-on-sale .page-heading {
        margin-bottom: 16px;
        margin-top: 0; }
      .template-pages-home .body .container .main .new-on-sale ul li {
        margin-bottom: 23px; }
    .template-pages-home .body .container .main [data-content-region="home_text_content"] [data-sub-layout-container]:first-child p {
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 16px;
      color: #111;
      text-transform: uppercase;
      margin-bottom: 12px; }
    .template-pages-home .body .container .main [data-content-region="home_text_content"] [data-sub-layout-container]:last-child p {
      color: #3C3C3C;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 14px; }
    .template-pages-home .body .container .main .page-heading {
      font-size: 30px;
      letter-spacing: -0.5px;
      line-height: 32px;
      margin-top: 0 !important;
      margin-bottom: 16px; }
    .template-pages-home .body .container .main [data-content-region="home_text_content"] {
      padding: 0 12px; }
      .template-pages-home .body .container .main [data-content-region="home_text_content"] [data-sub-layout-container]:first-child p {
        margin-bottom: 3px; }
      .template-pages-home .body .container .main [data-content-region="home_text_content"] [data-sub-layout-container]:last-child p {
        margin-bottom: 11px; }
        .template-pages-home .body .container .main [data-content-region=home_text_content] [data-sub-layout-container]:last-child p :last-child {
          margin-bottom: 0; }
      .template-pages-home .body .container .main [data-content-region="home_text_content"] [data-sub-layout] {
        padding: 0; }
    .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] {
      padding: 30px 12px 18px; }
      .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] [data-sub-layout] {
        padding: 0; }
      .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] #buttonLink {
        margin-top: 4px;
        width: 100%;
        height: 42px;
        line-height: 42px; }
      .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] .inspiring-container {
        padding: 5px 0 0 0; }
        .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] .inspiring-container .inspiring-content {
          display: flex;
          flex-wrap: wrap;
          width: auto; }
          .template-pages-home .body .container .main [data-content-region="home_inspiring_home_title"] .inspiring-container .inspiring-content .inspring-item {
            width: 50%;
            padding: 6px; }
    .template-pages-home .body .container .main [data-content-region="home_brands_slider"] {
      padding: 29px 0 20px 0; }
      .template-pages-home .body .container .main [data-content-region="home_brands_slider"] [data-sub-layout] {
        padding: 0; }
      .template-pages-home .body .container .main [data-content-region="home_brands_slider"] .swiper-pagination {
        margin-top: 15px; }
      .template-pages-home .body .container .main [data-content-region="home_brands_slider"] .page-heading {
        margin-bottom: 12px; }
        .template-pages-home .body .container .main [data-content-region="home_brands_slider"] .page-heading h2 {
          color: #111111;
          font-size: 30px;
          letter-spacing: -0.5px;
          line-height: 32px; }
    .template-pages-home .body .container .main .brands-heading {
      display: block;
      margin: 0 0 10px; }
      .template-pages-home .body .container .main .brands-heading h2 {
        font-size: 30px;
        letter-spacing: -0.5px;
        line-height: 32px; }
    .template-pages-home .body .container .main .brand-container {
      padding: 0 12px; }
    .template-pages-home .body .container .main [data-content-region="home_we_love_tradies_title"] {
      padding: 26px 12px 18px; }
      .template-pages-home .body .container .main [data-content-region="home_we_love_tradies_title"] [data-sub-layout] {
        padding: 0; }
      .template-pages-home .body .container .main [data-content-region="home_we_love_tradies_title"] .title-statement-container .title-statement-content h2 {
        font-size: 30px;
        letter-spacing: -0.5px;
        line-height: 32px; }
      .template-pages-home .body .container .main [data-content-region="home_we_love_tradies_title"] .tradies-container {
        padding-top: 13px; }
        .template-pages-home .body .container .main [data-content-region="home_we_love_tradies_title"] .tradies-container .tradies-content .tradies-item .tradies-img a img {
          width: 100%;
          object-fit: cover; }
        .template-pages-home .body .container .main [data-content-region="home_we_love_tradies_title"] .tradies-container .tradies-content .tradies-item:last-child {
          margin-bottom: 0; }
    .template-pages-home .body .container .main .productGrid {
      padding: 0;
      margin-left: -6px;
      margin-right: -6px; }
      .template-pages-home .body .container .main .productGrid .product {
        width: 50%;
        padding: 0 6px; }
        .template-pages-home .body .container .main .productGrid .product:last-child {
          display: none; }
    .template-pages-home .body .container .main [data-content-region="home_below_top_products"] {
      padding: 24px 12px; }
      .template-pages-home .body .container .main [data-content-region=home_below_top_products] [data-sub-layout] {
        padding: 0; }
      .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content {
        flex-direction: column;
        margin: 0 -20px; }
        .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item {
          width: 100%;
          padding: 0; }
          .template-pages-home .body .container .main [data-content-region=home_below_top_products] .top-new-container .top-new-content .news-item:first-child {
            margin-bottom: 12px; }
          .template-pages-home .body .container .main [data-content-region=home_below_top_products] .top-new-container .top-new-content .news-item:last-child {
            margin-bottom: 0; }
            .template-pages-home .body .container .main [data-content-region=home_below_top_products] .top-new-container .top-new-content .news-item:last-child .news-content {
              padding: 20px 14px 26px; }
          .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item .news-image a img {
            width: 100%;
            object-fit: cover; }
          .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item .news-content {
            padding: 20px 14px 26px;
            border-radius: 0 0 3px 3px; }
            .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item .news-content p {
              margin-bottom: 10px; }
            .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item .news-content .title-news h2 {
              font-size: 24px;
              letter-spacing: -0.5px;
              line-height: 26px;
              margin-bottom: 4px; }
    .template-pages-home .body .container .main [data-content-region="make_a_statement"] {
      padding: 26px 0 24px 12px; }
      .template-pages-home .body .container .main [data-content-region="make_a_statement"] .title-statement-container .title-statement-content p {
        padding: 0 15px; }
      .template-pages-home .body .container .main [data-content-region="make_a_statement"] [data-sub-layout] {
        padding: 0; }
      .template-pages-home .body .container .main [data-content-region="make_a_statement"] .item-statement {
        padding: 0;
        display: block; }
        .template-pages-home .body .container .main [data-content-region="make_a_statement"] .item-statement .statement-container {
          margin: 0;
          width: 100%; }
          .template-pages-home .body .container .main [data-content-region="make_a_statement"] .item-statement .statement-container .item-block {
            display: flex;
            flex-direction: column;
            padding: 13px 0 0; }
            .template-pages-home .body .container .main [data-content-region="make_a_statement"] .item-statement .statement-container .item-block .img-contain {
              margin-bottom: 18px; }
            .template-pages-home .body .container .main [data-content-region="make_a_statement"] .item-statement .statement-container .item-block a {
              display: block;
              color: #111111;
              font-family: "quasimoda";
              font-size: 12px;
              font-weight: bold;
              letter-spacing: 0.5px;
              line-height: 16px;
              text-align: center; }
              .template-pages-home .body .container .main [data-content-region="make_a_statement"] .item-statement .statement-container .item-block a:last-child {
                text-decoration: none;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: bold;
                letter-spacing: 0.5px;
                line-height: 16px;
                text-align: center;
                margin-bottom: 0;
                margin-top: 0; }
    .template-pages-home .body .container .main .banner-with-text-left {
      flex-direction: column; }
      .template-pages-home .body .container .main .banner-with-text-left .left-content {
        width: 100%;
        height: 299px; }
        .template-pages-home .body .container .main .banner-with-text-left .left-content img {
          height: 100%; }
      .template-pages-home .body .container .main .banner-with-text-left .right-content {
        width: 100%;
        padding: 23px 18px 20px; }
        .template-pages-home .body .container .main .banner-with-text-left .right-content .content-contain {
          position: relative;
          top: 0;
          transform: translateY(0);
          text-align: center; }
          .template-pages-home .body .container .main .banner-with-text-left .right-content .content-contain .desc {
            margin-bottom: 24px; }
          .template-pages-home .body .container .main .banner-with-text-left .right-content .content-contain h2 {
            font-size: 30px;
            letter-spacing: -0.5px;
            line-height: 32px;
            margin-bottom: 6px;
            padding: 0 10px; }
          .template-pages-home .body .container .main .banner-with-text-left .right-content .content-contain p {
            text-align: center;
            margin-bottom: 9px; }
          .template-pages-home .body .container .main .banner-with-text-left .right-content .content-contain .button-title {
            padding: 0 46px;
            height: 54px;
            line-height: 54px;
            width: 100%; }
    .template-pages-home .body .container .main .tradies-container .tradies-content {
      flex-direction: column;
      margin: 0 -20px;
      padding: 0; }
      .template-pages-home .body .container .main .tradies-container .tradies-content .tradies-item {
        width: 100%;
        margin-bottom: 16px;
        padding: 0; }
        .template-pages-home .body .container .main .tradies-container .tradies-content .tradies-item .tradies-img {
          max-height: none; }
          .template-pages-home .body .container .main .tradies-container .tradies-content .tradies-item .tradies-img a img {
            height: auto; }
        .template-pages-home .body .container .main .tradies-container .tradies-content .tradies-item .tradies-title {
          padding-top: 12px; }
  .template-pages-home .icon-footer {
    border-bottom: none; }
    .template-pages-home .icon-footer .icon-footer-content {
      padding: 0; }
      .template-pages-home .icon-footer .icon-footer-content [data-sub-layout-container] [data-sub-layout]:last-child {
        padding: 0 12px; }
        .template-pages-home .icon-footer .icon-footer-content [data-sub-layout-container] [data-sub-layout]:last-child [data-widget-id] .logo-footer {
          margin-left: 0;
          margin-right: 6px;
          padding-left: 2px; }
          .template-pages-home .icon-footer .icon-footer-content [data-sub-layout-container] [data-sub-layout]:last-child [data-widget-id] .logo-footer img {
            min-width: 67px; }
        .template-pages-home .icon-footer .icon-footer-content [data-sub-layout-container] [data-sub-layout]:last-child [data-widget-id]:last-child {
          display: inline-block; }
      .template-pages-home .icon-footer .icon-footer-content .image-icon-bank {
        border-top: none; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .card-figcaption {
    display: block; }
  .card-text [data-product-non-sale-price-with-tax] {
    font-size: 14px !important; }
  .card-text [data-product-price-with-tax] {
    font-size: 15px !important; }
  .banner-with-text-left {
    flex-direction: column; }
    .banner-with-text-left .left-content {
      width: 100%; }
    .banner-with-text-left .right-content {
      width: 100%; }
      .banner-with-text-left .right-content .content-contain {
        width: 100%;
        padding: 30px 0; }
        .banner-with-text-left .right-content .content-contain .button-title {
          height: 54px;
          line-height: 54px;
          padding: 0 47px; }
  .template-pages-home .body .banner-with-text .right-content .content-contain h2 {
    font-size: 38px;
    line-height: 38px; }
  .template-pages-home .body .banner-with-text .right-content .content-contain p {
    font-size: 14px;
    line-height: 23px;
    margin-bottom: 13px; }
  .template-pages-home .body .container .main .subcribe-form form .ql-editor {
    padding: 25px 0 25px !important; }
  .template-pages-home .body .container .main [data-content-region="home_below_new_products"] .subcribe-form form [data-testid=form-row] button[type=button] {
    position: absolute;
    right: 0; }
  .template-pages-home .body .container .main [data-content-region="home_below_new_products"] .subcribe-form form [data-testid=form-row] [component]:first-child {
    width: 70%; }
  .template-pages-home .body .container .main [data-content-region="home_below_new_products"] .subcribe-form form [data-testid=form-row] [component]:last-child {
    width: 30%;
    position: relative;
    right: 0; }
  .template-pages-home .body .container .main [data-content-region="home_below_new_products"] .subcribe-form form [data-testid=form-row] [component]:first-child:last-child {
    width: 100%; }
  .template-pages-home .body .container .main .rating-container .swiper-button-next {
    display: none; }
  .template-pages-home .body .container .main .rating-container .swiper-button-prev {
    display: none; }
  .template-pages-home .body .container .main .rating-container .review-custom {
    max-width: 678px; }
  .template-pages-home .body .container .main .discount-section .discount-left-section {
    padding: 40px; }
  .template-pages-home .body .container .main .tradies-container .tradies-img a img {
    height: auto !important; }
  .template-pages-home .body .container .main [data-content-region=home_below_top_products] .top-new-container .top-new-content .news-item:last-child .news-content {
    padding: 20px 10px 60px; }
  .template-pages-home .body .container .main [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item .news-content {
    padding: 20px 10px 60px; } }

@media (max-width: 1199px) and (min-width: 1024px) {
  [data-content-region="home_below_top_products"] .top-new-container .top-new-content .news-item:last-child .news-content {
    padding: 24px 85px 44px !important; } }

.productGrid .product .price-section span {
  font-size: 14px; }

.banner-footer-wrapper {
  border-top: 1px solid #E8E8E8;
  margin-top: 0px !important; }
  .banner-footer-wrapper .footer-top-bar {
    padding: 39px 0px; }
    .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] {
      max-width: 810px;
      margin: 0 auto; }
      .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] [data-placement-status="ACTIVE"] {
        display: flex;
        justify-content: space-between; }
        .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .block-banner-footer {
          display: flex;
          margin-left: 5px; }
          .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .block-banner-footer img.image-banner-footer {
            width: 42px;
            height: 40px; }
          .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .block-banner-footer .content-image-footer {
            line-height: 42px;
            margin-left: 20px;
            color: #231E1F;
            font-family: "quasimoda";
            font-size: 14px;
            letter-spacing: 0;
            line-height: 42px;
            text-align: center; }

.footer-section {
  background-color: #F8F8F8;
  margin-top: 0px !important; }
  .footer-section .footer-wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 18px 15px; }
    .footer-section .footer-wrapper .list-footer {
      width: 60%;
      padding: 48px 0px 16px;
      background-color: #F8F8F8; }
      .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] {
        display: flex; }
        .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content {
          width: 33.33%; }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content a.email-footer {
            text-decoration: underline; }
          @media (max-width: 767px) {
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content ul {
              display: none;
              padding: 0px 18px;
              margin-bottom: 13px; } }
          @media (min-width: 768px) {
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content ul {
              display: block !important;
              transition: 0.4s; } }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) {
            width: 30.33%; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) h4 {
              color: #111111;
              font-family: "kepler-std-display";
              font-size: 20px;
              letter-spacing: 0;
              margin-bottom: 20px;
              font-weight: 500;
              line-height: 22px;
              margin-top: 0px;
              position: relative; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) h4.active::after {
                content: "\f067";
                display: none; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) h4.active::after {
                content: "\f068";
                position: absolute;
                right: 25px;
                line-height: 22px;
                top: 50%;
                transform: translate(-50%, -50%);
                display: none; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) ul li {
              line-height: 20px;
              margin-bottom: 8px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) ul li a:hover {
                background-size: 0% 0%;
                transition: 0.3s;
                text-decoration: underline; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) ul li p strong {
                font-weight: 600; }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) {
            width: 30%; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) h4 {
              color: #111111;
              font-family: "kepler-std-display";
              font-size: 20px;
              letter-spacing: 0;
              margin-bottom: 17px;
              line-height: 22px;
              position: relative;
              font-weight: 500;
              margin-top: 0px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) h4.active::after {
                content: "\f067";
                display: none; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) h4.active::after {
                content: "\f068";
                position: absolute;
                right: 25px;
                line-height: 22px;
                top: 50%;
                transform: translate(-50%, -50%);
                display: none; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) ul li {
              line-height: 20px;
              margin-bottom: 8px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) ul li a:hover {
                background-size: 0% 0%;
                transition: 0.3s;
                text-decoration: underline; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) ul li p strong {
                font-weight: 600; }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) {
            width: 39.66%; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) h4 {
              color: #111111;
              font-family: "kepler-std-display";
              font-size: 20px;
              letter-spacing: 0;
              margin-bottom: 18px;
              font-weight: 500;
              line-height: 22px;
              margin-top: 0px;
              position: relative; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) h4.active::after {
                content: "\f067";
                display: none; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) h4.active::after {
                content: "\f068";
                position: absolute;
                right: 25px;
                line-height: 22px;
                top: 50%;
                transform: translate(-50%, -50%);
                display: none; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) ul li {
              line-height: 23px;
              margin-bottom: 10px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) ul li:nth-child(2) a.phone-footer:hover {
                transition: 0.3s; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) ul li:nth-child(3) a.email-footer:hover {
                transition: 0.3s; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) ul li p strong {
                font-weight: 600; }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content ul {
            list-style-type: none;
            margin-left: 0px; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content ul li {
              line-height: 20px;
              margin-bottom: 4px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content ul li a {
                color: #111;
                font-family: "quasimoda";
                font-size: 14px;
                letter-spacing: 0;
                text-decoration: none;
                line-height: 18px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content ul li p {
                margin-bottom: 0px;
                color: #111111;
                font-family: "quasimoda";
                font-size: 14px;
                letter-spacing: 0;
                line-height: 20px; }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content.active ul {
            display: block !important; }
    .footer-section .footer-wrapper footer.footer {
      width: 40%;
      border-top: 0;
      padding: 48px 0px;
      background-color: #F8F8F8; }
      .footer-section .footer-wrapper footer.footer .container {
        padding: 0 0 0 58px; }
        .footer-section .footer-wrapper footer.footer .container section.footer-info {
          margin: 0px; }
          .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col {
            padding: 0px 10px; }
            .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col:last-child {
              width: 100%; }
            .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col.submitted > .footer-info-heading, .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col.submitted > p {
              display: none; }
            .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col .klaviyo-form .ql-editor {
              padding: 0 !important;
              margin: 0 !important; }
              .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col .klaviyo-form .ql-editor p {
                text-align: left !important; }
            .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col .klaviyo-form strong {
              color: #111;
              font-weight: 500;
              font-size: 20px !important;
              font-family: "kepler-std-display",sans-serif;
              letter-spacing: 0;
              line-height: 22px;
              margin-bottom: 17px; }
            .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col .klaviyo-form span {
              color: #111111;
              font-family: "quasimoda";
              font-size: 14px !important;
              letter-spacing: 0;
              line-height: 20px; }
            .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col input#nl_email {
              padding: 14px 16px;
              border: none; }
            .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col input {
              height: 48px;
              width: 133px; }
            .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col input.button.button--primary.form-prefixPostfix-button--postfix {
              height: 48px;
              border-top-right-radius: 3px;
              border-bottom-right-radius: 3px;
              border-bottom-left-radius: 0px;
              border-top-left-radius: 0px;
              background-color: #ADCFAD;
              margin: 0px 0px 0px -3px; }
              .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col input.button.button--primary.form-prefixPostfix-button--postfix:hover {
                background-color: #93BC93;
                transition: 0.4s; }
            .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col h3.footer-info-heading {
              color: #111111;
              font-weight: 500;
              font-size: 20px;
              letter-spacing: 0px;
              line-height: 22px;
              margin-bottom: 17px; }
            .footer-section .footer-wrapper footer.footer .container section.footer-info article.footer-info-col p {
              color: #3C3C3C;
              font-family: "quasimoda";
              font-size: 14px;
              letter-spacing: 0;
              margin-bottom: 12px;
              line-height: 20px; }

.icon-footer {
  border-bottom: 1px solid #EEEEEE;
  margin-top: 0px !important;
  padding: 20px 0px; }
  .icon-footer .icon-footer-content {
    max-width: 1300px;
    margin: auto;
    padding: 0px 18px; }
    .icon-footer .icon-footer-content .image-icon-social {
      display: flex; }
      .icon-footer .icon-footer-content .image-icon-social a {
        margin: 0; }
        .icon-footer .icon-footer-content .image-icon-social a img.icon-social {
          display: block;
          height: 22px;
          margin: 0 23px 0 0px;
          width: 22px; }
        .icon-footer .icon-footer-content .image-icon-social a:hover {
          background-size: 0% 0%; }
    .icon-footer .icon-footer-content [data-sub-layout]:last-of-type {
      flex-direction: row;
      align-items: center; }
    .icon-footer .icon-footer-content .logo-footer {
      display: inline-block;
      margin-left: 10px;
      width: 67px; }
      .icon-footer .icon-footer-content .logo-footer:not(.no-hover):hover {
        transition: none;
        background-size: 0;
        background-image: none; }
    .icon-footer .icon-footer-content .image-icon-bank {
      display: flex;
      margin: 0px 0px 0px auto;
      justify-content: flex-end; }
      .icon-footer .icon-footer-content .image-icon-bank a {
        margin: 0; }
        .icon-footer .icon-footer-content .image-icon-bank a:last-child {
          padding-right: 3px; }
        .icon-footer .icon-footer-content .image-icon-bank a img.icon-bank {
          display: block;
          height: 36px;
          width: 62px;
          margin: 0 0px 0 12px; }
        .icon-footer .icon-footer-content .image-icon-bank a:hover {
          background-size: 0% 0%; }

.text-last-footer {
  margin-top: 0px;
  padding: 27px 0px 20px; }
  .text-last-footer .text-last-footer-content {
    text-align: center; }
    .text-last-footer .text-last-footer-content span {
      color: #868686;
      font-family: "quasimoda";
      font-size: 13px;
      letter-spacing: 0;
      line-height: 20px;
      text-align: center;
      display: inline-block; }

@media only screen and (max-width: 375px) {
  .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .block-banner-footer {
    display: block;
    text-align: center;
    width: 33.33%; }
    .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .block-banner-footer img.image-banner-footer {
      display: block; }
    .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .block-banner-footer .content-image-footer {
      line-height: 20px;
      margin-left: 0px;
      padding: 15px 5px 0px 5px; }
  .footer-section div {
    padding: 0 !important; }
  .footer-section .footer-wrapper {
    flex-direction: column;
    padding: 0; }
    .footer-section .footer-wrapper .list-footer {
      width: 100%;
      order: 2; }
      .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] {
        display: block; }
        .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content {
          border-bottom: 1px solid #E8E8E8; }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) {
            width: 100%; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) h4 {
              margin: 0px;
              padding: 20px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) h4::after {
                color: #506F60;
                font-family: "Font Awesome 5 Pro";
                font-size: 12px;
                letter-spacing: 0;
                text-align: right;
                content: "\f067";
                font-weight: 900;
                position: absolute;
                right: 30px;
                line-height: 22px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) h4.active::after {
                content: "\f067";
                color: #506F60;
                display: block; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) h4.active::after {
                content: "\f068";
                position: absolute;
                color: #506F60;
                right: 25px;
                line-height: 22px;
                top: 50%;
                transform: translate(-50%, -50%);
                display: block; }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) {
            width: 100%; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) h4 {
              margin: 0px;
              padding: 20px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) h4::after {
                color: #506F60;
                font-family: "Font Awesome 5 Pro";
                font-size: 12px;
                letter-spacing: 0;
                text-align: right;
                content: "\f067";
                font-weight: 900;
                position: absolute;
                right: 30px;
                line-height: 22px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) h4.active::after {
                content: "\f067";
                display: block;
                color: #506F60; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) h4.active::after {
                content: "\f068";
                color: #506F60;
                position: absolute;
                right: 25px;
                line-height: 22px;
                top: 50%;
                transform: translate(-50%, -50%);
                display: block; }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) {
            width: 100%; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) h4 {
              margin: 0px;
              padding: 20px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) h4::after {
                color: #506F60;
                font-family: "Font Awesome 5 Pro";
                font-size: 12px;
                letter-spacing: 0;
                text-align: right;
                content: "\f067";
                font-weight: 900;
                position: absolute;
                right: 30px;
                line-height: 22px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) h4.active::after {
                content: "\f067";
                display: block;
                color: #506F60; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) h4.active::after {
                content: "\f068";
                color: #506F60;
                position: absolute;
                right: 25px;
                line-height: 22px;
                top: 50%;
                transform: translate(-50%, -50%);
                display: block; }
    .footer-section .footer-wrapper footer.footer {
      width: 100%;
      padding: 20px 0px 0px;
      order: 1; }
      .footer-section .footer-wrapper footer.footer .container {
        padding: 0px; }
        .footer-section .footer-wrapper footer.footer .container article.footer-info-col {
          padding: 30px 30.5px 0px;
          margin-bottom: 0px;
          border-bottom: 1px solid #e8e8e8;
          text-align: center; }
          .footer-section .footer-wrapper footer.footer .container article.footer-info-col .form-prefixPostfix.wrap {
            display: block; }
            .footer-section .footer-wrapper footer.footer .container article.footer-info-col .form-prefixPostfix.wrap input {
              width: 100%; }
            .footer-section .footer-wrapper footer.footer .container article.footer-info-col .form-prefixPostfix.wrap input.button.button--primary.form-prefixPostfix-button--postfix {
              margin: 12px 0px;
              border-radius: 3px; }
  .icon-footer {
    padding: 20px 0px 0px;
    border-bottom: none; }
    .icon-footer div {
      padding: 0; }
    .icon-footer .icon-footer-content .image-icon-social {
      justify-content: center;
      padding-bottom: 24px;
      border-bottom: 1px solid #EEEEEE; }
      .icon-footer .icon-footer-content .image-icon-social a img.icon-social {
        margin: 0px 10px; }
    .icon-footer .icon-footer-content .image-icon-bank {
      justify-content: center; }
      .icon-footer .icon-footer-content .image-icon-bank a:hover {
        background-size: 0% 0% !important; }
      .icon-footer .icon-footer-content .image-icon-bank a img.icon-bank {
        margin: 25px 8px; }
  .text-last-footer {
    padding: 0 18px 20px; }
    .text-last-footer .text-last-footer-content {
      text-align: center; }
      .text-last-footer .text-last-footer-content span {
        display: inline-block;
        font-size: 14px;
        color: #3C3C3C;
        line-height: 27px; }
        .text-last-footer .text-last-footer-content span:last-child {
          display: block; } }

@media only screen and (max-width: 767px) and (min-width: 375px) {
  .banner-footer-wrapper .footer-top-bar {
    padding: 21px 0px; }
    .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] {
      max-width: 360px; }
      .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .block-banner-footer {
        display: block;
        text-align: center;
        width: 33.33%;
        margin-left: 10px; }
        .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .block-banner-footer img.image-banner-footer {
          width: 39px;
          height: 37px; }
        .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .block-banner-footer .content-image-footer {
          line-height: 16px;
          margin-left: 0px;
          padding: 13px 15px 0px 15px; }
  .footer-section div {
    padding: 0 !important; }
  .footer-section .footer-wrapper {
    flex-direction: column; }
    .footer-section .footer-wrapper .list-footer {
      width: 100%;
      order: 2; }
      .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] {
        display: block; }
        .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content {
          border-bottom: 1px solid #E8E8E8; }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) {
            width: 100%; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) h4 {
              margin: 0px;
              padding: 17px 18px 18px 18px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) h4::after {
                color: #506F60;
                font-family: "Font Awesome 5 Pro";
                font-size: 12px;
                letter-spacing: 0;
                text-align: right;
                content: "\f067";
                font-weight: 900;
                position: absolute;
                right: 18px;
                line-height: 26px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) h4.active::after {
                content: "\f067";
                display: block;
                color: #506F60; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) h4.active::after {
                content: "\f068";
                color: #506F60;
                position: absolute;
                right: 15px;
                line-height: 22px;
                top: 50%;
                transform: translate(-50%, -50%);
                display: block; }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) {
            width: 100%; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) h4 {
              margin: 0px;
              padding: 17px 18px 18px 18px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) h4::after {
                color: #506F60;
                font-family: "Font Awesome 5 Pro";
                font-size: 12px;
                letter-spacing: 0;
                text-align: right;
                content: "\f067";
                font-weight: 900;
                position: absolute;
                right: 18px;
                line-height: 26px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) h4.active::after {
                content: "\f067";
                display: block;
                color: #506F60; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) h4.active::after {
                content: "\f068";
                position: absolute;
                color: #506F60;
                right: 15px;
                line-height: 22px;
                top: 50%;
                transform: translate(-50%, -50%);
                display: block; }
          .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) {
            width: 100%; }
            .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) h4 {
              margin: 0px;
              padding: 17px 18px 18px 18px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) h4::after {
                color: #506F60;
                font-family: "Font Awesome 5 Pro";
                font-size: 12px;
                letter-spacing: 0;
                text-align: right;
                content: "\f067";
                font-weight: 900;
                position: absolute;
                right: 18px;
                line-height: 26px; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) h4.active::after {
                content: "\f067";
                color: #506F60;
                display: block; }
              .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) h4.active::after {
                content: "\f068";
                color: #506F60;
                position: absolute;
                right: 15px;
                line-height: 22px;
                top: 50%;
                transform: translate(-50%, -50%);
                display: block; }
    .footer-section .footer-wrapper footer.footer {
      width: 100%;
      order: 1;
      padding: 24px 0px 0px; }
      .footer-section .footer-wrapper footer.footer .container {
        padding: 0; }
        .footer-section .footer-wrapper footer.footer .container article.footer-info-col {
          text-align: center;
          border-bottom: 1px solid #e8e8e8;
          margin-bottom: 0;
          padding: 0 18px 19px 18px !important; }
          .footer-section .footer-wrapper footer.footer .container article.footer-info-col h3 {
            margin-bottom: 4px !important;
            font-size: 24px !important; }
          .footer-section .footer-wrapper footer.footer .container article.footer-info-col p {
            margin-bottom: 8px; }
          .footer-section .footer-wrapper footer.footer .container article.footer-info-col .form-field {
            margin-bottom: 6px; }
          .footer-section .footer-wrapper footer.footer .container article.footer-info-col .form-prefixPostfix.wrap {
            display: block; }
            .footer-section .footer-wrapper footer.footer .container article.footer-info-col .form-prefixPostfix.wrap input {
              width: 100%;
              line-height: 20px;
              padding: 17px 18px 22px 18px; }
            .footer-section .footer-wrapper footer.footer .container article.footer-info-col .form-prefixPostfix.wrap input.button.button--primary.form-prefixPostfix-button--postfix {
              margin: 12px 0px; }
  .icon-footer {
    padding: 24px 0 0; }
    .icon-footer div {
      padding: 0;
      max-width: 100%; }
    .icon-footer .icon-footer-content .image-icon-social {
      justify-content: center;
      padding-bottom: 24px;
      border-bottom: 1px solid #EEEEEE; }
      .icon-footer .icon-footer-content .image-icon-social a img.icon-social {
        margin: 0px 11px; }
    .icon-footer .icon-footer-content .image-icon-bank {
      justify-content: left; }
      .icon-footer .icon-footer-content .image-icon-bank a img.icon-bank {
        margin: 24px 6px 20px;
        width: 65px; }
  .text-last-footer {
    padding: 0px 0px 20px 0px; }
    .text-last-footer .text-last-footer-content {
      text-align: center; }
      .text-last-footer .text-last-footer-content span {
        line-height: 21px;
        margin-bottom: 7px;
        padding: 0px 20px; }
        .text-last-footer .text-last-footer-content span:last-child {
          display: block; } }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .banner-footer-wrapper .footer-top-bar [data-layout-name="Layout"] {
    max-width: 650px; }
  .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(1) {
    width: 28.33%; }
  .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(2) {
    width: 33.33%; }
  .footer-section .footer-wrapper .list-footer [data-placement-status="ACTIVE"] .list-footer-content:nth-child(3) {
    width: 33.33%; }
  .footer-section .footer-wrapper footer.footer .container {
    padding: 0px; }
    .footer-section .footer-wrapper footer.footer .container article.footer-info-col {
      padding: 0px 20px;
      margin-bottom: 0px; }
      .footer-section .footer-wrapper footer.footer .container article.footer-info-col .form-prefixPostfix.wrap {
        display: block; }
        .footer-section .footer-wrapper footer.footer .container article.footer-info-col .form-prefixPostfix.wrap input {
          width: 100%; }
        .footer-section .footer-wrapper footer.footer .container article.footer-info-col .form-prefixPostfix.wrap input.button.button--primary.form-prefixPostfix-button--postfix {
          margin: 12px 0px; } }

.device-ios .qs-product .qs-compare a span:before, .mac .qs-product .qs-compare a span:before {
  top: 3px; }

.device-ios .qs-product .qs-compare a span:after, .mac .qs-product .qs-compare a span:after {
  top: 1px; }

.device-ios .qs-product .qs-compare.active a span:after, .mac .qs-product .qs-compare.active a span:after {
  top: 1px; }

.device-ios .card .badge-wrapper .p-badge span, .mac .card .badge-wrapper .p-badge span {
  padding: 6px 9px 6px; }

.top-bar-message {
  padding: 11px 9px;
  text-align: center;
  display: none;
  line-height: 16px; }
  @media (max-width: 767px) {
    .top-bar-message {
      padding: 12px 43px 12px 15px;
      line-height: 14px; }
      .top-bar-message .close-icon:after {
        padding: 17px !important;
        top: 0 !important;
        transform: translateY(0) !important; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    .top-bar-message {
      padding: 9px 30px; } }
  .top-bar-message span {
    margin-right: 6px; }
  .top-bar-message a:not(.no-hover), .top-bar-message span:not(.no-hover) {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    transition: none;
    background-image: none;
    background-size: 0;
    margin-bottom: 0; }
  .top-bar-message a:not(.no-hover):not([disabled]) {
    margin-left: 6px; }
    .top-bar-message a:not(.no-hover):not([disabled]):hover {
      color: #FFFFFF; }
  .top-bar-message img {
    width: 15px;
    vertical-align: sub; }
  .top-bar-message .close-icon:after {
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    padding: 18px 25px;
    background-image: url("../img/times-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }

[data-content-region="top_bar_message--global"] [data-sub-layout] {
  padding: 0; }

@media only screen and (min-width: 701px) and (max-width: 767px) {
  .template-pages-home .icon-footer {
    padding: 24px 20px 0;
    border-bottom: 1px solid #EEEEEE; }
    .template-pages-home .icon-footer .icon-footer-content .image-icon-social {
      padding-bottom: 0;
      border-bottom: none; }
  .template-pages-home .text-last-footer {
    margin-top: 28px; } }

@media (max-width: 767px) {
  .card .badge-wrapper .p-badge span {
    font-size: 12px; } }

.template-pages-search .card .badge-wrapper,
.template-pages-category .card .badge-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column; }
  .template-pages-search .card .badge-wrapper li.p-badge.custom-badge,
  .template-pages-category .card .badge-wrapper li.p-badge.custom-badge {
    order: 2;
    padding-bottom: 0px;
    padding-top: 7px; }
  .template-pages-search .card .badge-wrapper li.p-badge.new-badge,
  .template-pages-category .card .badge-wrapper li.p-badge.new-badge {
    order: 1; }

.alert-message {
  padding: 22px 12px 18px;
  text-align: center; }
  .alert-message span {
    font-weight: 600;
    line-height: 16px;
    display: inline-block;
    color: #fff;
    margin-left: 10px; }
  .alert-message p {
    margin-bottom: 0; }
  .alert-message .close-icon:after {
    content: '';
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    padding: 18px 25px;
    background-image: url(../img/times-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer; }

@media (max-width: 767px) {
  .alert-message {
    padding: 14px 24px 12px; }
    .alert-message p {
      display: flex;
      align-items: center; }
      .alert-message p span {
        padding-right: 10px; } }

[data-content-region="header_text_bottom--global"] [data-layout-name="Layout"] > div {
  padding: 0; }

@media (min-width: 768px) {
  #best-sellers-home-page .bottom-slider-nav {
    display: none; } }

.best-seller .swiper-wrapper .qs-product {
  padding: 0;
  padding-bottom: 51px; }
  @media (max-width: 767px) {
    .best-seller .swiper-wrapper .qs-product {
      padding-bottom: 0; } }

@media (max-width: 800px) {
  .best-seller .bottom-slider-nav .swiper-button-next,
  .best-seller .bottom-slider-nav .swiper-button-prev {
    display: none; } }

.best-seller .page-heading {
  font-size: 36px; }

.facets-wrapper {
  padding: 18px 0 9px;
  transition: 0.5s ease; }
  .facets-wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1111;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08); }
  .facets-wrapper .background-gray {
    display: none; }
  .facets-wrapper .mobile-filter-footer {
    display: none; }
  .facets-wrapper .facets-inner {
    margin: 0 auto; }
  .facets-wrapper .mobile-filter-heading {
    display: none; }
  .facets-wrapper .facets-slider {
    overflow: visible;
    margin-bottom: 18px;
    z-index: 3; }
    .facets-wrapper .facets-slider:before, .facets-wrapper .facets-slider:after {
      content: "";
      background: #fff;
      width: calc(50vw - 50%);
      height: 100%;
      position: absolute;
      z-index: 2; }
    .facets-wrapper .facets-slider:before {
      left: 100%;
      top: 0; }
    .facets-wrapper .facets-slider:after {
      right: 100%;
      top: 0; }
    .facets-wrapper .facets-slider .facet-item {
      width: auto;
      position: relative;
      padding: 0;
      z-index: 1;
      cursor: pointer;
      display: block; }
      .facets-wrapper .facets-slider .facet-item::marker {
        display: none; }
      .facets-wrapper .facets-slider .facet-item.active p {
        background: #ADCFAD;
        color: #fff;
        border-color: #ADCFAD; }
      .facets-wrapper .facets-slider .facet-item.is-open a {
        background: none; }
      .facets-wrapper .facets-slider .facet-item.is-open p {
        background: #fff;
        border-color: #506f60;
        color: #506F60; }
        .facets-wrapper .facets-slider .facet-item.is-open p:after {
          content: "";
          background: transparent;
          width: 100%;
          height: 100%;
          border: 2px solid #506F60;
          position: absolute;
          border-radius: 3px;
          top: 0;
          left: 0; }
      .facets-wrapper .facets-slider .facet-item.is-open:before {
        content: "";
        color: #506F60;
        position: absolute;
        bottom: -17px;
        transform: translateY(-50%);
        left: 43%;
        background: #fff;
        font-size: 17px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #506F60;
        z-index: 1; }
      .facets-wrapper .facets-slider .facet-item.is-open:after {
        content: "";
        color: #ffffff;
        position: absolute;
        bottom: -14px;
        left: 43%;
        font-size: 17px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #ffffff;
        z-index: 99999; }
      .facets-wrapper .facets-slider .facet-item[data-type="slider"] ul.is-open {
        padding-left: 33px;
        padding-right: 33px; }
        .facets-wrapper .facets-slider .facet-item[data-type="slider"] ul.is-open li {
          padding-left: 0;
          padding-right: 0; }
      .facets-wrapper .facets-slider .facet-item ul {
        display: none; }
        .facets-wrapper .facets-slider .facet-item ul.is-open {
          padding: 18px 35px 16px;
          display: block;
          position: absolute;
          margin: 0 auto;
          top: 60px;
          left: 0;
          width: 260px;
          z-index: 99999;
          border: 1px solid #506F60;
          border-radius: 3px;
          background-color: #FFFFFF; }
          @media (min-width: 768px) {
            .facets-wrapper .facets-slider .facet-item ul.is-open {
              max-height: 300px;
              overflow: auto; } }
          .facets-wrapper .facets-slider .facet-item ul.is-open li {
            display: block;
            padding: 6px 15px;
            position: relative; }
            .facets-wrapper .facets-slider .facet-item ul.is-open li a {
              color: #3C3C3C;
              text-decoration: none;
              font-size: 14px;
              letter-spacing: 0;
              line-height: 20px; }
              .facets-wrapper .facets-slider .facet-item ul.is-open li a.btn-apply-price-filter {
                outline: none !important;
                transition: all 0.3s;
                border-radius: 3px;
                height: 48px;
                line-height: 48px;
                background-color: #E27C7C;
                border: 0;
                color: #FFFFFF;
                font-family: "quasimoda",sans-serif;
                font-size: 16px;
                font-weight: bold;
                letter-spacing: 0;
                text-align: center;
                padding: 0 12px;
                display: inline-block; }
                .facets-wrapper .facets-slider .facet-item ul.is-open li a.btn-apply-price-filter:hover, .facets-wrapper .facets-slider .facet-item ul.is-open li a.btn-apply-price-filter:focus {
                  border: 0;
                  background-color: #E86C6C;
                  color: #fff;
                  outline: none !important; }
            .facets-wrapper .facets-slider .facet-item ul.is-open li.active a {
              font-weight: 600;
              color: #111; }
      .facets-wrapper .facets-slider .facet-item[data-type="palette"] ul.is-open span:first-child {
        width: 27px;
        height: 27px;
        position: absolute;
        top: 1px;
        left: -18px;
        border-radius: 50%;
        border: 4px solid #FFF; }
        .facets-wrapper .facets-slider .facet-item[data-type="palette"] ul.is-open span:first-child:after {
          content: "";
          border: 1px solid #E8E8E8;
          width: 27px;
          height: 27px;
          position: absolute;
          top: -4px;
          left: -4px;
          border-radius: 50%; }
      .facets-wrapper .facets-slider .facet-item[data-type="palette"] ul.is-open li {
        padding: 7.2px 15px; }
        .facets-wrapper .facets-slider .facet-item[data-type="palette"] ul.is-open li a[href="White"] span:first-child:before {
          content: "";
          border: 1px solid #F0F0F0;
          width: 19px;
          height: 19px;
          border-radius: 50%;
          position: absolute;
          top: 0px;
          left: 0px; }
        .facets-wrapper .facets-slider .facet-item[data-type="palette"] ul.is-open li.active span:first-child:after {
          content: "";
          border: 2px solid #506f60;
          width: 27px;
          height: 27px;
          border-radius: 50%;
          position: absolute;
          top: -4px;
          left: -4px; }
      .facets-wrapper .facets-slider .facet-item[data-type="null"] ul.is-open li span:before, .facets-wrapper .facets-slider .facet-item[data-type="list"] ul.is-open li span:before {
        content: "";
        border: 1px solid #E4E4E4;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        background: #fff;
        position: absolute;
        top: 5px;
        left: -12px; }
      .facets-wrapper .facets-slider .facet-item[data-type="null"] ul.is-open li.active span:before, .facets-wrapper .facets-slider .facet-item[data-type="list"] ul.is-open li.active span:before {
        background: #506F60;
        border-color: #506F60; }
      .facets-wrapper .facets-slider .facet-item[data-type="null"] ul.is-open li.active span:after, .facets-wrapper .facets-slider .facet-item[data-type="list"] ul.is-open li.active span:after {
        content: "\f00c";
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        top: 5px;
        left: -8px;
        color: #fff;
        font-size: 12px; }
      .facets-wrapper .facets-slider .facet-item:nth-child(n+9) ul.is-open {
        left: auto;
        right: 0; }
        .facets-wrapper .facets-slider .facet-item:nth-child(n+9) ul.is-open:before {
          left: auto;
          right: 30px; }
      .facets-wrapper .facets-slider .facet-item p {
        margin: 0;
        border: 1px solid #506F60;
        color: #506F60;
        padding: 16px 22px;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 14px;
        text-align: center;
        border-radius: 3px; }
        .facets-wrapper .facets-slider .facet-item p:hover {
          background: #fff;
          color: #506f60;
          border-color: #506f60; }
          .facets-wrapper .facets-slider .facet-item p:hover:after {
            content: "";
            background: transparent;
            width: 100%;
            height: 100%;
            border: 2px solid #506F60;
            position: absolute;
            border-radius: 3px;
            top: 0;
            left: 0; }
    .facets-wrapper .facets-slider .swiper-button-next {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      padding: 0 10px 0 50px;
      height: 48px;
      top: 0;
      right: 0;
      text-align: right;
      margin: 0;
      left: auto;
      float: right;
      width: 100px; }
      .facets-wrapper .facets-slider .swiper-button-next.swiper-button-disabled {
        display: none; }
      .facets-wrapper .facets-slider .swiper-button-next:after {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        background-color: #FFFFFF;
        box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
        font-size: 23px;
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        line-height: 30px;
        color: #506F60;
        right: 0;
        margin: 0 12px 0 0;
        padding: 0; }
    .facets-wrapper .facets-slider .swiper-button-prev {
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      padding: 0 10px 0 50px;
      height: 48px;
      top: 0;
      left: 0;
      text-align: right;
      margin: 0;
      float: right;
      width: 100px; }
      .facets-wrapper .facets-slider .swiper-button-prev.swiper-button-disabled {
        display: none; }
      .facets-wrapper .facets-slider .swiper-button-prev:after {
        content: "\f104";
        font-family: "Font Awesome 5 Pro";
        background-color: #FFFFFF;
        box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
        font-size: 23px;
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        line-height: 30px;
        color: #506F60;
        left: 0;
        margin: 0 0 0 12px;
        padding: 0; }
  .facets-wrapper .fs-wrapper {
    margin: 0 auto;
    padding-bottom: 9px; }
    .facets-wrapper .fs-wrapper li {
      display: inline-block;
      padding-right: 18px; }
      .facets-wrapper .fs-wrapper li:last-child {
        padding-right: 0; }
      .facets-wrapper .fs-wrapper li a {
        text-decoration: none;
        color: #111111;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 14px;
        background: none;
        padding-left: 15px;
        position: relative; }
        .facets-wrapper .fs-wrapper li a:before {
          content: "\f00d";
          font-family: "Font Awesome 5 Pro";
          color: #506F60;
          font-size: 16px;
          position: absolute;
          top: -1px;
          left: 0; }

.category-breadcrumbs {
  border-bottom: 1px solid #E8E8E8; }
  .category-breadcrumbs .breadcrumbs {
    padding: 18px 0 16px;
    margin: 0 auto; }

.ro-category {
  overflow: visible;
  overflow-x: hidden; }
  .ro-category .header.has-filter {
    position: relative; }
  .ro-category #main-content > .container {
    max-width: 100%;
    padding: 0; }
  .ro-category .page {
    margin: 0 auto;
    width: 100%; }
  .ro-category .page-heading {
    color: #111111;
    text-align: left;
    margin-bottom: -5px;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 44px;
    padding-top: 42px;
    font-family: "kepler-std-display", serif; }
  .ro-category .product-banner-mobile [data-layout-id] {
    display: none; }
  .ro-category .product-banner-mobile [data-sub-layout] {
    padding: 0; }
  .ro-category .category-sub-list {
    display: none; }
  .ro-category .subcategory {
    padding-bottom: 21px;
    padding-top: 17px; }
    .ro-category .subcategory .swiper-container:not(.swiper-container-initialized) {
      display: flex;
      overflow: hidden; }
      .ro-category .subcategory .swiper-container:not(.swiper-container-initialized) .swiper-slide {
        width: 40.4%;
        width: 20%;
        margin-right: 20px; }
        @media (max-width: 1023px) {
          .ro-category .subcategory .swiper-container:not(.swiper-container-initialized) .swiper-slide {
            width: 30%;
            margin-right: 50px; } }
        @media (max-width: 767px) {
          .ro-category .subcategory .swiper-container:not(.swiper-container-initialized) .swiper-slide {
            width: 42%;
            margin-right: 12px; } }
      .ro-category .subcategory .swiper-container:not(.swiper-container-initialized) .swiper-button-prev, .ro-category .subcategory .swiper-container:not(.swiper-container-initialized) .swiper-button-next {
        display: none; }
    .ro-category .subcategory .swiper-container .swiper-slide .subcategory-item .item-img {
      overflow: hidden; }
      .ro-category .subcategory .swiper-container .swiper-slide .subcategory-item .item-img:hover img {
        transform: scale(1.05); }
    .ro-category .subcategory .swiper-container .swiper-slide a {
      text-decoration: none;
      background: none;
      color: #111111;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.5px;
      line-height: 16px;
      text-align: center; }
    .ro-category .subcategory .swiper-container .swiper-slide img {
      display: block;
      border-radius: 3px 3px 0 0;
      transition: 0.4s all;
      width: 100%;
      height: auto; }
    .ro-category .subcategory .swiper-container .swiper-slide p {
      color: #111111;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0.5px;
      line-height: 16px;
      text-align: center;
      padding: 17px 12px 13px;
      background: #F4F4F4;
      margin-bottom: 0;
      text-transform: uppercase;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 0 0 3px 3px; }
      .ro-category .subcategory .swiper-container .swiper-slide p:hover {
        text-decoration: underline; }
    .ro-category .subcategory .swiper-container .swiper-button-next {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      padding: 0 10px 0 50px;
      height: 48px;
      top: 0;
      right: 0;
      text-align: right;
      margin: 0;
      left: auto;
      float: right;
      width: 100px;
      height: 100%; }
      .ro-category .subcategory .swiper-container .swiper-button-next.swiper-button-disabled {
        display: none; }
      .ro-category .subcategory .swiper-container .swiper-button-next:after {
        content: "\f105";
        font-family: "Font Awesome 5 Pro";
        background-color: #FFFFFF;
        box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
        font-size: 23px;
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        line-height: 30px;
        color: #506F60;
        right: 12px;
        margin: 0;
        padding: 0; }
    .ro-category .subcategory .swiper-container .swiper-button-prev {
      background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
      padding: 0 10px 0 50px;
      height: 48px;
      top: 0;
      left: 0;
      text-align: right;
      margin: 0;
      float: right;
      width: 100px;
      height: 100%; }
      .ro-category .subcategory .swiper-container .swiper-button-prev.swiper-button-disabled {
        display: none; }
      .ro-category .subcategory .swiper-container .swiper-button-prev:after {
        content: "\f104";
        font-family: "Font Awesome 5 Pro";
        background-color: #FFFFFF;
        box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
        font-size: 23px;
        position: absolute;
        width: 30px;
        height: 30px;
        text-align: center;
        border-radius: 50%;
        line-height: 30px;
        color: #506F60;
        left: 12px;
        margin: 0;
        padding: 0; }
  @media (max-width: 767px) {
    .ro-category .category-banner_middle:first-child:not(:nth-last-child(2)) {
      margin-top: 100px; } }
  .ro-category .category-banner_middle [data-sub-layout-container] {
    padding-top: 19px; }
  .ro-category .category-banner_middle h2 {
    color: #111111;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 16px;
    font-family: "quasimoda",sans-serif;
    text-align: center;
    margin: 8px 0 6px;
    text-align: center;
    max-width: 480px;
    width: 100%; }
  .ro-category .category-banner_middle p {
    color: #3C3C3C;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    margin-bottom: 0;
    max-width: 480px;
    width: 100%; }
    .ro-category .category-banner_middle p a {
      color: #3c3c3c;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 22px; }
  .ro-category .category-banner_middle img {
    width: 100%; }
  .ro-category .category-banner_middle [data-sub-layout-container] [data-sub-layout] {
    padding: 0; }
    .ro-category .category-banner_middle [data-sub-layout-container] [data-sub-layout][data-sub-layout="22cb4037-acb3-4fb2-839c-019e95455f62"] {
      align-items: flex-end;
      background: #F6F6F6; }
    .ro-category .category-banner_middle [data-sub-layout-container] [data-sub-layout] [data-edit-mode] {
      background-size: cover !important; }
  .ro-category .category-banner_middle .banner-content {
    max-width: 504px;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-right: 160px;
    padding: 0 12px; }
  .ro-category .shipping-faq {
    max-width: 824px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0 73px; }
    .ro-category .shipping-faq h2 {
      text-align: center;
      color: #111111;
      font-size: 36px;
      letter-spacing: -1px;
      line-height: 36px;
      text-align: center;
      margin: 0 0 32px; }
    .ro-category .shipping-faq ul li {
      padding-left: 18px;
      padding-right: 12px;
      padding-top: 23px;
      border: 1px solid #e8e8e8;
      border-bottom: none; }
      .ro-category .shipping-faq ul li:last-child {
        border-bottom: 1px solid #e8e8e8; }
  .ro-category .category-description {
    border-top: 1px solid #E8E8E8;
    padding-top: 75px;
    padding-bottom: 59px; }
    .ro-category .category-description p {
      margin-bottom: 10px; }

#product-listing-container {
  margin: 0 auto;
  padding: 0;
  float: none;
  overflow: visible;
  overflow-x: hidden;
  min-height: 500px;
  position: relative; }
  #product-listing-container:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -14px;
    margin-top: -14px;
    border-radius: 50%;
    border: 4px solid #506F60;
    border-right-color: transparent;
    animation: rotate 0.8s infinite linear;
    z-index: 4; }
  #product-listing-container.loaded {
    min-height: 0; }
    #product-listing-container.loaded:after {
      display: none; }
  #product-listing-container .qs-products {
    margin-left: -12px;
    margin-right: -12px;
    margin-bottom: 0;
    padding-bottom: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 24px; }
    #product-listing-container .qs-products .qs-product {
      width: 20%; }
  #product-listing-container .toolbar-wrapper {
    padding: 0 12px; }
    #product-listing-container .toolbar-wrapper .mobile-filter-toggle-wrapper {
      display: none; }
    #product-listing-container .toolbar-wrapper > .container {
      display: flex;
      justify-content: space-between;
      padding-top: 27px;
      padding-left: 0;
      padding-right: 0;
      max-width: 1240px;
      border-top: 1px solid #E8E8E8; }
    #product-listing-container .toolbar-wrapper .count-products {
      color: #3C3C3C;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 16px; }
    #product-listing-container .toolbar-wrapper .sort-wrapper {
      display: flex;
      justify-content: flex-end;
      position: relative; }
      #product-listing-container .toolbar-wrapper .sort-wrapper span {
        width: 55px;
        color: #506F60;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 16px; }
      #product-listing-container .toolbar-wrapper .sort-wrapper select {
        color: #506F60;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 16px;
        border: none;
        height: auto;
        cursor: pointer;
        background-color: transparent;
        background-position: right 0 center;
        padding-right: 14px;
        padding-left: 4px;
        width: 100%; }
      #product-listing-container .toolbar-wrapper .sort-wrapper #sort-selected {
        position: absolute;
        background: #fff;
        pointer-events: none; }
        #product-listing-container .toolbar-wrapper .sort-wrapper #sort-selected::after, #product-listing-container .toolbar-wrapper .sort-wrapper #sort-selected::before {
          font-family: "Font Awesome 5 Pro";
          position: absolute;
          top: 40%;
          transform: translateY(-50%); }
        @media screen and (min-width: 768px) {
          #product-listing-container .toolbar-wrapper .sort-wrapper #sort-selected {
            padding-right: 16px;
            text-align: right;
            width: 100%; }
            #product-listing-container .toolbar-wrapper .sort-wrapper #sort-selected::after {
              content: '\f078';
              font-size: 13px;
              font-weight: 400;
              margin-left: 4px; } }
        @media screen and (max-width: 767px) {
          #product-listing-container .toolbar-wrapper .sort-wrapper #sort-selected {
            padding-left: 16px;
            font-size: 16px;
            line-height: 24px;
            font-weight: 600;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            text-align: center;
            width: calc(100% - 20px); }
            #product-listing-container .toolbar-wrapper .sort-wrapper #sort-selected::after {
              display: none; }
            #product-listing-container .toolbar-wrapper .sort-wrapper #sort-selected::before {
              content: '\f0dc';
              font-size: 16px;
              font-weight: 300;
              margin-left: -14px;
              transform: unset;
              top: -1px; } }
  #product-listing-container .pagination-wrapper {
    margin: 0 auto 72px;
    text-align: center;
    padding: 0 12px; }
    #product-listing-container .pagination-wrapper .showing-wrapper {
      color: #3C3C3C;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 17px;
      text-align: center; }
    #product-listing-container .pagination-wrapper .btn-loadmore-ss {
      margin: 16px 0 0;
      color: #506F60;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0;
      text-align: center;
      min-width: 142px;
      height: 42px;
      line-height: 42px;
      outline: none !important; }
      #product-listing-container .pagination-wrapper .btn-loadmore-ss:hover {
        color: #fff;
        border: 1px solid #689481; }

div[data-content-region='category_banner_top_mobile']:empty + .product-banner-top {
  display: block; }

@media screen and (min-width: 768px) {
  div[data-content-region='category_banner_top_mobile'] {
    display: none; } }

.qs-product {
  position: relative;
  list-style: none; }
  .qs-product .qs-image img {
    display: block;
    width: 100%;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    font-family: "object-fit: contain;";
    max-height: 100%;
    object-fit: contain;
    width: 100%; }
  .qs-product .qs-image:after {
    content: "";
    display: block;
    height: 0;
    padding-bottom: 100%;
    width: 100%; }
  .qs-product .p-image-wrapper {
    position: relative; }
    .qs-product .p-image-wrapper .qs-image {
      background: none; }
  .qs-product .qs-product-detail {
    padding-top: 6px; }
    .qs-product .qs-product-detail .qs-name {
      padding-top: 1px;
      margin-bottom: 8px; }
      .qs-product .qs-product-detail .qs-name a {
        text-decoration: none;
        color: #111;
        font-size: 18px;
        letter-spacing: 0;
        line-height: 20px;
        font-weight: 400;
        background-image: none;
        text-align: left;
        font-family: "kepler-std-display";
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis; }
        .qs-product .qs-product-detail .qs-name a:hover {
          text-decoration: underline; }
    .qs-product .qs-product-detail .sumary_rating {
      display: flex;
      justify-content: flex-start;
      width: 100%;
      align-items: center;
      padding-bottom: 11px; }
      .qs-product .qs-product-detail .sumary_rating i:before {
        content: "\f005"; }
      .qs-product .qs-product-detail .sumary_rating.rv-45 i:nth-child(5):before {
        content: "\f123"; }
      .qs-product .qs-product-detail .sumary_rating.rv-40 i:nth-child(5):before {
        content: "\f006"; }
      .qs-product .qs-product-detail .sumary_rating i {
        color: #F6BE03;
        font-size: 13px !important;
        margin: 0px 4px 0px 0px; }
      .qs-product .qs-product-detail .sumary_rating .ruk-rating-snippet-count {
        bottom: -3px;
        color: #506F60;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        text-decoration: underline;
        font-family: 'quasimoda',sans-serif;
        bottom: -1px !important;
        margin: 0 0 5px 5px;
        cursor: pointer;
        position: relative; }
    .qs-product .qs-product-detail .qs-price {
      color: #506f60;
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 18px;
      margin-bottom: 10px; }
      .qs-product .qs-product-detail .qs-price .old-price {
        color: #B8B8B8;
        font-weight: 500;
        text-decoration: line-through;
        padding-right: 4px;
        font-size: 16px; }
      .qs-product .qs-product-detail .qs-price .sale-price {
        color: #E74C3C; }
    .qs-product .qs-product-detail .pills-wrapper {
      padding: 8px 0 0; }
      .qs-product .qs-product-detail .pills-wrapper ul {
        margin: 0 auto; }
        .qs-product .qs-product-detail .pills-wrapper ul li {
          display: block;
          text-align: center;
          margin: 0 auto;
          padding-bottom: 4px; }
          .qs-product .qs-product-detail .pills-wrapper ul li:last-child {
            padding-bottom: 0; }
          .qs-product .qs-product-detail .pills-wrapper ul li span {
            color: #fff;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 12px;
            border-radius: 3px;
            display: inline-block;
            padding: 7px 8px 5px 20px;
            text-transform: capitalize;
            background: #ADCFAD;
            position: relative; }
            .qs-product .qs-product-detail .pills-wrapper ul li span:before {
              content: "";
              background: url(../img/info-circle.png);
              width: 14px;
              height: 14px;
              background-size: contain;
              position: absolute;
              top: 5px;
              background-repeat: no-repeat;
              left: 4px; }
    .qs-product .qs-product-detail .button.btn-green {
      display: block;
      background-color: #506f60;
      padding: 0;
      margin-top: 0;
      height: 42px;
      line-height: 45px;
      margin-bottom: 0; }
      .qs-product .qs-product-detail .button.btn-green.btn-sold-out {
        background-color: #EEEEEE;
        color: #B8B8B8;
        cursor: unset; }
        .qs-product .qs-product-detail .button.btn-green.btn-sold-out:hover {
          background-color: #EEEEEE; }
      .qs-product .qs-product-detail .button.btn-green.btn-preorder .mobile {
        display: none; }
      .qs-product .qs-product-detail .button.btn-green:hover {
        background-color: #68947F; }
      .qs-product .qs-product-detail .button.btn-green.adding-to-cart {
        pointer-events: none; }

.ro-search, .ro-brand {
  overflow: visible;
  overflow-x: hidden; }
  .ro-search #main-content > .container, .ro-brand #main-content > .container {
    max-width: 100%;
    padding: 0; }
  .ro-search .page-heading, .ro-brand .page-heading {
    color: #111111;
    text-align: left;
    margin-bottom: -5px;
    font-size: 42px;
    letter-spacing: -1px;
    line-height: 44px;
    padding-top: 42px; }
  .ro-search #product-listing-container .qs-products, .ro-brand #product-listing-container .qs-products {
    padding-bottom: 30px; }

.ro-search #product-listing-container .qs-products {
  padding-bottom: 6px; }

.ro-brand #product-listing {
  float: none;
  margin: 0;
  padding: 0; }

.ro-brand [data-content-region="brand_banner_top"] [data-sub-layout] {
  padding: 0; }

.ro-brand .brand-banner-top {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .ro-brand .brand-banner-top.hide {
    display: none; }
  .ro-brand .brand-banner-top .banner-left {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    background: #F6F6F6;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end; }
    .ro-brand .brand-banner-top .banner-left.full-banner {
      width: 100% !important;
      justify-content: center; }
      .ro-brand .brand-banner-top .banner-left.full-banner .content {
        margin-right: 0; }
    .ro-brand .brand-banner-top .banner-left .content {
      max-width: 492px;
      margin-right: 160px;
      padding: 20px 0px 20px; }
      .ro-brand .brand-banner-top .banner-left .content.center-text {
        margin: 0 auto; }
    .ro-brand .brand-banner-top .banner-left .brand-logo {
      width: 120px;
      height: auto; }
    .ro-brand .brand-banner-top .banner-left .brand-desc {
      color: #3C3C3C;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 22px;
      text-align: center;
      padding-top: 8px; }
      .ro-brand .brand-banner-top .banner-left .brand-desc a {
        color: #3C3C3C;
        text-decoration: underline;
        font-size: 15px;
        letter-spacing: 0;
        line-height: 22px;
        text-align: center; }
      .ro-brand .brand-banner-top .banner-left .brand-desc p {
        margin-bottom: 0; }
  .ro-brand .brand-banner-top .banner-right {
    width: 50%;
    margin: 0 auto; }
    .ro-brand .brand-banner-top .banner-right img {
      display: block;
      width: 100%; }
    .ro-brand .brand-banner-top .banner-right.fadeImage {
      display: none; }

.ro-brand .section-desc {
  clear: both; }
  .ro-brand .section-desc .content {
    padding: 75px 0 70px; }
    .ro-brand .section-desc .content br {
      content: "A" !important;
      display: block !important;
      margin-bottom: 10px !important; }
    .ro-brand .section-desc .content p {
      margin-bottom: 0; }

.ro-brand .page {
  margin: 0; }

.ro-brand .page-heading {
  padding-top: 47px; }

@media (max-width: 1366px) {
  .ro-category .category-banner_middle [data-sub-layout-container] [data-sub-layout][data-sub-layout="22cb4037-acb3-4fb2-839c-019e95455f62"] {
    align-items: center; }
  .ro-category .category-banner_middle .banner-content {
    margin: 0 auto; } }

@media (max-width: 1023px) {
  .ro-category .category-banner_middle [data-sub-layout-container] [data-sub-layout] {
    flex-basis: 100%;
    max-width: 100%; }
    .ro-category .category-banner_middle [data-sub-layout-container] [data-sub-layout][data-sub-layout="22cb4037-acb3-4fb2-839c-019e95455f62"] {
      align-items: center; }
  .ro-category .category-banner_middle .banner-content {
    margin: 0 auto;
    padding-bottom: 16px;
    text-align: center; }
    .ro-category .category-banner_middle .banner-content h2 {
      margin-top: 20px; }
  #product-listing-container .qs-products .qs-product {
    width: 25%; }
  .ro-brand .brand-banner-top {
    flex-wrap: wrap; }
    .ro-brand .brand-banner-top .banner-left {
      width: 100%;
      margin: 0 auto;
      padding: 30px 24px; }
      .ro-brand .brand-banner-top .banner-left .content {
        max-width: 100%;
        margin: 0;
        padding: 0; }
    .ro-brand .brand-banner-top .banner-right {
      order: -1;
      width: 100%; } }

@media (max-width: 1199px) {
  .qs-product .qs-product-detail .button.btn-green.btn-preorder .desktop {
    display: none; }
  .qs-product .qs-product-detail .button.btn-green.btn-preorder .mobile {
    display: block; } }

@media (max-width: 767px) {
  div[data-content-region='category_banner_top_mobile'] > div > div > div {
    padding: 0; }
  .category-breadcrumbs {
    border-bottom: none; }
    .category-breadcrumbs .breadcrumbs {
      display: block;
      padding-bottom: 12px; }
  .ro-category .subcategory {
    padding-bottom: 0;
    padding-top: 16px; }
    .ro-category .subcategory .swiper-container .swiper-slide p {
      padding: 12px 12px 9px; }
  .ro-category .page-heading {
    color: #111111;
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 32px;
    padding-top: 0; }
  .ro-category .product-banner-mobile [data-layout-id] {
    display: block; }
  .ro-category .banner-top-container .banner-top-desktop {
    padding-bottom: 35%; }
  .ro-category .subcategory > .container {
    padding-right: 0; }
  .ro-category .subcategory .swiper-container .swiper-button-next, .ro-category .subcategory .swiper-container .swiper-button-prev {
    display: none; }
  .ro-category .shipping-faq {
    padding: 24px 0; }
    .ro-category .shipping-faq ul li {
      padding-top: 21px;
      padding-bottom: 17px;
      padding-right: 17px; }
      .ro-category .shipping-faq ul li h4:after {
        margin-top: -2px; }
    .ro-category .shipping-faq h2 {
      color: #111111;
      font-size: 24px;
      letter-spacing: -0.5px;
      line-height: 26px;
      text-align: center;
      margin-bottom: 14px; }
  .ro-category .banner-mid-category {
    flex-direction: column;
    margin-bottom: 24px; }
    .ro-category .banner-mid-category .left-content {
      width: 100%;
      padding: 19px 24px; }
      .ro-category .banner-mid-category .left-content h3 {
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 16px; }
      .ro-category .banner-mid-category .left-content .desc-content {
        font-size: 15px;
        letter-spacing: 0;
        line-height: 22px;
        max-width: none;
        width: 100%; }
        .ro-category .banner-mid-category .left-content .desc-content a {
          display: block;
          margin-left: 0; }
    .ro-category .banner-mid-category .banner-img {
      display: none; }
  .qs-product {
    padding-bottom: 18px; }
    .qs-product::marker {
      display: none; }
    .qs-product .qs-product-detail .button.btn-green.btn-preorder .desktop {
      display: none; }
    .qs-product .qs-product-detail .button.btn-green.btn-preorder .mobile {
      display: block; }
  #product-listing-container .qs-products {
    margin-left: -6px;
    margin-right: -6px;
    padding-top: 10px;
    padding-bottom: 6px; }
    #product-listing-container .qs-products .qs-product {
      width: 50%;
      padding-left: 6px;
      padding-right: 6px; }
  #product-listing-container .toolbar-wrapper {
    padding: 16px 6px 0; }
    #product-listing-container .toolbar-wrapper.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 999;
      padding-top: 12px;
      padding-bottom: 12px;
      box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08); }
      #product-listing-container .toolbar-wrapper.fixed .count-products {
        display: none; }
    #product-listing-container .toolbar-wrapper > .container {
      display: flex;
      flex-wrap: wrap;
      border-top: none;
      padding-top: 0; }
    #product-listing-container .toolbar-wrapper .count-products {
      order: 3;
      font-size: 15px;
      padding: 20px 6px 0; }
    #product-listing-container .toolbar-wrapper .mobile-filter-toggle-wrapper {
      width: 50%;
      padding: 0 6px;
      display: block; }
      #product-listing-container .toolbar-wrapper .mobile-filter-toggle-wrapper .mobile-filter-toggle {
        background: #506F60;
        height: 48px;
        line-height: 48px;
        padding: 0 20px;
        display: block;
        text-align: center;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        border-radius: 3px;
        letter-spacing: 0;
        margin-bottom: 0; }
        #product-listing-container .toolbar-wrapper .mobile-filter-toggle-wrapper .mobile-filter-toggle:before {
          content: "\f1de";
          font-family: 'Font Awesome 5 Pro';
          padding-right: 8px;
          font-weight: 400; }
    #product-listing-container .toolbar-wrapper .sort-wrapper {
      width: 50%;
      padding: 0 6px;
      display: block; }
      #product-listing-container .toolbar-wrapper .sort-wrapper select {
        width: 100%;
        height: 48px;
        line-height: 48px;
        padding: 0 33px 0 20px;
        display: block;
        color: #506F60;
        border: 1px solid #506F60;
        font-size: 16px;
        font-weight: bold;
        border-radius: 3px;
        letter-spacing: 0;
        text-align: center;
        background-color: transparent;
        background-position: right 16px center; }
  #product-listing-container .pagination-wrapper .btn-loadmore-ss {
    width: 100%;
    margin-top: 12px; }
  .facets-wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 334px;
    z-index: 99999;
    background: #fff;
    padding: 0;
    margin: 0 auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s; }
    .facets-wrapper.is-open {
      right: 0; }
    .facets-wrapper > .container {
      padding: 0;
      margin: 0;
      height: 100%; }
    .facets-wrapper .mobile-filter-heading {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background: #F8F8F8;
      padding: 16px 18px;
      align-items: center;
      margin-bottom: 0; }
      .facets-wrapper .mobile-filter-heading .clear-all-filter {
        color: #506F60;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 20px;
        margin: 0;
        width: 18%; }
      .facets-wrapper .mobile-filter-heading span {
        color: #111111;
        font-size: 18px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px;
        text-align: center; }
      .facets-wrapper .mobile-filter-heading .mobile-filter-close {
        margin: 0;
        text-decoration: none;
        width: 18%;
        text-align: right;
        padding-top: 2px;
        padding-right: 5px;
        background: none; }
        .facets-wrapper .mobile-filter-heading .mobile-filter-close:before {
          content: "\f00d";
          font-family: "Font Awesome 5 Pro";
          font-size: 24px;
          color: #506F60;
          text-decoration: none;
          text-align: right;
          font-weight: 100; }
    .facets-wrapper .facets-slider {
      margin: 0 auto;
      height: calc(100% - 132px);
      overflow: auto; }
      .facets-wrapper .facets-slider:after, .facets-wrapper .facets-slider:before {
        display: none; }
      .facets-wrapper .facets-slider .facets-inner {
        padding: 4px 18px 0; }
        .facets-wrapper .facets-slider .facets-inner .facet-item {
          border-bottom: 1px solid #E8E8E8;
          padding: 0; }
          .facets-wrapper .facets-slider .facets-inner .facet-item::marker {
            display: none; }
          .facets-wrapper .facets-slider .facets-inner .facet-item:last-child {
            border-bottom: none; }
          .facets-wrapper .facets-slider .facets-inner .facet-item > p {
            color: #111111;
            text-transform: uppercase;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 0.5px;
            line-height: 16px;
            border: none;
            text-align: left;
            border-radius: 0;
            position: relative;
            padding: 21px 0 18px; }
            .facets-wrapper .facets-slider .facets-inner .facet-item > p:hover {
              border: none;
              box-shadow: none; }
            .facets-wrapper .facets-slider .facets-inner .facet-item > p:after {
              content: '';
              background-image: url(../img/icon-plus-green.png);
              position: absolute;
              color: #506f60;
              background-position: center;
              background-size: cover;
              width: 14px;
              height: 14px;
              right: 5px;
              top: 21px;
              left: auto;
              border: none; }
          .facets-wrapper .facets-slider .facets-inner .facet-item:before {
            display: none; }
          .facets-wrapper .facets-slider .facets-inner .facet-item:hover {
            box-shadow: none; }
          .facets-wrapper .facets-slider .facets-inner .facet-item.is-open p:after {
            content: "";
            background-image: url(../img/icon-minus-green.png);
            height: 2px;
            left: auto;
            right: 7px;
            width: 13px;
            border: none;
            bottom: auto;
            top: 26px; }
          .facets-wrapper .facets-slider .facets-inner .facet-item.is-open p {
            border: none;
            box-shadow: none; }
          .facets-wrapper .facets-slider .facets-inner .facet-item.is-open:after {
            display: none; }
          .facets-wrapper .facets-slider .facets-inner .facet-item ul li a {
            color: #3C3C3C;
            text-decoration: none;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px; }
          .facets-wrapper .facets-slider .facets-inner .facet-item ul.is-open {
            position: relative;
            top: 0;
            left: 0;
            border: none;
            width: 100%;
            padding: 0 19px 18px; }
            .facets-wrapper .facets-slider .facets-inner .facet-item ul.is-open li.active a {
              font-weight: 600; }
          .facets-wrapper .facets-slider .facets-inner .facet-item.active p {
            background: none;
            border: none; }
    .facets-wrapper .mobile-filter-footer {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 99;
      padding: 12px 12px;
      border-top: 1px solid #E8E8E8;
      display: block; }
      .facets-wrapper .mobile-filter-footer a {
        width: 100%;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0;
        text-align: center;
        margin: 0 auto; }
    .facets-wrapper .fs-wrapper {
      display: none; }
  .ro-search .page-heading, .ro-brand .page-heading {
    color: #111111;
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 32px;
    padding-top: 0; }
  .ro-search #product-listing-container .qs-products, .ro-brand #product-listing-container .qs-products {
    padding-bottom: 6px; }
  .ro-search #product-listing-container .pagination-wrapper, .ro-brand #product-listing-container .pagination-wrapper {
    margin-bottom: 24px; }
  .ro-brand .section-desc .content {
    padding: 24px 0; } }

@media (max-width: 320px) {
  .facets-wrapper {
    width: 92%; }
    .facets-wrapper:before {
      width: calc(100vw - 92%); } }

.device-ios .facets-wrapper .fs-wrapper li a:before, .mac .facets-wrapper .fs-wrapper li a:before {
  top: 5px; }

.device-ios .facets-wrapper .facets-slider .facet-item ul.is-open li span:before, .mac .facets-wrapper .facets-slider .facet-item ul.is-open li span:before {
  top: 7px; }

.device-ios .facets-wrapper .facets-slider .facet-item[data-type=palette] ul.is-open span:first-child, .mac .facets-wrapper .facets-slider .facet-item[data-type=palette] ul.is-open span:first-child {
  top: 5px; }

.device-ios .facets-wrapper .facets-slider .facet-item[data-type=list] ul.is-open li.active span:after, .device-ios .facets-wrapper .facets-slider .facet-item[data-type=null] ul.is-open li.active span:after, .mac .facets-wrapper .facets-slider .facet-item[data-type=list] ul.is-open li.active span:after, .mac .facets-wrapper .facets-slider .facet-item[data-type=null] ul.is-open li.active span:after {
  top: 8px; }

.device-ios.ro-category .subcategory .swiper-container .swiper-slide p, .device-ios.ro-search .subcategory .swiper-container .swiper-slide p, .mac.ro-category .subcategory .swiper-container .swiper-slide p, .mac.ro-search .subcategory .swiper-container .swiper-slide p {
  padding: 15px 12px 15px; }

.device-ios.ro-category .shipping-faq ul li, .device-ios.ro-search .shipping-faq ul li, .mac.ro-category .shipping-faq ul li, .mac.ro-search .shipping-faq ul li {
  padding-top: 16px;
  padding-bottom: 20px; }

.device-ios .qs-product .qs-product-detail .button.btn-green, .mac .qs-product .qs-product-detail .button.btn-green {
  line-height: 42px; }

.device-ios .qs-product .qs-product-detail .pills-wrapper ul li span, .mac .qs-product .qs-product-detail .pills-wrapper ul li span {
  padding: 6px 8px 6px 20px; }

@media (max-width: 767px) {
  .device-ios.ro-category .subcategory .swiper-container .swiper-slide p, .device-ios.ro-search .subcategory .swiper-container .swiper-slide p, .mac.ro-category .subcategory .swiper-container .swiper-slide p, .mac.ro-search .subcategory .swiper-container .swiper-slide p {
    padding: 10px 12px 10px; }
  .device-ios #product-listing-container .toolbar-wrapper .sort-wrapper #sort-selected::before, .mac #product-listing-container .toolbar-wrapper .sort-wrapper #sort-selected::before {
    top: 1px; } }

.price-range-wrapper {
  margin: 6px 0 0; }
  .price-range-wrapper .price-slider-value {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 19px 0 0; }
    .price-range-wrapper .price-slider-value span {
      margin: 0; }
      .price-range-wrapper .price-slider-value span:before {
        content: '$'; }
    .price-range-wrapper .price-slider-value input[type="number"] {
      -moz-appearance: textfield;
      text-align: left;
      width: calc(50% - 12px); }
    .price-range-wrapper .price-slider-value input::-webkit-outer-spin-button,
    .price-range-wrapper .price-slider-value input::-webkit-inner-spin-button {
      -webkit-appearance: none; }
    .price-range-wrapper .price-slider-value .bottom-btn {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between;
      align-items: center;
      margin-top: 12px; }
      .price-range-wrapper .price-slider-value .bottom-btn .btn-apply-price-filter {
        margin: 0;
        width: 100%; }
      .price-range-wrapper .price-slider-value .bottom-btn .btn-clear-price-filter {
        text-decoration: underline !important;
        margin: 0;
        width: calc(50% - 12px);
        text-align: center;
        display: none; }

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

.facets-wrapper .facets-slider .facet-item.active .btn-apply-price-filter {
  width: calc(50% - 12px); }

.facets-wrapper .facets-slider .facet-item.active .btn-clear-price-filter {
  display: block;
  transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-image: linear-gradient(#E5F0E5, #E5F0E5);
  background-size: 0 100%;
  background-repeat: no-repeat;
  will-change: background-size;
  color: #506F60; }
  .facets-wrapper .facets-slider .facet-item.active .btn-clear-price-filter:hover {
    background-size: 100% 100%;
    color: #506F60; }

.facets-wrapper .facets-slider .facet-item.loading ul.is-open:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.facets-wrapper .facets-slider .facet-item.loading ul.is-open:after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -14px;
  margin-top: -14px;
  border-radius: 50%;
  border: 4px solid #506F60;
  border-right-color: transparent;
  animation: rotate 0.8s infinite linear;
  z-index: 4; }

.ui-slider-horizontal {
  height: 4px;
  background: #E4E4E4;
  margin: 0; }
  .ui-slider-horizontal .ui-slider-range {
    height: 4px;
    background: #506F60; }
  .ui-slider-horizontal .ui-slider-handle {
    background: #506F60;
    width: 18px;
    height: 18px;
    top: -7px;
    margin-left: -9px;
    border-radius: 50%; }

li.card.qs-product .add-to-wishlist, ul.productGrid li.product .add-to-wishlist, .page-sitemap-cat .productCarousel-slide .add-to-wishlist, .product-slide .slide-item-sku .add-to-wishlist {
  font-size: 0;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  z-index: 2;
  background-color: #FFFFFF;
  box-shadow: 1px 1px 8px 0 rgba(0, 0, 0, 0.1);
  display: block;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s ease-in-out; }
  li.card.qs-product .add-to-wishlist:hover, ul.productGrid li.product .add-to-wishlist:hover, .page-sitemap-cat .productCarousel-slide .add-to-wishlist:hover, .product-slide .slide-item-sku .add-to-wishlist:hover {
    background: #fff;
    transition: none;
    background-size: 0% 0% !important; }
  li.card.qs-product .add-to-wishlist.load-image, ul.productGrid li.product .add-to-wishlist.load-image, .page-sitemap-cat .productCarousel-slide .add-to-wishlist.load-image, .product-slide .slide-item-sku .add-to-wishlist.load-image {
    pointer-events: none; }
    li.card.qs-product .add-to-wishlist.load-image:before, ul.productGrid li.product .add-to-wishlist.load-image:before, .page-sitemap-cat .productCarousel-slide .add-to-wishlist.load-image:before, .product-slide .slide-item-sku .add-to-wishlist.load-image:before {
      background-image: url(../img/loading.svg); }
  li.card.qs-product .add-to-wishlist.added, ul.productGrid li.product .add-to-wishlist.added, .page-sitemap-cat .productCarousel-slide .add-to-wishlist.added, .product-slide .slide-item-sku .add-to-wishlist.added {
    cursor: default; }
    li.card.qs-product .add-to-wishlist.added:before, ul.productGrid li.product .add-to-wishlist.added:before, .page-sitemap-cat .productCarousel-slide .add-to-wishlist.added:before, .product-slide .slide-item-sku .add-to-wishlist.added:before {
      background-image: url(../img/heart-icon-fill.svg); }
  li.card.qs-product .add-to-wishlist:before, ul.productGrid li.product .add-to-wishlist:before, .page-sitemap-cat .productCarousel-slide .add-to-wishlist:before, .product-slide .slide-item-sku .add-to-wishlist:before {
    content: "";
    padding: 11px;
    background-image: url(../img/heart-category-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 13px;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    display: inline-block; }

li.card.qs-product:hover .add-to-wishlist, ul.productGrid li.product:hover .add-to-wishlist, .page-sitemap-cat .productCarousel-slide:hover .add-to-wishlist, .product-slide .slide-item-sku:hover .add-to-wishlist {
  opacity: 1;
  visibility: visible;
  pointer-events: auto; }

.preview-modal .wishlist-mess {
  bottom: -20px; }
  .preview-modal .wishlist-mess.show-mess-wishlist {
    bottom: 0; }

.wishlist-mess {
  position: fixed;
  padding: 0 12px;
  bottom: -100%;
  width: 100%;
  left: 0;
  z-index: 9999;
  opacity: 0;
  transition: 0.4s; }
  .wishlist-mess.show-mess-wishlist {
    opacity: 1;
    bottom: 24px; }

.mgs.alertBox.wishlist {
  justify-content: flex-start;
  z-index: 3;
  width: 100%;
  max-width: 1240px;
  padding: 0 42px 0 24px;
  width: 100%;
  margin: 0 auto; }
  .mgs.alertBox.wishlist.alertBox--error {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 24px; }
  @media (max-width: 767px) {
    .mgs.alertBox.wishlist {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .mgs.alertBox.wishlist:before {
    content: "";
    padding: 8px;
    background-image: url(../img/tick-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px; }
  .mgs.alertBox.wishlist .mess-content {
    margin-left: 0;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700; }
    @media (max-width: 767px) {
      .mgs.alertBox.wishlist .mess-content {
        margin-top: 0; } }
  .mgs.alertBox.wishlist .close-wishlist-mess {
    position: absolute;
    top: 50%;
    right: 0; }
    .mgs.alertBox.wishlist .close-wishlist-mess:before {
      content: "";
      transform: translateY(-50%);
      background-image: url(../img/times-icon.svg);
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer;
      position: absolute;
      top: 0;
      padding: 12px 6px;
      right: 24px; }

.productView-options .text-link, .productView-options a[uid] {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  gap: 5px;
  font-family: "quasimoda", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: right;
  text-decoration: underline;
  text-transform: uppercase; }
  .productView-options .text-link svg, .productView-options a[uid] svg {
    min-width: 16px;
    width: 16px;
    height: 14px; }
  .productView-options .text-link.load-image, .productView-options a[uid].load-image {
    pointer-events: none; }
  .productView-options .text-link.added, .productView-options a[uid].added {
    cursor: default; }
    .productView-options .text-link.added:before, .productView-options a[uid].added:before {
      font-weight: 600; }
  .productView-options .text-link span, .productView-options a[uid] span {
    color: #506F60; }

.productView-options .qs-product.product {
  padding: 0; }
  .productView-options .qs-product.product .qs-compare {
    height: 100%;
    padding-bottom: 1px; }
    .productView-options .qs-product.product .qs-compare a[uid] {
      height: 14px; }
    .productView-options .qs-product.product .qs-compare .added {
      display: none; }
  .productView-options .qs-product.product .qs-compare.active .added {
    display: block; }
  .productView-options .qs-product.product .qs-compare.active .not-add {
    display: none; }

.navPages .navPages-item[category-name="Site Map"] {
  display: none; }

.sitemap-page-heading {
  border-bottom: 1px solid #E8E8E8; }

.sitemap-container .pagination {
  margin: 15px auto 25px; }

.sitemap-container .sitemap-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -36px; }

.sitemap-container .product-item {
  padding: 0 36px 10px; }

@media screen and (min-width: 1024px) {
  .sitemap-page-heading {
    margin-bottom: 40px !important;
    padding-bottom: 18px; }
  .sitemap-container .product-item {
    width: 25%; } }

@media screen and (max-width: 1023px) {
  .sitemap-page-heading {
    margin: 0 6px;
    margin-bottom: 20px !important;
    padding-bottom: 10px; }
  .sitemap-inner {
    padding: 0 6px; }
    .sitemap-inner .product-item {
      width: 50%; } }

@media screen and (max-width: 640px) {
  .sitemap-container .product-item {
    width: 100%; } }

@media screen and (max-width: 767px) {
  .body .sitemap-page-heading {
    padding-top: 40px; }
  .product-banner-top .banner-top-container .banner-top-desktop {
    display: none; }
  .product-banner-top .banner-top-container .banner-top-mobile {
    display: block;
    width: 100%;
    padding-bottom: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; } }

.banner-mid-category {
  display: flex;
  width: 100%;
  margin-bottom: 6px; }
  .banner-mid-category .left-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    width: 50%;
    padding: 54px 24px 48px;
    background-color: #F6F6F6; }
    .banner-mid-category .left-content h3 {
      color: #111111;
      font-family: "Quasimoda",Sans-Serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 16px;
      text-align: center;
      margin: 0 0 6px 0;
      text-transform: uppercase; }
    .banner-mid-category .left-content .desc-content {
      color: #3C3C3C;
      font-family: "Quasimoda",Sans-Serif;
      font-size: 15px;
      letter-spacing: 0;
      line-height: 22px;
      text-align: center;
      max-width: 480px;
      width: 100%;
      margin: 0 auto; }
      .banner-mid-category .left-content .desc-content a {
        margin-left: 3px; }
  .banner-mid-category .banner-img {
    width: 50%;
    position: relative; }
    .banner-mid-category .banner-img img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover; }

.product-banner-top {
  padding-bottom: 0; }
  .product-banner-top [data-sub-layout] {
    padding-left: 0;
    padding-right: 0; }
  .product-banner-top .banner-top-container {
    position: relative; }
    .product-banner-top .banner-top-container img {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      object-fit: cover; }
  .product-banner-top .banner-top-desktop {
    width: 100%;
    padding-bottom: 17.5%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .product-banner-top .banner-top-mobile {
    display: none; }

header.nav-up ~ .body .facets-wrapper.fixed {
  opacity: 0;
  pointer-events: none;
  transition: all 0s; }

.facets-height {
  display: none;
  height: 93px; }

.facets-wrapper.fixed + .facets-height {
  display: block; }

.facets-height-mobile {
  display: none;
  height: 100px; }

@media (max-width: 767px) {
  .facets-height {
    display: none !important; }
  .toolbar-wrapper.fixed + .facets-height-mobile {
    display: block; } }

.productView-price {
  font-weight: 500;
  letter-spacing: 0;
  font-size: 20px; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 24px; } }

.template-pages-product ::-webkit-scrollbar {
  width: 5px; }

.template-pages-product ::-webkit-scrollbar-track {
  background: #f1f1f1; }

.template-pages-product ::-webkit-scrollbar-thumb {
  background: #888; }

.template-pages-product ::-webkit-scrollbar-thumb:hover {
  background: #555; }

.template-pages-product .productView .product-right .product-alsolike {
  display: none; }
  .template-pages-product .productView .product-right .product-alsolike section article {
    display: none; }

.template-pages-product .swal2-actions {
  padding: 0 1.6em; }
  .template-pages-product .swal2-actions .swal2-confirm {
    outline: none !important;
    transition: all 0.3s;
    height: 44px;
    display: block !important;
    width: 100%;
    line-height: 48px;
    background-color: #506F60;
    border: 0;
    color: #FFFFFF;
    font-family: "quasimoda", sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    padding: 0 12px; }
    .template-pages-product .swal2-actions .swal2-confirm:hover {
      background-color: #68947F; }

.template-pages-product #main-content > .container {
  max-width: 100%;
  padding: 0; }

.template-pages-product .header-bottom-global {
  border-bottom: 1px solid #e8e8e8; }

.template-pages-product .header-bottom {
  display: none; }

.template-pages-product nav[aria-label="Breadcrumb"] {
  background-color: #F6F6F6; }

.template-pages-product ol.breadcrumbs {
  max-width: 1264px;
  padding: 20px 12px 20px;
  margin: 0 auto; }

.template-pages-product .videoGallery-content .videoGallery-list {
  margin: 0; }

.template-pages-product .productView {
  margin: 22px auto 0;
  margin-top: 60px;
  margin-bottom: 50px;
  max-width: 1280px;
  padding: 0 20px;
  display: flex;
  flex-direction: row; }
  @media (min-width: 801px) {
    .template-pages-product .productView {
      margin-bottom: 100px; } }
  .template-pages-product .productView .product-left {
    width: 50%; }
    @media (min-width: 768px) {
      .template-pages-product .productView .product-left {
        margin-bottom: 72px; } }
  .template-pages-product .productView .product-right {
    width: 50%; }
    @media (min-width: 801px) {
      .template-pages-product .productView .product-right {
        padding-left: 20px; } }
  .template-pages-product .productView .product-img-custom {
    margin-bottom: 40px; }
    .template-pages-product .productView .product-img-custom .productView-images {
      width: 100%;
      padding: 0;
      margin-bottom: 0;
      float: none;
      position: relative; }
      .template-pages-product .productView .product-img-custom .productView-images:after {
        content: "";
        width: 100%;
        display: table; }
      .template-pages-product .productView .product-img-custom .productView-images .productView-img-container a {
        background: none;
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%; }
        .template-pages-product .productView .product-img-custom .productView-images .productView-img-container a .product-caption {
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          color: #3C3C3C;
          margin: 0 auto;
          width: 100%;
          text-align: center;
          background: rgba(255, 255, 255, 0.6);
          padding: 17px 12px; }
      .template-pages-product .productView .product-img-custom .productView-images .productView-img-container .productView-image--default img {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        right: auto;
        bottom: auto;
        margin: auto;
        border: 0;
        max-height: 100%;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
    .template-pages-product .productView .product-img-custom .productView-thumbnails {
      width: 12%;
      float: left;
      margin: 0;
      width: 100px; }
      .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow {
        top: 50%;
        transform: translateX(-50%);
        height: 50px;
        width: 100px;
        padding: 0;
        border-radius: 50%;
        position: relative;
        margin: 0;
        border: none; }
        @media (min-width: 801px) {
          .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow {
            height: auto;
            width: auto; } }
        .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow::before {
          background-image: none;
          width: auto;
          height: auto;
          position: absolute;
          top: 55%;
          left: 50%;
          transform: translate(-50%, -50%);
          font-size: 30px;
          font-weight: 300;
          color: #506F60;
          border: none; }
        .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow.slick-disabled {
          opacity: 0;
          visibility: hidden;
          pointer-events: none; }
        .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow.slick-prev {
          left: 20px;
          transform: translate(-50%, -50%) rotate(-90deg);
          position: absolute;
          border-radius: 0;
          background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); }
          .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow.slick-prev::before {
            font-family: "Font Awesome 5 pro";
            content: "\f106";
            margin-top: -12px; }
          @media (min-width: 801px) {
            .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow.slick-prev {
              left: 50%;
              transform: none;
              background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
              top: unset;
              transform: translate(-50%, 0%);
              width: 100px;
              height: 50px; }
              .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow.slick-prev::before {
                top: 50%;
                width: 100px; } }
        .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow.slick-next {
          transform: translate(50%, -50%) rotate(-90deg);
          position: absolute;
          right: 20px;
          border-radius: 0;
          background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); }
          .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow.slick-next::before {
            font-family: "Font Awesome 5 pro";
            content: "\f107";
            margin: 12px 0 0 0; }
          @media (min-width: 801px) {
            .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow.slick-next {
              transform: none;
              background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFF 100%);
              top: unset;
              left: 50%;
              transform: translate(-50%, -100%);
              width: 100px;
              height: 50px; }
              .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow.slick-next::before {
                top: 50%;
                width: 100px; } }
      .template-pages-product .productView .product-img-custom .productView-thumbnails .productView-thumbnail {
        padding-left: 0;
        padding-right: 0;
        border: none;
        width: 100%;
        border-radius: 2px; }
        .template-pages-product .productView .product-img-custom .productView-thumbnails .productView-thumbnail.slick-active .productView-thumbnail-link:not(.is-active) {
          opacity: 0.5; }
        .template-pages-product .productView .product-img-custom .productView-thumbnails .productView-thumbnail.model-thumbnail.is-active {
          border: 1px solid #979797; }
        .template-pages-product .productView .product-img-custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link {
          padding: 0;
          height: auto;
          display: block;
          border: none;
          padding-bottom: 100%;
          position: relative;
          max-width: 100%;
          width: 100%;
          background: none; }
          .template-pages-product .productView .product-img-custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link:after {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            width: 100%;
            height: 100%;
            border: 1px solid #efefef;
            border-radius: 2px; }
          .template-pages-product .productView .product-img-custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link.is-active:after {
            position: absolute;
            content: "";
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1;
            border: 1px solid #979797;
            width: 100%;
            height: 100%; }
          .template-pages-product .productView .product-img-custom .productView-thumbnails .productView-thumbnail .productView-thumbnail-link img {
            width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            right: auto;
            bottom: auto;
            margin: auto;
            border: 0;
            max-height: 100%;
            object-fit: contain;
            font-family: 'object-fit: contain;'; }
        .template-pages-product .productView .product-img-custom .productView-thumbnails .productView-thumbnail:hover .productView-thumbnail-link:after {
          border: 1px solid #979797; }
      .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-list {
        margin: 0; }
      .template-pages-product .productView .product-img-custom .productView-thumbnails:not(.slick-initialized) .productView-thumbnail:nth-child(n+6) {
        display: none; }
    .template-pages-product .productView .product-img-custom .label-custom {
      margin: 0;
      position: absolute;
      top: 20px;
      left: 20px;
      text-align: left;
      list-style-type: none; }
      .template-pages-product .productView .product-img-custom .label-custom .p-badge span {
        color: #fff;
        border-radius: 3px;
        display: inline-block;
        padding: 4px 6px 4px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0; }
      .template-pages-product .productView .product-img-custom .label-custom .p-badge.custom-badge span {
        background-color: #adcfad;
        font-family: "Albert Sans", sans-serif; }
      .template-pages-product .productView .product-img-custom .label-custom .p-badge.sale-badge span {
        background-color: #E74C3C;
        font-family: "Albert Sans", sans-serif; }
      .template-pages-product .productView .product-img-custom .label-custom .p-badge.new-badge span {
        background-color: #111111; }
    .template-pages-product .productView .product-img-custom .magnifying-glass {
      position: absolute;
      bottom: 20px;
      right: 20px; }
    .template-pages-product .productView .product-img-custom .productView-image {
      position: relative;
      cursor: pointer;
      border: 1px solid #EEEEEE; }
      .template-pages-product .productView .product-img-custom .productView-image .productView-img-container:after {
        padding-bottom: 100%; }
  .template-pages-product .productView .product-detail-custom {
    margin-bottom: 48px; }
    .template-pages-product .productView .product-detail-custom .productView-brand {
      font-weight: 600;
      font-size: 14px;
      color: #506F60;
      text-transform: uppercase;
      margin-bottom: 0px;
      letter-spacing: 0;
      text-decoration: none; }
      .template-pages-product .productView .product-detail-custom .productView-brand:hover {
        background-size: 0; }
    .template-pages-product .productView .product-detail-custom .productView-title {
      width: 85%;
      margin-bottom: 5px; }
      .template-pages-product .productView .product-detail-custom .productView-title .success {
        display: block;
        font-weight: 400;
        padding-bottom: 8px;
        font-size: 20px; }
        .template-pages-product .productView .product-detail-custom .productView-title .success:last-child {
          padding-bottom: 0; }
    .template-pages-product .productView .product-detail-custom .productView-details {
      width: 100%;
      padding: 0;
      float: none; }
      .template-pages-product .productView .product-detail-custom .productView-details .productView-product {
        padding-bottom: 0;
        border: none; }
      .template-pages-product .productView .product-detail-custom .productView-details #add-to-cart-wrapper {
        padding: unset;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        margin-top: 0; }
        .template-pages-product .productView .product-detail-custom .productView-details #add-to-cart-wrapper.product-options {
          margin-top: 35px; }
        .template-pages-product .productView .product-detail-custom .productView-details #add-to-cart-wrapper.product-out-stock .form-field--increments .form-increment .form-input {
          border: 2px solid #eee;
          color: #b8b8bb;
          pointer-events: none; }
        .template-pages-product .productView .product-detail-custom .productView-details #add-to-cart-wrapper.product-out-stock .form-field--increments .form-increment .button--icon {
          color: #b8b8ba;
          pointer-events: none; }
      .template-pages-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product {
        display: flex;
        align-items: center; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product input[type="number"] {
          -moz-appearance: textfield; }
          .template-pages-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product input[type="number"]::-webkit-outer-spin-button, .template-pages-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product .form-field--increments {
          display: none; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product .form-action {
          width: 100%;
          position: relative; }
          .template-pages-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product .form-action a#form-action-addToCart {
            max-width: 100%;
            width: 100%;
            height: 85px;
            line-height: 80px;
            margin: 0;
            border-radius: 3px; }
            .template-pages-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product .form-action a#form-action-addToCart[disabled] {
              color: #B8B8B8;
              background: #eee; }
            .template-pages-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product .form-action a#form-action-addToCart.loading {
              opacity: 0.7;
              pointer-events: none; }
      .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] .form-field {
        border-top: 1px solid #e8e8e8;
        padding-top: 18px;
        text-align: left;
        display: flex;
        flex-wrap: wrap; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] .form-field.question-field-wrapper {
          display: none; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] .form-field input[type=radio],
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] .form-field .form-field [type=radio] {
          display: block;
          font-size: 0; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] .form-field:first-child {
          border-top: none;
          padding-top: 0; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] .form-field .form-label {
          text-align: left;
          color: #111111;
          position: relative;
          top: 0;
          left: 0;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 20px;
          flex: 0 0 100%;
          margin-bottom: 15px; }
          .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] .form-field .form-label small {
            display: inline; }
          .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] .form-field .form-label span[data-option-value] {
            font-weight: normal; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] .form-field select {
          width: 100%;
          max-width: 100%; }
      .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] #swatchGroup {
        position: relative;
        top: 0;
        left: 0;
        color: #111111;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 20px; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] #swatchGroup span {
          color: #3C3C3C;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px;
          font-weight: 400; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] #swatchGroup small {
          display: none; }
      .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .list-option {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-right: -6px; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .list-option.show-more .form-option-wrapper:nth-child(n+13) {
          display: none; }
      .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .more {
        text-align: center;
        padding-top: 10px;
        cursor: pointer; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .more span {
          position: relative;
          text-transform: uppercase;
          font-size: 12px;
          color: #506F60;
          font-weight: bold;
          line-height: 12px;
          text-decoration: none; }
          .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .more span:after {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #506F60;
            position: absolute;
            left: 0;
            bottom: -2px; }
      .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper {
        width: calc(100%/6); }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper.disable-event {
          pointer-events: none; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch {
          position: relative;
          top: 0;
          left: 0;
          box-shadow: none;
          height: 63px;
          width: calc(100% - 6px);
          border: 1px solid #E8E8E8;
          border-radius: 3px;
          padding: 0;
          overflow: hidden; }
          .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch .form-option-variant {
            height: 100%;
            width: 100%;
            background-size: contain; }
          .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch:before, .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch:after {
            display: none; }
          .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch .form-option-expanded {
            display: none; }
          .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch.not-available-option:before, .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch.not-available-option:after {
            border: none;
            display: block;
            content: '';
            width: 150%;
            height: 1px;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%) rotate(45deg);
            background: #e8e8e8; }
          .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch.not-available-option:after {
            transform: translate(-50%, -50%) rotate(-45deg);
            opacity: 1;
            visibility: visible; }
          .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper .form-option-swatch.not-available-option .form-option-variant {
            opacity: 0.5; }
        .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] .form-option-wrapper input[type=radio] {
          display: block; }
      .template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] [data-product-attribute="swatch"] [type="radio"]:checked + .form-option-swatch {
        border: 1px solid #506F60; }
      .template-pages-product .productView .product-detail-custom .productView-details .productView-options {
        margin-bottom: 15px; }
        @media (min-width: 801px) {
          .template-pages-product .productView .product-detail-custom .productView-details .productView-options {
            margin-bottom: 45px; } }
        .template-pages-product .productView .product-detail-custom .productView-details .productView-options .product-options-title {
          font-size: 12px;
          color: #111111;
          margin-bottom: 5px; }
        .template-pages-product .productView .product-detail-custom .productView-details .productView-options .btn-add-multiple {
          width: 100%;
          display: block;
          height: 54px;
          text-decoration: none;
          line-height: 54px;
          position: relative;
          margin-bottom: 0; }
          .template-pages-product .productView .product-detail-custom .productView-details .productView-options .btn-add-multiple.loading {
            pointer-events: none; }
        .template-pages-product .productView .product-detail-custom .productView-details .productView-options .alertBox.productAttributes-message {
          background: #E74C3C; }
          .template-pages-product .productView .product-detail-custom .productView-details .productView-options .alertBox.productAttributes-message img {
            height: 16px;
            width: 16px; }
        .template-pages-product .productView .product-detail-custom .productView-details .productView-options .logout {
          display: flex;
          padding-bottom: 12px; }
          .template-pages-product .productView .product-detail-custom .productView-details .productView-options .logout a {
            display: block;
            text-decoration: none;
            width: 170px;
            padding: 0 10px; }
            .template-pages-product .productView .product-detail-custom .productView-details .productView-options .logout a:first-of-type {
              width: 186px;
              margin-right: 18px; }
        .template-pages-product .productView .product-detail-custom .productView-details .productView-options .product-info-stock {
          border-radius: 3px;
          background-color: #F6F6F6;
          padding: 17px 40px 11px;
          margin-bottom: 16px;
          margin-top: 10px;
          text-align: left; }
          .template-pages-product .productView .product-detail-custom .productView-details .productView-options .product-info-stock .title {
            color: #111111;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 20px;
            position: relative; }
            .template-pages-product .productView .product-detail-custom .productView-details .productView-options .product-info-stock .title img {
              position: absolute;
              top: 0;
              left: -23px;
              cursor: pointer; }
          .template-pages-product .productView .product-detail-custom .productView-details .productView-options .product-info-stock p {
            margin: 0 auto; }
        .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments {
          max-width: 120px;
          width: 120px;
          margin-bottom: 0; }
          .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments .form-label {
            display: none; }
          .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments .form-increment {
            position: relative; }
            .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments .form-increment .button--icon {
              position: absolute;
              padding: 0;
              background: none;
              border: none;
              color: #E27C7C;
              top: 0;
              width: 54px;
              height: 100%;
              line-height: 58px;
              height: 100%; }
              .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments .form-increment .button--icon.button-plus {
                right: 0; }
              .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments .form-increment .button--icon[disabled] {
                color: #B8B8B8; }
            .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments .form-increment .form-input {
              width: 100%;
              height: 85px;
              border: 1px solid #E27C7C;
              border-radius: 4px 0 0 4px;
              background-color: #FFFFFF;
              color: #E27C7C;
              font-size: 24px;
              font-weight: 500;
              letter-spacing: 0;
              line-height: 100%;
              text-align: center;
              padding: 14px 40px 10px; }
              .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments .form-increment .form-input[disabled] {
                color: #B8B8B8;
                border: 2px solid #eee; }
        .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action {
          margin: 0;
          width: calc(100% - 120px);
          padding: 0; }
          .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action input {
            max-width: 100%;
            width: 100%;
            height: 85px;
            line-height: 60px;
            margin: 0;
            border-radius: 0 3px 3px 0; }
            .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action input[disabled] {
              color: #B8B8B8;
              background: #eee; }
            .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action input.loading {
              opacity: 0.7;
              pointer-events: none; }
          .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action .out-stock {
            height: 54px;
            line-height: 54px;
            margin: 0 auto;
            max-width: 100%;
            width: 100%;
            display: inline-block;
            background-color: #EEEEEE;
            border: 1px solid #EEEEEE;
            color: #B8B8B8;
            font-size: 16px;
            font-weight: bold;
            border-radius: 0 3px 3px 0;
            pointer-events: none; }
          .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist {
            width: 100%; }
            .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist .button {
              width: 100%;
              margin: 0 auto;
              height: 54px;
              line-height: 54px;
              position: relative; }
              .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist .button span {
                font-weight: 600; }
                .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist .button span:before {
                  content: "\f004";
                  font-family: "Font Awesome 5 Pro";
                  font-size: 16px;
                  padding-right: 7px;
                  font-weight: 400; }
              .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist .button.is-open {
                color: #fff;
                background: #506F60; }
                .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist .button.is-open .icon {
                  color: #fff; }
              .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist .button .icon {
                position: absolute;
                right: 12px;
                top: 50%;
                transform: translateY(-50%);
                float: none;
                margin: 0;
                width: auto;
                height: auto;
                color: #506F60;
                font-style: normal; }
                .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist .button .icon:before {
                  content: "\f078";
                  font-family: "Font Awesome 5 Pro";
                  font-size: 16px; }
              .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist .button:hover .icon,
              .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist .button:hover span, .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist .button:active .icon,
              .template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action.form-wishlist .button:active span {
                color: #fff; }
      .template-pages-product .productView .product-detail-custom .productView-details .product-custom-pill {
        margin: 0 auto 18px; }
        .template-pages-product .productView .product-detail-custom .productView-details .product-custom-pill li {
          display: block;
          text-align: center;
          margin: 0 auto;
          padding-bottom: 4px; }
          .template-pages-product .productView .product-detail-custom .productView-details .product-custom-pill li:last-child {
            padding: 0; }
          .template-pages-product .productView .product-detail-custom .productView-details .product-custom-pill li span {
            color: #fff;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0;
            line-height: 12px;
            border-radius: 3px;
            display: inline-block;
            padding: 7px 8px 5px 20px;
            text-transform: capitalize;
            background: #adcfad;
            position: relative; }
            .template-pages-product .productView .product-detail-custom .productView-details .product-custom-pill li span:before {
              content: "";
              background: url(../img/info-circle.png);
              width: 14px;
              height: 14px;
              background-size: contain;
              position: absolute;
              top: 5px;
              background-repeat: no-repeat;
              left: 4px; }
      .template-pages-product .productView .product-detail-custom .productView-details .product-contact {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        background-color: #F1F7F1;
        border-radius: 4px;
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        margin-top: 25px; }
        @media (min-width: 801px) {
          .template-pages-product .productView .product-detail-custom .productView-details .product-contact {
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            padding: 25px 30px;
            margin-top: 20px; } }
        .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-left h3,
        .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-left p {
          margin: 0;
          line-height: 100%;
          letter-spacing: 0;
          font-family: "quasimoda", sans-serif;
          color: #506F60; }
        .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-left h3 {
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 5px; }
        .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-left p {
          font-size: 12px;
          font-weight: 400; }
        .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-right {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-right img {
            width: 16px;
            height: auto;
            margin-top: -5px; }
          .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-right span {
            color: #506F60;
            font-weight: 600;
            line-height: 14px; }
          .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-right .call.mobile {
            display: none; }
          .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-right .call a {
            text-decoration: none;
            background-image: unset;
            transform: unset;
            display: inline-block;
            text-decoration: unset;
            display: flex;
            gap: 5px;
            align-items: center; }
            .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-right .call a:hover span {
              text-decoration: underline; }
            .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-right .call a span {
              transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
              background-image: linear-gradient(#e5f0e5, #e5f0e5);
              background-size: 0 100%;
              background-repeat: no-repeat; }
          .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-right .chat {
            cursor: pointer;
            margin-right: 35px;
            display: flex;
            gap: 5px;
            align-items: center; }
            .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-right .chat:hover span {
              text-decoration: underline; }
    .template-pages-product .productView .product-detail-custom .productView-price {
      margin-top: 18px;
      margin-bottom: 2px; }
      .template-pages-product .productView .product-detail-custom .productView-price .price-section {
        display: inline-block; }
        .template-pages-product .productView .product-detail-custom .productView-price .price-section .price-now-label, .template-pages-product .productView .product-detail-custom .productView-price .price-section.rrp-price--withTax, .template-pages-product .productView .product-detail-custom .productView-price .price-section.price-section--saving {
          display: none !important; }
        .template-pages-product .productView .product-detail-custom .productView-price .price-section .price--non-sale span {
          color: #B8B8B8; }
        .template-pages-product .productView .product-detail-custom .productView-price .price-section .price--non-sale.non-sale-price--withTax[style="display: none;"] + .price-section span.price, .template-pages-product .productView .product-detail-custom .productView-price .price-section .price--non-sale.non-sale-price--withoutTax[style="display: none;"] + .price-section span.price {
          color: #506F60; }
        .template-pages-product .productView .product-detail-custom .productView-price .price-section .price--non-sale.non-sale-price--withTax + .price-section span.price, .template-pages-product .productView .product-detail-custom .productView-price .price-section .price--non-sale.non-sale-price--withoutTax + .price-section span.price {
          color: #E74C3C; }
    .template-pages-product .productView .product-detail-custom .sumary_rating {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .template-pages-product .productView .product-detail-custom .sumary_rating.added_review {
        margin-bottom: 18px; }
      .template-pages-product .productView .product-detail-custom .sumary_rating.rv-45 i:nth-child(5):before {
        content: "\f123"; }
      .template-pages-product .productView .product-detail-custom .sumary_rating.rv-40 i:nth-child(5):before {
        content: "\f006"; }
      .template-pages-product .productView .product-detail-custom .sumary_rating i {
        color: #F6BE03;
        font-size: 13px !important;
        margin: 0px 4px 0px 0px; }
      .template-pages-product .productView .product-detail-custom .sumary_rating .ruk-rating-snippet-count {
        bottom: -3px;
        color: #506F60;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        text-decoration: underline;
        font-family: 'quasimoda', sans-serif;
        bottom: -1px !important;
        margin: 0 0 5px 5px;
        cursor: pointer;
        position: relative; }
    .template-pages-product .productView .product-detail-custom .productView-rating {
      padding-bottom: 0; }
      .template-pages-product .productView .product-detail-custom .productView-rating .icon {
        width: 13px;
        height: 13px; }
      .template-pages-product .productView .product-detail-custom .productView-rating .icon--ratingEmpty svg {
        fill: #DDDDDD; }
      .template-pages-product .productView .product-detail-custom .productView-rating .icon--ratingFull svg {
        fill: #F6BE03; }
    .template-pages-product .productView .product-detail-custom .product_short-desc h3 {
      font-family: Quasimoda, sans-serif;
      font-weight: 600;
      font-size: 12px;
      letter-spacing: 0;
      text-transform: uppercase;
      color: #3C3C3C;
      margin: 0; }
    .template-pages-product .productView .product-detail-custom .product_short-desc ul {
      margin: 0; }
      .template-pages-product .productView .product-detail-custom .product_short-desc ul li {
        position: relative;
        padding-left: 20px; }
        .template-pages-product .productView .product-detail-custom .product_short-desc ul li:before {
          content: "\f00c";
          color: #506F60;
          font-family: "Font Awesome 5 Pro";
          font-size: 13px;
          letter-spacing: 0;
          line-height: 18px;
          padding-right: 12px;
          font-weight: 700;
          position: absolute;
          left: 0;
          top: 3px; }
  .template-pages-product .productView .productView-productsByCategories ul {
    margin: 0 auto;
    border: none; }
  .template-pages-product .productView .productView-productsByCategories .tabs-contents {
    margin-bottom: 0; }
    .template-pages-product .productView .productView-productsByCategories .tabs-contents .tab-content.is-active {
      padding-top: 30px; }
  .template-pages-product .productView .productView-productsByCategories table {
    border: none; }
    .template-pages-product .productView .productView-productsByCategories table thead {
      background: #F4F4F4;
      border: 1px solid #F4F4F4;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
      .template-pages-product .productView .productView-productsByCategories table thead tr th {
        color: #111;
        font-weight: 600;
        padding: 11px 30px 10px 12px; }
        .template-pages-product .productView .productView-productsByCategories table thead tr th.product {
          width: 60%; }
        .template-pages-product .productView .productView-productsByCategories table thead tr th.price {
          width: 28%;
          text-align: center; }
        .template-pages-product .productView .productView-productsByCategories table thead tr th.qty {
          width: 24%;
          padding-right: 24px;
          text-align: center; }
    .template-pages-product .productView .productView-productsByCategories table .table-tbody {
      border: none; }
      .template-pages-product .productView .productView-productsByCategories table .table-tbody tr {
        border: none;
        border-bottom: 1px solid #E8E8E8;
        vertical-align: top; }
        .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td {
          padding: 12px 0 14px;
          border: none; }
          .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.image {
            width: 14.6%; }
            .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.image ._productImage {
              width: 54px;
              height: 54px; }
          .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.title {
            width: 46%;
            padding-left: 12px; }
            .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.title a {
              text-decoration: none;
              background: none; }
            .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.title .product-title {
              color: #111111;
              font-size: 14px;
              font-weight: 500;
              letter-spacing: 0;
              line-height: 18px;
              text-transform: capitalize;
              padding-bottom: 4px; }
              .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.title .product-title:hover {
                text-decoration: underline; }
            .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.title p {
              color: #999999;
              font-size: 11px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 12px;
              margin: 0;
              padding-bottom: 4px; }
            .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.title a.button.button--small.button--primary,
            .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.title span.button.button--small.button--primary {
              width: 100%;
              height: 35px;
              line-height: 38px;
              margin-bottom: 0px;
              font-size: 14px; }
          .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.price {
            text-align: center; }
            .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.price .price-now-label {
              display: none !important; }
            .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.price .price-section .price--non-sale {
              color: #B8B8B8;
              font-size: 14px;
              font-weight: 500;
              letter-spacing: 0;
              line-height: 20px; }
            .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.price .price-section [data-product-price-with-tax] {
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 20px;
              color: #506f60; }
          .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.qty {
            padding-right: 12px; }
          .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td .form-field--increments .form-increment .form-input {
            width: 54px;
            height: 38px;
            line-height: 20px;
            vertical-align: middle;
            padding: 19px 0 16px;
            border: 1px solid #E4E4E4;
            font-weight: 400; }
          .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td .form-field--increments .form-increment .button {
            display: none; }
        .template-pages-product .productView .productView-productsByCategories table .table-tbody tr:last-child {
          border-bottom: none; }
  .template-pages-product .productView .productView-description .tabs-contents {
    margin-bottom: 0; }
    .template-pages-product .productView .productView-description .tabs-contents [data-content-region="product-wufoo-form--global"] [data-sub-layout] {
      padding: 0; }
    .template-pages-product .productView .productView-description .tabs-contents .tab-content {
      padding: 0 24px;
      margin-bottom: 15px; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content p {
        margin-bottom: 10px; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content p:last-child {
          margin-bottom: 0; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-details ul, .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-dimensions ul {
        margin: 0;
        padding: 0; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-details .product-detail__item,
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-details .product-dimensions__item, .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-dimensions .product-detail__item,
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-dimensions .product-dimensions__item {
        padding: 15px 0;
        display: flex;
        width: 100%;
        border-top: 1px solid #EEEEEE; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-details .product-detail__item:first-child,
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-details .product-dimensions__item:first-child, .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-dimensions .product-detail__item:first-child,
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-dimensions .product-dimensions__item:first-child {
          border-top: none;
          padding-top: 0; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-details .product-detail__title,
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-details .product-dimensions__title, .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-dimensions .product-detail__title,
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-dimensions .product-dimensions__title {
        flex: 0 0 34%;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 16px; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-details .product-detail__content,
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-details .product-dimensions__content, .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-dimensions .product-detail__content,
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product-dimensions .product-dimensions__content {
        flex: 0 0 66%;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 16px; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-downloads {
        padding-top: 0;
        padding-bottom: 13px; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-downloads ul {
          margin: 0; }
          .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-downloads ul li {
            position: relative;
            padding-bottom: 8px;
            display: block;
            padding-left: 8px; }
            .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-downloads ul li a {
              padding-left: 6px; }
            .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-downloads ul li:before {
              content: "\f1c1";
              position: absolute;
              color: #E74C3C;
              left: 0;
              line-height: 22px;
              top: -2px;
              display: block;
              font-family: "Font Awesome 5 Pro"; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget * {
        font-family: "quasimoda", sans-serif; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .WriteReviewForm__form .section {
        position: relative;
        margin-bottom: 18px; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .WriteReviewForm__form .section:first-child .InputLabel {
          position: relative;
          font-size: 14px !important;
          line-height: 20px !important;
          top: 0;
          left: 0;
          color: #3c3c3c !important;
          padding: 0 !important;
          margin-bottom: 12px !important; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .WriteReviewForm__form .section .StarSelection + span {
          font-size: 13px;
          color: #ff0000;
          margin-top: -4px;
          display: block; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .WriteReviewForm__form .InputLabel {
        color: #aaa !important;
        letter-spacing: 0;
        position: absolute;
        top: -5px;
        background: #fff;
        width: auto;
        padding: 0 4px !important;
        left: 16px;
        transition: all .2s ease;
        margin: 0;
        z-index: 1;
        font-size: 11px !important;
        line-height: 13px !important;
        font-weight: 600 !important; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .WriteReviewForm__form .InputElement {
        font-size: 14px !important;
        color: #3C3C3C !important;
        padding: 14px 12px !important;
        margin-bottom: 5px !important; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .WriteReviewForm__form .InputElement.InputElement--textarea {
          margin-bottom: 0 !important; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .ListSummary {
        font-size: 14px !important;
        line-height: 20px !important; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .section--formControls .Button {
        font-family: "quasimoda", sans-serif;
        font-size: 16px;
        font-weight: bold !important;
        letter-spacing: 0;
        line-height: 14px;
        border-radius: 3px; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .section--formControls .Button.Button--solid {
          background-color: #506F60 !important;
          color: #fff !important;
          border: 1px solid #506F60 !important; }
          .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .section--formControls .Button.Button--solid:hover {
            background-color: #68947F !important;
            border: 1px solid #68947F !important; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .section--formControls .Button.Button--inline {
          border: 1px solid #8aa196 !important;
          background-color: #fff;
          color: #506F60 !important; }
          .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .section--formControls .Button.Button--inline:hover {
            background-color: #68947F !important;
            color: #fff !important; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .ValidationMessage {
        color: #FF0000 !important;
        font-family: "quasimoda", sans-serif;
        font-size: 13px !important;
        letter-spacing: 0 !important;
        padding: 0 !important;
        line-height: 20px;
        background-color: transparent !important; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .InputElement {
        border: 1px solid #E4E4E4 !important;
        border-radius: 3px !important; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .StarSelection label {
        border-color: #E4E4E4 !important; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .StarSelection label:before, .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .StarSelection label:after {
          display: none; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .StarSelection input[type="radio"]:checked + label:before,
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .StarSelection .form-field [type="radio"]:checked + label:before {
        display: none; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .StarSelection input[type="radio"]:checked + label:after,
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .StarSelection .form-field [type="radio"]:checked + label:after {
        display: none; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .StarSelection .StarSelection__star input:checked + label,
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .StarSelection .StarSelection__star label.selected {
        background-color: #68947F !important;
        border-color: #68947F !important;
        border-radius: 3px; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .StarSelection .StarSelection__star label:hover {
        background-color: #68947F !important;
        border-color: #68947F !important; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .ReviewsList__item .Author__verifiedStatus.item__status {
        border: 1px solid #68947f !important;
        background-color: #68947F !important; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-reviews .CombinedWidget.reviews-combined-widget .ReviewsList__item .Author__verifiedStatus.item__status span {
          background-color: #68947F !important; }

.template-pages-product .slick-dots li {
  width: auto;
  height: auto;
  padding: 0 6px; }
  .template-pages-product .slick-dots li button {
    height: 8px;
    width: 8px;
    border: 2px solid transparent;
    background-color: #DDDDDD; }
  .template-pages-product .slick-dots li.slick-active button {
    height: 10px;
    width: 10px;
    border: 2px solid #506F60;
    background-color: #FFFFFF; }
    .template-pages-product .slick-dots li.slick-active button:before {
      display: none; }

.template-pages-product .product-sticky {
  width: 100%;
  clear: both;
  width: -webkit-fill-available;
  position: fixed;
  z-index: 10;
  margin: 0 auto;
  display: block;
  top: -100%;
  left: 0;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: all 0.2s; }
  @media (min-width: 768px) {
    .template-pages-product .product-sticky {
      display: none !important; } }
  .template-pages-product .product-sticky.addSticky {
    top: 0;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08); }
  .template-pages-product .product-sticky.is-grouped-product .sticky-right {
    display: none; }
  .template-pages-product .product-sticky .sticky-left {
    float: left;
    width: 60%; }
    .template-pages-product .product-sticky .sticky-left ul {
      padding: 0;
      margin: 0; }
      .template-pages-product .product-sticky .sticky-left ul li {
        display: inline-block;
        cursor: pointer;
        padding: 0 12px; }
        .template-pages-product .product-sticky .sticky-left ul li.bottom-line span {
          border-color: #506F60;
          color: #506F60; }
        .template-pages-product .product-sticky .sticky-left ul li:first-child {
          padding-left: 0; }
        .template-pages-product .product-sticky .sticky-left ul li span {
          color: #111111;
          font-size: 16px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 20px;
          padding: 23px 0 20px;
          border-bottom: 3px solid transparent;
          display: inline-block; }
        .template-pages-product .product-sticky .sticky-left ul li.active span {
          border-color: #506F60;
          color: #506F60; }
  .template-pages-product .product-sticky .sticky-right {
    float: right;
    width: 40%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 0; }
    .template-pages-product .product-sticky .sticky-right .button-price {
      color: #111111;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 20px;
      text-align: right;
      display: inline-block; }
    .template-pages-product .product-sticky .sticky-right .button-add {
      display: inline-block;
      margin-left: 18px; }
      .template-pages-product .product-sticky .sticky-right .button-add .button {
        margin: 0;
        height: 42px;
        line-height: 46px;
        padding: 0 28px; }
        .template-pages-product .product-sticky .sticky-right .button-add .button .mobile {
          display: none; }
        .template-pages-product .product-sticky .sticky-right .button-add .button.btn-out-of-stock {
          background: #eee;
          color: #B8B8B8;
          pointer-events: none; }

.template-pages-product .product-inspiration.not-inspiration {
  display: none; }

.template-pages-product .product-inspiration .slide {
  padding-left: 24px; }
  .template-pages-product .product-inspiration .slide .swiper-slide {
    width: auto; }
  .template-pages-product .product-inspiration .slide img {
    display: block;
    width: auto;
    height: 700px;
    object-fit: contain; }
  .template-pages-product .product-inspiration .slide .swiper-pagination {
    margin-top: 25px;
    padding-bottom: 65px; }

.template-pages-product .fancybox-container {
  margin: 0 auto;
  text-align: center; }
  .template-pages-product .fancybox-container .productView-thumbnail {
    width: 100%;
    height: 100%;
    padding: 0;
    background: none; }
    .template-pages-product .fancybox-container .productView-thumbnail a {
      background: none; }
  .template-pages-product .fancybox-container .fancybox-bg {
    background: rgba(0, 0, 0, 0.1);
    opacity: 1; }
  .template-pages-product .fancybox-container .fancybox-button--thumbs,
  .template-pages-product .fancybox-container .fancybox-button--zoom {
    display: none !important; }
  .template-pages-product .fancybox-container .fancybox-button svg {
    width: 40px;
    height: 40px; }
  .template-pages-product .fancybox-container .fancybox-inner {
    width: 100%;
    max-width: 890px;
    background: #fff;
    margin: auto;
    height: 87%; }
    .template-pages-product .fancybox-container .fancybox-inner .fancybox-slide--image {
      padding: 48px; }
    .template-pages-product .fancybox-container .fancybox-inner .fancybox-caption {
      color: #3C3C3C;
      font-family: "quasimoda", sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      text-align: center;
      padding: 28px 12px; }
      .template-pages-product .fancybox-container .fancybox-inner .fancybox-caption:before {
        display: none; }
    .template-pages-product .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button {
      visibility: visible;
      padding: 0;
      width: auto;
      height: auto;
      color: #506F60;
      background: none;
      font-size: 24px;
      opacity: 1; }
      .template-pages-product .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button i {
        font-weight: 400; }
      .template-pages-product .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button[disabled] {
        color: #ACC2B7;
        display: none; }
      .template-pages-product .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
        left: 24px; }
      .template-pages-product .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
        right: 24px; }
    .template-pages-product .fancybox-container .fancybox-inner .fancybox-toolbar {
      right: 24px;
      top: 9px; }
      .template-pages-product .fancybox-container .fancybox-inner .fancybox-toolbar [data-fancybox-play] {
        display: none; }
      .template-pages-product .fancybox-container .fancybox-inner .fancybox-toolbar .fancybox-button {
        background: none;
        color: #506F60;
        padding: 0;
        height: auto;
        width: auto;
        font-size: 22px;
        visibility: visible;
        opacity: 1; }

.modal-background {
  background: rgba(0, 0, 0, 0.1);
  z-index: 2222; }

#previewModal {
  max-width: 687px;
  overflow-y: auto;
  width: 94%; }
  #previewModal::-webkit-scrollbar {
    width: 5px; }
  #previewModal::-webkit-scrollbar-track {
    background: #f1f1f1; }
  #previewModal::-webkit-scrollbar-thumb {
    background: #888; }
  #previewModal::-webkit-scrollbar-thumb:hover {
    background: #555; }
  #previewModal.open {
    z-index: 9999; }
  #previewModal .modal-close {
    background: none;
    font-size: 24px;
    padding: 0;
    width: auto;
    top: 20px;
    right: 20px;
    line-height: initial;
    height: auto;
    color: #999; }
    #previewModal .modal-close .aria-description--hidden {
      display: none; }
    #previewModal .modal-close:before, #previewModal .modal-close:after {
      display: none; }
  #previewModal .product-alsolike {
    padding: 40px 30px 30px; }
    #previewModal .product-alsolike h3 {
      font-size: 24px;
      letter-spacing: -0.5px;
      line-height: 26px;
      margin: 0;
      padding-bottom: 8px; }
    #previewModal .product-alsolike .productCarousel {
      padding-top: 12px; }
      #previewModal .product-alsolike .productCarousel .slick-arrow {
        top: -22px; }
  #previewModal .modal-content .modal-body {
    padding: 54px 30px 0 30px; }
    #previewModal .modal-content .modal-body .previewCart {
      max-width: 100%;
      padding: 0 18px; }
      #previewModal .modal-content .modal-body .previewCart:after {
        content: "";
        display: table;
        width: 100%; }
      #previewModal .modal-content .modal-body .previewCart .previewCartCheckout {
        padding: 10px 0 0 0;
        background: 0;
        width: calc(59.4% - 37px); }
        #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-image {
          display: none; }
        #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-details {
          width: 100%;
          padding: 0;
          margin: 0;
          float: none;
          clear: none; }
          #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-details .productView-title {
            color: #111111;
            font-size: 24px;
            letter-spacing: -.5px;
            line-height: 26px;
            text-align: center;
            margin: 0 0 7px; }
            #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-details .productView-title .success {
              display: block;
              font-weight: 400;
              padding-bottom: 8px;
              font-size: 20px;
              color: #111111; }
              #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-details .productView-title .success:last-child {
                padding-bottom: 0; }
          #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-details p {
            margin-bottom: 15px;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px; }
        #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-button {
          margin: 0 10px; }
          #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-button .button {
            height: 54px;
            line-height: 54px; }
          #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-button .previewCartCheckout-additionalCheckoutButtons {
            display: none; }
          #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-button .paypalCommerce-smart-buttons {
            margin-bottom: 0;
            margin-top: 12px; }
        #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .button-continue {
          margin-top: 12px;
          font-weight: 600;
          color: #506F60; }
          #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .button-continue:active, #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .button-continue:hover {
            border: 1px solid #68947F;
            color: #FFFFFF; }
      #previewModal .modal-content .modal-body .previewCart .productView {
        padding: 0;
        width: 40.6%;
        margin: 0 37px 0 0; }
        #previewModal .modal-content .modal-body .previewCart .productView .productView-image {
          width: 100%;
          padding: 0;
          margin: 0 auto;
          min-height: auto; }
          #previewModal .modal-content .modal-body .previewCart .productView .productView-image .productView-img-container:after {
            padding-bottom: 100%; }

@media (max-width: 800px) {
  .template-pages-product .productView {
    margin-top: 10px;
    padding: 0;
    flex-direction: column; }
    .template-pages-product .productView .product-left,
    .template-pages-product .productView .product-right {
      width: 100%;
      float: none; }
    .template-pages-product .productView .product-left {
      padding: 0 12px; }
    .template-pages-product .productView .product-right {
      display: flex;
      flex-wrap: wrap;
      /* Hide on mobile */ }
      .template-pages-product .productView .product-right .productView-brand,
      .template-pages-product .productView .product-right .productView-collection,
      .template-pages-product .productView .product-right .price-shipping,
      .template-pages-product .productView .product-right .clearance-message,
      .template-pages-product .productView .product-right .productView-title,
      .template-pages-product .productView .product-right .productView-stock,
      .template-pages-product .productView .product-right .sku-label,
      .template-pages-product .productView .product-right .sku-label + .productView-info-value,
      .template-pages-product .productView .product-right .add-to-wishlist-container,
      .template-pages-product .productView .product-right .productView-reviews {
        display: none !important; }
    .template-pages-product .productView .product-img-custom {
      width: 100%; }
      .template-pages-product .productView .product-img-custom .productView-thumbnails {
        width: 100%;
        margin-right: 6px;
        margin-top: -1px;
        padding-bottom: 10px;
        max-height: 70px; }
        .template-pages-product .productView .product-img-custom .productView-thumbnails .productView-thumbnail {
          margin-bottom: 5px;
          overflow: hidden;
          max-width: 70px; }
      .template-pages-product .productView .product-img-custom .productView-image {
        width: calc(86.3% - 6px);
        margin: 0 auto;
        pointer-events: auto; }
      .template-pages-product .productView .product-img-custom .label-custom .p-badge.custom-badge span {
        padding: 4px 9px 4px; }
      .template-pages-product .productView .product-img-custom .productView-images .productView-img-container a p {
        padding: 14px 12px; }
      .template-pages-product .productView .product-img-custom .product-spec-diagram {
        display: none !important; }
    .template-pages-product .productView .product-detail-custom {
      width: 100%;
      margin: 0 auto;
      float: none;
      min-height: auto;
      order: 1;
      padding: 0 12px; }
      .template-pages-product .productView .product-detail-custom .productView-product .productView-price {
        font-size: 22px;
        line-height: 27px; }
      .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-right .call.mobile {
        display: block; }
      .template-pages-product .productView .product-detail-custom .productView-details .product-contact .contact-right .call.desktop {
        display: none; }
      .template-pages-product .productView .product-detail-custom .productView-details.product-options {
        padding-bottom: 0; }
    .template-pages-product .productView .product-alsolike {
      width: 100%;
      padding: 0 0 0 12px;
      margin: 3px auto 21px;
      order: 3; }
    .template-pages-product .productView .productView-productsByCategories table thead tr th.qty {
      padding-right: 15px; }
    .template-pages-product .productView .productView-productsByCategories table .table-tbody tr td.qty {
      padding-right: 0; }
  #previewModal .modal-close {
    top: 9px;
    right: 9px; }
  #previewModal .modal-content .modal-body {
    padding: 35px 12px 0 12px; }
    #previewModal .modal-content .modal-body .previewCart {
      padding: 0; }
      #previewModal .modal-content .modal-body .previewCart .previewCartCheckout {
        width: 100%;
        margin: 0 auto;
        padding: 0; }
        #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-image {
          display: block;
          float: left;
          width: 29.5%;
          margin-right: 20px; }
          #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-image .productView-img-container img {
            display: block; }
          #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-image .productView-img-container:after {
            padding-bottom: 100%; }
        #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-details {
          float: right;
          width: calc(70.5% - 20px); }
          #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-details .productView-title {
            font-size: 20px;
            letter-spacing: 0;
            line-height: 22px; }
          #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-details p {
            margin-bottom: 0; }
        #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-button {
          clear: both;
          width: 100%;
          margin: 15px 0 0;
          padding: 0 4px;
          display: inline-block; }
          #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-button .button {
            height: 54px;
            line-height: 54px; }
      #previewModal .modal-content .modal-body .previewCart .productView {
        display: none; }
  #previewModal .product-alsolike {
    padding: 27px 16px 56px 16px; }
    #previewModal .product-alsolike h3 {
      font-size: 24px;
      letter-spacing: -0.5px;
      line-height: 26px;
      text-align: center;
      border-bottom: none;
      display: block;
      padding-bottom: 0; }
    #previewModal .product-alsolike .productCarousel .slick-list {
      margin: 0 -6px; }
    #previewModal .product-alsolike .productCarousel .productCarousel-slide {
      padding: 0 6px; }
    #previewModal .product-alsolike .slick-dots {
      display: block !important;
      bottom: -38px; } }

@media (max-width: 800px) {
  .template-pages-product .video-thumbnail {
    padding: 8px 0 !important; }
  .template-pages-product .swiper-pagination {
    margin-top: 24px; }
  .template-pages-product .product-checkbox {
    margin-left: 12px;
    align-items: center; }
    .template-pages-product .product-checkbox .product-info {
      text-align: left; }
  .template-pages-product .product_green-align {
    padding-right: 16px !important; }
  .template-pages-product .productView-options-custom ul li {
    width: 18.3%; }
  .template-pages-product .productView-options-custom .select-product-options .button-view {
    margin-top: 13px; }
    .template-pages-product .productView-options-custom .select-product-options .button-view a {
      padding: 0; }
  .template-pages-product .productView-options-custom .title {
    margin-top: 16px;
    margin-bottom: 2px; }
    .template-pages-product .productView-options-custom .title .icon {
      margin-left: 1px; }
  .template-pages-product .productView .mobile-only {
    text-align: center; }
    .template-pages-product .productView .mobile-only .productView-brand {
      color: #506F60;
      font-weight: 600;
      font-size: 14px;
      line-height: 100%;
      letter-spacing: 0;
      display: flex;
      justify-content: center;
      margin-top: 20px;
      text-transform: uppercase;
      text-decoration: none; }
      .template-pages-product .productView .mobile-only .productView-brand:hover {
        background-size: 0; }
    .template-pages-product .productView .mobile-only .add-to-wishlist-container {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
    .template-pages-product .productView .mobile-only .productView-price {
      margin: auto;
      display: flex;
      gap: 15px;
      margin: 0; }
    .template-pages-product .productView .mobile-only .productView-reviews {
      justify-content: center;
      align-items: center;
      gap: 5px;
      margin-bottom: 10px; }
      .template-pages-product .productView .mobile-only .productView-reviews .sumary_rating .fa-star {
        margin-right: 5px; }
  .template-pages-product .productView .product-img-custom .productView-thumbnails .slick-arrow:before {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 500; }
  .template-pages-product .productView .product-img-custom .productView-images {
    margin-bottom: 0; }
  .template-pages-product .productView .product-detail-custom .productView-details .product-custom-pill {
    margin-bottom: 15px; }
  .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options [data-product-option-change] .form-field .form-label {
    padding-bottom: 1px;
    margin-bottom: 6px; }
  .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options [data-product-option-change] [data-product-attribute=swatch] .form-option-wrapper {
    width: 20%; }
  .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options [data-product-option-change] [data-product-attribute=swatch] .list-option.show-more .form-option-wrapper:nth-child(n+11) {
    display: none; }
  .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-field--increments {
    max-width: 98px;
    width: 100%; }
    .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-field--increments .form-increment .button--icon {
      line-height: 52px;
      width: 38px; } }
  @media (max-width: 800px) and (min-width: 801px) {
    .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-field--increments .form-increment .form-input {
      height: 48px;
      line-height: 48px; } }

@media (max-width: 800px) {
  .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .add-to-cart-group-product .form-action {
    width: 100%; }
  .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-action {
    width: calc(100% - 98px); }
    .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-action input,
    .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-action .button.out-stock,
    .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-action .btn-add-multiple {
      height: 85px;
      line-height: 48px; }
    .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-action.form-wishlist {
      width: 100%; }
      .template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-action.form-wishlist .button {
        height: 48px;
        line-height: 48px; }
  .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product_details {
    padding-top: 11px;
    padding-bottom: 18px; }
    .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product_details ul {
      border: 1px solid #E8E8E8; }
      .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product_details ul li {
        padding: 16px 12px 14px; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product_details ul li span:first-child {
          width: 52%; }
        .template-pages-product .productView .productView-description .tabs-contents .tab-content#tab-product_details ul li span:last-child {
          padding-top: 2px;
          width: 45%; }
  .template-pages-product .productView .product-alsolike h3 {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 26px;
    text-align: center;
    border: none; }
  .template-pages-product .productView .product-alsolike .slick-dots {
    display: block !important;
    bottom: 0;
    padding-top: 18px; }
  .template-pages-product .product-inspiration .slide {
    padding-left: 0; }
  .template-pages-product .product-inspiration .slide .swiper-pagination {
    margin-top: 19px;
    padding-bottom: 23px; }
  .template-pages-product .product-sticky.addSticky {
    border-top: 1px solid #E8E8E8;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.08); }
  .template-pages-product .product-sticky .sticky-left {
    width: 100%;
    float: none; }
    .template-pages-product .product-sticky .sticky-left ul {
      text-align: center; }
      .template-pages-product .product-sticky .sticky-left ul li {
        padding: 0; }
        .template-pages-product .product-sticky .sticky-left ul li span {
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 20px;
          padding: 14px 10px 11px; }
  .template-pages-product .product-sticky .sticky-right {
    display: none; }
  .template-pages-product .fancybox-container .fancybox-inner {
    margin-left: 12px;
    margin-right: 12px;
    height: 57.2%;
    max-width: -webkit-fill-available; }
    .template-pages-product .fancybox-container .fancybox-inner .fancybox-caption {
      padding: 18px 12px; }
    .template-pages-product .fancybox-container .fancybox-inner .fancybox-toolbar {
      right: 17px; }
    .template-pages-product .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
      left: 17px; }
    .template-pages-product .fancybox-container .fancybox-inner .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
      right: 17px; } }

.device-ios #product-listing-container .qs-products .qs-product .p-image-wrapper .badge-wrapper .p-badge.custom-badge span,
.mac #product-listing-container .qs-products .qs-product .p-image-wrapper .badge-wrapper .p-badge.custom-badge span {
  padding: 6px 9px 6px; }

.device-ios.template-pages-product .productView .product-detail-custom .productView-details .productView-options .product-info-stock .title img,
.mac.template-pages-product .productView .product-detail-custom .productView-details .productView-options .product-info-stock .title img {
  top: 3px; }

.device-ios.template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments .form-increment .form-input,
.mac.template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments .form-increment .form-input {
  padding: 10px 40px 12px; }

.device-ios.template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments .form-increment .button--icon,
.mac.template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-field--increments .form-increment .button--icon {
  line-height: 48px; }

.device-ios.template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action input,
.mac.template-pages-product .productView .product-detail-custom .productView-details .productView-options .form-action input {
  line-height: 54px; }

.device-ios.template-pages-product .productView .product-detail-custom .productView-details .productView-options #add-to-cart-wrapper .form-action input,
.mac.template-pages-product .productView .product-detail-custom .productView-details .productView-options #add-to-cart-wrapper .form-action input {
  line-height: 48px; }

.device-ios.template-pages-product .productView .product-detail-custom .productView-details .product-custom-pill li span,
.mac.template-pages-product .productView .product-detail-custom .productView-details .product-custom-pill li span {
  padding: 6px 8px 6px 20px; }

.device-ios.template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] .form-field select,
.mac.template-pages-product .productView .product-detail-custom .productView-details.product-options [data-product-option-change] .form-field select {
  line-height: 20px;
  padding: 10px 10px 14px; }

.device-ios.template-pages-product .productView .product-img-custom .label-custom .p-badge span,
.mac.template-pages-product .productView .product-img-custom .label-custom .p-badge span {
  padding: 6px 9px 6px; }

.device-ios.template-pages-product .product-sticky .sticky-right .button-add .button,
.mac.template-pages-product .product-sticky .sticky-right .button-add .button {
  line-height: 42px; }

.device-ios.template-pages-product #previewModal .modal-close,
.mac.template-pages-product #previewModal .modal-close {
  top: 8px;
  right: 11px;
  line-height: 18px; }

.device-ios.template-pages-product #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-button .button.button-continue,
.mac.template-pages-product #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-button .button.button-continue {
  line-height: 48px; }

.device-ios.template-pages-product #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-button .button.button-primary,
.mac.template-pages-product #previewModal .modal-content .modal-body .previewCart .previewCartCheckout .productView-button .button.button-primary {
  line-height: 50px; }

@media (max-width: 767px) {
  .device-ios.template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-field--increments .form-increment .button--icon,
  .mac.template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-field--increments .form-increment .button--icon {
    line-height: 48px; }
  .device-ios.template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-action.form-wishlist .button,
  .mac.template-pages-product .productView .product-detail-custom .productView-details.product-options .productView-options .form-action.form-wishlist .button {
    line-height: 46px; } }

.multi-product-popup .swal2-html-container {
  font-family: "quasimoda", sans-serif;
  text-align: left; }
  .multi-product-popup .swal2-html-container strong.success {
    color: #506F60; }
  .multi-product-popup .swal2-html-container strong.error {
    color: #E74C3C; }

.multi-product-popup .swal2-icon {
  display: none !important; }

.template-pages-product .drawer.active {
  border: 1px solid #EEEEEE;
  padding: 0 0 60px;
  overflow-y: auto;
  /* width */ }
  .template-pages-product .drawer.active .title {
    color: #111111;
    font-family: "Quasimoda", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.38px;
    line-height: 26px;
    text-align: center;
    border: 0;
    padding-top: 48px;
    padding-bottom: 0;
    position: relative;
    margin-bottom: 0; }
  .template-pages-product .drawer.active .close-icon:after {
    content: '';
    width: 15px;
    height: 15px;
    background-image: url("../img/close-icon.svg");
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 28px; }
  .template-pages-product .drawer.active .html-container {
    border: 0;
    padding: 21px 60px 0;
    margin-bottom: 0; }
    .template-pages-product .drawer.active .html-container .innerHtml {
      overflow-y: auto;
      max-height: none;
      overflow-x: hidden; }
      .template-pages-product .drawer.active .html-container .innerHtml h4 {
        color: #111111;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 6px;
        font-family: "Quasimoda", sans-serif; }
      .template-pages-product .drawer.active .html-container .innerHtml p {
        margin-bottom: 10px; }
        .template-pages-product .drawer.active .html-container .innerHtml p:first-child {
          margin-bottom: 10px; }
        .template-pages-product .drawer.active .html-container .innerHtml p:last-child {
          margin-bottom: 0; }
      .template-pages-product .drawer.active .html-container .innerHtml ul {
        margin-left: 0;
        margin-bottom: 12px;
        padding-left: 12px; }
        .template-pages-product .drawer.active .html-container .innerHtml ul li {
          position: relative;
          padding-left: 22px;
          margin-bottom: 10px; }
          .template-pages-product .drawer.active .html-container .innerHtml ul li:before {
            content: '';
            position: absolute;
            width: 4px;
            height: 4px;
            left: 0;
            top: 0;
            background-repeat: no-repeat;
            background-position: center;
            background-color: #000000;
            border-radius: 50%;
            margin: 5px 0; }
      .template-pages-product .drawer.active .html-container .innerHtml .image-list-latch li {
        list-style: none;
        display: block;
        padding-left: 0; }
        .template-pages-product .drawer.active .html-container .innerHtml .image-list-latch li:before {
          content: none; }
      .template-pages-product .drawer.active .html-container .innerHtml .image-list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -7px;
        padding: 0; }
        .template-pages-product .drawer.active .html-container .innerHtml .image-list li {
          width: 25%;
          padding: 0 9px 0; }
          .template-pages-product .drawer.active .html-container .innerHtml .image-list li:before {
            content: none; }
  .template-pages-product .drawer.active ::-webkit-scrollbar {
    width: 5px; }
  .template-pages-product .drawer.active ::-webkit-scrollbar-thumb {
    border-radius: 10px; }

@media (max-width: 767px) {
  .template-pages-product .drawer.active {
    transform: translateX(0);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    padding: 0;
    z-index: 9999; }
    .template-pages-product .drawer.active .title {
      background-color: #F8F8F8;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 0;
      letter-spacing: 0;
      padding: 21px 46px;
      line-height: 18px; }
    .template-pages-product .drawer.active .close-icon:after {
      transform: translateX(0); }
    .template-pages-product .drawer.active .html-container {
      padding: 0; }
      .template-pages-product .drawer.active .html-container .innerHtml {
        padding: 16px 18px 1px 18px;
        max-height: none;
        overflow-y: hidden; }
        .template-pages-product .drawer.active .html-container .innerHtml p {
          margin-bottom: 18px !important; }
        .template-pages-product .drawer.active .html-container .innerHtml::-webkit-scrollbar {
          display: block; }
        .template-pages-product .drawer.active .html-container .innerHtml .image-list {
          padding-bottom: 0;
          margin: 0 -8px; }
          .template-pages-product .drawer.active .html-container .innerHtml .image-list li {
            width: 50%;
            margin-bottom: 23px; } }

/* sample product */
body.template-custom-product .productView .productView-productsByCategories .table-thead {
  display: none; }

body.template-custom-product .productView .productView-productsByCategories .main-product-tr {
  display: none !important; }

body.template-custom-product .productView .productView-productsByCategories td.price, body.template-custom-product .productView .productView-productsByCategories td.qty {
  display: none; }

body.template-custom-product .productView .productView-productsByCategories .sample-product-label {
  color: #111111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  display: block;
  margin: 10px 0 6px; }

body.template-custom-product .productView .productView-productsByCategories .tabs-contents .tab-content.is-active {
  padding-top: 0; }

body.template-custom-product .productView .productView-productsByCategories table {
  display: block; }
  body.template-custom-product .productView .productView-productsByCategories table tbody {
    display: block; }
  body.template-custom-product .productView .productView-productsByCategories table td {
    display: inline-block; }
  body.template-custom-product .productView .productView-productsByCategories table a:not(.no-hover):not(.button) {
    background: none;
    margin: 0; }
  body.template-custom-product .productView .productView-productsByCategories table a:hover {
    text-decoration: none; }
  body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr {
    border: 1px solid #eee;
    border-radius: 3px;
    position: relative;
    margin-bottom: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 14px 17px; }
    body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr:last-child {
      border-bottom: 1px solid #eee;
      margin-bottom: 18px; }
    body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr.active {
      border-color: #506F60; }
      body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr.active:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #506F60;
        display: block;
        pointer-events: none; }
      body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr.active .checkbox-sample:before {
        content: "\f00c";
        background-color: #506F60;
        border-color: #506F60;
        color: #fff; }
    body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.image {
      width: 106px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      padding: 0;
      justify-content: space-between; }
      body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.image ._productImage {
        width: 68px;
        height: auto; }
    body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title {
      width: calc(100% - 106px);
      padding-top: 0;
      padding-bottom: 0;
      position: relative;
      top: 3px; }
      body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title > a {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start; }
        body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title > a > p {
          order: 0;
          width: 100%;
          color: #999999;
          font-size: 11px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 12px;
          padding: 0 0 1px; }
          body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title > a > p:before {
            content: 'MODEL NO. '; }
        body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title > a .product-title {
          order: 1;
          padding: 0 0 2px;
          color: #111111;
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 17px;
          width: 100%; }
        body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title > a .price-wrapper {
          order: 2;
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          font-weight: 600; }
          body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title > a .price-wrapper [data-product-price-with-tax]:before {
            content: '+ '; }
          body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title > a .price-wrapper .non-sale-price--withTax:not([style="display: none;"]) {
            display: inline-block;
            order: 1;
            margin-left: 5px; }
            body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title > a .price-wrapper .non-sale-price--withTax:not([style="display: none;"]) + .price-section--withTax {
              display: inline-block; }
      body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title .product-title:hover {
        text-decoration: none; }

body.template-custom-product .productView .productView-productsByCategories .checkbox-sample {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  cursor: pointer; }
  body.template-custom-product .productView .productView-productsByCategories .checkbox-sample:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #E4E4E4;
    background-color: #FFFFFF;
    z-index: 1;
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    text-align: center;
    border-radius: 3px; }

body.template-custom-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product .form-field--increments {
  display: block; }

body.template-custom-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product .form-action {
  width: calc(100% - 120px); }
  body.template-custom-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product .form-action .button {
    border-radius: 0 3px 3px 0; }

@media (max-width: 767px) {
  body.template-custom-product .productView .product-detail-custom .productView-details.product-options .add-to-cart-group-product .form-action {
    width: calc(100% - 98px); } }

.video-thumbnail .video-figure {
  margin: 0; }
  .video-thumbnail .video-figure img {
    width: 100%; }

@media (max-width: 767px) {
  body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr {
    padding: 14px 17px 15px; }
    body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title {
      top: 1px;
      width: calc(100% - 100px); }
      body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.title > a .product-title {
        padding: 0 0 4px; }
    body.template-custom-product .productView .productView-productsByCategories table .table-tbody tr td.image {
      width: 100px; } }

.preview-image-hidden {
  display: none; }

.preview-video-thumb {
  display: none; }

.inspiration-hidden {
  display: none; }

/* You may also like */
.template-pages-product .product-alsolike {
  margin: 0 0 50px; }
  .template-pages-product .product-alsolike h3 {
    padding-bottom: 0;
    margin: 0;
    color: #111111;
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 32px; }
  .template-pages-product .product-alsolike .product-alsolike-top {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; }
    .template-pages-product .product-alsolike .product-alsolike-top h2 {
      font-weight: 400;
      font-size: 24px;
      line-height: 100%;
      letter-spacing: 0;
      color: #111111; }
      @media (min-width: 801px) {
        .template-pages-product .product-alsolike .product-alsolike-top h2 {
          font-size: 28px; } }
  .template-pages-product .product-alsolike .product-alsolike-nav {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    right: -8px; }
    .template-pages-product .product-alsolike .product-alsolike-nav .swiper-button-next {
      order: 1; }
  .template-pages-product .product-alsolike .swiper-button-next,
  .template-pages-product .product-alsolike .swiper-button-prev {
    position: absolute;
    right: -5px;
    top: 50%;
    border: 1px solid #EEEEEE;
    line-height: 100%;
    border-radius: 2px;
    background: #FFFFFF;
    z-index: 2;
    box-shadow: 0px 9px 18.1px -10px #506F6082;
    display: flex;
    align-items: center;
    width: 32px;
    height: 32px;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    cursor: pointer; }
    .template-pages-product .product-alsolike .swiper-button-next:hover,
    .template-pages-product .product-alsolike .swiper-button-prev:hover {
      border-color: #506F60; }
  .template-pages-product .product-alsolike .swiper-button-prev {
    left: 0px; }
  .template-pages-product .product-alsolike .qs-product {
    padding-left: 0;
    padding-right: 0;
    display: flex; }
    .template-pages-product .product-alsolike .qs-product .qs-product-detail {
      padding-top: 5px; }
      .template-pages-product .product-alsolike .qs-product .qs-product-detail .qs-name {
        margin-top: -1px;
        padding-top: 0; }
        .template-pages-product .product-alsolike .qs-product .qs-product-detail .qs-name a {
          display: block; }
    .template-pages-product .product-alsolike .qs-product .finishes-wrapper ul {
      left: 1px;
      padding: 10px;
      width: 100%;
      max-height: 100px;
      overflow: auto;
      top: 20px; }
      .template-pages-product .product-alsolike .qs-product .finishes-wrapper ul:before, .template-pages-product .product-alsolike .qs-product .finishes-wrapper ul:after {
        display: none; }

@media (min-width: 801px) {
  .template-pages-product .product-alsolike .swiper-pagination {
    display: none; } }

@media (max-width: 800px) {
  .template-pages-product .product-alsolike .product-alsolike-top {
    border-bottom: 0;
    padding-bottom: 0; }
  .template-pages-product .product-alsolike h3 {
    width: 100%;
    text-align: center; }
  .template-pages-product .product-alsolike .product-alsolike-nav {
    display: none; }
  .template-pages-product .product-alsolike .swiper-slide {
    width: 42.31%;
    padding-bottom: 0; }
  .template-pages-product .product-alsolike .qs-product .qs-product-detail {
    padding-top: 2px; } }

/* Other also bought */
.product-also-bought,
.product-also-like {
  margin: 0 0 21px;
  padding-top: 60px; }
  .product-also-bought h2,
  .product-also-like h2 {
    color: #111111;
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 18px; }
  .product-also-bought .qs-product,
  .product-also-like .qs-product {
    padding-left: 0;
    padding-right: 0; }
    .product-also-bought .qs-product .finishes-wrapper ul,
    .product-also-like .qs-product .finishes-wrapper ul {
      left: 1px;
      padding: 10px;
      width: 100%;
      max-height: 202px;
      overflow: auto;
      top: 20px; }
      .product-also-bought .qs-product .finishes-wrapper ul:before, .product-also-bought .qs-product .finishes-wrapper ul:after,
      .product-also-like .qs-product .finishes-wrapper ul:before,
      .product-also-like .qs-product .finishes-wrapper ul:after {
        display: none; }
  .product-also-bought .swiper-pagination,
  .product-also-like .swiper-pagination {
    margin-top: 0;
    display: flex;
    align-items: center; }
  .product-also-bought .bottom-slider-nav,
  .product-also-like .bottom-slider-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: none; }
    .product-also-bought .bottom-slider-nav .swiper-button-prev,
    .product-also-bought .bottom-slider-nav .swiper-button-next,
    .product-also-like .bottom-slider-nav .swiper-button-prev,
    .product-also-like .bottom-slider-nav .swiper-button-next {
      position: relative;
      top: 0;
      left: 0;
      bottom: auto;
      right: auto;
      transform: none;
      margin: 0 12px;
      width: 30px;
      height: 30px; }
      .product-also-bought .bottom-slider-nav .swiper-button-prev:after,
      .product-also-bought .bottom-slider-nav .swiper-button-next:after,
      .product-also-like .bottom-slider-nav .swiper-button-prev:after,
      .product-also-like .bottom-slider-nav .swiper-button-next:after {
        padding: 0;
        text-align: center;
        line-height: 30px;
        box-shadow: none; }

@media (max-width: 800px) {
  .product-also-bought,
  .product-also-like {
    padding-top: 24px; }
    .product-also-bought .container,
    .product-also-like .container {
      padding-right: 0; }
    .product-also-bought h2,
    .product-also-like h2 {
      padding-right: 12px;
      font-size: 24px; }
    .product-also-bought .swiper-slide,
    .product-also-like .swiper-slide {
      width: 42.31%; }
    .product-also-bought .qs-product .qs-product-detail,
    .product-also-like .qs-product .qs-product-detail {
      padding-top: 2px; } }

/* Tag freeship */
.template-pages-product .price-shipping {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 801px) {
    .template-pages-product .price-shipping {
      justify-content: flex-start; } }
  .template-pages-product .price-shipping .badge-freeship {
    border-radius: 3px;
    margin-left: 15px;
    padding: 0px 8px;
    background-color: #E8E8E8;
    position: relative;
    top: 0px; }
    @media (min-width: 801px) {
      .template-pages-product .price-shipping .badge-freeship {
        top: 10px; } }
    .template-pages-product .price-shipping .badge-freeship::before {
      content: "";
      position: absolute;
      top: 50%;
      left: -3px;
      transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-right: 9px solid #E8E8E8; }
    .template-pages-product .price-shipping .badge-freeship span {
      color: #555555;
      font-family: "quasimoda", sans-serif;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 12px;
      display: inline-block;
      padding: 7px 0;
      padding-bottom: 8px;
      text-align: center; }

.ro-product body,
.ro-product h1,
.ro-product h2,
.ro-product h3,
.ro-product h4,
.ro-product h5,
.ro-product h6,
.ro-product span,
.ro-product a,
.ro-product p,
.ro-product li {
  color: #3C3C3C; }

.ro-product p, .ro-product li {
  font-weight: 400;
  font-size: 16px;
  line-height: 131%;
  letter-spacing: 0; }

.ro-product .button-secondary,
.ro-product .btn-secondary,
.ro-product .btn-green,
.ro-product .button {
  color: #FFFFFF; }

.ro-product .preview-container .have-video {
  display: block !important; }

.ro-product .preview-container .videoGallery-main {
  padding-top: 0;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  display: none; }
  .ro-product .preview-container .videoGallery-main .video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.ro-product .video-thumbnail {
  position: relative;
  width: 100%;
  padding: 13px 0;
  cursor: pointer; }
  .ro-product .video-thumbnail:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    border: 1px solid #EFEFEF;
    border-radius: 2px; }
  .ro-product .video-thumbnail:hover:after {
    border-color: #979797; }
  .ro-product .video-thumbnail.is-active:after {
    border: 1px solid #979797; }
  .ro-product .video-thumbnail a {
    display: flex;
    align-items: center;
    background-size: 0;
    background-image: none;
    transition: none;
    background-color: #FFFFFF;
    height: 100%; }
    .ro-product .video-thumbnail a:after {
      padding: 100%; }

.ro-product .video-thumbnail-image {
  position: relative;
  display: block;
  height: 100%;
  width: 100%; }

.ro-product .video-figure {
  position: relative; }
  .ro-product .video-figure:after {
    content: '\f167';
    position: absolute;
    height: 24px;
    width: 24px;
    color: #506F60;
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%; }

.ro-product .section-product-preview .preview-container-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end; }
  @media (min-width: 801px) {
    .ro-product .section-product-preview .preview-container-wrapper {
      flex-direction: row; } }

.ro-product .section-product-preview .video-hidden {
  display: none; }

.ro-product .section-product-preview .model {
  display: none; }
  .ro-product .section-product-preview .model model-viewer {
    background: none;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
  .ro-product .section-product-preview .model.model-hidden {
    display: none; }
  .ro-product .section-product-preview .model.have-model {
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    min-height: 390px;
    border: 1px solid #EEEEEE; }

.ro-product .section-product-preview .preview-container {
  margin: 0;
  position: relative; }
  @media (min-width: 801px) {
    .ro-product .section-product-preview .preview-container {
      margin: 0 0 0 26px;
      width: 85%;
      max-width: 480px;
      max-height: 480px; } }
  .ro-product .section-product-preview .preview-container .productView-image {
    float: none;
    width: 100%; }
  .ro-product .section-product-preview .preview-container .brand-logo-container {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 100%;
    max-width: 150px; }
    .ro-product .section-product-preview .preview-container .brand-logo-container .brand-logo {
      width: 100%;
      height: 100%;
      padding: 5px;
      object-fit: contain; }
  @media (min-width: 801px) {
    .ro-product .section-product-preview .preview-container {
      order: 1; } }

.ro-product .section-product-preview .preview-thumbnail-all {
  margin-top: 15px; }
  .ro-product .section-product-preview .preview-thumbnail-all .slick-list {
    max-height: fit-content; }
  .ro-product .section-product-preview .preview-thumbnail-all .productView-thumbnail {
    margin-right: 10px; }
    @media (min-width: 801px) {
      .ro-product .section-product-preview .preview-thumbnail-all .productView-thumbnail {
        margin-right: 0;
        margin: 0 0 11px 0; } }

.productView-options-custom .title {
  margin-top: 18px;
  margin-bottom: 2px;
  text-align: left; }
  .productView-options-custom .title h4 {
    color: #111111;
    font-family: "Quasimoda", Sans-Serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 4px; }
  .productView-options-custom .title span {
    color: #3C3C3C;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px; }
  .productView-options-custom .title .icon {
    position: relative;
    margin-left: 4px; }
    .productView-options-custom .title .icon:after {
      content: '\f059';
      position: absolute;
      height: 14px;
      width: 14px;
      color: #506F60;
      font-family: "Font Awesome 5 Pro";
      font-size: 14px;
      letter-spacing: 0;
      line-height: 14px;
      font-weight: 700; }

.productView-options-custom .select-product-options {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 13px; }
  .productView-options-custom .select-product-options .button-view {
    text-align: center;
    margin-top: 13px; }
    .productView-options-custom .select-product-options .button-view a {
      color: #506F60;
      font-family: "Quasimoda", Sans-Serif;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0;
      line-height: 12px;
      text-align: center;
      text-decoration: underline;
      text-transform: uppercase;
      padding: 5px;
      display: inline-block; }

.productView-options-custom .washer-type,
.productView-options-custom .select-handle-type {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px; }
  .productView-options-custom .washer-type select,
  .productView-options-custom .select-handle-type select {
    background-color: #FFFFFF; }

.productView-options-custom ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -3px; }
  .productView-options-custom ul li {
    width: 15.21%;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    background-color: #FFFFFF;
    margin: 3px;
    cursor: pointer; }
    .productView-options-custom ul li img {
      min-width: 100%;
      min-height: 100%; }
    .productView-options-custom ul li.active {
      border: 2px solid #506F60;
      border-radius: 3px;
      background-color: #FFFFFF; }

.productView-options-custom .add-engrave {
  padding-bottom: 18px; }

.product-checkbox {
  display: flex;
  background-color: #FFFFFF;
  margin-left: 12px;
  align-items: center; }
  .product-checkbox .product-img {
    margin-right: 18px;
    width: 66px; }
    .product-checkbox .product-img img {
      min-width: 100%; }
  .product-checkbox .product-info .brand-model {
    color: #999999;
    font-family: "Quasimoda", Sans-Serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 12px; }
  .product-checkbox .product-info .product-title a {
    color: #111111;
    font-family: "Quasimoda", Sans-Serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px; }
  .product-checkbox .product-info .product-price {
    color: #506F60;
    font-family: "Quasimoda", Sans-Serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 15px; }

.form-engrave {
  display: flex;
  padding: 15px;
  border: 2px solid #506F60;
  border-radius: 3px;
  background-color: #FFFFFF;
  align-items: center;
  cursor: pointer; }
  .form-engrave .checkbox-container {
    width: 20px;
    height: 20px;
    position: relative; }
    .form-engrave .checkbox-container label {
      text-align: left; }
    .form-engrave .checkbox-container .styled-checkbox {
      text-align: left; }
      .form-engrave .checkbox-container .styled-checkbox + label {
        cursor: pointer;
        padding-left: 0;
        position: absolute;
        left: 0; }
      .form-engrave .checkbox-container .styled-checkbox + label:before {
        content: '';
        margin-right: 12px;
        display: inline-block;
        vertical-align: text-top;
        width: 20px;
        height: 20px;
        background: white;
        border-radius: 3px; }
      .form-engrave .checkbox-container .styled-checkbox:checked + label:before {
        background: #506F60;
        content: "\f00c" !important; }

.question-field-wrapper {
  display: none; }

.tap-knob {
  border-top: 1px solid #EEEEEE; }
  .tap-knob:empty {
    border-top: none; }
  .tap-knob h4 {
    font-family: "Quasimoda", Sans-Serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    display: inline-block; }
  .tap-knob .title {
    margin-bottom: 8px; }
    .tap-knob .title h4 {
      margin-top: 0;
      margin-bottom: 0;
      margin-right: 4px; }
  .tap-knob .light-text {
    font-weight: 400;
    padding-left: 0;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 100%;
    font-style: italic;
    color: #3C3C3C;
    display: block;
    text-align: left; }
  .tap-knob .form-engrave-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
  .tap-knob .form-engrave {
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    background-color: #FFFFFF; }
  .tap-knob .question {
    margin: 0; }
    .tap-knob .question.minimized .title {
      position: relative;
      padding-right: 35px;
      margin-bottom: 15px; }
    .tap-knob .question.minimized .edit-btn {
      display: block;
      position: absolute;
      right: 0;
      top: 0px;
      text-decoration: underline;
      font-size: 12px;
      line-height: 20px;
      color: #506F60;
      font-weight: 600;
      cursor: pointer;
      text-transform: uppercase; }
    .tap-knob .question.minimized .form-engrave-list {
      display: none; }
    .tap-knob .question .edit-btn {
      display: none; }
  .tap-knob .handle-function {
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 18px 0;
    margin-bottom: 18px; }
    .tap-knob .handle-function h4 {
      margin-top: 0;
      margin-bottom: 0; }
    .tap-knob .handle-function ul {
      display: flex;
      margin-left: 0;
      flex-wrap: wrap;
      margin-bottom: 0; }
      .tap-knob .handle-function ul li {
        width: 15%;
        border: 1px solid #E8E8E8;
        border-radius: 3px;
        background-color: #FFFFFF;
        margin: 3px;
        cursor: pointer; }
        .tap-knob .handle-function ul li img {
          min-width: 100%;
          min-height: 100%; }
        .tap-knob .handle-function ul li.active {
          border: 2px solid #506F60;
          border-radius: 3px;
          background-color: #FFFFFF; }
  .tap-knob .edit-option.loading {
    pointer-events: none; }
  .tap-knob .edit-option .question,
  .tap-knob .edit-option .answer {
    display: none; }
  .tap-knob .edit-option > .question {
    display: block; }
  .tap-knob .edit-option .answer.show {
    display: block; }
  .tap-knob .edit-option ul {
    margin-left: 0;
    border-bottom: 1px solid #E2E2E2; }
    .tap-knob .edit-option ul:not(.minimized) {
      background-color: #FCFCFC; }
    .tap-knob .edit-option ul:last-child {
      border-bottom: 0; }
    .tap-knob .edit-option ul li {
      padding: 25px; }
  .tap-knob .form-engrave {
    border: 1px solid #E8E8E8;
    margin-top: 13px;
    cursor: pointer;
    width: 100%;
    position: relative; }
    .tap-knob .form-engrave:hover, .tap-knob .form-engrave.is-active {
      border-color: #506F60;
      border-width: 1px; }
    .tap-knob .form-engrave.is-active {
      border-width: 2px;
      padding: 23px 17px; }
    .tap-knob .form-engrave.has-image {
      width: calc(50% - 6px);
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .tap-knob .form-engrave.has-image:nth-child(2n) {
        margin-left: auto; }
      .tap-knob .form-engrave.has-image img {
        margin-bottom: 16px; }
      .tap-knob .form-engrave.has-image label {
        margin-top: auto; }
    .tap-knob .form-engrave label {
      text-align: left;
      display: block;
      margin: 0;
      cursor: pointer; }
  .tap-knob .title {
    position: relative;
    margin-bottom: 0;
    text-align: left; }
    .tap-knob .title h4 {
      margin: 0;
      position: relative;
      display: inline;
      text-align: left; }
    .tap-knob .title a {
      position: absolute;
      right: 0; }
    .tap-knob .title .icon-tooltip {
      color: #506F60;
      font-size: 14px;
      cursor: pointer; }
      .tap-knob .title .icon-tooltip:hover .tooltip {
        visibility: visible; }
    .tap-knob .title span {
      padding: 0 2px; }
    .tap-knob .title .tooltip {
      visibility: hidden;
      border: 1px solid #E8E8E8;
      color: #3C3C3C;
      text-align: center;
      padding: 14px;
      border-radius: 3px;
      position: absolute;
      background: #fff;
      z-index: 999;
      top: 100%;
      left: 0;
      width: 100%; }
      .tap-knob .title .tooltip a {
        position: relative; }
  .tap-knob .question-error-message {
    color: #FF0000;
    display: block;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
    margin: 10px 0 0; }

.persistent-question {
  background: #fff;
  margin-top: 25px; }
  .persistent-question ul.question-add-product {
    background: #F1F7F1 !important;
    border-radius: 4px; }
    .persistent-question ul.question-add-product li {
      padding: 20px 25px;
      border: none; }

.question-add-product label.checkbox_radio {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding-left: 0; }
  .question-add-product label.checkbox_radio::before {
    display: none; }

.question-add-product .p-images {
  width: 60px; }
  .question-add-product .p-images span {
    width: 100%;
    height: 100%; }
  .question-add-product .p-images img {
    width: 100%;
    height: 100%;
    display: block;
    max-height: 120px;
    object-fit: contain; }
    .question-add-product .p-images img + img {
      margin-top: 12px; }

.question-add-product .p-right-info {
  width: calc(100% - 60px);
  padding-left: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .question-add-product .p-right-info > span {
    display: block; }

.question-add-product .p-sku {
  color: #3C3C3C99;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 12px;
  margin: 0 0 2px; }

.question-add-product .p-name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  margin: 0 0 4px; }

.question-add-product .p-price {
  color: #506F60;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  display: inline-block; }

.question-add-product .p-base-price {
  color: #B8B8B8;
  margin: 0 4px 0 0;
  text-decoration: line-through; }
  .question-add-product .p-base-price + .p-price {
    color: #E74C3C; }

/* Popup add to cart */
.product-alsolike-popup {
  padding: 48px 30px 30px; }
  .product-alsolike-popup .product-alsolike-top {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 13px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 12px; }
    .product-alsolike-popup .product-alsolike-top h3 {
      padding-bottom: 0;
      margin: 0;
      color: #111111;
      font-size: 24px;
      letter-spacing: -0.5px;
      line-height: 32px; }
    .product-alsolike-popup .product-alsolike-top .product-alsolike-nav {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      right: -8px; }
    .product-alsolike-popup .product-alsolike-top .swiper-button-next,
    .product-alsolike-popup .product-alsolike-top .swiper-button-prev {
      position: relative;
      top: 0;
      left: 0;
      right: auto;
      margin: 0;
      width: 30px;
      height: 30px;
      box-shadow: none; }
      .product-alsolike-popup .product-alsolike-top .swiper-button-next:hover:after,
      .product-alsolike-popup .product-alsolike-top .swiper-button-prev:hover:after {
        color: #ACC2B7; }
    .product-alsolike-popup .product-alsolike-top .swiper-button-next {
      order: 1; }
  .product-alsolike-popup .qs-product {
    padding: 0;
    padding-bottom: 1px; }
    .product-alsolike-popup .qs-product .finishes-wrapper ul {
      left: 1px;
      padding: 10px;
      width: 100%;
      max-height: 100px;
      overflow: auto;
      top: 20px; }
  @media (min-width: 768px) {
    .product-alsolike-popup .swiper-pagination {
      display: none; } }

@media (max-width: 767px) {
  .product-alsolike-popup {
    padding: 24px 16px 18px; }
    .product-alsolike-popup .product-alsolike-top {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 18px; }
      .product-alsolike-popup .product-alsolike-top h3 {
        font-size: 24px;
        letter-spacing: -0.5px;
        line-height: 26px;
        text-align: center;
        border: none;
        width: 100%; }
      .product-alsolike-popup .product-alsolike-top .product-alsolike-nav {
        display: none; } }

@media (max-width: 374px) {
  .product-alsolike-popup .qs-product .qs-product-detail .qs-price .old-price {
    font-size: 10px; } }

.search-static-item {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .search-static-item[data-position="header"] {
    margin: 12px 0; }
  .search-static-item[data-position="left"] {
    width: 20%;
    padding-left: 12px;
    padding-right: 12px; }
  .search-static-item iframe {
    margin: 12px auto;
    max-width: calc(100% - 24px);
    border: none; }
  .search-static-item img {
    width: 100%; }

@media (max-width: 1023px) {
  .search-static-item[data-position="left"] {
    width: 25%; } }

@media (max-width: 767px) {
  .search-static-item[data-position="left"] {
    width: 50%;
    padding-left: 6px;
    padding-right: 6px; } }

.template-pages-product .productView .product-img-custom .label-custom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 3px; }
  .template-pages-product .productView .product-img-custom .label-custom .p-badge {
    order: 0; }
  .template-pages-product .productView .product-img-custom .label-custom .p-badge.custom-badge {
    order: 1; }
    .template-pages-product .productView .product-img-custom .label-custom .p-badge.custom-badge.badge-lock span {
      background-color: #506f60; }

[data-product-attribute="set-rectangle"] .form-option {
  box-shadow: none !important;
  cursor: pointer; }
  [data-product-attribute="set-rectangle"] .form-option.not-available-option {
    opacity: 0.5;
    cursor: default; }

/* RO0001SD-175 - required to use product images to transform radio into swatch */
.form-option-wrapper.radio-as-swatch {
  margin-right: 10px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc((100% - 30px) / 4); }
  .form-option-wrapper.radio-as-swatch:first-child {
    padding-left: 0; }
  .form-option-wrapper.radio-as-swatch:nth-child(8n) {
    margin-right: 0; }
  @media (min-width: 425px) {
    .form-option-wrapper.radio-as-swatch {
      flex: 0 0 calc((100% - 40px) / 5); }
      .form-option-wrapper.radio-as-swatch:nth-child(8n) {
        margin-right: 10px; }
      .form-option-wrapper.radio-as-swatch:nth-child(10n) {
        margin-right: 0; } }
  @media (min-width: 525px) {
    .form-option-wrapper.radio-as-swatch {
      flex: 0 0 calc((100% - 50px) / 6); }
      .form-option-wrapper.radio-as-swatch:nth-child(8n), .form-option-wrapper.radio-as-swatch:nth-child(10n) {
        margin-right: 10px; }
      .form-option-wrapper.radio-as-swatch:nth-child(12n) {
        margin-right: 0; } }
  @media (min-width: 801px) {
    .form-option-wrapper.radio-as-swatch {
      flex: 0 0 10%; }
      .form-option-wrapper.radio-as-swatch:nth-child(12n) {
        margin-right: 10px; } }
  .form-option-wrapper.radio-as-swatch input {
    -webkit-appearance: none;
    appearance: none;
    height: 60px;
    width: 60px;
    left: 3px;
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .form-option-wrapper.radio-as-swatch input ~ label {
      border: 1px solid #EEEEEE;
      border-radius: 2px; }
      .form-option-wrapper.radio-as-swatch input ~ label:hover {
        border-color: #3C3C3C40; }
    .form-option-wrapper.radio-as-swatch input:checked ~ label {
      border: 1px solid #506F60; }

/* use both classes to win specificity
also note - we're not using contian and 
different px sizes because there was 
way too much going on and iphone safari 
did not like it
*/
label.form-option.radio-as-swatch {
  height: 78px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-origin: content-box;
  padding: 4px;
  line-height: 0;
  position: relative;
  top: unset;
  right: unset;
  left: unset;
  bottom: unset; }
  @media (min-width: 801px) {
    label.form-option.radio-as-swatch {
      height: 61px;
      width: 61px; } }
  label.form-option.radio-as-swatch.not-available-option:before, label.form-option.radio-as-swatch.not-available-option:after {
    display: block;
    content: "";
    border: none;
    width: 128%;
    border-top: 1px solid #E8E8E8;
    height: 0;
    border-radius: 0;
    top: 50%;
    background: none;
    left: -14%;
    z-index: 2; }
  label.form-option.radio-as-swatch.not-available-option:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  label.form-option.radio-as-swatch.not-available-option:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    visibility: visible;
    opacity: 1; }

@media (max-width: 767px) {
  .template-pages-product .product-inspiration .slide .swiper-slide {
    width: auto;
    height: 300px; }
    .template-pages-product .product-inspiration .slide .swiper-slide img {
      max-height: 300px;
      width: auto; } }

.price-have-variant:not(:empty), .non-sale-price--withTax:not(.inactive) {
  padding-bottom: 5px;
  display: block;
  color: #B8B8B8; }
  .price-have-variant:not(:empty).d-inline-block, .non-sale-price--withTax:not(.inactive).d-inline-block {
    display: inline-block; }
  @media (min-width: 800px) and (max-width: 840px) {
    .price-have-variant:not(:empty), .non-sale-price--withTax:not(.inactive) {
      display: inline-block; } }
  @media (min-width: 1441px) {
    .price-have-variant:not(:empty), .non-sale-price--withTax:not(.inactive) {
      display: inline-block; } }
  .price-have-variant:not(:empty) span, .non-sale-price--withTax:not(.inactive) span {
    color: #B8B8B8 !important;
    margin: 0;
    display: inline-block;
    text-decoration: line-through; }
  .price-have-variant:not(:empty) + .price-now-label, .non-sale-price--withTax:not(.inactive) + .price-now-label {
    display: none !important; }
  .price-have-variant:not(:empty) + .price-section--withTax span, .non-sale-price--withTax:not(.inactive) + .price-section--withTax span {
    color: #E74C3C; }
    .price-have-variant:not(:empty) + .price-section--withTax span.price-now-label, .non-sale-price--withTax:not(.inactive) + .price-section--withTax span.price-now-label {
      display: none !important; }

.price-have-variant.active:not(:empty) + span + span {
  color: #E74C3C; }

.form-option-wrapper:hover + .hover-image {
  opacity: 1;
  top: -150px;
  visibility: visible;
  box-shadow: 0px 9px 20.1px -10px #506F6057; }

.productView-title {
  font-weight: 400;
  font-size: 28px;
  line-height: 108%;
  letter-spacing: 0;
  font-family: "kepler-std-display", serif;
  margin-top: 0; }
  @media (min-width: 801px) {
    .productView-title {
      font-size: 34px; } }

.sku-label,
.productView-info {
  margin-top: 0;
  margin-bottom: 5px; }
  .sku-label > :first-child,
  .productView-info > :first-child {
    margin-top: 0; }
  .sku-label .sku-label,
  .sku-label .productView-info-value,
  .productView-info .sku-label,
  .productView-info .productView-info-value {
    margin-bottom: 0;
    margin: 0; }

.sku-label,
.sku-label span,
.sku-label + .productView-info-value {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #3C3C3C99;
  font-family: "quasimoda", sans-serif; }

.sku-label {
  display: inline-block; }
  .sku-label + .productView-info-value,
  .sku-label span {
    text-transform: uppercase; }
  .sku-label + .productView-info-value {
    display: inline-block; }

.productView-collection {
  margin-bottom: 10px; }

.productView-reviews {
  display: flex; }
  .productView-reviews a.productView-reviews-count:not(.no-hover):not(.button) {
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 0; }

.hover-image {
  position: absolute;
  width: 170px;
  height: 170px;
  object-fit: contain;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  top: -130px;
  border: 1px solid #EEEEEE;
  background: #FFFFFF;
  transition: all 0.3s ease-in-out; }

.product-options-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #111111;
  font-family: "Quasimoda", sans-serif;
  text-transform: uppercase;
  margin: 0;
  margin-top: 0px;
  text-align: left; }

.product-options-container-inner {
  border: 1px solid #EEEEEE; }
  .product-options-container-inner .product-options {
    padding: 20px; }
    @media (min-width: 801px) {
      .product-options-container-inner .product-options {
        padding: 25px; } }
    .product-options-container-inner .product-options .form-field {
      margin-bottom: 0; }

div[data-selector="clear-selected-variant-options"] {
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 10px;
  cursor: pointer;
  color: #E27C7C; }
  div[data-selector="clear-selected-variant-options"] span {
    background-image: linear-gradient(#E27C7C33, #E27C7C33);
    transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-size: 0 100%;
    background-repeat: no-repeat;
    will-change: background-size; }
    div[data-selector="clear-selected-variant-options"] span:hover, div[data-selector="clear-selected-variant-options"] span:not([disabled]):hover, div[data-selector="clear-selected-variant-options"] span:focus, div[data-selector="clear-selected-variant-options"] span:active {
      background-size: 100% 100%; }
  div[data-selector="clear-selected-variant-options"] span {
    color: #E27C7C; }

.selected-answer {
  border-radius: 100px;
  background: #3C3C3C;
  width: fit-content;
  color: #FFFFFF;
  padding: 0 10px 2px;
  font-family: "quasimoda", sans-serif;
  font-weight: 400;
  font-size: 12px; }

.p-right-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%; }
  .p-right-info__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 75%; }
  .p-right-info__right {
    display: flex; }

.feature-container {
  padding: 20px 25px;
  padding-bottom: 25px;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  background-color: #FCFCFC; }
  @media (min-width: 801px) {
    .feature-container {
      margin-top: 0; } }

.productView-product .feature-container {
  margin-bottom: 30px; }

ul[data-selector="product-tick-description-list"] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px; }
  ul[data-selector="product-tick-description-list"] li {
    width: 100%; }

ul[data-selector="product-highlights-list"] {
  display: flex;
  gap: 10px;
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 15px; }
  ul[data-selector="product-highlights-list"] li {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex: 0 0 31%;
    gap: 5px; }
    @media (min-width: 801px) {
      ul[data-selector="product-highlights-list"] li {
        flex: 0 0 15%; } }
    ul[data-selector="product-highlights-list"] li .product-highlights-list-icon-container {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #F1F7F1;
      width: 53px;
      height: 53px;
      border-radius: 50%; }
    ul[data-selector="product-highlights-list"] li span {
      font-weight: 400;
      font-size: 14px;
      line-height: 1.15;
      letter-spacing: 0;
      text-align: center;
      color: #506F60; }
    ul[data-selector="product-highlights-list"] li .tooltip-container {
      position: relative; }
    ul[data-selector="product-highlights-list"] li .tooltip-text {
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.2s ease;
      position: absolute;
      top: 60px;
      /* position above */
      left: 50%;
      transform: translateX(-50%);
      background: #FFFFFF;
      color: #111111;
      padding: 10px;
      border-radius: 4px;
      white-space: nowrap;
      z-index: 10;
      border: 1px solid #EEEEEE;
      width: 150px; }
      @media (min-width: 801px) {
        ul[data-selector="product-highlights-list"] li .tooltip-text {
          width: 250px; } }
      ul[data-selector="product-highlights-list"] li .tooltip-text * {
        margin: 0;
        white-space: break-spaces; }
      ul[data-selector="product-highlights-list"] li .tooltip-text::after {
        content: "";
        position: absolute;
        top: -10px;
        /* below tooltip */
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #FFFFFF transparent;
        /* arrow fill */
        z-index: 11; }
      ul[data-selector="product-highlights-list"] li .tooltip-text::before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        border-width: 6px;
        border-style: solid;
        border-color: transparent transparent #EEEEEE transparent;
        /* arrow border */
        z-index: 10; }
    ul[data-selector="product-highlights-list"] li .tooltip-container:hover .tooltip-text {
      visibility: visible;
      opacity: 1; }
    @media (min-width: 801px) {
      ul[data-selector="product-highlights-list"] li {
        flex: 0 0 1; } }

.order-finish-samples {
  margin-top: 40px; }
  .order-finish-samples a {
    text-align: center;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #506F60;
    display: block;
    width: 100%;
    padding: 15px;
    text-decoration: none;
    line-height: 100%; }
    .order-finish-samples a:not(.button) {
      text-decoration: none;
      line-height: 100%;
      background-size: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    .order-finish-samples a:before {
      content: "";
      width: 23px;
      height: 23px;
      background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='26' height='26' viewBox='0 0 26 26' fill='none'><path d='M1.06992 18.973L4.09333 1.82636C4.13939 1.56517 4.28731 1.33297 4.50456 1.18085C4.72182 1.02873 4.9906 0.969142 5.25179 1.0152L12.1454 2.23073C12.4066 2.27679 12.6388 2.42471 12.7909 2.64197C12.9431 2.85922 13.0027 3.128 12.9566 3.38919L9.91775 20.6233C9.71314 21.7837 9.06158 22.8175 8.10303 23.5027C7.14448 24.188 5.95541 24.4699 4.79127 24.288C2.29843 23.8974 0.631764 21.4579 1.06992 18.973Z' stroke='%23506F60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M11.2712 12.9475L20.3916 9.62793C20.6408 9.53723 20.9159 9.54923 21.1562 9.66132C21.3966 9.77341 21.5826 9.97638 21.6733 10.2256L24.0674 16.8035C24.1124 16.9269 24.1325 17.0579 24.1268 17.1891C24.1211 17.3203 24.0896 17.4491 24.0341 17.5681C23.9786 17.6871 23.9002 17.794 23.8033 17.8828C23.7065 17.9715 23.5932 18.0403 23.4698 18.0852L7.02515 24.0705' stroke='%23506F60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M23.9861 17.6586V23.3419C23.9861 23.6072 23.8807 23.8615 23.6932 24.0491C23.5057 24.2366 23.2513 24.3419 22.9861 24.3419H5.48608' stroke='%23506F60' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/><path d='M5.48608 21.3419C6.31451 21.3419 6.98608 20.6703 6.98608 19.8419C6.98608 19.0135 6.31451 18.3419 5.48608 18.3419C4.65766 18.3419 3.98608 19.0135 3.98608 19.8419C3.98608 20.6703 4.65766 21.3419 5.48608 21.3419Z' fill='%23506F60'/></svg>");
      background-repeat: no-repeat;
      background-size: contain;
      margin-right: 10px;
      display: inline-block;
      vertical-align: middle; }
    .order-finish-samples a:hover {
      background-color: #E5F0E5; }
    .order-finish-samples a span {
      line-height: 100%;
      color: #506F60;
      margin: 0;
      font-size: 14px; }

.action-links {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 25px;
  justify-content: space-between;
  flex-direction: row; }
  @media (min-width: 801px) {
    .action-links {
      margin-top: 45px; } }
  @media (min-width: 1000px) {
    .action-links {
      justify-content: space-between;
      flex-direction: row; } }
  .action-links a.text-link {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0; }
    .action-links a.text-link.add-to-wishlist-detail {
      display: none;
      justify-content: center; }
      @media (min-width: 801px) {
        .action-links a.text-link.add-to-wishlist-detail {
          justify-content: flex-start; } }
  .action-links .find-similar-items {
    display: flex;
    text-align: left; }
    .action-links .find-similar-items span {
      margin: auto;
      margin-top: 0;
      padding-bottom: 3px; }
  .action-links .add-to-wishlist-detail {
    text-align: center; }
    .action-links .add-to-wishlist-detail svg {
      margin-left: 0; }
    .action-links .add-to-wishlist-detail span {
      margin: auto;
      margin-top: 0;
      padding-bottom: 3px; }
      @media (min-width: 440px) {
        .action-links .add-to-wishlist-detail span {
          width: 100%; } }
  .action-links .qs-compare a[uid] svg {
    height: 12px;
    width: 12px;
    min-width: 12px; }
  .action-links .qs-compare span {
    text-align: right;
    line-height: 105%;
    padding-bottom: 1px; }

.add-to-wishlist-container {
  position: relative; }
  .add-to-wishlist-container .add-to-wishlist-text {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s all;
    position: absolute;
    top: -20px;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    color: #111111;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    background-color: #F1F7F1;
    width: max-content;
    padding: 5px;
    border-radius: 2px; }
    .add-to-wishlist-container .add-to-wishlist-text .arrow {
      position: absolute;
      bottom: -6px;
      /* adjust distance from bubble */
      left: 50%;
      transform: translateX(-50%);
      width: 0;
      height: 0;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      border-top: 8px solid #F1F7F1;
      /* same color as bubble */ }
  .add-to-wishlist-container .add-to-wishlist {
    margin-right: 0; }
    .add-to-wishlist-container .add-to-wishlist:hover {
      background: transparent; }
    .add-to-wishlist-container .add-to-wishlist.added svg path {
      fill: #506F60; }
  .add-to-wishlist-container:hover .add-to-wishlist-text {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }

#add-to-cart-wrapper .form-action {
  position: relative; }

.form-action-addToCart-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: calc(50% - 85px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 3; }

#form-action-addToCart {
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  padding-left: 35px;
  text-transform: capitalize; }

.top-reviews {
  display: flex;
  align-items: flex-start;
  margin-top: 40px; }
  @media (min-width: 801px) {
    .top-reviews {
      justify-content: space-between; } }
  .top-reviews .top-reviews-content__left,
  .top-reviews .top-reviews-content__right {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .top-reviews .top-reviews-content__left {
    justify-content: center;
    gap: 5px;
    margin-right: 35px; }
    @media (min-width: 801px) {
      .top-reviews .top-reviews-content__left {
        width: 30%;
        margin-right: 0; } }
    .top-reviews .top-reviews-content__left .top-reviews-content-name,
    .top-reviews .top-reviews-content__left .top-reviews-content-verified {
      font-weight: 600;
      font-size: 16px;
      line-height: 100%;
      letter-spacing: 0;
      text-align: center; }
    .top-reviews .top-reviews-content__left .top-reviews-content-name {
      color: #506F60;
      margin-top: 5px; }
    .top-reviews .top-reviews-content__left .top-reviews-content-verified {
      color: #3C3C3C;
      font-size: 12px; }
      .top-reviews .top-reviews-content__left .top-reviews-content-verified svg {
        vertical-align: middle;
        margin-right: 5px; }
  .top-reviews .top-reviews-content__right {
    text-align: left;
    align-items: flex-start;
    margin-top: 15px;
    gap: 10px;
    width: 60%; }
    @media (min-width: 801px) {
      .top-reviews .top-reviews-content__right {
        width: 70%; } }
    .top-reviews .top-reviews-content__right .top-reviews-content-rating-stars {
      display: flex;
      gap: 2px; }
    .top-reviews .top-reviews-content__right span,
    .top-reviews .top-reviews-content__right a {
      margin: 0; }
    .top-reviews .top-reviews-content__right a {
      text-transform: uppercase;
      font-family: "quasimoda", sans-serif;
      font-weight: 600;
      font-size: 12px;
      line-height: 100%;
      letter-spacing: 0; }
    .top-reviews .top-reviews-content__right .top-reviews-content-rating-comment {
      font-family: 'kepler-std-text', serif;
      font-weight: 400;
      font-size: 24px;
      line-height: 124%;
      letter-spacing: 0;
      overflow: hidden;
      max-height: 90px;
      text-overflow: ellipsis; }
      @media (min-width: 801px) {
        .top-reviews .top-reviews-content__right .top-reviews-content-rating-comment {
          font-size: 28px;
          max-height: 100px; } }

article.productView-description {
  margin-top: 50px;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  padding: 0;
  float: none; }
  article.productView-description .tabs-contents .list-tab {
    border-top: 1px solid #EEEEEE; }
  article.productView-description .tabs-contents .tab-title {
    padding: 22px 24px 22px 24px; }
  article.productView-description .tabs-contents .list-tab:first-child {
    border-top: none; }

.tab-content.is-active {
  display: flex; }

.tab-content#tab-reviews {
  justify-content: center; }

.tab-content#tab-blog ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: auto;
  flex-direction: column; }
  @media (min-width: 801px) {
    .tab-content#tab-blog ul {
      flex-direction: row; } }
  .tab-content#tab-blog ul li {
    list-style: none;
    width: 100%; }
    @media (min-width: 801px) {
      .tab-content#tab-blog ul li {
        width: 30%; } }
    .tab-content#tab-blog ul li a {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-direction: column; }
      .tab-content#tab-blog ul li a img {
        max-width: 300px;
        object-fit: contain; }
    .tab-content#tab-blog ul li:before {
      line-height: 22px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      font-family: "Font Awesome 5 Pro"; }

.list-tab .tab-title,
.tabs-contents .tab-title {
  padding: 25px;
  cursor: pointer;
  position: relative;
  text-align: left;
  transition: all 0.3s ease-in-out; }
  .list-tab .tab-title a,
  .tabs-contents .tab-title a {
    color: #3C3C3C;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 100%;
    text-decoration: none;
    text-transform: capitalize; }
  .list-tab .tab-title:after,
  .tabs-contents .tab-title:after {
    content: "\f067";
    position: absolute;
    color: #506f60;
    right: 23px;
    line-height: 22px;
    font-size: 16px;
    top: 50%;
    display: block;
    font-family: "Font Awesome 5 Pro";
    transition: all 0.3s ease-in-out;
    transform: translateY(-50%) rotate(0deg); }
  .list-tab .tab-title:not(.active):hover,
  .tabs-contents .tab-title:not(.active):hover {
    background-color: #FCFCFC; }
  @media (min-width: 801px) {
    .list-tab .tab-title.active,
    .tabs-contents .tab-title.active {
      padding-bottom: 5px; } }
  .list-tab .tab-title.active:after,
  .tabs-contents .tab-title.active:after {
    content: "\f068";
    transform: translateY(-50%) rotate(180deg); }
  .list-tab .tab-title.active a,
  .tabs-contents .tab-title.active a {
    color: #506F60; }

.list-tab .tab-content li,
.tabs-contents .tab-content li {
  list-style: initial; }

.product-tabs {
  margin-top: 20px; }
  @media (min-width: 801px) {
    .product-tabs {
      margin-top: 100px; } }
  .product-tabs .tabs-nav {
    position: relative; }
  .product-tabs ul.tabs {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    padding-left: 10px; }
    @media (min-width: 801px) {
      .product-tabs ul.tabs {
        justify-content: center; } }
    .product-tabs ul.tabs .tab {
      border: none; }
      .product-tabs ul.tabs .tab.list-tab {
        margin: 0 5px; }
        .product-tabs ul.tabs .tab.list-tab .tab-title {
          padding: 10px 0px;
          color: #3C3C3C8C;
          line-height: 130%;
          font-size: 15px;
          letter-spacing: 0;
          font-weight: 600;
          text-wrap: nowrap; }
          .product-tabs ul.tabs .tab.list-tab .tab-title:after {
            content: '';
            display: none; }
          @media (min-width: 801px) {
            .product-tabs ul.tabs .tab.list-tab .tab-title {
              font-size: 16px;
              padding: 10px 5px; } }
        @media (min-width: 801px) {
          .product-tabs ul.tabs .tab.list-tab {
            margin: 0 8px; } }
      .product-tabs ul.tabs .tab.is-active {
        border-bottom: 3px solid #506F60; }
        .product-tabs ul.tabs .tab.is-active .tab-title {
          color: #506F60; }
    .product-tabs ul.tabs::-webkit-scrollbar {
      display: none;
      /* Chrome, Safari, Opera */ }
  .product-tabs .tabs-contents {
    padding: 0 20px; }
  .product-tabs .tabs-nav-prev-blur, .product-tabs .tabs-nav-next-blur {
    width: 80px;
    height: 28px;
    position: absolute;
    top: 5px;
    transform: translateY(0%); }
  .product-tabs .tabs-nav-prev-blur {
    left: 0px;
    z-index: 98;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%); }
  .product-tabs .tabs-nav-next-blur {
    right: 0px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%); }
  .product-tabs .tabs-nav-prev, .product-tabs .tabs-nav-next {
    position: absolute;
    top: 5px;
    transform: translateY(0%);
    border: 1px solid #EEEEEE;
    box-shadow: 0px 9px 18.1px -10px #506F6082;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    z-index: 100;
    cursor: pointer; }
    .product-tabs .tabs-nav-prev svg, .product-tabs .tabs-nav-next svg {
      width: 100%;
      height: 100%;
      padding: 5px; }
  .product-tabs .tabs-nav-prev {
    left: 8px; }
  .product-tabs .tabs-nav-next {
    right: 8px; }

#tab-description {
  flex-direction: column;
  padding-top: 30px; }
  @media (min-width: 801px) {
    #tab-description {
      flex-direction: row;
      padding-top: 60px; } }
  #tab-description .product-description-image {
    flex: 5; }
    @media (min-width: 801px) {
      #tab-description .product-description-image {
        margin-right: 20px; } }
    #tab-description .product-description-image img {
      width: 100%;
      object-fit: contain; }
      @media (min-width: 801px) {
        #tab-description .product-description-image img {
          height: 100%; } }
    #tab-description .product-description-image .product-description-image-list {
      display: none;
      flex-wrap: wrap;
      gap: 10px;
      margin-top: 20px;
      margin-bottom: 20px; }
      #tab-description .product-description-image .product-description-image-list__between {
        justify-content: space-between; }
      #tab-description .product-description-image .product-description-image-list.mobile-only .product-description-image-list-item {
        margin-right: 5px; }
        #tab-description .product-description-image .product-description-image-list.mobile-only .product-description-image-list-item img {
          height: 123px; }
      @media (min-width: 801px) {
        #tab-description .product-description-image .product-description-image-list {
          display: flex; } }
      @media (min-width: 801px) {
        #tab-description .product-description-image .product-description-image-list .product-description-image-landscape img {
          height: 105px; } }
      @media (min-width: 801px) {
        #tab-description .product-description-image .product-description-image-list .product-description-image-portrait img {
          width: 159px;
          height: auto; } }
      #tab-description .product-description-image .product-description-image-list .image-group {
        display: flex;
        flex-direction: column;
        gap: 10px; }
  #tab-description .product-description-content {
    flex: 7;
    padding-top: 20px; }
    @media (min-width: 801px) {
      #tab-description .product-description-content {
        padding-top: 0; } }

@media (min-width: 801px) {
  .faq-zone-tab {
    display: none; } }

.faq-zone {
  margin-bottom: 50px;
  display: none; }
  @media (min-width: 801px) {
    .faq-zone {
      margin-top: 90px;
      margin-bottom: 100px;
      display: block; } }
  .faq-zone .list-tab + .list-tab {
    border-top: 1px solid #EEEEEE; }
  .faq-zone .tabs-contents {
    border-radius: 4px;
    border: 1px solid #EEEEEE; }
  .faq-zone h2 {
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    margin: 0px;
    margin-bottom: 30px;
    padding-top: 40px; }
    @media (min-width: 801px) {
      .faq-zone h2 {
        padding-top: 90px;
        border-top: 1px solid #EEEEEE; } }
  .faq-zone .tab-content {
    font-weight: 400;
    font-size: 14px;
    line-height: 136%;
    letter-spacing: 0;
    color: #3C3C3C;
    padding: 25px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-out;
    top: -30px;
    display: block;
    height: 0;
    padding: 0 25px; }
  .faq-zone .tab-title a {
    font-weight: 600;
    font-size: 16px;
    text-transform: initial; }
  .faq-zone .tab-title.active {
    padding-bottom: 20px;
    background: #FCFCFC; }
    .faq-zone .tab-title.active a {
      color: #506F60; }
    .faq-zone .tab-title.active + .tab-content {
      background: #FCFCFC;
      top: 0;
      height: auto;
      opacity: 1;
      visibility: visible;
      padding: 25px;
      padding-top: 0; }

#tab-faq .faq-zone {
  display: block; }

#tab-faq .tabs-contents {
  padding: 0; }

.clearance-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-bottom: 10px;
  padding-top: 10px; }
  @media (min-width: 801px) {
    .clearance-message {
      justify-content: flex-start; } }
  .clearance-message svg {
    margin: 0; }
  .clearance-message .limited-stock-message {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    text-align: left; }
    .clearance-message .limited-stock-message * {
      margin: 0;
      padding: 0; }

.productView-stock {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: center; }
  @media (min-width: 801px) {
    .productView-stock {
      justify-content: flex-start; } }
  .productView-stock .dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    padding-right: 5px;
    border: 1px solid #EEEEEE; }
  .productView-stock-in-stock {
    color: #506F60; }
    .productView-stock-in-stock .dot {
      background: #506F60; }
    .productView-stock-in-stock span {
      color: #506F60; }
  .productView-stock-low-stock {
    color: #F2994A; }
    .productView-stock-low-stock .dot {
      background: #F2994A; }
    .productView-stock-low-stock span {
      color: #F2994A; }
  .productView-stock-out-of-stock {
    color: #E74C3C; }
    .productView-stock-out-of-stock .dot {
      background: #E74C3C; }
    .productView-stock-out-of-stock span {
      color: #E74C3C; }
  .productView-stock-unknown-stock {
    color: #3C3C3C; }
    .productView-stock-unknown-stock .dot {
      background: #3C3C3C; }
  .productView-stock .productView-stock-message {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0;
    position: absolute;
    z-index: 999;
    background: #FFFFFF;
    border: 1px solid #eeeeee;
    padding: 10px;
    padding-bottom: 15px;
    width: 300px;
    opacity: 0;
    visibility: hidden; }
    .productView-stock .productView-stock-message .productView-stock-message-close {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      padding: 5px;
      cursor: pointer; }
      .productView-stock .productView-stock-message .productView-stock-message-close svg {
        width: 10px;
        height: 10px; }
    .productView-stock .productView-stock-message.active {
      opacity: 1;
      visibility: visible; }

.product-spec-diagram {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  width: fit-content; }
  .product-spec-diagram.mobile-only {
    display: flex !important; }
    @media (min-width: 801px) {
      .product-spec-diagram.mobile-only {
        display: none !important; } }
    .product-spec-diagram.mobile-only + .feature-container {
      margin-top: 35px; }
      @media (min-width: 801px) {
        .product-spec-diagram.mobile-only + .feature-container {
          margin-top: 20px; } }
  @media (min-width: 801px) {
    .product-spec-diagram {
      margin-right: 0; } }
  .product-spec-diagram svg,
  .product-spec-diagram span {
    margin: 0; }
  .product-spec-diagram span {
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    color: #506F60; }

.product-inspiration h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin: 0px;
  margin-bottom: 10px;
  padding-top: 40px;
  border-top: 1px solid #EEEEEE; }
  @media (min-width: 801px) {
    .product-inspiration h2 {
      font-size: 28px;
      padding-top: 90px; } }

.product-inspiration .sub-title {
  text-align: center;
  margin-bottom: 20px; }
  @media (min-width: 801px) {
    .product-inspiration .sub-title {
      margin-bottom: 25px; } }

#add-to-cart-shortcut {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 9999;
  height: auto;
  background: #FCFCFC;
  display: none;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE; }
  @media (min-width: 801px) {
    #add-to-cart-shortcut {
      display: none !important; } }
  #add-to-cart-shortcut .add-to-cart-shortcut-wrapper {
    background: #FCFCFC;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px;
    width: 100%; }
    @media (min-width: 801px) {
      #add-to-cart-shortcut .add-to-cart-shortcut-wrapper {
        width: 600px;
        margin: auto; } }
    #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex {
      margin-left: 10px;
      margin-right: 10px;
      flex-direction: column;
      display: none !important; }
      @media (min-width: 801px) {
        #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex {
          display: flex !important; } }
      #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price-wrapper {
        display: flex;
        align-items: center;
        margin-top: 3px;
        flex-direction: column; }
        @media (min-width: 801px) {
          #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price-wrapper {
            flex-direction: row;
            align-items: flex-start; } }
      #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price-section {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 5px; }
        #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price-section .price-have-variant:not(:empty) {
          padding-bottom: 0; }
        @media (min-width: 801px) {
          #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price-section {
            flex-direction: row;
            align-items: center; }
            #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price-section .price-label {
              margin: 0; } }
        #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price-section span.price {
          font-size: 12px;
          line-height: 100%;
          font-weight: 500; }
          @media (min-width: 801px) {
            #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price-section span.price {
              font-size: 14px; } }
      #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price--non-sale span {
        color: #B8B8B8; }
      #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price--non-sale.non-sale-price--withTax[style="display: none;"] + .price-section span.price, #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price--non-sale.non-sale-price--withoutTax[style="display: none;"] + .price-section span.price {
        color: #506F60; }
      #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price--non-sale.non-sale-price--withTax + .price-section span.price, #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price--non-sale.non-sale-price--withoutTax + .price-section span.price {
        color: #E74C3C; }
      #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price--withTax {
        font-size: 12px;
        line-height: 100%;
        font-weight: 500;
        margin: 0; }
        @media (min-width: 801px) {
          #add-to-cart-shortcut .add-to-cart-shortcut-wrapper .d-flex .price--withTax {
            font-size: 14px;
            margin: 0 5px; } }
    #add-to-cart-shortcut .add-to-cart-shortcut-wrapper img {
      width: 48px;
      height: 48px;
      object-fit: contain;
      margin: 0;
      border: 1px solid #EEEEEE;
      display: none; }
      @media (min-width: 801px) {
        #add-to-cart-shortcut .add-to-cart-shortcut-wrapper img {
          width: 57px;
          height: 57px;
          display: block; } }
    #add-to-cart-shortcut .add-to-cart-shortcut-wrapper h4 {
      margin: 0;
      font-family: "quasimoda", sans-serif;
      font-weight: 600;
      font-size: 14px;
      line-height: 122%;
      letter-spacing: 0;
      max-width: 250px;
      display: none; }
      @media (min-width: 801px) {
        #add-to-cart-shortcut .add-to-cart-shortcut-wrapper h4 {
          display: block; } }
    #add-to-cart-shortcut .add-to-cart-shortcut-wrapper a, #add-to-cart-shortcut .add-to-cart-shortcut-wrapper input {
      margin: 0;
      margin-left: 80px;
      margin-right: 80px;
      padding: 15px 25px;
      font-weight: 600;
      font-size: 12px;
      line-height: 120%;
      letter-spacing: 0;
      height: 100%;
      width: 100%;
      border-radius: 4px; }
      @media (min-width: 801px) {
        #add-to-cart-shortcut .add-to-cart-shortcut-wrapper a, #add-to-cart-shortcut .add-to-cart-shortcut-wrapper input {
          font-size: 14px;
          padding: 20px 40px;
          margin-right: 0px;
          width: auto;
          margin-left: auto; } }

.product-alsolike .swiper,
.product-also-bought .swiper {
  position: unset; }

@media (min-width: 801px) {
  .product-alsolike .swiper-pagination,
  .product-also-bought .swiper-pagination {
    display: none; } }

.product__related-category {
  padding: 0;
  margin: 0 20px;
  padding-top: 20px; }
  .product__related-category h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0;
    color: #111111;
    margin: 0;
    text-align: center;
    border-top: 1px solid #EEEEEE;
    padding-top: 40px; }
    @media (min-width: 801px) {
      .product__related-category h2 {
        padding-top: 90px; } }
  .product__related-category ul {
    margin: 0;
    margin-top: 10px;
    margin-bottom: 35px;
    text-align: center; }
    .product__related-category ul li {
      display: inline-block;
      padding: 5px 10px; }
    @media (min-width: 801px) {
      .product__related-category ul {
        margin-bottom: 90px; } }

#chat-widget-container {
  bottom: 10px !important; }

.ro-forgotpassword .body .container {
  padding: 54px 0 72px 0; }
  .ro-forgotpassword .body .container .forgot-password-form {
    margin-bottom: 0; }
    .ro-forgotpassword .body .container .forgot-password-form .form-field {
      margin-bottom: 0; }
      .ro-forgotpassword .body .container .forgot-password-form .form-field input[type=submit] {
        height: 48px;
        line-height: 48px; }
  .ro-forgotpassword .body .container .account .forgot-password-breadcrumbs {
    display: none; }
  .ro-forgotpassword .body .container .account p {
    margin-bottom: 12px; }
  .ro-forgotpassword .body .container .account .page-heading {
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 0; }

.ro-getnewpassword .body .container {
  padding: 54px 0 72px 0; }
  .ro-getnewpassword .body .container .new-password-form {
    margin-bottom: 0; }
  .ro-getnewpassword .body .container .account .new-password-breadcrumbs {
    display: none; }
  .ro-getnewpassword .body .container .account .page-heading {
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 24px;
    margin-top: 0; }
  .ro-getnewpassword .body .container .account form .form-actions {
    margin-top: 0; }
    .ro-getnewpassword .body .container .account form .form-actions input[type=submit] {
      width: 100%;
      display: block; }

.ro-createaccount .body .container {
  padding-bottom: 72px; }
  .ro-createaccount .body .container .form-label[for="shouldSubscribe"] {
    left: 2px;
    position: unset; }
    .ro-createaccount .body .container .form-label[for="shouldSubscribe"]::before {
      left: 8px; }

.body {
  margin-bottom: 0 !important;
  margin-top: 0 !important; }

.ro-createaccount_thanks .body .container {
  padding: 54px 0 72px 0; }
  .ro-createaccount_thanks .body .container .page-heading {
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 21px; }
  .ro-createaccount_thanks .body .container .button {
    margin-bottom: 0; }

.login {
  margin-top: 54px;
  margin-bottom: 76px; }
  .login .login-breadcrumbs {
    display: none; }
  .login .page-heading {
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0; }
  .login .breadcrumbs {
    display: none; }
  .login .login-row {
    display: flex;
    justify-content: center;
    margin-top: 0; }
    .login .login-row .login-form {
      max-width: 380px;
      margin: 0;
      border: 1px solid #e4e4e4;
      border-radius: 3px;
      background-color: #ffffff;
      padding: 30px 30px 50px 30px; }
      .login .login-row .login-form .login-title {
        margin-bottom: 16px;
        margin-top: 0;
        color: #111111;
        font-family: 'Quasimoda',sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 16px;
        text-transform: uppercase; }
      .login .login-row .login-form .form-actions {
        margin-top: 0;
        display: flex;
        align-items: center;
        position: relative; }
        .login .login-row .login-form .form-actions > input {
          padding: 0 37px; }
        .login .login-row .login-form .form-actions a {
          text-decoration: underline;
          position: absolute;
          right: 0;
          transform: translateX(0); }
          .login .login-row .login-form .form-actions a:hover {
            background-color: #E5F0E5;
            transition: all 0.5s; }
  .login .new-customer {
    padding-right: 0;
    padding-left: 0;
    margin-left: 30px;
    max-width: 380px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background-color: #ffffff; }
    .login .new-customer .panel .panel-header {
      background-color: #ffffff;
      padding: 30px 30px 0 30px; }
      .login .new-customer .panel .panel-header .panel-title {
        padding: 0px;
        color: #111111;
        font-family: 'Quasimoda',sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 16px;
        text-transform: uppercase; }
    .login .new-customer .panel .panel-body {
      background-color: #ffffff;
      padding: 14.09px 30px 30px 30px;
      color: #3c3c3c;
      font-family: 'Quasimoda',sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 0; }
      .login .new-customer .panel .panel-body .new-customer-intro {
        margin-bottom: 10px; }
      .login .new-customer .panel .panel-body .new-customer-fact-list {
        margin-left: 0;
        margin-bottom: 13px;
        list-style: none; }
        .login .new-customer .panel .panel-body .new-customer-fact-list > li {
          padding: 0;
          color: #3c3c3c;
          font-family: 'Quasimoda',sans-serif;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 22px;
          text-indent: -3px; }
          .login .new-customer .panel .panel-body .new-customer-fact-list > li:before {
            content: '';
            display: inline-block;
            background-image: url(../img/icon-bullet.png);
            width: 1em;
            height: 0.9em;
            background-size: 16px auto;
            background-repeat: no-repeat; }
      .login .new-customer .panel .panel-body > a {
        display: block;
        width: 100%; }
        .login .new-customer .panel .panel-body > a > button {
          width: 100%;
          padding: 0 39px;
          margin-bottom: 0; }

.ro-createaccount .page-heading {
  font-size: 30px;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin-bottom: 18px;
  margin-top: 54px; }

.ro-createaccount .account-breadcrumbs {
  display: none; }

.ro-createaccount .account {
  max-width: 900px;
  margin-bottom: 72px;
  margin: 0 auto; }
  .ro-createaccount .account .forgot-password-breadcrumbs {
    display: none; }
  .ro-createaccount .account .new-password-breadcrumbs {
    display: none; }
  .ro-createaccount .account .page-heading {
    margin-top: 54px;
    margin-bottom: 18px; }
  .ro-createaccount .account .new-password-form .form-row .form-field label {
    margin-left: 0; }
  .ro-createaccount .account .new-password-form .form-actions input {
    width: 100%; }
  .ro-createaccount .account .account-body {
    margin: 0;
    max-width: 612px;
    margin: 0 auto; }
    .ro-createaccount .account .account-body .alertBox {
      margin-bottom: 25px;
      margin-top: 4px; }
    .ro-createaccount .account .account-body form {
      margin-bottom: 0; }
      .ro-createaccount .account .account-body form .form-row .account-information {
        display: table;
        width: 100%; }
        .ro-createaccount .account .account-body form .form-row .account-information .form-field {
          margin: 0 0 18px; }
          .ro-createaccount .account .account-body form .form-row .account-information .form-field:nth-child(2n+1) {
            clear: left; }
          .ro-createaccount .account .account-body form .form-row .account-information .form-field label {
            left: 24px; }
      .ro-createaccount .account .account-body form .form-row .account-pass {
        padding-top: 18px;
        margin: 0 10px;
        display: flex;
        position: relative; }
        .ro-createaccount .account .account-body form .form-row .account-pass:before {
          content: '';
          width: 100%;
          height: 1px;
          background-color: #E8E8E8;
          position: absolute;
          top: 0; }
        .ro-createaccount .account .account-body form .form-row .account-pass .form-field {
          margin: 0 0 18px; }
          .ro-createaccount .account .account-body form .form-row .account-pass .form-field:nth-child(1) {
            padding-left: 0; }
            .ro-createaccount .account .account-body form .form-row .account-pass .form-field:nth-child(1) label {
              left: 16px; }
          .ro-createaccount .account .account-body form .form-row .account-pass .form-field:nth-child(2) {
            padding-left: 8px;
            padding-right: 0; }
            .ro-createaccount .account .account-body form .form-row .account-pass .form-field:nth-child(2) label {
              left: 23px; }
      .ro-createaccount .account .account-body form .form-actions {
        margin-top: 0; }
        .ro-createaccount .account .account-body form .form-actions input {
          width: 100%; }
    .ro-createaccount .account .account-body .pagination {
      margin-top: 1rem; }
  .ro-createaccount .account .account-heading {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px; }
  .ro-createaccount .account .account-listItem {
    border-bottom: 1px solid #e8e8e8; }
  .ro-createaccount .account .account-listItem {
    padding-top: 18px;
    padding-bottom: 19px; }
    .ro-createaccount .account .account-listItem:last-child {
      border-bottom: unset !important; }
    .ro-createaccount .account .account-listItem .account-product-figure {
      width: 100px;
      margin-right: 18px;
      display: block;
      height: auto; }
      .ro-createaccount .account .account-listItem .account-product-figure:after {
        width: 0px;
        padding: 0px; }
    .ro-createaccount .account .account-listItem .account-product-body .account-product-body-left {
      float: left; }
      .ro-createaccount .account .account-listItem .account-product-body .account-product-body-left .account-product-title {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 22px;
        margin-bottom: 6px;
        font-weight: 500; }
      .ro-createaccount .account .account-listItem .account-product-body .account-product-body-left .account-product-description {
        color: #3C3C3C;
        font-family: 'Quasimoda',sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 12px;
        font-weight: 400; }
      .ro-createaccount .account .account-listItem .account-product-body .account-product-body-left .account-product-details {
        margin: 0px; }
        .ro-createaccount .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail {
          padding: 0px;
          width: 84px; }
          .ro-createaccount .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail:nth-child(2) {
            margin-left: 38px; }
          .ro-createaccount .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail h6 {
            color: #3C3C3C;
            font-family: 'Quasimoda',sans-serif;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px;
            text-transform: none;
            font-weight: 400;
            margin-bottom: 2px; }
          .ro-createaccount .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail span {
            color: #111111;
            font-family: 'Quasimoda',sans-serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 20px; }
    .ro-createaccount .account .account-listItem .account-product-body .account-product-body-right {
      float: right;
      display: flex;
      flex-direction: column; }
      @media (min-width: 601px) {
        .ro-createaccount .account .account-listItem .account-product-body .account-product-body-right {
          margin-top: 12px; } }
      .ro-createaccount .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus {
        height: 30px;
        width: 148px;
        border-radius: 3px;
        background-color: #F4F4F4;
        text-align: center;
        padding: 6px 12px;
        margin-bottom: 6px; }
        .ro-createaccount .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus h6 {
          color: #3C3C3C;
          font-family: 'Quasimoda',sans-serif;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 20px;
          text-align: center;
          text-transform: capitalize;
          background-color: unset;
          padding: 0;
          margin: 0; }
      .ro-createaccount .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail {
        width: 100%;
        background-color: #E27C7C;
        border-radius: 3px; }
        .ro-createaccount .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail button {
          width: 100%;
          color: #FFFFFF;
          font-family: 'Quasimoda',sans-serif;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 14px;
          text-align: center;
          border-radius: 3px; }

@media (max-width: 767px) {
  .ro-forgotpassword .body .container {
    padding: 18px 12px 30px; }
    .ro-forgotpassword .body .container .account {
      margin-bottom: 0; }
      .ro-forgotpassword .body .container .account .page-heading {
        font-size: 24px;
        letter-spacing: -0.5px;
        line-height: 26px;
        margin-bottom: 18px; }
      .ro-forgotpassword .body .container .account form input[type=submit] {
        margin-bottom: 0; }
  .ro-getnewpassword .body .container {
    padding: 18px 12px 30px; }
    .ro-getnewpassword .body .container .account {
      margin-bottom: 0; }
      .ro-getnewpassword .body .container .account .page-heading {
        font-size: 24px;
        letter-spacing: -0.5px;
        line-height: 26px;
        margin-bottom: 18px; }
      .ro-getnewpassword .body .container .account .new-password-form .form-actions input[type=submit] {
        margin-bottom: 0; }
  .ro-createaccount_thanks .body .container {
    padding: 18px 12px 24px; }
    .ro-createaccount_thanks .body .container .page {
      margin: 0; }
      .ro-createaccount_thanks .body .container .page .page-content {
        padding: 0; }
        .ro-createaccount_thanks .body .container .page .page-content .page-heading {
          font-size: 24px;
          letter-spacing: -0.5px;
          line-height: 26px;
          margin-bottom: 18px; }
        .ro-createaccount_thanks .body .container .page .page-content p {
          margin-bottom: 18px; }
        .ro-createaccount_thanks .body .container .page .page-content .button {
          width: 100%;
          margin-bottom: 0; }
  .ro-createaccount .body .container {
    padding-bottom: 24px; }
    .ro-createaccount .body .container .page-heading {
      font-size: 24px;
      line-height: 26px;
      margin: 18px 0; }
    .ro-createaccount .body .container .account {
      max-width: 612px;
      margin: 0 auto; }
      .ro-createaccount .body .container .account .page-heading {
        margin: 18px 0; }
      .ro-createaccount .body .container .account .account-body {
        margin: 0; }
        .ro-createaccount .body .container .account .account-body form {
          margin-bottom: 0; }
          .ro-createaccount .body .container .account .account-body form .form-row .account-information {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 100%; }
            .ro-createaccount .body .container .account .account-body form .form-row .account-information .form-field {
              margin: 0 0 18px;
              width: 50%; }
              .ro-createaccount .body .container .account .account-body form .form-row .account-information .form-field label {
                left: 24px; }
          .ro-createaccount .body .container .account .account-body form .form-row .account-pass .form-field {
            width: 50%;
            margin: 0 0 18px; }
            .ro-createaccount .body .container .account .account-body form .form-row .account-pass .form-field:nth-child(1) {
              padding-right: 8px; }
          .ro-createaccount .body .container .account .account-body form .form-actions input {
            margin-bottom: 0; }
  .body {
    margin-bottom: 0; }
  .login .page-heading {
    font-size: 21.5px;
    line-height: 31px;
    margin-bottom: 13px; }
  .login .login-row {
    flex-direction: column; }
    .login .login-row .login-form {
      max-width: 100%;
      margin-bottom: 18px;
      padding: 24px 22px 22px 22px; }
      .login .login-row .login-form .login-title {
        margin-bottom: 18px; }
      .login .login-row .login-form .form-actions {
        flex-direction: column; }
        .login .login-row .login-form .form-actions > input {
          margin-bottom: 0;
          width: 100%; }
        .login .login-row .login-form .form-actions > a {
          margin-top: 10px;
          position: relative;
          text-align: center;
          margin-bottom: 0; }
          .login .login-row .login-form .form-actions > a:hover {
            width: auto; }
    .login .login-row .new-customer {
      margin-left: 0;
      max-width: 100%; }
      .login .login-row .new-customer .panel .panel-header {
        padding: 24px 24px 0 22px; }
      .login .login-row .new-customer .panel .panel-body {
        padding: 10px 24px 24px 22px; }
        .login .login-row .new-customer .panel .panel-body .new-customer-intro {
          margin-bottom: 8px; }
        .login .login-row .new-customer .panel .panel-body .new-customer-fact-list > li {
          line-height: 22px; }
  .ro-login .body .container {
    padding: 18px 12px 30px; }
    .ro-login .body .container .login {
      margin: 0; }
      .ro-login .body .container .login .page-heading {
        font-size: 24px;
        letter-spacing: -0.5px;
        line-height: 26px;
        text-align: center;
        margin-bottom: 18px; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .ro-forgotpassword .container {
    padding: 54px 12px 72px !important; }
  .ro-getnewpassword .container {
    padding: 54px 12px 72px !important; }
  .ro-createaccount .page-heading {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 18px; }
  .ro-createaccount .account {
    max-width: 612px; }
    .ro-createaccount .account .account-body {
      margin: 0; }
      .ro-createaccount .account .account-body form {
        margin-bottom: 0; }
        .ro-createaccount .account .account-body form .form-row .account-information {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          width: 100%; }
          .ro-createaccount .account .account-body form .form-row .account-information .form-field {
            margin: 0 0 18px;
            width: 50%; }
            .ro-createaccount .account .account-body form .form-row .account-information .form-field label {
              left: 24px; }
        .ro-createaccount .account .account-body form .form-row .account-pass {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          width: 100%; }
          .ro-createaccount .account .account-body form .form-row .account-pass:before {
            width: 98%; }
          .ro-createaccount .account .account-body form .form-row .account-pass .form-field {
            width: 50%;
            margin: 0 0 18px; }
            .ro-createaccount .account .account-body form .form-row .account-pass .form-field:nth-child(1) label {
              left: 16px; }
            .ro-createaccount .account .account-body form .form-row .account-pass .form-field:nth-child(2) {
              padding-right: 15px; }
        .ro-createaccount .account .account-body form .form-actions input {
          margin-bottom: 0; } }

@media only screen and (max-width: 320px) {
  .login {
    margin-bottom: 30px; }
    .login .page-heading {
      font-size: 24px;
      line-height: 26px;
      text-align: center;
      margin-bottom: 18px; }
    .login .login-row {
      flex-direction: column; }
      .login .login-row .login-form {
        max-width: 100%;
        margin-bottom: 18px;
        padding: 24px; }
        .login .login-row .login-form .login-title {
          margin-bottom: 18px; }
        .login .login-row .login-form .form-actions {
          flex-direction: column; }
          .login .login-row .login-form .form-actions > input {
            margin-bottom: 0; }
          .login .login-row .login-form .form-actions > a {
            position: relative;
            text-align: center;
            margin-bottom: 0; }
      .login .login-row .new-customer {
        margin-left: 0; }
        .login .login-row .new-customer .panel .panel-header {
          padding: 24px 24px 0 24px; }
        .login .login-row .new-customer .panel .panel-body {
          padding: 10px 24px 24px 24px; }
  .ro-createaccount .account .page-heading {
    margin: 18px 0; } }

.account-content {
  padding-left: 0px;
  padding-right: 0px; }

.template-pages-account-orders-all .alertBox--info {
  margin-bottom: 72px !important; }
  @media (max-width: 800.98px) {
    .template-pages-account-orders-all .alertBox--info {
      margin-top: 9px !important; } }
  @media (max-width: 600.98px) {
    .template-pages-account-orders-all .alertBox--info {
      margin-bottom: 30px !important; } }

.template-pages-account-orders-all .account--fixed {
  padding-top: 3px; }
  .template-pages-account-orders-all .account--fixed .account-listItem {
    padding-top: 19px; }
    .template-pages-account-orders-all .account--fixed .account-listItem:last-child {
      padding-bottom: 0px; }

.template-pages-account-orders-all .account-content .account-list {
  margin-bottom: 0px; }

.template-pages-account-orders-all .account-content .pagination {
  margin-top: 0px;
  padding-bottom: 72px; }
  @media (max-width: 600.98px) {
    .template-pages-account-orders-all .account-content .pagination {
      padding-bottom: 30px; } }

.template-pages-account-orders-all .pagination .pagination-item.pagination-item--current {
  position: relative;
  margin-right: 9px;
  margin-left: 9px;
  margin-top: 30px; }
  .template-pages-account-orders-all .pagination .pagination-item.pagination-item--current:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #ADCFAD;
    bottom: 0px;
    left: 50%;
    top: -11%;
    transform: translateX(-50%);
    border-radius: 50%;
    display: block;
    z-index: 0; }
  .template-pages-account-orders-all .pagination .pagination-item.pagination-item--current a {
    color: #FFFFFF;
    font-family: 'Quasimoda',sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center;
    padding: 2px 8px 0;
    background: unset;
    width: unset;
    height: unset; }
    .template-pages-account-orders-all .pagination .pagination-item.pagination-item--current a:after {
      display: none; }

.template-pages-account-orders-all .pagination .pagination-item {
  margin-top: 30px; }
  .template-pages-account-orders-all .pagination .pagination-item a {
    text-decoration: unset;
    color: #3C3C3C;
    font-family: 'Quasimoda',sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    text-align: center; }
    .template-pages-account-orders-all .pagination .pagination-item a:hover {
      color: #506F60 !important;
      background-color: unset !important;
      background-size: unset !important;
      background-image: unset; }
      .template-pages-account-orders-all .pagination .pagination-item a:hover:after {
        background-color: unset; }

.template-pages-account-orders-all .pagination .pagination-item.pagination-item--next {
  padding-left: 14px !important;
  padding-top: 2px; }
  .template-pages-account-orders-all .pagination .pagination-item.pagination-item--next a {
    color: #231E1F !important;
    padding: 0; }
    .template-pages-account-orders-all .pagination .pagination-item.pagination-item--next a:hover {
      color: #506F60 !important;
      background-color: unset !important;
      background-size: unset !important;
      background-image: unset;
      padding: 0px; }
      .template-pages-account-orders-all .pagination .pagination-item.pagination-item--next a:hover:after {
        background-color: unset; }

.template-pages-account-orders-all .pagination .pagination-item.pagination-item--previous {
  padding-right: 14px !important;
  padding-top: 2px; }
  .template-pages-account-orders-all .pagination .pagination-item.pagination-item--previous a {
    color: #231E1F !important;
    padding: 0; }
    .template-pages-account-orders-all .pagination .pagination-item.pagination-item--previous a:hover {
      color: #506F60 !important;
      background-color: unset !important;
      background-size: unset !important;
      background-image: unset;
      padding: 0px; }
      .template-pages-account-orders-all .pagination .pagination-item.pagination-item--previous a:hover:after {
        background-color: unset; }

.template-pages-account-orders-all .body .container,
.template-pages-account-inbox .body .container,
.template-pages-account-addresses .body .container,
.template-pages-account-recent-items .body .container,
.template-pages-account-edit .body .container,
.template-pages-account-orders-details .body .container,
.template-pages-account-add-address .body .container,
.template-pages-account-add-wishlist .body .container {
  padding: 0px 12px; }

.template-pages-account-orders-all .header-bottom,
.template-pages-account-inbox .header-bottom,
.template-pages-account-addresses .header-bottom,
.template-pages-account-recent-items .header-bottom,
.template-pages-account-edit .header-bottom,
.template-pages-account-orders-details .header-bottom,
.template-pages-account-add-address .header-bottom,
.template-pages-account-add-wishlist .header-bottom {
  display: none; }

.template-pages-account-orders-all .breadcrumbs,
.template-pages-account-inbox .breadcrumbs,
.template-pages-account-addresses .breadcrumbs,
.template-pages-account-recent-items .breadcrumbs,
.template-pages-account-edit .breadcrumbs,
.template-pages-account-orders-details .breadcrumbs,
.template-pages-account-add-address .breadcrumbs,
.template-pages-account-add-wishlist .breadcrumbs {
  display: none; }

.template-pages-account-orders-all .account-head,
.template-pages-account-inbox .account-head,
.template-pages-account-addresses .account-head,
.template-pages-account-recent-items .account-head,
.template-pages-account-edit .account-head,
.template-pages-account-orders-details .account-head,
.template-pages-account-add-address .account-head,
.template-pages-account-add-wishlist .account-head {
  display: none !important;
  margin-bottom: 0px !important; }

.template-pages-account-orders-all .navBar--account,
.template-pages-account-inbox .navBar--account,
.template-pages-account-addresses .navBar--account,
.template-pages-account-recent-items .navBar--account,
.template-pages-account-edit .navBar--account,
.template-pages-account-orders-details .navBar--account,
.template-pages-account-add-address .navBar--account,
.template-pages-account-add-wishlist .navBar--account {
  margin-bottom: 36px; }
  @media (min-width: 801px) {
    .template-pages-account-orders-all .navBar--account,
    .template-pages-account-inbox .navBar--account,
    .template-pages-account-addresses .navBar--account,
    .template-pages-account-recent-items .navBar--account,
    .template-pages-account-edit .navBar--account,
    .template-pages-account-orders-details .navBar--account,
    .template-pages-account-add-address .navBar--account,
    .template-pages-account-add-wishlist .navBar--account {
      display: block !important; } }
  @media (max-width: 800.98px) {
    .template-pages-account-orders-all .navBar--account,
    .template-pages-account-inbox .navBar--account,
    .template-pages-account-addresses .navBar--account,
    .template-pages-account-recent-items .navBar--account,
    .template-pages-account-edit .navBar--account,
    .template-pages-account-orders-details .navBar--account,
    .template-pages-account-add-address .navBar--account,
    .template-pages-account-add-wishlist .navBar--account {
      margin-bottom: 0px; } }

.template-pages-account-orders-all .navBar-section .navBar-item.is-active,
.template-pages-account-inbox .navBar-section .navBar-item.is-active,
.template-pages-account-addresses .navBar-section .navBar-item.is-active,
.template-pages-account-recent-items .navBar-section .navBar-item.is-active,
.template-pages-account-edit .navBar-section .navBar-item.is-active,
.template-pages-account-orders-details .navBar-section .navBar-item.is-active,
.template-pages-account-add-address .navBar-section .navBar-item.is-active,
.template-pages-account-add-wishlist .navBar-section .navBar-item.is-active {
  border-bottom: unset;
  color: #506F60 !important;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Quasimoda',sans-serif;
  text-decoration: underline; }
  .template-pages-account-orders-all .navBar-section .navBar-item.is-active a,
  .template-pages-account-inbox .navBar-section .navBar-item.is-active a,
  .template-pages-account-addresses .navBar-section .navBar-item.is-active a,
  .template-pages-account-recent-items .navBar-section .navBar-item.is-active a,
  .template-pages-account-edit .navBar-section .navBar-item.is-active a,
  .template-pages-account-orders-details .navBar-section .navBar-item.is-active a,
  .template-pages-account-add-address .navBar-section .navBar-item.is-active a,
  .template-pages-account-add-wishlist .navBar-section .navBar-item.is-active a {
    border-bottom: unset;
    color: #506F60 !important;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Quasimoda',sans-serif;
    text-decoration: underline; }

.template-pages-account-orders-all .navBar-section .navBar-item,
.template-pages-account-inbox .navBar-section .navBar-item,
.template-pages-account-addresses .navBar-section .navBar-item,
.template-pages-account-recent-items .navBar-section .navBar-item,
.template-pages-account-edit .navBar-section .navBar-item,
.template-pages-account-orders-details .navBar-section .navBar-item,
.template-pages-account-add-address .navBar-section .navBar-item,
.template-pages-account-add-wishlist .navBar-section .navBar-item {
  margin: 0 13px !important; }
  .template-pages-account-orders-all .navBar-section .navBar-item a,
  .template-pages-account-inbox .navBar-section .navBar-item a,
  .template-pages-account-addresses .navBar-section .navBar-item a,
  .template-pages-account-recent-items .navBar-section .navBar-item a,
  .template-pages-account-edit .navBar-section .navBar-item a,
  .template-pages-account-orders-details .navBar-section .navBar-item a,
  .template-pages-account-add-address .navBar-section .navBar-item a,
  .template-pages-account-add-wishlist .navBar-section .navBar-item a {
    text-decoration: unset;
    color: #3C3C3C !important; }
    @media (max-width: 800.98px) {
      .template-pages-account-orders-all .navBar-section .navBar-item a,
      .template-pages-account-inbox .navBar-section .navBar-item a,
      .template-pages-account-addresses .navBar-section .navBar-item a,
      .template-pages-account-recent-items .navBar-section .navBar-item a,
      .template-pages-account-edit .navBar-section .navBar-item a,
      .template-pages-account-orders-details .navBar-section .navBar-item a,
      .template-pages-account-add-address .navBar-section .navBar-item a,
      .template-pages-account-add-wishlist .navBar-section .navBar-item a {
        width: fit-content; } }
  @media (max-width: 800.98px) {
    .template-pages-account-orders-all .navBar-section .navBar-item,
    .template-pages-account-inbox .navBar-section .navBar-item,
    .template-pages-account-addresses .navBar-section .navBar-item,
    .template-pages-account-recent-items .navBar-section .navBar-item,
    .template-pages-account-edit .navBar-section .navBar-item,
    .template-pages-account-orders-details .navBar-section .navBar-item,
    .template-pages-account-add-address .navBar-section .navBar-item,
    .template-pages-account-add-wishlist .navBar-section .navBar-item {
      padding-top: 16px !important;
      padding-bottom: 16px !important;
      border-bottom: 1px solid #e4e4e4 !important;
      margin-left: 0px !important;
      margin-right: 0px !important; } }

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

@media (max-width: 800.98px) {
  .nav-account-mobile.active span::after {
    content: "\f068"; }
  .ios .nav-account-mobile span {
    padding-top: 0px !important;
    margin-top: -2px !important; }
  .nav-account-mobile {
    height: 54px;
    width: 100%;
    border-radius: 3px;
    background-color: #F6F6F6;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 0 18px;
    position: relative;
    cursor: pointer; }
    .nav-account-mobile span {
      color: #3C3C3C;
      font-family: 'Quasimoda',sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      margin: unset;
      padding-top: 2px; }
      .nav-account-mobile span:after {
        content: "\f067";
        display: block;
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translate(0, -50%);
        color: #506F60;
        font-size: 16px;
        line-height: 12px;
        font-family: 'Font Awesome 5 Pro'; }
  .account .account-heading {
    display: none; } }

@media (min-width: 601px) {
  .account-product-order-detail-mobile {
    display: none !important; } }

@media (max-width: 600.98px) {
  .template-pages-account-orders-all .account .account-listItem:first-child {
    padding-top: 12px !important; }
  .template-pages-account-orders-all .account .account-listItem .account-product-figure {
    width: 38.35%;
    margin-right: 24px; }
  .template-pages-account-orders-all .account .account-listItem .account-product-body {
    padding-bottom: unset; }
    .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left {
      float: unset !important; }
      .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left .account-product-details {
        display: flex;
        flex-direction: column; }
        .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail:nth-child(2) {
          margin-left: 0px !important;
          margin-top: 13px; }
        .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail h6 {
          margin-bottom: 1px; }
      .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left .account-product-title {
        margin-bottom: 7px; }
    .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-right {
      float: unset !important; }
      .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus {
        margin-top: 13px;
        margin-bottom: 14px !important;
        position: unset;
        background-color: #E7E7E7; }
      .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail {
        display: none; }
  .template-pages-account-orders-all .account .account-product-order-detail-mobile {
    width: 100%;
    color: #FFFFFF;
    font-family: 'Quasimoda',sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center; }
    .template-pages-account-orders-all .account .account-product-order-detail-mobile button {
      width: 100%;
      padding-top: 2px; } }

@media (min-width: 801px) {
  .template-pages-account-orders-details .page-heading {
    margin-bottom: 22px !important; }
  .template-pages-account-orders-details .navBar--account {
    margin-bottom: 32px !important; } }

.template-pages-account-orders-details .account-body {
  margin: 0px 0px 72px !important; }
  @media (max-width: 601px) {
    .template-pages-account-orders-details .account-body {
      margin-bottom: 24px !important; } }
  .template-pages-account-orders-details .account-body .account-content--fixedSmall {
    width: 63.3333%; }
    @media (max-width: 800.98px) {
      .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-heading {
        display: block;
        margin-top: 18px; } }
    @media (max-width: 600.98px) {
      .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-heading {
        padding-bottom: 12px !important; } }
    .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-listItem:last-child {
      border-bottom: 1px solid #e8e8e8 !important; }
    .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product--alignMiddle {
      display: flex;
      align-items: center; }
    .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-checkItem {
      position: unset;
      width: 20px;
      margin-right: 24px;
      display: none; }
      .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-checkItem .form-label {
        width: 20px;
        height: 20px; }
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-checkItem .form-label::before {
          top: 0px;
          width: 20px;
          height: 20px;
          border: 1px solid #E4E4E4;
          border-radius: 3px; }
    .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-figure {
      position: unset;
      width: 86px !important;
      height: 86px !important;
      margin-right: 24px !important;
      flex: none; }
      @media (max-width: 600.98px) {
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-figure {
          margin-right: 12px !important; } }
      .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-figure img {
        height: 86px;
        width: 86px;
        margin-right: 24px; }
    .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-body {
      flex: auto;
      padding-left: 0px !important;
      display: flex;
      padding-bottom: 0px !important; }
      @media (max-width: 600.98px) {
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-body {
          flex-wrap: wrap; } }
      .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-body .account-product-body-left1 {
        width: 100%; }
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-body .account-product-body-left1 h5 {
          color: #3C3C3C;
          font-family: 'Quasimoda',sans-serif;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px;
          margin-bottom: 0px;
          font-weight: 400; }
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-body .account-product-body-left1 .definitionList dt {
          color: #3C3C3C;
          font-family: 'Quasimoda',sans-serif;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px;
          font-weight: 600; }
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-body .account-product-body-left1 .definitionList dd {
          color: #3C3C3C;
          font-family: 'Quasimoda',sans-serif;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px;
          margin-right: 20px; }
      .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-body .account-product-body-right1 {
        display: flex;
        align-items: center; }
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-body .account-product-body-right1 span {
          width: 75px;
          text-align: right;
          color: #3C3C3C;
          font-family: 'Quasimoda',sans-serif;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px;
          margin-right: 0px; }
    .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal {
      width: 72.982%; }
      @media (min-width: 601px) {
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal {
          margin-bottom: -8px; } }
      @media (max-width: 600.98px) {
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal {
          margin-bottom: 0px; } }
      .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal dd {
        padding-bottom: 0px;
        border-bottom: unset;
        padding-top: 0px; }
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal dd:first-child {
          padding-top: 18px !important; }
      .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal dt {
        padding-top: 0px;
        padding-bottom: 0px; }
      .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-key {
        color: #111111;
        font-family: 'Quasimoda',sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 26px; }
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-key:first-child {
          padding-top: 24px; }
          @media (max-width: 600.98px) {
            .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-key:first-child {
              padding-top: 12px; } }
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-key.grand-total {
          font-weight: 600;
          text-transform: lowercase;
          padding-top: 18px;
          margin-top: 12px;
          position: unset;
          top: unset; }
          @media (max-width: 600.98px) {
            .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-key.grand-total {
              padding-top: 12px;
              margin-top: 8px; } }
          .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-key.grand-total:after {
            content: ":";
            font-weight: 600; }
          .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-key.grand-total:first-letter {
            text-transform: uppercase; }
          .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-key.grand-total + dd {
            font-weight: 600;
            padding-top: 20px;
            margin-top: 9px;
            border-top: 1px solid #E8E8E8; }
            @media (max-width: 600.98px) {
              .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-key.grand-total + dd {
                padding-top: 12px;
                margin-top: 8px; } }
      .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-value {
        color: #111111;
        font-family: 'Quasimoda',sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 26px; }
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-value:nth-child(2) {
          padding-top: 24px; }
          @media (max-width: 600.98px) {
            .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-value:nth-child(2) {
              padding-top: 12px; } }
        .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal .account-orderTotal-value.shipping {
          border-bottom: unset;
          padding-bottom: 0px; }
  .template-pages-account-orders-details .account-body .account-sidebar {
    width: 36.6667%;
    padding-right: 0px;
    padding-left: 48px; }
    .template-pages-account-orders-details .account-body .account-sidebar .definitionList {
      margin-bottom: 0px; }
      .template-pages-account-orders-details .account-body .account-sidebar .definitionList .definitionList-key {
        color: #3C3C3C;
        font-family: 'Quasimoda',sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px; }
      .template-pages-account-orders-details .account-body .account-sidebar .definitionList .definitionList-value {
        color: #111111;
        font-family: 'Quasimoda',sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 6px; }
    .template-pages-account-orders-details .account-body .account-sidebar .btn-hollow {
      width: 100%;
      font-weight: 600;
      margin-bottom: 30px; }
    .template-pages-account-orders-details .account-body .account-sidebar .account-sidebar-block {
      margin-bottom: 0px;
      margin-top: 0px; }
      .template-pages-account-orders-details .account-body .account-sidebar .account-sidebar-block:first-child .definitionList {
        margin-bottom: 1px; }
      @media (min-width: 601px) {
        .template-pages-account-orders-details .account-body .account-sidebar .account-sidebar-block:last-child .account-order-address,
        .template-pages-account-orders-details .account-body .account-sidebar .account-sidebar-block:last-child .definitionList {
          margin-bottom: -10px; } }
      @media (max-width: 600.98px) {
        .template-pages-account-orders-details .account-body .account-sidebar .account-sidebar-block:last-child .account-order-address,
        .template-pages-account-orders-details .account-body .account-sidebar .account-sidebar-block:last-child .definitionList {
          margin-bottom: 0px; } }
      .template-pages-account-orders-details .account-body .account-sidebar .account-sidebar-block p {
        margin-bottom: 0px; }
        @media (max-width: 600.98px) {
          .template-pages-account-orders-details .account-body .account-sidebar .account-sidebar-block p {
            margin-bottom: 6px; } }
    .template-pages-account-orders-details .account-body .account-sidebar .account-order-address,
    .template-pages-account-orders-details .account-body .account-sidebar .definitionList {
      margin-bottom: 27px; }
      .template-pages-account-orders-details .account-body .account-sidebar .account-order-address li,
      .template-pages-account-orders-details .account-body .account-sidebar .definitionList li {
        color: #3C3C3C;
        font-family: 'Quasimoda',sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 6px; }
    .template-pages-account-orders-details .account-body .account-sidebar .account-heading {
      margin-bottom: 18px;
      padding-bottom: 10px; }
      @media (max-width: 800.98px) {
        .template-pages-account-orders-details .account-body .account-sidebar .account-heading {
          display: block;
          margin-top: 18px; } }
      @media (max-width: 600.98px) {
        .template-pages-account-orders-details .account-body .account-sidebar .account-heading {
          margin-bottom: 14px !important; } }
    .template-pages-account-orders-details .account-body .account-sidebar .account-reorder-form {
      width: 100%; }

@media (max-width: 600.98px) {
  .template-pages-account-orders-details .account .account-listItem {
    padding-bottom: 10px !important;
    padding-top: 13px !important; }
  .template-pages-account-orders-details .account .account-heading {
    font-size: 20px !important;
    letter-spacing: 0 !important;
    line-height: 22px !important; }
  .template-pages-account-orders-details .account-body .account-content--fixedSmall {
    width: 100%;
    float: unset; }
    .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-checkItem {
      margin-right: 12px; }
    .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-orderTotal {
      float: unset;
      width: 100%;
      margin-bottom: 20px; }
    .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-body h5 {
      width: 100%;
      float: unset; }
    .template-pages-account-orders-details .account-body .account-content--fixedSmall .account-product-body span {
      width: 100% !important;
      float: unset;
      text-align: left !important;
      margin-top: 12px;
      display: block; }
  .template-pages-account-orders-details .account-body .account-sidebar {
    width: 100%;
    float: unset;
    padding-left: unset; }
    .template-pages-account-orders-details .account-body .account-sidebar .btn-hollow {
      margin-bottom: 0px;
      margin-top: 6px; }
    .template-pages-account-orders-details .account-body .account-sidebar .account-sidebar-block:first-child .account-heading {
      margin-top: 12px !important; }
    .template-pages-account-orders-details .account-body .account-sidebar .account-heading {
      margin-top: 28px; } }

.template-pages-account-addresses .page-heading {
  margin-bottom: 15px; }

@media (max-width: 800px) {
  .template-pages-account-addresses .account--fixedLarge {
    margin-top: 12px !important; } }

@media (max-width: 600.98px) {
  .template-pages-account-addresses .addressList {
    margin-bottom: 18px !important; } }

@media (min-width: 601px) {
  .template-pages-account-addresses .addressList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 51px; }
    .template-pages-account-addresses .addressList .address {
      display: flex;
      flex-direction: column;
      margin-bottom: 21px; }
      .template-pages-account-addresses .addressList .address .panel--address {
        height: 100%;
        width: 100%; }
        .template-pages-account-addresses .addressList .address .panel--address .panel-body {
          position: relative; } }

.template-pages-account-addresses .addressList .address {
  padding: 0 0.64571rem; }
  @media (max-width: 600.98px) {
    .template-pages-account-addresses .addressList .address {
      width: 100% !important;
      margin-bottom: 12px !important; } }
  .template-pages-account-addresses .addressList .address .panel--newAddress h5 {
    color: #111111;
    font-family: 'Quasimoda',sans-serif;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase; }
  .template-pages-account-addresses .addressList .address .panel--newAddress .address-symbol::after {
    content: '';
    background-image: url(../icons/portfolio-grid.svg);
    display: block;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    margin: auto;
    margin-bottom: 12px;
    margin-top: 33px; }

.template-pages-account-addresses .addressList .panel-body {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  background-color: #FFFFFF;
  padding: 27px 47px 30px 29px;
  min-height: 245px;
  margin-bottom: 0px;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .template-pages-account-addresses .addressList .panel-body form {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  @media (max-width: 600.98px) {
    .template-pages-account-addresses .addressList .panel-body {
      margin-bottom: 0px;
      min-height: 243px; } }
  .template-pages-account-addresses .addressList .panel-body .address-title {
    color: #111111;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 22px;
    margin-bottom: 13px;
    font-weight: 500; }
  @media (max-width: 550.98px) {
    .template-pages-account-addresses .addressList .panel-body .address-details--postal {
      margin-bottom: 9px; } }
  .template-pages-account-addresses .addressList .panel-body .address-details--postal li {
    color: #3C3C3C;
    font-family: 'Quasimoda',sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px; }
  .template-pages-account-addresses .addressList .panel-body dl {
    margin-bottom: 21px; }
    .template-pages-account-addresses .addressList .panel-body dl dt,
    .template-pages-account-addresses .addressList .panel-body dl dd {
      color: #3C3C3C;
      font-family: 'Quasimoda',sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px; }
  .template-pages-account-addresses .addressList .panel-body .form-actions {
    position: unset;
    display: flex;
    margin-bottom: 0px !important;
    margin-left: 0px; }
    .template-pages-account-addresses .addressList .panel-body .form-actions a {
      width: 99px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 0px;
      line-height: 16px; }
    .template-pages-account-addresses .addressList .panel-body .form-actions button {
      width: 103px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: 600;
      margin-bottom: 0px;
      margin-left: 10px;
      line-height: 16px; }

.template-pages-account-add-address .form-select {
  padding-right: 25px; }

.template-pages-account-edit .account--fixed .alertBox--success,
.template-pages-account-edit .account--fixed .alertBox--error {
  margin-top: -11px;
  margin-bottom: 28px; }
  @media (max-width: 800.98px) {
    .template-pages-account-edit .account--fixed .alertBox--success,
    .template-pages-account-edit .account--fixed .alertBox--error {
      margin-top: 0px; } }

@media (min-width: 375px) {
  .template-pages-account-add-address .body .form-row--half > .form-field:nth-child(odd),
  .template-pages-account-edit .body .form-row--half > .form-field:nth-child(odd) {
    clear: left !important; } }

.template-pages-account-add-address .body input[type="text"],
.template-pages-account-add-address .body input[type="email"],
.template-pages-account-add-address .body input[type="password"],
.template-pages-account-add-address .body input[type="number"],
.template-pages-account-add-address .body input[type="tel"],
.template-pages-account-add-address .body input[type="date"] textarea,
.template-pages-account-add-address .body .form-input,
.template-pages-account-add-address .body .cart-total .form-input,
.template-pages-account-edit .body input[type="text"],
.template-pages-account-edit .body input[type="email"],
.template-pages-account-edit .body input[type="password"],
.template-pages-account-edit .body input[type="number"],
.template-pages-account-edit .body input[type="tel"],
.template-pages-account-edit .body input[type="date"] textarea,
.template-pages-account-edit .body .form-input,
.template-pages-account-edit .body .cart-total .form-input {
  padding: 12px 16px !important; }

.template-pages-account-add-address .body .form-row .form-field .form-label,
.template-pages-account-add-address .body .form-row .form-field label,
.template-pages-account-edit .body .form-row .form-field .form-label,
.template-pages-account-edit .body .form-row .form-field label {
  left: 25px; }

.template-pages-account-add-address .body select,
.template-pages-account-add-address .body .form-select,
.template-pages-account-add-address .body .cart-total .form-select,
.template-pages-account-edit .body select,
.template-pages-account-edit .body .form-select,
.template-pages-account-edit .body .cart-total .form-select {
  padding-left: 16px; }

.template-pages-account-add-address .body .nav-account-mobile,
.template-pages-account-edit .body .nav-account-mobile {
  max-width: 612px;
  margin-left: auto;
  margin-right: auto; }

.template-pages-account-add-address .body .navBar--account,
.template-pages-account-edit .body .navBar--account {
  max-width: 612px;
  margin-left: auto;
  margin-right: auto; }

.template-pages-account-add-address .body .form-field .form-label.active,
.template-pages-account-edit .body .form-field .form-label.active {
  top: -5px !important; }

.template-pages-account-add-address .body .account,
.template-pages-account-edit .body .account {
  max-width: 612px !important; }
  @media (max-width: 800.98px) {
    .template-pages-account-add-address .body .account,
    .template-pages-account-edit .body .account {
      margin-top: 18px !important; } }
  @media (max-width: 600.98px) {
    .template-pages-account-add-address .body .account .form-row--half .form-field,
    .template-pages-account-edit .body .account .form-row--half .form-field {
      padding-left: 9px !important;
      padding-right: 9px !important; } }
  @media (min-width: 375px) {
    .template-pages-account-add-address .body .account .form-row--half .form-field,
    .template-pages-account-edit .body .account .form-row--half .form-field {
      width: 50% !important; } }
  .template-pages-account-add-address .body .account .form,
  .template-pages-account-edit .body .account .form {
    margin-bottom: 0px;
    padding-bottom: 73px; }
    @media (max-width: 600.98px) {
      .template-pages-account-add-address .body .account .form,
      .template-pages-account-edit .body .account .form {
        padding-bottom: 30px !important; } }
  .template-pages-account-add-address .body .account .form-row .form-field,
  .template-pages-account-edit .body .account .form-row .form-field {
    margin: 0 0 18px; }
  .template-pages-account-add-address .body .account .form-actions,
  .template-pages-account-edit .body .account .form-actions {
    margin-top: -2px !important; }
    .template-pages-account-add-address .body .account .form-actions .button--primary,
    .template-pages-account-edit .body .account .form-actions .button--primary {
      margin-bottom: 16px;
      width: 100%; }
      @media (max-width: 600.98px) {
        .template-pages-account-add-address .body .account .form-actions .button--primary,
        .template-pages-account-edit .body .account .form-actions .button--primary {
          margin-bottom: 12px !important; } }
    .template-pages-account-add-address .body .account .form-actions a,
    .template-pages-account-edit .body .account .form-actions a {
      margin: 0px;
      width: auto !important; }
  .template-pages-account-add-address .body .account .form-field--error .form-select,
  .template-pages-account-edit .body .account .form-field--error .form-select {
    background-image: url(../img/arrown-down-error-1-0.svg) !important; }

@media (max-width: 600.98px) {
  .template-pages-account-wishlists .wishlists-table {
    margin-bottom: 18px; } }

.template-pages-account-wishlists .account--fixedLarge .table-tbody tr > td:nth-child(2), .template-pages-account-wishlists .account--fixedLarge .table-tbody tr > td:nth-child(3) {
  text-align: center; }

.template-pages-account-wishlists .account--fixedLarge > .form {
  margin-bottom: 72px; }
  @media (max-width: 600.98px) {
    .template-pages-account-wishlists .account--fixedLarge > .form {
      margin-bottom: 16px; } }
  @media (max-width: 600.98px) {
    .template-pages-account-wishlists .account--fixedLarge > .form .form-actions a {
      margin-bottom: 7px;
      padding-top: 2px; } }
  @media (max-width: 600.98px) {
    .template-pages-account-wishlists .account--fixedLarge > .form .form-actions .btn-hollow {
      padding-top: 2px; } }

.template-pages-account-wishlists .button.button--small.btn-hollow {
  margin-bottom: 0px;
  padding-top: 2px; }
  .template-pages-account-wishlists .button.button--small.btn-hollow:hover {
    border: 1px solid #68947F; }

.template-pages-account-wishlists .body .container {
  padding: 0px 12px; }

.template-pages-account-wishlists .header-bottom {
  display: none; }

.template-pages-account-wishlists .breadcrumbs {
  display: none; }

.template-pages-account-wishlists .account-head {
  display: none !important;
  margin-bottom: 0px !important; }

.template-pages-account-wishlists .navBar--account {
  margin-bottom: 36px; }
  @media (min-width: 801px) {
    .template-pages-account-wishlists .navBar--account {
      display: block !important; } }
  @media (max-width: 800.98px) {
    .template-pages-account-wishlists .navBar--account {
      margin-bottom: 0px; } }

.template-pages-account-wishlists .navBar-section .navBar-item.is-active {
  border-bottom: unset;
  color: #506F60 !important;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Quasimoda',sans-serif;
  text-decoration: underline; }
  .template-pages-account-wishlists .navBar-section .navBar-item.is-active a {
    border-bottom: unset;
    color: #506F60 !important;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Quasimoda',sans-serif;
    text-decoration: underline; }

.template-pages-account-wishlists .navBar-section .navBar-item {
  margin: 0 13px !important; }
  .template-pages-account-wishlists .navBar-section .navBar-item a {
    text-decoration: unset;
    color: #3C3C3C !important; }
    @media (max-width: 800.98px) {
      .template-pages-account-wishlists .navBar-section .navBar-item a {
        width: fit-content; } }
  @media (max-width: 800.98px) {
    .template-pages-account-wishlists .navBar-section .navBar-item {
      padding-top: 16px !important;
      padding-bottom: 16px !important;
      border-bottom: 1px solid #e4e4e4 !important;
      margin-left: 0px !important;
      margin-right: 0px !important; } }

@media (min-width: 551px) {
  .template-pages-account-wishlists .table-tbody .form-fieldset a {
    width: 73px;
    padding-top: 2px; }
  .template-pages-account-wishlists .form-actions .button {
    width: 120px;
    padding-top: 2px; }
  .template-pages-account-wishlists .form-actions .btn-hollow:hover {
    border: 1px solid #68947F; } }

@media (max-width: 550.98px) {
  .template-pages-account-wishlists .table-tbody .form-fieldset a {
    padding-top: 2px; }
  .template-pages-account-wishlists .form-actions .btn-hollow {
    padding-top: 2px; }
    .template-pages-account-wishlists .form-actions .btn-hollow:hover {
      border: 1px solid #68947F; } }

.template-pages-account-add-wishlist .account {
  margin-bottom: 72px; }
  @media (max-width: 600.98px) {
    .template-pages-account-add-wishlist .account {
      margin-bottom: 0px; } }

.template-pages-account-add-wishlist .header-bottom {
  display: none; }

.template-pages-account-add-wishlist .breadcrumbs {
  display: none; }

.template-pages-account-add-wishlist .header-bottom-global {
  border-bottom: 1px solid #E8E8E8; }

.template-pages-account-add-wishlist .wishlist-form .form-actions a {
  margin-left: 0px !important;
  width: auto !important;
  margin-top: 0px !important; }
  @media (max-width: 600.98px) {
    .template-pages-account-add-wishlist .wishlist-form .form-actions a {
      margin-bottom: 0px !important; } }

.template-pages-account-add-wishlist .wishlist-form .form-field {
  padding-left: 0px !important;
  padding-right: 0px !important; }
  .template-pages-account-add-wishlist .wishlist-form .form-field .checkbox_radio {
    left: 0;
    margin-bottom: 20px; }
    .template-pages-account-add-wishlist .wishlist-form .form-field .checkbox_radio::before {
      top: -2.5px; }

.template-pages-account-add-wishlist .wishlist-form .form-actions .button--primary {
  width: 100%;
  margin-bottom: 16px; }

@media (max-width: 800.98px) {
  .template-pages-account-add-wishlist .wishlist-form {
    padding-top: 30px;
    max-width: unset; } }

@media (max-width: 600.98px) {
  .template-pages-account-add-wishlist .wishlist-form {
    padding-bottom: 30px !important; } }

.template-pages-account-wishlist-details .share-wishlist {
  width: 100% !important;
  max-width: none !important; }
  @media (max-width: 800.98px) {
    .template-pages-account-wishlist-details .share-wishlist .panel-body {
      margin-top: 12px !important; } }
  @media (max-width: 600.98px) {
    .template-pages-account-wishlist-details .share-wishlist .panel-body {
      margin-bottom: 12px !important; } }

.template-pages-account-wishlist-details ul.productGrid .product .add-to-wishlist {
  display: none; }

.template-pages-account-wishlist-details .body .container {
  padding: 0px 12px; }

.template-pages-account-wishlist-details .header-bottom {
  display: none; }

.template-pages-account-wishlist-details .breadcrumbs {
  display: none; }

.template-pages-account-wishlist-details .header-bottom-global {
  border-bottom: 1px solid #E8E8E8; }

.template-pages-account-wishlist-details .account-head {
  display: none !important;
  margin-bottom: 0px !important; }

.template-pages-account-wishlist-details .navBar--account {
  margin-bottom: 36px; }
  @media (min-width: 801px) {
    .template-pages-account-wishlist-details .navBar--account {
      display: block !important; } }
  @media (max-width: 800.98px) {
    .template-pages-account-wishlist-details .navBar--account {
      margin-bottom: 0px; } }

.template-pages-account-wishlist-details .navBar-section .navBar-item.is-active {
  border-bottom: unset;
  color: #506F60 !important;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Quasimoda',sans-serif;
  text-decoration: underline; }
  .template-pages-account-wishlist-details .navBar-section .navBar-item.is-active a {
    border-bottom: unset;
    color: #506F60 !important;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Quasimoda',sans-serif;
    text-decoration: underline; }

.template-pages-account-wishlist-details .navBar-section .navBar-item {
  margin: 0 13px !important; }
  .template-pages-account-wishlist-details .navBar-section .navBar-item a {
    text-decoration: unset;
    color: #3C3C3C !important; }
    @media (max-width: 800.98px) {
      .template-pages-account-wishlist-details .navBar-section .navBar-item a {
        width: fit-content; } }
  @media (max-width: 800.98px) {
    .template-pages-account-wishlist-details .navBar-section .navBar-item {
      padding-top: 16px !important;
      padding-bottom: 16px !important;
      border-bottom: 1px solid #e4e4e4 !important;
      margin-left: 0px !important;
      margin-right: 0px !important; } }

.template-pages-account-wishlist-details .page-heading {
  margin-bottom: 18px; }

.template-pages-account-wishlist-details .account {
  margin-bottom: 51px;
  max-width: 1155px; }
  .template-pages-account-wishlist-details .account .alertBox--info {
    margin-bottom: 72px; }
    @media (max-width: 800.98px) {
      .template-pages-account-wishlist-details .account .alertBox--info {
        margin-top: 18px;
        margin-bottom: 30px; } }
  @media (max-width: 800.98px) {
    .template-pages-account-wishlist-details .account {
      margin-bottom: 9px; } }

.template-pages-account-wishlist-details .header-bottom {
  display: none; }

.template-pages-account-wishlist-details .breadcrumbs {
  display: none; }

.template-pages-account-wishlist-details .productGrid {
  display: flex;
  flex-wrap: wrap;
  max-width: 1155px !important;
  padding: 0;
  margin-right: 0px !important;
  margin-left: 0px !important; }
  @media (max-width: 800.98px) {
    .template-pages-account-wishlist-details .productGrid {
      margin-top: 12px; } }
  @media (max-width: 800.98px) {
    .template-pages-account-wishlist-details .productGrid {
      margin-left: -6.5px !important;
      margin-right: -6.5px !important;
      padding-right: 0px !important;
      padding-left: 0px !important; } }

.template-pages-account-wishlist-details .product {
  width: 20% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 21px; }
  @media (max-width: 1024.98px) {
    .template-pages-account-wishlist-details .product {
      width: 25% !important; } }
  @media (max-width: 767px) {
    .template-pages-account-wishlist-details .product {
      width: 33.33333% !important; } }
  @media (max-width: 600px) {
    .template-pages-account-wishlist-details .product {
      width: 50% !important;
      padding-left: 6px;
      padding-right: 6px; } }
  @media (max-width: 350.98px) {
    .template-pages-account-wishlist-details .product {
      width: 100% !important; } }
  .template-pages-account-wishlist-details .product .card {
    width: 100%;
    margin-bottom: 0px; }
    .template-pages-account-wishlist-details .product .card .card-figure {
      padding: 0px; }
    .template-pages-account-wishlist-details .product .card .card-body {
      padding-top: 11px !important;
      padding-bottom: 0px !important; }
      @media (max-width: 800.98px) {
        .template-pages-account-wishlist-details .product .card .card-body {
          padding-top: 6px !important; } }
      .template-pages-account-wishlist-details .product .card .card-body h3 {
        margin-bottom: 12px !important; }
  .template-pages-account-wishlist-details .product .form {
    margin-bottom: 0px; }
    .template-pages-account-wishlist-details .product .form .remove-wishlist {
      margin-top: 5px;
      display: inline-block; }
    .template-pages-account-wishlist-details .product .form .card-text {
      margin-bottom: 8px;
      font-size: 18px;
      font-weight: 600; }
      .template-pages-account-wishlist-details .product .form .card-text .price-section {
        display: inline-block; }
      .template-pages-account-wishlist-details .product .form .card-text .price-now-label {
        display: none; }
      @media (max-width: 800.98px) {
        .template-pages-account-wishlist-details .product .form .card-text {
          margin-bottom: 4px; } }
      .template-pages-account-wishlist-details .product .form .card-text .non-sale-price--withTax span {
        font-weight: 500;
        font-size: 16px; }
      .template-pages-account-wishlist-details .product .form .card-text .price-section--withTax .price--withTax {
        font-size: 18px; }
      .template-pages-account-wishlist-details .product .form .card-text .price-section.non-sale-price--withTax[style="display: none;"] + .price-section span.price, .template-pages-account-wishlist-details .product .form .card-text .price-section.non-sale-price--withoutTax[style="display: none;"] + .price-section span.price {
        color: #506F60; }
      .template-pages-account-wishlist-details .product .form .card-text .price-section.non-sale-price--withTax + .price-section span.price, .template-pages-account-wishlist-details .product .form .card-text .price-section.non-sale-price--withoutTax + .price-section span.price {
        color: #E74C3C; }
      .template-pages-account-wishlist-details .product .form .card-text .price-section--withTax .price--non-sale {
        color: #B8B8B8;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px; }
      .template-pages-account-wishlist-details .product .form .card-text .price-section--withTax [data-product-price-with-tax] {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 18px;
        color: #506f60; }
      .template-pages-account-wishlist-details .product .form .card-text .price-section--withTax.rrp-price--withTax {
        display: none; }
    .template-pages-account-wishlist-details .product .form .card-figcaption {
      position: unset;
      opacity: 1;
      height: unset;
      margin-bottom: 0;
      display: block; }
      .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body {
        position: unset;
        transform: unset;
        width: 100%; }
        .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .card-figcaption-button {
          margin-top: 0;
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          background: #506F60;
          height: 42px;
          line-height: 45px; }
        .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .card-desktop {
          position: unset;
          display: block;
          background-color: #506F60;
          margin-top: 0px; }
          .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .card-desktop:hover {
            background-color: #68947F; }
          @media (max-width: 767.98px) {
            .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .card-desktop {
              height: 42px;
              display: block;
              margin-bottom: 0px; } }
        .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .card-mobile {
          height: 42px;
          position: unset;
          display: block;
          background-color: #506F60;
          margin-top: 0px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 0px; }
          @media (min-width: 768px) {
            .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .card-mobile {
              display: none !important; } }
        .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .choose-mobile {
          position: unset;
          display: block;
          background-color: #506F60;
          margin-top: 0px; }
          .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .choose-mobile:hover {
            background-color: #68947F; }
          @media (max-width: 767.98px) {
            .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .choose-mobile {
              height: 42px;
              display: block;
              justify-content: center;
              align-items: center;
              margin-bottom: 0px; } }
        .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .quickview {
          position: unset;
          display: none; }
        .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body span {
          height: 42px; }
          .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body span.mobile {
            display: none; }
          @media (max-width: 1024px) {
            .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body span.desktop {
              display: none; }
            .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body span.mobile {
              display: block; } }
        .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .btn-out-of-stock {
          background-color: #EEEEEE;
          color: #B8B8B8;
          font-family: 'Quasimoda',sans-serif;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0;
          text-align: center;
          display: block;
          cursor: initial; }
          @media (max-width: 767.98px) {
            .template-pages-account-wishlist-details .product .form .card-figcaption .card-figcaption-body .btn-out-of-stock {
              height: 42px;
              display: block;
              margin-bottom: 0px; } }
    .template-pages-account-wishlist-details .product .form .remove-wishlist input {
      border: none;
      background: no-repeat;
      text-decoration: underline;
      line-height: 20px;
      padding-left: 0px; }

.template-pages-account-wishlist-details.device-ios .product .form .card-figcaption .card-figcaption-body .card-figcaption-button, .template-pages-account-wishlist-details.mac .product .form .card-figcaption .card-figcaption-body .card-figcaption-button {
  line-height: 40px; }

@media (max-width: 767.98px) {
  .template-pages-account-wishlist-details.device-ios .product .form .card-figcaption .card-figcaption-body .card-desktop, .template-pages-account-wishlist-details.mac .product .form .card-figcaption .card-figcaption-body .card-desktop {
    line-height: 40px; } }

.template-pages-account-inbox .form {
  margin-bottom: 72px !important; }
  @media (max-width: 600.98px) {
    .template-pages-account-inbox .form {
      margin-bottom: 16px !important; } }
  .template-pages-account-inbox .form .form-select {
    line-height: 16px !important; }
  .template-pages-account-inbox .form .form-actions .button {
    margin-left: 0px !important;
    margin-top: 15px !important; }
    @media (max-width: 600.98px) {
      .template-pages-account-inbox .form .form-actions .button {
        margin-top: 0px !important; } }

.ios .template-pages-account-addresses .addressList .panel-body .form-actions a {
  padding-top: 0px !important; }

.ios .template-pages-account-addresses .addressList .panel-body .form-actions button {
  padding-top: 0px !important; }

@media (max-width: 600.98px) {
  .ios .template-pages-account-wishlist-details .product {
    width: 49.8% !important;
    padding-left: 6px !important;
    padding-right: 6px !important; } }

.template-pages-account-wishlist-details .page-heading,
.template-pages-account-wishlists .page-heading,
.template-pages-account-add-wishlist .page-heading {
  font-size: 30px;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin-bottom: 18px;
  margin-top: 54px; }
  @media (max-width: 767.98px) {
    .template-pages-account-wishlist-details .page-heading,
    .template-pages-account-wishlists .page-heading,
    .template-pages-account-add-wishlist .page-heading {
      margin-top: 18px; } }

.template-pages-account-edit .page-heading,
.template-pages-account-add-address .page-heading,
.template-pages-account-addresses .page-heading,
.template-pages-account-inbox .page-heading,
.template-pages-account-orders-details .page-heading,
.template-pages-account-orders-all .page-heading {
  font-size: 30px;
  letter-spacing: -0.5px;
  line-height: 32px;
  margin-bottom: 18px;
  margin-top: 54px; }

.template-pages-account-edit .account-breadcrumbs,
.template-pages-account-add-address .account-breadcrumbs,
.template-pages-account-addresses .account-breadcrumbs,
.template-pages-account-inbox .account-breadcrumbs,
.template-pages-account-orders-details .account-breadcrumbs,
.template-pages-account-orders-all .account-breadcrumbs {
  display: none; }

.template-pages-account-edit .account,
.template-pages-account-add-address .account,
.template-pages-account-addresses .account,
.template-pages-account-inbox .account,
.template-pages-account-orders-details .account,
.template-pages-account-orders-all .account {
  width: 100%;
  max-width: 900px;
  margin-bottom: 72px;
  margin: 0 auto; }
  .template-pages-account-edit .account .forgot-password-breadcrumbs,
  .template-pages-account-add-address .account .forgot-password-breadcrumbs,
  .template-pages-account-addresses .account .forgot-password-breadcrumbs,
  .template-pages-account-inbox .account .forgot-password-breadcrumbs,
  .template-pages-account-orders-details .account .forgot-password-breadcrumbs,
  .template-pages-account-orders-all .account .forgot-password-breadcrumbs {
    display: none; }
  .template-pages-account-edit .account .new-password-breadcrumbs,
  .template-pages-account-add-address .account .new-password-breadcrumbs,
  .template-pages-account-addresses .account .new-password-breadcrumbs,
  .template-pages-account-inbox .account .new-password-breadcrumbs,
  .template-pages-account-orders-details .account .new-password-breadcrumbs,
  .template-pages-account-orders-all .account .new-password-breadcrumbs {
    display: none; }
  .template-pages-account-edit .account .page-heading,
  .template-pages-account-add-address .account .page-heading,
  .template-pages-account-addresses .account .page-heading,
  .template-pages-account-inbox .account .page-heading,
  .template-pages-account-orders-details .account .page-heading,
  .template-pages-account-orders-all .account .page-heading {
    margin-top: 54px;
    margin-bottom: 18px; }
  .template-pages-account-edit .account .new-password-form .form-row .form-field label,
  .template-pages-account-add-address .account .new-password-form .form-row .form-field label,
  .template-pages-account-addresses .account .new-password-form .form-row .form-field label,
  .template-pages-account-inbox .account .new-password-form .form-row .form-field label,
  .template-pages-account-orders-details .account .new-password-form .form-row .form-field label,
  .template-pages-account-orders-all .account .new-password-form .form-row .form-field label {
    margin-left: 0; }
  .template-pages-account-edit .account .new-password-form .form-actions input,
  .template-pages-account-add-address .account .new-password-form .form-actions input,
  .template-pages-account-addresses .account .new-password-form .form-actions input,
  .template-pages-account-inbox .account .new-password-form .form-actions input,
  .template-pages-account-orders-details .account .new-password-form .form-actions input,
  .template-pages-account-orders-all .account .new-password-form .form-actions input {
    width: 100%; }
  .template-pages-account-edit .account .account-body,
  .template-pages-account-add-address .account .account-body,
  .template-pages-account-addresses .account .account-body,
  .template-pages-account-inbox .account .account-body,
  .template-pages-account-orders-details .account .account-body,
  .template-pages-account-orders-all .account .account-body {
    margin: 0; }
    .template-pages-account-edit .account .account-body form,
    .template-pages-account-add-address .account .account-body form,
    .template-pages-account-addresses .account .account-body form,
    .template-pages-account-inbox .account .account-body form,
    .template-pages-account-orders-details .account .account-body form,
    .template-pages-account-orders-all .account .account-body form {
      margin-bottom: 0; }
      .template-pages-account-edit .account .account-body form .form-row .account-information,
      .template-pages-account-add-address .account .account-body form .form-row .account-information,
      .template-pages-account-addresses .account .account-body form .form-row .account-information,
      .template-pages-account-inbox .account .account-body form .form-row .account-information,
      .template-pages-account-orders-details .account .account-body form .form-row .account-information,
      .template-pages-account-orders-all .account .account-body form .form-row .account-information {
        display: table;
        width: 100%; }
        .template-pages-account-edit .account .account-body form .form-row .account-information .form-field,
        .template-pages-account-add-address .account .account-body form .form-row .account-information .form-field,
        .template-pages-account-addresses .account .account-body form .form-row .account-information .form-field,
        .template-pages-account-inbox .account .account-body form .form-row .account-information .form-field,
        .template-pages-account-orders-details .account .account-body form .form-row .account-information .form-field,
        .template-pages-account-orders-all .account .account-body form .form-row .account-information .form-field {
          margin: 0 0 18px; }
          .template-pages-account-edit .account .account-body form .form-row .account-information .form-field:nth-child(2n+1),
          .template-pages-account-add-address .account .account-body form .form-row .account-information .form-field:nth-child(2n+1),
          .template-pages-account-addresses .account .account-body form .form-row .account-information .form-field:nth-child(2n+1),
          .template-pages-account-inbox .account .account-body form .form-row .account-information .form-field:nth-child(2n+1),
          .template-pages-account-orders-details .account .account-body form .form-row .account-information .form-field:nth-child(2n+1),
          .template-pages-account-orders-all .account .account-body form .form-row .account-information .form-field:nth-child(2n+1) {
            clear: left; }
          .template-pages-account-edit .account .account-body form .form-row .account-information .form-field label,
          .template-pages-account-add-address .account .account-body form .form-row .account-information .form-field label,
          .template-pages-account-addresses .account .account-body form .form-row .account-information .form-field label,
          .template-pages-account-inbox .account .account-body form .form-row .account-information .form-field label,
          .template-pages-account-orders-details .account .account-body form .form-row .account-information .form-field label,
          .template-pages-account-orders-all .account .account-body form .form-row .account-information .form-field label {
            left: 24px; }
      .template-pages-account-edit .account .account-body form .form-row .account-pass,
      .template-pages-account-add-address .account .account-body form .form-row .account-pass,
      .template-pages-account-addresses .account .account-body form .form-row .account-pass,
      .template-pages-account-inbox .account .account-body form .form-row .account-pass,
      .template-pages-account-orders-details .account .account-body form .form-row .account-pass,
      .template-pages-account-orders-all .account .account-body form .form-row .account-pass {
        padding-top: 18px;
        margin: 0 10px;
        display: flex;
        position: relative; }
        .template-pages-account-edit .account .account-body form .form-row .account-pass:before,
        .template-pages-account-add-address .account .account-body form .form-row .account-pass:before,
        .template-pages-account-addresses .account .account-body form .form-row .account-pass:before,
        .template-pages-account-inbox .account .account-body form .form-row .account-pass:before,
        .template-pages-account-orders-details .account .account-body form .form-row .account-pass:before,
        .template-pages-account-orders-all .account .account-body form .form-row .account-pass:before {
          content: '';
          width: 100%;
          height: 1px;
          background-color: #E8E8E8;
          position: absolute;
          top: 0; }
        .template-pages-account-edit .account .account-body form .form-row .account-pass .form-field,
        .template-pages-account-add-address .account .account-body form .form-row .account-pass .form-field,
        .template-pages-account-addresses .account .account-body form .form-row .account-pass .form-field,
        .template-pages-account-inbox .account .account-body form .form-row .account-pass .form-field,
        .template-pages-account-orders-details .account .account-body form .form-row .account-pass .form-field,
        .template-pages-account-orders-all .account .account-body form .form-row .account-pass .form-field {
          margin: 0 0 18px; }
          .template-pages-account-edit .account .account-body form .form-row .account-pass .form-field:nth-child(1),
          .template-pages-account-add-address .account .account-body form .form-row .account-pass .form-field:nth-child(1),
          .template-pages-account-addresses .account .account-body form .form-row .account-pass .form-field:nth-child(1),
          .template-pages-account-inbox .account .account-body form .form-row .account-pass .form-field:nth-child(1),
          .template-pages-account-orders-details .account .account-body form .form-row .account-pass .form-field:nth-child(1),
          .template-pages-account-orders-all .account .account-body form .form-row .account-pass .form-field:nth-child(1) {
            padding-left: 0; }
            .template-pages-account-edit .account .account-body form .form-row .account-pass .form-field:nth-child(1) label,
            .template-pages-account-add-address .account .account-body form .form-row .account-pass .form-field:nth-child(1) label,
            .template-pages-account-addresses .account .account-body form .form-row .account-pass .form-field:nth-child(1) label,
            .template-pages-account-inbox .account .account-body form .form-row .account-pass .form-field:nth-child(1) label,
            .template-pages-account-orders-details .account .account-body form .form-row .account-pass .form-field:nth-child(1) label,
            .template-pages-account-orders-all .account .account-body form .form-row .account-pass .form-field:nth-child(1) label {
              left: 16px; }
          .template-pages-account-edit .account .account-body form .form-row .account-pass .form-field:nth-child(2),
          .template-pages-account-add-address .account .account-body form .form-row .account-pass .form-field:nth-child(2),
          .template-pages-account-addresses .account .account-body form .form-row .account-pass .form-field:nth-child(2),
          .template-pages-account-inbox .account .account-body form .form-row .account-pass .form-field:nth-child(2),
          .template-pages-account-orders-details .account .account-body form .form-row .account-pass .form-field:nth-child(2),
          .template-pages-account-orders-all .account .account-body form .form-row .account-pass .form-field:nth-child(2) {
            padding-left: 8px;
            padding-right: 0; }
            .template-pages-account-edit .account .account-body form .form-row .account-pass .form-field:nth-child(2) label,
            .template-pages-account-add-address .account .account-body form .form-row .account-pass .form-field:nth-child(2) label,
            .template-pages-account-addresses .account .account-body form .form-row .account-pass .form-field:nth-child(2) label,
            .template-pages-account-inbox .account .account-body form .form-row .account-pass .form-field:nth-child(2) label,
            .template-pages-account-orders-details .account .account-body form .form-row .account-pass .form-field:nth-child(2) label,
            .template-pages-account-orders-all .account .account-body form .form-row .account-pass .form-field:nth-child(2) label {
              left: 23px; }
      .template-pages-account-edit .account .account-body form .form-actions,
      .template-pages-account-add-address .account .account-body form .form-actions,
      .template-pages-account-addresses .account .account-body form .form-actions,
      .template-pages-account-inbox .account .account-body form .form-actions,
      .template-pages-account-orders-details .account .account-body form .form-actions,
      .template-pages-account-orders-all .account .account-body form .form-actions {
        margin-top: 0; }
        .template-pages-account-edit .account .account-body form .form-actions input,
        .template-pages-account-add-address .account .account-body form .form-actions input,
        .template-pages-account-addresses .account .account-body form .form-actions input,
        .template-pages-account-inbox .account .account-body form .form-actions input,
        .template-pages-account-orders-details .account .account-body form .form-actions input,
        .template-pages-account-orders-all .account .account-body form .form-actions input {
          width: 100%; }
  .template-pages-account-edit .account .account-heading,
  .template-pages-account-add-address .account .account-heading,
  .template-pages-account-addresses .account .account-heading,
  .template-pages-account-inbox .account .account-heading,
  .template-pages-account-orders-details .account .account-heading,
  .template-pages-account-orders-all .account .account-heading {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.5px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px; }
  .template-pages-account-edit .account .account-listItem,
  .template-pages-account-add-address .account .account-listItem,
  .template-pages-account-addresses .account .account-listItem,
  .template-pages-account-inbox .account .account-listItem,
  .template-pages-account-orders-details .account .account-listItem,
  .template-pages-account-orders-all .account .account-listItem {
    border-bottom: 1px solid #e8e8e8; }
  .template-pages-account-edit .account .account-listItem,
  .template-pages-account-add-address .account .account-listItem,
  .template-pages-account-addresses .account .account-listItem,
  .template-pages-account-inbox .account .account-listItem,
  .template-pages-account-orders-details .account .account-listItem,
  .template-pages-account-orders-all .account .account-listItem {
    padding-top: 18px;
    padding-bottom: 19px; }
    .template-pages-account-edit .account .account-listItem:last-child,
    .template-pages-account-add-address .account .account-listItem:last-child,
    .template-pages-account-addresses .account .account-listItem:last-child,
    .template-pages-account-inbox .account .account-listItem:last-child,
    .template-pages-account-orders-details .account .account-listItem:last-child,
    .template-pages-account-orders-all .account .account-listItem:last-child {
      border-bottom: unset !important; }
    .template-pages-account-edit .account .account-listItem .account-product-figure,
    .template-pages-account-add-address .account .account-listItem .account-product-figure,
    .template-pages-account-addresses .account .account-listItem .account-product-figure,
    .template-pages-account-inbox .account .account-listItem .account-product-figure,
    .template-pages-account-orders-details .account .account-listItem .account-product-figure,
    .template-pages-account-orders-all .account .account-listItem .account-product-figure {
      width: 100px;
      margin-right: 18px;
      display: block;
      height: auto; }
      .template-pages-account-edit .account .account-listItem .account-product-figure:after,
      .template-pages-account-add-address .account .account-listItem .account-product-figure:after,
      .template-pages-account-addresses .account .account-listItem .account-product-figure:after,
      .template-pages-account-inbox .account .account-listItem .account-product-figure:after,
      .template-pages-account-orders-details .account .account-listItem .account-product-figure:after,
      .template-pages-account-orders-all .account .account-listItem .account-product-figure:after {
        width: 0px;
        padding: 0px; }
    .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-left,
    .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-left,
    .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-left,
    .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-left,
    .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-left,
    .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left {
      float: left; }
      .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-left .account-product-title,
      .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-left .account-product-title,
      .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-left .account-product-title,
      .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-left .account-product-title,
      .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-left .account-product-title,
      .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left .account-product-title {
        font-size: 20px;
        letter-spacing: 0;
        line-height: 22px;
        margin-bottom: 6px;
        font-weight: 500; }
      .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-left .account-product-description,
      .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-left .account-product-description,
      .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-left .account-product-description,
      .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-left .account-product-description,
      .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-left .account-product-description,
      .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left .account-product-description {
        color: #3C3C3C;
        font-family: 'Quasimoda',sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 12px;
        font-weight: 400; }
      .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-left .account-product-details,
      .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-left .account-product-details,
      .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-left .account-product-details,
      .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-left .account-product-details,
      .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-left .account-product-details,
      .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left .account-product-details {
        margin: 0px; }
        .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail,
        .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail,
        .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail,
        .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail,
        .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail,
        .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail {
          padding: 0px;
          width: 84px; }
          .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail:nth-child(2),
          .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail:nth-child(2),
          .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail:nth-child(2),
          .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail:nth-child(2),
          .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail:nth-child(2),
          .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail:nth-child(2) {
            margin-left: 38px; }
          .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail h6,
          .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail h6,
          .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail h6,
          .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail h6,
          .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail h6,
          .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail h6 {
            color: #3C3C3C;
            font-family: 'Quasimoda',sans-serif;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px;
            text-transform: none;
            font-weight: 400;
            margin-bottom: 2px; }
          .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail span,
          .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail span,
          .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail span,
          .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail span,
          .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail span,
          .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-left .account-product-details .account-product-detail span {
            color: #111111;
            font-family: 'Quasimoda',sans-serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 20px; }
    .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-right,
    .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-right,
    .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-right,
    .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-right,
    .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-right,
    .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-right {
      float: right;
      display: flex;
      flex-direction: column; }
      @media (min-width: 601px) {
        .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-right,
        .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-right,
        .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-right,
        .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-right,
        .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-right,
        .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-right {
          margin-top: 12px; } }
      .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus,
      .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus,
      .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus,
      .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus,
      .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus,
      .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus {
        height: 30px;
        width: 148px;
        border-radius: 3px;
        background-color: #F4F4F4;
        text-align: center;
        padding: 6px 12px;
        margin-bottom: 6px; }
        .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus h6,
        .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus h6,
        .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus h6,
        .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus h6,
        .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus h6,
        .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-right .account-orderStatus h6 {
          color: #3C3C3C;
          font-family: 'Quasimoda',sans-serif;
          font-size: 14px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 20px;
          text-align: center;
          text-transform: capitalize;
          background-color: unset;
          padding: 0;
          margin: 0; }
      .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail,
      .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail,
      .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail,
      .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail,
      .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail,
      .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail {
        width: 100%;
        background-color: #E27C7C;
        border-radius: 3px; }
        .template-pages-account-edit .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail button,
        .template-pages-account-add-address .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail button,
        .template-pages-account-addresses .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail button,
        .template-pages-account-inbox .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail button,
        .template-pages-account-orders-details .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail button,
        .template-pages-account-orders-all .account .account-listItem .account-product-body .account-product-body-right .account-product-order-detail button {
          width: 100%;
          color: #FFFFFF;
          font-family: 'Quasimoda',sans-serif;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0;
          line-height: 14px;
          text-align: center;
          border-radius: 3px;
          padding-top: 3px; }

@media (max-width: 767.98px) {
  .template-pages-account-edit .body,
  .template-pages-account-add-address .body,
  .template-pages-account-addresses .body,
  .template-pages-account-inbox .body,
  .template-pages-account-orders-details .body,
  .template-pages-account-orders-all .body {
    margin-bottom: 0; }
  .template-pages-account-edit .page-heading,
  .template-pages-account-add-address .page-heading,
  .template-pages-account-addresses .page-heading,
  .template-pages-account-inbox .page-heading,
  .template-pages-account-orders-details .page-heading,
  .template-pages-account-orders-all .page-heading {
    font-size: 24px;
    line-height: 26px;
    margin: 18px 0; }
  .template-pages-account-edit .account,
  .template-pages-account-add-address .account,
  .template-pages-account-addresses .account,
  .template-pages-account-inbox .account,
  .template-pages-account-orders-details .account,
  .template-pages-account-orders-all .account {
    width: 100%;
    display: block; }
    .template-pages-account-edit .account .page-heading,
    .template-pages-account-add-address .account .page-heading,
    .template-pages-account-addresses .account .page-heading,
    .template-pages-account-inbox .account .page-heading,
    .template-pages-account-orders-details .account .page-heading,
    .template-pages-account-orders-all .account .page-heading {
      margin: 18px 0; }
    .template-pages-account-edit .account .forgot-password-form .form-row .form-field label,
    .template-pages-account-add-address .account .forgot-password-form .form-row .form-field label,
    .template-pages-account-addresses .account .forgot-password-form .form-row .form-field label,
    .template-pages-account-inbox .account .forgot-password-form .form-row .form-field label,
    .template-pages-account-orders-details .account .forgot-password-form .form-row .form-field label,
    .template-pages-account-orders-all .account .forgot-password-form .form-row .form-field label {
      padding-left: 10px; }
    .template-pages-account-edit .account .forgot-password-form .form-actions input,
    .template-pages-account-add-address .account .forgot-password-form .form-actions input,
    .template-pages-account-addresses .account .forgot-password-form .form-actions input,
    .template-pages-account-inbox .account .forgot-password-form .form-actions input,
    .template-pages-account-orders-details .account .forgot-password-form .form-actions input,
    .template-pages-account-orders-all .account .forgot-password-form .form-actions input {
      width: 100%; }
    .template-pages-account-edit .account .account-body,
    .template-pages-account-add-address .account .account-body,
    .template-pages-account-addresses .account .account-body,
    .template-pages-account-inbox .account .account-body,
    .template-pages-account-orders-details .account .account-body,
    .template-pages-account-orders-all .account .account-body {
      margin: 0; }
      .template-pages-account-edit .account .account-body form,
      .template-pages-account-add-address .account .account-body form,
      .template-pages-account-addresses .account .account-body form,
      .template-pages-account-inbox .account .account-body form,
      .template-pages-account-orders-details .account .account-body form,
      .template-pages-account-orders-all .account .account-body form {
        margin-bottom: 0; }
        .template-pages-account-edit .account .account-body form .form-row .account-information,
        .template-pages-account-add-address .account .account-body form .form-row .account-information,
        .template-pages-account-addresses .account .account-body form .form-row .account-information,
        .template-pages-account-inbox .account .account-body form .form-row .account-information,
        .template-pages-account-orders-details .account .account-body form .form-row .account-information,
        .template-pages-account-orders-all .account .account-body form .form-row .account-information {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          width: 100%; }
          .template-pages-account-edit .account .account-body form .form-row .account-information .form-field,
          .template-pages-account-add-address .account .account-body form .form-row .account-information .form-field,
          .template-pages-account-addresses .account .account-body form .form-row .account-information .form-field,
          .template-pages-account-inbox .account .account-body form .form-row .account-information .form-field,
          .template-pages-account-orders-details .account .account-body form .form-row .account-information .form-field,
          .template-pages-account-orders-all .account .account-body form .form-row .account-information .form-field {
            margin: 0 0 18px;
            width: 50%; }
            .template-pages-account-edit .account .account-body form .form-row .account-information .form-field label,
            .template-pages-account-add-address .account .account-body form .form-row .account-information .form-field label,
            .template-pages-account-addresses .account .account-body form .form-row .account-information .form-field label,
            .template-pages-account-inbox .account .account-body form .form-row .account-information .form-field label,
            .template-pages-account-orders-details .account .account-body form .form-row .account-information .form-field label,
            .template-pages-account-orders-all .account .account-body form .form-row .account-information .form-field label {
              left: 24px; }
        .template-pages-account-edit .account .account-body form .form-row .account-pass .form-field,
        .template-pages-account-add-address .account .account-body form .form-row .account-pass .form-field,
        .template-pages-account-addresses .account .account-body form .form-row .account-pass .form-field,
        .template-pages-account-inbox .account .account-body form .form-row .account-pass .form-field,
        .template-pages-account-orders-details .account .account-body form .form-row .account-pass .form-field,
        .template-pages-account-orders-all .account .account-body form .form-row .account-pass .form-field {
          width: 50%;
          margin: 0 0 18px; }
          .template-pages-account-edit .account .account-body form .form-row .account-pass .form-field:nth-child(1),
          .template-pages-account-add-address .account .account-body form .form-row .account-pass .form-field:nth-child(1),
          .template-pages-account-addresses .account .account-body form .form-row .account-pass .form-field:nth-child(1),
          .template-pages-account-inbox .account .account-body form .form-row .account-pass .form-field:nth-child(1),
          .template-pages-account-orders-details .account .account-body form .form-row .account-pass .form-field:nth-child(1),
          .template-pages-account-orders-all .account .account-body form .form-row .account-pass .form-field:nth-child(1) {
            padding-right: 8px; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .template-pages-account-edit .page-heading,
  .template-pages-account-add-address .page-heading,
  .template-pages-account-addresses .page-heading,
  .template-pages-account-inbox .page-heading,
  .template-pages-account-orders-details .page-heading,
  .template-pages-account-orders-all .page-heading {
    font-size: 24px;
    letter-spacing: -0.5px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 18px; }
  .template-pages-account-edit .account,
  .template-pages-account-add-address .account,
  .template-pages-account-addresses .account,
  .template-pages-account-inbox .account,
  .template-pages-account-orders-details .account,
  .template-pages-account-orders-all .account {
    width: 100%;
    display: block; }
    .template-pages-account-edit .account .forgot-password-form .form-row .form-field label,
    .template-pages-account-add-address .account .forgot-password-form .form-row .form-field label,
    .template-pages-account-addresses .account .forgot-password-form .form-row .form-field label,
    .template-pages-account-inbox .account .forgot-password-form .form-row .form-field label,
    .template-pages-account-orders-details .account .forgot-password-form .form-row .form-field label,
    .template-pages-account-orders-all .account .forgot-password-form .form-row .form-field label {
      padding-left: 10px; }
    .template-pages-account-edit .account .forgot-password-form .form-actions input,
    .template-pages-account-add-address .account .forgot-password-form .form-actions input,
    .template-pages-account-addresses .account .forgot-password-form .form-actions input,
    .template-pages-account-inbox .account .forgot-password-form .form-actions input,
    .template-pages-account-orders-details .account .forgot-password-form .form-actions input,
    .template-pages-account-orders-all .account .forgot-password-form .form-actions input {
      width: 100%; }
    .template-pages-account-edit .account .account-body,
    .template-pages-account-add-address .account .account-body,
    .template-pages-account-addresses .account .account-body,
    .template-pages-account-inbox .account .account-body,
    .template-pages-account-orders-details .account .account-body,
    .template-pages-account-orders-all .account .account-body {
      margin: 0; }
      .template-pages-account-edit .account .account-body form,
      .template-pages-account-add-address .account .account-body form,
      .template-pages-account-addresses .account .account-body form,
      .template-pages-account-inbox .account .account-body form,
      .template-pages-account-orders-details .account .account-body form,
      .template-pages-account-orders-all .account .account-body form {
        margin-bottom: 0; }
        .template-pages-account-edit .account .account-body form .form-row .account-information,
        .template-pages-account-add-address .account .account-body form .form-row .account-information,
        .template-pages-account-addresses .account .account-body form .form-row .account-information,
        .template-pages-account-inbox .account .account-body form .form-row .account-information,
        .template-pages-account-orders-details .account .account-body form .form-row .account-information,
        .template-pages-account-orders-all .account .account-body form .form-row .account-information {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          width: 100%; }
          .template-pages-account-edit .account .account-body form .form-row .account-information .form-field,
          .template-pages-account-add-address .account .account-body form .form-row .account-information .form-field,
          .template-pages-account-addresses .account .account-body form .form-row .account-information .form-field,
          .template-pages-account-inbox .account .account-body form .form-row .account-information .form-field,
          .template-pages-account-orders-details .account .account-body form .form-row .account-information .form-field,
          .template-pages-account-orders-all .account .account-body form .form-row .account-information .form-field {
            margin: 0 0 18px;
            width: 50%; }
            .template-pages-account-edit .account .account-body form .form-row .account-information .form-field label,
            .template-pages-account-add-address .account .account-body form .form-row .account-information .form-field label,
            .template-pages-account-addresses .account .account-body form .form-row .account-information .form-field label,
            .template-pages-account-inbox .account .account-body form .form-row .account-information .form-field label,
            .template-pages-account-orders-details .account .account-body form .form-row .account-information .form-field label,
            .template-pages-account-orders-all .account .account-body form .form-row .account-information .form-field label {
              left: 24px; }
        .template-pages-account-edit .account .account-body form .form-row .account-pass,
        .template-pages-account-add-address .account .account-body form .form-row .account-pass,
        .template-pages-account-addresses .account .account-body form .form-row .account-pass,
        .template-pages-account-inbox .account .account-body form .form-row .account-pass,
        .template-pages-account-orders-details .account .account-body form .form-row .account-pass,
        .template-pages-account-orders-all .account .account-body form .form-row .account-pass {
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          width: 100%; }
          .template-pages-account-edit .account .account-body form .form-row .account-pass:before,
          .template-pages-account-add-address .account .account-body form .form-row .account-pass:before,
          .template-pages-account-addresses .account .account-body form .form-row .account-pass:before,
          .template-pages-account-inbox .account .account-body form .form-row .account-pass:before,
          .template-pages-account-orders-details .account .account-body form .form-row .account-pass:before,
          .template-pages-account-orders-all .account .account-body form .form-row .account-pass:before {
            width: 98%; }
          .template-pages-account-edit .account .account-body form .form-row .account-pass .form-field,
          .template-pages-account-add-address .account .account-body form .form-row .account-pass .form-field,
          .template-pages-account-addresses .account .account-body form .form-row .account-pass .form-field,
          .template-pages-account-inbox .account .account-body form .form-row .account-pass .form-field,
          .template-pages-account-orders-details .account .account-body form .form-row .account-pass .form-field,
          .template-pages-account-orders-all .account .account-body form .form-row .account-pass .form-field {
            width: 50%;
            margin: 0 0 18px; }
            .template-pages-account-edit .account .account-body form .form-row .account-pass .form-field:nth-child(1) label,
            .template-pages-account-add-address .account .account-body form .form-row .account-pass .form-field:nth-child(1) label,
            .template-pages-account-addresses .account .account-body form .form-row .account-pass .form-field:nth-child(1) label,
            .template-pages-account-inbox .account .account-body form .form-row .account-pass .form-field:nth-child(1) label,
            .template-pages-account-orders-details .account .account-body form .form-row .account-pass .form-field:nth-child(1) label,
            .template-pages-account-orders-all .account .account-body form .form-row .account-pass .form-field:nth-child(1) label {
              left: 24px; }
            .template-pages-account-edit .account .account-body form .form-row .account-pass .form-field:nth-child(2),
            .template-pages-account-add-address .account .account-body form .form-row .account-pass .form-field:nth-child(2),
            .template-pages-account-addresses .account .account-body form .form-row .account-pass .form-field:nth-child(2),
            .template-pages-account-inbox .account .account-body form .form-row .account-pass .form-field:nth-child(2),
            .template-pages-account-orders-details .account .account-body form .form-row .account-pass .form-field:nth-child(2),
            .template-pages-account-orders-all .account .account-body form .form-row .account-pass .form-field:nth-child(2) {
              padding-right: 15px; }
              .template-pages-account-edit .account .account-body form .form-row .account-pass .form-field:nth-child(2) label,
              .template-pages-account-add-address .account .account-body form .form-row .account-pass .form-field:nth-child(2) label,
              .template-pages-account-addresses .account .account-body form .form-row .account-pass .form-field:nth-child(2) label,
              .template-pages-account-inbox .account .account-body form .form-row .account-pass .form-field:nth-child(2) label,
              .template-pages-account-orders-details .account .account-body form .form-row .account-pass .form-field:nth-child(2) label,
              .template-pages-account-orders-all .account .account-body form .form-row .account-pass .form-field:nth-child(2) label {
                padding-left: 10px; } }

@media only screen and (max-width: 320px) {
  .template-pages-account-edit .account .page-heading,
  .template-pages-account-add-address .account .page-heading,
  .template-pages-account-addresses .account .page-heading,
  .template-pages-account-inbox .account .page-heading,
  .template-pages-account-orders-details .account .page-heading,
  .template-pages-account-orders-all .account .page-heading {
    margin: 18px 0; } }

@media (min-width: 1025px) {
  .template-pages-account-orders-details .account-body .account-sidebar .btn-hollow {
    padding-top: 2px; }
  .template-pages-account-orders-details .account-body .account-sidebar .btn-hollow:hover {
    padding-top: 2px;
    border: 1px solid; }
  .template-pages-account-addresses .addressList .panel-body .form-actions a,
  .template-pages-account-addresses .addressList .panel-body .form-actions button {
    padding-top: 3px; }
  .template-pages-account-orders-details.mac .account-body .account-sidebar .btn-hollow {
    padding-top: 0px !important; }
  .template-pages-account-orders-details.mac .account-body .account-sidebar .btn-hollow:hover {
    padding-top: 0px !important; }
  .template-pages-account-addresses.mac .addressList .panel-body .form-actions a,
  .template-pages-account-addresses.mac .addressList .panel-body .form-actions button {
    padding-top: 0px !important; } }

.form-field--error label.form-label,
.form-field--error label.form-label small::before,
.form-field--error select {
  color: #FF0000 !important; }

.inactive-trade-form {
  display: none; }

.ro-page [aria-label="Breadcrumb"] {
  display: none; }

.ro-page .page-heading {
  margin-top: 36px; }

.ro-page .page-content .tabs {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  overflow-x: hidden; }
  .ro-page .page-content .tabs label {
    background: #DEF3EB;
    border-radius: 10px 10px 0 0;
    border: 1px solid #506f60;
    border-bottom: 0;
    font-size: 16px;
    font-weight: bold;
    color: #506f60;
    padding: 12px 20px;
    margin: 0 5px 0 0;
    order: 1;
    cursor: pointer; }
    .ro-page .page-content .tabs label:before, .ro-page .page-content .tabs label:after {
      display: none; }
  .ro-page .page-content .tabs input[type=radio]:checked + label {
    background: #506f60;
    color: #fff; }
    .ro-page .page-content .tabs input[type=radio]:checked + label + .tab {
      display: block;
      width: 100%; }
  .ro-page .page-content .tabs .tab {
    border: none;
    display: none;
    order: 9999;
    border-top: 1px solid #506f60; }
    .ro-page .page-content .tabs .tab.active {
      display: block; }

.ro-404 [aria-label="Breadcrumb"] {
  padding-top: 12px; }

@media (max-width: 767px) {
  .ro-page .page-heading {
    font-size: 30px;
    letter-spacing: -0.7px; }
  .ro-page .page-content .tabs label {
    display: block;
    width: 100%;
    margin-top: 2px; } }

.nav-toggle-cms h4 {
  padding: 24px 15px 16px;
  font-size: 14px;
  margin: 0;
  display: none;
  position: relative;
  border: 1px solid #E8E8E8;
  color: #506F60;
  font-family: 'quasimoda';
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 17px; }
  .nav-toggle-cms h4::after {
    content: "\f067";
    display: none;
    font-family: "Font Awesome 5 Pro";
    color: #506F60; }
  .nav-toggle-cms h4::after {
    content: "\f068";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    right: 25px;
    line-height: 22px;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    color: #506F60; }

.block-breadcrumbs {
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  background-color: #FFFFFF; }
  .block-breadcrumbs ul {
    list-style-type: none;
    margin: 0px; }
    .block-breadcrumbs ul li {
      list-style: none;
      display: block;
      padding: 0;
      background-color: #fff;
      margin: 0; }
      .block-breadcrumbs ul li a {
        text-decoration: none;
        display: block;
        margin: 0px 16px;
        padding: 24px 2px 19.5px;
        text-transform: uppercase;
        border-bottom: 1px solid #E8E8E8 !important;
        text-decoration: none !important;
        color: #111111 !important;
        font-family: 'quasimoda';
        font-size: 12px !important;
        font-weight: bold;
        letter-spacing: 0.5px !important;
        line-height: 14px !important; }
        .block-breadcrumbs ul li a:hover {
          background-size: 0% 0% !important; }
      .block-breadcrumbs ul li:last-child a {
        border-bottom: 0px solid #ffffff !important; }
      .block-breadcrumbs ul li.active a {
        color: #506F60 !important; }
  .block-breadcrumbs .active {
    display: block; }

.ro-page .page-content h3,
.page-with-tabs .page-content h3 {
  font-size: 30px;
  letter-spacing: -.5px;
  line-height: 33px; }

.ro-page .page-content h2:hover,
.page-with-tabs .page-content h2:hover {
  cursor: pointer; }

.ro-page .page-content h2 + .collapse,
.page-with-tabs .page-content h2 + .collapse {
  display: none; }

.ro-page .page-content h2.active + .collapse,
.page-with-tabs .page-content h2.active + .collapse {
  display: block; }

@media only screen and (max-width: 375px) {
  .nav-toggle-cms {
    border-radius: 3px; }
    .nav-toggle-cms h4 {
      display: block;
      font-size: 14px;
      line-height: 20px;
      border-radius: 3px;
      letter-spacing: 0px;
      padding: 19px 18px 15px;
      font-weight: 400;
      border: none;
      background-color: #F6F6F6; }
      .nav-toggle-cms h4::after {
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        display: block !important;
        color: #506F60; }
      .nav-toggle-cms h4.active::after {
        content: "\f068";
        position: absolute;
        right: 25px;
        line-height: 22px;
        top: 50%;
        font-family: "Font Awesome 5 Pro";
        transform: translate(-50%, -50%);
        display: block !important;
        color: #506F60; }
  .block-breadcrumbs {
    display: none; }
    .block-breadcrumbs ul li.active {
      display: none; }
    .block-breadcrumbs.active {
      display: block;
      background: #dadada; } }

@media only screen and (max-width: 767px) and (min-width: 375px) {
  .nav-toggle-cms {
    border-radius: 3px; }
    .nav-toggle-cms h4 {
      display: block;
      color: #3C3C3C;
      text-transform: capitalize;
      padding: 19px 18px 15px;
      border-radius: 3px;
      letter-spacing: 0px;
      font-size: 14px;
      border: none;
      line-height: 20px;
      font-weight: 400;
      background-color: #F6F6F6; }
      .nav-toggle-cms h4::after {
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        display: block !important;
        color: #506F60;
        right: 15px; }
      .nav-toggle-cms h4.active::after {
        content: "\f068";
        position: absolute;
        right: 11px;
        line-height: 22px;
        top: 50%;
        font-family: "Font Awesome 5 Pro";
        transform: translate(-50%, -50%);
        display: block !important;
        color: #506F60; }
  .block-breadcrumbs {
    display: none; }
    .block-breadcrumbs ul li.active {
      display: none; }
    .block-breadcrumbs.active {
      display: block;
      background: #dadada; } }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .nav-toggle-cms {
    border-radius: 3px; }
    .nav-toggle-cms h4 {
      display: block;
      color: #3C3C3C;
      padding: 19px 18px 15px;
      font-size: 14px;
      border-radius: 3px;
      letter-spacing: 0px;
      border: none;
      background-color: #F6F6F6;
      line-height: 20px;
      font-weight: 400; }
      .nav-toggle-cms h4::after {
        content: "\f067";
        font-family: "Font Awesome 5 Pro";
        display: block !important;
        color: #506F60;
        right: 11px; }
      .nav-toggle-cms h4.active::after {
        content: "\f068";
        position: absolute;
        right: 11px;
        line-height: 22px;
        top: 50%;
        font-family: "Font Awesome 5 Pro";
        transform: translate(-50%, -50%);
        display: block !important;
        color: #506F60; }
  .block-breadcrumbs {
    display: none; }
    .block-breadcrumbs ul li.active {
      display: none; }
    .block-breadcrumbs.active {
      display: block;
      background: #dadada; } }

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .nav-toggle-cms {
    border-radius: 3px; }
    .nav-toggle-cms h4 {
      display: none; }
  .block-breadcrumbs {
    display: block; }
    .block-breadcrumbs ul li.active {
      display: block; }
    .block-breadcrumbs.active {
      display: block; } }

.page-Contact main#main-content nav {
  display: none; }

.page-Contact main#main-content .page-door-banner {
  max-width: none; }
  .page-Contact main#main-content .page-door-banner [data-layout-name="Layout"] > div {
    padding: 0px !important; }
  .page-Contact main#main-content .page-door-banner h1 {
    position: absolute;
    color: #fff;
    margin: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
  .page-Contact main#main-content .page-door-banner [data-layout-name="Layout"] [data-placement-status="ACTIVE"] div:first-child {
    display: block; }
  .page-Contact main#main-content .page-door-banner [data-layout-name="Layout"] [data-placement-status="ACTIVE"] div img {
    display: block;
    width: 100%; }

.page-Contact main#main-content .container {
  max-width: none;
  padding: 0px; }
  .page-Contact main#main-content .container section.page {
    display: flex;
    max-width: 1280px !important;
    padding: 0 20px;
    margin: 48px auto 50px; }
    .page-Contact main#main-content .container section.page [data-content-region="page_builder_content"] {
      width: 24%; }
    .page-Contact main#main-content .container section.page [data-layout-name="Layout"] > div {
      padding: 0px; }
    .page-Contact main#main-content .container section.page .content-text-page p {
      margin-bottom: 9px; }
    .page-Contact main#main-content .container section.page .page-content.page-content--centered {
      width: 40%;
      padding: 0px 3px 0px 13px; }
      .page-Contact main#main-content .container section.page .page-content.page-content--centered form.form div#contact-us-error {
        margin-bottom: 20px; }
      .page-Contact main#main-content .container section.page .page-content.page-content--centered .form-field {
        margin: 0 0 18px; }
        .page-Contact main#main-content .container section.page .page-content.page-content--centered .form-field input#contact_email {
          padding-right: 14px; }
        .page-Contact main#main-content .container section.page .page-content.page-content--centered .form-field textarea#contact_question {
          padding: 12px 14px;
          resize: vertical; }
          .page-Contact main#main-content .container section.page .page-content.page-content--centered .form-field textarea#contact_question:focus {
            border: 1px solid #506F60; }
      .page-Contact main#main-content .container section.page .page-content.page-content--centered .form-actions input.button.button--primary {
        padding: 0px 44px; }
      .page-Contact main#main-content .container section.page .page-content.page-content--centered h4 {
        margin-top: 0px;
        font-size: 20px;
        letter-spacing: 0px;
        margin-bottom: 5px;
        font-weight: 500; }
      .page-Contact main#main-content .container section.page .page-content.page-content--centered .form-actions {
        text-align: left;
        margin-top: 0px; }
    .page-Contact main#main-content .container section.page .wrapper-information-contact {
      width: 30%;
      padding: 0px 0px 0px 8px; }
      .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content {
        width: 100%; }
        .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) {
          width: 100%;
          padding: 32px 25px 10px 24px;
          background-color: #F8F8F8;
          border-radius: 3px; }
          .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) h4 {
            margin-bottom: 19px;
            margin-top: 0px;
            position: relative;
            color: #111111;
            font-family: 'quasimoda';
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 0.5px;
            line-height: 16px;
            text-transform: uppercase; }
            .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) h4.active::after {
              content: "\f067";
              display: none; }
            .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) h4.active::after {
              content: "\f068";
              position: absolute;
              right: 25px;
              line-height: 22px;
              top: 50%;
              transform: translate(-50%, -50%);
              display: none; }
          .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) ul {
            margin-left: 0px;
            list-style-type: none; }
            .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) ul li {
              line-height: 20px;
              margin-bottom: 18px; }
              .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) ul li p {
                margin-bottom: 0px;
                color: #111111; }
                .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) ul li p strong {
                  color: #111111;
                  font-family: 'quasimoda';
                  font-size: 14px;
                  font-weight: 600;
                  letter-spacing: 0;
                  line-height: 20px; }
              .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) ul li:nth-child(2) {
                margin-bottom: 19px; }
                .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) ul li:nth-child(2) a {
                  text-decoration: none;
                  color: #111 !important; }
              .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) ul li:nth-child(3) a {
                color: #111 !important; }
              .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) ul li:nth-child(3) {
                margin-bottom: 21px; }

.page-About .header-bottom-global {
  border-bottom: none; }

.page-About main .page-door-banner h1 {
  position: absolute;
  color: #fff;
  margin: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

.page-About main .page-door-banner [data-layout-name=Layout] [data-placement-status=ACTIVE] div img {
  display: block;
  width: 100%; }

.page-About main .container {
  max-width: none;
  padding: 0px; }
  .page-About main .container nav {
    display: none; }
  .page-About main .container [data-content-region="block-image-text-left"] [data-sub-layout] {
    padding: 0; }
  .page-About main .container .banner-with-text-left .right-content .content-contain {
    max-width: 487px; }
    .page-About main .container .banner-with-text-left .right-content .content-contain div {
      margin-bottom: 0 !important; }
    .page-About main .container .banner-with-text-left .right-content .content-contain h2 {
      margin-bottom: 12px !important; }
    .page-About main .container .banner-with-text-left .right-content .content-contain .desc p:last-child {
      margin-bottom: 0; }
    .page-About main .container .banner-with-text-left .right-content .content-contain .button-title {
      margin-top: 18px; }
    .page-About main .container .banner-with-text-left .right-content .content-contain .button-title {
      height: 54px;
      line-height: 54px;
      padding: 0 40px; }
  .page-About main .container .page-door-banner [data-layout-name="Layout"] > div {
    padding: 0px; }
  .page-About main .container .page-door-banner h1 {
    font-weight: 500;
    top: 51% !important; }
  .page-About main .container section.page {
    display: flex;
    max-width: 1280px !important;
    padding: 0 20px;
    margin: 47px auto 0; }
    .page-About main .container section.page h1 {
      display: none; }
    .page-About main .container section.page div {
      padding: 0px !important; }
    .page-About main .container section.page h1 + div {
      width: 24%; }
    .page-About main .container section.page .page-content.page-content--centered {
      padding: 3px 74px 51px 50px !important;
      margin: 0px !important;
      width: 76%; }
      .page-About main .container section.page .page-content.page-content--centered h3 {
        margin: 0px 0px 15px 0px;
        padding-top: 24px;
        color: #111111;
        font-family: 'kepler-std-display';
        font-size: 24px;
        letter-spacing: -0.5px;
        line-height: 13px; }
      .page-About main .container section.page .page-content.page-content--centered p {
        color: #3C3C3C;
        font-family: 'quasimoda';
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 10px; }
        .page-About main .container section.page .page-content.page-content--centered p:nth-child(1) {
          color: #3C3C3C;
          font-family: 'quasimoda';
          font-size: 16px;
          letter-spacing: 0;
          line-height: 24px;
          margin-bottom: 18px; }
        .page-About main .container section.page .page-content.page-content--centered p:nth-child(4) {
          border-bottom: 1px solid #e8e8e8;
          padding-bottom: 22px; }
    .page-About main .container section.page > [data-content-region="page_builder_content"] {
      width: 24%; }
      @media only screen and (max-width: 1024px) {
        .page-About main .container section.page > [data-content-region="page_builder_content"] {
          width: 100%; } }

@media only screen and (max-width: 375px) {
  .page-Contact main#main-content .container .page-door-banner img {
    height: 148px !important; }
  .page-Contact main#main-content .container .page-door-banner h1 {
    font-size: 30px !important;
    width: 100%; }
  .page-Contact main#main-content .container section.page {
    margin-top: 18px;
    margin-bottom: 22px;
    display: block !important; }
    .page-Contact main#main-content .container section.page [data-content-region="page_builder_content"] {
      margin-bottom: 20px;
      width: 100%; }
    .page-Contact main#main-content .container section.page .page-content.page-content--centered {
      width: 100%;
      float: none;
      padding: 0px; }
      .page-Contact main#main-content .container section.page .page-content.page-content--centered div#contact-us-success {
        margin-bottom: 10px; }
    .page-Contact main#main-content .container section.page .wrapper-information-contact {
      width: 100%;
      padding: 0px; }
  .page-About main .container nav {
    display: none; }
  .page-About main .container .page-door-banner img {
    height: 148px !important; }
  .page-About main .container .page-door-banner h1 {
    font-size: 30px !important;
    width: 100%; }
  .page-About main .container .banner-with-text-left .right-content .content-contain .button-title {
    height: 54px;
    line-height: 50px;
    padding: 0 40px; }
  .page-About main .container section.page {
    display: block;
    padding: 18px 12px 0px;
    margin: 0 auto; }
    .page-About main .container section.page h1 {
      display: none; }
    .page-About main .container section.page h1 + div {
      width: 100%; }
    .page-About main .container section.page .page-content.page-content--centered {
      width: 100%;
      padding: 20px 0px 0px !important; }
      .page-About main .container section.page .page-content.page-content--centered h3 {
        line-height: 26px; } }

@media only screen and (max-width: 767px) and (min-width: 375px) {
  .page-Contact main#main-content .container .page-door-banner img {
    height: 148px !important; }
  .page-Contact main#main-content .container .page-door-banner h1 {
    font-size: 30px !important;
    width: 100%; }
  .page-Contact main#main-content .container section.page {
    margin-top: 18px;
    padding: 0 12px;
    display: block !important;
    margin-bottom: 24px; }
    .page-Contact main#main-content .container section.page [data-content-region="page_builder_content"] {
      margin-bottom: 18px;
      width: 100%; }
    .page-Contact main#main-content .container section.page .page-content.page-content--centered {
      width: 100%;
      float: none;
      padding: 0px; }
      .page-Contact main#main-content .container section.page .page-content.page-content--centered .content-text-page p {
        margin-bottom: 9px; }
      .page-Contact main#main-content .container section.page .page-content.page-content--centered div#contact-us-success {
        margin-bottom: 10px; }
      .page-Contact main#main-content .container section.page .page-content.page-content--centered form {
        margin-bottom: 3px; }
        .page-Contact main#main-content .container section.page .page-content.page-content--centered form .form-row.form-row--half .form-field {
          margin-bottom: 12px;
          width: 50% !important;
          padding: 0px 6px; }
        .page-Contact main#main-content .container section.page .page-content.page-content--centered form .form-field {
          width: 100% !important; }
        .page-Contact main#main-content .container section.page .page-content.page-content--centered form div#rc-anchor-container {
          width: 99%; }
    .page-Contact main#main-content .container section.page .wrapper-information-contact {
      width: 100%;
      padding: 0px; }
      .page-Contact main#main-content .container section.page .wrapper-information-contact .list-footer-content:nth-child(1) {
        padding: 30px 18px 10px 18px; }
  .page-About main .container nav {
    display: none; }
  .page-About main .container .page-door-banner img {
    height: 148px !important; }
  .page-About main .container .page-door-banner h1 {
    font-size: 30px !important;
    width: 100%; }
  .page-About main .container .banner-with-text-left .right-content .content-contain .button-title {
    height: 54px;
    line-height: 50px;
    padding: 0 40px; }
  .page-About main .container section.page {
    display: block;
    padding: 18px 12px 20px;
    margin: 0 auto; }
    .page-About main .container section.page h1 {
      display: none; }
    .page-About main .container section.page h1 {
      display: none; }
    .page-About main .container section.page h1 + div {
      width: 100%; }
    .page-About main .container section.page .page-content.page-content--centered {
      width: 100%;
      padding: 20px 0px 0px !important; }
      .page-About main .container section.page .page-content.page-content--centered h3 {
        line-height: 25px;
        padding-top: 18px;
        margin-bottom: 10px; }
      .page-About main .container section.page .page-content.page-content--centered p:nth-child(2) {
        margin-bottom: 12px; }
  .page-About main .container [data-content-region="block-image-text-left"] [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .banner-with-text-left .right-content .content-contain h2 {
    text-align: center;
    padding: 0px; } }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .page-Contact main#main-content .container .page-door-banner img {
    height: 148px !important; }
  .page-Contact main#main-content .container .page-door-banner h1 {
    font-size: 30px !important;
    width: 100%; }
  .page-Contact main#main-content .container section.page {
    margin-top: 18px;
    margin-bottom: 22px;
    display: block !important; }
    .page-Contact main#main-content .container section.page [data-content-region="page_builder_content"] {
      margin-bottom: 20px;
      width: 100%; }
    .page-Contact main#main-content .container section.page .page-content.page-content--centered {
      width: 100%;
      float: none;
      padding: 0px; }
      .page-Contact main#main-content .container section.page .page-content.page-content--centered div#contact-us-success {
        margin-bottom: 10px; }
      .page-Contact main#main-content .container section.page .page-content.page-content--centered form {
        margin-bottom: 20px; }
    .page-Contact main#main-content .container section.page .wrapper-information-contact {
      width: 100%;
      padding: 0px; }
  .page-About main#main-content .container nav {
    display: none; }
  .page-About main#main-content .container section.page {
    display: block;
    padding: 18px 12px 0px;
    margin: 0 auto; }
    .page-About main#main-content .container section.page h1 {
      display: none; }
    .page-About main#main-content .container section.page h1 {
      display: none; }
    .page-About main#main-content .container section.page h1 + div {
      width: 100%; }
    .page-About main#main-content .container section.page .page-content.page-content--centered {
      width: 100%;
      padding: 20px 0px 0px !important; }
      .page-About main#main-content .container section.page .page-content.page-content--centered .content-text-page {
        padding: 0px 0px 51px 0px !important; }
      .page-About main#main-content .container section.page .page-content.page-content--centered div#contact-us-success {
        margin-bottom: 10px; }
      .page-About main#main-content .container section.page .page-content.page-content--centered h3 {
        line-height: 26px; }
  .page-About main#main-content .container .banner-with-text-left .right-content .content-contain {
    max-width: 487px;
    padding: 30px 0; }
    .page-About main#main-content .container .banner-with-text-left .right-content .content-contain h2 {
      margin-bottom: 12px; }
    .page-About main#main-content .container .banner-with-text-left .right-content .content-contain .desc p:last-child {
      margin-bottom: 0; }
    .page-About main#main-content .container .banner-with-text-left .right-content .content-contain .button-title {
      margin-top: 18px; }
    .page-About main#main-content .container .banner-with-text-left .right-content .content-contain a {
      height: 54px;
      line-height: 49px; } }

@media (max-width: 767px) {
  .page-About main .container [data-content-region="block-image-text-left"] [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .banner-with-text-left {
    display: block; }
    .page-About main .container [data-content-region="block-image-text-left"] [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .banner-with-text-left .left-content {
      width: 100%; }
    .page-About main .container [data-content-region="block-image-text-left"] [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .banner-with-text-left .right-content {
      width: 100%;
      padding: 18px !important; }
      .page-About main .container [data-content-region="block-image-text-left"] [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .banner-with-text-left .right-content .content-contain {
        position: relative;
        top: 0;
        transform: translateY(0);
        text-align: center; }
        .page-About main .container [data-content-region="block-image-text-left"] [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .banner-with-text-left .right-content .content-contain h2 {
          padding-right: 0;
          font-size: 30px;
          letter-spacing: -0.5px;
          line-height: 32px;
          margin-bottom: 16px;
          text-align: center;
          margin-top: 0px; }
        .page-About main .container [data-content-region="block-image-text-left"] [data-layout-name="Layout"] [data-placement-status="ACTIVE"] .banner-with-text-left .right-content .content-contain p {
          text-align: center; } }

.ro-compare main#main-content .container {
  max-width: 1290px;
  padding: 0 12px 0px 24px; }
  .ro-compare main#main-content .container nav {
    display: none; }
  .ro-compare main#main-content .container h1 {
    color: #111111;
    font-family: "kepler-std-display";
    font-size: 42px;
    letter-spacing: -1px;
    padding-right: 12px;
    line-height: 49px;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 16px; }
  .ro-compare main#main-content .container .page .page-content.has-scroll {
    overflow-x: scroll;
    overflow-y: visible;
    margin-bottom: 67px; }
  .ro-compare main#main-content .container .page .page-content {
    margin-bottom: 82px; }
    .ro-compare main#main-content .container .page .page-content table.compareTable {
      border-top: none; }
      .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-heading,
      .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-item {
        border-top: 1px solid #e8e8e8;
        position: relative; }
        .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-heading ,
        .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-item {
          border-top: 1px solid #e8e8e8;
          padding: 19px 0px 16px 13px; }
      .ro-compare main#main-content .container .page .page-content table.compareTable td.compareTable-action {
        padding: 0 12px; }
        .ro-compare main#main-content .container .page .page-content table.compareTable td.compareTable-action a.button.button--primary.button-out-stock {
          color: #B8B8B8;
          pointer-events: none;
          background-color: #EEEEEE !important; }
        .ro-compare main#main-content .container .page .page-content table.compareTable td.compareTable-action a.button.button--primary {
          border-radius: 3px;
          height: 42px;
          background-color: #506F60;
          vertical-align: middle;
          line-height: 46px;
          margin-bottom: 24px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable td.compareTable-action a.button.button--primary:hover {
            background-color: #68947F;
            transition: 0.4s; }
      .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-removeProduct {
        right: 12px;
        top: 12px;
        width: 48px;
        background-color: #F8F8F8 !important;
        height: 48px; }
        .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-removeProduct svg.icon {
          height: 34px;
          fill: #506F60;
          width: 34px; }
      .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:last-child th.compareTable-heading,
      .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:last-child td.compareTable-item {
        padding-bottom: 14px !important; }
      .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-heading {
        padding: 17px 12px 14px !important; }
        .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-heading.price-row {
          border-top: none; }
        .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-heading span.compareTable-headingText {
          color: #111111;
          font-family: "quasimoda";
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 20px;
          text-align: right;
          display: block;
          text-transform: capitalize; }
      .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row td.compareTable-item {
        color: #3C3C3C;
        font-family: "quasimoda";
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        border-top: 1px solid #e8e8e8; }
        .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row td.compareTable-item ul {
          margin-left: 0px;
          margin-bottom: 0px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row td.compareTable-item ul li {
            color: #3C3C3C;
            font-family: "quasimoda";
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px; }
      .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product {
        position: relative;
        padding: 0px 13px 0px; }
        .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product a.card-figure__link:hover {
          background-size: 0% 0%; }
        .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body {
          padding: 20px 0px 0px !important;
          min-height: 0px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body h3.card-title {
            margin-bottom: 15px !important; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body h3.card-title a:hover {
              text-decoration: underline !important;
              transition: 0.5s; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body .price-section.price-section--withTax.non-sale-price--withTax {
            float: left;
            padding-right: 5px;
            padding-bottom: 6px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body .price-section.price-section--withTax.non-sale-price--withTax span {
              color: #B8B8B8;
              font-family: "quasimoda";
              font-size: 16px;
              font-weight: 500;
              letter-spacing: 0;
              line-height: 18px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body .price-section {
            margin-bottom: 7px; }
        .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product p.card-text {
          display: none; }
        .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product h3 a {
          color: #111111;
          font-family: "kepler-std-display";
          font-size: 18px;
          letter-spacing: 0;
          line-height: 20px;
          text-decoration: none; }
        .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .price-section.price-section--withTax.non-sale-price--withTax[style="display: none;"] + .price-section.price-section--withTax span.price.price--withTax {
          color: #506F60; }
        .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .price-section.price-section--withTax.non-sale-price--withTax + .price-section.price-section--withTax span.price.price--withTax {
          color: #e74c3c; }
        .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .price-section.price-section--withTax span.price.price--withTax {
          font-family: "quasimoda";
          font-size: 18px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 18px; }

@media only screen and (max-width: 375px) {
  .ro-compare main#main-content .container {
    padding: 0px; }
    .ro-compare main#main-content .container h1 {
      padding-right: 0px;
      color: #111111;
      font-family: "kepler-std-display";
      font-size: 30px;
      letter-spacing: -0.5px;
      line-height: 32px;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 0px; }
    .ro-compare main#main-content .container .page {
      margin: 0 auto; }
      .ro-compare main#main-content .container .page .page-content {
        overflow-x: auto; }
        .ro-compare main#main-content .container .page .page-content table.compareTable {
          width: 525px;
          overflow: scroll; }
          .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-heading,
          .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-item {
            border-top: 1px solid #e8e8e8; }
            .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-heading ,
            .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-item {
              border-top: 1px solid #e8e8e8;
              padding: 40px 0px 16px 12px;
              position: relative; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(3) {
            position: relative; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(3) th.compareTable-heading + td.compareTable-item:before {
              position: absolute;
              display: block;
              top: 15px;
              left: 12px;
              color: #111111;
              font-family: "quasimoda";
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 20px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(n+4) {
            position: relative; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(n+4) th.compareTable-heading + td.compareTable-item:before {
              position: absolute;
              display: block;
              top: 15px;
              left: 12px;
              color: #111111;
              font-family: "quasimoda";
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 20px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row .compareTable-removeProduct {
            width: 36px;
            height: 36px;
            top: 13px;
            right: 1px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row .compareTable-removeProduct svg.icon {
              height: 24px;
              width: 26px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row td.compareTable-action {
            padding: 0px 1  2px 0px 12px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row td.compareTable-action a.button.button--primary {
              margin-bottom: 18px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row td.compareTable-item ul li {
            word-break: break-all; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product {
            padding: 0px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card {
              padding: 0px 12px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product img.card-image {
              top: 29px;
              left: 4px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body {
              min-height: 81px; }
              .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body .price-section.price-section--withTax.non-sale-price--withTax {
                letter-spacing: -0.5px;
                line-height: 18px;
                display: block;
                padding-right: 10px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product h3 {
              text-align: left;
              margin-bottom: 11px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .price-section.price-section--withTax {
              text-align: left;
              margin-bottom: 0px; }
              .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .price-section.price-section--withTax span.price.price--withTax {
                letter-spacing: 1px; } }

@media (max-width: 800px) {
  .ro-compare tr.compareTable-row th.compareTable-heading {
    width: 100%; }
  .ro-compare main#main-content .container .page .page-content.has-scroll {
    margin-bottom: 14px; } }

@media (max-width: 767px) {
  .ro-compare tr.compareTable-row .compareTable-product {
    width: 180px; }
  .ro-compare td.compareTable-action a.button.button--primary .desktop {
    display: none; } }

@media (min-width: 768px) {
  .ro-compare td.compareTable-action a.button.button--primary .mobile {
    display: none; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .ro-compare tr.compareTable-row th.compareTable-heading {
    width: 200px; }
  .ro-compare tr.compareTable-row .compareTable-product {
    width: 250px; } }

@media (min-width: 1200px) {
  .ro-compare tr.compareTable-row th.compareTable-heading {
    width: 250px; }
  .ro-compare tr.compareTable-row .compareTable-product {
    width: 304px; } }

@media only screen and (max-width: 767px) and (min-width: 375px) {
  .ro-compare main#main-content .container {
    padding: 0px; }
    .ro-compare main#main-content .container h1 {
      padding-right: 0px;
      color: #111111;
      font-family: "kepler-std-display";
      font-size: 30px;
      letter-spacing: -0.5px;
      line-height: 32px;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 16px; }
    .ro-compare main#main-content .container .page {
      margin: 0 auto; }
      .ro-compare main#main-content .container .page .page-content {
        padding: 0px; }
        .ro-compare main#main-content .container .page .page-content table.compareTable {
          width: 525px;
          overflow: scroll; }
          .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-heading,
          .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-item {
            border-top: 1px solid #e8e8e8;
            padding: 40px 12px 14px !important;
            position: relative; }
            .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-heading ,
            .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-item {
              padding: 39px 0px 16px 12px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row .compareTable-product article.card .card-body h3.card-title {
            margin-bottom: 11px !important; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(3) {
            position: relative; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(3) th.compareTable-heading + td.compareTable-item:before {
              position: absolute;
              display: block;
              top: 16px;
              left: 12px;
              color: #111111;
              font-family: "quasimoda";
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 20px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(n+4) {
            position: relative; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(n+4) th.compareTable-heading + td.compareTable-item:before {
              position: absolute;
              display: block;
              top: 16px;
              left: 12px;
              color: #111111;
              font-family: "quasimoda";
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 20px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row .compareTable-removeProduct {
            width: 36px;
            height: 36px;
            top: 0;
            right: 1px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row .compareTable-removeProduct svg.icon {
              height: 24px;
              width: 26px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row td.compareTable-action a.button.button--primary {
            margin-bottom: 18px;
            height: 44px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row td.compareTable-item ul li {
            word-break: break-all; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product {
            padding: 0px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card {
              padding: 0px 12px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product img.card-image {
              top: 29px;
              left: 4px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body {
              padding: 31px 0px 7px !important;
              min-height: 81px; }
              .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body .price-section.price-section--withTax.non-sale-price--withTax {
                letter-spacing: -0.5px;
                line-height: 18px;
                display: block;
                padding-right: 7px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product h3.card-title {
              text-align: left;
              margin-bottom: 11px !important; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .price-section.price-section--withTax {
              text-align: left; }
              .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .price-section.price-section--withTax span.price.price--withTax {
                letter-spacing: 1px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:last-child td.compareTable-item {
            padding: 41px 0px 28px 12px !important; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:first-child th.compareTable-product {
            padding: 0 0 0 4.5px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:first-child th.compareTable-product:first-child {
              padding-left: 12px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:first-child th.compareTable-product .card {
              padding: 0 7.5px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(2) .compareTable-action {
            padding: 0 7.5px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(2) .compareTable-action:first-of-type {
              padding-left: 12px; } }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .ro-compare main#main-content .container {
    padding: 0px; }
    .ro-compare main#main-content .container h1 {
      padding-right: 0px;
      color: #111111;
      font-family: "kepler-std-display";
      font-size: 28px;
      letter-spacing: -0.5px;
      line-height: 32px;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 0px; }
    .ro-compare main#main-content .container .page {
      margin: 0 auto; }
      .ro-compare main#main-content .container .page .page-content {
        overflow-x: auto; }
        .ro-compare main#main-content .container .page .page-content table.compareTable {
          width: 525px;
          overflow: scroll; }
          .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-heading,
          .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-item {
            border-top: 1px solid #e8e8e8;
            padding: 40px 12px 14px !important; }
            .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-heading ,
            .ro-compare main#main-content .container .page .page-content table.compareTable .compareTable-row + .compareTable-row .compareTable-item {
              padding: 40px 0px 16px 12px !important; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(3) {
            position: relative; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(3) th.compareTable-heading + td.compareTable-item:before {
              position: absolute;
              display: block;
              top: 15px;
              left: 12px;
              color: #111111;
              font-family: "quasimoda";
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 20px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(n+4) {
            position: relative; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row:nth-child(n+4) th.compareTable-heading + td.compareTable-item:before {
              position: absolute;
              display: block;
              top: 15px;
              left: 12px;
              color: #111111;
              font-family: "quasimoda";
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 20px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row .compareTable-removeProduct {
            width: 36px;
            height: 36px;
            top: 13px;
            right: 1px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row .compareTable-removeProduct svg.icon {
              height: 24px;
              width: 26px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row td.compareTable-action {
            padding: 0px 2px 0px 12px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row td.compareTable-action a.button.button--primary {
              margin-bottom: 18px; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row td.compareTable-item ul li {
            word-break: break-all; }
          .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product {
            padding: 0px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card {
              padding: 0px 12px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product img.card-image {
              top: 29px;
              left: 4px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body {
              min-height: 81px; }
              .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .card-body .price-section.price-section--withTax.non-sale-price--withTax {
                letter-spacing: -0.5px;
                line-height: 18px;
                display: block;
                padding-right: 10px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product h3 {
              text-align: left;
              margin-bottom: 11px; }
            .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .price-section.price-section--withTax {
              text-align: left; }
              .ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-product .price-section.price-section--withTax span.price.price--withTax {
                letter-spacing: 1px; } }

.ro-brands main#main-content .container {
  max-width: none;
  padding: 0px !important; }
  .ro-brands main#main-content .container section.page {
    max-width: 1268px;
    margin: 0 auto 5px; }
    @media (min-width: 768px) {
      .ro-brands main#main-content .container section.page {
        padding: 0 16px; } }
    .ro-brands main#main-content .container section.page h1.page-heading {
      color: #111111;
      font-family: 'kepler-std-display';
      font-size: 36px;
      letter-spacing: -0.86px;
      line-height: 36px;
      text-align: center;
      margin-bottom: 6px;
      margin-top: 5px; }
    .ro-brands main#main-content .container section.page [data-content-region="brands_below_header"] p {
      color: #3C3C3C;
      font-family: 'quasimoda';
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 18px;
      text-align: center; }
    .ro-brands main#main-content .container section.page ul.brandGrid {
      display: none; }
    .ro-brands main#main-content .container section.page .block-logo-brands {
      text-align: center;
      margin-bottom: 21px; }
      .ro-brands main#main-content .container section.page .block-logo-brands [data-layout-name="Layout"] > div {
        padding: 0px; }
      .ro-brands main#main-content .container section.page .block-logo-brands [data-placement-status="ACTIVE"] {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px; }
        .ro-brands main#main-content .container section.page .block-logo-brands [data-placement-status="ACTIVE"] a {
          width: calc(100%/6);
          padding: 0px 12px 22px 12px; }
          .ro-brands main#main-content .container section.page .block-logo-brands [data-placement-status="ACTIVE"] a:hover {
            background: transparent; }
            .ro-brands main#main-content .container section.page .block-logo-brands [data-placement-status="ACTIVE"] a:hover img {
              border: none;
              outline: none;
              transform: scale(1);
              box-shadow: 0 0 0 2px #506f60;
              border-radius: 3px; }
          .ro-brands main#main-content .container section.page .block-logo-brands [data-placement-status="ACTIVE"] a img {
            display: block;
            position: relative; }
  .ro-brands main#main-content .container .all-brands {
    background-color: #F8F8F8; }
    .ro-brands main#main-content .container .all-brands .content-brands {
      max-width: 1268px;
      margin: 0 auto;
      padding: 51px 0 47px; }
      .ro-brands main#main-content .container .all-brands .content-brands h5 {
        padding: 0px 16px;
        max-width: 1275px;
        color: #111111;
        font-family: 'quasimoda';
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 16px;
        margin: 0 auto 19px; }
      .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands {
        columns: 100px 3;
        max-width: 820px; }
        .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands article.card {
          padding: 0px 16px;
          max-width: 1275px;
          margin: 0 auto 8px; }
          .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands article.card .card-body {
            padding: 0px !important; }
            .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands article.card .card-body h3 a {
              color: #111111;
              transition: 0.3s;
              font-family: 'quasimoda';
              font-size: 14px;
              letter-spacing: 0;
              line-height: 20px; }
  .ro-brands main#main-content .container .text-brands {
    max-width: 1261px;
    margin: 0 auto;
    padding: 50px 0px 70px; }
    .ro-brands main#main-content .container .text-brands p {
      color: #3C3C3C;
      font-family: 'quasimoda';
      font-size: 14px;
      letter-spacing: 0;
      text-align: left;
      line-height: 20px; }

@media only screen and (max-width: 375px) {
  .ro-brands main#main-content .container section.page {
    margin-bottom: 14px; }
    .ro-brands main#main-content .container section.page h1.page-heading {
      font-size: 30px;
      letter-spacing: -0.5px;
      margin-top: 21px;
      margin-bottom: 4px;
      line-height: 32px; }
    .ro-brands main#main-content .container section.page [data-content-region="brands_below_header"] p {
      padding: 0px 12px;
      margin-bottom: 9px; }
    .ro-brands main#main-content .container section.page .block-logo-brands {
      text-align: center;
      margin-bottom: -1px; }
      .ro-brands main#main-content .container section.page .block-logo-brands [data-placement-status="ACTIVE"] {
        padding: 0px;
        margin: 0px; }
        .ro-brands main#main-content .container section.page .block-logo-brands [data-placement-status="ACTIVE"] a {
          width: calc(100%/3);
          padding: 0px; }
          .ro-brands main#main-content .container section.page .block-logo-brands [data-placement-status="ACTIVE"] a img {
            width: 100%;
            padding: 0 2px;
            margin-bottom: 6px; }
      .ro-brands main#main-content .container section.page .block-logo-brands [data-layout-name="Layout"] {
        padding: 0px; }
      .ro-brands main#main-content .container section.page .block-logo-brands [data-layout-name="Layout"] > div {
        padding: 0px 12px; }
  .ro-brands main#main-content .container .all-brands .content-brands {
    padding: 19px 0 13px; }
    .ro-brands main#main-content .container .all-brands .content-brands h5 {
      padding: 0px 12px !important;
      margin-bottom: 12px !important; }
    .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands {
      columns: 100px 2; }
      .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands article.card {
        padding: 0px 12px; }
        .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands article.card .card-body h3 {
          height: 16px !important; }
  .ro-brands main#main-content .container .text-brands {
    max-width: 1265px;
    margin: 0 auto;
    padding: 21px 1.5px 22px; } }

@media only screen and (max-width: 767px) and (min-width: 375px) {
  .ro-brands main#main-content .container section.page {
    margin-bottom: 14px; }
    .ro-brands main#main-content .container section.page h1.page-heading {
      font-size: 30px;
      letter-spacing: -0.5px;
      margin-top: 21px;
      margin-bottom: 4px;
      line-height: 32px; }
    .ro-brands main#main-content .container section.page [data-content-region="brands_below_header"] p {
      padding: 0px 12px;
      margin-bottom: 9px; }
    .ro-brands main#main-content .container section.page .block-logo-brands {
      text-align: center;
      margin-bottom: -1px; }
      .ro-brands main#main-content .container section.page .block-logo-brands [data-placement-status="ACTIVE"] {
        padding: 0px;
        margin: 0px; }
        .ro-brands main#main-content .container section.page .block-logo-brands [data-placement-status="ACTIVE"] a {
          width: calc(100%/3);
          padding: 0px; }
          .ro-brands main#main-content .container section.page .block-logo-brands [data-placement-status="ACTIVE"] a img {
            width: 100%;
            padding: 0 2px;
            margin-bottom: 6px; }
      .ro-brands main#main-content .container section.page .block-logo-brands [data-layout-name="Layout"] {
        padding: 0px; }
      .ro-brands main#main-content .container section.page .block-logo-brands [data-layout-name="Layout"] > div {
        padding: 0px 12px; }
  .ro-brands main#main-content .container .all-brands .content-brands {
    padding: 19px 0 13px; }
    .ro-brands main#main-content .container .all-brands .content-brands h5 {
      padding: 0px 12px !important;
      margin-bottom: 12px !important; }
    .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands {
      columns: 100px 2; }
      .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands article.card {
        padding: 0px 12px; }
        .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands article.card .card-body h3 {
          height: 16px !important; }
  .ro-brands main#main-content .container .text-brands {
    max-width: 1265px;
    margin: 0 auto;
    padding: 21px 1.5px 22px; } }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .ro-brands main#main-content .container section.page {
    margin-bottom: 12px; }
    .ro-brands main#main-content .container section.page h1.page-heading {
      font-size: 31px;
      margin-top: 21px;
      margin-bottom: 1px; }
    .ro-brands main#main-content .container section.page [data-content-region="brands_below_header"] p {
      padding: 0px 12px;
      margin-bottom: 9px; }
  .ro-brands main#main-content .container .all-brands .content-brands {
    padding: 21px 0px; }
    .ro-brands main#main-content .container .all-brands .content-brands h5 {
      padding: 0px 12px !important;
      margin-bottom: 12px !important; }
    .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands {
      columns: 100px 2; }
      .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands article.card {
        padding: 0px 12px; }
        .ro-brands main#main-content .container .all-brands .content-brands .block-all-brands article.card .card-body h3 {
          height: 20px !important; }
  .ro-brands main#main-content .container .text-brands {
    max-width: 1265px;
    margin: 0 auto;
    padding: 21px 0px 22px; } }

@media only screen and (max-width: 1199px) and (min-width: 1024px) {
  .ro-brands .container section.page h1.page-heading {
    font-size: 31px;
    margin-top: 19px;
    margin-bottom: 1px; }
  .ro-brands .container section.page [data-content-region="brands_below_header"] p {
    padding: 0px 12px;
    margin-bottom: 9px; }
  .ro-brands .container .all-brands .content-brands {
    padding: 21px 0px; }
    .ro-brands .container .all-brands .content-brands h5 {
      padding: 0px 12px !important;
      margin-bottom: 12px !important; }
    .ro-brands .container .all-brands .content-brands .block-all-brands {
      columns: 100px 2; }
      .ro-brands .container .all-brands .content-brands .block-all-brands article.card {
        padding: 0px 12px; }
        .ro-brands .container .all-brands .content-brands .block-all-brands article.card .card-body h3 {
          height: 20px !important; }
  .ro-brands .container .text-brands {
    max-width: 1265px;
    margin: 0 auto;
    padding: 19px 0px 22px; } }

.device-ios.ro-compare main#main-content .container .page .page-content table.compareTable td.compareTable-action a.button.button--primary, .mac.ro-compare main#main-content .container .page .page-content table.compareTable td.compareTable-action a.button.button--primary {
  line-height: 42px; }

@media (max-width: 767px) {
  .device-ios.ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-heading + td.compareTable-item, .mac.ro-compare main#main-content .container .page .page-content table.compareTable tr.compareTable-row th.compareTable-heading + td.compareTable-item {
    position: relative; }
  .device-ios.page-About main .container .banner-with-text-left .right-content .content-contain .button-title, .mac.page-About main .container .banner-with-text-left .right-content .content-contain .button-title {
    height: 54px;
    line-height: 50px;
    padding: 0 40px; } }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .device-ios.page-About main .container .banner-with-text-left .right-content .content-contain .button-title, .mac.page-About main .container .banner-with-text-left .right-content .content-contain .button-title {
    height: 54px;
    line-height: 49px;
    padding: 0 40px; } }

.device-ios .banner-with-text-left .right-content .content-contain .button-title, .mac .banner-with-text-left .right-content .content-contain .button-title {
  line-height: 50px !important; }

.device-ios.template-pages-custom-page-inspiration.page-Inspiration main .container .inspiration .image-gallery .modal-content .product-slide .card-figcaption-item a.button.button--small.card-figcaption-button.card-desktop, .mac.template-pages-custom-page-inspiration.page-Inspiration main .container .inspiration .image-gallery .modal-content .product-slide .card-figcaption-item a.button.button--small.card-figcaption-button.card-desktop {
  line-height: 40px !important; }

.page-FAQ main#main-content .container {
  max-width: none;
  padding: 0; }
  .page-FAQ main#main-content .container nav {
    display: none; }
  .page-FAQ main#main-content .container .page-inspiration [data-layout-name="Layout"] > div {
    padding: 0; }
  .page-FAQ main#main-content .container .wrapper-banner {
    position: relative;
    text-align: center; }
    .page-FAQ main#main-content .container .wrapper-banner h1 {
      position: absolute;
      color: #fff;
      margin: 0;
      width: 100%;
      top: 50%;
      transform: translateY(-50%); }
  .page-FAQ main#main-content .container section.page {
    margin: 0;
    padding: 0px 12px; }
    .page-FAQ main#main-content .container section.page h1 {
      display: none; }
    .page-FAQ main#main-content .container section.page .page-content {
      max-width: 824px;
      width: 100%;
      margin: 0 auto;
      padding: 40px 0 73px; }
      .page-FAQ main#main-content .container section.page .page-content > p {
        margin-bottom: 0; }
      .page-FAQ main#main-content .container section.page .page-content h2 {
        text-align: center;
        color: #111111;
        font-size: 36px;
        letter-spacing: -1px;
        line-height: 36px;
        text-align: center;
        margin: 0 0 32px; }
      .page-FAQ main#main-content .container section.page .page-content ul li {
        padding-left: 18px;
        padding-right: 12px;
        border: 1px solid #e8e8e8;
        border-bottom: none; }
        .page-FAQ main#main-content .container section.page .page-content ul li:last-child {
          border-bottom: 1px solid #e8e8e8; }
    @media (max-width: 767px) {
      .page-FAQ main#main-content .container section.page .page-content {
        padding: 20px 0; }
        .page-FAQ main#main-content .container section.page .page-content h2 {
          font-size: 30px; } }
    .page-FAQ main#main-content .container section.page ul {
      margin: 0; }
      .page-FAQ main#main-content .container section.page ul li {
        list-style: none;
        position: relative;
        border-top: 1px solid #E8E8E8;
        padding: 21px 0 19px; }
        .page-FAQ main#main-content .container section.page ul li h3 {
          color: #111111;
          font-family: "Quasimoda";
          font-size: 14px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 20px;
          margin: 0;
          display: block;
          position: relative;
          cursor: pointer; }
          .page-FAQ main#main-content .container section.page ul li h3:after {
            content: '';
            background-image: url("../img/icon-plus-green.png");
            position: absolute;
            color: #506F60;
            background-position: center;
            background-size: cover;
            width: 12px;
            height: 12px;
            right: 5px;
            top: 50%;
            transform: translateY(-50%); }
          .page-FAQ main#main-content .container section.page ul li h3 + p {
            display: none;
            margin: 10px 0 0 0;
            color: #3C3C3C;
            font-family: "Quasimoda", sans-serif;
            font-size: 14px !important;
            letter-spacing: 0;
            line-height: 20px;
            transition: .5s ease-in-out;
            font-weight: 500; }
          .page-FAQ main#main-content .container section.page ul li h3.active:after {
            background-image: url("../img/icon-minus-green.png");
            height: 2px; }
          .page-FAQ main#main-content .container section.page ul li h3.active + p {
            display: block; }

.page-FAQ [data-content-region='page_builder_content_door_banner'] .wrapper-banner img {
  min-height: 148px;
  width: 100%; }

.page-FAQ [data-content-region='page_builder_content_door_banner'] > div > div > div {
  padding: 0; }

.template-pages-custom-page-inspiration.page-Inspiration main .container {
  max-width: none;
  padding: 0; }
  .template-pages-custom-page-inspiration.page-Inspiration main .container .page-inspiration [data-layout-name="Layout"] > div {
    padding: 0; }
  .template-pages-custom-page-inspiration.page-Inspiration main .container .page-inspiration [data-content-region="page_builder_inspiration"] h1 {
    left: 0 !important;
    transform: translateY(-50%) !important;
    text-align: center !important;
    width: 100% !important; }
  .template-pages-custom-page-inspiration.page-Inspiration main .container .page-inspiration [data-content-region="page_builder_inspiration"] img {
    object-fit: cover; }
    @media (max-width: 767px) {
      .template-pages-custom-page-inspiration.page-Inspiration main .container .page-inspiration [data-content-region="page_builder_inspiration"] img {
        height: 148px !important; } }
  .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab {
    display: flex;
    flex-wrap: wrap;
    padding: 12px 12px 30px; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-form.close {
      display: none !important; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-form.open {
      display: block !important; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .inspition-page-content {
      width: 25%;
      padding: 12px; }
      .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .inspition-page-content .inspition-page-content-wrap {
        display: block;
        width: 100%;
        position: relative;
        padding-bottom: 128.5%; }
        @media (max-width: 375px) {
          .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .inspition-page-content .inspition-page-content-wrap {
            padding-bottom: 162%; } }
        .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .inspition-page-content .inspition-page-content-wrap img {
          width: 100%;
          display: block;
          cursor: pointer;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          object-fit: cover; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-form {
      display: none;
      position: fixed;
      z-index: 99999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.25);
      visibility: visible; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content {
      background-color: #fefefe;
      margin: auto;
      border-radius: 3px;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: flex;
      width: 853px;
      height: auto;
      overflow: hidden; }
      .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content .product-slide {
        width: 50%;
        padding: 20px 30px 20px 36px;
        background-color: #fff;
        position: relative; }
        .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content .product-slide .swiper-pagination {
          margin-top: 20px; }
        .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content .product-slide::after {
          content: '';
          width: 30px;
          background-color: #FFFFFF;
          position: absolute;
          top: 0;
          display: block;
          right: -2px;
          z-index: 1000; }
        .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content .product-slide::before {
          content: '';
          width: 36px;
          background-color: #FFFFFF;
          position: absolute;
          top: 0;
          display: block;
          left: -1px;
          z-index: 1000; }
        .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content .product-slide .sku-name {
          color: #111111;
          font-family: "kepler-std-display",sans-serif;
          font-size: 18px;
          letter-spacing: 0;
          line-height: 20px;
          margin-bottom: 35px;
          text-align: left;
          text-decoration: none;
          display: block; }
          .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content .product-slide .sku-name:hover {
            text-decoration: underline;
            background-size: 0% 0%; }
        .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content .product-slide .sku-image {
          position: relative;
          margin-bottom: 28px;
          overflow: hidden;
          padding: 50%; }
        .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content .product-slide .card-figcaption-item a.button.button--small.card-figcaption-button.card-desktop {
          width: 100%;
          background-color: #506F60;
          color: #FFFFFF;
          font-family: "quasimoda",sans-serif;
          font-size: 16px;
          font-weight: bold;
          letter-spacing: 0;
          text-align: center;
          height: 41px;
          line-height: 45px; }
          .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content .product-slide .card-figcaption-item a.button.button--small.card-figcaption-button.card-desktop:hover {
            background-color: #68947f; }
        .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content .product-slide .sku-price {
          color: #506F60;
          font-family: "quasimoda",sans-serif;
          font-size: 18px;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 18px;
          text-align: left;
          margin-bottom: 10px; }
        .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content .product-slide h3 {
          color: #111111;
          font-family: "kepler-std-display",sans-serif;
          font-size: 24px;
          letter-spacing: -0.5px;
          line-height: 26px;
          text-align: center;
          margin-top: 13px;
          margin-bottom: 24px; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .img-pop-up {
      width: 50%;
      overflow-y: hidden;
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .img-pop-up::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: 73%;
        right: 0px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid #f8f8f800;
        border-right: 16px solid #fff !important; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .swiper-button-next,
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .swiper-button-prev {
      top: auto;
      bottom: -10px;
      width: 80px; }
      .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .swiper-button-next:after,
      .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .swiper-button-prev:after {
        box-shadow: none;
        font-weight: bold; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .swiper-button-next {
      right: 6px;
      width: 0px; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .swiper-button-prev {
      left: 6px;
      width: 0px; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab img.image-pop {
      display: block;
      width: 100%;
      height: 100%;
      max-width: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      object-fit: contain;
      left: 0;
      right: 0; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .close {
      color: #aaaaaa;
      float: right;
      font-size: 28px;
      font-weight: 500;
      position: absolute;
      top: 20px;
      right: 20px;
      z-index: 999999999; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .close:hover,
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer; }

@media (max-width: 767px) {
  .template-pages-custom-page-faq.page-FAQ main#main-content .container section.page {
    margin: 0;
    padding: 0px 12px; }
    .template-pages-custom-page-faq.page-FAQ main#main-content .container section.page .shipping-faq h2 {
      color: #111;
      font-size: 24px;
      letter-spacing: -.5px;
      line-height: 26px;
      text-align: center;
      margin-bottom: 14px; }
    .template-pages-custom-page-faq.page-FAQ main#main-content .container section.page .shipping-faq ul li {
      padding-top: 21px;
      padding-bottom: 17px;
      padding-right: 17px; }
      .template-pages-custom-page-faq.page-FAQ main#main-content .container section.page .shipping-faq ul li:last-child {
        border-bottom: 1px solid #e8e8e8; }
      .template-pages-custom-page-faq.page-FAQ main#main-content .container section.page .shipping-faq ul li h4 {
        padding-right: 10px; }
  .template-pages-custom-page-inspiration.page-Inspiration main .container {
    padding: 0; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .swiper-button-next,
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .swiper-button-prev {
      display: none; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv {
      padding-bottom: 30px; }
      .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal {
        padding-top: 21px; }
        .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content {
          width: 352px;
          padding: 0px;
          display: block;
          height: calc(100% - 61px);
          overflow-y: auto; }
          .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .close {
            color: #ffffff;
            top: 5px;
            right: 8px;
            padding: 10px; }
          .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .img-pop-up {
            width: 100%; }
            .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .img-pop-up::before {
              display: none; }
          .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .product-slide {
            width: 100%;
            padding: 0px 16px 0px 16px; }
            .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .product-slide::after {
              width: 10px; }
            .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .product-slide::before {
              width: 10px; }
            .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .product-slide img.image-pop {
              height: auto; }
            .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .product-slide .sku-image {
              margin-bottom: 25px; }
            .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .product-slide .sku-price {
              margin-bottom: 12px; }
            .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .product-slide h3 {
              margin-top: 20px;
              margin-bottom: 15px; }
            .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .product-slide a.heart-product {
              right: 3%;
              top: 2%; }
            .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .product-slide a.button.button--small.card-figcaption-button.card-desktop {
              width: 100%; }
            .template-pages-custom-page-inspiration.page-Inspiration main .container section.inspiration div#testDiv div#inspitionDiv div#myModal .modal-content .product-slide .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
              position: unset;
              margin: 24px 0px; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab {
      flex-wrap: wrap;
      margin-bottom: 20px;
      margin: 0px;
      padding: 0px 6px; }
      .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .inspition-page-content {
        width: 50%;
        padding: 12px 6px 0px; } }

.template-pages-custom-page-inspiration.page-Inspiration .container .inspition-page-tab .heart-product:hover {
  background-size: 0% 0%; }

.template-pages-product main#main-content .container .product-inspiration .arrow-slide {
  width: 200px;
  position: relative;
  margin: 0 auto;
  top: 33px;
  font-size: 19px;
  font-weight: 700;
  display: none; }
  .template-pages-product main#main-content .container .product-inspiration .arrow-slide .swiper-button-next,
  .template-pages-product main#main-content .container .product-inspiration .arrow-slide .swiper-button-prev {
    position: absolute;
    z-index: 10000;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    .template-pages-product main#main-content .container .product-inspiration .arrow-slide .swiper-button-next::after,
    .template-pages-product main#main-content .container .product-inspiration .arrow-slide .swiper-button-prev::after {
      box-shadow: none; }

.template-pages-product main#main-content .container .productView .sumary_rating i.ruk-icon-percentage-star--100 {
  color: #F6BE03; }

header.checkoutHeader.optimizedCheckout-header {
  border: 1px solid #eeeeee; }

@media (min-width: 768px) and (max-width: 1023px) {
  .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content {
    width: 700px; }
    .template-pages-custom-page-inspiration.page-Inspiration main .container .inspition-page-tab .modal-content a.button.button--small.card-figcaption-button.card-desktop {
      width: 100% !important; } }

@media (max-width: 767px) {
  .swiper-button-next, .swiper-button-prev {
    display: block;
    top: 6px; }
  .swiper-button-next {
    right: 25px; }
  .swiper-button-prev {
    left: 0; } }

.template-pages-custom-page-inspiration main#main-content .container .page-inspiration .wrapper-banner {
  position: relative; }
  .template-pages-custom-page-inspiration main#main-content .container .page-inspiration .wrapper-banner img.banner-desktop-screen {
    width: 100%;
    height: 331px; }
  .template-pages-custom-page-inspiration main#main-content .container .page-inspiration .wrapper-banner img.banner-mobile-screen {
    display: none; }
  .template-pages-custom-page-inspiration main#main-content .container .page-inspiration .wrapper-banner img.banner-desktop-screen-check {
    width: 100%;
    height: 331px; }
  .template-pages-custom-page-inspiration main#main-content .container .page-inspiration .wrapper-banner h1 {
    transform: translate(-50%, -50%) !important;
    position: absolute;
    left: 50% !important;
    top: 50%;
    font-size: 42px;
    color: #fff;
    margin: 0;
    letter-spacing: -1px;
    line-height: 49px; }

@media (max-width: 767px) {
  .template-pages-custom-page-inspiration main#main-content .container .page-inspiration .wrapper-banner img.banner-desktop-screen {
    display: none; }
  .template-pages-custom-page-inspiration main#main-content .container .page-inspiration .wrapper-banner img.banner-mobile-screen {
    display: block;
    width: 100%; }
  .template-pages-custom-page-inspiration main#main-content .container .page-inspiration .wrapper-banner h1 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.5px; } }

.ro-page.template-pages-page .container {
  max-width: 100%;
  padding: 0; }

.ro-page.template-pages-page [data-sub-layout] {
  padding: 0; }

.ro-page.template-pages-page .page {
  margin: 0; }

@media (max-width: 767px) {
  .ro-page.template-pages-page .page .page-content {
    padding: 0 12px; } }

.ro-page.template-pages-page .header .container {
  max-width: 1264px;
  padding: 0 12px;
  margin: 0 auto; }

* {
  margin: 0 auto; }

.template-pages-cart .header-bottom-global {
  border-bottom: 1px solid #E8E8E8; }

.template-pages-cart .breadcrumbs {
  display: none; }

.template-pages-cart .header-bottom {
  display: none; }

.template-pages-cart #main-content > .container {
  max-width: 100%;
  padding: 0; }

.template-pages-cart .page {
  margin: 0; }

.template-pages-cart .page-content {
  width: 1264px;
  padding-left: 12px;
  padding-right: 12px;
  float: none !important;
  margin: 0 auto 66px; }
  @media (max-width: 1300px) {
    .template-pages-cart .page-content {
      width: 100%;
      margin-bottom: 24px; } }

.template-pages-cart .cart-container:after {
  content: '';
  display: table;
  width: 100%; }

.template-pages-cart .card-heading {
  padding-top: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E8E8E8;
  line-height: 32px;
  margin-bottom: 18px; }
  @media (max-width: 550.98px) {
    .template-pages-cart .card-heading {
      padding-top: 18px;
      padding-bottom: 6px;
      margin-bottom: 12px; } }
  .template-pages-cart .card-heading .page-heading {
    text-align: unset;
    float: left;
    margin: unset;
    color: #111111;
    font-size: 30px;
    letter-spacing: -0.5px;
    line-height: 32px; }
    @media (max-width: 550.98px) {
      .template-pages-cart .card-heading .page-heading {
        font-size: 24px; } }
  .template-pages-cart .card-heading .quantity-items {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 6px;
    color: #3C3C3C;
    font-family: "quasimoda", sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 2px; }
  .template-pages-cart .card-heading .continue-shopping {
    float: right;
    color: #506F60;
    font-family: "quasimoda", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    margin-top: 15px; }
    @media (max-width: 550.98px) {
      .template-pages-cart .card-heading .continue-shopping {
        display: none; } }

.template-pages-cart .product-also-bought {
  margin-bottom: 72px; }
  .template-pages-cart .product-also-bought .bottom-slider-nav {
    display: none; }
  @media (max-width: 800px) {
    .template-pages-cart .product-also-bought {
      margin-bottom: 30px;
      padding-top: 0;
      border: none; }
      .template-pages-cart .product-also-bought .bottom-slider-nav {
        display: flex; }
        .template-pages-cart .product-also-bought .bottom-slider-nav .swiper-button-next, .template-pages-cart .product-also-bought .bottom-slider-nav .swiper-button-prev {
          display: none; } }

.template-pages-cart .cart-time {
  background: #A0C3A0;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-bottom: 18px; }
  @media (max-width: 550.98px) {
    .template-pages-cart .cart-time {
      height: 84px;
      margin-bottom: 12px; } }
  .template-pages-cart .cart-time .cart-time-left [data-layout-id] {
    display: flex; }
    @media (max-width: 800.98px) {
      .template-pages-cart .cart-time .cart-time-left [data-layout-id] {
        display: flex; } }
  @media (max-width: 800.98px) {
    .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container] {
      float: left;
      margin-left: -6px;
      margin-top: 3px;
      align-self: flex-start; } }
  .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container]:first-child [data-sub-layout] {
    padding-left: 24px;
    padding-right: 8.5px; }
    @media (min-width: 1024px) {
      .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container]:first-child [data-sub-layout] {
        margin-top: -1px; } }
    @media (max-width: 800.98px) and (min-width: 550.98px) {
      .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container]:first-child [data-sub-layout] {
        padding-left: 28px; } }
    @media (max-width: 1023.98px) {
      .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container]:first-child [data-sub-layout] {
        margin-top: 2px; } }
    .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container]:first-child [data-sub-layout] img {
      width: 13.5px !important;
      max-width: unset;
      width: auto; }
  @media (max-width: 800.98px) {
    .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container]:last-child {
      float: unset !important;
      margin-left: -1px; } }
  .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container]:last-child [data-sub-layout] {
    padding-left: 0px;
    padding-right: 10px; }
    .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container]:last-child [data-sub-layout] p {
      color: #FFFFFF;
      font-family: "quasimoda", sans-serif;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 16px;
      padding-top: 4px; }
  .template-pages-cart .cart-time .cart-time-right .run-time span {
    color: #FFFFFF;
    font-family: "quasimoda", sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px; }
  .template-pages-cart .cart-time .cart-time-right [data-sub-layout] {
    padding-top: 2px;
    padding-right: 24px; }
    @media (max-width: 800.98px) {
      .template-pages-cart .cart-time .cart-time-right [data-sub-layout] {
        padding-right: 12px; } }

.template-pages-cart .cart-day-policy {
  background: #F8F8F8;
  border-radius: 3px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 18px; }
  @media (max-width: 800.98px) {
    .template-pages-cart .cart-day-policy {
      width: 100%;
      margin-bottom: 12px; }
      .template-pages-cart .cart-day-policy [data-widget-id] {
        float: left;
        margin-right: -5px; }
        .template-pages-cart .cart-day-policy [data-widget-id]:last-child {
          float: unset !important;
          display: flex;
          height: 100%;
          align-items: center; } }
  @media (max-width: 550.98px) {
    .template-pages-cart .cart-day-policy {
      height: 76px; } }
  .template-pages-cart .cart-day-policy [data-sub-layout] {
    flex-direction: row;
    align-items: center;
    padding-left: 18px;
    padding-right: 18px; }
    @media (max-width: 800.98px) {
      .template-pages-cart .cart-day-policy [data-sub-layout] {
        display: flex; } }
    .template-pages-cart .cart-day-policy [data-sub-layout] [data-widget-id] > div {
      display: flex;
      align-items: center; }
      @media (max-width: 800.98px) {
        .template-pages-cart .cart-day-policy [data-sub-layout] [data-widget-id] > div {
          margin-right: 11px; } }
      .template-pages-cart .cart-day-policy [data-sub-layout] [data-widget-id] > div .image-footer img {
        height: 40px;
        max-width: unset;
        width: auto; }
    .template-pages-cart .cart-day-policy [data-sub-layout] .return-policy {
      color: #3C3C3C;
      font-family: "quasimoda", sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px; }
      @media (min-width: 801px) {
        .template-pages-cart .cart-day-policy [data-sub-layout] .return-policy {
          margin-left: 6px; } }

.template-pages-cart .cart-content-padding-left {
  max-width: 890px;
  width: 100%;
  float: left; }
  @media (max-width: 1300px) {
    .template-pages-cart .cart-content-padding-left {
      width: calc(100% - 350px); } }
  @media (max-width: 991px) {
    .template-pages-cart .cart-content-padding-left {
      width: calc(100% - 310px); } }
  @media (max-width: 800.98px) {
    .template-pages-cart .cart-content-padding-left {
      width: 100%; } }
  .template-pages-cart .cart-content-padding-left .cart-left {
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    margin-bottom: 18px; }
    @media (max-width: 800.98px) {
      .template-pages-cart .cart-content-padding-left .cart-left {
        border: unset !important;
        margin-bottom: 6px; } }
  .template-pages-cart .cart-content-padding-left .cart {
    margin-bottom: 0px; }
    .template-pages-cart .cart-content-padding-left .cart .cart-list {
      border: unset !important; }
      @media (max-width: 800.98px) {
        .template-pages-cart .cart-content-padding-left .cart .cart-list {
          border: unset !important; } }
      .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item {
        padding-top: 21px;
        padding-bottom: 18px; }
        .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item:last-child {
          border-bottom: unset; }
        @media (max-width: 800.98px) {
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item {
            padding-left: 0px !important; } }
        @media (max-width: 550.98px) {
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item {
            padding-top: 6px;
            padding-bottom: 0px; } }
        .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item[data-is-sample-product="true"] .form-increment {
          cursor: not-allowed; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item[data-is-sample-product="true"] .form-increment button, .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item[data-is-sample-product="true"] .form-increment input {
            pointer-events: none;
            opacity: 0.3; }
        .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .move-to-wishlist {
          color: #999;
          font-size: 11px;
          font-weight: 500;
          letter-spacing: 0;
          line-height: 12px;
          text-decoration: none;
          position: relative;
          padding-left: 29px;
          margin: 0; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .move-to-wishlist:hover {
            background: transparent;
            text-decoration: underline; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .move-to-wishlist:before {
            content: '\f004';
            font-family: 'Font Awesome 5 Pro';
            position: absolute;
            top: -2px;
            left: 14px; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .move-to-wishlist:after {
            content: '|';
            position: absolute;
            color: #ddd;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 12px;
            top: -2px;
            left: 4px; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .move-to-wishlist.load-image:before {
            content: '';
            width: 11px;
            height: 11px;
            background-image: url(../img/loading.svg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .move-to-wishlist.sample-product {
            display: none; }
        .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-figure {
          width: 132px;
          position: unset;
          margin: unset;
          padding-left: 24px;
          padding-top: 18px;
          padding-bottom: 18px; }
          @media (max-width: 550.98px) {
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-figure {
              width: 94.5px;
              padding-left: 6px; } }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-figure .cart-item-sale-badge {
            margin-top: 8px;
            margin-bottom: 0; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-figure::after {
            content: unset; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-figure img {
            max-width: 108px;
            max-height: 108px;
            width: 100%;
            object-fit: contain; }
        .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title {
          padding-left: 18px;
          padding-top: 24px;
          margin-bottom: 0px !important; }
          @media (min-width: 801px) {
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title {
              vertical-align: top;
              position: relative;
              padding-bottom: 58px; } }
          @media (max-width: 800.98px) and (min-width: 551px) {
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title {
              padding-bottom: 18px; } }
          @media (max-width: 550.98px) {
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title {
              display: block;
              height: auto;
              overflow: hidden;
              padding-bottom: 18px; } }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .cart-item-sku {
            color: #999999;
            font-family: "quasimoda", sans-serif;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 12px;
            text-transform: uppercase;
            max-width: 360px;
            margin-bottom: 3px; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .cart-item-name {
            color: #3C3C3C;
            font-family: "quasimoda", sans-serif;
            font-size: 16px;
            letter-spacing: 0;
            line-height: 20px;
            text-transform: capitalize;
            max-width: 360px;
            font-weight: 400; }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .cart-item-name a {
              color: unset !important;
              font-size: unset !important;
              text-decoration: unset !important;
              transition: unset !important;
              background-image: unset !important;
              background-size: unset !important; }
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .cart-item-name a:hover {
                text-decoration: underline !important; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .product-info-stock {
            border-radius: 3px;
            background-color: #F6F6F6;
            padding: 17px 40px 11px;
            margin-bottom: 16px;
            margin-top: 10px;
            text-align: left;
            display: inline-block;
            position: relative; }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .product-info-stock:before {
              content: '';
              display: block;
              width: 16px;
              height: 16px;
              background: url("../img/error-icon-red.svg") no-repeat center center;
              background-size: 16px;
              position: absolute;
              top: 16px;
              left: 16px; }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .product-info-stock .title {
              color: #111111;
              font-size: 14px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 20px;
              position: relative; }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .product-info-stock p {
              margin: 0; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button {
            max-width: 360px;
            margin-top: 13px;
            bottom: 33px;
            display: flex;
            align-items: center; }
            @media (min-width: 801px) {
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button {
                position: absolute;
                bottom: 30px; } }
            @media (max-width: 800.98px) {
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button {
                margin-top: 18px; } }
            @media (max-width: 550.98px) {
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button {
                margin-top: 20px; } }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .item-option-button {
              float: unset;
              display: block;
              padding: unset;
              margin: unset;
              height: unset;
              width: unset;
              display: block;
              background-color: unset;
              border-radius: unset;
              color: #999999;
              font-family: "quasimoda", sans-serif;
              font-weight: 500;
              letter-spacing: 0;
              line-height: 12px;
              display: inline-block;
              font-size: 11px;
              padding-right: 8px; }
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .item-option-button:nth-child(n+2) {
                padding-left: 8px;
                border-left: 1px solid #DDDDDD;
                background: unset; }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .cart-remove {
              position: relative;
              padding-left: 12px;
              margin-right: -2px; }
              @media (max-width: 550.98px) {
                .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .cart-remove {
                  margin-top: 0px; } }
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .cart-remove i {
                position: absolute;
                left: 0px;
                top: -2px; }
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .cart-remove span {
                color: #999999;
                font-family: "quasimoda", sans-serif;
                font-size: 11px;
                font-weight: 500;
                letter-spacing: 0;
                line-height: 12px;
                margin-left: 2px; }
                .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .cart-remove span:hover {
                  text-decoration: underline; }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .change-option {
              text-decoration: unset; }
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .change-option:hover {
                background-size: unset !important;
                color: #999999;
                transition: unset;
                background-image: unset;
                font-weight: 500;
                text-decoration: underline; }
          @media (max-width: 800.98px) {
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .definitionList {
              margin-top: 0px; } }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .definitionList .definitionList-key {
            color: #3C3C3C;
            font-family: "quasimoda", sans-serif;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px;
            font-weight: 600; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .definitionList .definitionList-value {
            color: #3C3C3C;
            font-family: "quasimoda", sans-serif;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px;
            margin-right: 20px; }
        @media (max-width: 800.98px) {
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-block-desktop {
            display: none !important; } }
        @media (min-width: 801px) {
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-block-mobile {
            display: none !important; } }
        @media (max-width: 800.98px) {
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-block-mobile {
            width: 100% !important;
            padding-right: 0px !important;
            width: unset;
            height: 40px;
            display: flex;
            align-items: center;
            float: unset;
            clear: none !important;
            justify-content: space-between;
            margin-top: 9px; } }
        @media (max-width: 550.98px) {
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-block-mobile {
            clear: none !important;
            overflow: hidden; } }
        .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity {
          padding-right: 24px; }
          @media (min-width: 801px) {
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity {
              padding-top: 30px;
              vertical-align: top;
              width: 25%; } }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .form-increment {
            border: 1px solid #E4E4E4;
            border-radius: 3px;
            background-color: #FFFFFF;
            margin-right: unset;
            width: 108px;
            height: 40px;
            text-align: center;
            margin-bottom: 0px; }
            @media (max-width: 800.98px) {
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .form-increment {
                margin-left: 0px;
                float: left;
                margin-top: 0px; } }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .form-increment .button--icon {
              background-color: unset;
              padding: unset;
              height: unset;
              line-height: unset;
              color: #AAAAAA !important;
              font-family: "quasimoda", sans-serif;
              font-size: 22px;
              font-weight: 400; }
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .form-increment .button--icon:first-child {
                transform: scaleX(2);
                margin-left: 8px; }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .form-increment .cart-item-qty-input {
              border: unset;
              border-radius: unset;
              padding: unset;
              font-weight: unset;
              width: 45px;
              height: 40px;
              background-color: unset;
              color: #3C3C3C !important;
              font-family: "quasimoda", sans-serif;
              font-size: 14px;
              font-weight: 400;
              padding-top: 2px; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .cart-item-info {
            padding-top: 27px;
            padding-bottom: 25px; }
            @media (max-width: 800.98px) {
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .cart-item-info {
                margin-left: 0px;
                float: left;
                padding-top: 4px;
                padding-bottom: 0px;
                text-align: right;
                width: unset;
                clear: unset !important; } }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .cart-item-info .cart-item-old-value {
              color: #B8B8B8;
              font-weight: 500;
              text-decoration: line-through;
              padding-right: 2px;
              font-size: 16px; }
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .cart-item-info .cart-item-old-value ~ .cart-item-value {
                color: #E74C3C; }
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .cart-item-info .cart-item-old-value + .cart-item-old-value {
                display: none; }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .cart-item-info .cart-item-value {
              color: #111111;
              font-family: "quasimoda", sans-serif;
              font-size: 16px;
              font-weight: 600;
              letter-spacing: 0;
              line-height: 20px;
              text-align: right; }
              @media (max-width: 800.98px) {
                .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .cart-item-info .cart-item-value {
                  padding-left: 0px;
                  text-align: right; } }
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .cart-item-info.cart-item-price-wrapper .cart-item-value.price--discounted {
              color: #B8B8B8;
              font-weight: 500;
              letter-spacing: 0; }
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .cart-item-info.cart-item-price-wrapper .cart-item-value.price--discounted + .cart-item-value {
                color: #E74C3C;
                font-weight: 600; }
            @media (max-width: 767px) {
              .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .cart-item-info .cart-item-sale-badge {
                display: none; } }
        .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-sale-badge {
          color: #fff;
          font-size: 12px;
          font-weight: 800;
          letter-spacing: 0;
          line-height: 12px;
          border-radius: 3px;
          display: inline-block;
          padding: 7px 9px 5px;
          text-transform: uppercase;
          background-color: #e74c3c;
          min-width: 70px;
          text-align: center; }
          @media (max-width: 1199px) {
            .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-sale-badge {
              margin-bottom: 5px; } }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-sale-badge ~ .cart-item-value {
            margin-left: 5px; }
          .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-sale-badge + .cart-item-sale-badge {
            display: none; }
  .template-pages-cart .cart-content-padding-left .cart-contact {
    height: 68px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 3px;
    background-color: #F8F8F8; }
    @media (max-width: 800px) {
      .template-pages-cart .cart-content-padding-left .cart-contact {
        height: 60px;
        margin-bottom: 12px; } }
    .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-left {
      float: left; }
      .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-left [data-sub-layout] {
        padding-left: 24px;
        padding-right: 24px; }
        @media (max-width: 550.98px) {
          .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-left [data-sub-layout] {
            padding-left: 12px;
            padding-right: 10px; } }
        .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-left [data-sub-layout] [data-widget-id] {
          margin-top: 4px; }
          .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-left [data-sub-layout] [data-widget-id] strong {
            color: #111111;
            font-family: "quasimoda", sans-serif;
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 0;
            line-height: 20px; }
          .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-left [data-sub-layout] [data-widget-id] span {
            color: #111111;
            font-family: "quasimoda", sans-serif;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 17px; }
    .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right {
      float: right; }
      .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right > div {
        width: 190px; }
        @media (max-width: 550.98px) {
          .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right > div {
            width: 145px; } }
        @media (max-width: 350.98px) {
          .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right > div {
            width: unset !important; } }
      .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] {
        padding-left: 24px;
        padding-right: 24px;
        margin-top: 4px;
        text-align: right; }
        @media (max-width: 550.98px) {
          .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] {
            padding-left: 0px !important;
            padding-right: 12px !important; } }
        .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] span {
          transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          background-image: linear-gradient(#e5f0e5, #e5f0e5);
          background-size: 0 100%;
          background-repeat: no-repeat; }
          .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] span:hover {
            background-size: 100% 100% !important; }
        .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] img {
          width: 16px;
          margin-right: 3px;
          margin-top: -3px; }
        .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] .call-us-desktop {
          background-image: unset !important;
          transform: unset !important;
          display: inline-block;
          text-decoration: unset !important; }
          @media (max-width: 767.98px) {
            .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] .call-us-desktop {
              display: none !important; } }
          .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] .call-us-desktop span {
            text-decoration: unset;
            color: #506F60;
            font-family: "quasimoda", sans-serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 14px;
            text-align: right; }
        .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] .call-us-mobile {
          background-image: unset !important;
          transform: unset !important;
          display: none;
          text-decoration: unset !important; }
          @media (max-width: 767.98px) {
            .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] .call-us-mobile {
              display: inline-block !important; } }
          .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] .call-us-mobile span {
            text-decoration: unset;
            color: #506F60;
            font-family: "quasimoda", sans-serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 14px;
            text-align: right; }
        .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] .chat {
          margin-left: 20px;
          background-image: unset !important;
          transform: unset !important;
          text-decoration: unset !important; }
          @media (max-width: 550.98px) {
            .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] .chat {
              margin-left: 12px !important; } }
          .template-pages-cart .cart-content-padding-left .cart-contact .cart-contact-right [data-sub-layout] .chat span {
            text-decoration: unset;
            color: #506F60;
            font-family: "quasimoda", sans-serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 14px;
            text-align: right;
            margin-left: 2px; }

.template-pages-cart .cart-content-padding-right {
  max-width: 320px;
  margin-left: 30px;
  float: left;
  width: 100%;
  border: 1px solid #E8E8E8;
  padding: 20px 18px 18px 18px;
  border-radius: 3px; }
  @media (max-width: 991px) {
    .template-pages-cart .cart-content-padding-right {
      max-width: 280px; } }
  @media (max-width: 800.98px) {
    .template-pages-cart .cart-content-padding-right {
      max-width: 100%;
      margin-left: 0px; } }
  @media (max-width: 550.98px) {
    .template-pages-cart .cart-content-padding-right {
      padding: 17px 18px 18px 15px; } }
  .template-pages-cart .cart-content-padding-right .cart-title {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 22px; }
    @media (max-width: 550.98px) {
      .template-pages-cart .cart-content-padding-right .cart-title {
        padding-bottom: 13px; } }
  .template-pages-cart .cart-content-padding-right .cart-totals {
    width: 100%;
    margin-bottom: 0px; }
    .template-pages-cart .cart-content-padding-right .cart-totals .cart-grand-total {
      padding-top: 16px;
      padding-bottom: 10px;
      border-top: 1px solid #E8E8E8 !important;
      margin-top: 10px; }
      @media (max-width: 550.98px) {
        .template-pages-cart .cart-content-padding-right .cart-totals .cart-grand-total {
          margin-top: 14px;
          padding-top: 18px;
          padding-bottom: 15px; } }
      .template-pages-cart .cart-content-padding-right .cart-totals .cart-grand-total .cart-total-label strong,
      .template-pages-cart .cart-content-padding-right .cart-totals .cart-grand-total .cart-total-label span,
      .template-pages-cart .cart-content-padding-right .cart-totals .cart-grand-total .cart-total-value strong,
      .template-pages-cart .cart-content-padding-right .cart-totals .cart-grand-total .cart-total-value span {
        color: #111111 !important;
        font-family: 'Quasimoda' !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        letter-spacing: 0 !important;
        line-height: 20px !important; }
    .template-pages-cart .cart-content-padding-right .cart-totals .cart-total {
      border: unset; }
      .template-pages-cart .cart-content-padding-right .cart-totals .cart-total:first-child {
        padding-top: 16px; }
        @media (max-width: 550.98px) {
          .template-pages-cart .cart-content-padding-right .cart-totals .cart-total:first-child {
            padding-top: 20px; } }
      .template-pages-cart .cart-content-padding-right .cart-totals .cart-total .cart-total-label {
        width: auto;
        float: left;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px; }
        .template-pages-cart .cart-content-padding-right .cart-totals .cart-total .cart-total-label strong {
          color: #111111;
          font-family: "quasimoda", sans-serif;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 24px;
          font-weight: 400; }
      .template-pages-cart .cart-content-padding-right .cart-totals .cart-total .cart-total-value {
        margin-top: 1px;
        width: auto;
        float: right;
        padding-top: 0px;
        padding-bottom: 0px; }
        .template-pages-cart .cart-content-padding-right .cart-totals .cart-total .cart-total-value > span {
          color: #111111;
          font-family: "quasimoda", sans-serif;
          font-size: 14px;
          letter-spacing: 0;
          line-height: unset;
          text-align: right;
          font-weight: 400; }
        .template-pages-cart .cart-content-padding-right .cart-totals .cart-total .cart-total-value > button {
          height: unset;
          width: unset;
          background-color: unset;
          color: #506F60;
          font-family: "quasimoda", sans-serif;
          font-size: 14px;
          letter-spacing: 0;
          line-height: unset;
          text-align: right; }
          .template-pages-cart .cart-content-padding-right .cart-totals .cart-total .cart-total-value > button:not(.no-hover):not(.button) {
            color: #506F60;
            font-family: "quasimoda",sans-serif;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px;
            text-decoration: underline;
            transition: background-size 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
            background-image: linear-gradient(#E5F0E5, #E5F0E5);
            background-size: 0 100%;
            background-repeat: no-repeat;
            will-change: background-size;
            font-weight: 400;
            font-style: unset; }
          .template-pages-cart .cart-content-padding-right .cart-totals .cart-total .cart-total-value > button:not(.no-hover):not(.button):not([disabled]):hover {
            background-size: 100% 100%; }
    .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes {
      color: #FF0000;
      text-align: left; }
      .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes > ul {
        margin-left: 0px; }
      .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes .estimator-form-input--price b {
        color: #3C3C3C;
        font-family: "quasimoda", sans-serif;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 20px;
        text-align: right; }
      .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes .estimator-form-label-text {
        color: #3C3C3C;
        font-family: "quasimoda", sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px; }
        .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes .estimator-form-label-text:before {
          top: -4px; }
        .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes .estimator-form-label-text:after {
          top: 2px;
          left: 6px; }
      .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes .estimator-form--default ul {
        margin-left: 0px; }
        .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes .estimator-form--default ul .estimator-form-label-text {
          margin-left: 0px; }
      .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes .select-shipping-quote {
        width: 100%;
        background-color: #506F60;
        margin-top: -4px; }
        .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes .select-shipping-quote:hover {
          background-color: #68947f; }
    .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .estimator-form .estimator-form-label:first-child {
      border-top: 1px solid #e8e8e8;
      margin-top: 13px;
      padding-top: 12px;
      width: 100%; }
    .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .estimator-form-label {
      text-align: left;
      margin-bottom: -3px; }
      .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .estimator-form-label .form-label {
        color: #111111;
        font-family: "quasimoda", sans-serif;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0; }
    .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .estimator-form-input {
      width: 100%;
      float: unset;
      margin-bottom: 5px;
      text-align: right; }
    .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-estimate-submit {
      background-color: #506F60;
      width: 100%;
      margin-top: 7px;
      margin-bottom: 0px; }
      @media (min-width: 1025px) {
        .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-estimate-submit {
          padding-top: 1.5px; } }
      .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-estimate-submit:hover {
        background-color: #68947f; }
  .template-pages-cart .cart-content-padding-right .cart-image {
    width: 100%;
    display: block;
    max-width: 170px;
    padding: unset;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px; }
  .template-pages-cart .cart-content-padding-right .accept-pay h5 {
    color: #111111;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 16px;
    text-align: left;
    padding-top: 16px;
    margin-top: 18px;
    margin-bottom: 8px;
    border-top: 1px solid #E8E8E8;
    font-family: "quasimoda", sans-serif; }
  .template-pages-cart .cart-content-padding-right .accept-pay .accept-pay-logo .image-icon-bank {
    display: flex;
    width: 100%;
    padding: unset; }
    @media (max-width: 550.98px) {
      .template-pages-cart .cart-content-padding-right .accept-pay .accept-pay-logo .image-icon-bank {
        width: 90%; } }
    .template-pages-cart .cart-content-padding-right .accept-pay .accept-pay-logo .image-icon-bank > a {
      pointer-events: none; }
      .template-pages-cart .cart-content-padding-right .accept-pay .accept-pay-logo .image-icon-bank > a:nth-child(n+2) {
        margin-left: 12px; }
      .template-pages-cart .cart-content-padding-right .accept-pay .accept-pay-logo .image-icon-bank > a:hover {
        cursor: default; }
  .template-pages-cart .cart-content-padding-right .cart-content-padding-right-checkout a {
    width: 100%;
    height: 54px; }
    @media (min-width: 1025px) {
      .template-pages-cart .cart-content-padding-right .cart-content-padding-right-checkout a {
        padding-top: 2px; } }
    .template-pages-cart .cart-content-padding-right .cart-content-padding-right-checkout a:before {
      content: '\f30d';
      font-family: 'Font Awesome 5 Pro';
      padding-right: 6px; }

.template-pages-cart .cart-total-conpon {
  float: right;
  width: 100%;
  max-width: 320px;
  padding: 16.5px 18px;
  border: 1px solid #E8E8E8;
  margin-top: 12px;
  border-radius: 3px; }
  @media (max-width: 991px) {
    .template-pages-cart .cart-total-conpon {
      max-width: 280px; } }
  @media (max-width: 800.98px) {
    .template-pages-cart .cart-total-conpon {
      max-width: 100% !important;
      margin-top: 18px !important; } }
  .template-pages-cart .cart-total-conpon .conpon-label {
    display: inline-block;
    color: #111111;
    font-family: "quasimoda", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px; }
    .template-pages-cart .cart-total-conpon .conpon-label strong {
      color: #999999;
      font-family: "quasimoda", sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 24px;
      font-weight: 400; }
  .template-pages-cart .cart-total-conpon .cart-total-value {
    display: inline-block;
    padding: 0px;
    width: fit-content;
    height: 24px;
    float: right;
    position: relative;
    text-align: right; }
    .template-pages-cart .cart-total-conpon .cart-total-value span {
      color: #111;
      font-family: "quasimoda", sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: unset;
      text-align: right;
      font-weight: 400; }
    .template-pages-cart .cart-total-conpon .cart-total-value button:after {
      content: "";
      display: block;
      position: absolute;
      right: -9px;
      top: 50%;
      transform: translate(0, -50%);
      color: #506f60;
      font-size: 14px;
      line-height: 12px;
      background-image: url(../img/icon-plus-green.png);
      background-position: center;
      background-size: 12px;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat; }
    .template-pages-cart .cart-total-conpon .cart-total-value button.coupon-code-cancel:after {
      background-image: url(../img/icon-minus-green.png); }
  .template-pages-cart .cart-total-conpon .cart-form.coupon-code {
    margin-top: 14px; }
    .template-pages-cart .cart-total-conpon .cart-form.coupon-code .form--hiddenLabels {
      margin-bottom: 0px; }
      .template-pages-cart .cart-total-conpon .cart-form.coupon-code .form--hiddenLabels .form-input {
        width: calc(100% - 85px); }
      .template-pages-cart .cart-total-conpon .cart-form.coupon-code .form--hiddenLabels .button--small {
        width: 65px;
        float: right; }

.template-pages-cart .shipping-faq {
  padding-bottom: 72px; }
  @media (max-width: 800.98px) {
    .template-pages-cart .shipping-faq {
      padding-bottom: 24px; } }
  .template-pages-cart .shipping-faq .container {
    max-width: 824px; }
    .template-pages-cart .shipping-faq .container h2 {
      margin-top: 66px;
      margin-bottom: 33px;
      text-align: center;
      letter-spacing: -1px; }
      @media (max-width: 800.98px) {
        .template-pages-cart .shipping-faq .container h2 {
          margin-top: 24px;
          margin-bottom: 10px;
          font-size: 24px;
          letter-spacing: -0.5px; } }
    .template-pages-cart .shipping-faq .container ul {
      border-bottom: 1px solid #e8e8e8;
      border-left: 1px solid #e8e8e8;
      border-right: 1px solid #e8e8e8; }
      .template-pages-cart .shipping-faq .container ul li {
        padding: 22.5px 11px 19.5px 18px; }
        @media (max-width: 800.98px) {
          .template-pages-cart .shipping-faq .container ul li {
            padding: 20.5px 17px 17.5px 17px; } }

.template-pages-cart .modal-background {
  background: rgba(0, 0, 0, 0.1) !important; }

.template-pages-cart .swal2-container {
  background: rgba(0, 0, 0, 0.1) !important;
  padding-left: 12px;
  padding-right: 12px; }
  .template-pages-cart .swal2-container .swal2-warning {
    color: #E27C7C !important;
    border-color: #E27C7C !important; }
  .template-pages-cart .swal2-container .swal2-popup {
    border-radius: 0;
    width: 462px;
    height: fit-content;
    padding: 38px 1.25em; }
    @media (max-width: 550.98px) {
      .template-pages-cart .swal2-container .swal2-popup {
        padding: 17px 1.25em; } }
  .template-pages-cart .swal2-container .swal2-warning {
    width: 67px;
    height: 67px;
    margin-bottom: 18px;
    margin-top: 18px; }
  .template-pages-cart .swal2-container .swal2-icon-content {
    font-size: 4.5em; }
  .template-pages-cart .swal2-container #swal2-content {
    color: #3c3c3c;
    max-width: 330px;
    margin: auto;
    font-family: "quasimoda",sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center; }
  .template-pages-cart .swal2-container .swal2-confirm {
    width: 143px;
    border-radius: 3px;
    background-color: #506F60;
    font-weight: 700; }
    .template-pages-cart .swal2-container .swal2-confirm:hover {
      background-color: #68947f; }
  .template-pages-cart .swal2-container .swal2-cancel {
    width: 130px;
    border: 1px solid #506f60;
    border-radius: 3px;
    background-color: #fff;
    color: #506f60;
    font-weight: 600; }
    .template-pages-cart .swal2-container .swal2-cancel:hover {
      background-color: #68947f;
      border-color: #68947f;
      color: #fff;
      outline: 0 !important;
      transition: all .3s;
      background-size: unset;
      background-image: unset; }

.template-pages-cart #modal {
  max-width: 450px;
  width: 92%; }
  .template-pages-cart #modal .modal-close {
    background-color: unset !important; }
    .template-pages-cart #modal .modal-close:after {
      display: none; }
    .template-pages-cart #modal .modal-close:before {
      display: none; }
  .template-pages-cart #modal .modal-close [aria-hidden="true"] {
    color: #999999; }
  .template-pages-cart #modal .modal-content [data-product-attribute="swatch"] {
    margin-bottom: 35px; }
    .template-pages-cart #modal .modal-content [data-product-attribute="swatch"] .form-option-wrapper {
      left: -16px; }
    .template-pages-cart #modal .modal-content [data-product-attribute="swatch"] input {
      max-width: 100%; }
    .template-pages-cart #modal .modal-content [data-product-attribute="swatch"] .form-label--inlineSmall.focusing {
      color: #506f60; }
      .template-pages-cart #modal .modal-content [data-product-attribute="swatch"] .form-label--inlineSmall.focusing small {
        display: inline-flex !important; }
        .template-pages-cart #modal .modal-content [data-product-attribute="swatch"] .form-label--inlineSmall.focusing small::before {
          color: #506f60; }
    .template-pages-cart #modal .modal-content [data-product-attribute="swatch"] .form-label--inlineSmall {
      position: absolute !important;
      font-size: 11px;
      line-height: 13px;
      top: -5px;
      left: 0px;
      background-color: #fff;
      font-family: "quasimoda", sans-serif;
      padding: 0 3px 0 0;
      color: #aaa;
      font-weight: 600; }
      .template-pages-cart #modal .modal-content [data-product-attribute="swatch"] .form-label--inlineSmall small {
        display: inline-flex !important; }
        .template-pages-cart #modal .modal-content [data-product-attribute="swatch"] .form-label--inlineSmall small::before {
          color: #aaa; }
  .template-pages-cart #modal .modal-content [data-product-attribute="input-text"] input {
    max-width: 100%; }
  .template-pages-cart #modal .modal-content [data-product-attribute="input-text"] .form-label--inlineSmall.focusing {
    color: #506f60; }
    .template-pages-cart #modal .modal-content [data-product-attribute="input-text"] .form-label--inlineSmall.focusing small {
      display: inline-flex !important; }
      .template-pages-cart #modal .modal-content [data-product-attribute="input-text"] .form-label--inlineSmall.focusing small::before {
        color: #506f60; }
  .template-pages-cart #modal .modal-content [data-product-attribute="input-text"] .form-label--inlineSmall {
    position: absolute !important;
    font-size: 11px;
    line-height: 13px;
    top: -5px;
    left: 12px;
    background-color: #fff;
    font-family: "quasimoda", sans-serif;
    padding: 0 3px;
    color: #aaa;
    font-weight: 600; }
    .template-pages-cart #modal .modal-content [data-product-attribute="input-text"] .form-label--inlineSmall small {
      display: inline-flex !important; }
      .template-pages-cart #modal .modal-content [data-product-attribute="input-text"] .form-label--inlineSmall small::before {
        color: #aaa; }
  .template-pages-cart #modal .modal-content [data-product-attribute="set-select"] select {
    max-width: 100%; }
  .template-pages-cart #modal .modal-content [data-product-attribute="set-select"] .form-label--inlineSmall.focusing {
    color: #506f60; }
    .template-pages-cart #modal .modal-content [data-product-attribute="set-select"] .form-label--inlineSmall.focusing small {
      display: inline-flex !important; }
      .template-pages-cart #modal .modal-content [data-product-attribute="set-select"] .form-label--inlineSmall.focusing small::before {
        color: #506f60; }
  .template-pages-cart #modal .modal-content [data-product-attribute="set-select"] .form-label--inlineSmall {
    position: absolute !important;
    font-size: 11px;
    line-height: 13px;
    top: -5px;
    left: 12px;
    background-color: #fff;
    font-family: "quasimoda", sans-serif;
    padding: 0 3px;
    color: #aaa;
    font-weight: 600; }
    .template-pages-cart #modal .modal-content [data-product-attribute="set-select"] .form-label--inlineSmall small {
      display: inline-flex !important; }
      .template-pages-cart #modal .modal-content [data-product-attribute="set-select"] .form-label--inlineSmall small::before {
        color: #aaa; }
  .template-pages-cart #modal .modal-content [data-product-attribute="set-radio"]:nth-child(n+2) .form-label--inlineSmall,
  .template-pages-cart #modal .modal-content [data-product-attribute="set-rectangle"]:nth-child(n+2) .form-label--inlineSmall {
    padding-top: 20px !important; }
  .template-pages-cart #modal .modal-content [data-product-attribute="set-radio"] .form-label--inlineSmall,
  .template-pages-cart #modal .modal-content [data-product-attribute="set-rectangle"] .form-label--inlineSmall {
    position: unset; }
    .template-pages-cart #modal .modal-content [data-product-attribute="set-radio"] .form-label--inlineSmall small,
    .template-pages-cart #modal .modal-content [data-product-attribute="set-rectangle"] .form-label--inlineSmall small {
      width: auto; }
  .template-pages-cart #modal .modal-content [data-product-attribute="set-radio"] .form-radio + .form-label,
  .template-pages-cart #modal .modal-content [data-product-attribute="set-rectangle"] .form-radio + .form-label {
    margin-right: 10px; }
    .template-pages-cart #modal .modal-content [data-product-attribute="set-radio"] .form-radio + .form-label:last-child,
    .template-pages-cart #modal .modal-content [data-product-attribute="set-rectangle"] .form-radio + .form-label:last-child {
      display: inline-block !important; }
  .template-pages-cart #modal .modal-content [data-product-attribute="set-radio"] .form-option,
  .template-pages-cart #modal .modal-content [data-product-attribute="set-rectangle"] .form-option {
    margin-right: 10px;
    border: unset; }
  .template-pages-cart #modal .modal-content [data-product-attribute="set-radio"] .form-radio:checked + .form-option,
  .template-pages-cart #modal .modal-content [data-product-attribute="set-rectangle"] .form-radio:checked + .form-option {
    border-color: unset;
    box-shadow: unset; }
  .template-pages-cart #modal .form-actions .button--primary {
    background-color: #506f60;
    margin-top: 25px;
    padding: 16px 35px;
    line-height: 16px; }
    .template-pages-cart #modal .form-actions .button--primary:hover {
      background-color: #68947f; }

.template-pages-cart .alertBox.alertBox--info {
  padding: 0 18px !important; }
  .template-pages-cart .alertBox.alertBox--info .alertBox-icon {
    padding-left: 2px !important; }
  .template-pages-cart .alertBox.alertBox--info .alertBox-message {
    padding: 13px 22px 13px 8px; }
  @media (max-width: 800.98px) {
    .template-pages-cart .alertBox.alertBox--info .alertBox-close {
      height: 45px;
      width: 40px; } }

.js-focus-visible .template-pages-cart .cart-content-padding-right .cart-content-padding-right-checkout a {
  padding-top: 2px; }

.js-focus-visible .template-pages-cart .shipping-quotes .select-shipping-quote {
  padding-top: 3px; }

.device-ios.template-pages-cart .shipping-faq ul li,
.mac.template-pages-cart .shipping-faq ul li {
  padding-top: 16px;
  padding-bottom: 20px; }

@media (max-width: 800.98px) {
  .ios .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container]:first-child {
    margin-top: 8px !important;
    margin-right: 5px; } }

.ios .template-pages-cart .cart-day-policy [data-widget-id] {
  float: unset !important; }

.ios .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container]:first-child {
  margin-top: 8px !important; }

.ios .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .form-increment .button--icon:first-child {
  margin-top: -7px; }

.ios .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .form-increment .button--icon {
  margin-top: -5px; }

.ios .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .form-increment .cart-item-qty-input {
  margin-top: -3px; }

.ios .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .estimator-form-label .form-label {
  margin-bottom: 3px; }

.ios .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes .estimator-form-label-text:before {
  top: 2.5px !important; }

.ios .template-pages-cart .cart-time .cart-time-left,
.ios .template-pages-cart .cart-time .cart-time-right {
  margin-top: -6px; }

.ios .template-pages-cart .estimator-form-input > input {
  padding-bottom: 17px; }

.ios .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-quotes .estimator-form-label-text:after {
  top: 8px; }

.ios .template-pages-cart .cart-day-policy [data-sub-layout] .return-policy {
  margin-top: -4px; }

.ios .template-pages-cart .cart-day-policy [data-sub-layout] [data-widget-id] > div .image-footer img {
  margin-top: -2px; }

.mac .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .cart-remove i {
  top: -1px !important; }

.ios .template-pages-cart .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .cart-remove i {
  top: 0px !important; }

.ios .template-pages-cart #modal .modal-content [data-product-attribute=set-select] select {
  padding-top: 3px;
  padding-bottom: 5px;
  line-height: 20px; }

.js-focus-visible .template-pages-cart .swal2-container .swal2-confirm {
  padding-top: 2px; }

.js-focus-visible .template-pages-cart .swal2-container .swal2-cancel {
  padding-top: 1px; }

.android .template-pages-cart .cart-time .cart-time-left [data-sub-layout-container]:first-child [data-sub-layout] {
  margin-top: 4px !important; }

@media (min-width: 1025px) {
  .template-pages-cart.mac .shipping-faq .container ul li {
    padding: 19.5px 11px 22.5px 18px !important; } }

@media (min-width: 1025px) {
  .mac .cart-content-padding-left .cart .cart-list .cart-item .cart-item-title .item-options-button .cart-remove i {
    top: 0px !important; }
  .mac .cart-content-padding-right .cart-content-padding-right-checkout a {
    padding-top: 2px; }
  .mac .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .form-increment .cart-item-qty-input {
    margin-top: -2px; }
  .mac .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .form-increment .button--icon {
    margin-top: -4px; }
  .mac .cart-content-padding-left .cart .cart-list .cart-item .cart-item-quantity .form-increment .button--icon:first-child {
    margin-top: -7px; }
  .mac .cart-time .cart-time-left,
  .mac .cart-time .cart-time-right {
    margin-top: -6px; }
  .mac .cart-day-policy [data-sub-layout] [data-widget-id]:last-child {
    margin-top: -4px; }
  .mac .cart-time .cart-time-left [data-sub-layout-container]:first-child [data-sub-layout] {
    margin-top: 3px; }
  .mac .template-pages-cart .cart-content-padding-right .cart-totals #add-shipping .shipping-estimate-submit {
    padding-top: 0px !important; } }

.limited-stock-message ul {
  margin: 0; }

.limited-stock-message li {
  margin-bottom: 12px; }
  .limited-stock-message li:last-child {
    margin-bottom: 0; }
  .limited-stock-message li p:last-child {
    margin-bottom: 0; }

@media (max-width: 800.98px) {
  .limited-stock-message {
    margin-bottom: 12px; } }

#slide-sku.loading {
  position: relative;
  min-height: 350px; }
  #slide-sku.loading:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(../img/loading.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }

.page-door.content.container {
  display: flex;
  padding: 0;
  justify-content: space-between;
  margin-top: 60px;
  margin-bottom: 82px;
  padding: 0 12px; }

.page-door-left {
  max-width: 600px;
  width: 100%;
  padding-right: 12px; }
  .page-door-left h3 {
    margin: 0;
    margin-bottom: 6px; }
  .page-door-left p {
    margin: 0;
    margin-bottom: 18px; }

.page-door-right {
  background: #F7F7F7;
  max-width: 580px;
  width: 100%;
  padding: 30px 34px 36px 36px;
  min-height: 376px;
  height: 100%; }
  .page-door-right h6 {
    color: #111111;
    font-family: 'quasimoda';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px;
    text-transform: none;
    margin: 0; }
  .page-door-right li {
    position: relative;
    padding-left: 67px;
    margin-top: 24px;
    max-width: 510px;
    width: 100%;
    list-style: none; }
    .page-door-right li:before {
      counter-increment: number;
      content: counter(number);
      position: absolute;
      left: 0;
      border: 2px solid #506F60;
      border-radius: 50%;
      height: 48px;
      width: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #506F60;
      font-family: 'quasimoda';
      font-size: 18px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 20px;
      padding-top: 4px; }
    .page-door-right li p {
      margin: 0; }
    .page-door-right li:nth-child(1) > p:nth-child(3) {
      padding-left: 37px;
      position: relative;
      margin-top: 7px;
      margin-bottom: 4px; }
      .page-door-right li:nth-child(1) > p:nth-child(3):before {
        position: absolute;
        content: '\f111';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        font-size: 5px;
        left: 10px; }
    .page-door-right li:nth-child(1) > p:nth-child(4) {
      padding-left: 37px;
      position: relative; }
      .page-door-right li:nth-child(1) > p:nth-child(4):before {
        position: absolute;
        content: '\f111';
        font-family: 'Font Awesome 5 Pro';
        font-weight: 700;
        font-size: 5px;
        left: 10px; }
  .page-door-right ul {
    counter-reset: number;
    margin: 0;
    margin-top: 24px; }
  .page-door-right div {
    padding: 0; }
  .page-door-right h3 {
    margin: 0; }

body.ro-page.template-pages-custom-page-door-scheduling-service.page-Door.Scheduling.Service .body > .container {
  max-width: 100%;
  padding: 0; }

body.ro-page.template-pages-custom-page-door-scheduling-service.page-Door.Scheduling.Service .header-bottom {
  display: none; }

.page-door div#buttonLink {
  border-radius: 3px;
  padding-top: 14px !important;
  padding-bottom: 12px !important;
  transition: all .3s; }
  .page-door div#buttonLink p {
    color: #506F60;
    font-family: 'quasimoda';
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 14px;
    text-align: center; }

@media (max-width: 767px) {
  .page-door.content.container {
    margin-bottom: 0;
    margin-top: 18px;
    flex-direction: column;
    padding: 0; }
    .page-door.content.container div#buttonLink {
      max-width: 126px !important;
      padding-left: 0;
      padding-right: 0; }
  body.ro-page.template-pages-custom-page-door-scheduling-service.page-Door.Scheduling.Service h1 {
    font-size: 30px !important;
    line-height: 36px !important;
    letter-spacing: -0.71px !important;
    width: 100%; }
  body.ro-page.template-pages-custom-page-door-scheduling-service.page-Door.Scheduling.Service .page-door-banner img {
    height: 148px !important; }
  .page-door-left {
    max-width: 100%;
    padding: 0 12px; }
  .page-door-right {
    max-width: 100%;
    margin-top: 18px;
    padding: 21px 18px 26px 18px; }
    .page-door-right li {
      max-width: 100%; } }

.device-ios .page-door-right li:before,
.mac .page-door-right li:before {
  padding-top: 0; }

.device-ios .page-door div#buttonLink,
.mac .page-door div#buttonLink {
  padding-top: 14px !important;
  padding-bottom: 12px !important;
  transition: all .3s;
  font-weight: 600; }

.device-ios .international-content ul li:before {
  margin-top: 9px !important; }

.device-ios [data-content-region="page_builder_content--global"] .nav-toggle-cms h4 {
  padding: 0 18px;
  line-height: 54px; }

@-moz-document url-prefix() {
  .international-shipping ul li:before {
    margin: 7px 5px 5px 0 !important; } }

.shipping-faq [data-sub-layout] {
  padding: 0; }

.shipping-faq ul {
  margin: 0; }
  .shipping-faq ul li {
    list-style: none;
    position: relative;
    border-top: 1px solid #E8E8E8;
    padding: 21px 0 19px; }
    .shipping-faq ul li h4 {
      color: #111111;
      font-family: "Quasimoda";
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 20px;
      margin: 0;
      display: block;
      position: relative;
      cursor: pointer; }
      .shipping-faq ul li h4:after {
        content: '';
        background-image: url("../img/icon-plus-green.png");
        position: absolute;
        color: #506F60;
        background-position: center;
        background-size: cover;
        width: 12px;
        height: 12px;
        right: 5px;
        top: 50%;
        transform: translateY(-50%); }
    .shipping-faq ul li .description {
      display: none;
      margin: 10px 0 0 0;
      color: #3C3C3C;
      font-family: "Quasimoda", sans-serif;
      font-size: 14px !important;
      letter-spacing: 0;
      line-height: 20px;
      transition: .5s ease-in-out;
      font-weight: 500; }
    .shipping-faq ul li.active .description {
      display: block !important; }
    .shipping-faq ul li.active h4::after {
      background-image: url("../img/icon-minus-green.png");
      height: 2px; }

.template-pages-custom-page-shipping-page .body .container {
  max-width: none;
  padding: 0;
  margin: 0; }
  .template-pages-custom-page-shipping-page .body .container .page-shipping .banner {
    margin: 0;
    max-width: none; }
  .template-pages-custom-page-shipping-page .body .container .page-shipping [data-content-region="page_builder_shipping_banner"] [data-sub-layout] {
    padding: 0; }
  .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content {
    display: flex;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 48px 20px 72px 20px; }
    .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-left {
      width: 25%;
      padding-right: 10px; }
    .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content [data-content-region="page_builder_content--global"] [data-sub-layout] {
      padding: 0; }
    .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right {
      width: 75%;
      padding: 0 73px 0 37px; }
      .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content {
        margin: 0;
        padding: 0;
        width: 100%; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content h3 {
          color: #111111;
          font-size: 24px;
          letter-spacing: -0.5px;
          line-height: 26px;
          margin-top: 0; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content h5 {
          color: #111111;
          font-family: "Quasimoda";
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 0.5px;
          line-height: 16px;
          margin-top: 0;
          margin-bottom: 6px; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content p {
          color: #3C3C3C;
          font-family: "Quasimoda";
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px;
          margin-bottom: 10px; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content p:last-child {
            margin-bottom: 0; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivering-restoration {
          padding-bottom: 24px;
          position: relative; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivering-restoration:after {
            content: '';
            width: 100%;
            height: 1px;
            background-color: #E8E8E8;
            position: absolute;
            bottom: 0; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivering-restoration h3 {
            margin-bottom: 12px; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivering-restoration .delivering-restoration-content span {
            font-weight: 800; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-estimate {
          padding: 24px 0 30px 0; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-estimate h3 {
            margin-bottom: 18px; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-estimate .estimate-note {
            color: #506F60;
            padding: 18px;
            border-radius: 3px;
            background-color: #E5F0E5;
            margin-bottom: 0; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost {
          position: relative;
          padding-bottom: 24px; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost:after {
            content: '';
            width: 100%;
            height: 1px;
            background-color: #E8E8E8;
            position: absolute;
            bottom: 0; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost span {
            margin-bottom: 12px;
            display: block; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table tr {
            background-color: #FFFFFF; }
            .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table tr:nth-child(2n+1) {
              background-color: #f6f6f6; }
            .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table tr:last-child td {
              padding-bottom: 0; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table th {
            padding: 14px 18px;
            color: #3C3C3C;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px;
            font-weight: normal;
            text-align: left;
            display: block; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table td {
            color: #111111;
            font-size: 14px;
            font-weight: 500;
            letter-spacing: 0;
            line-height: 16px;
            padding: 16px 27px 16px 0;
            width: 60%; }
            .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table td p {
              margin-bottom: 0;
              color: #111111;
              font-size: 14px;
              font-weight: 500;
              letter-spacing: 0;
              line-height: 16px; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping {
          padding: 30px 0 22px;
          position: relative; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping:after {
            content: '';
            width: 100%;
            height: 1px;
            bottom: 0;
            background-color: #E8E8E8;
            position: absolute; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping h3 {
            margin-bottom: 18px; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping ul {
            margin-bottom: 5px;
            position: relative;
            margin-left: 0; }
            .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping ul li {
              margin-bottom: 10px;
              list-style: none;
              display: flex; }
              .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping ul li:before {
                content: '';
                width: 4px;
                height: 4px;
                left: 0;
                background-color: #3C3C3C;
                border-radius: 50px;
                margin: 6px 5px 5px 0;
                display: inline-block; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping p:last-child {
            margin-bottom: 0; }

.title-shipping {
  margin: 24px 0 18px !important; }

@media (max-width: 767px) {
  .shipping-faq ul li h4 {
    padding-right: 10px; }
    .shipping-faq ul li h4:after {
      right: 0; }
  .template-pages-custom-page-shipping-page .title-shipping {
    margin: 18px 0 12px 0 !important; }
  .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-banner [data-content-region="page_builder_shipping_banner"] {
    position: relative; }
    .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-banner [data-content-region="page_builder_shipping_banner"] [data-sub-layout] {
      padding: 0; }
  .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content {
    padding: 18px 11px 10px 11px;
    flex-direction: column; }
    .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-left {
      display: block;
      width: 100%;
      margin-bottom: 18px;
      padding-right: 0; }
    .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right {
      width: 100%;
      padding: 0;
      display: flex;
      flex-direction: column; }
      .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivering-restoration {
        padding-bottom: 18px; }
      .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-estimate {
        padding: 18px 0; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-estimate .estimate-note {
          padding: 12px; }
      .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost {
        padding-bottom: 18px; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost span {
          margin-bottom: 14px; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table tr {
          border-right: 1px solid #E8E8E8;
          border-left: 1px solid #E8E8E8;
          background-color: #FFFFFF; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table tr:nth-child(2n+1) {
            border: none; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table tr th {
            padding: 14px 42px 14px 12px; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table tr:last-child {
            border-bottom: 1px solid #E8E8E8; }
            .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table tr:last-child td {
              padding-bottom: 14px; }
              .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table tr:last-child td:last-child p:last-child {
                font-weight: 400; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table td {
          width: 48%;
          padding: 14px 10px 14px 0; }
      .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping {
        padding: 23px 0 18px; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping h3 {
          margin-bottom: 12px; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping ul {
          margin-left: 0; }
          .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping ul li:before {
            margin: 6px 5px 5px 0; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .shipping-faq ul li span {
    color: #111111;
    font-family: "Quasimoda";
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 20px; }
  .template-pages-custom-page-shipping-page .title-shipping {
    margin: 18px 0 12px 0 !important; }
  .template-pages-custom-page-shipping-page .body .container .page-shipping [data-content-region="page_builder_shipping_banner"] img {
    height: auto !important; }
  .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content {
    padding: 18px 11px 30px 11px;
    flex-direction: column; }
    .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-left {
      display: block;
      width: 100%;
      padding-right: 0;
      margin-bottom: 18px; }
    .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right {
      width: 100%;
      padding: 0;
      display: flex;
      flex-direction: column; }
      .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivering-restoration {
        padding-bottom: 18px; }
      .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-estimate {
        padding: 18px 0; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-estimate .estimate-note {
          padding: 12px; }
      .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost {
        padding-bottom: 18px; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost span {
          padding-bottom: 16px; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table tr:last-child td p {
          margin-bottom: 0; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .delivery-cost table td {
          width: 48%;
          padding: 14px 13px 14px 0; }
      .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping {
        padding: 18px 0; }
        .template-pages-custom-page-shipping-page .body .container .page-shipping .page-shipping-content .shipping-content-right .page-content .international-shipping h3 {
          margin-bottom: 12px; } }

.device-ios [data-content-region=page_return_contact] #buttonLink, .mac [data-content-region=page_return_contact] #buttonLink {
  line-height: 44px !important; }

.device-ios [data-content-region=page_return_note] .note ul li:before, .mac [data-content-region=page_return_note] .note ul li:before {
  margin-top: 9px !important; }

.banner {
  max-width: none;
  margin: 0; }

.template-pages-custom-page-return-page .body .container {
  max-width: none;
  padding: 0; }
  .template-pages-custom-page-return-page .body .container .page-return .page-return-banner [data-content-region="page_builder_shipping_banner"] [data-sub-layout] {
    padding: 0; }
  .template-pages-custom-page-return-page .body .container .page-return .page-return-content {
    display: flex;
    max-width: 1280px;
    padding: 52px 20px 72px;
    margin: 0 auto; }
    .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-left {
      width: 25%;
      padding-right: 10px; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-left [data-sub-layout] {
        padding: 0; }
    .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right {
      width: 75%;
      padding: 0 52px 0 38px; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_title"] {
        margin-bottom: 14px; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_title"] [data-sub-layout] {
          padding: 0; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_title"] [data-widget-id] {
          display: flex;
          justify-content: left; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_title"] [data-widget-id] p {
            color: #111111;
            font-family: "kepler-std-display",serif;
            font-size: 24px;
            letter-spacing: -0.5px;
            line-height: 26px;
            margin-bottom: 12px;
            text-align: left; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_title"] [data-widget-id]:last-child p {
            color: #3C3C3C;
            font-family: "Quasimoda";
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px;
            margin-bottom: 0;
            font-weight: 400; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_item"] {
        padding-right: 21px; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_item"] [data-sub-layout] {
          padding: 0; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 20px 10px 27px 12px;
        background-color: #F6F6F6;
        margin-bottom: 16px; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item {
          width: 33.33333%;
          padding: 0 12px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item .return-img {
            margin-bottom: 13px;
            width: 55px;
            height: 55px;
            display: inline-block;
            margin-left: -5px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item .returns-content h4 {
            color: #111111;
            font-family: "Quasimoda";
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 0.5px;
            line-height: 16px;
            text-decoration: none;
            text-transform: uppercase;
            display: block;
            margin-bottom: 5px;
            margin-top: 0; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item .returns-content .desc p:first-child {
            margin-bottom: 10px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item .returns-content p {
            margin-bottom: 0; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] {
        padding-right: 21px; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] [data-sub-layout] {
          padding: 0; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] .note {
          background-color: #E5F0E5;
          padding: 22px 18px 8px 18px;
          margin-bottom: 20px;
          color: #506F60;
          font-weight: bold;
          font-size: 14px;
          line-height: 20px;
          position: relative;
          border-radius: 3px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] .note ul {
            margin: 10px 0 0 35px; }
            .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] .note ul li {
              list-style: none;
              font-weight: 400;
              margin-bottom: 10px; }
              .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] .note ul li:before {
                content: '';
                width: 4px;
                height: 4px;
                background-color: #506F60;
                position: absolute;
                border-radius: 50px;
                margin-top: 7px;
                left: 30px; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] {
        display: block;
        width: 100%; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] [data-sub-layout] {
          padding: 0; }
          @media (min-width: 768px) {
            .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] [data-sub-layout] {
              display: block; }
              .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] [data-sub-layout] [data-widget-id]:nth-child(3) {
                display: inline-block;
                width: auto; }
              .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] [data-sub-layout] [data-widget-id]:last-child {
                display: inline-block;
                width: auto;
                margin-left: 12px; } }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] [data-widget-id] {
          justify-content: left;
          display: flex; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] [data-widget-id] p {
            text-align: left; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] p {
          color: #3C3C3C;
          font-family: "Quasimoda",sans-serif;
          font-size: 14px;
          letter-spacing: 0;
          line-height: 20px;
          text-align: left;
          margin-bottom: 12px;
          font-weight: 400; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] #buttonLink, .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] .buttonLink a {
          border: 1px solid #506F60;
          border-radius: 3px;
          background-color: #FFFFFF;
          color: #506F60 !important;
          font-family: "Quasimoda",sans-serif;
          font-weight: 600;
          letter-spacing: 0;
          line-height: 48px;
          text-align: center;
          height: 48px;
          display: inline-flex !important;
          padding: 0 22px;
          width: 100%;
          align-items: center; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] #buttonLink:hover, .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] .buttonLink a:hover {
            border: 1px solid  #68947F;
            background-color: #68947F; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] #buttonLink p, .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] .buttonLink a p {
            color: #506F60;
            font-weight: 600;
            font-size: 16px; }

@media (max-width: 767px) {
  .template-pages-custom-page-return-page .block-breadcrumbs ul li:nth-child(3) a {
    border-bottom: none !important; }
  .template-pages-custom-page-return-page .body .container .page-return .page-return-banner [data-content-region="page_builder_shipping_banner"] h1 {
    color: #FFFFFF;
    font-size: 30px !important;
    letter-spacing: -0.71px;
    line-height: 49px;
    text-align: center; }
  .template-pages-custom-page-return-page .body .container .page-return .page-return-banner [data-content-region="page_builder_shipping_banner"] img {
    min-height: 148px;
    height: auto !important; }
  .template-pages-custom-page-return-page .body .container .page-return .page-return-content {
    flex-direction: column;
    padding: 18px 12px 30px; }
    .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-left {
      width: 100%;
      margin-bottom: 21px;
      padding-right: 0; }
    .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right {
      width: 100%;
      padding: 0; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] [data-widget-id] p {
        margin-bottom: 12px; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_title"] {
        margin-bottom: 10px; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_item"] {
        padding-right: 0; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] {
        padding-right: 0; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] .note {
          padding: 21px 12px 4px;
          border-radius: 3px;
          margin-bottom: 14px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] .note ul li:before {
            left: 25px; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] [data-widget-id] {
        display: block;
        width: 100%; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] [data-widget-id]:last-child {
          margin-top: 12px; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container {
        flex-direction: column;
        padding: 0;
        margin-bottom: 8px; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item {
          width: 100%;
          padding: 13px 18px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item .returns-content h4 {
            margin-bottom: 6px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item .desc p:first-child {
            margin-bottom: 0 !important; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item:nth-child(2) {
            padding: 2px 18px; }
            .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item:nth-child(2) .desc p:first-child {
              margin-bottom: 10px !important; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item:last-child {
            padding-bottom: 24px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item .return-img {
            margin-bottom: 15px; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .template-pages-custom-page-return-page .block-breadcrumbs ul li:nth-child(3) a {
    border-bottom: none !important; }
  .template-pages-custom-page-return-page .body .container .page-return .page-return-banner [data-content-region="page_builder_shipping_banner"] h1 {
    color: #FFFFFF;
    font-size: 30px !important;
    letter-spacing: -0.71px;
    line-height: 49px;
    text-align: center; }
  .template-pages-custom-page-return-page .body .container .page-return .page-return-banner [data-content-region="page_builder_shipping_banner"] img {
    min-height: 148px;
    height: auto !important; }
  .template-pages-custom-page-return-page .body .container .page-return .page-return-content {
    flex-direction: column;
    padding: 18px 12px 30px; }
    .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-left {
      width: 100%;
      margin-bottom: 18px;
      padding-right: 0; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-left .block-breadcrumbs ul li:last-child a {
        border-bottom: none !important; }
    .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right {
      width: 100%;
      padding: 0; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] [data-widget-id] p {
        margin-bottom: 12px; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_title"] {
        margin-bottom: 12px; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_item"] {
        padding-right: 0; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] {
        padding-right: 0; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] .note {
          padding: 18px 12px 4px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_note"] .note ul li:before {
            margin-top: 6px; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right [data-content-region="page_return_contact"] [data-widget-id] {
        display: flex;
        width: 100%; }
      .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container {
        flex-direction: row;
        padding: 0;
        margin-bottom: 12px; }
        .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item {
          width: 33.33333%;
          padding: 13px 18px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item .returns-content h4 {
            margin-bottom: 6px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item .desc p:first-child {
            margin-bottom: 0 !important; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item:nth-child(2) .desc p:first-child {
            margin-bottom: 10px !important; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item:last-child {
            padding-bottom: 24px; }
          .template-pages-custom-page-return-page .body .container .page-return .page-return-content .return-content-right .returns-container .returns-item .return-img {
            margin-bottom: 15px; } }

.page-install.content.container {
  max-width: 842px;
  padding: 0 12px;
  margin-top: 63px;
  margin-bottom: 72px; }
  .page-install.content.container div {
    padding: 0; }
  .page-install.content.container p {
    margin-bottom: 27px; }
    .page-install.content.container p:nth-child(4) {
      margin-bottom: 9px; }
    .page-install.content.container p:last-child {
      margin-bottom: 24px; }
    .page-install.content.container p span {
      font-weight: 700; }
  .page-install.content.container h3 {
    margin: 0;
    margin-bottom: 10px; }

.page-why.content.container {
  max-width: 842px;
  padding: 0 12px;
  margin-top: 63px;
  margin-bottom: 72px; }
  .page-why.content.container div {
    padding: 0; }
  .page-why.content.container h4 {
    margin: 0;
    margin-bottom: 10px; }
  .page-why.content.container p {
    margin-bottom: 11px; }
    .page-why.content.container p:last-child {
      margin-bottom: 21px; }
  .page-why.content.container div#buttonLink {
    max-width: 138px;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    transition: all .3s; }

section.page-install div#buttonLink {
  padding: 0;
  border: none; }
  section.page-install div#buttonLink [data-edit-mode] {
    font-weight: 600;
    transition: all .3s;
    margin: 0;
    color: #506F60;
    border: 1px solid #506F60;
    padding: 12px 22.5px 10px;
    border-radius: 3px;
    background-color: #FFFFFF;
    background-image: none;
    background-size: unset;
    font-size: 16px; }
    section.page-install div#buttonLink [data-edit-mode]:hover {
      background-color: #506F60;
      color: #FFFFFF; }

.page-pull.content.container {
  max-width: 842px;
  padding: 0 12px;
  margin-top: 63px;
  margin-bottom: 72px; }
  .page-pull.content.container div {
    padding: 0; }
  .page-pull.content.container h3 {
    margin: 0;
    margin-bottom: 10px;
    margin-top: 26px; }
    .page-pull.content.container h3:first-child {
      margin-top: 0; }
  .page-pull.content.container h4 {
    margin-top: 24px; }
  .page-pull.content.container p {
    margin-bottom: 10px; }
    .page-pull.content.container p:nth-child(2) {
      margin-bottom: 11px; }
    .page-pull.content.container p:nth-child(5) {
      margin-bottom: 10px; }
    .page-pull.content.container p:last-child {
      margin-bottom: 23px; }
  .page-pull.content.container h4:nth-child(1) {
    text-transform: none;
    margin-top: 25px; }
  .page-pull.content.container div#buttonLink {
    max-width: 156px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 10px;
    font-weight: 600;
    transition: all .3s; }

.template-pages-custom-page-installing-your-sink .body > .container {
  max-width: 100%;
  margin: 0;
  padding: 0; }

body.ro-page.template-pages-custom-page-why-not-use .body > .container {
  max-width: 100%;
  margin: 0;
  padding: 0; }

body.ro-page.template-pages-custom-page-why-not-use h1 {
  max-width: 100%;
  width: 100%;
  padding: 0 12px; }

body.ro-page.template-pages-custom-page-pull-handle-guide .body > .container {
  max-width: 100%;
  margin: 0;
  padding: 0; }

.page-cms-banner-custom div {
  padding: 0; }

div#buttonLink {
  font-weight: 600; }
  div#buttonLink p:hover {
    color: #FFF; }
  div#buttonLink:hover p {
    color: #FFF; }

#checkout-app .checkout-step--customer .create-account-form .form-field-errors {
  height: auto; }

@media (max-width: 767px) {
  .page-pull.content.container h4:nth-child(1) {
    margin-top: 18px; }
  .page-pull.content.container h4:nth-child(1) {
    margin-top: 18px;
    margin-bottom: 6px; }
  .page-why.content.container {
    margin-top: 22px;
    margin-bottom: 30px; }
    .page-why.content.container p {
      margin-bottom: 9px; }
      .page-why.content.container p:last-child {
        margin-bottom: 12px; }
    .page-why.content.container div#buttonLink {
      font-weight: 600;
      transition: all .3s;
      max-width: 100%; }
    .page-why.content.container h4 {
      margin-bottom: 6px; }
  .page-pull.content.container {
    margin-top: 18px;
    margin-bottom: 30px; }
    .page-pull.content.container div#buttonLink {
      transition: all .3s;
      font-weight: 600;
      max-width: 100%; }
    .page-pull.content.container h3 {
      margin-top: 18px;
      margin-bottom: 6px; }
      .page-pull.content.container h3:first-child {
        margin-bottom: 6px; }
    .page-pull.content.container h4 {
      margin-top: 18px;
      margin-bottom: 5px; }
      .page-pull.content.container h4:nth-child(4) {
        margin-top: 15px;
        margin-bottom: 7px; }
    .page-pull.content.container p:last-child {
      margin-bottom: 12px; }
  .page-install.content.container {
    margin-top: 22px;
    margin-bottom: 30px; }
    .page-install.content.container p {
      margin-bottom: 18px; }
      .page-install.content.container p:last-child {
        margin-bottom: 12px; }
    .page-install.content.container h3 {
      margin-bottom: 12px; }
  .page-cms-banner-custom h1 {
    font-size: 30px !important;
    line-height: 36px !important;
    letter-spacing: -0.71px !important;
    width: 100%; }
  .page-cms-banner-custom img {
    height: 148px !important; }
  div#buttonLink {
    font-weight: 600;
    max-width: 100%;
    width: 100%;
    transition: all .3s; }
  body.ro-page.template-pages-custom-page-why-not-use .body h1 {
    padding: 0 21px; } }

.navUser-action.navUser-action--currencySelector {
  display: flex;
  align-items: center; }
  @media (min-width: 801px) {
    .navUser-action.navUser-action--currencySelector {
      margin-left: 10px; } }

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

#currencySelection {
  width: 90px; }
  #currencySelection .dropdown-menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 5px; }

.navPages-list .currency-selector {
  display: block;
  margin-left: 0;
  border-top: 1px solid #E8E8E8;
  width: 100%; }
  @media (min-width: 801px) {
    .navPages-list .currency-selector {
      display: none; } }
  .navPages-list .currency-selector .navUser-action--currencySelector {
    padding-left: 5px; }
  .navPages-list .currency-selector #currencySelection {
    bottom: 0;
    left: 0;
    border: 1px solid #E8E8E8;
    background: #FFF; }

.mobileMenu-toggle + .mobile-navUser {
  margin: 0;
  margin-left: 10px;
  display: block; }
  .mobileMenu-toggle + .mobile-navUser .currency-selector {
    display: block; }
    .mobileMenu-toggle + .mobile-navUser .currency-selector #currencySelection {
      top: 25px !important;
      left: 0 !important; }
  .mobileMenu-toggle + .mobile-navUser .navUser-action--currencySelector {
    padding: 0;
    top: 20px; }
    .mobileMenu-toggle + .mobile-navUser .navUser-action--currencySelector + .dropdown-menu:before {
      right: unset !important;
      left: 1px !important; }
    .mobileMenu-toggle + .mobile-navUser .navUser-action--currencySelector + .dropdown-menu:after {
      left: 3px !important; }
  @media (min-width: 801px) {
    .mobileMenu-toggle + .mobile-navUser {
      display: none; } }

.page-Trade .body .container {
  max-width: 100%;
  padding: 0; }
  .page-Trade .body .container .page {
    padding: 0px 12px;
    max-width: 844px;
    margin: 64px auto 0; }
    .page-Trade .body .container .page .page-heading {
      display: none; }
    @media (max-width: 600.98px) {
      .page-Trade .body .container .page {
        margin: 20px 0 19px 0; } }
  .page-Trade .body .container div[data-sub-layout] {
    padding: 0; }
    @media (max-width: 767px) {
      .page-Trade .body .container div[data-sub-layout] h1 {
        font-size: 30px !important; }
      .page-Trade .body .container div[data-sub-layout] div[data-widget-id] .page-cms-banner {
        height: auto;
        min-height: 148px;
        background-position: center center !important; } }
  .page-Trade .body .container .page-content {
    width: 100%;
    padding: 0px !important; }
    .page-Trade .body .container .page-content h3 {
      color: #111111;
      font-family: 'kepler-std-display',serif;
      font-size: 24px;
      letter-spacing: -0.5px;
      line-height: 26px;
      margin-top: -1px; }
      .page-Trade .body .container .page-content h3 span {
        color: #111111;
        font-family: 'kepler-std-display',serif;
        font-size: 24px;
        letter-spacing: -0.5px;
        line-height: 26px; }
    .page-Trade .body .container .page-content p {
      color: #3C3C3C;
      font-family: 'Quasimoda',sans-serif;
      font-size: 14px;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 11px; }
      @media (max-width: 600.98px) {
        .page-Trade .body .container .page-content p::nth-last-child(5) {
          margin-bottom: 8px; } }
    .page-Trade .body .container .page-content p.btm-contact {
      padding-bottom: 61px; }
    .page-Trade .body .container .page-content .btm-contact a {
      margin-top: 15px;
      color: #506F60;
      font-family: 'Quasimoda',sans-serif;
      font-size: 16px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 48px;
      text-align: center;
      height: 48px;
      width: 126px;
      border: 1px solid #506F60;
      border-radius: 3px;
      background-color: #FFFFFF;
      margin-left: 0px;
      display: block;
      align-items: center;
      justify-content: center;
      text-decoration: unset;
      padding-bottom: 1px; }
      @media (max-width: 600.98px) {
        .page-Trade .body .container .page-content .btm-contact a {
          margin-top: 16px; } }
      .page-Trade .body .container .page-content .btm-contact a:hover {
        background-color: #68947F;
        border-color: #68947F;
        color: #ffffff;
        outline: none !important;
        transition: all 0.3s;
        background-size: unset;
        background-image: unset; }
    .page-Trade .body .container .page-content ul {
      margin-top: 13px;
      margin-left: 27px;
      margin-bottom: 11px; }
      @media (max-width: 600.98px) {
        .page-Trade .body .container .page-content ul {
          margin-bottom: 16px; } }
      .page-Trade .body .container .page-content ul li {
        color: #3C3C3C;
        font-family: 'Quasimoda',sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 30px;
        margin-left: 0px;
        padding-left: 10px;
        position: relative;
        list-style-type: none; }
        @media (max-width: 600.98px) {
          .page-Trade .body .container .page-content ul li:nth-child(1) {
            margin-bottom: 8px; } }
        @media (max-width: 600.98px) {
          .page-Trade .body .container .page-content ul li:nth-child(2) {
            line-height: 20px;
            margin-bottom: 5px; } }
        .page-Trade .body .container .page-content ul li::marker {
          display: none; }
        .page-Trade .body .container .page-content ul li::before {
          content: '.';
          display: block;
          font-size: 27px;
          font-weight: bold;
          position: absolute;
          top: -6px;
          left: -14px; }
        @media (max-width: 600.98px) {
          .page-Trade .body .container .page-content ul li {
            line-height: 27px; } }

.page-Trade .header-bottom {
  display: none; }

.page-Trade .breadcrumbs {
  display: none; }

.page-Trade .header-bottom-global {
  border-bottom: 1px solid #E8E8E8; }

.page-Trade .page-heading {
  margin-top: 60px;
  margin-bottom: 18px;
  text-align: left;
  color: #111111;
  font-family: 'kepler-std-display',serif;
  font-size: 30px;
  letter-spacing: -0.5px;
  line-height: 32px; }
  @media (max-width: 600.98px) {
    .page-Trade .page-heading {
      margin-top: 18px;
      margin-bottom: 0px; } }

.device-ios .btm-contact a {
  line-height: 42px; }

.ios .page-Trade .body .container .page-content ul li::marker {
  display: none; }

.ios .page-Trade .body .container .page-content p.btm-contact a {
  line-height: 43px; }

.js-focus-visible .page-Trade .body .container .page-content .btm-contact a {
  padding-top: 3px; }

@media (max-width: 1024px) {
  .page-Trade .body .container .page-content p.btm-contact {
    padding-bottom: 0px; } }

/* firecley sinks page */
/* end page */
.template-pages-custom-page-tradeco-finish-guide .banner ~ .container {
  max-width: 852px;
  margin-top: 60px;
  padding: 0 12px; }
  .template-pages-custom-page-tradeco-finish-guide .banner ~ .container .items {
    display: flex;
    align-items: center;
    justify-content: center; }
    .template-pages-custom-page-tradeco-finish-guide .banner ~ .container .items .item-img {
      margin-left: 0px;
      min-width: 124px;
      height: auto;
      max-width: 124px; }
    .template-pages-custom-page-tradeco-finish-guide .banner ~ .container .items .items-contents {
      max-width: 704px;
      padding-left: 20px; }
      .template-pages-custom-page-tradeco-finish-guide .banner ~ .container .items .items-contents h5 {
        margin: 0;
        color: #111111;
        font-family: Quasimoda;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 16px; }
      .template-pages-custom-page-tradeco-finish-guide .banner ~ .container .items .items-contents p {
        color: #3C3C3C;
        font-family: Quasimoda;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        margin-bottom: 0;
        margin: 6px 0 12px; }
  .template-pages-custom-page-tradeco-finish-guide .banner ~ .container img {
    width: 100%;
    height: 100%; }
  .template-pages-custom-page-tradeco-finish-guide .banner ~ .container div[data-widget-id] {
    margin-bottom: 42px; }

.template-pages-custom-page-tradeco-finish-guide main#main-content > .container {
  max-width: 100%;
  padding: 0; }
  .template-pages-custom-page-tradeco-finish-guide main#main-content > .container [data-sub-layout] {
    padding: 0; }
  .template-pages-custom-page-tradeco-finish-guide main#main-content > .container main.page.page-tradeco-finish-guide {
    margin: 0; }

section.page.tradeco-guide {
  margin-bottom: 27px;
  margin-left: 0;
  margin-right: 0; }
  section.page.tradeco-guide .banner {
    width: 100%;
    max-width: 100%; }
    section.page.tradeco-guide .banner div > img {
      height: 100% !important;
      max-height: 331px;
      min-height: 331px; }
      section.page.tradeco-guide .banner div > img ~ h1 {
        padding-top: 8px; }
    section.page.tradeco-guide .banner div[data-sub-layout] {
      padding: 0; }

.template-pages-custom-page-fireclay-sinks main#main-content .container main.page.page-fireclay-sinks section.page.fireclay-sinks {
  margin: 0; }

.template-pages-custom-page-fireclay-sinks main#main-content .container {
  max-width: 100%;
  padding: 0; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .banner {
    max-width: 100%; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .banner div[data-sub-layout] {
      padding: 0;
      flex-direction: unset;
      display: block; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] {
    max-width: 842px;
    margin: 0 auto;
    width: 100%;
    margin-top: 65px;
    margin-bottom: 60px;
    padding: 0 12px; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] .box:not(:last-child) {
      margin-bottom: 23px; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] .box h4 {
      font-size: 20px;
      letter-spacing: 0;
      line-height: 22px;
      margin: 0 0 12px 0; }
      .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] .box h4 ~ p {
        margin-bottom: 0; }
        .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] .box h4 ~ p ~ p {
          margin-top: 10px; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] .box h3 {
      margin: 0 0 12px 0;
      color: #111111;
      font-size: 24px;
      letter-spacing: -0.5px;
      line-height: 26px; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] .box ~ p {
      margin-bottom: 0; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] #buttonLink {
      padding: 13px 21.73px;
      margin-top: 24px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .items-bgr div[data-layout-id] div[data-sub-layout] {
    margin-bottom: 4px;
    margin-top: 2px;
    padding-bottom: 19px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .items-bgr.items-bk-white div[data-layout-id] div[data-sub-layout-container]:first-child div[data-sub-layout] {
    margin-top: 62px;
    margin-bottom: 0px;
    padding-bottom: 11px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bk-grey {
    background-color: #F8F8F8;
    padding: 60px 0 12px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout] div[data-widget-id] .endurance {
    margin: 0; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] {
    margin-top: 0;
    margin-bottom: 0; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] {
      display: flex;
      flex-wrap: wrap;
      min-width: 880px;
      margin-left: -30px; }
      .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] .list-items {
        width: calc(100% / 6);
        margin-bottom: 24px; }
        .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] .list-items .items {
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 0px 10px; }
          .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] .list-items .items img {
            max-width: 97px;
            max-height: 97px; }
          .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] .list-items .items span {
            margin: 0;
            color: #3C3C3C;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 20px;
            text-align: center;
            width: 100%;
            max-width: 118px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr.items-bk-white div[data-sub-layout-container]:last-child div[data-sub-layout] style ~ div[data-widget-id] {
    margin-top: 12px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bk-white {
    padding: 0px 0 12px;
    margin: 0 12px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .container-widget {
    width: 100%;
    margin: 0 auto;
    padding: 0 12px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container main.page.page-fireclay-sinks {
    margin: 0; }

section.page.fireclay-sinks .banner > div img ~ h1 {
  padding-top: 8px; }

.template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .items-bgr div[data-layout-id] div[data-sub-layout] p {
  color: #111111;
  font-family: 'kepler-std-display';
  font-size: 24px;
  letter-spacing: -0.5px;
  line-height: 26px; }

.banner div[data-content-region] div[data-layout-id] div[data-sub-layout] div[data-widget-id] .page-cms-banner {
  height: auto !important;
  min-height: 331px; }
  .banner div[data-content-region] div[data-layout-id] div[data-sub-layout] div[data-widget-id] .page-cms-banner h1 {
    font-weight: 500; }

@media screen and (max-width: 1280px) {
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] {
    min-width: 100%;
    margin-left: -23px; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] .list-items {
      width: calc(100% / 6); } }

@media screen and (max-width: 1024px) {
  .template-pages-custom-page-fireclay-sinks main#main-content .container {
    max-width: 100%;
    padding: 0; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] {
      min-width: 100%;
      margin-left: -30px; }
      .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] .list-items {
        width: calc(100% / 5); }
    .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bk-grey {
      padding: 60px 0 12px; } }

@media screen and (max-width: 991px) {
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] {
    margin-left: -30px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bk-white {
    padding: 0 0 12px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .container-widget {
    padding: 0 12px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bk-grey {
    padding: 60px 12px 12px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .items-bgr div[data-layout-id] div[data-sub-layout] {
    padding: 0 12px 10px; } }

@media screen and (max-width: 767.98px) {
  .banner div h1 {
    color: #fff;
    font-size: 30px !important;
    letter-spacing: -0.71px !important;
    line-height: 49px !important;
    text-align: center;
    width: 100%; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .items-bgr div[data-layout-id] div[data-sub-layout] div[data-widget-id] style ~ div {
    text-align: center; }
  .template-pages-custom-page-tradeco-finish-guide main#main-content .banner ~ .container {
    margin-top: 18px;
    padding: 0 12px; }
    .template-pages-custom-page-tradeco-finish-guide main#main-content .banner ~ .container .items {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      margin-bottom: 0; }
      .template-pages-custom-page-tradeco-finish-guide main#main-content .banner ~ .container .items .item-img {
        max-width: 80px;
        min-width: 80px;
        margin-right: 0;
        margin-left: 0; }
      .template-pages-custom-page-tradeco-finish-guide main#main-content .banner ~ .container .items .items-contents {
        max-width: 395px;
        padding-left: 11px; }
        .template-pages-custom-page-tradeco-finish-guide main#main-content .banner ~ .container .items .items-contents p {
          margin: 6px 0; }
    .template-pages-custom-page-tradeco-finish-guide main#main-content .banner ~ .container div[data-widget-id] {
      margin-bottom: 24px; }
    .template-pages-custom-page-tradeco-finish-guide main#main-content .banner ~ .container div[data-sub-layout] {
      padding: 0; }
  section.page.tradeco-guide {
    margin-bottom: 6px; }
    section.page.tradeco-guide .banner h1 {
      color: #FFFFFF;
      font-size: 30px !important;
      letter-spacing: -0.71px;
      line-height: 49px;
      text-align: center;
      width: 100%; }
    section.page.tradeco-guide .banner div > img {
      min-height: 148px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .container-widget {
    padding: 0 12px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] {
    margin-left: 0; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] .list-items {
      width: calc(100% / 2);
      margin-bottom: 9px; }
      .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr div[data-sub-layout-container]:last-child div[data-sub-layout] div[data-widget-id] .list-items .items {
        padding: 0; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .banner div img {
    height: 100% !important;
    min-height: 148px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .banner div h1 {
    color: #FFFFFF;
    font-size: 30px !important;
    letter-spacing: -0.71px !important;
    line-height: 49px !important;
    text-align: center;
    width: 100%; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] {
    margin-top: 23px;
    margin-bottom: 30px;
    padding: 0; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] .box h3 {
      margin: 0px 0 5px 0; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] .box h4 {
      margin: 0 0 3px 0; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] .box:not(:last-child) {
      margin-bottom: 18px; }
      .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] .box:not(:last-child) p {
        margin-bottom: 0; }
    .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .container div[data-sub-layout] #buttonLink {
      margin-top: 12px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .items-bgr div[data-layout-id] div[data-sub-layout] {
    text-align: center;
    margin-top: 7px;
    margin-bottom: 0px;
    padding: 0 35px 10px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .items-bgr.items-bk-white div[data-layout-id] div[data-sub-layout-container]:first-child div[data-sub-layout] {
    margin-top: 35px;
    padding-bottom: 0; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container section.page.fireclay-sinks .items-bgr.items-bk-white div[data-layout-id] div[data-sub-layout] {
    margin-top: 1px;
    padding-bottom: 0; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bk-grey {
    padding-top: 26px;
    padding-bottom: 5px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bgr.items-bk-white div[data-sub-layout-container]:last-child div[data-sub-layout] style ~ div[data-widget-id] {
    margin-top: 12px; }
  .template-pages-custom-page-fireclay-sinks main#main-content .container .items-bk-white {
    padding-bottom: 0;
    margin-bottom: 18px; }
  .banner div[data-content-region] div[data-layout-id] div[data-sub-layout] div[data-widget-id] .page-cms-banner {
    min-height: 148px;
    background-position: center center !important; } }

.header-main .hidden {
  display: none; }

.empty-result {
  display: block !important; }
  .empty-result .quicksearch-no-results {
    text-align: center; }

.nav-up .quickSearchResults {
  display: none !important; }

.border-search {
  border-radius: 3px 3px 0 0 !important; }

.search-old-query {
  margin: 10px 0 0; }

.quickSearchResults {
  display: flex;
  padding: 30px 0 21px 30px;
  border: 1px solid #EEEEEE;
  border-radius: 0 0 3px 3px;
  background-color: #FFFFFF;
  width: 895px;
  max-width: 97vw;
  position: absolute;
  z-index: 99; }
  .quickSearchResults .left-quicksearch {
    max-width: 153px;
    width: 100%; }
    .quickSearchResults .left-quicksearch .see-all-results {
      display: none; }
    .quickSearchResults .left-quicksearch .facet-wrapper {
      margin-bottom: 30px; }
      .quickSearchResults .left-quicksearch .facet-wrapper:nth-child(2) {
        margin-bottom: 0; }
      .quickSearchResults .left-quicksearch .facet-wrapper .qs-facet-title {
        color: #111111;
        font-family: "Quasimoda", sans-serif;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 16px;
        margin-bottom: 12px;
        text-transform: uppercase; }
      .quickSearchResults .left-quicksearch .facet-wrapper ul {
        margin: 0; }
        .quickSearchResults .left-quicksearch .facet-wrapper ul li {
          margin-bottom: 6px;
          list-style: none; }
          .quickSearchResults .left-quicksearch .facet-wrapper ul li a {
            color: #3C3C3C;
            font-family: "Quasimoda", sans-serif;
            font-size: 14px;
            letter-spacing: 0;
            line-height: 17px;
            text-decoration: none;
            background: transparent; }
            .quickSearchResults .left-quicksearch .facet-wrapper ul li a:hover {
              color: #3C3C3C;
              text-decoration: underline; }
  .quickSearchResults .right-quicksearch {
    width: calc(100% - 153px);
    margin: 0; }
    .quickSearchResults .right-quicksearch .qs-products {
      display: flex;
      flex-wrap: wrap;
      padding-bottom: 0px;
      position: relative;
      margin: 0 14px;
      margin-bottom: 0px; }
      .quickSearchResults .right-quicksearch .qs-products:after {
        content: '';
        width: 98%;
        height: 1px;
        background-color: #E8E8E8;
        position: absolute;
        bottom: -8px; }
      .quickSearchResults .right-quicksearch .qs-products li {
        max-width: 311px;
        width: 100%;
        display: flex;
        margin: 0 15px 15px;
        margin-bottom: 0;
        padding-bottom: 18px;
        padding-right: 0;
        margin-bottom: 5px; }
        .quickSearchResults .right-quicksearch .qs-products li .qs-image {
          padding: 7px 6px 6px 7px;
          display: block;
          max-width: 106px;
          width: 100%;
          max-height: 106px;
          margin: 0;
          position: relative; }
          .quickSearchResults .right-quicksearch .qs-products li .qs-image img {
            max-height: 100%;
            max-width: 100%; }
          .quickSearchResults .right-quicksearch .qs-products li .qs-image:hover {
            background: transparent; }
        .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail {
          padding: 10px 0 0 12px; }
          .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail .qs-sku {
            color: #999999;
            font-family: "Quasimoda", sans-serif;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 12px;
            text-transform: uppercase;
            margin-bottom: 3px; }
          .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail .qs-name {
            margin-bottom: 5px; }
            .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail .qs-name a {
              color: #3C3C3C;
              font-family: "Quasimoda", sans-serif;
              font-size: 16px;
              letter-spacing: 0;
              line-height: 20px;
              text-decoration: none; }
              .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail .qs-name a:hover {
                background: transparent;
                text-decoration: underline; }
          .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail .qs-price {
            color: #111111;
            font-family: "Quasimoda", sans-serif;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 0;
            line-height: 20px;
            margin-bottom: 8px; }
            .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail .qs-price .old-price {
              color: #B8B8B8;
              margin-right: 4px;
              text-decoration: line-through;
              font-size: 13px; }
            .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail .qs-price .sale-price {
              color: #E74C3C; }
    .quickSearchResults .right-quicksearch .see-all-results {
      display: block;
      text-align: center;
      margin-top: 27px;
      margin-bottom: 0; }
      .quickSearchResults .right-quicksearch .see-all-results a {
        color: #506F60;
        font-family: "Quasimoda", sans-serif;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 20px;
        text-align: center; }

@media (max-width: 767px) {
  .quickSearchResults {
    padding: 18px;
    flex-direction: column-reverse;
    width: 100%;
    max-height: calc(100vh - 187px);
    overflow-x: hidden;
    overflow-y: auto;
    scroll-snap-align: start; }
    .quickSearchResults .left-quicksearch {
      max-width: 100%; }
      .quickSearchResults .left-quicksearch .facet-wrapper {
        margin-bottom: 18px; }
        .quickSearchResults .left-quicksearch .facet-wrapper:nth-child(2) {
          margin-bottom: 18px; }
        .quickSearchResults .left-quicksearch .facet-wrapper ul li:last-child {
          margin-bottom: 0; }
      .quickSearchResults .left-quicksearch .see-all-results {
        display: block;
        position: relative;
        padding-top: 16px;
        margin-bottom: 0; }
        .quickSearchResults .left-quicksearch .see-all-results a {
          text-align: center;
          display: inherit; }
        .quickSearchResults .left-quicksearch .see-all-results:before {
          content: '';
          width: 100%;
          position: absolute;
          height: 1px;
          background-color: #E8E8E8;
          top: 0; }
    .quickSearchResults .right-quicksearch {
      margin: 0 0 18px 0;
      width: 100%; }
      .quickSearchResults .right-quicksearch .see-all-results {
        display: none; }
      .quickSearchResults .right-quicksearch .qs-products {
        margin: 0;
        padding-bottom: 0; }
        .quickSearchResults .right-quicksearch .qs-products:after {
          height: 0; }
        .quickSearchResults .right-quicksearch .qs-products li {
          max-width: 100%;
          margin: 0 0 12px 0;
          padding: 0;
          position: relative; }
          .quickSearchResults .right-quicksearch .qs-products li:last-child {
            margin-bottom: 0; }
          .quickSearchResults .right-quicksearch .qs-products li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background-color: #E8E8E8;
            bottom: 0; }
          .quickSearchResults .right-quicksearch .qs-products li .qs-image {
            margin: 0; }
          .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail {
            padding-bottom: 25px; }
            .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail .qs-price {
              margin-bottom: 0; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .quickSearchResults .left-quicksearch {
    max-width: 100px; }
  .quickSearchResults .right-quicksearch .qs-products {
    display: flex;
    margin: 0; }
    .quickSearchResults .right-quicksearch .qs-products li {
      margin: 0 0 15px;
      width: 50%; } }

@-moz-document url-prefix() {
  .left-quicksearch .facet-wrapper ul li {
    list-style: none;
    position: relative; }
    .left-quicksearch .facet-wrapper ul li::marker {
      position: absolute;
      z-index: -99; }
  .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail .qs-price .old-price {
    text-decoration: none;
    position: relative; }
    .quickSearchResults .right-quicksearch .qs-products li .qs-product-detail .qs-price .old-price:before {
      content: '';
      position: absolute;
      top: 40%;
      width: 100%;
      height: 1px;
      background-color: #B8B8B8; } }

.device-ios .quickSearchResults .right-quicksearch .qs-products li:first-child {
  padding-top: 11px; }

.template-pages-search .badge-wrapper .p-badge.sale-badge {
  padding: 0; }

.page-sitemap-cat h1.page-heading {
  text-align: left;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 18px;
  margin-top: 40px;
  margin-bottom: 30px; }

.page-sitemap-cat h2.page-heading {
  display: none; }

.page-sitemap-cat .slick-initialized .slick-slide figure.card-figure a.card-figure__link:hover {
  background: none; }

.page-sitemap-cat .productCarousel-main .productCarousel-slide {
  padding: 0 12px;
  position: relative; }

.page-sitemap-cat .card .card-figure .card-figcaption {
  padding: 0; }
  .page-sitemap-cat .card .card-figure .card-figcaption .card-figcaption-body a {
    width: 100%; }
  .page-sitemap-cat .card .card-figure .card-figcaption .card-figcaption-body button {
    display: none; }

.page-sitemap-cat .card-body {
  padding-top: 30px;
  margin-bottom: 0; }
  .page-sitemap-cat .card-body a {
    color: #111111;
    font-family: 'kepler-std-display';
    font-size: 18px;
    letter-spacing: 0;
    line-height: 20px;
    text-decoration: none; }
  .page-sitemap-cat .card-body .card-text[data-test-info-type=price] {
    margin-bottom: 12px; }

.page-sitemap-cat ul.slick-dots {
  display: none; }

.page-sitemap-cat button.slick-arrow {
  display: none !important; }

.page-sitemap-cat .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 58px;
  margin-top: 0; }

.page-sitemap-cat .has-child .cate-child:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.page-sitemap-cat .has-child .cate-child li:last-child {
  padding-bottom: 0; }

.page-sitemap-cat .list-cate {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between; }
  .page-sitemap-cat .list-cate li.has-child {
    display: block;
    padding: 0; }
  .page-sitemap-cat .list-cate a {
    margin: 0;
    width: fit-content;
    display: block; }
  .page-sitemap-cat .list-cate > li {
    width: 25%;
    display: block;
    max-width: 256px;
    margin-bottom: 8px;
    margin-top: 40px; }
    .page-sitemap-cat .list-cate > li > a {
      color: #111111;
      font-family: 'Quasimoda';
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 16px;
      text-decoration: none;
      text-transform: uppercase; }
    .page-sitemap-cat .list-cate > li > ul > li > a {
      text-decoration: none;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 16px;
      color: #111;
      display: block; }
  .page-sitemap-cat .list-cate .cate-child {
    display: block;
    margin: 0;
    padding: 6px 0; }
    .page-sitemap-cat .list-cate .cate-child li {
      padding: 6px 0;
      list-style: none; }

.page-sitemap-cat section.productCarousel {
  margin-bottom: 0; }

.page-sitemap-cat .list-item {
  margin-bottom: 0 !important; }

.page-sitemap-cat .slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

@media (max-width: 767px) {
  .page-sitemap-cat .list-cate > li {
    width: 48%;
    max-width: 100%; }
  .page-sitemap-cat .list {
    margin-bottom: 24px; }
  .page-sitemap-cat h1.page-heading {
    margin: 18px 0;
    padding-bottom: 12px; }
  .page-sitemap-cat .slick-dots {
    display: block !important; }
    .page-sitemap-cat .slick-dots li {
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 0 5px; }
      .page-sitemap-cat .slick-dots li button {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        border: none; }
        .page-sitemap-cat .slick-dots li button:before {
          width: 100%;
          height: 100%;
          background-color: #DDDDDD;
          left: 0;
          top: 0; }
    .page-sitemap-cat .slick-dots li.slick-active button {
      border: 2px solid #506F60;
      border-radius: 50%;
      width: 10px;
      height: 10px; }
      .page-sitemap-cat .slick-dots li.slick-active button:before {
        background-color: #FFFFFF; } }

.subcribe-form {
  max-width: 425px;
  width: 100%; }

.klaviyo-form form {
  padding: 0 !important; }
  .klaviyo-form form .message-alert {
    border: none; }
    .klaviyo-form form .message-alert:before {
      content: none; }
    .klaviyo-form form .message-alert:after {
      content: none; }
  .klaviyo-form form [component] {
    padding: 0 !important; }
    .klaviyo-form form [component]:first-child > div > div > div {
      position: relative !important; }
      .klaviyo-form form [component]:first-child > div > div > div > div {
        border: none !important; }
        .klaviyo-form form [component]:first-child > div > div > div > div:before {
          content: none !important; }
        .klaviyo-form form [component]:first-child > div > div > div > div:after {
          content: none !important; }
  .klaviyo-form form input[type=email] {
    width: 100% !important;
    background-color: #FFFFFF !important;
    height: 48px !important;
    color: #3C3C3C !important;
    font-family: "Quasimoda",sans-serif !important;
    font-size: 14px  !important;
    letter-spacing: 0  !important;
    padding: 16px 16px 15px 16px  !important;
    border-radius: 3px  !important;
    border: none !important; }
    .klaviyo-form form input[type=email]::-webkit-input-placeholder {
      color: #3C3C3C !important;
      font-size: 14px !important;
      letter-spacing: 0 !important;
      line-height: 20px !important; }
    .klaviyo-form form input[type=email]:focus {
      outline: none; }
    .klaviyo-form form input[type=email]:hover {
      border: #f8f8f8 !important; }
  .klaviyo-form form [data-testid="form-row"] {
    display: flex;
    width: 100%; }
    .klaviyo-form form [data-testid="form-row"] [component]:first-child {
      width: 100%; }
    .klaviyo-form form [data-testid="form-row"] button[type=button] {
      color: #FFFFFF !important;
      background-color: #ADCFAD !important;
      border-radius: 0 3px 3px 0 !important;
      border: none;
      padding: 0 28px !important;
      font-family: "Quasimoda",sans-serif !important;
      font-size: 16px !important;
      font-weight: bold !important;
      letter-spacing: 0 !important;
      text-align: center !important;
      max-width: 133px !important;
      cursor: pointer !important;
      height: 48px !important;
      line-height: 50px !important;
      transition: 0.5s all !important; }
      .klaviyo-form form [data-testid="form-row"] button[type=button]:hover {
        background-color: #93BC93 !important; }
  .klaviyo-form form input[type=submit] {
    display: none; }
  .klaviyo-form form .ql-editor {
    padding: 25px 0 15px !important; }
  .klaviyo-form form [role="alert"] {
    color: #FF0000 !important;
    font-family: "Quasimoda",sans-serif !important;
    font-size: 13px !important;
    letter-spacing: 0;
    line-height: 20px;
    margin-top: 0 !important;
    border-color: red;
    display: block;
    text-align: left;
    padding: 2px 0 !important;
    position: absolute !important; }
  .klaviyo-form form [valid="0"] {
    border-color: red !important; }

@media (max-width: 767px) {
  .klaviyo-form form {
    display: block; }
    .klaviyo-form form [role="alert"] {
      margin-top: 0 !important;
      padding: 0 !important; }
    .klaviyo-form form [data-testid="form-row"] {
      display: block !important;
      position: relative; }
      .klaviyo-form form [data-testid="form-row"] [component] {
        width: 100% !important; }
        .klaviyo-form form [data-testid="form-row"] [component]:first-child > div > div > div {
          margin-bottom: 18px !important; }
      .klaviyo-form form [data-testid="form-row"] [data-testid="form-row"] {
        flex-direction: column !important;
        width: 100%; }
      .klaviyo-form form [data-testid="form-row"] input[type=email] {
        top: 0;
        left: 0;
        width: 100% !important;
        max-width: none !important;
        text-align: left;
        border: 1px solid #f8f8f8; }
      .klaviyo-form form [data-testid="form-row"] button[type=button] {
        top: 0;
        left: 0;
        width: 100%;
        max-width: none !important;
        margin-top: 12px;
        border-radius: 3px; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .footer-section .footer-wrapper .footer-info-col form [data-testid=form-row] [component]:first-child {
    width: auto; } }

.productView-productsByCategories .tabs {
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
  .productView-productsByCategories .tabs::-webkit-scrollbar {
    display: none; }

.productView-productsByCategories .tab {
  display: inline-block;
  padding: 0 0.78571rem; }

.productView-productsByCategories ._productImage {
  width: 100px;
  height: 100px;
  object-fit: contain; }

.productView-productsByCategories .form-field--increments label {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute; }

.productView-productsByCategories .form-increment .button {
  display: none; }

.productView-productsByCategories .form-increment .form-input {
  width: 50px; }

@media (min-width: 801px) {
  .productView-productsByCategories .form-increment .button {
    display: inline-block; }
  .productView-productsByCategories .form-increment .form-input {
    width: 60px; } }

.page-Australian .tabs {
  display: flex; }

.body {
  box-sizing: border-box; }

.page-DIY .alert.alert-primary {
  background-color: #def3eb;
  border-color: #506f60; }

.page-DIY .alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.sumary_rating [class^="ruk-icon-"], .sumary_rating [class*=" ruk-icon-"] {
  font-family: Fontawesome !important; }

.productView-product .sumary_rating [class^="ruk-icon-"], .productView-product .sumary_rating [class*=" ruk-icon-"] {
  font-family: Fontawesome !important; }
