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

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

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

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

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 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: 300;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: black;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

hr {
  border: solid black;
  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: 28px;
  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: black;
    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 black;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #faf3ed; }
    .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 black; }

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

.table-tbody tr {
  border-bottom: 1px solid black; }
  .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: black;
  color: white;
  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: black;
    color: black; }
  .button:active {
    background-color: transparent;
    border: 1px solid black;
    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: white;
  border-color: white;
  color: black; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: black;
    border-color: black;
    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: 16px; }

.button--small {
  font-size: 14px;
  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: black; }

/*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: black;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: black;
    font-size: 0.71429rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: black;
  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: black;
    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: black;
  color: black;
  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: black; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: black; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: black;
    box-shadow: 0 0 4px rgba(0, 0, 0, 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: #faf3ed;
  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: #faf3ed; }
  .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: black;
  float: left;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: black; }
  .breadcrumb.current {
    color: black;
    cursor: default; }
    .breadcrumb.current a {
      color: black;
      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: black;
    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: #a28973;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: black;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid black;
  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: black;
  display: block;
  font-size: 16px;
  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: 16px;
  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: 16px;
  padding: 0.21429rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: black;
    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: black;
      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: black; }
  .alertBox--info svg {
    fill: #dfdfdf; }

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

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

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

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

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: black 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: #faf3ed; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

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

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 black;
  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 black;
  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 black;
  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: 16px;
  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: 30px;
  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: 16px;
  padding: 0.35714rem 0.78571rem; }

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

.loadingOverlay {
  background: rgba(0, 0, 0, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #a28973 #a28973;
    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: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html,
body {
  height: auto; }

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  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: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 28px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: black;
  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(0, 0, 0, 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: black;
  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 black; }
  .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: black;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: black;
    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 black; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

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

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

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

.modal-header-title {
  font-size: 28px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 30px; } }

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

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

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

.hide-content {
  opacity: 0; }

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

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

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

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

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

.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: #a28973; }
  .pagination-item.pagination-item--current {
    border-color: black;
    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: black;
    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: black; }

.tab {
  border-top: 1px solid black;
  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 black;
        border-bottom: 1px solid white; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inlineMessage {
  display: block; }

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

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

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

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

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

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

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

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

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

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

.form-label--alternate {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 14px;
  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: 14px;
  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: 14px; }

.form-field-group {
  border: 1px solid black;
  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: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-title {
  font-size: 16px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: black;
    display: block;
    text-decoration: none; }
    .card-title > a:hover {
      color: #604f40; }

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

.navList-action-close {
  background: #faf3ed;
  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 black;
        margin: 0;
        padding-left: 0.78571rem; } }
  .navBar--sub .navBar-action {
    color: black;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #a28973; }

.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 black;
  border-radius: 4px; }
  .actionBar-section .form-field:hover {
    border-color: black; }

.actionBar-section .form-label {
  color: black;
  font-size: 14px;
  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: #faf3ed;
    border: 1px solid #faf3ed;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open::before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #faf3ed 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 #faf3ed transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.92857rem;
      position: absolute; }

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

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

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

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

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

.navUser-action-divider {
  border-right: 1px solid black;
  color: black;
  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: black; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #604f40; }
  .navUser-item--cart .dropdown-menu {
    max-width: 22.85714rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      left: auto !important;
      right: 0.35714rem;
      top: auto !important; }
      @media (min-width: 801px) {
        .navUser-item--cart .dropdown-menu.is-open {
          right: 0; } }
      .navUser-item--cart .dropdown-menu.is-open::before, .navUser-item--cart .dropdown-menu.is-open::after {
        left: auto; }
      .navUser-item--cart .dropdown-menu.is-open::before {
        right: 0.42857rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::before {
            right: 0.78571rem; } }
      .navUser-item--cart .dropdown-menu.is-open::after {
        right: 0.57143rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open::after {
            right: 0.92857rem; } }

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

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

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

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

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

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

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

.countPill {
  background-color: #faf3ed;
  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 black;
  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 black;
    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 black;
  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: black;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0.78571rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.78571rem 1.14286rem 1.14286rem; }
      .navPages-action.is-open {
        background-color: #e5e5e5; } }
  .navPages-list:not(.navPages-list-depth-max) .navPages-action.has-subMenu {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .navPages-action.is-open svg,
  .navPages-action .collapsible-icon-wrapper.is-open svg {
    fill: #604f40;
    stroke: #604f40; }
  .navPages-action:hover, .navPages-action.activePage {
    color: #604f40; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: #604f40;
      stroke: #604f40; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: black; }

.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 black;
    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 black;
        margin-bottom: 1.14286rem; } }

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

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

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

.navPages-quickSearch {
  border-bottom: 1px solid black;
  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 black; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid black; }
  .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: black;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #a28973; }

.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: #a28973; }
    .socialLinks .icon svg {
      fill: black;
      transition: all 0.15s ease; }

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

.pin_it_iframe_widget {
  display: none; }

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

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

.socialLinks--alt svg {
  fill: black; }

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

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

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

.heroCarousel-title {
  color: black;
  font-size: 24px;
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: black;
  font-size: 12px;
  margin: 0; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 14px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 16px; } }

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

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

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

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

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

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

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

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 16px; }
  .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: 16px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

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

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

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

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

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

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

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

.quickView:after {
  clear: both; }

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

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

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

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

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

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

.productView {
  padding-top: 1rem; }

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

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

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

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

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

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

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

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

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

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

.productView-brand {
  color: black;
  font-size: 16px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 24px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: black; }
    .productView-brand a:hover {
      color: #a28973; }

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

.productView-reviewLink {
  color: black;
  display: inline-block;
  margin-left: 0.35714rem;
  vertical-align: middle; }
  .productView-reviewLink:hover {
    color: #a28973; }
  .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: 14px;
      font-weight: 400; } }

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

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

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

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

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

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

.shareProduct {
  text-align: center; }

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

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

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

.compareTable {
  border-top: 1px solid black;
  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 black; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 16px;
  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: #faf3ed;
  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: black;
    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 black;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

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

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

.toggleLink-text {
  font-size: 14px;
  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: black 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: black;
  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: #faf3ed;
  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: black;
    position: relative;
    top: -1px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cart-remove {
  background-color: #faf3ed;
  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: black; }

.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 black; } }
  .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: black;
  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: 24px;
  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: black;
  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: #a28973; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.previewCartItem-brand,
.previewCartItem-price {
  color: black;
  display: inline-block;
  font-size: 14px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border-top: 1px solid black;
  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: 16px; }

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

.address-label {
  color: black;
  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 black;
    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: #faf3ed;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + p {
      margin-top: 0.78571rem; }
    .previewCartCheckout .button:not(:last-child) {
      margin-bottom: 0.78571rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 36px;
  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; } }

.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: 16px; }

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

.quickSearchMessage {
  font-size: 36px;
  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, .account h2:not(.page-heading) {
  border-bottom: 1px solid black;
  margin: 0;
  padding-bottom: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 16px;
    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: 16px;
  margin: -0.21429rem 0 1rem;
  text-transform: inherit; }

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

.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: black;
  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: 16px;
  margin-top: -1.5rem;
  width: 66.66667%; }

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

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

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

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

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

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

.account-sidebar-block {
  font-size: 16px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading, .account-sidebar-block .account h2:not(.page-heading), .account .account-sidebar-block h2:not(.page-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: black;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid black;
  font-size: 16px;
  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: black;
  font-size: 16px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

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

.account-downloadsItem-availability {
  color: black; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.skip-to-main-link {
  background: #faf3ed;
  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: #faf3ed;
  border-bottom: 1px solid black;
  height: 55px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid black;
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.92857rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.89286rem;
      margin-right: 5.89286rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.35714rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo__link {
    align-items: center;
    color: black;
    display: flex;
    height: inherit;
    justify-content: center;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    width: 70%;
    z-index: 20; }
    .header-logo__link:before, .header-logo__link:after {
      content: " ";
      display: table; }
    .header-logo__link:after {
      clear: both; }
    @media (min-width: 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: 300;
  letter-spacing: 0.14286rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 2.5vw; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      max-width: none;
      overflow: auto;
      padding: 0 10px;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 30px; } }

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

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

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

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

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

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

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

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

@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 black;
  padding: 3rem 0;
  position: relative;
  transform: translateZ(0); }

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

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

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

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

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

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

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

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

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

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

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

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

.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 black;
    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: 28px;
  margin: 0 1.5rem 0.35714rem; }
  .blog-title a {
    text-decoration: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.listItem-image {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  z-index: 1; }
  .productView-description .productView-title {
    border-bottom: 1px solid black;
    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: #a28973; }

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

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

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

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

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

.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: #a28973;
  color: black; }

.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: #a28973;
  color: black; }

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

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

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

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

.product {
  overflow: hidden; }

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

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

/* ========== media mixin ========== */
/* ========== common mixin ========== */
/* ==================== BROWSER RESET STYLE ==================== */
.page {
  margin: 0; }

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

body {
  padding: 0 !important;
  font-size: 14px;
  line-height: 23px;
  outline: none;
  overflow-x: hidden;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  color: black; }
  @media screen and (min-width: 1260px) {
    body {
      font-size: 0.97222vw;
      line-height: 1.59722vw; } }

body *:focus {
  outline: none; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  outline: none; }

select {
  outline: none; }

select option {
  padding: 4px 8px;
  font-size: 13px;
  outline: none;
  font-family: Arial; }

textarea {
  resize: none;
  line-height: 18px; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 16px 0;
  padding: 0;
  font-weight: 600;
  color: black;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: 0; }
  @media screen and (min-width: 1260px) {
    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6,
    .h6 {
      margin: 0 0 1.11111vw 0; } }

h1,
.h1 {
  font-size: 36px;
  line-height: 46px; }
  @media screen and (min-width: 1260px) {
    h1,
    .h1 {
      font-size: 2.5vw;
      line-height: 3.19444vw; } }
  @media screen and (max-width: 767px) {
    h1,
    .h1 {
      font-size: 26px;
      line-height: 36px; } }

h2,
.h2 {
  font-size: 30px;
  line-height: 39px; }
  @media screen and (min-width: 1260px) {
    h2,
    .h2 {
      font-size: 2.08333vw;
      line-height: 2.70833vw; } }
  @media screen and (max-width: 767px) {
    h2,
    .h2 {
      font-size: 24px;
      line-height: 31px; } }

h3,
.h3 {
  font-size: 28px;
  line-height: 36px; }
  @media screen and (min-width: 1260px) {
    h3,
    .h3 {
      font-size: 1.94444vw;
      line-height: 2.5vw; } }
  @media screen and (max-width: 767px) {
    h3,
    .h3 {
      font-size: 22px;
      line-height: 30px; } }

h4,
.h4 {
  font-size: 24px;
  line-height: 28px; }
  @media screen and (min-width: 1260px) {
    h4,
    .h4 {
      font-size: 1.66667vw;
      line-height: 1.94444vw; } }
  @media screen and (max-width: 767px) {
    h4,
    .h4 {
      font-size: 22px;
      line-height: 26px; } }

h5,
.h5 {
  font-size: 16px;
  line-height: 19px; }
  @media screen and (min-width: 1260px) {
    h5,
    .h5 {
      font-size: 1.11111vw;
      line-height: 1.31944vw; } }

h6,
.h6 {
  font-size: 14px;
  line-height: 21px; }
  @media screen and (min-width: 1260px) {
    h6,
    .h6 {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }

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

strong,
b {
  font-weight: 600; }

p {
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0px; }
  @media screen and (min-width: 1260px) {
    p {
      font-size: 0.97222vw;
      line-height: 1.59722vw; } }
  p + p {
    margin-top: 16px; }
    @media screen and (min-width: 1260px) {
      p + p {
        margin-top: 1.11111vw; } }

ul,
ol {
  margin-left: 20px;
  margin-bottom: 20px; }
  @media screen and (min-width: 1260px) {
    ul,
    ol {
      margin-bottom: 1.38889vw;
      margin-left: 1.38889vw; } }

.defultlist li {
  padding-left: 0;
  position: initial; }
  .defultlist li::before {
    display: none; }

ul li {
  list-style: none;
  position: relative; }

img {
  max-width: 100%;
  vertical-align: middle; }

iframe {
  max-width: 100%; }

hr {
  border-color: black;
  margin: 30px 0; }
  @media screen and (min-width: 1260px) {
    hr {
      margin: 2.08333vw 0; } }

address {
  font-style: normal;
  margin-bottom: 20px; }
  @media screen and (min-width: 1260px) {
    address {
      margin-bottom: 1.38889vw; } }

.hidden-box {
  display: none; }

.banners {
  padding: 0;
  background: none;
  margin-bottom: 45px;
  color: black;
  text-align: left; }
  @media screen and (min-width: 1260px) {
    .banners {
      margin-bottom: 3.125vw; } }
  .banners .banner {
    max-width: 100%;
    text-align: left; }
  .banners img {
    width: auto; }
  .banners p {
    color: black;
    text-align: left;
    font-weight: 300; }

/* ==================== FORM ELEMENT STYLE ==================== */
.form-input {
  border-radius: 0px;
  padding: 16px 20px;
  font-size: 12px;
  line-height: 16px;
  outline: none;
  font-weight: normal;
  height: 50px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  @media screen and (min-width: 1260px) {
    .form-input {
      padding: 1.11111vw 1.38889vw;
      font-size: 0.83333vw;
      line-height: 1.11111vw;
      height: 3.47222vw; } }
  .form-input:focus {
    box-shadow: none; }

.form-actions .button,
.form-actions input,
.form-actions a {
  vertical-align: middle; }

.form-select,
select {
  border-color: black;
  background: white url(../img/select-arrow.png) no-repeat;
  border-radius: 0px;
  line-height: 18px;
  padding: 16px 18px;
  font-size: 12px;
  color: black;
  outline: none;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: right 20px center; }
  @media screen and (min-width: 1260px) {
    .form-select,
    select {
      line-height: 1.25vw;
      padding: 1.11111vw 1.25vw;
      font-size: 0.83333vw;
      background-size: 0.69444vw 0.41667vw;
      background-position: right 1.38889vw center; } }
  .form-select.form-select-small,
  select.form-select-small {
    height: 30px;
    line-height: 30px;
    background-position: right 5px top 7px;
    padding-left: 10px; }
    @media screen and (min-width: 1260px) {
      .form-select.form-select-small,
      select.form-select-small {
        height: 2.08333vw;
        line-height: 2.08333vw;
        background-position: right 0.34722vw top 0.48611vw;
        padding-left: 0.69444vw; } }
  .form-select option,
  select option {
    font-family: Arial;
    font-size: 14px; }
    @media screen and (min-width: 1260px) {
      .form-select option,
      select option {
        font-size: 0.97222vw; } }

.form-input::-webkit-input-placeholder {
  color: black;
  opacity: 0.7; }

.form-input::-moz-placeholder {
  color: black;
  opacity: 0.7; }

.form-input:-ms-input-placeholder {
  color: black;
  opacity: 0.7; }

.form-input:-moz-placeholder {
  color: black;
  opacity: 0.7; }

.form-field-group,
.form-row .form-field-group {
  border: 1px solid black;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 20px; }
  @media screen and (min-width: 1260px) {
    .form-field-group,
    .form-row .form-field-group {
      padding: 1.38889vw; } }

.form-checkbox + .form-label,
.form-radio + .form-label {
  line-height: 24px; }
  @media screen and (min-width: 1260px) {
    .form-checkbox + .form-label,
    .form-radio + .form-label {
      line-height: 1.66667vw; } }

.form-checkbox + .form-label::after, .form-checkbox + .form-label::before {
  border-radius: 0; }

input:focus + label {
  outline: none; }

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: black;
  margin-bottom: 5px;
  outline: none;
  outline-width: inherit; }
  @media screen and (min-width: 1260px) {
    .form-label {
      font-size: 0.97222vw;
      margin-bottom: 0.34722vw; } }
  .form-label small {
    font-size: 10px;
    margin-top: 0;
    margin-left: 0;
    line-height: 19px;
    font-weight: 500;
    text-transform: capitalize; }
    @media screen and (min-width: 1260px) {
      .form-label small {
        font-size: 0.69444vw;
        line-height: 1.31944vw; } }

button,
a {
  outline: none; }

a {
  color: black; }
  a:hover {
    color: #604f40; }

.button {
  height: auto;
  padding: 18.5px 28px;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  border-radius: 0px;
  outline: none;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: fit-content;
  border-color: black;
  min-width: 127px;
  text-align: center;
  height: 50px;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 1.76px; }
  @media screen and (min-width: 1260px) {
    .button {
      min-width: 8.81944vw;
      padding: 1.28472vw 1.94444vw;
      font-size: 0.76389vw;
      height: 3.47222vw;
      letter-spacing: 0.12222vw; } }
  .button svg {
    width: 14px;
    height: 14px;
    margin-left: 20px; }
    @media screen and (min-width: 1260px) {
      .button svg {
        width: 0.97222vw;
        height: 0.97222vw;
        margin-left: 1.38889vw; } }
  @media screen and (min-width: 1260px) {
    .button--out_of_stock:before {
      background-color: #F7941D; } }
  .button.button--secondary {
    background-color: black; }
    .button.button--secondary:focus, .button.button--secondary:active, .button.button--secondary:hover {
      background-color: white;
      color: black; }

.form-prefixPostfix .form-input {
  margin-right: -2px; }

.form-prefixPostfix .button {
  height: auto;
  text-align: center; }
  @media only screen and (max-width: 1279px) {
    .form-prefixPostfix .button {
      width: auto; } }
  @media only screen and (max-width: 567px) {
    .form-prefixPostfix .button {
      width: 100%;
      margin-top: 15px; } }

.form-inlineMessage {
  font-size: 13px;
  line-height: 21px;
  margin-top: 10px; }
  @media screen and (min-width: 1260px) {
    .form-inlineMessage {
      font-size: 0.90278vw;
      margin-top: 0.69444vw;
      line-height: 1.45833vw; } }

.form-actions .button {
  width: auto; }
  @media screen and (max-width: 666px) {
    .form-actions .button {
      width: 100%;
      -webkit-justify-content: center;
      justify-content: center; } }

body .olark-launch-button-wrapper,
body .olark-launch-button-wrapper:focus-within {
  bottom: 40px; }

.g-recaptcha {
  text-align: center; }
  .g-recaptcha > div {
    margin: 0 0 20px 0; }
    @media screen and (min-width: 1260px) {
      .g-recaptcha > div {
        margin: 0 0 1.38889vw 0; } }
  @media only screen and (max-width: 479px) {
    .g-recaptcha {
      /*max-width: 260px;  overflow: auto; padding: 10px 0 0;*/ }
      .g-recaptcha iframe {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0; } }
  @media only screen and (max-width: 374px) {
    .g-recaptcha {
      max-width: 232px; } }

/* ==================== COMMON CLASS ==================== */
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.align-center {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }

.align-start {
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }

.align-end {
  -webkit-box-align: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end; }

.align-self-start {
  -webkit-align-self: flex-start;
  align-self: flex-start; }

.justify-center {
  -webkit-justify-content: center;
  justify-content: center; }

.justify-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end; }

.justify-space {
  -webkit-justify-content: space-between;
  justify-content: space-between; }

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.flex-direction {
  flex-direction: column;
  -webkit-flex-direction: column; }

.d-grid {
  display: grid; }

.body {
  margin: 0;
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  min-height: calc(60vh - 200px); }

.list-style-none {
  list-style: none; }
  .list-style-none a:hover {
    text-decoration: underline; }

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

.clearfix:after,
.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.panel-body,
.panel-header {
  background: #f7f7f7; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.container {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1300px;
  display: block; }
  @media screen and (min-width: 1260px) {
    .container {
      max-width: 90.27778vw;
      padding: 0 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 10px; } }

.pagination {
  margin-bottom: 40px; }
  @media screen and (min-width: 1260px) {
    .pagination {
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 767px) {
    .pagination {
      margin-top: 20px; } }
  .pagination .pagination-list {
    margin: 0;
    padding: 0 50px;
    position: relative; }
    @media screen and (min-width: 1260px) {
      .pagination .pagination-list {
        padding: 0 3.47222vw; } }
  .pagination .pagination-item {
    border: 0;
    border-radius: 0;
    margin: 0 10px 20px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px; }
    @media screen and (min-width: 1260px) {
      .pagination .pagination-item {
        font-size: 0.83333vw;
        line-height: 1.25vw;
        margin: 0 0.69444vw 1.38889vw 0.69444vw; } }
    @media screen and (max-width: 666px) {
      .pagination .pagination-item {
        margin: 0 5px 20px 5px; } }
    .pagination .pagination-item .pagination-link,
    .pagination .pagination-item .mobile-page {
      border: 1px solid #DDDDDD;
      font-weight: 600;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      letter-spacing: -0.02em;
      color: black;
      width: 50px;
      height: 50px;
      padding: 5px;
      text-align: center;
      border-radius: 0;
      -webkit-text-fill-color: initial;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (min-width: 1260px) {
        .pagination .pagination-item .pagination-link,
        .pagination .pagination-item .mobile-page {
          font-size: 0.83333vw;
          line-height: 1.25vw;
          width: 3.47222vw;
          padding: 1.11111vw 0.34722vw;
          height: 3.47222vw; } }
      @media screen and (max-width: 666px) {
        .pagination .pagination-item .pagination-link,
        .pagination .pagination-item .mobile-page {
          width: 40px;
          height: 40px; } }
      .pagination .pagination-item .pagination-link .icon,
      .pagination .pagination-item .mobile-page .icon {
        margin: 0;
        width: 15px;
        height: 14px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media screen and (min-width: 1260px) {
          .pagination .pagination-item .pagination-link .icon,
          .pagination .pagination-item .mobile-page .icon {
            width: 1.04167vw;
            height: 0.97222vw; } }
        .pagination .pagination-item .pagination-link .icon svg,
        .pagination .pagination-item .mobile-page .icon svg {
          fill: none;
          stroke: black; }
    .pagination .pagination-item .mobile-page {
      padding: 13px 5px; }
      .pagination .pagination-item .mobile-page .mobile-pages-count {
        padding-left: 3px; }
    .pagination .pagination-item:hover {
      border-color: black;
      background: black; }
      .pagination .pagination-item:hover .pagination-link {
        color: white; }
    .pagination .pagination-item.pagination-item--current {
      border-color: black;
      background: black; }
      .pagination .pagination-item.pagination-item--current .pagination-link {
        color: white; }
    .pagination .pagination-item.pagination-item-mobile:hover {
      background: white; }
    .pagination .pagination-item.pagination-item--next, .pagination .pagination-item.pagination-item--previous {
      margin: 0;
      border-color: #DDDDDD;
      background: white;
      position: absolute;
      top: 0;
      left: 0; }
      .pagination .pagination-item.pagination-item--next:hover, .pagination .pagination-item.pagination-item--previous:hover {
        border-color: black;
        background: black; }
        .pagination .pagination-item.pagination-item--next:hover .pagination-link .icon svg, .pagination .pagination-item.pagination-item--previous:hover .pagination-link .icon svg {
          stroke: white; }
    .pagination .pagination-item.pagination-item--next {
      right: 0;
      left: auto; }

.flickity-button {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.828 9l6.071-6.071-1.414-1.414L0 10l.707.707 7.778 7.778 1.414-1.414L3.828 11H20V9H3.828z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 32px;
  height: 20px;
  padding: 0;
  background-position: center center; }
  @media screen and (min-width: 1260px) {
    .flickity-button {
      width: 2.22222vw;
      height: 1.38889vw; } }
  .flickity-button .flickity-button-icon {
    display: none; }
  .flickity-button.next {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.172 9l-6.071-6.071 1.414-1.414L20 10l-.707.707-7.778 7.778-1.414-1.414L16.172 11H0V9z'/%3E%3C/svg%3E"); }
  .flickity-button:hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300aeef' d='M3.828 9l6.071-6.071-1.414-1.414L0 10l.707.707 7.778 7.778 1.414-1.414L3.828 11H20V9H3.828z'/%3E%3C/svg%3E"); }
    .flickity-button:hover.next {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2300aeef' d='M16.172 9l-6.071-6.071 1.414-1.414L20 10l-.707.707-7.778 7.778-1.414-1.414L16.172 11H0V9z'/%3E%3C/svg%3E"); }

.flickity-page-dots {
  display: none; }

.slick-arrow {
  background: none;
  width: 18px;
  height: 18px;
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 1260px) {
    .slick-arrow {
      width: 1.25vw;
      height: 1.25vw; } }
  @media screen and (max-width: 666px) {
    .slick-arrow {
      width: 14px;
      height: 14px; } }
  .slick-arrow svg {
    width: 100%;
    height: 100%;
    fill: black; }
  .slick-arrow.slick-disabled {
    opacity: 0.5; }
  .slick-arrow:before {
    display: none; }
  .slick-arrow:hover, .slick-arrow:focus {
    background: none; }
    .slick-arrow:hover svg, .slick-arrow:focus svg {
      fill: black; }

.carousel-tooltip {
  display: none; }

.slick-dots li {
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 0;
  margin: 0 5px;
  vertical-align: middle;
  background: none; }
  @media screen and (min-width: 1260px) {
    .slick-dots li {
      width: 0.55556vw;
      height: 0.55556vw;
      margin: 0 0.34722vw; } }
  .slick-dots li button {
    background: black;
    border: 0;
    border-radius: 0;
    width: 100%;
    height: 100%;
    vertical-align: top; }
    .slick-dots li button:before {
      display: none; }
  .slick-dots li.slick-active button {
    background: black; }
  .slick-dots li::before {
    display: none; }

.rating--small a,
.productView-rating a {
  color: black; }
  .rating--small a:hover,
  .productView-rating a:hover {
    color: black; }

.rating--small .icon,
.productView-rating .icon {
  width: 14px;
  height: 14px;
  margin: 0 3px; }
  .rating--small .icon.icon--ratingFull svg,
  .productView-rating .icon.icon--ratingFull svg {
    fill: black; }
  .rating--small .icon.icon--ratingEmpty svg,
  .productView-rating .icon.icon--ratingEmpty svg {
    fill: #dddddd; }

.rating--small span,
.productView-rating span {
  font-size: 12px;
  font-weight: normal;
  color: black;
  margin-right: 5px; }

.rating--small .productView-reviewLink,
.productView-rating .productView-reviewLink {
  font-size: 14px;
  font-weight: normal;
  margin-left: 5px; }
  .rating--small .productView-reviewLink a,
  .productView-rating .productView-reviewLink a {
    color: black; }
    .rating--small .productView-reviewLink a:hover,
    .productView-rating .productView-reviewLink a:hover {
      color: black; }

.rating--small .productView-reviewLink--new,
.productView-rating .productView-reviewLink--new {
  font-weight: normal;
  color: black;
  font-size: 12px;
  text-decoration: underline;
  margin-left: 0; }
  .rating--small .productView-reviewLink--new:hover,
  .productView-rating .productView-reviewLink--new:hover {
    color: black; }

.form-increment,
.custom-plus-minus {
  margin: 0;
  background: none;
  border-radius: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid black; }
  .form-increment .button,
  .form-increment .value-button,
  .custom-plus-minus .button,
  .custom-plus-minus .value-button {
    background: none;
    padding: 0;
    width: 60px;
    height: 48px;
    line-height: 48px;
    position: relative;
    border: 0;
    border-radius: 0;
    min-width: inherit;
    box-shadow: none;
    cursor: pointer; }
    @media screen and (min-width: 1260px) {
      .form-increment .button,
      .form-increment .value-button,
      .custom-plus-minus .button,
      .custom-plus-minus .value-button {
        width: 4.16667vw;
        height: 3.33333vw;
        line-height: 3.33333vw; } }
    @media screen and (max-width: 666px) {
      .form-increment .button,
      .form-increment .value-button,
      .custom-plus-minus .button,
      .custom-plus-minus .value-button {
        width: 43px; } }
    .form-increment .button svg,
    .form-increment .value-button svg,
    .custom-plus-minus .button svg,
    .custom-plus-minus .value-button svg {
      display: none; }
    .form-increment .button:before,
    .form-increment .value-button:before,
    .custom-plus-minus .button:before,
    .custom-plus-minus .value-button:before {
      position: absolute;
      background-color: black;
      width: 2px;
      height: 10px;
      left: 50%;
      top: 50%;
      content: "";
      transition: all .5s ease-in-out;
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 1260px) {
        .form-increment .button:before,
        .form-increment .value-button:before,
        .custom-plus-minus .button:before,
        .custom-plus-minus .value-button:before {
          width: 0.13889vw;
          height: 0.69444vw; } }
    .form-increment .button:after,
    .form-increment .value-button:after,
    .custom-plus-minus .button:after,
    .custom-plus-minus .value-button:after {
      position: absolute;
      background-color: black;
      content: "";
      width: 10px;
      height: 2px;
      left: 50%;
      top: 50%;
      transition: all .5s ease-in-out;
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 1260px) {
        .form-increment .button:after,
        .form-increment .value-button:after,
        .custom-plus-minus .button:after,
        .custom-plus-minus .value-button:after {
          width: 0.69444vw;
          height: 0.13889vw; } }
    .form-increment .button[data-action="dec"]:before, .form-increment .button[value="Decrease Value"]:before,
    .form-increment .value-button[data-action="dec"]:before,
    .form-increment .value-button[value="Decrease Value"]:before,
    .custom-plus-minus .button[data-action="dec"]:before,
    .custom-plus-minus .button[value="Decrease Value"]:before,
    .custom-plus-minus .value-button[data-action="dec"]:before,
    .custom-plus-minus .value-button[value="Decrease Value"]:before {
      position: absolute;
      background-color: black;
      content: "";
      width: 10px;
      height: 2px;
      left: 50%;
      top: 50%;
      transition: all .5s ease-in-out;
      transform: translate(-50%, -50%); }
      @media screen and (min-width: 1260px) {
        .form-increment .button[data-action="dec"]:before, .form-increment .button[value="Decrease Value"]:before,
        .form-increment .value-button[data-action="dec"]:before,
        .form-increment .value-button[value="Decrease Value"]:before,
        .custom-plus-minus .button[data-action="dec"]:before,
        .custom-plus-minus .button[value="Decrease Value"]:before,
        .custom-plus-minus .value-button[data-action="dec"]:before,
        .custom-plus-minus .value-button[value="Decrease Value"]:before {
          width: 0.69444vw;
          height: 0.13889vw; } }
    .form-increment .button[data-action="dec"]:after, .form-increment .button[value="Decrease Value"]:after,
    .form-increment .value-button[data-action="dec"]:after,
    .form-increment .value-button[value="Decrease Value"]:after,
    .custom-plus-minus .button[data-action="dec"]:after,
    .custom-plus-minus .button[value="Decrease Value"]:after,
    .custom-plus-minus .value-button[data-action="dec"]:after,
    .custom-plus-minus .value-button[value="Decrease Value"]:after {
      display: none; }
    .form-increment .button[data-action="dec"]:before,
    .form-increment .value-button[data-action="dec"]:before,
    .custom-plus-minus .button[data-action="dec"]:before,
    .custom-plus-minus .value-button[data-action="dec"]:before {
      background-color: #888888; }
    .form-increment .button:focus, .form-increment .button:hover,
    .form-increment .value-button:focus,
    .form-increment .value-button:hover,
    .custom-plus-minus .button:focus,
    .custom-plus-minus .button:hover,
    .custom-plus-minus .value-button:focus,
    .custom-plus-minus .value-button:hover {
      background-color: inherit;
      box-shadow: none;
      border: 0; }
      .form-increment .button:focus:before, .form-increment .button:focus:after, .form-increment .button:hover:before, .form-increment .button:hover:after,
      .form-increment .value-button:focus:before,
      .form-increment .value-button:focus:after,
      .form-increment .value-button:hover:before,
      .form-increment .value-button:hover:after,
      .custom-plus-minus .button:focus:before,
      .custom-plus-minus .button:focus:after,
      .custom-plus-minus .button:hover:before,
      .custom-plus-minus .button:hover:after,
      .custom-plus-minus .value-button:focus:before,
      .custom-plus-minus .value-button:focus:after,
      .custom-plus-minus .value-button:hover:before,
      .custom-plus-minus .value-button:hover:after {
        background: #604f40; }
  .form-increment .form-input,
  .form-increment input,
  .custom-plus-minus .form-input,
  .custom-plus-minus input {
    padding: 0;
    width: 38px;
    line-height: 48px;
    height: 48px;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    border: 0;
    color: black;
    font-weight: 600;
    font-size: 11px;
    background: none;
    text-align: center; }
    @media screen and (min-width: 1260px) {
      .form-increment .form-input,
      .form-increment input,
      .custom-plus-minus .form-input,
      .custom-plus-minus input {
        width: 2.63889vw;
        line-height: 3.33333vw;
        font-size: 0.76389vw;
        height: 3.33333vw; } }
    @media screen and (max-width: 666px) {
      .form-increment .form-input,
      .form-increment input,
      .custom-plus-minus .form-input,
      .custom-plus-minus input {
        width: 30px; } }

.custom-plus-minus {
  border: 1px solid black;
  width: fit-content;
  margin: 0 auto; }

[data-content-region] [data-sub-layout] {
  padding: 0; }

.productView-details .alertBox {
  background-color: #faf3ed;
  border-color: #faf3ed;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 12px 20px; }
  @media screen and (min-width: 1260px) {
    .productView-details .alertBox {
      margin-bottom: 1.38889vw;
      padding: 0.83333vw 1.38889vw; } }

.button-container .button + .button {
  margin-left: 15px; }
  @media screen and (min-width: 1260px) {
    .button-container .button + .button {
      margin-left: 1.04167vw; } }

.loadingOverlay {
  position: fixed; }
  .loadingOverlay::before {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border-width: 2px; }
    @media screen and (min-width: 1260px) {
      .loadingOverlay::before {
        height: 2.77778vw;
        width: 2.77778vw;
        border-width: 0.13889vw; } }

.template-newsletter_subscribe .page {
  padding: 60px 0; }
  @media screen and (min-width: 1260px) {
    .template-newsletter_subscribe .page {
      padding: 4.16667vw 0; } }
  @media screen and (max-width: 1023px) {
    .template-newsletter_subscribe .page {
      padding: 40px 0; } }

.d-none {
  display: none !important; }

.form-checkbox:focus + label {
  outline: none !important;
  box-shadow: none; }

.alertBox-icon {
  padding-right: 15px; }
  @media screen and (min-width: 1260px) {
    .alertBox-icon {
      padding-right: 1.04167vw; } }
  .alertBox-icon .icon {
    width: 25px;
    height: 25px; }
    @media screen and (min-width: 1260px) {
      .alertBox-icon .icon {
        width: 1.73611vw;
        height: 1.73611vw; } }

@media screen and (min-width: 1260px) {
  .modal {
    min-height: 16.66667vw; } }

.modal .button-container .button:focus,
.modal .button-container .button {
  border-color: white;
  background-color: black;
  color: white; }

.modal .button-container .button:hover {
  background-color: white;
  color: black;
  border-color: black; }

.modal--alert {
  padding: 40px 23px 40px; }
  @media screen and (min-width: 1260px) {
    .modal--alert {
      padding: 2.77778vw 1.38889vw 2.77778vw; } }
  .modal--alert .modal-content {
    font-size: 14px;
    line-height: 23px; }
    @media screen and (min-width: 1260px) {
      .modal--alert .modal-content {
        font-size: 0.97222vw;
        line-height: 1.59722vw; } }
  .modal--alert .warning-icon,
  .modal--alert .error-icon {
    width: 60px;
    height: 60px;
    padding: 15px;
    margin: 0 auto;
    line-height: 0;
    box-sizing: border-box;
    margin-bottom: 30px; }
    @media screen and (min-width: 1260px) {
      .modal--alert .warning-icon,
      .modal--alert .error-icon {
        width: 4.16667vw;
        height: 4.16667vw;
        padding: 1.04167vw;
        margin-bottom: 2.08333vw; } }
    .modal--alert .warning-icon svg,
    .modal--alert .error-icon svg {
      height: 100%;
      width: 100%;
      fill: none;
      stroke: #f27474; }
  @media screen and (min-width: 1260px) {
    .modal--alert .button-container {
      margin: 1.73611vw 0 0; } }

.modal-content .modal-body {
  padding: 30px; }
  @media screen and (min-width: 1260px) {
    .modal-content .modal-body {
      padding: 2.08333vw; } }
  @media screen and (max-width: 666px) {
    .modal-content .modal-body {
      padding: 20px 10px; } }

.modal-background {
  background: rgba(0, 0, 0, 0.5); }

ol.breadcrumbs {
  margin: 20px 0 0 0;
  padding-bottom: 30px;
  line-height: 0;
  display: flex;
  overflow-x: auto; }
  @media screen and (min-width: 1260px) {
    ol.breadcrumbs {
      margin: 1.38889vw 0 0 0;
      padding-bottom: 2.08333vw; } }
  @media screen and (max-width: 666px) {
    ol.breadcrumbs {
      padding-bottom: 20px; } }
  ol.breadcrumbs .breadcrumb {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-weight: 12px;
    line-height: 18px;
    position: relative;
    margin-right: 15px; }
    @media screen and (min-width: 1260px) {
      ol.breadcrumbs .breadcrumb {
        font-size: 0.83333vw;
        line-height: 1.25vw;
        margin-right: 1.04167vw; } }
    ol.breadcrumbs .breadcrumb:first-child::before {
      display: none; }
    ol.breadcrumbs .breadcrumb:not(:first-child) {
      padding-left: 20px; }
      @media screen and (min-width: 1260px) {
        ol.breadcrumbs .breadcrumb:not(:first-child) {
          padding-left: 1.38889vw; } }
      ol.breadcrumbs .breadcrumb:not(:first-child)::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        border: 0;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8' viewBox='0 0 6 8' fill='none'%3E%3Cpath d='M1 0.5L4.5 4L1 7.5' stroke='black' stroke-opacity='0.5'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        width: 6px;
        height: 8px; }
        @media screen and (min-width: 1260px) {
          ol.breadcrumbs .breadcrumb:not(:first-child)::before {
            width: 0.41667vw;
            height: 0.55556vw; } }
    ol.breadcrumbs .breadcrumb .breadcrumb-label {
      font-weight: 500;
      font-size: 12px;
      line-height: 18px;
      text-decoration: none;
      white-space: nowrap; }
      @media screen and (min-width: 1260px) {
        ol.breadcrumbs .breadcrumb .breadcrumb-label {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }
      ol.breadcrumbs .breadcrumb .breadcrumb-label:not(:hover) {
        color: black; }
      ol.breadcrumbs .breadcrumb .breadcrumb-label:hover {
        color: #EFDACE; }

@media screen and (min-width: 1260px) {
  .fancybox-container .fancybox-infobar {
    font-size: 0.90278vw;
    height: 3.05556vw;
    line-height: 3.05556vw;
    min-width: 3.05556vw;
    padding: 0 0.69444vw; } }

@media screen and (min-width: 1260px) {
  .fancybox-container .fancybox-slide--image {
    padding: 3.05556vw 0; } }

@media screen and (min-width: 1260px) {
  .fancybox-container .fancybox-button {
    width: 3.05556vw;
    height: 3.05556vw;
    padding: 0.69444vw; } }

@media screen and (min-width: 1260px) {
  .fancybox-container .fancybox-navigation .fancybox-button {
    height: 6.94444vw;
    top: calc(50% - 3.47222vw);
    width: 4.86111vw; } }

.fancybox-container .fancybox-navigation .fancybox-button > div {
  padding: 0.48611vw; }

@media screen and (min-width: 1260px) {
  .fancybox-container .fancybox-navigation .fancybox-button--arrow_left {
    padding: 2.15278vw 1.80556vw 2.15278vw 0.41667vw; } }

@media screen and (min-width: 1260px) {
  .fancybox-container .fancybox-navigation .fancybox-button--arrow_right {
    padding: 2.15278vw 0.41667vw 2.15278vw 1.80556vw; } }

.fancybox-container .fancybox-image {
  padding: 30px; }
  @media screen and (min-width: 1260px) {
    .fancybox-container .fancybox-image {
      padding: 2.08333vw; } }
  @media screen and (max-width: 666px) {
    .fancybox-container .fancybox-image {
      padding: 10px; } }

.header {
  height: auto;
  position: relative;
  border-width: 0.755px;
  min-height: 112px; }
  @media screen and (min-width: 1260px) {
    .header {
      min-height: 7.77778vw; } }
  @media screen and (max-width: 1023px) {
    .header {
      border-bottom: 0;
      min-height: 138px; } }

.header-top {
  height: 43px; }
  @media screen and (min-width: 1260px) {
    .header-top {
      height: 2.98611vw; } }
  @media screen and (max-width: 1023px) {
    .header-top {
      height: auto; } }
  .header-top ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .header-top .header-top-wrapper {
    height: 100%;
    background: #a28973;
    border-bottom: 1px solid black; }
  .header-top .multi-logo {
    height: 100%; }
    @media screen and (max-width: 1023px) {
      .header-top .multi-logo {
        order: 2;
        height: 40px; } }
    @media screen and (max-width: 666px) {
      .header-top .multi-logo {
        width: 100%; }
        .header-top .multi-logo ul {
          width: 100%; } }
    .header-top .multi-logo ul {
      margin-left: 0; }
    .header-top .multi-logo li {
      padding: 0 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 1260px) {
        .header-top .multi-logo li {
          padding: 0 2.08333vw; } }
      @media screen and (max-width: 1023px) {
        .header-top .multi-logo li {
          padding: 0 20px; } }
      @media screen and (max-width: 666px) {
        .header-top .multi-logo li {
          width: 50%; } }
      .header-top .multi-logo li + li {
        padding: 0; }
        .header-top .multi-logo li + li a {
          padding: 0 30px;
          height: 100%;
          width: 100%;
          display: -webkit-box;
          display: -moz-box;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -webkit-box-align: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          -webkit-align-items: center;
          align-items: center;
          -webkit-justify-content: center;
          justify-content: center; }
          @media screen and (min-width: 1260px) {
            .header-top .multi-logo li + li a {
              padding: 0 2.08333vw; } }
          @media screen and (max-width: 1023px) {
            .header-top .multi-logo li + li a {
              padding: 0 20px; } }
      .header-top .multi-logo li img {
        object-fit: contain;
        object-position: center; }
      .header-top .multi-logo li:first-child {
        background: #faf3ed;
        margin-bottom: -1px; }
        .header-top .multi-logo li:first-child img {
          width: 150px; }
          @media screen and (min-width: 1260px) {
            .header-top .multi-logo li:first-child img {
              width: 10.41667vw; } }
      .header-top .multi-logo li:last-child {
        border-left: 1px solid black;
        border-right: 1px solid black; }
        .header-top .multi-logo li:last-child img {
          max-width: 84px;
          height: 21px; }
          @media screen and (min-width: 1260px) {
            .header-top .multi-logo li:last-child img {
              max-width: 5.83333vw;
              height: 1.45833vw; } }
      .header-top .multi-logo li a {
        display: flex; }
  .header-top .header-links {
    min-width: 356px; }
    @media screen and (min-width: 1260px) {
      .header-top .header-links {
        min-width: 24.72222vw; } }
    @media screen and (max-width: 1259px) {
      .header-top .header-links {
        min-width: auto; } }
    @media screen and (max-width: 1023px) {
      .header-top .header-links {
        order: 3;
        height: 40px; } }
    @media screen and (max-width: 666px) {
      .header-top .header-links {
        display: none; } }
    .header-top .header-links li {
      display: flex;
      align-items: center;
      margin-right: 30px; }
      @media screen and (min-width: 1260px) {
        .header-top .header-links li {
          margin-right: 2.08333vw; } }
      @media screen and (max-width: 1259px) {
        .header-top .header-links li:not(:last-child) {
          margin-right: 15px; } }
      @media screen and (max-width: 1023px) {
        .header-top .header-links li:not(:last-child) {
          margin-right: 25px; } }
      @media screen and (max-width: 1023px) {
        .header-top .header-links li:last-child {
          margin-right: 20px; } }
      .header-top .header-links li a {
        color: white;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 23px; }
        @media screen and (min-width: 1260px) {
          .header-top .header-links li a {
            font-size: 0.76389vw;
            line-height: 1.59722vw; } }
        .header-top .header-links li a:hover {
          color: #EFDACE; }
  .header-top .promo-banner {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1259px) {
      .header-top .promo-banner {
        max-width: 35%; } }
    @media screen and (max-width: 1023px) {
      .header-top .promo-banner {
        order: 1;
        width: 100%;
        max-width: 100%;
        height: 36px;
        padding: 0px 20px;
        border-bottom: 1px solid black;
        text-align: center;
        justify-content: center; } }
    @media screen and (max-width: 666px) {
      .header-top .promo-banner {
        padding: 0px 10px; } }
    .header-top .promo-banner * {
      min-height: auto; }
    .header-top .promo-banner p {
      font-size: 12px;
      line-height: 14px;
      color: white;
      text-transform: uppercase;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 1260px) {
        .header-top .promo-banner p {
          font-size: 0.83333vw;
          line-height: 0.97222vw; } }
      .header-top .promo-banner p a {
        font-size: 11px;
        line-height: inherit;
        text-decoration: none;
        margin-left: 35px;
        position: relative;
        letter-spacing: 1.76px;
        height: auto;
        white-space: nowrap; }
        @media screen and (min-width: 1260px) {
          .header-top .promo-banner p a {
            font-size: 0.76389vw;
            line-height: 0.90278vw;
            margin-left: 2.43056vw;
            letter-spacing: 0.12222vw; } }
        .header-top .promo-banner p a:not(:hover) {
          color: white; }
        .header-top .promo-banner p a::after {
          content: "";
          position: absolute;
          bottom: 0;
          width: 100%;
          height: 2px;
          background-repeat: no-repeat;
          background-size: 100%;
          left: 0;
          bottom: -2px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='93' height='3' viewBox='0 0 93 3' fill='none'%3E%3Cpath d='M92 1.99999C92 1.99999 49.3737 0.262416 0.999999 1.36814' stroke='white'/%3E%3C/svg%3E"); }
          @media screen and (min-width: 1260px) {
            .header-top .promo-banner p a::after {
              height: 0.13889vw;
              bottom: -0.20833vw; } }
        .header-top .promo-banner p a::before {
          content: "";
          position: absolute;
          width: 0.5px;
          height: 14px;
          background-color: rgba(255, 255, 255, 0.5);
          top: 50%;
          transform: translateY(-50%);
          left: -20px; }
          @media screen and (min-width: 1260px) {
            .header-top .promo-banner p a::before {
              width: 0.03472vw;
              height: 0.97222vw;
              left: -1.38889vw; } }
          @media screen and (max-width: 666px) {
            .header-top .promo-banner p a::before {
              transform: none;
              top: 1px;
              height: 12px;
              width: 1px; } }
        .header-top .promo-banner p a:hover {
          color: #EFDACE; }
          .header-top .promo-banner p a:hover::after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='93' height='3' viewBox='0 0 93 3' fill='none'%3E%3Cpath d='M92 1.99999C92 1.99999 49.3737 0.262416 0.999999 1.36814' stroke='%23EFDACE'/%3E%3C/svg%3E"); }

.header-bottom {
  position: relative; }
  @media screen and (max-width: 1023px) {
    .header-bottom {
      border-bottom: 1px solid black; } }
  @media screen and (max-width: 666px) {
    .header-bottom .header-left {
      width: calc(100% - 134px); } }
  .header-bottom .header-logo {
    margin: 0;
    line-height: 1;
    padding: 0 30px;
    height: auto; }
    @media screen and (min-width: 1260px) {
      .header-bottom .header-logo {
        padding: 0 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .header-bottom .header-logo {
        padding-left: 0;
        padding-right: 20px; } }
    @media screen and (max-width: 666px) {
      .header-bottom .header-logo {
        width: calc(100% - 45px); } }
    .header-bottom .header-logo .logo-svg {
      display: flex; }
      .header-bottom .header-logo .logo-svg svg {
        width: 213px;
        height: 27px; }
        @media screen and (min-width: 1260px) {
          .header-bottom .header-logo .logo-svg svg {
            width: 14.79167vw;
            height: 1.875vw; } }
        @media screen and (max-width: 666px) {
          .header-bottom .header-logo .logo-svg svg {
            height: 24px;
            max-width: 100%; } }
    .header-bottom .header-logo .header-logo__link {
      width: 100%;
      justify-content: flex-start; }
  .header-bottom .navUser {
    width: auto;
    padding: 0;
    position: static;
    right: auto;
    top: auto;
    transform: none;
    z-index: 50;
    min-width: 273px; }
    @media screen and (min-width: 1260px) {
      .header-bottom .navUser {
        min-width: 18.95833vw; } }
    @media screen and (max-width: 1259px) {
      .header-bottom .navUser {
        min-width: auto; } }

.navUser-section {
  position: static; }
  .navUser-section .navUser-item {
    margin-right: 30px;
    position: static;
    display: block; }
    @media screen and (min-width: 1260px) {
      .navUser-section .navUser-item {
        margin-right: 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .navUser-section .navUser-item {
        margin-right: 25px; }
        .navUser-section .navUser-item:last-child {
          margin-right: 20px; } }
  .navUser-section .navUser-action {
    padding: 0;
    margin: 0;
    display: flex; }
    .navUser-section .navUser-action svg {
      width: 18px;
      height: 18px;
      fill: none; }
      @media screen and (min-width: 1260px) {
        .navUser-section .navUser-action svg {
          width: 1.25vw;
          height: 1.25vw; } }
      .navUser-section .navUser-action svg > * {
        stroke: black; }
    .navUser-section .navUser-action:hover svg > * {
      stroke: #604f40; }
  .navUser-section .navUser-item--cart .dropdown-menu {
    top: calc(100% + 1px) !important;
    right: 30px; }
    @media screen and (min-width: 1260px) {
      .navUser-section .navUser-item--cart .dropdown-menu {
        right: 2.08333vw; } }

.navUser-item--cart .dropdown-menu {
  max-width: 400px;
  border-color: black;
  border-top: 0; }
  @media screen and (min-width: 1260px) {
    .navUser-item--cart .dropdown-menu {
      max-width: 27.77778vw; } }
  .navUser-item--cart .dropdown-menu.is-open::after, .navUser-item--cart .dropdown-menu.is-open::before {
    display: none; }

.navUser-item--cart .previewCartItem-brand {
  display: none; }

.navUser-item--cart .previewCartItem-price {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500; }
  @media screen and (min-width: 1260px) {
    .navUser-item--cart .previewCartItem-price {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }

.navUser-item--cart .previewCartItem {
  padding: 15px 0;
  line-height: normal;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 1260px) {
    .navUser-item--cart .previewCartItem {
      padding: 1.04167vw 0; } }

.navUser-item--cart .previewCartItem-content {
  width: calc(100% - 80px);
  padding: 0 15px 0 0; }
  @media screen and (min-width: 1260px) {
    .navUser-item--cart .previewCartItem-content {
      width: calc(100% - 5.55556vw);
      padding: 0 0.69444vw;
      padding: 0 1.04167vw 0 0; } }

.navUser-item--cart .previewCartItem-image {
  width: 100px;
  min-width: 100px;
  padding: 0 15px; }
  @media screen and (min-width: 1260px) {
    .navUser-item--cart .previewCartItem-image {
      width: 6.94444vw;
      min-width: 6.94444vw;
      padding: 0 1.04167vw; } }
  .navUser-item--cart .previewCartItem-image img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: contain; }

.navUser-item--cart .previewCartItem-name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600; }
  @media screen and (min-width: 1260px) {
    .navUser-item--cart .previewCartItem-name {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }

.navUser-item--cart .previewCartAction {
  padding: 15px;
  grid-template-columns: 1fr 1fr;
  grid-gap: 15px; }
  @media screen and (min-width: 1260px) {
    .navUser-item--cart .previewCartAction {
      padding: 1.04167vw;
      grid-gap: 1.04167vw; } }
  .navUser-item--cart .previewCartAction::after, .navUser-item--cart .previewCartAction::before {
    display: none; }
  .navUser-item--cart .previewCartAction > div {
    padding: 0;
    margin: 0;
    width: 100%; }

.countPill {
  font-size: 11px;
  line-height: 11px;
  color: black;
  font-weight: 600;
  width: auto;
  margin-left: 8px; }
  @media screen and (min-width: 1260px) {
    .countPill {
      font-size: 0.76389vw;
      line-height: 0.76389vw;
      margin-left: 0.55556vw; } }

.dropdown.dropdown--quickSearch {
  border-bottom: 1px solid black;
  top: calc(100% + 1px) !important;
  padding: 20px;
  background: #faf3ed;
  height: auto;
  max-height: initial; }
  @media screen and (min-width: 1260px) {
    .dropdown.dropdown--quickSearch {
      padding: 1.38889vw; } }
  @media screen and (max-width: 666px) {
    .dropdown.dropdown--quickSearch {
      padding: 10px; } }
  .dropdown.dropdown--quickSearch .form .form-field::before, .dropdown.dropdown--quickSearch .form .form-field::after {
    display: none; }
  .dropdown.dropdown--quickSearch .form .form-input {
    width: calc(100% - 40px); }
    @media screen and (min-width: 1260px) {
      .dropdown.dropdown--quickSearch .form .form-input {
        max-width: calc(100% - 2.77778vw); } }
  .dropdown.dropdown--quickSearch .form .search-btn {
    min-width: 50px;
    height: 50px;
    border: 1px solid black;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0px;
    border-left: 0; }
    @media screen and (min-width: 1260px) {
      .dropdown.dropdown--quickSearch .form .search-btn {
        min-width: 3.47222vw;
        height: 3.47222vw; } }
    .dropdown.dropdown--quickSearch .form .search-btn svg {
      width: 18px;
      height: 18px;
      fill: none; }
      @media screen and (min-width: 1260px) {
        .dropdown.dropdown--quickSearch .form .search-btn svg {
          width: 1.25vw;
          height: 1.25vw; } }
      .dropdown.dropdown--quickSearch .form .search-btn svg > * {
        stroke: white; }
    .dropdown.dropdown--quickSearch .form .search-btn:hover {
      background-color: white; }
      .dropdown.dropdown--quickSearch .form .search-btn:hover svg > * {
        stroke: black; }
  .dropdown.dropdown--quickSearch .quickSearchResults {
    margin: 0; }
    .dropdown.dropdown--quickSearch .quickSearchResults .quickSearchMessage {
      font-size: 16px;
      line-height: 21px;
      margin: 0;
      padding-top: 20px;
      word-break: break-word; }
      @media screen and (min-width: 1260px) {
        .dropdown.dropdown--quickSearch .quickSearchResults .quickSearchMessage {
          font-size: 1.11111vw;
          line-height: 1.45833vw;
          padding-top: 1.38889vw; } }
    .dropdown.dropdown--quickSearch .quickSearchResults .view-all-btn .button {
      width: 100%;
      border-top: 0;
      font-weight: 600; }
  .dropdown.dropdown--quickSearch .productGrid {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: 1px solid black;
    border-top: 0; }
    .dropdown.dropdown--quickSearch .productGrid .product {
      padding: 15px;
      margin: 0;
      width: 100%;
      background-color: white; }
      @media screen and (min-width: 1260px) {
        .dropdown.dropdown--quickSearch .productGrid .product {
          padding: 1.04167vw; } }
      @media screen and (max-width: 767px) {
        .dropdown.dropdown--quickSearch .productGrid .product {
          padding: 10px; } }
      .dropdown.dropdown--quickSearch .productGrid .product:not(:last-child) {
        border-bottom: 1px solid black; }
      .dropdown.dropdown--quickSearch .productGrid .product .card {
        border: 0;
        padding: 0px;
        display: flex; }
        .dropdown.dropdown--quickSearch .productGrid .product .card .card-figure {
          width: 60px;
          background-color: #f2f2f2;
          min-height: 60px;
          min-width: 60px;
          height: 60px; }
          @media screen and (min-width: 1260px) {
            .dropdown.dropdown--quickSearch .productGrid .product .card .card-figure {
              width: 4.16667vw;
              min-height: 4.16667vw;
              min-width: 4.16667vw;
              height: 4.16667vw; } }
        .dropdown.dropdown--quickSearch .productGrid .product .card .card-img-container {
          height: 60px; }
          @media screen and (min-width: 1260px) {
            .dropdown.dropdown--quickSearch .productGrid .product .card .card-img-container {
              height: 4.16667vw; } }
          .dropdown.dropdown--quickSearch .productGrid .product .card .card-img-container::after {
            display: none; }
          .dropdown.dropdown--quickSearch .productGrid .product .card .card-img-container .card-image {
            max-width: 80%;
            max-height: 80%; }
        .dropdown.dropdown--quickSearch .productGrid .product .card .card-figure__link {
          height: 100%;
          padding: 0; }
        .dropdown.dropdown--quickSearch .productGrid .product .card .sale-flag-side {
          display: none; }
        .dropdown.dropdown--quickSearch .productGrid .product .card .card-body {
          padding: 0 0 0 15px; }
          @media screen and (min-width: 1260px) {
            .dropdown.dropdown--quickSearch .productGrid .product .card .card-body {
              padding: 0 0 0 1.04167vw; } }
          @media screen and (max-width: 767px) {
            .dropdown.dropdown--quickSearch .productGrid .product .card .card-body {
              padding-left: 10px; } }
          .dropdown.dropdown--quickSearch .productGrid .product .card .card-body .rrp-price--withoutTax {
            display: none; }
        .dropdown.dropdown--quickSearch .productGrid .product .card .card-title {
          font-weight: 600; }
    .dropdown.dropdown--quickSearch .productGrid .card-figcaption {
      display: none !important; }
  .dropdown.dropdown--quickSearch .modal-close {
    top: 8px;
    display: none; }
    @media screen and (min-width: 1260px) {
      .dropdown.dropdown--quickSearch .modal-close {
        top: 0.55556vw; } }
  @media screen and (max-width: 666px) {
    .dropdown.dropdown--quickSearch .container {
      margin: 0;
      padding: 0; } }

@media screen and (max-width: 666px) {
  .navUser-action--quickSearch {
    width: 18px;
    -webkit-justify-content: center;
    justify-content: center; } }

.navUser-action--quickSearch .close {
  display: none; }

.navUser-action--quickSearch[aria-expanded="true"] svg {
  display: none;
  width: 12px;
  height: 12px; }
  @media screen and (min-width: 1260px) {
    .navUser-action--quickSearch[aria-expanded="true"] svg {
      width: 0.83333vw;
      height: 0.83333vw; } }
  .navUser-action--quickSearch[aria-expanded="true"] svg.close {
    display: block; }

.navPages-container {
  position: static; }
  @media screen and (max-width: 1023px) {
    .navPages-container {
      display: none !important; } }
  .navPages-container .navPages-item.sfHover .navPage-subMenu {
    display: block; }
  .navPages-container .navPages ul li {
    position: static; }

.navPage-subMenu {
  position: absolute;
  left: 50%;
  top: calc(100% + 1px);
  width: 100%;
  transform: translateX(-50%);
  background-color: #faf3ed;
  border: 1px solid black;
  border-top: 0;
  padding: 0 !important;
  max-width: 1260px;
  margin: 0 auto; }
  @media screen and (min-width: 1260px) {
    .navPage-subMenu {
      max-width: 87.5vw; } }
  @media screen and (max-width: 1259px) {
    .navPage-subMenu {
      max-width: calc(100% - 60px); } }
  .navPage-subMenu .navPage-subMenu-list {
    max-width: 100%;
    width: 100%;
    padding: 50px 60px;
    column-count: 6;
    column-gap: 30px; }
    @media screen and (min-width: 1260px) {
      .navPage-subMenu .navPage-subMenu-list {
        padding: 3.47222vw 4.16667vw;
        column-gap: 2.08333vw; } }
    @media screen and (max-width: 1259px) {
      .navPage-subMenu .navPage-subMenu-list {
        padding: 40px 30px;
        column-gap: 30px; } }
    .navPage-subMenu .navPage-subMenu-list .navPage-childList {
      display: block !important;
      opacity: 1 !important; }
  .navPage-subMenu .navPage-subMenu-item {
    padding: 0 !important;
    width: 100%;
    float: none;
    margin: 0; }
    .navPage-subMenu .navPage-subMenu-item + .navPage-subMenu-item {
      margin-top: 35px; }
      @media screen and (min-width: 1260px) {
        .navPage-subMenu .navPage-subMenu-item + .navPage-subMenu-item {
          margin-top: 2.43056vw; } }
    .navPage-subMenu .navPage-subMenu-item .sub-cat-nav > .navPage-subMenu-action {
      border: 0;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 13px;
      line-height: 19px;
      margin-bottom: 15px;
      padding: 0;
      display: block !important; }
      @media screen and (min-width: 1260px) {
        .navPage-subMenu .navPage-subMenu-item .sub-cat-nav > .navPage-subMenu-action {
          font-size: 0.90278vw;
          line-height: 1.31944vw;
          margin-bottom: 1.04167vw; } }
    .navPage-subMenu .navPage-subMenu-item .navPage-childList-item {
      display: flex; }
      .navPage-subMenu .navPage-subMenu-item .navPage-childList-item + .navPage-childList-item {
        margin-top: 10px; }
        @media screen and (min-width: 1260px) {
          .navPage-subMenu .navPage-subMenu-item .navPage-childList-item + .navPage-childList-item {
            margin-top: 0.69444vw; } }
    .navPage-subMenu .navPage-subMenu-item .navPages-action {
      font-size: 12px;
      line-height: 18px;
      font-weight: 400;
      padding: 0; }
      @media screen and (min-width: 1260px) {
        .navPage-subMenu .navPage-subMenu-item .navPages-action {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }

.navPages {
  max-width: 100%; }
  .navPages > .navPages-list.sf-menu {
    display: flex;
    align-items: center; }
  .navPages > .navPages-list > .navPages-item {
    margin: 0 25px;
    display: flex;
    padding: 25px 0; }
    @media screen and (min-width: 1260px) {
      .navPages > .navPages-list > .navPages-item {
        margin: 0 1.73611vw;
        padding: 1.73611vw 0; } }
    @media screen and (max-width: 1259px) {
      .navPages > .navPages-list > .navPages-item {
        margin: 0 15px; } }
    .navPages > .navPages-list > .navPages-item.sfHover > .navPages-action {
      color: #604f40; }
      .navPages > .navPages-list > .navPages-item.sfHover > .navPages-action .navPages-action-moreIcon svg {
        fill: #604f40;
        stroke: #604f40;
        transform: rotate(180deg); }
    .navPages > .navPages-list > .navPages-item > .navPages-action {
      font-size: 13px;
      line-height: 19px;
      font-weight: 500;
      padding: 0; }
      @media screen and (min-width: 1260px) {
        .navPages > .navPages-list > .navPages-item > .navPages-action {
          font-size: 0.90278vw;
          line-height: 1.31944vw; } }
      .navPages > .navPages-list > .navPages-item > .navPages-action .navPages-action-moreIcon {
        width: 8px;
        height: 4px;
        margin-left: 10px; }
        @media screen and (min-width: 1260px) {
          .navPages > .navPages-list > .navPages-item > .navPages-action .navPages-action-moreIcon {
            width: 0.55556vw;
            height: 0.27778vw;
            margin-left: 0.69444vw; } }

.mobileMenu-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 1023px) {
    .mobileMenu-toggle {
      display: block; } }
  @media screen and (max-width: 666px) {
    .mobileMenu-toggle {
      width: 45px; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    height: 1.5px;
    width: 20px;
    background-color: black; }
    @media screen and (max-width: 666px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon,
      .mobileMenu-toggle .mobileMenu-toggleIcon::before,
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        width: 15px; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: 5px; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: 5px; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
    background-color: black; }

.mobile-navigation {
  display: none;
  height: calc(100vh - 138px);
  overflow-y: auto;
  position: relative;
  background-color: #faf3ed;
  position: fixed;
  top: 138px;
  left: 0;
  width: 100%;
  padding-bottom: 100px; }
  @media (min-width: 1024px) {
    .mobile-navigation {
      display: none !important; } }
  .mobile-navigation .navPage-subMenu-list {
    display: none;
    position: fixed;
    top: 138px;
    left: 0;
    background-color: #faf3ed;
    z-index: 5;
    width: 100vw;
    height: calc(100vh - 138px);
    padding: 15px 30px 100px 30px;
    overflow-y: auto;
    margin: 0;
    border: none;
    display: none;
    box-shadow: none;
    border-radius: 0;
    max-height: none;
    padding-bottom: 100px; }
  .mobile-navigation .navPages {
    background-color: transparent; }
  .mobile-navigation .mobileNavigation-bottom,
  .mobile-navigation .mobileNavigation {
    padding: 15px 30px;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid black;
    width: 100%;
    display: inline-block; }
    .mobile-navigation .mobileNavigation-bottom .navPages-action,
    .mobile-navigation .mobileNavigation .navPages-action {
      margin: 0;
      padding: 15px 0;
      font-size: 14px;
      line-height: 21px;
      font-weight: 500; }
  .mobile-navigation .navPages-item {
    position: relative;
    width: 100%; }
    .mobile-navigation .navPages-item .hitarea {
      background-image: url("data:image/svg+xml,%3Csvg width='7' height='12' viewBox='0 0 7 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.2 11L6 6L1.2 0.999999' stroke='black' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
      background-size: 8px 12px;
      background-repeat: no-repeat;
      width: 100%;
      height: 46px;
      position: absolute;
      background-position: center right;
      cursor: pointer;
      right: 0;
      top: 0;
      z-index: 1; }
  .mobile-navigation .navPage-subMenu-list .hitarea {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M11.5 1.5L6.5 6.5L1.5 1.5' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
    background-size: 13px 8px; }
    .mobile-navigation .navPage-subMenu-list .hitarea.collapsable-hitarea {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='8' viewBox='0 0 13 8' fill='none'%3E%3Cpath d='M1.5 6.5L6.5 1.5L11.5 6.5' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E"); }
  .mobile-navigation .back-menu {
    display: block;
    width: 100%;
    text-align: left;
    position: relative; }
    .mobile-navigation .back-menu .navPages-action {
      padding-left: 20px; }
      .mobile-navigation .back-menu .navPages-action::after {
        content: "";
        position: absolute;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'%3E%3Cpath d='M7 1L2 6L7 11' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
        background-size: 8px 12px;
        background-repeat: no-repeat;
        width: 100%;
        height: 46px;
        position: absolute;
        background-position: center left;
        cursor: pointer;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1; }
  .mobile-navigation .navPage-subMenu-item {
    padding: 0;
    position: relative;
    width: 100%; }
  .mobile-navigation .navPage-subMenu-item > .navPage-subMenu-action {
    border: 0; }
  .mobile-navigation .navPage-childList {
    padding: 0 !important;
    margin: 0 !important;
    list-style: none;
    border: 0;
    display: none; }

@media screen and (max-width: 1023px) {
  .header.is-open {
    position: fixed; }
    .header.is-open .mobile-navigation {
      display: block; } }

.quickSearchResults-wrapper {
  max-width: 550px;
  margin: 0 auto;
  display: block; }
  @media screen and (min-width: 1260px) {
    .quickSearchResults-wrapper {
      max-width: 38.19444vw; } }
  .quickSearchResults-wrapper .form {
    max-width: 100%; }

.navPages-item.shop-all {
  display: none !important; }

@keyframes smoothScroll {
  0% {
    transform: translateY(-200px); }
  100% {
    transform: translateY(0px); } }

.ui-sticky--stuck {
  top: -200px;
  transition: all .5s ease-in-out;
  background-color: #faf3ed;
  border-bottom: 1px solid black;
  position: fixed;
  width: 100%;
  left: 0;
  opacity: 0;
  z-index: 9;
  visibility: hidden;
  animation: 0.5s smoothScroll ease-in-out; }

.sticky-add .ui-sticky--stuck {
  top: 0;
  opacity: 1;
  visibility: visible; }

.sticky-add .mobile-navigation {
  height: calc(100vh - 60px);
  top: 60px; }
  .sticky-add .mobile-navigation .navPage-subMenu-list {
    top: 60px;
    height: calc(100vh - 60px); }

.feature-icon-section {
  background-color: #faf3ed;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 48px 0; }
  @media screen and (min-width: 1260px) {
    .feature-icon-section {
      padding: 3.33333vw 0; } }
  @media screen and (max-width: 767px) {
    .feature-icon-section {
      padding: 40px 0; } }
  .feature-icon-section .content-wrapper {
    width: 100%; }
    @media screen and (max-width: 767px) {
      .feature-icon-section .content-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 30px;
        padding: 0 20px; } }
    @media screen and (max-width: 666px) {
      .feature-icon-section .content-wrapper {
        grid-template-columns: 1fr 1fr; } }
    .feature-icon-section .content-wrapper .icon {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: white;
      border: 1px solid black;
      margin-bottom: 16px;
      overflow: hidden;
      padding: 16px; }
      @media screen and (min-width: 1260px) {
        .feature-icon-section .content-wrapper .icon {
          width: 4.16667vw;
          height: 4.16667vw;
          margin-bottom: 1.11111vw;
          padding: 1.11111vw; } }
      @media screen and (max-width: 767px) {
        .feature-icon-section .content-wrapper .icon {
          min-width: 60px;
          min-height: 60px;
          margin-bottom: 0;
          margin-right: 15px; } }
    .feature-icon-section .content-wrapper .grid {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      width: 20%;
      padding: 0 20px; }
      @media screen and (min-width: 1260px) {
        .feature-icon-section .content-wrapper .grid {
          padding: 0 1.38889vw; } }
      @media screen and (max-width: 1023px) {
        .feature-icon-section .content-wrapper .grid {
          padding: 0 10px; } }
      @media screen and (max-width: 767px) {
        .feature-icon-section .content-wrapper .grid {
          width: 100%;
          padding: 0;
          justify-content: flex-start; }
          .feature-icon-section .content-wrapper .grid .content {
            width: 100%;
            display: flex;
            align-items: center; }
            .feature-icon-section .content-wrapper .grid .content p {
              text-align: left; }
              .feature-icon-section .content-wrapper .grid .content p br {
                display: none; } }
    .feature-icon-section .content-wrapper p {
      font-size: 12px;
      line-height: 18px;
      font-weight: 600; }
      @media screen and (min-width: 1260px) {
        .feature-icon-section .content-wrapper p {
          font-size: 0.83333vw;
          line-height: 1.25vw; } }

.sign-up-and-save {
  padding: 0px 20px 25px 20px; }
  @media screen and (min-width: 1260px) {
    .sign-up-and-save {
      padding: 0 1.38889vw 1.73611vw 1.38889vw; } }
  @media screen and (max-width: 666px) {
    .sign-up-and-save {
      padding-left: 10px;
      padding-right: 10px; } }

.sign-up-and-save-wrapper {
  background-color: #EFD8C5;
  text-align: center;
  border: 1px solid black;
  padding: 40px 40px 64px 40px;
  position: relative; }
  @media screen and (min-width: 1260px) {
    .sign-up-and-save-wrapper {
      padding: 2.77778vw 2.77778vw 4.44444vw 2.77778vw; } }
  @media screen and (max-width: 666px) {
    .sign-up-and-save-wrapper {
      padding: 40px 30px 64px 30px; } }
  .sign-up-and-save-wrapper .button {
    min-width: 180px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px; }
    @media screen and (min-width: 1260px) {
      .sign-up-and-save-wrapper .button {
        min-width: 12.5vw;
        bottom: -1.73611vw; } }
  .sign-up-and-save-wrapper p,
  .sign-up-and-save-wrapper h2 {
    max-width: 629px;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 1260px) {
      .sign-up-and-save-wrapper p,
      .sign-up-and-save-wrapper h2 {
        max-width: 43.68056vw; } }
  .sign-up-and-save-wrapper h2 {
    margin-bottom: 12px;
    text-transform: uppercase; }
    @media screen and (min-width: 1260px) {
      .sign-up-and-save-wrapper h2 {
        margin-bottom: 0.83333vw; } }

.home-cat-tiles {
  padding: 20px; }
  @media screen and (min-width: 1260px) {
    .home-cat-tiles {
      padding: 1.38889vw; } }
  @media screen and (max-width: 666px) {
    .home-cat-tiles {
      padding: 10px; } }

.home-cat-tiles-wrapper {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }
  @media screen and (min-width: 1260px) {
    .home-cat-tiles-wrapper {
      grid-gap: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .home-cat-tiles-wrapper {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 767px) {
    .home-cat-tiles-wrapper {
      grid-template-columns: 1fr; } }
  @media screen and (max-width: 666px) {
    .home-cat-tiles-wrapper {
      grid-gap: 10px; } }
  .home-cat-tiles-wrapper .item {
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 1023px) {
      .home-cat-tiles-wrapper .item:last-child:not(:first-child):not(:nth-child(2)):not(:nth-child(even)) {
        grid-column: 1 / -1; } }
    .home-cat-tiles-wrapper .item .img {
      position: relative; }
      .home-cat-tiles-wrapper .item .img::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 200px;
        background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
        @media screen and (min-width: 1260px) {
          .home-cat-tiles-wrapper .item .img::after {
            height: 13.88889vw; } }
      .home-cat-tiles-wrapper .item .img img {
        width: 100%;
        height: 452px;
        object-fit: cover; }
        @media screen and (min-width: 1260px) {
          .home-cat-tiles-wrapper .item .img img {
            height: 31.38889vw; } }
        @media screen and (max-width: 1023px) {
          .home-cat-tiles-wrapper .item .img img {
            height: 394px; } }
    .home-cat-tiles-wrapper .item .content {
      width: 100%;
      position: absolute;
      bottom: -30px;
      padding-left: 30px;
      padding-right: 30px;
      transition: all 0.3s ease-in-out; }
      @media screen and (min-width: 1260px) {
        .home-cat-tiles-wrapper .item .content {
          padding-left: 2.08333vw;
          padding-right: 2.08333vw;
          bottom: -get-vw(60px); } }
      @media screen and (max-width: 1259px) {
        .home-cat-tiles-wrapper .item .content {
          bottom: 30px; } }
      @media screen and (max-width: 666px) {
        .home-cat-tiles-wrapper .item .content {
          bottom: 20px;
          padding-left: 20px;
          padding-right: 20px; } }
      .home-cat-tiles-wrapper .item .content h2 {
        width: 100%;
        text-align: center;
        font-size: 18px;
        line-height: 23px;
        font-weight: 600;
        color: white;
        margin-bottom: 20px;
        text-transform: uppercase; }
        @media screen and (min-width: 1260px) {
          .home-cat-tiles-wrapper .item .content h2 {
            margin-bottom: 1.38889vw;
            font-size: 1.25vw;
            line-height: 1.59722vw; } }
      .home-cat-tiles-wrapper .item .content .button {
        width: 100%;
        background-color: white;
        border-color: white;
        color: black;
        opacity: 0;
        transition: all 0.3s ease-in-out; }
        @media screen and (max-width: 1259px) {
          .home-cat-tiles-wrapper .item .content .button {
            opacity: 1; } }
        .home-cat-tiles-wrapper .item .content .button:hover {
          background-color: #EFD8C5;
          border-color: #EFD8C5; }
    .home-cat-tiles-wrapper .item:hover .content {
      bottom: 30px; }
      @media screen and (min-width: 1260px) {
        .home-cat-tiles-wrapper .item:hover .content {
          bottom: 2.08333vw; } }
      .home-cat-tiles-wrapper .item:hover .content .button {
        opacity: 1; }

.testimonials-section-wrapper {
  background-color: #faf3ed;
  padding: 80px 0;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }
  @media screen and (min-width: 1260px) {
    .testimonials-section-wrapper {
      padding: 5.55556vw 0; } }
  @media screen and (max-width: 1023px) {
    .testimonials-section-wrapper {
      padding: 60px 0; } }
  .testimonials-section-wrapper .content {
    text-align: center; }
    @media screen and (max-width: 1023px) {
      .testimonials-section-wrapper .content {
        padding: 0 40px; } }
    @media screen and (max-width: 666px) {
      .testimonials-section-wrapper .content {
        padding: 0 30px; } }
    .testimonials-section-wrapper .content > p {
      font-size: 20px;
      line-height: 32px;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto;
      font-weight: 300; }
      @media screen and (min-width: 1260px) {
        .testimonials-section-wrapper .content > p {
          font-size: 1.38889vw;
          line-height: 2.22222vw;
          max-width: 55.55556vw; } }
      @media screen and (max-width: 1023px) {
        .testimonials-section-wrapper .content > p {
          font-size: 18px;
          line-height: 28px; } }
      @media screen and (max-width: 767px) {
        .testimonials-section-wrapper .content > p {
          font-size: 16px;
          line-height: 26px; } }
  .testimonials-section-wrapper .slick-arrow svg {
    fill: none; }
    .testimonials-section-wrapper .slick-arrow svg path {
      stroke: black; }
  .testimonials-section-wrapper .slick-arrow:hover svg path {
    stroke: #a28973; }
  .testimonials-section-wrapper .slick-arrow.slick-prev {
    left: 0; }
  .testimonials-section-wrapper .slick-arrow.slick-next {
    right: 0; }
  .testimonials-section-wrapper .ratings {
    margin-bottom: 10px;
    display: flex;
    justify-content: center; }
    @media screen and (min-width: 1260px) {
      .testimonials-section-wrapper .ratings {
        margin-bottom: 0.69444vw; } }
    .testimonials-section-wrapper .ratings svg {
      display: flex;
      width: 140px;
      height: 20px; }
      @media screen and (min-width: 1260px) {
        .testimonials-section-wrapper .ratings svg {
          width: 9.72222vw;
          height: 1.38889vw; } }
      @media screen and (max-width: 666px) {
        .testimonials-section-wrapper .ratings svg {
          width: 120px;
          height: 19px; } }
  .testimonials-section-wrapper h3 {
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 45px; }
    @media screen and (min-width: 1260px) {
      .testimonials-section-wrapper h3 {
        margin-bottom: 0.34722vw;
        line-height: 3.125vw; } }
    @media screen and (max-width: 767px) {
      .testimonials-section-wrapper h3 {
        font-size: 24px;
        line-height: 38px;
        margin-bottom: 10px; } }
  .testimonials-section-wrapper .user-verified {
    margin-top: 26px; }
    @media screen and (min-width: 1260px) {
      .testimonials-section-wrapper .user-verified {
        margin-top: 1.80556vw; } }
    .testimonials-section-wrapper .user-verified p {
      font-size: 16px;
      line-height: 26px;
      font-weight: 500;
      text-transform: uppercase;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (min-width: 1260px) {
        .testimonials-section-wrapper .user-verified p {
          font-size: 1.11111vw;
          line-height: 1.80556vw; } }
      @media screen and (max-width: 767px) {
        .testimonials-section-wrapper .user-verified p {
          font-size: 14px;
          line-height: 22px; } }
      .testimonials-section-wrapper .user-verified p span {
        font-size: 12px;
        text-transform: initial;
        font-weight: 300;
        padding-left: 34px;
        position: relative;
        margin-left: 14px; }
        @media screen and (min-width: 1260px) {
          .testimonials-section-wrapper .user-verified p span {
            font-size: 0.83333vw;
            margin-left: 0.97222vw;
            padding-left: 2.36111vw; } }
        .testimonials-section-wrapper .user-verified p span::after {
          position: absolute;
          left: 0;
          top: 50%;
          transform: translateY(-50%);
          content: "";
          width: 1px;
          height: 12px;
          background-color: black; }
          @media screen and (min-width: 1260px) {
            .testimonials-section-wrapper .user-verified p span::after {
              width: 0.06944vw;
              height: 0.83333vw; } }
        .testimonials-section-wrapper .user-verified p span::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: 14px;
          width: 13px;
          height: 13px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M7 1L8.0681 2.32035L9.6033 1.59419L9.99275 3.24721L11.691 3.25906L11.3247 4.91736L12.8496 5.66487L11.8 7L12.8496 8.33513L11.3247 9.08264L11.691 10.7409L9.99275 10.7528L9.6033 12.4058L8.0681 11.6797L7 13L5.9319 11.6797L4.3967 12.4058L4.00725 10.7528L2.30901 10.7409L2.67535 9.08264L1.15043 8.33513L2.2 7L1.15043 5.66487L2.67535 4.91736L2.30901 3.25906L4.00725 3.24721L4.3967 1.59419L5.9319 2.32035L7 1Z' fill='%23FDCBCB' stroke='black' stroke-width='0.5'/%3E%3Cpath d='M5 7L6.5 8.5L9 6' stroke='black'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: contain; }
          @media screen and (min-width: 1260px) {
            .testimonials-section-wrapper .user-verified p span::before {
              width: 0.90278vw;
              height: 0.90278vw;
              left: 0.97222vw; } }
  .testimonials-section-wrapper .testimonials-slider.slick-dotted {
    margin-bottom: 0; }
  .testimonials-section-wrapper .slick-dots {
    position: static;
    bottom: 0;
    display: flex;
    justify-content: center;
    margin-top: 40px; }
    .testimonials-section-wrapper .slick-dots li {
      width: 10px;
      height: 2px;
      background-color: rgba(0, 0, 0, 0.2); }
      .testimonials-section-wrapper .slick-dots li button {
        display: none; }
      .testimonials-section-wrapper .slick-dots li.slick-active {
        background-color: black; }

.about-section-home-wrapper {
  grid-template-columns: 44.72fr 24.44fr 30.84fr;
  align-items: center; }
  @media screen and (max-width: 1259px) {
    .about-section-home-wrapper {
      grid-template-columns: 40fr 30fr 30fr; } }
  @media screen and (max-width: 1023px) {
    .about-section-home-wrapper {
      grid-template-columns: 43.71fr 56.29fr; } }
  .about-section-home-wrapper h3 {
    text-transform: uppercase;
    margin-bottom: 24px; }
    @media screen and (min-width: 1260px) {
      .about-section-home-wrapper h3 {
        margin-bottom: 1.66667vw; } }
    @media screen and (max-width: 1023px) {
      .about-section-home-wrapper h3 {
        margin-bottom: 20px; } }
    @media screen and (max-width: 767px) {
      .about-section-home-wrapper h3 {
        font-size: 24px;
        line-height: 31px; } }
    @media screen and (max-width: 666px) {
      .about-section-home-wrapper h3 {
        padding: 0 30px; } }
  .about-section-home-wrapper .img img {
    height: 555px;
    width: 100%;
    object-fit: cover; }
    @media screen and (min-width: 1260px) {
      .about-section-home-wrapper .img img {
        height: 38.54167vw; } }
    @media screen and (max-width: 666px) {
      .about-section-home-wrapper .img img {
        height: 290px; } }
  .about-section-home-wrapper .img.img-1 {
    border-left: 1px solid black;
    border-right: 1px solid black; }
    @media screen and (max-width: 1023px) {
      .about-section-home-wrapper .img.img-1 {
        order: 1; } }
  @media screen and (max-width: 1023px) {
    .about-section-home-wrapper .img.img-2 {
      order: 2; } }
  .about-section-home-wrapper .content {
    padding: 0 90px; }
    @media screen and (min-width: 1260px) {
      .about-section-home-wrapper .content {
        padding: 0 6.25vw; } }
    @media screen and (max-width: 1259px) {
      .about-section-home-wrapper .content {
        padding: 0 45px; } }
    @media screen and (max-width: 1023px) {
      .about-section-home-wrapper .content {
        grid-column: 1 / -1;
        order: 3;
        padding: 40px 37px 60px 37px;
        text-align: center;
        border-top: 1px solid black; } }
  .about-section-home-wrapper .button {
    min-width: 150px;
    margin-top: 52px; }
    @media screen and (min-width: 1260px) {
      .about-section-home-wrapper .button {
        min-width: 10.41667vw;
        margin-top: 3.61111vw; } }
    @media screen and (max-width: 1023px) {
      .about-section-home-wrapper .button {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px; } }
  .about-section-home-wrapper p {
    color: #454545; }

.auto-rotate-ribbon {
  background-color: black; }
  .auto-rotate-ribbon a,
  .auto-rotate-ribbon p {
    color: white;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    padding: 15px 30px; }
    @media screen and (min-width: 1260px) {
      .auto-rotate-ribbon a,
      .auto-rotate-ribbon p {
        padding: 1.04167vw 2.08333vw;
        font-size: 1.25vw;
        line-height: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .auto-rotate-ribbon a,
      .auto-rotate-ribbon p {
        padding: 15px; } }
  .auto-rotate-ribbon .slick-slide {
    padding: 0;
    margin: 0; }

.homepage-product-tabs {
  margin-top: 54px;
  margin-bottom: 86px;
  overflow: hidden; }
  @media screen and (min-width: 1260px) {
    .homepage-product-tabs {
      margin-top: 3.75vw;
      margin-bottom: 5.97222vw; } }
  @media screen and (max-width: 1023px) {
    .homepage-product-tabs {
      margin-bottom: 60px; } }
  .homepage-product-tabs .r-tabs-accordion-title {
    display: none; }
  .homepage-product-tabs .r-tabs-panel {
    display: none; }
    .homepage-product-tabs .r-tabs-panel.r-tabs-state-active {
      display: block; }
  .homepage-product-tabs .r-tabs-nav {
    margin: 0;
    display: flex;
    margin-bottom: 55px; }
    @media screen and (min-width: 1260px) {
      .homepage-product-tabs .r-tabs-nav {
        margin-bottom: 3.81944vw; } }
    @media screen and (max-width: 666px) {
      .homepage-product-tabs .r-tabs-nav {
        justify-content: center;
        margin-bottom: 45px; } }
    .homepage-product-tabs .r-tabs-nav .r-tabs-tab + .r-tabs-tab {
      margin-left: 60px; }
      @media screen and (min-width: 1260px) {
        .homepage-product-tabs .r-tabs-nav .r-tabs-tab + .r-tabs-tab {
          margin-left: 4.16667vw; } }
      @media screen and (max-width: 1023px) {
        .homepage-product-tabs .r-tabs-nav .r-tabs-tab + .r-tabs-tab {
          margin-left: 40px; } }
    .homepage-product-tabs .r-tabs-nav .r-tabs-tab .r-tabs-anchor {
      font-size: 24px;
      line-height: 28px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      color: #CECECE; }
      @media screen and (min-width: 1260px) {
        .homepage-product-tabs .r-tabs-nav .r-tabs-tab .r-tabs-anchor {
          font-size: 1.66667vw;
          line-height: 1.94444vw; } }
      @media screen and (max-width: 666px) {
        .homepage-product-tabs .r-tabs-nav .r-tabs-tab .r-tabs-anchor {
          font-size: 18px;
          line-height: 21px; } }
      .homepage-product-tabs .r-tabs-nav .r-tabs-tab .r-tabs-anchor svg {
        position: absolute;
        fill: none;
        stroke: black;
        width: 100%;
        height: 5px;
        bottom: -12px;
        left: 0;
        display: none; }
        @media screen and (min-width: 1260px) {
          .homepage-product-tabs .r-tabs-nav .r-tabs-tab .r-tabs-anchor svg {
            height: 0.34722vw;
            bottom: -0.83333vw; } }
      .homepage-product-tabs .r-tabs-nav .r-tabs-tab .r-tabs-anchor:hover {
        color: black; }
        .homepage-product-tabs .r-tabs-nav .r-tabs-tab .r-tabs-anchor:hover svg {
          display: block; }
    .homepage-product-tabs .r-tabs-nav .r-tabs-tab.r-tabs-state-active .r-tabs-anchor {
      color: black; }
      .homepage-product-tabs .r-tabs-nav .r-tabs-tab.r-tabs-state-active .r-tabs-anchor svg {
        display: block; }
  .homepage-product-tabs .shop-all {
    position: absolute;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: 1.92px;
    right: 0;
    top: 3px;
    text-decoration: none;
    color: black; }
    @media screen and (min-width: 1260px) {
      .homepage-product-tabs .shop-all {
        font-size: 0.83333vw;
        line-height: 1.04167vw;
        letter-spacing: 0.13333vw;
        top: 0.20833vw; } }
    @media screen and (max-width: 666px) {
      .homepage-product-tabs .shop-all {
        display: none; } }
    .homepage-product-tabs .shop-all svg {
      position: absolute;
      fill: none;
      stroke: black;
      width: 100%;
      height: 5px;
      bottom: -10px;
      left: 0; }
      @media screen and (min-width: 1260px) {
        .homepage-product-tabs .shop-all svg {
          height: 0.34722vw;
          bottom: -0.69444vw; } }
    .homepage-product-tabs .shop-all:hover {
      color: #604f40; }
      .homepage-product-tabs .shop-all:hover svg {
        stroke: #604f40; }

.homepage-product-tabs-wrapper {
  position: relative; }
  @media screen and (max-width: 666px) {
    .homepage-product-tabs-wrapper {
      padding: 0 10px; } }

.with-border {
  position: relative; }
  .with-border::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-image: url("data:image/svg+xml,%3Csvg width='165' height='5' viewBox='0 0 165 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M164 3.99999C164 3.99999 87.6474 -1.21276 1 2.10441' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-size: 100%;
    left: 0;
    bottom: -7px; }
    @media screen and (min-width: 1260px) {
      .with-border::after {
        height: 0.20833vw;
        bottom: -0.48611vw; } }

.homepage-banner {
  padding: 20px; }
  @media screen and (min-width: 1260px) {
    .homepage-banner {
      padding: 1.38889vw; } }
  @media screen and (max-width: 666px) {
    .homepage-banner {
      padding: 19px 10px 10px 10px; } }
  .homepage-banner .heroCarousel {
    margin: 0;
    max-height: 100%; }
    .homepage-banner .heroCarousel .heroCarousel-slide .heroCarousel-image {
      object-position: right;
      object-fit: cover; }
    .homepage-banner .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
      height: 525px;
      width: 100%;
      max-height: 100%; }
      @media screen and (min-width: 1260px) {
        .homepage-banner .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
          height: 36.45833vw; } }
      @media screen and (max-width: 1023px) {
        .homepage-banner .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
          height: 400px; } }
      @media screen and (max-width: 666px) {
        .homepage-banner .heroCarousel .heroCarousel-slide .heroCarousel-image-wrapper {
          height: auto; } }
    .homepage-banner .heroCarousel .heroCarousel-content {
      width: 100%;
      max-width: 100%;
      padding: 0 64px 0 64px;
      background-color: transparent;
      max-height: 100%;
      overflow: visible; }
      @media screen and (min-width: 1260px) {
        .homepage-banner .heroCarousel .heroCarousel-content {
          padding: 0 4.44444vw 0 4.44444vw; } }
      @media screen and (max-width: 1259px) {
        .homepage-banner .heroCarousel .heroCarousel-content {
          margin-left: 0;
          margin-right: auto;
          padding: 0 30px;
          max-width: 54%; } }
      @media screen and (max-width: 1023px) {
        .homepage-banner .heroCarousel .heroCarousel-content {
          padding: 0 20px;
          max-width: 52%; } }
      @media screen and (max-width: 666px) {
        .homepage-banner .heroCarousel .heroCarousel-content {
          max-width: 100%;
          position: static;
          transform: none;
          top: 0;
          padding-top: 32px; } }
      .homepage-banner .heroCarousel .heroCarousel-content .heroCarousel-title {
        font-size: 36px;
        line-height: 46px;
        font-weight: 600;
        text-align: left;
        text-transform: uppercase;
        margin-bottom: 14px; }
        @media screen and (min-width: 1260px) {
          .homepage-banner .heroCarousel .heroCarousel-content .heroCarousel-title {
            font-size: 2.5vw;
            line-height: 3.19444vw;
            margin-bottom: 0.97222vw; } }
        @media screen and (max-width: 1259px) {
          .homepage-banner .heroCarousel .heroCarousel-content .heroCarousel-title {
            font-size: 28px;
            line-height: 36px; } }
        @media screen and (max-width: 1023px) {
          .homepage-banner .heroCarousel .heroCarousel-content .heroCarousel-title {
            font-size: 22px;
            line-height: 28px; } }
        @media screen and (max-width: 666px) {
          .homepage-banner .heroCarousel .heroCarousel-content .heroCarousel-title {
            text-align: center;
            font-size: 24px;
            line-height: 31px; } }
      .homepage-banner .heroCarousel .heroCarousel-content .heroCarousel-description {
        font-size: 14px;
        line-height: 21px;
        text-align: left; }
        @media screen and (min-width: 1260px) {
          .homepage-banner .heroCarousel .heroCarousel-content .heroCarousel-description {
            font-size: 0.97222vw;
            line-height: 1.45833vw; } }
        @media screen and (max-width: 666px) {
          .homepage-banner .heroCarousel .heroCarousel-content .heroCarousel-description {
            text-align: center; } }
      .homepage-banner .heroCarousel .heroCarousel-content .heroCarousel-action {
        margin-top: 40px;
        min-width: 140px; }
        @media screen and (min-width: 1260px) {
          .homepage-banner .heroCarousel .heroCarousel-content .heroCarousel-action {
            margin-top: 2.77778vw;
            min-width: 9.72222vw; } }
        @media screen and (max-width: 666px) {
          .homepage-banner .heroCarousel .heroCarousel-content .heroCarousel-action {
            margin-left: auto;
            margin-right: auto;
            margin-top: 30px; } }

.homepage-banner-wrapper {
  grid-template-columns: 72.32fr 27.68fr;
  grid-gap: 20px; }
  @media screen and (min-width: 1260px) {
    .homepage-banner-wrapper {
      grid-gap: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .homepage-banner-wrapper {
      grid-template-columns: 1fr;
      grid-gap: 0; } }
  .homepage-banner-wrapper .carousel-play-pause-button {
    display: none !important; }

.home-banner-right .img img {
  height: 525px;
  width: 100%;
  object-fit: cover; }
  @media screen and (min-width: 1260px) {
    .home-banner-right .img img {
      height: 36.45833vw; } }
  @media screen and (max-width: 1023px) {
    .home-banner-right .img img {
      height: 400px; } }
  @media screen and (max-width: 767px) {
    .home-banner-right .img img {
      height: 520px; } }

.home-banner-right .content {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  padding: 0 35px; }
  @media screen and (min-width: 1260px) {
    .home-banner-right .content {
      bottom: 4.16667vw;
      padding: 0 2.43056vw; } }
  .home-banner-right .content h4 {
    width: 100%;
    color: white;
    text-transform: uppercase;
    margin-bottom: 33px; }
    @media screen and (min-width: 1260px) {
      .home-banner-right .content h4 {
        margin-bottom: 2.29167vw; } }
    @media screen and (max-width: 1023px) {
      .home-banner-right .content h4 {
        font-size: 24px;
        line-height: 31px; } }
  .home-banner-right .content .button {
    min-width: 140px; }
    @media screen and (min-width: 1260px) {
      .home-banner-right .content .button {
        min-width: 9.72222vw; } }

.home-banner-right .content-wrapper {
  position: relative; }

.slick-prev svg,
.slick-next svg {
  fill: none;
  stroke: black; }

.slick-prev:hover svg,
.slick-next:hover svg {
  stroke: #604f40; }

@media screen and (max-width: 767px) {
  .homepage-banner .heroCarousel {
    width: 100%;
    height: calc((100vw - 20px) * 0.5584) !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: hidden; }
  .homepage-banner .heroCarousel .slick-list,
  .homepage-banner .heroCarousel .slick-track,
  .homepage-banner .heroCarousel .slick-slide,
  .homepage-banner .heroCarousel .heroCarousel-slide,
  .homepage-banner .heroCarousel .heroCarousel-image-wrapper {
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important; }
  .homepage-banner .heroCarousel .heroCarousel-image {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover; } }

@media only screen and (max-width: 1023px) {
  .page-content {
    padding: 0; } }

.cart-item-figure {
  padding: 10px 0; }
  @media screen and (min-width: 1260px) {
    .cart-item-figure {
      padding: 0.69444vw 0; } }
  @media only screen and (max-width: 801px) {
    .cart-item-figure {
      width: 150px;
      margin-left: 0; } }

@media screen and (max-width: 767px) {
  .cart {
    margin-bottom: 0; } }

.cart .cart-header .cart-header-item {
  color: black;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px; }
  @media screen and (min-width: 1260px) {
    .cart .cart-header .cart-header-item {
      margin-bottom: 1.04167vw; } }
  .cart .cart-header .cart-header-item:first-child {
    text-align: left; }
  .cart .cart-header .cart-header-item:last-child {
    text-align: right; }
    @media screen and (max-width: 1023px) {
      .cart .cart-header .cart-header-item:last-child {
        text-align: left; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-header .cart-header-item {
      text-align: left; } }

.cart .cart-item {
  padding: 20px 0; }
  @media screen and (min-width: 1260px) {
    .cart .cart-item {
      padding: 1.38889vw 0; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-item {
      position: relative; } }
  @media screen and (max-width: 666px) {
    .cart .cart-item {
      padding: 20px 0; } }
  @media only screen and (max-width: 567px) {
    .cart .cart-item {
      width: 100%;
      display: inline-block; } }

@media only screen and (max-width: 666px) {
  .cart .cart-item-figure {
    margin-left: 0;
    width: 25%;
    position: absolute; } }

@media only screen and (max-width: 374px) {
  .cart .cart-item-figure {
    width: 100%;
    position: initial;
    padding: 0 30px; } }

.cart .cart-item-figure .gift-img {
  width: 90%; }
  @media only screen and (max-width: 1023px) {
    .cart .cart-item-figure .gift-img {
      width: 60%; } }

.cart .cart-item-figure .cart-item-image {
  max-height: inherit;
  width: 100%; }
  @media screen and (min-width: 1260px) {
    .cart .cart-item-figure .cart-item-image {
      max-width: 13.88889vw; } }

.cart .cart-item-figure:after {
  display: none; }

@media screen and (max-width: 1023px) {
  .cart .cart-item-block .custom-plus-minus {
    margin: 0; } }

.cart .cart-item-block .custom-plus-minus .value-button {
  width: 42px; }
  @media screen and (min-width: 1260px) {
    .cart .cart-item-block .custom-plus-minus .value-button {
      width: 2.91667vw; } }

.cart .cart-item-block .cart-item-label {
  font-size: 14px;
  font-weight: 500;
  color: black;
  margin-bottom: 5px; }
  @media screen and (min-width: 1260px) {
    .cart .cart-item-block .cart-item-label {
      margin-bottom: 0.34722vw;
      font-size: 0.97222vw; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-block .cart-item-label {
      padding-left: 15px; } }
  @media (max-width: 801px) {
    .cart .cart-item-block .cart-item-label {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 666px) {
    .cart .cart-item-block .cart-item-label {
      margin-bottom: 0px; } }

.cart .cart-item-block.unit-block .form-increment {
  width: max-content; }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-block.unit-block .form-increment {
      margin: 0;
      padding-left: 10px; } }

.cart .cart-item-block.unit-block .select2.select2-container {
  width: fit-content !important; }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-block.unit-block .select2.select2-container {
      margin: 0;
      padding-left: 15px;
      min-width: 130px; }
      .cart .cart-item-block.unit-block .select2.select2-container .select2-selection--single {
        padding: 16px 20px 16px 15px; } }
  @media only screen and (max-width: 374px) {
    .cart .cart-item-block.unit-block .select2.select2-container {
      padding-left: 0; } }

.cart .cart-item-title {
  padding: 20px 15px; }
  @media screen and (min-width: 1260px) {
    .cart .cart-item-title {
      padding: 1.38889vw 1.04167vw; } }
  @media (max-width: 1023px) and (min-width: 801px) {
    .cart .cart-item-title {
      padding: 20px 15px 20px 10px;
      min-width: 215px; } }
  @media (max-width: 801px) {
    .cart .cart-item-title {
      padding: 0 25px 0 15px;
      margin-bottom: 10px;
      width: calc(100% - 150px); } }
  @media only screen and (max-width: 666px) {
    .cart .cart-item-title {
      margin-bottom: 10px;
      width: calc(100% - 25%);
      float: right;
      height: auto; } }
  @media only screen and (max-width: 567px) {
    .cart .cart-item-title {
      padding-left: 20px; } }
  @media only screen and (max-width: 374px) {
    .cart .cart-item-title {
      width: 100%;
      padding: 0; } }
  .cart .cart-item-title .cart-item-brand {
    display: none; }
  .cart .cart-item-title .cart-item-name {
    margin-bottom: 8px; }
    @media screen and (min-width: 1260px) {
      .cart .cart-item-title .cart-item-name {
        margin-bottom: 0.55556vw; } }
    @media only screen and (max-width: 1023px) {
      .cart .cart-item-title .cart-item-name {
        display: block; } }
    @media screen and (max-width: 666px) {
      .cart .cart-item-title .cart-item-name {
        margin-bottom: 15px; } }
  .cart .cart-item-title .cart-item-name,
  .cart .cart-item-title .cart-item-name a {
    font-size: 14px;
    font-weight: 600;
    color: black;
    text-transform: capitalize;
    line-height: 23px;
    text-decoration: none; }
    @media screen and (min-width: 1260px) {
      .cart .cart-item-title .cart-item-name,
      .cart .cart-item-title .cart-item-name a {
        font-size: 0.97222vw;
        line-height: 1.59722vw; } }
    @media only screen and (max-width: 801px) {
      .cart .cart-item-title .cart-item-name,
      .cart .cart-item-title .cart-item-name a {
        max-width: 85%; } }
    @media screen and (max-width: 666px) {
      .cart .cart-item-title .cart-item-name,
      .cart .cart-item-title .cart-item-name a {
        max-width: 100%; } }
    .cart .cart-item-title .cart-item-name:hover,
    .cart .cart-item-title .cart-item-name a:hover {
      color: #604f40; }
  @media screen and (max-width: 666px) {
    .cart .cart-item-title .cart-item-name {
      max-width: calc(100% - 10px); } }
  .cart .cart-item-title .definitionList {
    margin: 0; }
    .cart .cart-item-title .definitionList .definitionList-key {
      margin: 0 6px 4px 0;
      font-size: 12px;
      line-height: 18px;
      font-weight: 400;
      float: left;
      clear: both; }
      @media screen and (min-width: 1280px) {
        .cart .cart-item-title .definitionList .definitionList-key {
          font-size: 0.83333vw;
          line-height: 1.25vw;
          margin: 0 0.41667vw 0.27778vw 0; } }
      @media screen and (max-width: 1279px) {
        .cart .cart-item-title .definitionList .definitionList-key {
          font-size: 14px; } }
    .cart .cart-item-title .definitionList .definitionList-value {
      margin: 0;
      font-size: 12px;
      font-weight: 500;
      float: left;
      color: black;
      line-height: 19px; }
      @media screen and (min-width: 1280px) {
        .cart .cart-item-title .definitionList .definitionList-value {
          font-size: 0.83333vw;
          line-height: 1.31944vw; } }
      @media screen and (max-width: 1279px) {
        .cart .cart-item-title .definitionList .definitionList-value {
          font-size: 14px; } }
      @media screen and (max-width: 666px) {
        .cart .cart-item-title .definitionList .definitionList-value {
          margin-bottom: 10px; } }
  .cart .cart-item-title .change {
    font-size: 12px;
    line-height: 18px;
    color: black;
    text-decoration: underline; }
    @media screen and (min-width: 1260px) {
      .cart .cart-item-title .change {
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    @media screen and (max-width: 1279px) {
      .cart .cart-item-title .change {
        font-size: 14px; } }
    .cart .cart-item-title .change:hover {
      color: black; }
  .cart .cart-item-title .change-cart-option {
    text-decoration: none; }

.cart .cart-item-info {
  text-align: center; }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-info {
      width: 20%;
      text-align: left; } }
  @media only screen and (max-width: 666px) {
    .cart .cart-item-info {
      clear: both;
      width: calc(100% - 25%);
      float: right;
      margin-bottom: 15px; }
      .cart .cart-item-info .cart-item-label {
        width: 21%; }
      .cart .cart-item-info:last-child {
        margin-bottom: 0; } }
  @media only screen and (max-width: 567px) {
    .cart .cart-item-info {
      padding-left: 1.5rem; }
      .cart .cart-item-info .cart-item-label {
        width: 32% !important;
        text-align: left;
        padding-left: 0; } }
  @media only screen and (max-width: 374px) {
    .cart .cart-item-info {
      width: 100%;
      padding: 0; }
      .cart .cart-item-info .cart-item-label {
        width: 34% !important; } }
  .cart .cart-item-info .cart-item-value {
    font-size: 15px;
    font-weight: normal; }
    @media screen and (min-width: 1260px) {
      .cart .cart-item-info .cart-item-value {
        font-size: 1.04167vw; } }
    @media screen and (max-width: 1279px) {
      .cart .cart-item-info .cart-item-value {
        font-size: 14px; } }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-info .cart-item-value {
        padding-left: 0px; } }
    @media (max-width: 801px) {
      .cart .cart-item-info .cart-item-value {
        padding-left: 15px; } }
    @media only screen and (max-width: 666px) {
      .cart .cart-item-info .cart-item-value {
        width: 80%;
        padding-left: 0; } }
    @media only screen and (max-width: 374px) {
      .cart .cart-item-info .cart-item-value {
        padding-left: 0px;
        font-size: 14px; } }
  .cart .cart-item-info .form-increment {
    margin: 0;
    width: 135px;
    display: flex;
    margin: auto; }
    @media screen and (min-width: 1260px) {
      .cart .cart-item-info .form-increment {
        width: 9.375vw; } }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-info .form-increment {
        margin-top: 5px;
        margin-left: 0; } }
    @media screen and (max-width: 666px) {
      .cart .cart-item-info .form-increment {
        margin-left: 1.5rem;
        margin-top: 7px;
        width: 118px; } }
    @media only screen and (max-width: 374px) {
      .cart .cart-item-info .form-increment {
        margin-left: 15px; } }
    @media screen and (max-width: 666px) {
      .cart .cart-item-info .form-increment .form-input,
      .cart .cart-item-info .form-increment input {
        height: 35px;
        line-height: 35px; } }
    @media screen and (max-width: 666px) {
      .cart .cart-item-info .form-increment .button,
      .cart .cart-item-info .form-increment .value-button {
        height: 35px;
        line-height: 35px; } }
  .cart .cart-item-info .gift-input {
    width: 149px;
    text-align: center; }
    @media screen and (min-width: 1260px) {
      .cart .cart-item-info .gift-input {
        width: 10.34722vw; } }
    @media only screen and (max-width: 735px) {
      .cart .cart-item-info .gift-input {
        width: 111px; } }
  .cart .cart-item-info .cart-remove {
    width: 22px;
    height: 22px;
    background: #a28973;
    padding: 1px;
    margin: 1px 0 0 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #a28973; }
    @media screen and (min-width: 1260px) {
      .cart .cart-item-info .cart-remove {
        width: 1.52778vw;
        height: 1.52778vw;
        padding: 0.06944vw;
        margin: 0.06944vw 0 0 0.69444vw; } }
    @media only screen and (max-width: 801px) {
      .cart .cart-item-info .cart-remove {
        margin: 0px;
        position: absolute;
        right: 0;
        top: 23px; } }
    @media only screen and (max-width: 666px) {
      .cart .cart-item-info .cart-remove {
        margin: 0px;
        position: absolute;
        right: 0;
        top: 20px; } }
    .cart .cart-item-info .cart-remove svg {
      fill: none;
      stroke: white;
      height: 8px;
      width: 8px; }
      @media screen and (min-width: 1260px) {
        .cart .cart-item-info .cart-remove svg {
          height: 0.55556vw;
          width: 0.55556vw; } }
    .cart .cart-item-info .cart-remove:hover {
      background: white; }
      .cart .cart-item-info .cart-remove:hover svg {
        stroke: #a28973; }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-info.cart-item-quantity {
      width: 35%; } }
  @media only screen and (max-width: 1023px) {
    .cart .cart-item-info.cart-item-quantity .cart-item-label {
      padding: 0;
      margin-top: 0; } }
  @media only screen and (max-width: 735px) {
    .cart .cart-item-info.cart-item-quantity {
      width: 32%; } }
  @media only screen and (max-width: 666px) {
    .cart .cart-item-info.cart-item-quantity {
      width: calc(100% - 25%); }
      .cart .cart-item-info.cart-item-quantity .cart-item-label {
        padding: 0 0 0 15px;
        line-height: 50px;
        margin: 0; } }
  @media only screen and (max-width: 567px) {
    .cart .cart-item-info.cart-item-quantity .cart-item-label {
      padding-left: 0; } }
  @media only screen and (max-width: 374px) {
    .cart .cart-item-info.cart-item-quantity {
      width: 100%;
      padding: 0; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-info.unit-block {
      width: 25%; } }
  @media only screen and (max-width: 735px) {
    .cart .cart-item-info.unit-block {
      width: 28%; } }
  @media only screen and (max-width: 666px) {
    .cart .cart-item-info.unit-block {
      width: calc(100% - 25%); }
      .cart .cart-item-info.unit-block .cart-item-label {
        line-height: 52px; }
      .cart .cart-item-info.unit-block .form-increment .form-input {
        line-height: 52px; } }
  @media only screen and (max-width: 374px) {
    .cart .cart-item-info.unit-block {
      width: 100%;
      padding: 0; }
      .cart .cart-item-info.unit-block .form-increment {
        padding: 0; } }
  @media screen and (max-width: 1023px) {
    .cart .cart-item-info.unit-block .select2-dropdown {
      margin-left: 15px;
      width: 116px !important; } }
  @media only screen and (max-width: 374px) {
    .cart .cart-item-info.unit-block .select2-dropdown {
      margin-left: 0;
      width: 130px !important; } }
  .cart .cart-item-info.total {
    text-align: right; }
    @media screen and (max-width: 1023px) {
      .cart .cart-item-info.total {
        text-align: left; } }
    .cart .cart-item-info.total .cart-item-value {
      font-weight: bold; }

@media only screen and (max-width: 1023px) {
  .cart-totals {
    width: 60%; } }

@media only screen and (max-width: 801px) {
  .cart-totals {
    padding-top: 20px; } }

@media only screen and (max-width: 767px) {
  .cart-totals {
    width: 100%; } }

.cart-totals .cart-total .cart-total-label {
  color: black;
  padding: 20px 0; }
  @media screen and (min-width: 1260px) {
    .cart-totals .cart-total .cart-total-label {
      padding: 1.38889vw 0; } }
  @media only screen and (max-width: 1023px) {
    .cart-totals .cart-total .cart-total-label {
      text-align: left;
      padding: 15px 0; } }
  @media only screen and (max-width: 567px) {
    .cart-totals .cart-total .cart-total-label {
      width: 50%; } }

.cart-totals .cart-total .cart-total-value {
  padding: 20px 0; }
  @media screen and (min-width: 1260px) {
    .cart-totals .cart-total .cart-total-value {
      padding: 1.38889vw 0; } }
  @media only screen and (max-width: 1023px) {
    .cart-totals .cart-total .cart-total-value {
      text-align: right;
      width: 50%;
      padding: 15px 0; } }

.cart-totals .cart-total .cart-total-value,
.cart-totals .cart-total .shipping-estimate-show {
  color: #a28973;
  text-transform: uppercase;
  text-underline-position: under; }
  .cart-totals .cart-total .cart-total-value span,
  .cart-totals .cart-total .shipping-estimate-show span {
    font-style: normal; }
  .cart-totals .cart-total .cart-total-value:hover,
  .cart-totals .cart-total .shipping-estimate-show:hover {
    color: black; }
  @media screen and (max-width: 666px) {
    .cart-totals .cart-total .cart-total-value .shipping-estimate-show__btn-name,
    .cart-totals .cart-total .shipping-estimate-show .shipping-estimate-show__btn-name {
      font-size: 12px; } }

@media only screen and (max-width: 567px) {
  .cart-totals .cart-total .coupon-form .form-input,
  .cart-totals .cart-total .cart-gift-certificate-form .form-input {
    width: 100%; }
  .cart-totals .cart-total .coupon-form .button,
  .cart-totals .cart-total .cart-gift-certificate-form .button {
    width: 100%;
    margin: 15px 0 0 0; } }
  @media only screen and (max-width: 567px) and (min-width: 1260px) {
    .cart-totals .cart-total .coupon-form .button,
    .cart-totals .cart-total .cart-gift-certificate-form .button {
      margin: 1.04167vw 0 0 0; } }

.cart-totals .cart-total .coupon-form .button,
.cart-totals .cart-total .cart-gift-certificate-form .button {
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 0;
  border-left: 0; }

.cart-totals .cart-total .coupon-code {
  width: 100%;
  display: inline-block;
  margin-bottom: 25px; }
  @media screen and (min-width: 1260px) {
    .cart-totals .cart-total .coupon-code {
      margin-bottom: 1.73611vw; } }
  .cart-totals .cart-total .coupon-code .coupon-form {
    display: flex;
    margin: 0; }
    .cart-totals .cart-total .coupon-code .coupon-form #couponcode {
      width: calc(100% - 127px); }
      @media screen and (min-width: 1260px) {
        .cart-totals .cart-total .coupon-code .coupon-form #couponcode {
          width: calc(100% - 8.81944vw); } }
    .cart-totals .cart-total .coupon-code .coupon-form .form-label {
      display: none; }
    @media screen and (max-width: 666px) {
      .cart-totals .cart-total .coupon-code .coupon-form .button {
        margin: 0;
        width: 150px;
        margin-left: 0; } }

.cart-totals .cart-total .coupon-code-cancel,
.cart-totals .cart-total .coupon-code-add,
.cart-totals .cart-total .gift-certificate-add,
.cart-totals .cart-total .gift-certificate-cancel {
  color: #a28973;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-position: under; }
  .cart-totals .cart-total .coupon-code-cancel:hover,
  .cart-totals .cart-total .coupon-code-add:hover,
  .cart-totals .cart-total .gift-certificate-add:hover,
  .cart-totals .cart-total .gift-certificate-cancel:hover {
    color: black; }

.cart-totals .cart-total + .cart-total {
  border-color: black;
  border-top: 1px solid black; }

.cart-totals .form-select {
  padding: 12px 30px 12px 20px;
  line-height: 18px;
  font-size: 14px;
  background: url(../img/select-arrow.png) no-repeat;
  background-size: 10px 6px;
  background-repeat: no-repeat;
  background-position: right 20px center; }
  @media screen and (min-width: 1260px) {
    .cart-totals .form-select {
      padding: 0.83333vw 2.08333vw 0.83333vw 1.38889vw;
      font-size: 0.97222vw;
      line-height: 1.25vw;
      background-size: 0.69444vw 0.41667vw;
      background-position: right 1.38889vw center; } }
  @media only screen and (max-width: 1023px) {
    .cart-totals .form-select {
      padding: 11px 11px;
      background-position: right 15px center; } }

.cart-totals .form-input {
  height: auto;
  line-height: 18px;
  padding: 15px 25px;
  font-size: 12px; }
  @media screen and (min-width: 1260px) {
    .cart-totals .form-input {
      padding: 1.04167vw 1.73611vw;
      font-size: 0.83333vw;
      line-height: 1.25vw; } }

.cart-totals .cart-total-grandTotal {
  font-size: 22px;
  top: 0; }
  @media screen and (min-width: 1260px) {
    .cart-totals .cart-total-grandTotal {
      font-size: 1.52778vw; } }
  .cart-totals .cart-total-grandTotal span {
    font-weight: bold;
    color: black; }

.shipping-estimator {
  display: inline-block;
  width: 100%; }
  @media only screen and (max-width: 567px) {
    .shipping-estimator .estimator-form-label {
      line-height: normal;
      width: 100%;
      float: none;
      text-align: left; } }
  .shipping-estimator .estimator-form-label .form-label {
    line-height: 52px;
    margin: 0; }
    @media screen and (min-width: 1260px) {
      .shipping-estimator .estimator-form-label .form-label {
        line-height: 3.61111vw; } }
    @media only screen and (max-width: 567px) {
      .shipping-estimator .estimator-form-label .form-label {
        line-height: normal;
        margin-bottom: 5px; } }
  @media only screen and (max-width: 767px) {
    .shipping-estimator .estimator-form-input {
      width: 70%; } }
  @media only screen and (max-width: 767px) and (max-width: 567px) {
    .shipping-estimator .estimator-form-input {
      width: 100%;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .shipping-estimator .button {
      width: 70%; } }
  @media only screen and (max-width: 767px) and (max-width: 567px) {
    .shipping-estimator .button {
      width: 100%; } }

.estimator-form {
  display: inline-block;
  width: 100%; }
  .estimator-form .button--primary {
    text-align: center;
    float: right;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 30px; }
    @media screen and (min-width: 1260px) {
      .estimator-form .button--primary {
        margin-bottom: 2.08333vw; } }

.cart-actions .checkout-btn {
  margin-bottom: 20px;
  min-width: 250px;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media screen and (min-width: 1260px) {
    .cart-actions .checkout-btn {
      margin-bottom: 1.38889vw;
      min-width: 17.36111vw; } }
  @media only screen and (max-width: 567px) {
    .cart-actions .checkout-btn {
      width: 100%;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

.cart-actions #qn-cart-to-quote {
  min-width: 250px;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-justify-content: center;
  justify-content: center; }
  @media screen and (min-width: 1260px) {
    .cart-actions #qn-cart-to-quote {
      min-width: 17.36111vw;
      margin-bottom: 1.38889vw; } }
  @media only screen and (max-width: 567px) {
    .cart-actions #qn-cart-to-quote {
      width: 100%;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }

.cart-actions .button {
  min-width: 300px; }
  @media screen and (min-width: 1260px) {
    .cart-actions .button {
      min-width: 20.83333vw; } }
  @media screen and (max-width: 666px) {
    .cart-actions .button {
      width: 100%;
      min-width: 100%; } }

.type-cart .cart-actions .button {
  padding-left: 50px;
  padding-right: 50px; }
  @media screen and (min-width: 1260px) {
    .type-cart .cart-actions .button {
      padding-left: 3.47222vw;
      padding-right: 3.47222vw; } }

.swal2-actions .swal2-confirm {
  background: black;
  color: white; }
  .swal2-actions .swal2-confirm:focus {
    background: black;
    color: white; }
    .swal2-actions .swal2-confirm:focus:hover {
      background: black;
      color: white;
      box-shadow: none; }
  .swal2-actions .swal2-confirm:before {
    display: none; }
  .swal2-actions .swal2-confirm:hover {
    background: black;
    box-shadow: none; }

.swal2-actions .swal2-cancel {
  background: black;
  color: white;
  box-shadow: none; }
  .swal2-actions .swal2-cancel:before {
    display: none; }
  .swal2-actions .swal2-cancel:hover {
    background: black;
    color: white; }

.modal-header {
  padding: 14px 40px;
  z-index: 1; }
  @media screen and (min-width: 1260px) {
    .modal-header {
      padding: 0.97222vw 2.77778vw; } }

.modal {
  border-radius: 0; }
  @media screen and (min-width: 1280px) {
    .modal {
      width: 62.5vw; } }
  @media screen and (min-width: 1280px) {
    .modal--large {
      width: 88.88889vw; } }
  .modal .select2-container .select2-selection--single {
    border: 1px solid black;
    line-height: 20px; }
    @media screen and (min-width: 1260px) {
      .modal .select2-container .select2-selection--single {
        line-height: 1.38889vw; } }
  .modal .select2-container .select2-results {
    overflow: auto; }

.modal-close .aria-description--hidden {
  display: none; }

.modal-close:before, .modal-close:after {
  display: none !important; }

.shipping-quotes {
  margin-bottom: 20px; }
  @media screen and (min-width: 1280px) {
    .shipping-quotes {
      margin-bottom: 1.38889vw; } }

.estimator-form-label-text,
.estimator-form-label {
  outline: none !important; }

.empty-cart {
  border-top: 1px solid black;
  min-height: 200px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 0; }
  @media screen and (min-width: 1280px) {
    .empty-cart {
      min-height: 13.88889vw; } }
  @media only screen and (max-width: 567px) {
    .empty-cart {
      min-height: 100px; } }

.modal-header-title {
  line-height: 30px;
  font-size: 25px;
  text-transform: uppercase; }
  @media screen and (min-width: 1260px) {
    .modal-header-title {
      line-height: 2.08333vw;
      font-size: 1.73611vw; } }
  @media screen and (max-width: 1023px) {
    .modal-header-title {
      font-size: 20px;
      line-height: 24px; } }
  @media only screen and (max-width: 567px) {
    .modal-header-title {
      font-size: 16px;
      line-height: 24px; } }

.modal-close {
  font-size: 40px;
  color: black;
  width: 16px;
  height: 16px;
  line-height: 0;
  top: 21px;
  right: 15px; }
  @media screen and (min-width: 1260px) {
    .modal-close {
      font-size: 2.77778vw;
      width: 1.11111vw;
      height: 1.11111vw;
      top: 1.45833vw;
      right: 1.04167vw; } }
  .modal-close svg {
    fill: none;
    stroke: black;
    width: 100%;
    height: 100%; }

.swal2-popup .swal2-actions .swal2-confirm.swal2-styled {
  background: black;
  color: white;
  border-color: black; }
  .swal2-popup .swal2-actions .swal2-confirm.swal2-styled:focus {
    background: black;
    color: white;
    border-color: black; }
    .swal2-popup .swal2-actions .swal2-confirm.swal2-styled:focus:hover {
      color: white; }
  .swal2-popup .swal2-actions .swal2-confirm.swal2-styled:hover {
    color: white; }

.swal2-popup .swal2-actions .swal2-cancel.swal2-styled {
  border-color: black;
  color: black; }
  .swal2-popup .swal2-actions .swal2-cancel.swal2-styled:hover {
    background: black;
    color: white;
    border-color: black; }

#CartEditProductFieldsForm {
  padding-top: 0; }
  #CartEditProductFieldsForm .form-actions {
    padding-top: 30px; }
    @media screen and (min-width: 1260px) {
      #CartEditProductFieldsForm .form-actions {
        padding-top: 2.08333vw; } }
    #CartEditProductFieldsForm .form-actions .button {
      margin: 0 auto; }
  #CartEditProductFieldsForm .select2-results {
    max-height: 100px; }
    @media screen and (min-width: 1260px) {
      #CartEditProductFieldsForm .select2-results {
        max-height: 6.94444vw; } }

.modal-body #CartEditProductFieldsForm .form-field .form-radio + .form-label::after,
.modal-body #CartEditProductFieldsForm .form-field .form-checkbox + .form-label::after {
  left: 3px; }
  @media screen and (min-width: 1260px) {
    .modal-body #CartEditProductFieldsForm .form-field .form-radio + .form-label::after,
    .modal-body #CartEditProductFieldsForm .form-field .form-checkbox + .form-label::after {
      left: 0.24306vw; } }

.type-cart .page .page-content .empty {
  margin-top: 0; }

.type-cart .page .page-content .select2-container .select2-selection--single .select2-selection__rendered {
  text-align: left;
  font-weight: normal; }

.type-cart .page .page-content .estimator-form-input .form-input::-webkit-input-placeholder {
  opacity: 1; }

.type-cart .page .page-content .estimator-form-input .form-input::-moz-placeholder {
  opacity: 1; }

.type-cart .page .page-content .estimator-form-input .form-input:-ms-input-placeholder {
  opacity: 1; }

.type-cart .page .page-content .estimator-form-input .form-input:-moz-placeholder {
  opacity: 1; }

.type-cart .page .page-content .estimator-form-input .form-input::placeholder {
  opacity: 1; }

.g-recaptcha > div {
  margin: 0 0; }

#contact-us-page p {
  text-align: center; }

#contact-us-page .form-actions .button {
  margin: 0 auto; }

.cart-additionalCheckoutButtons .braintree-paypal-button {
  margin-top: 0;
  width: 250px;
  max-width: 250px; }
  @media screen and (min-width: 1260px) {
    .cart-additionalCheckoutButtons .braintree-paypal-button {
      width: 17.36111vw;
      max-width: 17.36111vw; } }
  .cart-additionalCheckoutButtons .braintree-paypal-button .paypal-buttons {
    margin-bottom: 20px; }
    @media screen and (min-width: 1260px) {
      .cart-additionalCheckoutButtons .braintree-paypal-button .paypal-buttons {
        margin-bottom: 1.38889vw; } }

.template-cart .page-content {
  padding: 80px 0;
  margin: 0; }
  @media screen and (min-width: 1260px) {
    .template-cart .page-content {
      padding: 5.55556vw 0; } }
  @media screen and (max-width: 1259px) {
    .template-cart .page-content {
      padding: 60px 0; } }
  @media (max-width: 801px) {
    .template-cart .page-content {
      padding-top: 0;
      padding-bottom: 60px; } }
  @media screen and (max-width: 666px) {
    .template-cart .page-content {
      padding-bottom: 40px; } }

.template-cart .empty-cart-label {
  margin: 15px 0;
  text-align: center; }
  @media screen and (min-width: 1260px) {
    .template-cart .empty-cart-label {
      margin: 1.04167vw 0; } }
  @media (max-width: 801px) {
    .template-cart .empty-cart-label {
      padding-top: 60px; } }
  @media (max-width: 801px) {
    .template-cart .empty-cart-label {
      padding-top: 40px; } }

.previewCart-emptyBody {
  font-size: 14px;
  line-height: 23px; }
  @media screen and (min-width: 1260px) {
    .previewCart-emptyBody {
      font-size: 0.97222vw;
      line-height: 1.59722vw; } }

.shipping-quotes {
  margin: 0; }

.cart-total .form-inlineMessage {
  width: 100%;
  display: inline-block; }

.shipping-quotes {
  margin-bottom: 30px; }
  @media screen and (min-width: 1260px) {
    .shipping-quotes {
      margin-bottom: 2.08333vw; } }
  .shipping-quotes ul {
    margin: 0; }
  .shipping-quotes .shipping-quote {
    width: 14px;
    height: 14px; }
    @media screen and (min-width: 1260px) {
      .shipping-quotes .shipping-quote {
        width: 0.97222vw;
        height: 0.97222vw; } }
  .shipping-quotes .estimator-form-label {
    display: flex; }
  .shipping-quotes input:focus + label {
    outline: none !important; }
  .shipping-quotes .estimator-form-input--price {
    line-height: 1;
    display: inline-flex;
    width: auto; }
  .shipping-quotes .select-shipping-quote {
    margin-left: auto; }
  .shipping-quotes .estimator-form-row > dl {
    display: flex;
    justify-content: space-between; }

@media (max-width: 801px) {
  .cart-list {
    border-top: 0; } }

.estimator-form-input .select2-container--open .select2-dropdown--below {
  margin-top: -1px; }

.estimator-form-input .form-input {
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (min-width: 1260px) {
    .estimator-form-input .form-input {
      font-size: 0.97222vw;
      padding-left: 1.38889vw;
      padding-right: 1.38889vw; } }

.or-use-label {
  display: none; }

.previewCart .previewCart-additionalCheckoutButtons {
  display: block;
  padding: 0 15px; }
  @media screen and (min-width: 1260px) {
    .previewCart .previewCart-additionalCheckoutButtons {
      padding: 0 1.04167vw; } }
  .previewCart .previewCart-additionalCheckoutButtons .PaypalCommerceButton {
    padding: 0;
    margin: 0;
    width: 100%;
    padding-bottom: 15px; }
    @media screen and (min-width: 1260px) {
      .previewCart .previewCart-additionalCheckoutButtons .PaypalCommerceButton {
        padding-bottom: 1.04167vw; } }

.cart-additionalCheckoutButtons .PaypalCommerceContainer {
  width: 300px;
  float: right; }
  @media screen and (min-width: 1260px) {
    .cart-additionalCheckoutButtons .PaypalCommerceContainer {
      width: 20.83333vw; } }
  @media screen and (max-width: 666px) {
    .cart-additionalCheckoutButtons .PaypalCommerceContainer {
      width: 100%; } }
  .cart-additionalCheckoutButtons .PaypalCommerceContainer .PaypalCommerceButton {
    max-width: 100%;
    width: 100%; }

.sale-flag-side {
  border-radius: 0;
  border: 1px solid black;
  padding: 7.5px 13px;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  height: auto;
  transition: none;
  background: #E6DACD; }
  @media screen and (min-width: 1260px) {
    .sale-flag-side {
      font-size: 0.76389vw;
      line-height: 0.90278vw;
      letter-spacing: 0.12222vw;
      padding: 0.52083vw 0.90278vw; } }

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

.card {
  margin: 0;
  padding: 0;
  position: relative; }
  .card .card-figure {
    padding: 0px; }
    .card .card-figure .card-figure__link {
      padding: 27px; }
      @media screen and (min-width: 1260px) {
        .card .card-figure .card-figure__link {
          padding: 1.875vw; } }
    .card .card-figure:hover .card-figcaption {
      bottom: 0;
      opacity: 1; }
  .card .card-title {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 7px; }
    @media screen and (min-width: 1260px) {
      .card .card-title {
        font-size: 0.97222vw;
        line-height: 1.45833vw;
        margin-bottom: 0.48611vw; } }
    @media screen and (max-width: 666px) {
      .card .card-title {
        text-align: left; } }
  .card .card-body {
    padding: 13px 0 0 0;
    text-align: left; }
    @media screen and (min-width: 1260px) {
      .card .card-body {
        padding: 0.90278vw 0 0 0; } }
    .card .card-body.without-compare {
      padding: 40px 0 0 0; }
      @media screen and (min-width: 1260px) {
        .card .card-body.without-compare {
          padding: 2.77778vw 0 0 0; } }
      @media screen and (max-width: 767px) {
        .card .card-body.without-compare {
          padding: 20px 0 0 0; } }
  .card .card-text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    display: flex; }
    @media screen and (min-width: 1260px) {
      .card .card-text {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
    .card .card-text .with-sale .price--withoutTax {
      margin-left: 10px;
      color: #a28973; }
      @media screen and (min-width: 1260px) {
        .card .card-text .with-sale .price--withoutTax {
          margin-left: 0.69444vw; } }
  .card .card-figcaption {
    bottom: -150px;
    top: auto;
    transition: all 0.3s ease-in-out; }
  .card .card-figcaption-body {
    width: 100%;
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0px;
    transform: none;
    transform-style: unset; }
    .card .card-figcaption-body .button {
      margin: 0;
      width: 100%;
      background-color: black;
      border: 1px solid black; }
      .card .card-figcaption-body .button:active, .card .card-figcaption-body .button:hover, .card .card-figcaption-body .button:focus, .card .card-figcaption-body .button.is-active, .card .card-figcaption-body .button.active {
        background-color: white;
        color: black; }
      .card .card-figcaption-body .button + .button {
        margin-top: 7px; }
        @media screen and (min-width: 1260px) {
          .card .card-figcaption-body .button + .button {
            margin-top: 0.48611vw; } }
  .card .card-figcaption-compare {
    position: relative;
    padding-left: 22px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px; }
    @media screen and (min-width: 1260px) {
      .card .card-figcaption-compare {
        padding-left: 1.52778vw;
        font-size: 0.83333vw;
        line-height: 1.25vw; } }
    .card .card-figcaption-compare + .card-title {
      margin-top: 10px;
      width: 100%;
      display: inline-block; }
      @media screen and (min-width: 1260px) {
        .card .card-figcaption-compare + .card-title {
          margin-top: 0.69444vw; } }
    .card .card-figcaption-compare .checkbox {
      width: 14px;
      height: 14px;
      background-color: #F0F0F0;
      position: absolute;
      left: 0;
      top: 1px;
      z-index: -1; }
      @media screen and (min-width: 1260px) {
        .card .card-figcaption-compare .checkbox {
          width: 0.97222vw;
          height: 0.97222vw;
          top: 0.06944vw; } }
    .card .card-figcaption-compare input {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 1px;
      opacity: 0;
      cursor: pointer; }
      @media screen and (min-width: 1260px) {
        .card .card-figcaption-compare input {
          top: 0.06944vw; } }
      .card .card-figcaption-compare input:checked + .checkbox {
        background-color: black; }
        .card .card-figcaption-compare input:checked + .checkbox::before {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          background-image: url("data:image/svg+xml,%3Csvg width='8' height='7' viewBox='0 0 8 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3L3 5L7 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-size: 9px auto;
          background-position: center;
          left: 0;
          top: 0; }
          @media screen and (min-width: 1260px) {
            .card .card-figcaption-compare input:checked + .checkbox::before {
              background-size: 0.625vw auto; } }

.card-image {
  height: 100%; }

.card-img-container {
  position: relative;
  margin: 0 auto;
  max-width: 440px; }
  @media screen and (min-width: 1260px) {
    .card-img-container {
      max-width: 30.55556vw; } }

.wishlistbtn {
  position: absolute;
  top: 6px;
  right: 0; }
  @media screen and (min-width: 1260px) {
    .wishlistbtn {
      top: 0.41667vw; } }
  .wishlistbtn svg {
    width: 20px;
    height: 16px;
    fill: white;
    stroke: black; }
    @media screen and (min-width: 1260px) {
      .wishlistbtn svg {
        width: 1.38889vw;
        height: 1.11111vw; } }
  .wishlistbtn:hover svg {
    fill: #FFCCCC; }

.price-section {
  margin-right: 10px; }

.productGrid {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 0; }
  @media screen and (min-width: 1260px) {
    .productGrid {
      margin-left: -2.08333vw;
      margin-right: -2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .productGrid {
      margin-left: -30px;
      margin-right: -30px; } }
  .productGrid .product {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 60px; }
    @media screen and (min-width: 1260px) {
      .productGrid .product {
        margin-bottom: 4.16667vw;
        padding-left: 2.08333vw;
        padding-right: 2.08333vw; } }
    @media screen and (max-width: 1023px) {
      .productGrid .product {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 666px) {
      .productGrid .product {
        margin-bottom: 15px; } }

.category-header {
  position: relative;
  background-color: #faf3ed; }
  .category-header .breadcrumbs-wrapper {
    justify-content: center; }
    .category-header .breadcrumbs-wrapper ol.breadcrumbs {
      display: flex; }
  .category-header.bg-overlay {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .category-header.bg-overlay::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(23, 11, 0, 0.5); }
    .category-header.bg-overlay .breadcrumbs-wrapper ol.breadcrumbs .breadcrumb:not(:first-child)::before {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8' viewBox='0 0 6 8' fill='none'%3E%3Cpath d='M1 0.5L4.5 4L1 7.5' stroke='white' stroke-opacity='0.5'/%3E%3C/svg%3E"); }
    .category-header.bg-overlay .breadcrumbs-wrapper ol.breadcrumbs .breadcrumb .breadcrumb-label:not(:hover) {
      color: white; }
  .category-header .content {
    position: relative;
    text-align: center;
    border-bottom: 1px solid black;
    z-index: 1;
    padding-bottom: 70px; }
    @media screen and (min-width: 1260px) {
      .category-header .content {
        padding-bottom: 4.86111vw; } }
    @media screen and (max-width: 666px) {
      .category-header .content {
        padding-bottom: 40px; } }
  .category-header .page-heading {
    text-transform: uppercase;
    color: white;
    margin-top: 20px;
    margin-bottom: 6px; }
    @media screen and (min-width: 1260px) {
      .category-header .page-heading {
        margin-top: 1.38889vw;
        margin-bottom: 0.41667vw; } }
    @media screen and (max-width: 666px) {
      .category-header .page-heading {
        margin-top: 10px; } }
  .category-header .total-result {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: white; }
    @media screen and (min-width: 1260px) {
      .category-header .total-result {
        font-size: 0.97222vw;
        line-height: 1.52778vw; } }
  .category-header .description {
    margin-top: 15px;
    color: white;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 1260px) {
      .category-header .description {
        margin-top: 1.04167vw; } }
    @media screen and (max-width: 666px) {
      .category-header .description {
        max-width: 100%; } }
    .category-header .description p {
      font-size: 16px;
      line-height: 26px; }
      @media screen and (min-width: 1260px) {
        .category-header .description p {
          font-size: 1.11111vw;
          line-height: 1.80556vw; } }
  .category-header:not(.bg-overlay) .page-heading,
  .category-header:not(.bg-overlay) .total-result,
  .category-header:not(.bg-overlay) .description p {
    color: black; }

.template-search .page-content,
.template-category .page-content,
.template-brand .page-content {
  padding: 0; }

.cat-content-header {
  border-bottom: 1px solid black; }
  .cat-content-header .compare {
    border-right: 1px solid black; }
    @media screen and (max-width: 666px) {
      .cat-content-header .compare {
        border-right: 0; } }
    .cat-content-header .compare .navUser-item {
      display: block; }
    .cat-content-header .compare .navUser-item--compare {
      display: flex;
      align-items: center;
      font-size: 14px;
      line-height: 22px;
      font-weight: 500;
      color: black;
      padding: 19px 30px;
      text-transform: capitalize; }
      @media screen and (min-width: 1260px) {
        .cat-content-header .compare .navUser-item--compare {
          font-size: 0.97222vw;
          line-height: 1.52778vw;
          padding: 1.31944vw 2.08333vw; } }
      @media screen and (max-width: 666px) {
        .cat-content-header .compare .navUser-item--compare {
          padding: 19px 15px; } }
      .cat-content-header .compare .navUser-item--compare .countPill {
        margin-left: 10px;
        background-color: black;
        width: 22px;
        height: 22px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        line-height: 22px;
        font-weight: 500; }
        @media screen and (min-width: 1260px) {
          .cat-content-header .compare .navUser-item--compare .countPill {
            margin-left: 0.69444vw;
            width: 1.52778vw;
            height: 1.52778vw;
            font-size: 0.69444vw;
            line-height: 1.52778vw; } }
        .cat-content-header .compare .navUser-item--compare .countPill:empty {
          display: none; }
  .cat-content-header .actionBar {
    margin: 0; }
  .cat-content-header .actionBar-section .form-field {
    margin: 0;
    border: 0; }
  .cat-content-header .actionBar-section > .form-field {
    display: flex;
    align-items: center;
    position: relative; }
  .cat-content-header .actionBar-section .form-label {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 0 30px;
    min-width: 86px;
    pointer-events: none; }
    @media screen and (min-width: 1260px) {
      .cat-content-header .actionBar-section .form-label {
        font-size: 0.97222vw;
        line-height: 1.52778vw;
        padding: 0 0 0 2.08333vw;
        min-width: 5.97222vw; } }
    @media screen and (max-width: 666px) {
      .cat-content-header .actionBar-section .form-label {
        padding: 0 0 0 15px;
        min-width: 71px; } }
  .cat-content-header .sort-by {
    border-left: 1px solid black; }
    @media screen and (max-width: 666px) {
      .cat-content-header .sort-by {
        width: calc(100% - 128px);
        max-width: 272px; } }
    .cat-content-header .sort-by .select2-container {
      max-width: 200px; }
      @media screen and (min-width: 1260px) {
        .cat-content-header .sort-by .select2-container {
          max-width: 13.88889vw; } }
      .cat-content-header .sort-by .select2-container .select2-dropdown.select2-dropdown--above {
        margin-top: -1px; }
      .cat-content-header .sort-by .select2-container .select2-dropdown.select2-dropdown--below {
        margin-top: 1px; }
  .cat-content-header .select2-container .select2-selection--single {
    padding: 19px 40px 19px 10px;
    border: 0; }
    @media screen and (min-width: 1260px) {
      .cat-content-header .select2-container .select2-selection--single {
        padding: 1.31944vw 2.77778vw 1.31944vw 0.69444vw; } }
    @media screen and (max-width: 666px) {
      .cat-content-header .select2-container .select2-selection--single {
        padding: 19px 30px 19px 10px;
        min-width: 100%; } }
    .cat-content-header .select2-container .select2-selection--single .select2-selection__arrow b {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black'/%3E%3C/svg%3E"); }
  .cat-content-header .select2-container .select2-results > .select2-results__options {
    max-height: 100%; }
  @media screen and (max-width: 666px) {
    .cat-content-header .select2-container .select2-selection__rendered {
      max-width: 33.333vw; } }

.page-sidebar {
  background-color: #faf3ed;
  border-right: 1px solid black;
  padding: 0;
  min-width: 378px; }
  @media screen and (min-width: 1260px) {
    .page-sidebar {
      min-width: 26.25vw; } }
  @media screen and (max-width: 1259px) {
    .page-sidebar {
      min-width: 325px; } }
  @media screen and (max-width: 1023px) {
    .page-sidebar {
      width: 100%;
      min-width: 100%;
      border-right: 0; } }
  .page-sidebar + .page-content {
    width: 100%; }
    @media screen and (max-width: 1259px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 50%; } }
    @media screen and (max-width: 1023px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 33.33%; } }
    @media screen and (max-width: 666px) {
      .page-sidebar + .page-content .productGrid .product {
        width: 50%; } }

#product-listing-container {
  padding: 60px;
  padding-bottom: 40px; }
  @media screen and (min-width: 1260px) {
    #product-listing-container {
      padding: 4.16667vw;
      padding-bottom: 2.77778vw; } }
  @media screen and (max-width: 1023px) {
    #product-listing-container {
      padding: 30px 30px 40px 30px; } }
  #product-listing-container .pagination {
    margin-bottom: 0; }
    @media screen and (max-width: 666px) {
      #product-listing-container .pagination {
        margin-left: -20px;
        margin-right: -20px; } }

.sidebarBlock {
  border-bottom: 1px solid black;
  padding: 30px; }
  @media screen and (min-width: 1260px) {
    .sidebarBlock {
      padding: 2.08333vw; } }
  @media screen and (max-width: 666px) {
    .sidebarBlock {
      padding: 30px 15px; } }
  .sidebarBlock + .sidebarBlock {
    margin: 0;
    padding: 0;
    border-top: 0; }
  .sidebarBlock .facetLabel {
    font-size: 12px;
    line-height: 13px;
    font-weight: 500;
    color: white;
    background-color: black;
    border-radius: 0;
    padding: 11px 14px; }
    @media screen and (min-width: 1260px) {
      .sidebarBlock .facetLabel {
        font-size: 0.83333vw;
        line-height: 0.90278vw;
        padding: 0.76389vw 0.97222vw; } }
    .sidebarBlock .facetLabel svg {
      fill: none;
      stroke: white;
      width: 10px;
      height: 9px;
      margin-left: 8px; }
      @media screen and (min-width: 1260px) {
        .sidebarBlock .facetLabel svg {
          width: 0.69444vw;
          height: 0.625vw;
          margin-left: 0.55556vw; } }
    .sidebarBlock .facetLabel:hover {
      background-color: white;
      color: black; }
      .sidebarBlock .facetLabel:hover svg {
        stroke: black; }
  .sidebarBlock .sidebarBlock-heading {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    color: black;
    text-transform: uppercase; }
    @media screen and (min-width: 1260px) {
      .sidebarBlock .sidebarBlock-heading {
        font-size: 0.97222vw;
        line-height: 1.25vw;
        margin-bottom: 0.69444vw; } }
  .sidebarBlock .inlineList--labels {
    margin: 0; }
    .sidebarBlock .inlineList--labels li {
      margin: 0 10px 10px 0; }
      @media screen and (min-width: 1260px) {
        .sidebarBlock .inlineList--labels li {
          margin: 0 0.69444vw 0.69444vw 0; } }
  .sidebarBlock.facetedSearch-refineFilters {
    display: block;
    padding-bottom: 20px; }
    @media screen and (min-width: 1260px) {
      .sidebarBlock.facetedSearch-refineFilters {
        padding-bottom: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .sidebarBlock.facetedSearch-refineFilters {
        padding-bottom: 5px;
        padding-top: 17px; } }
    .sidebarBlock.facetedSearch-refineFilters .no-filter,
    .sidebarBlock.facetedSearch-refineFilters .sidebarBlock-heading {
      margin-bottom: 10px; }
      @media screen and (min-width: 1260px) {
        .sidebarBlock.facetedSearch-refineFilters .no-filter,
        .sidebarBlock.facetedSearch-refineFilters .sidebarBlock-heading {
          margin-bottom: 0.69444vw; } }
  .sidebarBlock .facetedSearch-navList {
    margin: 0 !important; }
  .sidebarBlock.facetedSearch {
    border: 0; }
  .sidebarBlock.brands .sidebarBlock-heading {
    margin-bottom: 0; }
    .sidebarBlock.brands .sidebarBlock-heading.hasChildMenu {
      cursor: pointer;
      position: relative; }
      .sidebarBlock.brands .sidebarBlock-heading.hasChildMenu::after {
        content: "";
        width: 10px;
        height: 1.5px;
        background-color: black;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        display: flex; }
        @media screen and (min-width: 1260px) {
          .sidebarBlock.brands .sidebarBlock-heading.hasChildMenu::after {
            width: 0.69444vw;
            height: 0.10417vw; } }
      .sidebarBlock.brands .sidebarBlock-heading.hasChildMenu::before {
        content: "";
        width: 1.5px;
        height: 10px;
        background-color: black;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 4.1px;
        transition: all 0.3s ease-in-out;
        display: flex; }
        @media screen and (min-width: 1260px) {
          .sidebarBlock.brands .sidebarBlock-heading.hasChildMenu::before {
            height: 0.69444vw;
            width: 0.10417vw;
            right: 0.28472vw; } }
      .sidebarBlock.brands .sidebarBlock-heading.hasChildMenu:hover::before, .sidebarBlock.brands .sidebarBlock-heading.hasChildMenu:hover::after {
        background-color: #604f40; }
      .sidebarBlock.brands .sidebarBlock-heading.hasChildMenu a {
        display: inline-flex; }
      .sidebarBlock.brands .sidebarBlock-heading.hasChildMenu.active::before {
        transform: translateY(-50%) rotate(90deg); }
  .sidebarBlock.brands .navList {
    margin-bottom: 0;
    margin-top: 20px; }
    @media screen and (min-width: 1260px) {
      .sidebarBlock.brands .navList {
        margin-top: 1.38889vw; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-navList .accordion--navList {
    margin: 0;
    border: 0; } }

.facetedSearch-navList .accordion--navList .accordion-indicator {
  fill: none;
  stroke: black;
  width: 10px;
  height: 7px; }
  @media screen and (min-width: 1260px) {
    .facetedSearch-navList .accordion--navList .accordion-indicator {
      width: 0.69444vw;
      height: 0.48611vw; } }

.facetedSearch-navList .accordion-navigation {
  margin: 0;
  padding: 17px 30px;
  border-radius: 0;
  margin-bottom: 0 !important;
  background-position: right 0 top 50%;
  border: 0; }
  @media screen and (min-width: 1260px) {
    .facetedSearch-navList .accordion-navigation {
      padding: 1.18056vw 2.08333vw; } }
  @media screen and (max-width: 666px) {
    .facetedSearch-navList .accordion-navigation {
      padding: 17px 15px; } }
  .facetedSearch-navList .accordion-navigation[aria-expanded="false"] {
    background-color: #E6DACD; }
  .facetedSearch-navList .accordion-navigation .accordion-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    padding: 0; }
    @media screen and (min-width: 1260px) {
      .facetedSearch-navList .accordion-navigation .accordion-title {
        font-size: 0.97222vw;
        line-height: 1.25vw; } }

.facetedSearch-navList .accordion-block {
  border-bottom: 1px solid black;
  margin: 0; }

.facetedSearch-navList .accordion-content {
  padding: 0 30px 20px 30px; }
  @media screen and (min-width: 1260px) {
    .facetedSearch-navList .accordion-content {
      padding: 0 2.08333vw 1.38889vw 2.08333vw; } }
  @media screen and (max-width: 666px) {
    .facetedSearch-navList .accordion-content {
      padding: 0 15px 17px 15px; } }
  .facetedSearch-navList .accordion-content .navList-action-close {
    display: none; }
  .facetedSearch-navList .accordion-content .navList-action--checkbox::before {
    width: 14px;
    height: 14px;
    border-radius: 0px;
    margin-top: 0;
    transform: translateY(-50%);
    background-color: transparent; }
    @media screen and (min-width: 1260px) {
      .facetedSearch-navList .accordion-content .navList-action--checkbox::before {
        width: 0.97222vw;
        height: 0.97222vw; } }
  .facetedSearch-navList .accordion-content .navList-action--checkbox::after {
    margin-top: 0;
    transform: translateY(-50%);
    background-color: black;
    width: 14px;
    height: 14px;
    left: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='7' viewBox='0 0 8 7' fill='none'%3E%3Cpath d='M1 3L3 5L7 1' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
    background-size: 8px 7px;
    background-position: center; }
    @media screen and (min-width: 1260px) {
      .facetedSearch-navList .accordion-content .navList-action--checkbox::after {
        width: 0.97222vw;
        height: 0.97222vw;
        background-size: 0.55556vw 0.48611vw; } }
  .facetedSearch-navList .accordion-content .navList-action {
    color: black;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 1260px) {
      .facetedSearch-navList .accordion-content .navList-action {
        font-size: 0.97222vw;
        line-height: 1.52778vw; } }
    .facetedSearch-navList .accordion-content .navList-action:hover {
      color: #604f40; }
    .facetedSearch-navList .accordion-content .navList-action.navList-action--checkbox {
      padding: 0 0 0 24px; }
      @media screen and (min-width: 1260px) {
        .facetedSearch-navList .accordion-content .navList-action.navList-action--checkbox {
          padding: 0 0 0 1.66667vw; } }
  .facetedSearch-navList .accordion-content .navList-item:not(:last-child) {
    margin-bottom: 13px; }
    @media screen and (min-width: 1260px) {
      .facetedSearch-navList .accordion-content .navList-item:not(:last-child) {
        margin-bottom: 0.90278vw; } }
  .facetedSearch-navList .accordion-content .form-minMaxRow {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px; }
    @media screen and (min-width: 1260px) {
      .facetedSearch-navList .accordion-content .form-minMaxRow {
        grid-gap: 0.69444vw; } }
    .facetedSearch-navList .accordion-content .form-minMaxRow::after, .facetedSearch-navList .accordion-content .form-minMaxRow::before {
      display: none; }
    .facetedSearch-navList .accordion-content .form-minMaxRow .form-field {
      margin: 0;
      padding: 0;
      width: 100%; }
      .facetedSearch-navList .accordion-content .form-minMaxRow .form-field .form-input {
        padding: 14px 10px;
        height: auto; }
        @media screen and (min-width: 1260px) {
          .facetedSearch-navList .accordion-content .form-minMaxRow .form-field .form-input {
            padding: 0.97222vw 0.69444vw; } }
      .facetedSearch-navList .accordion-content .form-minMaxRow .form-field .button {
        min-width: 100%;
        padding: 14px 10px;
        height: auto;
        font-size: 14px;
        line-height: 16px;
        border-color: black;
        background-color: black;
        color: white; }
        @media screen and (min-width: 1260px) {
          .facetedSearch-navList .accordion-content .form-minMaxRow .form-field .button {
            padding: 0.97222vw 0.69444vw;
            font-size: 0.97222vw;
            line-height: 1.11111vw; } }
        .facetedSearch-navList .accordion-content .form-minMaxRow .form-field .button:hover {
          background-color: white;
          color: black; }
      .facetedSearch-navList .accordion-content .form-minMaxRow .form-field:last-child {
        grid-column: 1 / -1; }

.page-section-header {
  background-color: #faf3ed;
  border-bottom: 1px solid black; }
  .page-section-header .breadcrumbs-wrapper {
    justify-content: center; }
    @media screen and (max-width: 666px) {
      .page-section-header .breadcrumbs-wrapper ol.breadcrumbs {
        padding-bottom: 10px;
        margin-bottom: 15px; } }
  .page-section-header .page-heading {
    text-transform: uppercase;
    margin: 0 0 36px 0;
    word-break: break-word; }
    @media screen and (min-width: 1260px) {
      .page-section-header .page-heading {
        margin: 0 0 2.5vw 0; } }
    @media screen and (max-width: 1023px) {
      .page-section-header .page-heading {
        font-size: 28px;
        max-width: 80%;
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (max-width: 666px) {
      .page-section-header .page-heading {
        margin: 0 0 20px 0;
        font-size: 24px;
        line-height: 34px;
        max-width: 85%;
        margin-left: auto;
        margin-right: auto; } }

.brandGrid {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: -12px;
  margin-right: -12px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 60px;
  margin: 0; }
  @media screen and (min-width: 1260px) {
    .brandGrid {
      margin-left: -0.83333vw;
      margin-right: -0.83333vw; } }
  @media screen and (min-width: 1260px) {
    .brandGrid {
      padding-top: 4.16667vw;
      grid-gap: 4.16667vw;
      padding-bottom: 4.16667vw; } }
  @media screen and (max-width: 1259px) {
    .brandGrid {
      grid-gap: 30px; } }
  @media screen and (max-width: 1023px) {
    .brandGrid {
      grid-template-columns: 1fr 1fr 1fr; } }
  @media screen and (max-width: 666px) {
    .brandGrid {
      grid-template-columns: 1fr 1fr;
      grid-gap: 15px;
      padding: 30px 0; } }
  .brandGrid::after, .brandGrid::before {
    display: none; }
  .brandGrid .brand {
    font-size: 14px;
    line-height: 21px;
    width: 100%;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px; }
    @media screen and (min-width: 1260px) {
      .brandGrid .brand {
        font-size: 0.97222vw;
        line-height: 1.45833vw; } }
    .brandGrid .brand .card {
      border: 1px solid black;
      height: 100%;
      margin-bottom: 0;
      padding: 12px; }
      @media screen and (min-width: 1260px) {
        .brandGrid .brand .card {
          padding: 0.83333vw; } }
      .brandGrid .brand .card .card-title {
        margin-top: 8px; }
        @media screen and (min-width: 1260px) {
          .brandGrid .brand .card .card-title {
            margin-top: 0.55556vw; } }
        .brandGrid .brand .card .card-title > a {
          font-size: 16px; }
          @media screen and (min-width: 1260px) {
            .brandGrid .brand .card .card-title > a {
              font-size: 1.11111vw; } }
          @media screen and (max-width: 666px) {
            .brandGrid .brand .card .card-title > a {
              font-size: 14px;
              line-height: 21px; } }
    .brandGrid .brand .card-figure {
      padding: 0; }
      .brandGrid .brand .card-figure .card-img-container {
        max-width: 100%; }
        .brandGrid .brand .card-figure .card-img-container img {
          margin: 0; }
        .brandGrid .brand .card-figure .card-img-container:after {
          padding-bottom: 72%; }
      .brandGrid .brand .card-figure .card-figure__link {
        padding: 0; }
    .brandGrid .brand .card-body {
      padding-top: 0; }

.template-search .facetedSearch.sidebarBlock {
  padding: 0; }

.template-search .panel-body {
  background: #faf3ed;
  border-bottom: 1px solid black;
  margin: 0;
  padding: 28px 30px; }
  @media screen and (min-width: 1260px) {
    .template-search .panel-body {
      padding: 1.94444vw 2.08333vw; } }
  .template-search .panel-body .search-suggestion a {
    text-decoration: none; }
  @media screen and (max-width: 666px) {
    .template-search .panel-body .search-suggestion .search-refine {
      margin-left: 0;
      margin-top: 5px;
      width: 100%;
      display: block; } }
  .template-search .panel-body .suggestion-title {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: black;
    margin-bottom: 11px; }
    @media screen and (min-width: 1260px) {
      .template-search .panel-body .suggestion-title {
        font-size: 0.97222vw;
        line-height: 1.25vw;
        margin-bottom: 0.76389vw; } }

.template-search #search-results-content {
  padding: 60px 0px; }
  @media screen and (min-width: 1260px) {
    .template-search #search-results-content {
      padding: 4.16667vw 0px; } }
  .template-search #search-results-content:not(.u-hidden) + div .cat-content-header {
    display: none; }
  .template-search #search-results-content ul, .template-search #search-results-content li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .template-search #search-results-content li {
    border-bottom: 1px solid black;
    padding-bottom: 30px; }
    .template-search #search-results-content li:not(:first-child) {
      padding-top: 30px; }
    .template-search #search-results-content li a {
      text-decoration: none; }

.template-search .account-navigation .navBar-action-color--active {
  color: black;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600; }
  @media screen and (min-width: 1260px) {
    .template-search .account-navigation .navBar-action-color--active {
      font-size: 1.11111vw;
      line-height: 1.52778vw; } }

.sidebarBlock.all-category {
  padding-bottom: 12px; }
  @media screen and (min-width: 1260px) {
    .sidebarBlock.all-category {
      padding-bottom: 0.83333vw; } }
  @media screen and (max-width: 1023px) {
    .sidebarBlock.all-category {
      padding: 0; } }
  .sidebarBlock.all-category .sidebarBlock-heading {
    margin-bottom: 20px; }
    .sidebarBlock.all-category .sidebarBlock-heading .icon {
      display: none;
      width: 10px;
      height: 8px;
      top: 50%;
      transform: translateY(-50%);
      right: 30px;
      position: absolute; }
      .sidebarBlock.all-category .sidebarBlock-heading .icon svg {
        fill: none;
        stroke: black; }
    @media screen and (min-width: 1260px) {
      .sidebarBlock.all-category .sidebarBlock-heading {
        margin-bottom: 1.38889vw; } }
    @media screen and (min-width: 1024px) {
      .sidebarBlock.all-category .sidebarBlock-heading {
        pointer-events: none; } }
    @media screen and (max-width: 1023px) {
      .sidebarBlock.all-category .sidebarBlock-heading {
        position: relative;
        margin-bottom: 0;
        padding: 17.5px 30px;
        cursor: pointer; }
        .sidebarBlock.all-category .sidebarBlock-heading .icon {
          display: block; }
        .sidebarBlock.all-category .sidebarBlock-heading.active .icon {
          transform: translateY(-50%) rotate(180deg); } }
    @media screen and (max-width: 666px) {
      .sidebarBlock.all-category .sidebarBlock-heading {
        padding: 17.5px 15px; }
        .sidebarBlock.all-category .sidebarBlock-heading .icon {
          right: 15px; } }
  .sidebarBlock.all-category .navList.children {
    display: none;
    padding-left: 20px; }
    @media screen and (min-width: 1260px) {
      .sidebarBlock.all-category .navList.children {
        padding-left: 1.38889vw; } }
  .sidebarBlock.all-category .navList-action {
    margin: 0;
    padding: 0;
    line-height: 0;
    position: relative;
    margin-bottom: 18px; }
    @media screen and (min-width: 1260px) {
      .sidebarBlock.all-category .navList-action {
        margin-bottom: 1.25vw; } }
    @media screen and (max-width: 1023px) {
      .sidebarBlock.all-category .navList-action {
        margin-bottom: 12px; } }
    .sidebarBlock.all-category .navList-action:not(:first-child) {
      margin-top: 10px; }
      @media screen and (min-width: 1260px) {
        .sidebarBlock.all-category .navList-action:not(:first-child) {
          margin-top: 0.69444vw; } }
    .sidebarBlock.all-category .navList-action a {
      font-weight: 400;
      font-size: 14px;
      line-height: 24px;
      text-decoration: none;
      display: flex; }
      @media screen and (min-width: 1260px) {
        .sidebarBlock.all-category .navList-action a {
          font-size: 0.97222vw;
          line-height: 1.66667vw; } }
    .sidebarBlock.all-category .navList-action.first a {
      font-weight: 600; }
    .sidebarBlock.all-category .navList-action.hasChildMenu {
      cursor: pointer; }
      .sidebarBlock.all-category .navList-action.hasChildMenu::after {
        content: "";
        width: 10px;
        height: 1.5px;
        background-color: black;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        display: flex; }
        @media screen and (min-width: 1260px) {
          .sidebarBlock.all-category .navList-action.hasChildMenu::after {
            width: 0.69444vw;
            height: 0.10417vw; } }
      .sidebarBlock.all-category .navList-action.hasChildMenu::before {
        content: "";
        width: 1.5px;
        height: 10px;
        background-color: black;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 4.1px;
        transition: all 0.3s ease-in-out;
        display: flex; }
        @media screen and (min-width: 1260px) {
          .sidebarBlock.all-category .navList-action.hasChildMenu::before {
            height: 0.69444vw;
            width: 0.10417vw;
            right: 0.28472vw; } }
      .sidebarBlock.all-category .navList-action.hasChildMenu:hover::before, .sidebarBlock.all-category .navList-action.hasChildMenu:hover::after {
        background-color: #604f40; }
      .sidebarBlock.all-category .navList-action.hasChildMenu a {
        display: inline-flex; }
      .sidebarBlock.all-category .navList-action.hasChildMenu.active::before {
        transform: translateY(-50%) rotate(90deg); }
    .sidebarBlock.all-category .navList-action.hasChildMenu {
      margin-bottom: 12px; }
      @media screen and (min-width: 1260px) {
        .sidebarBlock.all-category .navList-action.hasChildMenu {
          margin-bottom: 0.83333vw; } }
      @media screen and (max-width: 1023px) {
        .sidebarBlock.all-category .navList-action.hasChildMenu {
          margin-bottom: 7px; } }
  .sidebarBlock.all-category > .navList {
    margin-bottom: 0; }
    @media screen and (min-width: 1024px) {
      .sidebarBlock.all-category > .navList {
        display: block !important; } }
    @media screen and (max-width: 1023px) {
      .sidebarBlock.all-category > .navList {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
        display: none; } }
    @media screen and (max-width: 666px) {
      .sidebarBlock.all-category > .navList {
        padding-left: 15px;
        padding-right: 15px; } }
  .sidebarBlock.all-category .navList-item .navList.children.first {
    margin-bottom: 0; }
    .sidebarBlock.all-category .navList-item .navList.children.first > .navList-item:last-child .navList.children {
      margin-bottom: 0; }
  .sidebarBlock.all-category .shop-all {
    display: none; }

@media screen and (max-width: 1023px) {
  .template-brand .page-wrapper,
  .template-search .page-wrapper,
  .template-category .page-wrapper {
    flex-wrap: wrap; } }

@media screen and (max-width: 1023px) {
  .facetedSearch-toggle {
    border: 0;
    margin: 0;
    border-bottom: 1px solid black;
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 17px 30px;
    text-transform: uppercase;
    color: black; }
    .facetedSearch-toggle * {
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      color: black; } }

@media screen and (max-width: 666px) {
  .facetedSearch-toggle {
    padding: 17px 15px; } }

.facetedSearch-toggle .icon {
  width: 10px;
  height: 8px; }
  .facetedSearch-toggle .icon svg {
    fill: none;
    stroke: black;
    width: 100%;
    height: 100%; }

.compareTable {
  border-top: 0; }

.compareTable-removeProduct {
  width: 25px;
  height: 25px;
  top: -14px;
  right: 0; }
  @media screen and (min-width: 1260px) {
    .compareTable-removeProduct {
      width: 1.73611vw;
      height: 1.73611vw;
      top: -0.97222vw; } }
  .compareTable-removeProduct svg {
    fill: none;
    width: 100%;
    height: 100%;
    stroke: black;
    margin-top: 0;
    padding: 8px; }
    @media screen and (min-width: 1260px) {
      .compareTable-removeProduct svg {
        padding: 0.55556vw; } }
  .compareTable-removeProduct:hover {
    background-color: black; }
    .compareTable-removeProduct:hover svg {
      stroke: white; }

.compare-product-price-wrapper {
  font-weight: 600; }
  .compare-product-price-wrapper .with-sale .price--withoutTax {
    margin-left: 10px;
    color: #a28973; }
    @media screen and (min-width: 1260px) {
      .compare-product-price-wrapper .with-sale .price--withoutTax {
        margin-left: 0.69444vw; } }

.category-suggestion {
  font-size: 14px;
  line-height: 21px; }
  @media screen and (min-width: 1260px) {
    .category-suggestion {
      font-size: 0.97222vw;
      line-height: 1.45833vw; } }
  @media screen and (max-width: 666px) {
    .category-suggestion {
      width: 100%; } }

.previewCart {
  max-width: 100%; }
  @media screen and (max-width: 1023px) {
    .previewCart {
      display: grid;
      grid-template-columns: 1fr;
      grid-gap: 20px;
      align-items: flex-start; }
      .previewCart::after, .previewCart::before {
        display: none; } }
  @media screen and (max-width: 666px) {
    .previewCart {
      grid-template-columns: 1fr; } }
  .previewCart .productView-image {
    width: 45%;
    padding: 0;
    margin: 0;
    align-items: flex-start;
    min-height: auto; }
    .previewCart .productView-image .productView-image--cart {
      position: static; }
  .previewCart .productView-details {
    width: 55%;
    padding-top: 0px;
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 30px; }
    @media screen and (min-width: 1260px) {
      .previewCart .productView-details {
        padding-left: 2.08333vw;
        padding-right: 2.08333vw; } }
    .previewCart .productView-details .productView-title {
      margin-bottom: 15px; }
      @media screen and (min-width: 1260px) {
        .previewCart .productView-details .productView-title {
          margin-bottom: 1.04167vw; } }
      @media screen and (max-width: 1259px) {
        .previewCart .productView-details .productView-title {
          font-size: 20px;
          line-height: 30px; } }
    .previewCart .productView-details .productView-brand {
      display: none; }
    .previewCart .productView-details .productView-price {
      border-bottom: 1px solid black;
      padding-bottom: 20px; }
      @media screen and (min-width: 1260px) {
        .previewCart .productView-details .productView-price {
          padding-bottom: 1.38889vw; } }
  .previewCart .productView {
    width: calc(100% - 365px);
    padding: 0 10px;
    flex-direction: row; }
    @media screen and (min-width: 1260px) {
      .previewCart .productView {
        width: calc(100% - 25.34722vw);
        padding: 0 0.69444vw; } }
    @media screen and (max-width: 1023px) {
      .previewCart .productView {
        width: 100%;
        order: 1;
        display: none; } }
    @media screen and (max-width: 666px) {
      .previewCart .productView {
        order: 2; } }

.previewCartCheckout {
  width: 365px;
  padding: 20px; }
  @media screen and (min-width: 1260px) {
    .previewCartCheckout {
      padding: 1.38889vw;
      width: 25.34722vw; } }
  @media screen and (max-width: 1023px) {
    .previewCartCheckout {
      width: 100%;
      order: 2; } }
  @media screen and (max-width: 666px) {
    .previewCartCheckout {
      order: 1;
      padding: 20px 10px; } }
  .previewCartCheckout [data-cart-quantity] {
    margin-bottom: 8px; }
    @media screen and (min-width: 1260px) {
      .previewCartCheckout [data-cart-quantity] {
        margin-bottom: 0.55556vw; } }

.previewCartCheckout-subtotal .previewCartCheckout-price {
  margin-top: 8px; }
  @media screen and (min-width: 1260px) {
    .previewCartCheckout-subtotal .previewCartCheckout-price {
      margin-top: 0.55556vw; } }
  @media screen and (max-width: 666px) {
    .previewCartCheckout-subtotal .previewCartCheckout-price {
      margin-top: 10px; } }

.swiper-backface-hidden .swiper-slide {
  padding: 0; }

.swiper.slider-block {
  overflow: visible; }
  .swiper.slider-block .swiper-scrollbar {
    height: 2px;
    background: rgba(0, 0, 0, 0.24);
    border-radius: 0;
    left: 0;
    bottom: 2px;
    width: 100%; }
    @media screen and (min-width: 1260px) {
      .swiper.slider-block .swiper-scrollbar {
        height: 0.13889vw;
        bottom: 0.13889vw; } }
    @media screen and (max-width: 666px) {
      .swiper.slider-block .swiper-scrollbar {
        width: calc(100% - 20px);
        margin-left: 10px;
        margin-right: 10px; } }
    .swiper.slider-block .swiper-scrollbar .swiper-scrollbar-drag {
      cursor: pointer;
      border-radius: 0;
      height: 5px;
      background: black;
      top: -1.5px; }
      @media screen and (max-width: 767px) {
        .swiper.slider-block .swiper-scrollbar .swiper-scrollbar-drag {
          height: 8px;
          top: -3px; } }
      @media screen and (min-width: 1260px) {
        .swiper.slider-block .swiper-scrollbar .swiper-scrollbar-drag {
          height: 0.34722vw;
          top: -0.10417vw; } }
  @media screen and (max-width: 666px) {
    .swiper.slider-block .productGrid .product {
      margin-bottom: 60px; } }

.navBar--sub .navBar-item.navBar-item--separate .navBar-action .toggleLink-text {
  font-size: 16px;
  line-height: 44px; }
  @media screen and (min-width: 1260px) {
    .navBar--sub .navBar-item.navBar-item--separate .navBar-action .toggleLink-text {
      font-size: 1.11111vw;
      line-height: 0.97222vw; } }

.search-price-range label input {
  width: 84px; }
  @media screen and (min-width: 1260px) {
    .search-price-range label input {
      width: 5.83333vw; } }
  @media screen and (max-width: 666px) {
    .search-price-range label input {
      width: 100%; } }

@media screen and (max-width: 666px) {
  .search-price-range label + label {
    margin-top: 10px;
    width: 100%;
    display: inline-block; } }

.form-checkbox + .form-label {
  font-size: 14px;
  padding-left: 30px;
  border-radius: 0; }
  @media screen and (min-width: 1260px) {
    .form-checkbox + .form-label {
      font-size: 0.97222vw;
      padding-left: 2.08333vw; } }
  .form-checkbox + .form-label::before, .form-checkbox + .form-label::after {
    border-radius: 0;
    width: 18px;
    height: 18px;
    border-color: #000000;
    left: 0;
    top: 2px;
    box-shadow: none;
    outline: none; }
    @media screen and (min-width: 1260px) {
      .form-checkbox + .form-label::before, .form-checkbox + .form-label::after {
        width: 1.25vw;
        height: 1.25vw;
        top: 0.13889vw; } }
  .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(255, 255, 255, 1)' /%3E%3C/svg%3E");
    background-size: 16px auto;
    background-color: #000000; }
    @media screen and (min-width: 1260px) {
      .form-checkbox + .form-label:after {
        background-size: 1.11111vw auto; } }

.form-checkbox:focus + .form-label::before, .form-radio:focus + .form-label::before {
  box-shadow: none;
  border-color: #000000;
  outline: none; }

.advancedSearch-form .jstree-default .jstree-node {
  margin: 10px; }
  @media screen and (min-width: 1260px) {
    .advancedSearch-form .jstree-default .jstree-node {
      margin: 0.69444vw; } }

.facetedSearch-toggle-text {
  width: calc(100% - 15px); }

.facetedSearch-toggle-indicator {
  width: 15px; }

[data-prevent-quick-search-close] {
  top: 10% !important;
  left: 10%;
  width: 80%;
  height: 80%;
  max-height: 100%;
  max-width: 100%;
  transform: none; }
  @media screen and (max-width: 767px) {
    [data-prevent-quick-search-close] {
      top: 5% !important;
      left: 5%;
      width: 90%;
      height: 90%; } }

.page-content .banners {
  margin-bottom: 0; }
  .page-content .banners + .cat-content-header {
    border-top: 1px solid black; }
  .page-content .banners p {
    text-align: center; }

.productView {
  padding: 0;
  margin: 0;
  margin-bottom: 80px; }
  @media screen and (min-width: 1260px) {
    .productView {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 1023px) {
    .productView {
      margin-bottom: 60px; } }
  @media screen and (max-width: 666px) {
    .productView {
      margin-bottom: 40px; } }

.productView-images,
.productView-details {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.productView-images {
  margin-bottom: 0px;
  float: none;
  overflow: hidden; }
  @media screen and (max-width: 1023px) {
    .productView-images {
      padding-bottom: 48px; } }
  @media screen and (max-width: 666px) {
    .productView-images {
      padding-bottom: 40px;
      margin-top: 10px; } }

.productView-image {
  max-width: 100%;
  margin: 0 auto;
  flex-wrap: wrap; }
  @media screen and (max-width: 1023px) {
    .productView-image {
      max-width: 100%;
      pointer-events: all; } }
  .productView-image + .productView-thumbnails {
    margin-top: 20px; }
    @media screen and (min-width: 1260px) {
      .productView-image + .productView-thumbnails {
        margin-top: 1.38889vw; } }
  .productView-image .sale-flag-side {
    left: 0;
    top: 0;
    z-index: 100; }
  .productView-image .zoom-section-btn {
    position: absolute;
    background-color: black;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M0 5H10' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M5 10L5 -4.76837e-07' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px auto;
    display: block;
    cursor: pointer;
    z-index: 100; }
    @media screen and (min-width: 1260px) {
      .productView-image .zoom-section-btn {
        width: 2.77778vw;
        height: 2.77778vw;
        background-size: 0.69444vw auto; } }

.productView-img-container {
  max-width: 100%;
  border: 1px solid black;
  overflow: hidden;
  z-index: 99; }
  .productView-img-container:after {
    display: none; }
  .productView-img-container .slick-track {
    display: flex;
    align-items: center; }
    .productView-img-container .slick-track::before, .productView-img-container .slick-track:after {
      display: none; }
    .productView-img-container .slick-track .slick-slide {
      float: none;
      position: relative;
      display: flex;
      align-items: center;
      padding: 40px;
      z-index: 0; }
      @media screen and (min-width: 1260px) {
        .productView-img-container .slick-track .slick-slide {
          padding: 2.77778vw; } }
      @media screen and (max-width: 666px) {
        .productView-img-container .slick-track .slick-slide {
          padding: 10px; } }
      .productView-img-container .slick-track .slick-slide img {
        position: inherit;
        padding: 0;
        width: 100%;
        object-fit: contain;
        height: 480px;
        z-index: 0; }
        @media screen and (min-width: 1260px) {
          .productView-img-container .slick-track .slick-slide img {
            height: 33.33333vw; } }
        @media screen and (max-width: 1259px) {
          .productView-img-container .slick-track .slick-slide img {
            height: 400px; } }
        @media screen and (max-width: 666px) {
          .productView-img-container .slick-track .slick-slide img {
            height: 350px; } }

.productViewWrapper {
  display: block;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1260px) {
    .productViewWrapper {
      max-width: 79.16667vw; } }
  .productViewWrapper .d-grid {
    display: grid;
    grid-template-columns: 52.84fr 47.16fr;
    grid-column-gap: 80px; }
    @media screen and (min-width: 1260px) {
      .productViewWrapper .d-grid {
        grid-column-gap: 5.55556vw; } }
    @media screen and (max-width: 1259px) {
      .productViewWrapper .d-grid {
        grid-column-gap: 60px; } }
    @media screen and (max-width: 1023px) {
      .productViewWrapper .d-grid {
        grid-template-columns: 1fr; } }

.productView-thumbnail-link {
  width: 100%;
  max-width: 143px;
  height: 143px;
  max-height: 143px;
  padding: 0;
  border-color: #ccc; }
  @media screen and (min-width: 1260px) {
    .productView-thumbnail-link {
      max-height: 9.93056vw;
      height: 9.93056vw;
      max-width: 9.93056vw; } }
  @media screen and (max-width: 1259px) {
    .productView-thumbnail-link {
      height: 120px;
      max-height: 120px; } }
  @media screen and (max-width: 666px) {
    .productView-thumbnail-link {
      height: 92px;
      max-height: 92px; } }

.slick-current .productView-thumbnail-link {
  border-color: black; }

.productView-details.product-data {
  margin: 0;
  padding: 0; }

.productView-details.product-options {
  padding: 0;
  margin: 0 0 40px 0; }
  @media screen and (min-width: 1260px) {
    .productView-details.product-options {
      margin: 0 0 2.77778vw 0; } }
  @media screen and (max-width: 666px) {
    .productView-details.product-options {
      margin-bottom: 30px; } }

.productView-thumbnail {
  padding: 1px 10px;
  margin: 0; }
  @media screen and (min-width: 1260px) {
    .productView-thumbnail {
      padding: 0.06944vw 0.69444vw; } }
  .productView-thumbnail:not(.slick-slide) {
    width: 145px; }
    @media screen and (min-width: 1260px) {
      .productView-thumbnail:not(.slick-slide) {
        width: 10.06944vw; } }
    @media screen and (max-width: 1259px) {
      .productView-thumbnail:not(.slick-slide) {
        width: 120px; } }

.productView-thumbnails {
  width: 100%;
  padding: 0 30px;
  margin: 0; }
  @media screen and (min-width: 1260px) {
    .productView-thumbnails {
      padding: 0 2.08333vw; } }
  @media screen and (max-width: 1259px) {
    .productView-thumbnails {
      max-width: 47.656vw; } }
  @media screen and (max-width: 1023px) {
    .productView-thumbnails {
      max-width: calc(100vw - 40px); } }
  @media screen and (max-width: 767px) {
    .productView-thumbnails {
      max-width: 100%; } }
  .productView-thumbnails .slick-list {
    margin: 0; }

.productView-thumbnails img {
  width: 100%; }

.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--thumbs {
  display: none; }

.productView-title {
  margin-top: 0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 10px; }
  @media screen and (min-width: 1260px) {
    .productView-title {
      font-size: 1.66667vw;
      line-height: 2.5vw;
      margin-bottom: 0.69444vw; } }

.productView-info-name.upc-label {
  display: none; }

.productView-info-value[data-product-upc] {
  display: none; }

.productView-product {
  padding: 0;
  margin: 0;
  border: 0; }
  .productView-product .productView-title {
    margin-top: -9px; }
    @media screen and (min-width: 1260px) {
      .productView-product .productView-title {
        margin-top: -0.625vw; } }
    @media screen and (max-width: 1023px) {
      .productView-product .productView-title {
        margin-top: 0px; } }

.productView-info {
  display: none; }

.productView-price {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #a28973;
  margin-bottom: 20px; }
  @media screen and (min-width: 1260px) {
    .productView-price {
      font-size: 1.25vw;
      line-height: 1.875vw;
      margin-bottom: 1.38889vw; } }
  .productView-price .non-sale-price--withoutTax {
    margin-right: 9px;
    color: black; }
    @media screen and (min-width: 1260px) {
      .productView-price .non-sale-price--withoutTax {
        margin-right: 0.625vw; } }
    .productView-price .non-sale-price--withoutTax span {
      text-decoration: none;
      position: relative;
      display: inline-block; }
      .productView-price .non-sale-price--withoutTax span::before {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 0.5px;
        width: 100%;
        background-color: black; }
  .productView-price .with-sale {
    margin-right: 5px; }
    @media screen and (min-width: 1260px) {
      .productView-price .with-sale {
        margin-right: 0.34722vw; } }
    .productView-price .with-sale span {
      display: inline-block; }
  .productView-price .rrp-price--withoutTax {
    margin-right: 9px;
    color: black; }
    @media screen and (min-width: 1260px) {
      .productView-price .rrp-price--withoutTax {
        margin-right: 0.625vw; } }

.productView-options {
  margin-bottom: 40px;
  position: relative; }
  @media screen and (min-width: 1260px) {
    .productView-options {
      margin-bottom: 2.77778vw; } }
  @media screen and (max-width: 666px) {
    .productView-options {
      margin-bottom: 30px; } }
  .productView-options .select2-container .select2-selection--single {
    border: 1px solid black; }
  .productView-options .select2-results__option {
    font-size: 11px;
    line-height: 21px;
    color: black; }
    @media screen and (min-width: 1260px) {
      .productView-options .select2-results__option {
        font-size: 0.76389vw;
        line-height: 1.45833vw; } }
  .productView-options .select2-results__options {
    margin: 0;
    padding: 10px 20px; }
    @media screen and (min-width: 1260px) {
      .productView-options .select2-results__options {
        padding: 0.69444vw 1.38889vw; } }
  .productView-options .form-label {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px;
    font-weight: 600;
    text-align: left; }
    @media screen and (min-width: 1260px) {
      .productView-options .form-label {
        font-size: 0.97222vw;
        line-height: 1.52778vw;
        margin-bottom: 0.55556vw; } }
  .productView-options .form-field {
    margin-bottom: 20px; }
    @media screen and (min-width: 1260px) {
      .productView-options .form-field {
        margin-bottom: 1.38889vw; } }
    .productView-options .form-field::before, .productView-options .form-field::after {
      display: none; }
  .productView-options .form .add-to-cart-wrapper {
    display: flex; }
    .productView-options .form .add-to-cart-wrapper .form-field--increments {
      display: inline-block;
      margin-bottom: 0; }
      .productView-options .form .add-to-cart-wrapper .form-field--increments .form-label {
        display: none; }
    .productView-options .form .add-to-cart-wrapper .form-action {
      margin: 0 20px;
      width: 100%;
      padding: 0; }
      @media screen and (min-width: 1260px) {
        .productView-options .form .add-to-cart-wrapper .form-action {
          margin: 0 1.38889vw; } }
      @media screen and (max-width: 767px) {
        .productView-options .form .add-to-cart-wrapper .form-action {
          margin: 0 10px; } }
    .productView-options .form .add-to-cart-wrapper #form-action-addToCart {
      width: 100%;
      background-color: black;
      border-color: black;
      color: white; }
      .productView-options .form .add-to-cart-wrapper #form-action-addToCart:hover {
        background-color: white;
        color: black; }
      @media screen and (max-width: 666px) {
        .productView-options .form .add-to-cart-wrapper #form-action-addToCart {
          padding: 18.5px 10px;
          min-width: 100%; } }
  .productView-options .form-wishlist {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    float: left; }

.socialLinks-product .socialLinks-title {
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  font-size: 12px;
  line-height: 16px; }
  @media screen and (min-width: 1260px) {
    .socialLinks-product .socialLinks-title {
      font-size: 0.83333vw;
      line-height: 1.11111vw; } }

.socialLinks-product .socialLinks-item {
  margin: 0;
  display: flex;
  width: auto;
  margin-left: 30px; }
  @media screen and (min-width: 1260px) {
    .socialLinks-product .socialLinks-item {
      margin-left: 2.08333vw; } }
  @media screen and (max-width: 666px) {
    .socialLinks-product .socialLinks-item {
      margin-left: 20px; } }
  .socialLinks-product .socialLinks-item .icon {
    display: flex;
    width: 18px;
    height: 18px; }
    @media screen and (min-width: 1260px) {
      .socialLinks-product .socialLinks-item .icon {
        width: 1.25vw;
        height: 1.25vw; } }

.socialLinks-product .socialLinks-item--facebook {
  order: 1; }
  .socialLinks-product .socialLinks-item--facebook .icon {
    width: 8px; }
    @media screen and (min-width: 1260px) {
      .socialLinks-product .socialLinks-item--facebook .icon {
        width: 0.55556vw; } }

.socialLinks-product .socialLinks-item--pinterest {
  order: 2; }
  .socialLinks-product .socialLinks-item--pinterest .icon {
    width: 17px; }
    @media screen and (min-width: 1260px) {
      .socialLinks-product .socialLinks-item--pinterest .icon {
        width: 1.18056vw; } }

.socialLinks-product .socialLinks-item--email {
  order: 3; }

.socialLinks-product .socialLinks-item--print {
  order: 4; }

.wishlist-btn svg {
  width: 18px;
  height: 14px;
  fill: #FFCCCC;
  stroke: black;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 1260px) {
    .wishlist-btn svg {
      width: 1.25vw;
      height: 0.97222vw; } }

.wishlist-btn .button {
  min-width: auto;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  opacity: 0; }
  @media screen and (min-width: 1260px) {
    .wishlist-btn .button {
      width: 3.47222vw;
      height: 3.47222vw; } }
  .wishlist-btn .button:hover {
    background-color: black;
    color: white; }
    .wishlist-btn .button:hover svg {
      stroke: white; }

.productView-description {
  padding: 20px;
  background-color: #faf3ed;
  border: 1px solid black; }
  @media screen and (min-width: 1260px) {
    .productView-description {
      padding: 1.38889vw; } }
  @media screen and (max-width: 666px) {
    .productView-description {
      padding: 20px 10px; } }
  .productView-description .productView-description-wrapper {
    margin: -20px; }
    @media screen and (min-width: 1260px) {
      .productView-description .productView-description-wrapper {
        margin: -1.38889vw; } }
    @media screen and (max-width: 666px) {
      .productView-description .productView-description-wrapper {
        margin: -20px -10px; } }
  .productView-description .description-title {
    display: flex;
    position: relative;
    color: black;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    width: 100%;
    padding: 21px 22px;
    cursor: pointer; }
    @media screen and (min-width: 1260px) {
      .productView-description .description-title {
        font-size: 0.97222vw;
        line-height: 1.25vw;
        padding: 1.45833vw 1.52778vw; } }
    .productView-description .description-title:not(:first-child) {
      border-top: 1px solid black; }
    .productView-description .description-title::before {
      content: "";
      position: absolute;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      top: 50%;
      transform: translateY(-50%);
      width: 10px;
      height: 7px;
      right: 22px;
      transition: all 0.3s ease-in-out; }
      @media screen and (min-width: 1260px) {
        .productView-description .description-title::before {
          width: 0.69444vw;
          height: 0.48611vw;
          right: 1.52778vw; } }
    .productView-description .description-title.active::before {
      transform: translateY(-50%) rotate(180deg); }
    .productView-description .description-title:not(.active) {
      background-color: #E6DACD; }
    .productView-description .description-title.default {
      display: none;
      background-color: transparent;
      padding: 0;
      padding-bottom: 15px;
      pointer-events: none; }
      @media screen and (min-width: 1260px) {
        .productView-description .description-title.default {
          padding-bottom: 1.04167vw; } }
      .productView-description .description-title.default::before {
        display: none; }
  .productView-description .description-content {
    display: none;
    padding: 0 22px 22px 22px; }
    @media screen and (min-width: 1260px) {
      .productView-description .description-content {
        padding: 0 1.52778vw 1.52778vw 1.52778vw; } }
    .productView-description .description-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .productView-description .description-content ul li {
        margin: 0;
        padding: 0 0 0 18px;
        list-style: none;
        font-size: 14px;
        line-height: 23px;
        color: black;
        position: relative; }
        @media screen and (min-width: 1260px) {
          .productView-description .description-content ul li {
            font-size: 0.97222vw;
            line-height: 1.59722vw;
            padding: 0 0 0 1.25vw; } }
        .productView-description .description-content ul li strong {
          font-weight: 600; }
        .productView-description .description-content ul li::before {
          content: "";
          position: absolute;
          top: 9px;
          left: 0;
          width: 4px;
          height: 4px;
          border: 1px solid black; }
          @media screen and (min-width: 1260px) {
            .productView-description .description-content ul li::before {
              width: 0.27778vw;
              height: 0.27778vw;
              top: 0.625vw; } }
        .productView-description .description-content ul li + li {
          margin-top: 16px; }
          @media screen and (min-width: 1260px) {
            .productView-description .description-content ul li + li {
              margin-top: 1.11111vw; } }
    .productView-description .description-content .downloads span {
      width: 100%;
      display: inline-block; }
      .productView-description .description-content .downloads span a {
        text-decoration: none;
        font-size: 14px;
        line-height: 21px;
        color: black;
        position: relative;
        padding-left: 28px; }
        @media screen and (min-width: 1260px) {
          .productView-description .description-content .downloads span a {
            font-size: 0.97222vw;
            line-height: 1.45833vw;
            padding-left: 1.94444vw; } }
        .productView-description .description-content .downloads span a::before {
          content: "";
          position: absolute;
          top: 2px;
          left: 0;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath d='M0 12H14' stroke='black'/%3E%3Cpath d='M7 8V0M7 8L11 4M7 8L3 4' stroke='black'/%3E%3C/svg%3E");
          width: 14px;
          height: 13px;
          background-size: contain;
          background-repeat: no-repeat;
          background-position: top left; }
          @media screen and (min-width: 1260px) {
            .productView-description .description-content .downloads span a::before {
              width: 0.97222vw;
              height: 0.90278vw;
              top: 0.13889vw; } }
        .productView-description .description-content .downloads span a:hover {
          color: #604f40; }
          .productView-description .description-content .downloads span a:hover::before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath d='M0 12H14' stroke='%23604f40'/%3E%3Cpath d='M7 8V0M7 8L11 4M7 8L3 4' stroke='%23604f40'/%3E%3C/svg%3E"); }
      .productView-description .description-content .downloads span + span {
        margin-top: 16px; }
        @media screen and (min-width: 1260px) {
          .productView-description .description-content .downloads span + span {
            margin-top: 1.11111vw; } }
    .productView-description .description-content.active {
      display: block; }
  .productView-description.second-title .description-title.default {
    display: block; }

#wishlist-dropdown {
  border-radius: 0;
  border: 1px solid black; }
  #wishlist-dropdown.is-open {
    width: 250px !important;
    padding: 0;
    margin: 0;
    right: 0;
    top: 100% !important; }
    @media screen and (min-width: 1260px) {
      #wishlist-dropdown.is-open {
        width: 17.36111vw !important; } }
  #wishlist-dropdown li {
    border-radius: 0;
    border: 0;
    width: 100%; }
    #wishlist-dropdown li + li {
      border-top: 1px solid black; }
    #wishlist-dropdown li .button {
      border: 0;
      color: black;
      width: 100%; }
      #wishlist-dropdown li .button:hover, #wishlist-dropdown li .button:focus {
        background-color: black;
        color: white; }

.related-products {
  padding: 80px 0;
  border-top: 1px solid black; }
  @media screen and (min-width: 1260px) {
    .related-products {
      padding: 5.55556vw 0; } }
  @media screen and (max-width: 1023px) {
    .related-products {
      padding: 60px 0; } }
  @media screen and (max-width: 666px) {
    .related-products {
      padding: 40px 0; } }
  .related-products .section-title {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 55px;
    position: relative; }
    @media screen and (min-width: 1260px) {
      .related-products .section-title {
        margin-bottom: 3.81944vw; } }
    .related-products .section-title svg {
      fill: none;
      stroke: black;
      width: 100%;
      height: 5px;
      position: absolute;
      bottom: -12px;
      left: 0; }
      @media screen and (min-width: 1260px) {
        .related-products .section-title svg {
          height: 0.34722vw;
          bottom: -0.83333vw; } }

[data-product-attribute="swatch"],
[data-product-attribute="set-rectangle"] {
  line-height: normal;
  text-align: left; }
  [data-product-attribute="swatch"] .form-radio + .form-option,
  [data-product-attribute="set-rectangle"] .form-radio + .form-option {
    outline: none !important; }
  [data-product-attribute="swatch"] .form-option-variant--color, [data-product-attribute="swatch"] .form-option-variant--pattern,
  [data-product-attribute="set-rectangle"] .form-option-variant--color,
  [data-product-attribute="set-rectangle"] .form-option-variant--pattern {
    font-size: 14px; }
    @media screen and (min-width: 1260px) {
      [data-product-attribute="swatch"] .form-option-variant--color, [data-product-attribute="swatch"] .form-option-variant--pattern,
      [data-product-attribute="set-rectangle"] .form-option-variant--color,
      [data-product-attribute="set-rectangle"] .form-option-variant--pattern {
        height: 1.52778vw;
        width: 1.52778vw; } }
  [data-product-attribute="swatch"] .form-option,
  [data-product-attribute="set-rectangle"] .form-option {
    margin-bottom: 7px;
    margin-right: 7px;
    border-width: 1px;
    border-color: #ccc; }
    @media screen and (min-width: 1260px) {
      [data-product-attribute="swatch"] .form-option,
      [data-product-attribute="set-rectangle"] .form-option {
        margin-bottom: 0.48611vw;
        margin-right: 0.48611vw;
        border-width: 0.06944vw; } }
  [data-product-attribute="swatch"] .form-radio + .form-option,
  [data-product-attribute="set-rectangle"] .form-radio + .form-option {
    outline: none !important; }

[data-product-attribute="set-rectangle"] .form-option-variant {
  font-size: 14px;
  line-height: 23px;
  min-width: 40px;
  padding: 5px 10px; }
  @media screen and (min-width: 1260px) {
    [data-product-attribute="set-rectangle"] .form-option-variant {
      font-size: 0.97222vw;
      line-height: 1.59722vw;
      min-width: 2.77778vw;
      padding: 0.34722vw 0.69444vw; } }

.productViewWrapper .video-container iframe {
  height: auto;
  min-height: 300px; }
  @media screen and (min-width: 1260px) {
    .productViewWrapper .video-container iframe {
      min-height: 20.83333vw; } }

/* ===================================
    Select2 - Start
====================================== */
.select2 {
  width: 100% !important; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  text-align: left; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    line-height: 22px;
    padding: 13px 40px 13px 20px;
    font-size: 14px;
    color: black;
    position: relative;
    min-width: 199px;
    border: 1px solid black; }
    @media screen and (min-width: 1260px) {
      .select2-container .select2-selection--single {
        font-size: 0.97222vw;
        line-height: 1.52778vw;
        padding: 0.90278vw 2.77778vw 0.90278vw 1.38889vw;
        min-width: 13.81944vw; } }
    + .select2-container .select2-selection--single.select2-container {
      width: auto !important; }
    .select2-container .select2-selection--single + span + .select2-container {
      width: auto !important; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-right: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: black;
      opacity: 1;
      text-transform: capitalize; }
      @media screen and (min-width: 1260px) {
        .select2-container .select2-selection--single .select2-selection__rendered {
          padding-right: 1.25vw; } }
      @media screen and (max-width: 666px) {
        .select2-container .select2-selection--single .select2-selection__rendered {
          padding-right: 5px; } }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
    @media screen and (min-width: 1260px) {
      .select2-container .select2-search--inline .select2-search__field {
        margin-top: 0.34722vw;
        margin-left: 0.34722vw;
        height: 1.25vw; } }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-dropdown {
  background-color: white;
  border: 1px solid black;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  border-radius: 0px; }
  .select2-dropdown.select2-dropdown--above {
    border-bottom: 0; }
  .select2-dropdown.select2-dropdown--below {
    border-top: 0; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  position: relative;
  padding: 2px 20px;
  margin: 4px 0; }
  @media screen and (min-width: 1260px) {
    .select2-results__options {
      padding: 0.13889vw 1.38889vw;
      margin: 0.27778vw 0; } }

.select2-results__option {
  padding: 3px 0;
  user-select: none;
  -webkit-user-select: none;
  font-size: 12px;
  line-height: 20px;
  -webkit-transition: color .2s ease-out;
  -moz-transition: color .2s ease-out;
  transition: color .2s ease-out; }
  @media screen and (min-width: 1260px) {
    .select2-results__option {
      padding: 0.20833vw 0;
      font-size: 0.83333vw;
      line-height: 1.38889vw; } }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-selection--single {
  border-radius: 0px; }

.select2-search--dropdown .select2-search__field {
  padding: 10px 24px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  box-sizing: border-box;
  color: black;
  border-radius: 0; }
  .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }
  @media screen and (min-width: 1260px) {
    .select2-search--dropdown .select2-search__field {
      padding: 0.69444vw 1.66667vw;
      font-size: 0.97222vw;
      line-height: 1.38889vw; } }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0px;
  right: 28px;
  width: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media screen and (min-width: 1260px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 1.94444vw;
      width: 0.69444vw; } }
  @media screen and (max-width: 666px) {
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      right: 15px; } }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
    width: 10px;
    height: 6px;
    background-size: 100% auto;
    display: block;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 1260px) {
      .select2-container--default .select2-selection--single .select2-selection__arrow b {
        height: 0.41667vw;
        width: 0.69444vw; } }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid black;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  background-color: transparent; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: none !important; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
  @media screen and (min-width: 1260px) {
    .select2-container--default .select2-results > .select2-results__options {
      max-height: 13.88889vw; } }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  color: black; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

/* ===================================
    Select2 - End
====================================== */
.template-404 .u-textAlignCenter {
  margin-bottom: 20px; }
  @media screen and (min-width: 1260px) {
    .template-404 .u-textAlignCenter {
      margin-bottom: 1.38889vw; } }

.template-404 .page-section-header {
  margin-bottom: 80px; }
  @media screen and (min-width: 1260px) {
    .template-404 .page-section-header {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 1023px) {
    .template-404 .page-section-header {
      margin-bottom: 60px; } }
  @media screen and (max-width: 666px) {
    .template-404 .page-section-header {
      margin-bottom: 40px; } }

.template-sitemap .page-section-header {
  width: 100%;
  display: inline-block; }
  .template-sitemap .page-section-header .page-heading {
    margin-top: 36px;
    text-transform: uppercase; }
    @media screen and (min-width: 1260px) {
      .template-sitemap .page-section-header .page-heading {
        margin-top: 2.5vw; } }
    @media screen and (max-width: 666px) {
      .template-sitemap .page-section-header .page-heading {
        margin-top: 20px; } }

.sitemap-list {
  padding: 60px 0; }
  @media screen and (min-width: 1260px) {
    .sitemap-list {
      padding: 4.16667vw 0; } }
  @media screen and (max-width: 666px) {
    .sitemap-list {
      padding: 40px 0; } }
  .sitemap-list ul li,
  .sitemap-list ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sitemap-list .sitemap-ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 60px; }
    @media screen and (min-width: 1260px) {
      .sitemap-list .sitemap-ul {
        grid-gap: 120px; } }
    @media screen and (max-width: 1023px) {
      .sitemap-list .sitemap-ul {
        grid-gap: 40px; } }
    @media screen and (max-width: 767px) {
      .sitemap-list .sitemap-ul {
        grid-template-columns: 1fr;
        grid-gap: 30px; } }
    .sitemap-list .sitemap-ul h2 {
      font-size: 18px;
      line-height: 24px;
      text-transform: uppercase;
      font-weight: 600; }
      @media screen and (min-width: 1260px) {
        .sitemap-list .sitemap-ul h2 {
          font-size: 1.25vw;
          line-height: 1.66667vw; } }
    .sitemap-list .sitemap-ul ul {
      margin-left: 20px; }
      @media screen and (min-width: 1260px) {
        .sitemap-list .sitemap-ul ul {
          margin-left: 1.38889vw; } }
      .sitemap-list .sitemap-ul ul li {
        position: relative;
        margin-top: 15px; }
        .sitemap-list .sitemap-ul ul li::after {
          content: "";
          position: absolute;
          left: -20px;
          top: 9px;
          width: 4px;
          height: 4px;
          border: 1px solid black; }
          @media screen and (min-width: 1260px) {
            .sitemap-list .sitemap-ul ul li::after {
              left: -1.38889vw;
              width: 0.27778vw;
              height: 0.27778vw;
              top: 0.625vw; } }
        .sitemap-list .sitemap-ul ul li a {
          text-decoration: none;
          font-weight: 500; }

#contact-us-page {
  max-width: 1000px; }
  @media screen and (min-width: 1260px) {
    #contact-us-page {
      max-width: 69.44444vw; } }
  #contact-us-page p + form {
    margin-top: 40px; }
    @media screen and (min-width: 1260px) {
      #contact-us-page p + form {
        margin-top: 2.77778vw; } }

#contact-us-success {
  text-align: center; }

.template-compare .page {
  padding: 60px 0; }
  @media screen and (min-width: 1260px) {
    .template-compare .page {
      padding: 4.16667vw 0; } }
  @media screen and (max-width: 1023px) {
    .template-compare .page {
      padding: 0px 0 60px 0; } }
  @media screen and (max-width: 666px) {
    .template-compare .page {
      padding: 40px 0; } }
  .template-compare .page .page-content {
    overflow: auto; }
    @media screen and (max-width: 1023px) {
      .template-compare .page .page-content .compareTable {
        min-width: 728px; } }

.compareTable-action {
  padding: 0 10px 20px 10px; }
  @media screen and (min-width: 1260px) {
    .compareTable-action {
      padding: 0 0.69444vw 1.38889vw 0.69444vw; } }

.compareTable-item,
.compareTable-heading,
.compareTable-product {
  padding: 20px 10px;
  text-align: left; }
  @media screen and (min-width: 1260px) {
    .compareTable-item,
    .compareTable-heading,
    .compareTable-product {
      padding: 1.38889vw 0.69444vw; } }
  @media (max-width: 800px) {
    .compareTable-item,
    .compareTable-heading,
    .compareTable-product {
      padding: 55px 10px 20px 10px; } }

.compareTable-heading {
  font-weight: 600;
  font-size: 16px; }
  @media screen and (min-width: 1260px) {
    .compareTable-heading {
      font-size: 1.11111vw; } }

@media screen and (max-width: 666px) {
  .compareTable-product .card-img-container {
    height: 250px; } }

.page-title {
  text-align: center;
  margin-top: 66px; }
  @media screen and (min-width: 1260px) {
    .page-title {
      margin-top: 4.58333vw; } }
  @media screen and (max-width: 1023px) {
    .page-title {
      margin-top: 30px; } }
  .page-title h4 {
    line-height: 1.2916;
    text-transform: uppercase; }

.click-to-scroll {
  max-width: 1140px;
  margin: 30px auto 34px; }
  @media screen and (min-width: 1260px) {
    .click-to-scroll {
      max-width: 79.16667vw;
      margin: 2.08333vw auto 2.36111vw; } }
  @media screen and (max-width: 1023px) {
    .click-to-scroll {
      margin: 30px 0 20px; } }
  .click-to-scroll ul {
    margin: 0 -17px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media screen and (min-width: 1260px) {
      .click-to-scroll ul {
        margin: 0 -1.18056vw; } }
    @media screen and (max-width: 1259px) {
      .click-to-scroll ul {
        justify-content: center;
        margin: 0; } }
    @media screen and (max-width: 1023px) {
      .click-to-scroll ul {
        flex-wrap: wrap; } }
    .click-to-scroll ul li {
      padding: 0 17px;
      margin-bottom: 30px; }
      @media screen and (min-width: 1260px) {
        .click-to-scroll ul li {
          padding: 0 1.04167vw;
          margin-bottom: 2.08333vw; } }
      @media screen and (max-width: 1259px) {
        .click-to-scroll ul li {
          padding: 0px 7.5px;
          margin-bottom: 20px; } }
      @media screen and (max-width: 1023px) {
        .click-to-scroll ul li {
          padding: 0px 10px; } }
      @media screen and (max-width: 666px) {
        .click-to-scroll ul li {
          width: 100%; } }
      .click-to-scroll ul li a {
        padding: 19px 30px 18px;
        font-size: 11px;
        line-height: 1.18;
        letter-spacing: 0.16em;
        font-weight: 500;
        text-transform: uppercase;
        border: 1px solid black;
        text-decoration: none;
        display: block;
        text-align: center; }
        @media screen and (min-width: 1260px) {
          .click-to-scroll ul li a {
            padding: 1.31944vw 2.08333vw 1.25vw;
            font-size: 0.76389vw; } }
        @media screen and (max-width: 1259px) {
          .click-to-scroll ul li a {
            padding: 19px 15px 18px; } }
        .click-to-scroll ul li a:hover {
          background-color: black;
          color: white; }

.resources {
  max-width: 1140px;
  margin: auto; }
  @media screen and (min-width: 1260px) {
    .resources {
      max-width: 79.16667vw; } }
  .resources .resource {
    margin-bottom: 60px; }
    @media screen and (min-width: 1260px) {
      .resources .resource {
        margin-bottom: 4.16667vw; } }
    @media screen and (max-width: 1023px) {
      .resources .resource {
        margin-bottom: 40px; } }
    .resources .resource--image {
      position: relative;
      margin-bottom: 30px; }
      @media screen and (min-width: 1260px) {
        .resources .resource--image {
          margin-bottom: 2.08333vw; } }
      @media screen and (max-width: 1023px) {
        .resources .resource--image {
          margin-bottom: 30px; } }
      @media screen and (max-width: 666px) {
        .resources .resource--image > img {
          height: 200px;
          object-fit: cover;
          width: 100%; } }
      .resources .resource--image .image-caption {
        position: absolute;
        left: 30px;
        bottom: 20px; }
        @media screen and (min-width: 1260px) {
          .resources .resource--image .image-caption {
            left: 2.08333vw;
            bottom: 1.38889vw; } }
        @media screen and (max-width: 767px) {
          .resources .resource--image .image-caption {
            left: 0;
            bottom: 50%;
            right: 0;
            -webkit-transform: translate(0, 50%);
            -moz-transform: translate(0, 50%);
            -ms-transform: translate(0, 50%);
            transform: translate(0, 50%);
            text-align: center; } }
        .resources .resource--image .image-caption h4 {
          line-height: 1.2916;
          color: white;
          text-transform: uppercase;
          margin-bottom: 0; }
          @media screen and (max-width: 666px) {
            .resources .resource--image .image-caption h4 {
              font-size: 20px; } }
    .resources .resource-content .grid-box {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
      .resources .resource-content .grid-box .grid {
        width: 33.3%;
        padding: 0 30px; }
        @media screen and (min-width: 1260px) {
          .resources .resource-content .grid-box .grid {
            padding: 0 2.08333vw; } }
        @media screen and (max-width: 1023px) {
          .resources .resource-content .grid-box .grid {
            padding: 0 10px;
            margin: 0; } }
        @media screen and (max-width: 767px) {
          .resources .resource-content .grid-box .grid {
            width: 100%;
            padding: 0 10px; }
            .resources .resource-content .grid-box .grid + .grid {
              margin-top: 30px; } }
        .resources .resource-content .grid-box .grid.full {
          width: 100%; }
        .resources .resource-content .grid-box .grid h6 {
          line-height: 1.285714;
          text-transform: uppercase;
          margin-bottom: 16px; }
          @media screen and (min-width: 1260px) {
            .resources .resource-content .grid-box .grid h6 {
              margin-bottom: 1.11111vw; } }
          @media screen and (max-width: 666px) {
            .resources .resource-content .grid-box .grid h6 {
              font-size: 16px; } }
        .resources .resource-content .grid-box .grid ul {
          margin: 0; }
          .resources .resource-content .grid-box .grid ul li {
            position: relative;
            padding-left: 22px; }
            @media screen and (min-width: 1260px) {
              .resources .resource-content .grid-box .grid ul li {
                padding-left: 1.52778vw; } }
            .resources .resource-content .grid-box .grid ul li::after {
              content: "";
              position: absolute;
              top: 7px;
              left: 0;
              background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath d='M1 1L5 5L1 9' stroke='black'/%3E%3C/svg%3E");
              background-repeat: no-repeat;
              background-size: contain;
              background-position: top left;
              width: 6px;
              height: 10px; }
              @media screen and (min-width: 1260px) {
                .resources .resource-content .grid-box .grid ul li::after {
                  width: 0.41667vw;
                  height: 0.69444vw;
                  top: 0.48611vw; } }
            .resources .resource-content .grid-box .grid ul li + li {
              margin-top: 6px; }
              @media screen and (min-width: 1260px) {
                .resources .resource-content .grid-box .grid ul li + li {
                  margin-top: 0.41667vw; } }
          .resources .resource-content .grid-box .grid ul a {
            font-size: 14px;
            line-height: 23px;
            text-decoration: none; }
            @media screen and (min-width: 1260px) {
              .resources .resource-content .grid-box .grid ul a {
                font-size: 0.97222vw;
                line-height: 1.59722vw; } }

.page-section-header.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .page-section-header.bg-image .page-heading {
    color: white; }
  .page-section-header.bg-image ol.breadcrumbs {
    padding-bottom: 28px; }
    @media screen and (min-width: 1260px) {
      .page-section-header.bg-image ol.breadcrumbs {
        padding-bottom: 1.94444vw; } }
    .page-section-header.bg-image ol.breadcrumbs .breadcrumb .breadcrumb-label:not(:hover) {
      color: white; }
  .page-section-header.bg-image .breadcrumbs-wrapper ol.breadcrumbs .breadcrumb:not(:first-child)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='8' viewBox='0 0 6 8' fill='none'%3E%3Cpath d='M1 0.5L4.5 4L1 7.5' stroke='white' stroke-opacity='0.5'/%3E%3C/svg%3E"); }

.page-summery {
  padding-top: 69px;
  padding-bottom: 60px;
  border-bottom: 1px solid black;
  margin-bottom: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1260px) {
    .page-summery {
      padding-bottom: 4.16667vw;
      padding-top: 4.79167vw;
      margin-bottom: 4.16667vw;
      max-width: 69.44444vw; } }
  @media screen and (max-width: 1023px) {
    .page-summery {
      padding-top: 30px;
      padding-bottom: 30px;
      margin-bottom: 30px; } }

.custom-accordion {
  border-bottom: 1px solid black;
  margin-bottom: 60px;
  padding-bottom: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1260px) {
    .custom-accordion {
      margin-bottom: 4.16667vw;
      padding-bottom: 4.16667vw;
      max-width: 69.44444vw; } }
  @media screen and (max-width: 1023px) {
    .custom-accordion {
      margin-bottom: 30px;
      padding-bottom: 30px; } }
  .custom-accordion h4 {
    margin-bottom: 30px; }
    @media screen and (min-width: 1260px) {
      .custom-accordion h4 {
        margin-bottom: 2.08333vw; } }
    @media screen and (max-width: 666px) {
      .custom-accordion h4 {
        line-height: 32px; } }
  .custom-accordion .accordion-lists {
    border-bottom: 0.5px solid #DDDDDD; }
    @media screen and (max-width: 666px) {
      .custom-accordion .accordion-lists {
        border-bottom: 0; } }
    .custom-accordion .accordion-lists h5 {
      border-top: 0.5px solid #DDDDDD;
      padding-top: 22px;
      padding-bottom: 20px;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      text-transform: none; }
      @media screen and (min-width: 1260px) {
        .custom-accordion .accordion-lists h5 {
          padding-top: 1.52778vw;
          padding-bottom: 1.38889vw; } }
      @media screen and (max-width: 767px) {
        .custom-accordion .accordion-lists h5 {
          padding-right: 20px;
          line-height: 26px; } }
      .custom-accordion .accordion-lists h5::after {
        content: "";
        position: absolute;
        right: 0px;
        top: 26px;
        width: 12px;
        height: 12px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='1024' height='1024' viewBox='0 0 1024 1024' style='%26%2310%3B fill: %23000000%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M588.8 435.2v-435.2h-153.6v435.2h-435.2v153.6h435.2v435.2h153.6v-435.2h435.2v-153.6h-435.2z'/%3E%3C/svg%3E");
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center; }
        @media screen and (min-width: 1260px) {
          .custom-accordion .accordion-lists h5::after {
            top: 1.80556vw;
            width: 0.83333vw;
            height: 0.83333vw; } }
      .custom-accordion .accordion-lists h5.open::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5120' height='1024' viewBox='0 0 5120 1024' style='%26%2310%3B fill: %23000000%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M5120 896h-5120v-768h5120v768z'/%3E%3C/svg%3E"); }
      .custom-accordion .accordion-lists h5:hover {
        color: #604F40; }
        .custom-accordion .accordion-lists h5:hover::after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='1024' height='1024' viewBox='0 0 1024 1024' style='%26%2310%3B fill: %23604F40%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M588.8 435.2v-435.2h-153.6v435.2h-435.2v153.6h435.2v435.2h153.6v-435.2h435.2v-153.6h-435.2z'/%3E%3C/svg%3E"); }
        .custom-accordion .accordion-lists h5:hover.open::after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' width='5120' height='1024' viewBox='0 0 5120 1024' style='%26%2310%3B fill: %23604F40%3B%26%2310%3B'%3E%3Ctitle/%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M5120 896h-5120v-768h5120v768z'/%3E%3C/svg%3E"); }
      .custom-accordion .accordion-lists h5 + div {
        display: none;
        margin-bottom: 40px; }
        @media screen and (min-width: 1260px) {
          .custom-accordion .accordion-lists h5 + div {
            margin-bottom: 2.77778vw; } }
        @media screen and (max-width: 1023px) {
          .custom-accordion .accordion-lists h5 + div {
            margin-bottom: 20px; } }

.resource-article {
  padding-bottom: 60px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1260px) {
    .resource-article {
      padding-bottom: 4.16667vw;
      max-width: 69.44444vw; } }
  @media screen and (max-width: 1023px) {
    .resource-article {
      padding-bottom: 30px; } }
  .resource-article h4 {
    margin-bottom: 20px;
    line-height: 1.2916;
    text-transform: uppercase; }
    @media screen and (min-width: 1260px) {
      .resource-article h4 {
        margin-bottom: 1.38889vw; } }
  .resource-article h5 {
    margin-bottom: 20px;
    line-height: 1.6875; }
    @media screen and (min-width: 1260px) {
      .resource-article h5 {
        margin-bottom: 1.38889vw; } }
  .resource-article ul {
    margin-bottom: 30px;
    margin-top: 20px;
    margin-left: 0; }
    @media screen and (min-width: 1260px) {
      .resource-article ul {
        margin-bottom: 2.08333vw;
        margin-top: 1.38889vw; } }
    .resource-article ul li {
      padding-left: 18px; }
      @media screen and (min-width: 1260px) {
        .resource-article ul li {
          padding-left: 0.625vw; } }
      .resource-article ul li::before {
        content: "";
        width: 4px;
        height: 4px;
        background-color: #E6DACD;
        border: 1px solid #000;
        position: absolute;
        left: 0;
        top: 9px; }
        @media screen and (min-width: 1260px) {
          .resource-article ul li::before {
            width: 0.27778vw;
            height: 0.27778vw;
            top: 0.625vw; } }
      .resource-article ul li + li {
        margin-top: 6px; }
        @media screen and (min-width: 1260px) {
          .resource-article ul li + li {
            margin-top: 0.41667vw; } }
  .resource-article .grid-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 40px -20px 40px; }
    @media screen and (min-width: 1260px) {
      .resource-article .grid-box {
        margin: 2.77778vw -1.38889vw 2.77778vw; } }
    @media screen and (max-width: 1023px) {
      .resource-article .grid-box {
        margin: 20px -10px 20px; } }
    .resource-article .grid-box .grid {
      width: 100%;
      padding: 0 20px; }
      @media screen and (min-width: 1260px) {
        .resource-article .grid-box .grid {
          padding: 0 1.38889vw; } }
      @media screen and (max-width: 1023px) {
        .resource-article .grid-box .grid {
          padding: 0 10px; } }
  .resource-article iframe {
    width: 100%;
    height: 562px;
    margin-top: 40px;
    margin-bottom: 40px; }
    @media screen and (min-width: 1260px) {
      .resource-article iframe {
        margin-top: 2.77778vw;
        margin-bottom: 2.77778vw;
        height: 39.02778vw; } }
    @media screen and (max-width: 1023px) {
      .resource-article iframe {
        height: 320px;
        margin-top: 20px;
        margin-bottom: 20px; } }

.productView-options .form-wishlist .dropdown-menu-button {
  position: absolute;
  top: auto;
  right: 0;
  margin: 0;
  width: 50px;
  height: 50px;
  min-width: auto;
  padding: 0;
  background-color: transparent;
  bottom: 0; }
  @media screen and (min-width: 1260px) {
    .productView-options .form-wishlist .dropdown-menu-button {
      width: 3.47222vw;
      height: 3.47222vw; } }
  .productView-options .form-wishlist .dropdown-menu-button svg {
    width: 18px;
    height: 14px;
    fill: black;
    stroke: black;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 1260px) {
      .productView-options .form-wishlist .dropdown-menu-button svg {
        width: 1.25vw;
        height: 0.97222vw; } }
  .productView-options .form-wishlist .dropdown-menu-button:hover svg {
    fill: #FFCCCC;
    stroke: black; }

.powr-form-builder {
  margin-top: 40px; }
  @media screen and (min-width: 1260px) {
    .powr-form-builder {
      margin-top: 2.77778vw; } }
  @media screen and (max-width: 666px) {
    .powr-form-builder {
      margin-top: 30px; } }

#contact-us-page .g-recaptcha {
  justify-content: center;
  display: flex; }

/* ========== BLOG LISTING STYLE ========== */
.template-blog .page {
  margin-left: 0;
  margin-right: 0; }

.blog + .blog {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid black; }
  @media screen and (min-width: 1260px) {
    .blog + .blog {
      margin-top: 2.77778vw;
      padding-top: 2.77778vw; } }

.blog-post-figure {
  width: 100%; }

.blog-thumbnail {
  margin: 0 auto 30px; }
  @media screen and (min-width: 1260px) {
    .blog-thumbnail {
      margin: 0 auto 2.08333vw; } }
  .blog-thumbnail a {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%; }

.blog-post-body {
  width: 100%;
  text-align: left; }

.blog-date {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  text-align: left; }
  @media screen and (min-width: 1260px) {
    .blog-date {
      margin-bottom: 0.34722vw;
      font-size: 0.83333vw;
      line-height: 1.25vw; } }

.blog-title {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (min-width: 1260px) {
    .blog-title {
      margin: 0 0 0.69444vw 0;
      font-size: 1.11111vw;
      line-height: 1.66667vw; } }

.blog-post {
  text-align: left;
  font-size: 14px;
  line-height: 23px; }
  @media screen and (min-width: 1260px) {
    .blog-post {
      font-size: 0.97222vw;
      line-height: 1.59722vw; } }
  .blog-post a[aria-label] {
    text-transform: capitalize;
    margin-left: 10px; }

/* ========== BLOG DETAIL STYLE ========== */
.template-blog_post .blog-thumbnail {
  width: 100%;
  max-width: 80%;
  padding: 3px;
  border: 1px solid black; }
  @media screen and (min-width: 1260px) {
    .template-blog_post .blog-thumbnail {
      padding: 0.20833vw; } }
  @media screen and (max-width: 666px) {
    .template-blog_post .blog-thumbnail {
      max-width: 100%; } }
  .template-blog_post .blog-thumbnail a {
    width: 100%; }

.template-blog_post .blog {
  padding: 60px 0; }
  @media screen and (min-width: 1260px) {
    .template-blog_post .blog {
      padding: 4.16667vw 0; } }
  @media screen and (max-width: 666px) {
    .template-blog_post .blog {
      padding: 40px 0;
      margin-bottom: 0; } }

.template-blog_post .socialLinks-product {
  justify-content: center;
  margin-top: 60px; }
  @media screen and (min-width: 1260px) {
    .template-blog_post .socialLinks-product {
      margin-top: 4.16667vw; } }
  @media screen and (max-width: 666px) {
    .template-blog_post .socialLinks-product {
      margin-top: 40px; } }
  .template-blog_post .socialLinks-product ul {
    margin-left: 0; }

.template-blog_post .blog-post {
  text-align: left; }

.template-blog_post .blog-title {
  font-size: 28px;
  line-height: 38px;
  margin: 20px 0;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1260px) {
    .template-blog_post .blog-title {
      font-size: 1.94444vw;
      line-height: 2.63889vw;
      margin-top: 1.38889vw;
      margin-bottom: 1.38889vw; } }
  @media screen and (max-width: 666px) {
    .template-blog_post .blog-title {
      font-size: 22px;
      line-height: 30px; } }

.template-blog_post .blog-date {
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  margin-bottom: 0; }
  @media screen and (min-width: 1260px) {
    .template-blog_post .blog-date {
      font-size: 0.97222vw;
      line-height: 1.59722vw; } }

.template-blog_post p + ul {
  margin-top: 16px; }
  @media screen and (min-width: 1260px) {
    .template-blog_post p + ul {
      margin-top: 1.11111vw; } }

.template-blog_post ul {
  margin-left: 30px; }
  @media screen and (min-width: 1260px) {
    .template-blog_post ul {
      margin-left: 2.08333vw; } }
  .template-blog_post ul li {
    list-style: disc; }

.template-blog_post .blog-thumbnail img {
  width: auto; }

/* ========== BLOG GRID STYLE ========== */
.blog-grid-style {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-top: 60px;
  margin-bottom: 36px; }
  @media screen and (min-width: 1260px) {
    .blog-grid-style {
      margin-left: -0.83333vw;
      margin-right: -0.83333vw; } }
  @media screen and (min-width: 1260px) {
    .blog-grid-style {
      margin-top: 4.16667vw;
      margin-bottom: 2.5vw; } }
  @media screen and (max-width: 666px) {
    .blog-grid-style {
      margin-top: 40px; } }
  .blog-grid-style .blog-item {
    width: 25%;
    padding-left: 12px;
    padding-right: 12px;
    margin: 0 0 24px 0; }
    @media screen and (min-width: 1260px) {
      .blog-grid-style .blog-item {
        padding-left: 0.83333vw;
        padding-right: 0.83333vw; } }
    @media screen and (min-width: 1260px) {
      .blog-grid-style .blog-item {
        margin: 0 0 1.66667vw 0; } }
    @media screen and (max-width: 1439px) {
      .blog-grid-style .blog-item {
        width: 33.33%; } }
    @media screen and (max-width: 1023px) {
      .blog-grid-style .blog-item {
        width: 50%; } }
    @media screen and (max-width: 666px) {
      .blog-grid-style .blog-item {
        width: 100%;
        margin-bottom: 0; } }
    @media screen and (max-width: 666px) {
      .blog-grid-style .blog-item + .blog-item {
        margin-top: 30px; } }
  .blog-grid-style .blog {
    margin: 0;
    border: 1px solid black;
    height: 100%; }
    .blog-grid-style .blog + .blog {
      border-top: none;
      padding-top: 0;
      margin-top: 0; }
  .blog-grid-style .blog-thumbnail {
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    height: 220px; }
    @media screen and (min-width: 1260px) {
      .blog-grid-style .blog-thumbnail {
        height: 15.27778vw; } }
    .blog-grid-style .blog-thumbnail a {
      padding: 0;
      border: none;
      display: block;
      height: 220px;
      overflow: hidden; }
      @media screen and (min-width: 1260px) {
        .blog-grid-style .blog-thumbnail a {
          height: 15.27778vw; } }
    .blog-grid-style .blog-thumbnail img {
      object-position: center center;
      object-fit: contain;
      height: 100%; }
  .blog-grid-style .blog-post-body {
    padding: 20px; }
    @media screen and (min-width: 1260px) {
      .blog-grid-style .blog-post-body {
        padding: 1.38889vw; } }

.form-field {
  margin-bottom: 28px; }
  @media screen and (min-width: 1260px) {
    .form-field {
      margin-bottom: 1.94444vw; } }

/* ========== LOGIN PAGE ========== */
.login {
  margin: 0;
  max-width: 100%; }
  .login .alertBox {
    margin-top: 60px; }
    @media screen and (min-width: 1260px) {
      .login .alertBox {
        margin-top: 4.16667vw; } }
    @media screen and (max-width: 666px) {
      .login .alertBox {
        margin-top: 40px; } }

.login-row {
  margin-top: 60px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 1260px) {
    .login-row {
      margin-top: 4.16667vw;
      margin-bottom: 4.16667vw; } }
  @media screen and (max-width: 666px) {
    .login-row {
      margin-top: 40px;
      margin-bottom: 40px; } }
  .login-row:after, .login-row:before {
    display: none; }
  @media screen and (max-width: 1259px) {
    .login-row {
      max-width: 100%; } }

.login-form {
  padding-left: 0;
  padding-right: 20px;
  margin: 0;
  float: none;
  width: 50%; }
  @media screen and (min-width: 1260px) {
    .login-form {
      padding-right: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .login-form {
      width: 100%;
      padding: 0;
      margin-bottom: 30px;
      padding-bottom: 30px;
      border-bottom: 1px solid black; } }
  .login-form .form-actions .forgot-password {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-weight: 500; }
    @media screen and (min-width: 1260px) {
      .login-form .form-actions .forgot-password {
        margin-left: 1.38889vw; } }
    @media screen and (max-width: 666px) {
      .login-form .form-actions .forgot-password {
        margin-left: 0;
        margin-top: 20px; } }
  .login-form .form-actions .button {
    display: inline-block;
    vertical-align: middle; }

.new-customer {
  padding-left: 20px;
  padding-right: 0;
  float: none;
  width: 50%; }
  @media screen and (min-width: 1260px) {
    .new-customer {
      padding-left: 1.38889vw; } }
  @media screen and (max-width: 767px) {
    .new-customer {
      width: 100%;
      padding: 0; } }
  .new-customer .panel-header {
    padding: 20px 30px 0;
    background: #faf3ed; }
    @media screen and (min-width: 1260px) {
      .new-customer .panel-header {
        padding: 1.38889vw 2.08333vw 0; } }
    .new-customer .panel-header .panel-title {
      font-size: 20px;
      text-transform: uppercase; }
      @media screen and (min-width: 1260px) {
        .new-customer .panel-header .panel-title {
          font-size: 1.38889vw; } }
  .new-customer .panel-body {
    padding: 20px 30px 30px;
    margin-bottom: 0;
    background: #faf3ed; }
    @media screen and (min-width: 1260px) {
      .new-customer .panel-body {
        padding: 1.38889vw 2.08333vw 2.08333vw; } }
    .new-customer .panel-body a {
      text-decoration: none; }

.new-customer-intro {
  margin-bottom: 15px; }
  @media screen and (min-width: 1260px) {
    .new-customer-intro {
      margin-bottom: 1.04167vw; } }

.new-customer-fact-list {
  margin-left: 0px; }
  .new-customer-fact-list .new-customer-fact {
    padding-left: 25px;
    position: relative; }
    @media screen and (min-width: 1260px) {
      .new-customer-fact-list .new-customer-fact {
        padding-left: 1.73611vw; } }
    @media screen and (max-width: 666px) {
      .new-customer-fact-list .new-customer-fact {
        padding-left: 20px; } }
    .new-customer-fact-list .new-customer-fact::after {
      content: "";
      position: absolute;
      left: 0;
      width: 4px;
      height: 4px;
      border: 1px solid black;
      top: 9px; }
      @media screen and (min-width: 1260px) {
        .new-customer-fact-list .new-customer-fact::after {
          width: 0.27778vw;
          height: 0.27778vw;
          top: 0.625vw; } }
  .new-customer-fact-list li + li {
    margin-top: 5px; }
    @media screen and (min-width: 1260px) {
      .new-customer-fact-list li + li {
        margin-top: 0.34722vw; } }

/* ========== CREATE ACCOUNT PAGE ========== */
.template-forgotpassword .account--fixed,
.template-createaccount .account--fixed {
  width: 100%;
  max-width: 80%; }
  .template-forgotpassword .account--fixed .account-body,
  .template-createaccount .account--fixed .account-body {
    margin-left: 0;
    margin-right: 0; }

.template-forgotpassword .account,
.template-createaccount .account {
  padding: 60px 0; }
  @media screen and (min-width: 1260px) {
    .template-forgotpassword .account,
    .template-createaccount .account {
      padding: 4.16667vw 0; } }
  @media screen and (max-width: 1023px) {
    .template-forgotpassword .account,
    .template-createaccount .account {
      max-width: 100%; } }
  @media screen and (max-width: 666px) {
    .template-forgotpassword .account,
    .template-createaccount .account {
      padding: 40px 0; } }
  .template-forgotpassword .account .select2-selection--single,
  .template-createaccount .account .select2-selection--single {
    border: 1px solid black;
    line-height: 20.02px; }
    @media screen and (min-width: 1260px) {
      .template-forgotpassword .account .select2-selection--single,
      .template-createaccount .account .select2-selection--single {
        line-height: 1.39028vw; } }
  .template-forgotpassword .account .select2-dropdown,
  .template-createaccount .account .select2-dropdown {
    border-top: 0; }

.template-forgotpassword .account--fixedSmall {
  max-width: 600px;
  margin: 0 auto; }
  @media screen and (min-width: 1260px) {
    .template-forgotpassword .account--fixedSmall {
      max-width: 41.66667vw; } }

.template-forgotpassword .form-prefixPostfix {
  flex-direction: row; }
  .template-forgotpassword .form-prefixPostfix * {
    order: 1; }
  .template-forgotpassword .form-prefixPostfix .form-label {
    width: 100%; }
  .template-forgotpassword .form-prefixPostfix .form-input {
    margin: 0;
    width: calc(100% - 190px);
    flex: none; }
    @media (min-width: 667px) {
      .template-forgotpassword .form-prefixPostfix .form-input {
        border-right: 0; } }
    @media screen and (min-width: 1260px) {
      .template-forgotpassword .form-prefixPostfix .form-input {
        width: calc(100% - 13.19444vw); } }
    @media screen and (max-width: 666px) {
      .template-forgotpassword .form-prefixPostfix .form-input {
        width: 100%; } }
  .template-forgotpassword .form-prefixPostfix .button {
    margin: 0;
    width: 190px; }
    @media screen and (min-width: 1260px) {
      .template-forgotpassword .form-prefixPostfix .button {
        width: 13.19444vw; } }
    @media screen and (max-width: 666px) {
      .template-forgotpassword .form-prefixPostfix .button {
        width: 100%;
        margin-top: 16px; } }
  .template-forgotpassword .form-prefixPostfix .form-inlineMessage {
    width: 100%;
    display: inline-block; }
    .template-forgotpassword .form-prefixPostfix .form-inlineMessage::before {
      width: 14px;
      height: 14px;
      top: 2.2px;
      margin-right: 1px; }
      @media screen and (min-width: 1260px) {
        .template-forgotpassword .form-prefixPostfix .form-inlineMessage::before {
          width: 0.97222vw;
          height: 0.97222vw;
          top: 0.15278vw;
          margin-right: 0.06944vw; } }

/* ========== RESET PASSWORD PAGE ========== */
.template-forgotpassword .password-inner {
  max-width: 80%;
  margin: 0 auto; }

.template-forgotpassword .page-heading + p {
  text-align: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1023px) {
    .template-forgotpassword .page-heading + p {
      max-width: 100%; } }

.forgot-password-form {
  margin-top: 50px; }
  @media screen and (min-width: 1260px) {
    .forgot-password-form {
      margin-top: 3.47222vw; } }
  @media screen and (max-width: 666px) {
    .forgot-password-form {
      margin-top: 20px; } }

.button.remove-item-btn {
  height: auto;
  min-width: auto;
  padding: 13.5px 15px; }
  @media screen and (min-width: 1260px) {
    .button.remove-item-btn {
      padding: 0.9375vw 1.04167vw; } }
  @media screen and (max-width: 666px) {
    .button.remove-item-btn {
      height: auto;
      padding: 11px 15px;
      margin: 0 auto; } }

/* ========== ACCOUNT NAVIGATION ========== */
.navBar--sub {
  display: block;
  margin-bottom: 55px; }
  @media screen and (min-width: 1260px) {
    .navBar--sub {
      margin-bottom: 3.81944vw; } }
  @media screen and (max-width: 1023px) {
    .navBar--sub {
      margin-bottom: 35px; } }
  @media screen and (max-width: 666px) {
    .navBar--sub {
      margin-bottom: 20px; } }
  .navBar--sub .navBar-item {
    margin: 0 15px; }
    @media screen and (min-width: 1260px) {
      .navBar--sub .navBar-item {
        margin: 0 1.04167vw; } }
    @media screen and (max-width: 1023px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media screen and (max-width: 767px) {
      .navBar--sub .navBar-item {
        margin-bottom: 10px; } }
    .navBar--sub .navBar-item .navBar-action {
      font-size: 16px;
      line-height: 22px;
      color: black; }
      @media screen and (min-width: 1260px) {
        .navBar--sub .navBar-item .navBar-action {
          font-size: 1.11111vw;
          line-height: 1.52778vw; } }
      .navBar--sub .navBar-item .navBar-action:hover {
        color: #604f40; }
      .navBar--sub .navBar-item .navBar-action.logout {
        font-weight: 500;
        color: black;
        text-decoration: underline; }
        .navBar--sub .navBar-item .navBar-action.logout:hover {
          color: black; }
    .navBar--sub .navBar-item.is-active {
      border-bottom: 1px solid black;
      color: black; }
      .navBar--sub .navBar-item.is-active .navBar-action {
        color: black; }

/* ========== ACCOUNT PAGES COMMON ELEMENT========== */
.account {
  margin-bottom: 0; }
  .account.account--fixed, .account.account--fixedSmall, .account.account--fixedLarge {
    width: 100%; }

.account-head {
  margin-bottom: 30px; }
  @media screen and (min-width: 1260px) {
    .account-head {
      margin-bottom: 2.08333vw; } }

.account-heading, .account h2:not(.page-heading) {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-transform: uppercase; }
  @media screen and (min-width: 1260px) {
    .account-heading, .account h2:not(.page-heading) {
      font-size: 1.38889vw;
      padding-bottom: 0.69444vw;
      margin-bottom: 1.38889vw; } }

.account h2:not(.page-heading) {
  margin-bottom: 30px; }
  @media screen and (min-width: 1260px) {
    .account h2:not(.page-heading) {
      margin-bottom: 2.08333vw; } }

/* ========== ORDER LISTING PAGES ========== */
.account-listItem {
  padding: 30px 0; }
  @media screen and (min-width: 1260px) {
    .account-listItem {
      padding: 2.08333vw 0; } }
  @media screen and (max-width: 1023px) {
    .account-listItem {
      padding: 25px 0; } }

.account-product-price {
  font-size: 16px; }
  @media screen and (min-width: 1260px) {
    .account-product-price {
      font-size: 1.11111vw; } }

.account-product-title {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 500; }
  @media screen and (min-width: 1260px) {
    .account-product-title {
      font-size: 1.11111vw;
      margin-bottom: 0.34722vw; } }
  @media screen and (max-width: 767px) {
    .account-product-title {
      font-size: 14px; } }
  .account-product-title a {
    text-decoration: underline; }
    .account-product-title a:hover {
      color: #604f40; }

.account-product-description {
  margin-bottom: 15px; }
  @media screen and (min-width: 1260px) {
    .account-product-description {
      margin-bottom: 1.04167vw; } }

.account-product-details {
  margin: 0 -15px; }
  @media screen and (min-width: 1260px) {
    .account-product-details {
      margin: 0 -1.04167vw; } }
  .account-product-details .account-product-detail {
    padding: 0 15px; }
    @media screen and (min-width: 1260px) {
      .account-product-details .account-product-detail {
        padding: 0 1.04167vw; } }
    .account-product-details .account-product-detail .account-product-detail-heading {
      font-size: 12px;
      margin: 0 0 5px 0; }
      @media screen and (min-width: 1260px) {
        .account-product-details .account-product-detail .account-product-detail-heading {
          font-size: 0.83333vw;
          margin: 0 0 0.34722vw 0; } }

@media screen and (max-width: 767px) {
  .account-orderStatus {
    position: relative;
    margin-bottom: 10px; } }

.account-orderStatus-label {
  padding: 8px 10px;
  font-size: 12px;
  background: #cccccc;
  font-weight: 500;
  margin: 0; }
  @media screen and (min-width: 1260px) {
    .account-orderStatus-label {
      padding: 0.55556vw 0.69444vw;
      font-size: 0.83333vw; } }

.account-body {
  margin-left: -12px;
  margin-right: -12px; }
  @media screen and (min-width: 1260px) {
    .account-body {
      margin-left: -0.83333vw;
      margin-right: -0.83333vw; } }
  .account-body .form-actions .button {
    margin: 0 auto; }

.account-content {
  padding-left: 12px;
  padding-right: 12px; }
  @media screen and (min-width: 1260px) {
    .account-content {
      padding-left: 0.83333vw;
      padding-right: 0.83333vw; } }

.account-sidebar {
  padding-left: 12px;
  padding-right: 12px; }
  @media screen and (min-width: 1260px) {
    .account-sidebar {
      padding-left: 0.83333vw;
      padding-right: 0.83333vw; } }
  @media screen and (max-width: 1023px) {
    .account-sidebar {
      float: none;
      width: 100%;
      clear: both; } }
  @media screen and (max-width: 666px) {
    .account-sidebar .account-reorder-form {
      width: 100%; }
    .account-sidebar .button {
      width: 100%;
      -webkit-justify-content: center;
      justify-content: center; } }

@media screen and (max-width: 666px) {
  .template-account_order .account-sidebar .button {
    width: auto;
    -webkit-justify-content: center;
    justify-content: center; } }

.account-content--fixedSmall {
  width: 60%; }
  @media screen and (max-width: 1023px) {
    .account-content--fixedSmall {
      width: 100%;
      float: none; } }

@media screen and (max-width: 666px) {
  .template-account_inbox .account-heading, .template-account_inbox .account h2:not(.page-heading), .account .template-account_inbox h2:not(.page-heading), .template-account_inbox .account h2:not(.page-heading) {
    font-size: 16px;
    line-height: 23px; } }

.account-sidebar-block {
  font-size: 14px;
  line-height: 23px; }
  @media screen and (min-width: 1260px) {
    .account-sidebar-block {
      font-size: 0.97222vw;
      line-height: 1.59722vw; } }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 30px; }
    @media screen and (min-width: 1260px) {
      .account-sidebar-block + .account-sidebar-block {
        margin-top: 2.08333vw; } }

.account-product--alignMiddle .account-product-checkItem {
  width: 30px; }
  @media screen and (min-width: 1260px) {
    .account-product--alignMiddle .account-product-checkItem {
      width: 2.08333vw; } }

.account-product--alignMiddle .account-product-checkItem,
.account-product--alignMiddle .account-product-figure {
  left: auto; }

.account-product--alignMiddle .account-product-checkItem .form-label {
  width: 14px;
  height: 14px; }
  @media screen and (min-width: 1260px) {
    .account-product--alignMiddle .account-product-checkItem .form-label {
      width: 0.97222vw;
      height: 0.97222vw; } }
  .account-product--alignMiddle .account-product-checkItem .form-label::before {
    width: 14px;
    height: 14px;
    border-radius: 0;
    border: 0;
    background: #E6E6E6;
    margin-top: -7px; }
    @media screen and (min-width: 1260px) {
      .account-product--alignMiddle .account-product-checkItem .form-label::before {
        width: 0.97222vw;
        height: 0.97222vw;
        margin-top: -0.48611vw; } }
  .account-product--alignMiddle .account-product-checkItem .form-label::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4L3 6L7 2' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E%0A");
    background-size: 9px auto;
    background-color: black;
    margin-top: -8px;
    left: 0;
    width: 14px;
    height: 14px; }
    @media screen and (min-width: 1260px) {
      .account-product--alignMiddle .account-product-checkItem .form-label::after {
        background-size: 0.625vw auto;
        margin-top: -0.55556vw;
        width: 0.97222vw;
        height: 0.97222vw; } }

.account-product--alignMiddle .account-product-body {
  padding-left: 30px; }
  @media screen and (min-width: 1260px) {
    .account-product--alignMiddle .account-product-body {
      padding-left: 2.08333vw; } }
  @media screen and (max-width: 1023px) {
    .account-product--alignMiddle .account-product-body {
      padding-left: 15px; } }

@media screen and (max-width: 767px) {
  .account-product-body {
    padding-bottom: 0; } }

.account-product-body .definitionList {
  font-size: 12px; }
  @media screen and (min-width: 1260px) {
    .account-product-body .definitionList {
      font-size: 0.83333vw; } }
  @media screen and (max-width: 1023px) {
    .account-product-body .definitionList {
      margin-top: 0px; } }
  .account-product-body .definitionList + p {
    margin-top: 20px; }
    @media screen and (min-width: 1260px) {
      .account-product-body .definitionList + p {
        margin-top: 1.38889vw; } }

.account-product-figure {
  width: 150px;
  margin: 0 20px 0 0; }
  @media screen and (min-width: 1260px) {
    .account-product-figure {
      width: 10.41667vw;
      margin: 0 1.38889vw 0 0; } }
  @media screen and (max-width: 1023px) {
    .account-product-figure {
      width: 70px;
      vertical-align: middle; } }
  .account-product-figure:after {
    display: none; }

.account-order-address li {
  margin-top: 5px; }
  @media screen and (min-width: 1260px) {
    .account-order-address li {
      margin-top: 0.34722vw; } }

.definitionList-value {
  margin-bottom: 4px; }
  @media screen and (min-width: 1260px) {
    .definitionList-value {
      margin-bottom: 0.27778vw; } }

.account-orderTotal {
  margin-top: 0; }
  @media screen and (max-width: 1023px) {
    .account-orderTotal {
      float: none;
      width: 100%; } }

/* ========== MESSAGE PAGE ========== */
.account-message .account-product-title {
  color: #333333; }

/* ========== WISHLIST PAGE ========== */
.wishlists-table {
  max-width: 100%; }
  .wishlists-table .table-actions {
    width: 100px; }
    @media screen and (min-width: 1260px) {
      .wishlists-table .table-actions {
        width: 6.94444vw; } }
    .wishlists-table .table-actions .button {
      margin: 0;
      display: block;
      width: 100%; }
      .wishlists-table .table-actions .button + .button {
        margin-left: 0;
        margin-top: 10px; }
        @media screen and (min-width: 1260px) {
          .wishlists-table .table-actions .button + .button {
            margin-top: 0.69444vw; } }

.share-wishlist {
  max-width: 60%;
  margin-bottom: 50px; }
  @media screen and (min-width: 1260px) {
    .share-wishlist {
      margin-bottom: 3.47222vw; } }
  @media screen and (max-width: 1023px) {
    .share-wishlist {
      max-width: 100%;
      margin-bottom: 20px; } }
  .share-wishlist .panel-body {
    background: #999999;
    padding: 30px; }
    @media screen and (min-width: 1260px) {
      .share-wishlist .panel-body {
        padding: 2.08333vw; } }
    .share-wishlist .panel-body h5 {
      font-size: 16px;
      margin-bottom: 15px; }
      @media screen and (min-width: 1260px) {
        .share-wishlist .panel-body h5 {
          font-size: 1.11111vw;
          margin-bottom: 1.04167vw; } }
    @media screen and (max-width: 767px) {
      .share-wishlist .panel-body {
        padding: 20px; } }
  .share-wishlist .form-input[readonly] {
    background: white; }

@media screen and (max-width: 1023px) {
  .template-wishlist .productGrid {
    margin: 0; } }

.template-wishlist .productGrid .product {
  position: relative; }
  .template-wishlist .productGrid .product .form {
    position: absolute;
    margin: 0;
    top: 0px;
    left: 30px; }
    @media screen and (min-width: 1260px) {
      .template-wishlist .productGrid .product .form {
        left: 2.08333vw; } }
    @media screen and (max-width: 666px) {
      .template-wishlist .productGrid .product .form {
        top: 25%;
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        text-align: center; } }

.template-wishlist .sale-flag-side {
  display: none; }

/* ========== ADDRESS PAGE ========== */
.template-account_addressbook .account-body {
  margin-left: 0;
  margin-right: 0; }

.panel--address .panel-body {
  padding: 30px;
  background: #999999; }
  @media screen and (min-width: 1260px) {
    .panel--address .panel-body {
      padding: 2.08333vw; } }

.template-shippingaddressform .account-body {
  margin-left: 0;
  margin-right: 0; }

.template-shippingaddressform .body {
  overflow: visible; }

.addressList {
  margin-left: -12px;
  margin-right: -12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin-bottom: 0; }
  @media screen and (min-width: 1260px) {
    .addressList {
      margin-left: -0.83333vw;
      margin-right: -0.83333vw; } }
  @media screen and (max-width: 1259px) {
    .addressList {
      margin: 0; } }

.address {
  padding-left: 12px;
  padding-right: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 20px;
  width: 33.33%; }
  @media screen and (min-width: 1260px) {
    .address {
      padding-left: 0.83333vw;
      padding-right: 0.83333vw; } }
  @media screen and (min-width: 1260px) {
    .address {
      margin-top: 1.38889vw; } }
  @media screen and (max-width: 1023px) {
    .address {
      width: 50%; } }
  @media screen and (max-width: 666px) {
    .address {
      width: 100%; } }
  .address .panel--address {
    font-size: 16px;
    height: 100%;
    width: 100%;
    -webkit-text-fill-color: initial; }
    @media screen and (min-width: 1260px) {
      .address .panel--address {
        font-size: 1.11111vw; } }
    .address .panel--address .panel-body {
      margin-bottom: 0;
      height: 100%; }

.address-details {
  margin-bottom: 10px; }
  @media screen and (min-width: 1260px) {
    .address-details {
      margin-bottom: 0.69444vw; } }

.address-details--postal {
  font-size: 16px; }
  @media screen and (min-width: 1260px) {
    .address-details--postal {
      font-size: 1.11111vw; } }
  .address-details--postal li + li {
    margin-top: 4px; }
    @media screen and (min-width: 1260px) {
      .address-details--postal li + li {
        margin-top: 0.27778vw; } }

.panel--address .address-label,
.panel--address .address-description {
  font-size: 14px; }
  @media screen and (min-width: 1260px) {
    .panel--address .address-label,
    .panel--address .address-description {
      font-size: 0.97222vw; } }

.panel--address .form-actions {
  position: relative;
  width: auto;
  margin: 0;
  bottom: auto;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media screen and (min-width: 1260px) {
    .panel--address .form-actions {
      margin-top: 1.04167vw; } }
  .panel--address .form-actions .button {
    margin: 0; }
    .panel--address .form-actions .button + .button {
      margin-left: 10px; }
      @media screen and (min-width: 1260px) {
        .panel--address .form-actions .button + .button {
          margin-left: 0.69444vw; } }

/* ========== GIFTCERTIFICATE PAGE ========== */
.template-giftcertificates_redeem .body .account h3,
.template-giftcertificates_balance .body .account h3 {
  text-align: center; }
  .template-giftcertificates_redeem .body .account h3 + p,
  .template-giftcertificates_balance .body .account h3 + p {
    text-align: center; }

.template-giftcertificates_redeem .body .account ol,
.template-giftcertificates_balance .body .account ol {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto; }
  .template-giftcertificates_redeem .body .account ol li,
  .template-giftcertificates_balance .body .account ol li {
    margin-top: 10px; }
    @media screen and (min-width: 1260px) {
      .template-giftcertificates_redeem .body .account ol li,
      .template-giftcertificates_balance .body .account ol li {
        margin-top: 0.69444vw; } }

/* ========== ORDER RETURN PAGE ========== */
.account--addReturn .table {
  margin-top: 0;
  margin-bottom: 50px; }
  @media screen and (min-width: 1260px) {
    .account--addReturn .table {
      margin-bottom: 3.47222vw; } }

.account--addReturn .table th {
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px; }
  @media screen and (min-width: 1260px) {
    .account--addReturn .table th {
      padding-top: 0.69444vw;
      padding-bottom: 0.69444vw; } }
  .account--addReturn .table th + th {
    padding-left: 20px; }
    @media screen and (min-width: 1260px) {
      .account--addReturn .table th + th {
        padding-left: 1.38889vw; } }

.account--addReturn .table td {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 1260px) {
    .account--addReturn .table td {
      padding-top: 1.04167vw;
      padding-bottom: 1.04167vw; } }
  @media screen and (max-width: 767px) {
    .account--addReturn .table td {
      display: block;
      padding-top: 0; } }
  .account--addReturn .table td + td {
    padding-left: 20px; }
    @media screen and (min-width: 1260px) {
      .account--addReturn .table td + td {
        padding-left: 1.38889vw; } }
    @media screen and (max-width: 767px) {
      .account--addReturn .table td + td {
        padding-left: 0; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table tr {
    display: block;
    padding: 20px 0; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table .return-itemQuantity {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table .return-itemPrice {
    text-align: left; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table-thead {
    display: none; } }

@media screen and (max-width: 767px) {
  .account--addReturn .table-body {
    display: block; } }

.account--addReturn .table .return-itemName {
  font-size: 16px;
  font-weight: 500; }
  @media screen and (min-width: 1260px) {
    .account--addReturn .table .return-itemName {
      font-size: 1.11111vw; } }
  .account--addReturn .table .return-itemName .return-itemTitle + .definitionList {
    margin-top: 0; }
  .account--addReturn .table .return-itemName .definitionList dt {
    clear: both;
    float: left;
    margin-bottom: 5px;
    font-weight: normal;
    margin-right: 5px;
    font-size: 14px; }
    @media screen and (min-width: 1260px) {
      .account--addReturn .table .return-itemName .definitionList dt {
        margin-bottom: 0.34722vw;
        margin-right: 0.34722vw;
        font-size: 0.97222vw; } }
    @media screen and (max-width: 767px) {
      .account--addReturn .table .return-itemName .definitionList dt {
        float: none;
        margin-bottom: 3px; } }
  .account--addReturn .table .return-itemName .definitionList dd {
    margin-bottom: 5px;
    font-size: 14px; }
    @media screen and (min-width: 1260px) {
      .account--addReturn .table .return-itemName .definitionList dd {
        margin-bottom: 0.34722vw;
        font-size: 0.97222vw; } }
    @media screen and (max-width: 767px) {
      .account--addReturn .table .return-itemName .definitionList dd {
        margin-bottom: 15px; } }

.account--addReturn .form-actions .button {
  margin: 0 auto; }

.account--addReturn .table .return-itemTitle + .definitionList {
  margin-top: 20px;
  margin-bottom: 0; }
  @media screen and (min-width: 1260px) {
    .account--addReturn .table .return-itemTitle + .definitionList {
      margin-top: 1.38889vw; } }

.return-itemPrice {
  margin-bottom: 0;
  color: #333333; }

@media screen and (max-width: 767px) {
  .return-itemQuantity .form-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
    width: auto;
    height: auto;
    position: relative; } }

.account--addReturn-row {
  margin-left: -12px;
  margin-right: -12px; }
  @media screen and (min-width: 1260px) {
    .account--addReturn-row {
      margin-left: -0.83333vw;
      margin-right: -0.83333vw; } }

.account--addReturn-column {
  padding-left: 12px;
  padding-right: 12px; }
  @media screen and (min-width: 1260px) {
    .account--addReturn-column {
      padding-left: 0.83333vw;
      padding-right: 0.83333vw; } }
  @media screen and (max-width: 767px) {
    .account--addReturn-column {
      width: 100%;
      float: none; } }

/* ========== RESPONSIVE BUTTON STYLE ========== */
@media screen and (max-width: 666px) {
  .template-giftcertificates .body .form-actions .button,
  .template-giftcertificates .body .form-actions + input.button,
  .template-account_inbox .body .form-actions .button,
  .template-account_inbox .body .form-actions + input.button,
  .template-shippingaddressform .body .form-actions .button,
  .template-shippingaddressform .body .form-actions + input.button,
  .template-wishlists .body .form-actions .button,
  .template-wishlists .body .form-actions + input.button {
    width: 100%;
    display: block; } }

@media screen and (max-width: 666px) {
  .template-giftcertificates .body .form-actions .button + .button,
  .template-giftcertificates .body .form-actions .button + input.button,
  .template-giftcertificates .body .form-actions + input.button + .button,
  .template-giftcertificates .body .form-actions + input.button + input.button,
  .template-account_inbox .body .form-actions .button + .button,
  .template-account_inbox .body .form-actions .button + input.button,
  .template-account_inbox .body .form-actions + input.button + .button,
  .template-account_inbox .body .form-actions + input.button + input.button,
  .template-shippingaddressform .body .form-actions .button + .button,
  .template-shippingaddressform .body .form-actions .button + input.button,
  .template-shippingaddressform .body .form-actions + input.button + .button,
  .template-shippingaddressform .body .form-actions + input.button + input.button,
  .template-wishlists .body .form-actions .button + .button,
  .template-wishlists .body .form-actions .button + input.button,
  .template-wishlists .body .form-actions + input.button + .button,
  .template-wishlists .body .form-actions + input.button + input.button {
    margin-top: 15px;
    margin-left: 0; } }

@media screen and (max-width: 666px) {
  .template-giftcertificates .body .form-actions input + input.button,
  .template-account_inbox .body .form-actions input + input.button,
  .template-shippingaddressform .body .form-actions input + input.button,
  .template-wishlists .body .form-actions input + input.button {
    margin-top: 15px;
    margin-left: 0; } }

.form-actions {
  margin: 0;
  max-width: 100%; }

.template-createaccount_thanks .page-content,
.template-404 .page-content,
.template-403 .page-content {
  min-height: 250px;
  max-width: 800px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column; }
  @media screen and (min-width: 1260px) {
    .template-createaccount_thanks .page-content,
    .template-404 .page-content,
    .template-403 .page-content {
      min-height: 17.36111vw;
      max-width: 55.55556vw; } }
  @media screen and (max-width: 767px) {
    .template-createaccount_thanks .page-content,
    .template-404 .page-content,
    .template-403 .page-content {
      min-height: 200px; } }
  .template-createaccount_thanks .page-content .form,
  .template-createaccount_thanks .page-content .form-field,
  .template-404 .page-content .form,
  .template-404 .page-content .form-field,
  .template-403 .page-content .form,
  .template-403 .page-content .form-field {
    margin-bottom: 0; }
  @media only screen and (max-width: 567px) {
    .template-createaccount_thanks .page-content .form-input,
    .template-404 .page-content .form-input,
    .template-403 .page-content .form-input {
      margin: 0; } }
  .template-createaccount_thanks .page-content .button,
  .template-404 .page-content .button,
  .template-403 .page-content .button {
    margin: 0 auto; }
    @media only screen and (max-width: 567px) {
      .template-createaccount_thanks .page-content .button,
      .template-404 .page-content .button,
      .template-403 .page-content .button {
        margin: 15px 0 0 0; } }

.template-404 .page-content {
  min-height: auto;
  margin-bottom: 80px; }
  @media screen and (min-width: 1260px) {
    .template-404 .page-content {
      margin-bottom: 5.55556vw; } }
  @media screen and (max-width: 1023px) {
    .template-404 .page-content {
      margin-bottom: 60px; } }
  @media screen and (max-width: 666px) {
    .template-404 .page-content {
      margin-bottom: 40px; } }

.template-404 .body {
  min-height: auto; }

.account .form {
  margin-bottom: 0; }

.account-content .pagination {
  margin-bottom: 0;
  margin-top: 35px; }
  @media screen and (min-width: 1260px) {
    .account-content .pagination {
      margin-top: 2.43056vw; } }

.pagination .pagination-list--small .pagination-item {
  border: 0;
  background: none; }

.account-orderTotal {
  font-size: 14px;
  line-height: 23px; }
  @media screen and (min-width: 1260px) {
    .account-orderTotal {
      font-size: 0.97222vw;
      line-height: 1.59722vw; } }
  .account-orderTotal .account-orderTotal-key,
  .account-orderTotal .account-orderTotal-value {
    padding: 20px 0; }
    @media screen and (min-width: 1260px) {
      .account-orderTotal .account-orderTotal-key,
      .account-orderTotal .account-orderTotal-value {
        padding: 1.38889vw 0; } }
  .account-orderTotal .account-orderTotal-value:last-child {
    font-size: 18px; }
    @media screen and (min-width: 1260px) {
      .account-orderTotal .account-orderTotal-value:last-child {
        font-size: 1.25vw; } }

.template-account_inbox .account .form-actions,
.template-shippingaddressform .account .form-actions,
.template-editaccount .account .form-actions,
.template-giftcertificates .account .form-actions {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  width: 100%;
  max-width: 100%; }

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

.gift-certificate-form .form-column > .form-field {
  padding-left: 0;
  padding-right: 0; }

.gift-certificate-form .form-column .form-field-group {
  padding: 20px; }
  @media screen and (min-width: 1260px) {
    .gift-certificate-form .form-column .form-field-group {
      padding: 1.38889vw; } }

.gift-certificate-form .form-checkbox + .form-label {
  font-size: 14px;
  padding-left: 30px; }
  @media screen and (min-width: 1260px) {
    .gift-certificate-form .form-checkbox + .form-label {
      font-size: 0.97222vw;
      padding-left: 2.08333vw; } }
  .gift-certificate-form .form-checkbox + .form-label::before, .gift-certificate-form .form-checkbox + .form-label::after {
    border-radius: 0;
    width: 18px;
    height: 18px; }
    @media screen and (min-width: 1260px) {
      .gift-certificate-form .form-checkbox + .form-label::before, .gift-certificate-form .form-checkbox + .form-label::after {
        width: 1.25vw;
        height: 1.25vw; } }
  .gift-certificate-form .form-checkbox + .form-label:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 0, 0, 0.999)' /%3E%3C/svg%3E");
    background-size: 16px auto; }
    @media screen and (min-width: 1260px) {
      .gift-certificate-form .form-checkbox + .form-label:after {
        background-size: 1.11111vw auto; } }

.gift-certificate-form .form-radio + .form-label {
  font-size: 14px;
  padding-left: 30px; }
  @media screen and (min-width: 1260px) {
    .gift-certificate-form .form-radio + .form-label {
      font-size: 0.97222vw;
      padding-left: 2.08333vw; } }
  .gift-certificate-form .form-radio + .form-label::before {
    width: 18px;
    height: 18px; }
    @media screen and (min-width: 1260px) {
      .gift-certificate-form .form-radio + .form-label::before {
        width: 1.25vw;
        height: 1.25vw; } }
  .gift-certificate-form .form-radio + .form-label:after {
    background: black;
    border: 3px solid black;
    width: 12px;
    height: 12px;
    top: 6px;
    left: 3px; }
    @media screen and (min-width: 1260px) {
      .gift-certificate-form .form-radio + .form-label:after {
        width: 0.83333vw;
        height: 0.83333vw;
        top: 0.38194vw;
        left: 0.20833vw; } }
    @media screen and (min-width: 2880px) {
      .gift-certificate-form .form-radio + .form-label:after {
        top: 0.3125vw; } }

.gift-certificate-form .form-field--success .form-radio + .form-label::before {
  border-color: black; }

.account-orderStatus-action {
  font-style: normal;
  color: white;
  font-size: 12px; }
  @media screen and (min-width: 1260px) {
    .account-orderStatus-action {
      font-size: 0.83333vw; } }
  .account-orderStatus-action:hover {
    color: black; }

.account-content .form .table-thead th {
  font-size: 14px;
  line-height: 18px; }
  @media screen and (min-width: 1260px) {
    .account-content .form .table-thead th {
      font-size: 0.97222vw;
      line-height: 1.25vw; } }

.account-reorder-form {
  margin-bottom: 15px; }
  @media screen and (min-width: 1260px) {
    .account-reorder-form {
      margin-bottom: 1.04167vw; } }

.template-sitemap .header {
  border-bottom: 1px solid black; }

.template-sitemap .page-content {
  float: none;
  margin-bottom: 14px;
  padding: 0; }
  @media screen and (min-width: 1260px) {
    .template-sitemap .page-content {
      margin-bottom: 0.97222vw; } }
  @media only screen and (max-width: 1023px) {
    .template-sitemap .page-content {
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .template-sitemap .page-content {
      margin-bottom: 0px; } }
  .template-sitemap .page-content > ul {
    margin: 0 -10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start; }
    @media screen and (min-width: 1260px) {
      .template-sitemap .page-content > ul {
        margin: 0 -0.69444vw; } }
    @media only screen and (max-width: 666px) {
      .template-sitemap .page-content > ul {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap; } }
    .template-sitemap .page-content > ul > li {
      width: 33.33%;
      list-style: none;
      padding: 0 10px;
      background: none; }
      @media screen and (min-width: 1260px) {
        .template-sitemap .page-content > ul > li {
          padding: 0 0.69444vw; } }
      @media only screen and (max-width: 666px) {
        .template-sitemap .page-content > ul > li {
          width: 50%;
          margin-bottom: 20px; } }
      @media only screen and (max-width: 567px) {
        .template-sitemap .page-content > ul > li {
          width: 100%; } }
      .template-sitemap .page-content > ul > li h3 {
        padding-bottom: 0; }
      .template-sitemap .page-content > ul > li ul {
        margin-bottom: 0;
        margin-left: 15px; }
        @media screen and (min-width: 1260px) {
          .template-sitemap .page-content > ul > li ul {
            margin-left: 1.04167vw; } }
        .template-sitemap .page-content > ul > li ul li {
          list-style: disc;
          position: relative;
          margin: 8px 0; }
          @media screen and (min-width: 1260px) {
            .template-sitemap .page-content > ul > li ul li {
              margin: 0.55556vw 0; } }
          .template-sitemap .page-content > ul > li ul li a {
            color: black; }
            .template-sitemap .page-content > ul > li ul li a:hover {
              color: black; }
          .template-sitemap .page-content > ul > li ul li .view-all {
            color: black; }
            .template-sitemap .page-content > ul > li ul li .view-all:hover {
              text-decoration: underline; }
          .template-sitemap .page-content > ul > li ul li ul li {
            list-style: circle; }

.alertBox {
  padding: 15px 30px;
  font-size: 14px;
  margin-bottom: 10px;
  border-radius: 0; }
  @media screen and (min-width: 1260px) {
    .alertBox {
      padding: 1.04167vw 2.08333vw;
      font-size: 0.97222vw;
      margin-bottom: 0.69444vw; } }

.template-account_returns .account {
  min-height: 250px; }
  @media screen and (min-width: 1260px) {
    .template-account_returns .account {
      min-height: 17.36111vw; } }

.template-shippingaddressform .account-body .form-actions .button {
  margin: 0;
  min-width: 167px; }
  @media screen and (min-width: 1260px) {
    .template-shippingaddressform .account-body .form-actions .button {
      min-width: 11.59722vw; } }
  .template-shippingaddressform .account-body .form-actions .button + .button {
    margin-left: 30px; }
    @media screen and (min-width: 1260px) {
      .template-shippingaddressform .account-body .form-actions .button + .button {
        margin-left: 2.08333vw; } }
    @media screen and (max-width: 666px) {
      .template-shippingaddressform .account-body .form-actions .button + .button {
        margin-left: 0; } }

.template-shippingaddressform .account-body .form-row .form-field {
  margin-bottom: 30px; }
  @media screen and (min-width: 1260px) {
    .template-shippingaddressform .account-body .form-row .form-field {
      margin-bottom: 2.08333vw; } }

.address-symbol {
  font-size: 50px; }
  @media screen and (min-width: 1260px) {
    .address-symbol {
      font-size: 3.47222vw; } }

.template-page .page .page-content {
  min-height: 300px; }
  @media screen and (min-width: 1260px) {
    .template-page .page .page-content {
      min-height: 20.83333vw; } }
  @media screen and (max-width: 767px) {
    .template-page .page .page-content {
      min-height: 180px; } }

.template-account_inbox .account-body .form-actions .button {
  margin: 0; }
  .template-account_inbox .account-body .form-actions .button + .button {
    margin-left: 15px; }
    @media screen and (min-width: 1260px) {
      .template-account_inbox .account-body .form-actions .button + .button {
        margin-left: 1.04167vw; } }
    @media screen and (max-width: 666px) {
      .template-account_inbox .account-body .form-actions .button + .button {
        margin-left: 0; } }

.form-row {
  margin: 0 -15px; }
  @media screen and (min-width: 1260px) {
    .form-row {
      margin: 0 -1.04167vw; } }
  @media screen and (max-width: 666px) {
    .form-row {
      margin: 0 -10px; } }
  .form-row .form-field {
    padding: 0 15px; }
    @media screen and (min-width: 1260px) {
      .form-row .form-field {
        padding: 0 1.04167vw; } }
    @media screen and (max-width: 666px) {
      .form-row .form-field {
        padding: 0 10px; } }

.template-createaccount_thanks .page-section-header {
  width: 100%;
  display: inline-block; }
  .template-createaccount_thanks .page-section-header .page-heading {
    margin-top: 36px;
    text-transform: uppercase; }
    @media screen and (min-width: 1260px) {
      .template-createaccount_thanks .page-section-header .page-heading {
        margin-top: 2.5vw; } }
    @media screen and (max-width: 666px) {
      .template-createaccount_thanks .page-section-header .page-heading {
        margin-top: 20px; } }

.template-createaccount_thanks .page {
  padding: 80px 0;
  margin: 0 auto;
  max-width: 800px; }
  @media screen and (min-width: 1260px) {
    .template-createaccount_thanks .page {
      padding: 5.55556vw 0;
      max-width: 55.55556vw; } }
  @media screen and (max-width: 1023px) {
    .template-createaccount_thanks .page {
      padding: 60px 0; } }
  @media screen and (max-width: 666px) {
    .template-createaccount_thanks .page {
      padding: 40px 0; } }
  .template-createaccount_thanks .page .page-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 100%; }
    .template-createaccount_thanks .page .page-content .button {
      margin-top: 40px; }
      @media screen and (min-width: 1260px) {
        .template-createaccount_thanks .page .page-content .button {
          margin-top: 2.77778vw; } }
      @media screen and (max-width: 666px) {
        .template-createaccount_thanks .page .page-content .button {
          margin-top: 30px; } }

.loged-wrapper {
  padding: 60px 0;
  width: 100%;
  display: inline-block; }
  @media screen and (min-width: 1260px) {
    .loged-wrapper {
      padding: 4.16667vw 0; } }
  @media screen and (max-width: 666px) {
    .loged-wrapper {
      padding: 40px 0; } }
  .loged-wrapper .panel--address .panel-body {
    background: #faf3ed;
    border: 0; }
    @media screen and (max-width: 1259px) {
      .loged-wrapper .panel--address .panel-body .button {
        min-width: 115px; } }
  .loged-wrapper .select2-container .select2-selection--single {
    border: 1px solid black;
    line-height: 20.02px; }
    @media screen and (min-width: 1260px) {
      .loged-wrapper .select2-container .select2-selection--single {
        line-height: 1.39028vw; } }

.alertBox--info {
  background-color: #a28973; }
  .alertBox--info svg {
    fill: #faf3ed; }

@media screen and (max-width: 1023px) {
  .navBar--account-loged.navBar--sub .navBar-item {
    margin-bottom: 15px; } }

.navBar--account-loged.navBar--sub .navBar-item .button {
  padding: 13px 15px;
  height: auto;
  min-width: auto; }
  @media screen and (min-width: 1260px) {
    .navBar--account-loged.navBar--sub .navBar-item .button {
      padding: 0.90278vw 1.04167vw; } }

.wishlist-form {
  max-width: 550px; }
  @media screen and (min-width: 1260px) {
    .wishlist-form {
      max-width: 38.19444vw; } }
  .wishlist-form .form-field {
    padding: 0;
    margin-bottom: 30px; }
    @media screen and (min-width: 1260px) {
      .wishlist-form .form-field {
        margin-bottom: 2.08333vw; } }
  .wishlist-form .form-actions .button {
    margin-left: auto;
    margin-right: auto; }
  .wishlist-form .form-checkbox:focus + label {
    outline: none !important; }
  .wishlist-form label {
    user-select: none; }

.template-wishlists .button {
  display: inline-block; }

.template-account_recentitems .card-figcaption-compare {
  opacity: 0;
  visibility: hidden; }

@media screen and (max-width: 1023px) {
  .template-account_recentitems .productGrid {
    margin-left: -20px;
    margin-right: -20px; } }

@media screen and (max-width: 767px) {
  .template-account_recentitems .productGrid {
    margin-left: -10px;
    margin-right: -10px; } }

.template-account_order .account-body .account-heading, .template-account_order .account-body .account h2:not(.page-heading), .account .template-account_order .account-body h2:not(.page-heading) {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 20px; }
  @media screen and (min-width: 1260px) {
    .template-account_order .account-body .account-heading, .template-account_order .account-body .account h2:not(.page-heading), .account .template-account_order .account-body h2:not(.page-heading) {
      font-size: 1.25vw;
      line-height: 1.66667vw;
      margin-bottom: 1.38889vw; } }

.template-account_order .account-body .account-content > .account-heading, .template-account_order .account-body .account .account-content > h2:not(.page-heading), .account .template-account_order .account-body .account-content > h2:not(.page-heading) {
  margin-bottom: 0; }

.template-account_order .account-body .account-content .account-list {
  margin: 0; }

.account-listShipping {
  padding: 30px 0; }
  @media screen and (min-width: 1260px) {
    .account-listShipping {
      padding: 2.08333vw 0; } }

.definitionList {
  margin-bottom: 20px; }
  @media screen and (min-width: 1260px) {
    .definitionList {
      margin-bottom: 1.38889vw; } }

.template-editaccount .form-row .form-field {
  margin-bottom: 30px; }
  @media screen and (min-width: 1260px) {
    .template-editaccount .form-row .form-field {
      margin-bottom: 2.08333vw; } }

.template-wishlists .table thead tr th,
.template-wishlists .table thead tr td {
  font-size: 14px;
  line-height: 23px;
  font-weight: 600; }
  @media screen and (min-width: 1260px) {
    .template-wishlists .table thead tr th,
    .template-wishlists .table thead tr td {
      font-size: 0.97222vw;
      line-height: 1.59722vw; } }

.template-wishlists .form-actions input + input {
  margin-left: 10px; }
  @media screen and (min-width: 1260px) {
    .template-wishlists .form-actions input + input {
      margin-left: 0.69444vw; } }

.wishlists-table.table {
  margin-top: 0;
  margin-bottom: 30px; }
  @media screen and (min-width: 1260px) {
    .wishlists-table.table {
      margin-bottom: 2.08333vw; } }
  .wishlists-table.table tbody tr td,
  .wishlists-table.table tbody tr th,
  .wishlists-table.table thead tr td,
  .wishlists-table.table thead tr th {
    padding: 10px 20px; }
    @media screen and (min-width: 1260px) {
      .wishlists-table.table tbody tr td,
      .wishlists-table.table tbody tr th,
      .wishlists-table.table thead tr td,
      .wishlists-table.table thead tr th {
        padding: 0.69444vw 1.38889vw; } }
    @media screen and (max-width: 666px) {
      .wishlists-table.table tbody tr td,
      .wishlists-table.table tbody tr th,
      .wishlists-table.table thead tr td,
      .wishlists-table.table thead tr th {
        padding: 10px 10px; } }
    .wishlists-table.table tbody tr td:first-child,
    .wishlists-table.table tbody tr th:first-child,
    .wishlists-table.table thead tr td:first-child,
    .wishlists-table.table thead tr th:first-child {
      padding-left: 0; }
    .wishlists-table.table tbody tr td:last-child,
    .wishlists-table.table tbody tr th:last-child,
    .wishlists-table.table thead tr td:last-child,
    .wishlists-table.table thead tr th:last-child {
      padding-right: 0; }
    @media screen and (max-width: 666px) {
      .wishlists-table.table tbody tr td .button,
      .wishlists-table.table tbody tr th .button,
      .wishlists-table.table thead tr td .button,
      .wishlists-table.table thead tr th .button {
        min-width: auto;
        padding: 18.5px 15px; } }

.panel.share-wishlist .panel-body {
  background: #faf3ed; }

.wishlist-form .form-checkbox + .form-label {
  font-size: 14px;
  line-height: 23px;
  padding-left: 26px; }
  @media screen and (min-width: 1260px) {
    .wishlist-form .form-checkbox + .form-label {
      font-size: 0.97222vw;
      line-height: 1.59722vw;
      padding-left: 1.80556vw; } }
  .wishlist-form .form-checkbox + .form-label::before {
    width: 16px;
    height: 16px;
    border-radius: 0;
    top: 2px; }
    @media screen and (min-width: 1260px) {
      .wishlist-form .form-checkbox + .form-label::before {
        width: 1.11111vw;
        height: 1.11111vw;
        top: 0.13889vw; } }
  .wishlist-form .form-checkbox + .form-label::after {
    font-size: 14px;
    line-height: 23px;
    width: 16px;
    height: 16px;
    top: 2px; }
    @media screen and (min-width: 1260px) {
      .wishlist-form .form-checkbox + .form-label::after {
        font-size: 0.97222vw;
        line-height: 1.59722vw;
        width: 1.11111vw;
        height: 1.11111vw;
        top: 0.13889vw; } }

.form-field--error .form-inlineMessage {
  width: 100%;
  display: inline-block; }
  .form-field--error .form-inlineMessage::before {
    width: 14px;
    height: 14px;
    top: 2.2px;
    margin-right: 1px; }
    @media screen and (min-width: 1260px) {
      .form-field--error .form-inlineMessage::before {
        width: 0.97222vw;
        height: 0.97222vw;
        top: 0.15278vw;
        margin-right: 0.06944vw; } }

@media screen and (max-width: 666px) {
  .account-listShipping .account-listShipping-title {
    line-height: 23px; } }

.footer {
  transform: none;
  background-color: #faf3ed;
  margin: 0;
  padding: 0; }
  .footer .footer-top {
    border-bottom: 1px solid black; }
    @media screen and (max-width: 1023px) {
      .footer .footer-top .container {
        padding: 0; } }
  .footer .footer-info-links {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding-top: 75px;
    padding-bottom: 80px;
    align-items: flex-start; }
    @media screen and (max-width: 1023px) {
      .footer .footer-info-links {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px; } }
    @media screen and (max-width: 767px) {
      .footer .footer-info-links {
        grid-template-columns: 1fr;
        padding: 20px 30px 10px 30px;
        grid-gap: 0px; } }
    @media screen and (min-width: 1260px) {
      .footer .footer-info-links {
        grid-gap: 1.38889vw;
        padding-top: 5.20833vw;
        padding-bottom: 5.55556vw; } }
    @media (min-width: 768px) {
      .footer .footer-info-links .footer-info-heading {
        pointer-events: none; } }
    @media screen and (max-width: 767px) {
      .footer .footer-info-links .footer-info-heading {
        padding: 10px 0;
        margin-bottom: 10px;
        cursor: pointer;
        position: relative; }
        .footer .footer-info-links .footer-info-heading::after {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3E%3Cpath d='M1 1L6 5.5L11 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E");
          width: 12px;
          height: 7px; }
        .footer .footer-info-links .footer-info-heading.active::after {
          transform: translateY(-50%) rotate(180deg); } }
    .footer .footer-info-links .footer-info-grid {
      display: flex;
      flex-wrap: wrap; }
    .footer .footer-info-links .footer-info-list {
      margin: 0;
      padding: 0; }
      @media (min-width: 768px) {
        .footer .footer-info-links .footer-info-list {
          display: flex !important; } }
      @media screen and (max-width: 767px) {
        .footer .footer-info-links .footer-info-list {
          width: 100%;
          display: none;
          padding-bottom: 20px; } }
      .footer .footer-info-links .footer-info-list li {
        display: flex;
        width: 100%;
        line-height: 1; }
        .footer .footer-info-links .footer-info-list li a {
          font-size: 14px;
          line-height: 21px;
          font-weight: 400; }
          @media screen and (min-width: 1260px) {
            .footer .footer-info-links .footer-info-list li a {
              font-size: 0.97222vw;
              line-height: 1.45833vw; } }
        .footer .footer-info-links .footer-info-list li:not(:last-child) {
          margin-bottom: 19px; }
          @media screen and (min-width: 1260px) {
            .footer .footer-info-links .footer-info-list li:not(:last-child) {
              margin-bottom: 1.31944vw; } }
  .footer .footer-info-heading {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 23px;
    display: flex;
    width: 100%;
    text-transform: uppercase; }
    @media screen and (min-width: 1260px) {
      .footer .footer-info-heading {
        font-size: 1.11111vw;
        line-height: 1.31944vw;
        margin-bottom: 1.59722vw; } }
  .footer .footer-top-wrapper {
    grid-template-columns: 54.14fr 110px 45.86fr; }
    @media screen and (min-width: 1260px) {
      .footer .footer-top-wrapper {
        grid-template-columns: 54.14fr 7.63889vw 45.86fr; } }
    @media screen and (max-width: 1023px) {
      .footer .footer-top-wrapper {
        display: flex;
        flex-wrap: wrap; } }
  .footer .footer-social-icon {
    border-left: 1px solid black;
    border-right: 1px solid black; }
    @media screen and (max-width: 1023px) {
      .footer .footer-social-icon {
        width: 100%;
        border-right: 0;
        border-left: 0;
        border-top: 1px solid black; } }
  .footer .socialLinks {
    width: 20px; }
    @media screen and (min-width: 1260px) {
      .footer .socialLinks {
        width: 1.38889vw; } }
    @media screen and (max-width: 1023px) {
      .footer .socialLinks {
        width: 100%;
        display: flex;
        justify-content: center; } }
    .footer .socialLinks .socialLinks-item {
      margin: 50px 0;
      display: flex;
      justify-content: center; }
      @media screen and (min-width: 1260px) {
        .footer .socialLinks .socialLinks-item {
          margin: 3.47222vw 0; } }
      @media screen and (max-width: 1023px) {
        .footer .socialLinks .socialLinks-item {
          margin: 25px 50px; } }
      @media screen and (max-width: 767px) {
        .footer .socialLinks .socialLinks-item {
          margin: 25px 25px; } }
      .footer .socialLinks .socialLinks-item .icon {
        width: 20px;
        height: 18px; }
        @media screen and (min-width: 1260px) {
          .footer .socialLinks .socialLinks-item .icon {
            width: 1.38889vw;
            height: 1.25vw; } }
        .footer .socialLinks .socialLinks-item .icon.icon--facebook {
          width: 8px;
          height: 17px; }
          @media screen and (min-width: 1260px) {
            .footer .socialLinks .socialLinks-item .icon.icon--facebook {
              width: 0.55556vw;
              height: 1.18056vw; } }
        .footer .socialLinks .socialLinks-item .icon.icon--pinterest, .footer .socialLinks .socialLinks-item .icon.icon--instagram {
          width: 18px;
          height: 18px; }
          @media screen and (min-width: 1260px) {
            .footer .socialLinks .socialLinks-item .icon.icon--pinterest, .footer .socialLinks .socialLinks-item .icon.icon--instagram {
              width: 1.25vw;
              height: 1.25vw; } }
  .footer .newsletter-info-col {
    padding-top: 75px;
    padding-left: 90px; }
    @media screen and (min-width: 1260px) {
      .footer .newsletter-info-col {
        padding-top: 5.20833vw;
        padding-left: 6.25vw; } }
    @media screen and (max-width: 1259px) {
      .footer .newsletter-info-col {
        padding-left: 40px; } }
    @media screen and (max-width: 1023px) {
      .footer .newsletter-info-col {
        border-top: 1px solid black;
        width: 100%;
        padding: 30px;
        text-align: center; } }
    .footer .newsletter-info-col > p {
      max-width: 80%; }
      @media screen and (max-width: 1023px) {
        .footer .newsletter-info-col > p {
          max-width: 90%;
          margin-left: auto;
          margin-right: auto; } }
    .footer .newsletter-info-col .form {
      margin-top: 32px; }
      @media screen and (min-width: 1260px) {
        .footer .newsletter-info-col .form {
          margin-top: 2.22222vw; } }
      @media screen and (max-width: 1023px) {
        .footer .newsletter-info-col .form {
          margin-bottom: 0;
          max-width: 600px;
          margin-left: auto;
          margin-right: auto;
          margin-top: 20px; } }
      @media screen and (max-width: 1023px) {
        .footer .newsletter-info-col .form .form-field {
          margin-bottom: 0; } }
      .footer .newsletter-info-col .form .form-input {
        font-weight: 400;
        color: black; }
        .footer .newsletter-info-col .form .form-input::placeholder {
          color: rgba(0, 0, 0, 0.7);
          font-weight: 300; }
    .footer .newsletter-info-col .form-prefixPostfix .button {
      min-height: 50px;
      background-color: black;
      color: white;
      width: auto;
      margin: 0; }
      @media screen and (min-width: 1260px) {
        .footer .newsletter-info-col .form-prefixPostfix .button {
          min-height: 3.47222vw; } }
      .footer .newsletter-info-col .form-prefixPostfix .button:hover {
        background-color: white;
        color: black; }
    @media screen and (max-width: 1023px) {
      .footer .newsletter-info-col .footer-info-heading {
        justify-content: center;
        margin-bottom: 10px; } }
  .footer .footer-copyright {
    padding: 20px 0; }
    @media screen and (min-width: 1260px) {
      .footer .footer-copyright {
        padding: 1.25vw 0; } }
    @media screen and (max-width: 1023px) {
      .footer .footer-copyright {
        text-align: center;
        justify-content: center; } }
    .footer .footer-copyright > .powered-by {
      font-size: 11px;
      line-height: 16px; }
      @media screen and (min-width: 1260px) {
        .footer .footer-copyright > .powered-by {
          font-size: 0.76389vw;
          line-height: 1.11111vw; } }
      @media screen and (max-width: 767px) {
        .footer .footer-copyright > .powered-by {
          max-width: 80%;
          line-height: 20px; } }
      .footer .footer-copyright > .powered-by span {
        color: #BBBBBB; }
    .footer .footer-copyright a {
      margin: 0 5px; }
      @media screen and (min-width: 1260px) {
        .footer .footer-copyright a {
          margin: 0 0.34722vw; } }
