@charset "UTF-8";
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: #111111;
  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: 12px; }
  @media (min-width: 551px) {
    html {
      font-size: 12px; } }
  @media (min-width: 801px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 12px; } }

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

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

p {
  margin-bottom: 1.5rem; }

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.41667rem;
  margin-left: -1.83333rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.83333rem; }
    .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 #555555;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #dddddd; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 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 #555555; }

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

.table-tbody tr {
  border-bottom: 1px solid #555555; }
  .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: #555555;
  color: #222222;
  font-size: 1rem;
  padding: 0.91667rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #dddddd;
    color: #222222; }
  .button:active {
    background-color: transparent;
    border: 1px solid #dddddd;
    color: #222222; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*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: black;
  border-color: black;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: white; }
  .button--primary:active {
    background-color: #2d2d2d;
    border: 1px solid #2d2d2d;
    color: white; }

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

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

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

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

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

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

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

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

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

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

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

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: white; }

/*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.75rem;
  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.41667rem 0.83333rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.41667rem; }
  .dropdown-menu-item a {
    margin: -0.41667rem; }

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

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

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.41667rem;
    padding-left: 1.91667rem;
    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 #222222;
      border-width: 1px;
      height: 1.33333rem;
      left: 0;
      top: 0;
      width: 1.33333rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1.16667rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.16667rem; }

.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(34, 34, 34, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(34, 34, 34, 0.999);
  content: "";
  font-size: 1.16667rem;
  line-height: 1;
  text-align: center; }

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

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

/*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.83333rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.83333rem;
    margin: 0.08333rem 0 0 -2.91667rem;
    width: 2.83333rem; }

/*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: 3rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -3rem;
    width: 1.66667rem; }

/*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: 7.5rem;
  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: white;
    box-shadow: 0 0 4px rgba(255, 255, 255, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2.33333rem;
  cursor: pointer;
  display: inline-block;
  height: 2.33333rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 5rem; }
  .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.6667rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.6667rem;
  left: 0.24998rem;
  position: absolute;
  top: 0.24998rem;
  transition: all 100ms ease-out;
  width: 1.6667rem; }
  .switch--checked .switch-toggle::before {
    left: 2.91665rem; }

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

.switch-label--icon.icon {
  height: 2.16667rem;
  width: 2.16667rem; }
  .switch-label--icon.icon svg {
    height: 2.16667rem;
    width: 2.16667rem;
    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.83333rem;
  width: 1.83333rem;
  float: left;
  margin: 0 0 0 -2.5rem;
  position: relative;
  top: 0.83333rem; }
  .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.16667rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.41667rem 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: #dddddd;
  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: #dddddd; }
  .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: #111111;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #111111; }
  .breadcrumb.current {
    color: #111111;
    cursor: default; }
    .breadcrumb.current a {
      color: #111111;
      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: #111111;
    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: #111111;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #111111;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #555555;
  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: #111111;
  display: block;
  font-size: 15px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #111111; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

/*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: #111111;
  font-size: 15px;
  padding: 0.16667rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #111111;
    font-size: 1rem;
    margin-left: 0.41667rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #111111;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.33333rem 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: #111111; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #111111;
  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.75rem;
  padding: 0.75rem 1.16667rem 0.75rem 1.16667rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.66667rem;
    width: 1.66667rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.16667rem; }
  .alertBox-close .icon {
    height: 1.66667rem;
    width: 1.66667rem; }
  .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: #555555 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

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

.accordion-content {
  display: none;
  padding: 2rem;
  border: #555555 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(255, 255, 255, 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 #555555;
  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 #555555;
  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 #555555;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

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

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

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

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

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

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

.loadingOverlay {
  background: rgba(255, 255, 255, 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: 3.33333rem;
    width: 3.33333rem;
    border-radius: 3.33333rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

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

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

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

.actionBar-link {
  display: block;
  padding: 0.75rem 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.41667rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 16.66667rem; } }

@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: #111111; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 5.08333rem;
  margin-top: -2.5rem;
  padding: 0.83333rem;
  width: 3.33333rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 3.41667rem;
    width: 1.66667rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

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

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

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

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

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

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

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #999999;
  height: 0.41667rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

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

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

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

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

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

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

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Karla", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: black;
    font-size: 2.5rem; }
  .swal2-modal .swal2-content {
    color: #111111;
    font-size: 1.16667rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #555555;
    color: #111111; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #111111; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    border-color: #555555;
    color: #222222;
    font-size: 1rem;
    padding: 0.91667rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #dddddd;
      color: #222222; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #dddddd;
      color: #222222; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: black;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
    color: white; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: #555555;
    color: #222222; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #dddddd;
    color: #222222; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #dddddd;
    color: #222222; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

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

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

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #111111;
  float: left;
  font-weight: 400;
  margin: 0 0.41667rem 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(85, 85, 85, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.58333rem top 0.66667rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

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

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

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #555555; }
  .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.41667rem; } }

.table--line {
  border-color: #555555;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #555555;
    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 #555555; }
    .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.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

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

.form-wishlist {
  position: relative; }

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

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

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

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

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

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

.modal-close {
  height: 2.66667rem;
  width: 2.66667rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.66667rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

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

.breadcrumbs {
  font-size: 0;
  text-align: center;
  display: flex; }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

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

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

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

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

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

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

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #111111;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.41667rem; }
  .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.75rem; } }

.button[disabled] {
  cursor: not-allowed; }

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

.form-wishlist .button {
  background-color: #fff;
  color: #000000;
  border: 1px solid #000;
  margin-top: 5px;
  width: 100% !important;
  line-height: 32px;
  letter-spacing: normal; }
  .form-wishlist .button span {
    margin-top: 2px; }
  .form-wishlist .button .icon {
    margin-left: 5px; }
    .form-wishlist .button .icon svg {
      fill: #000; }
  .form-wishlist .button:active {
    border: 1px solid #000; }
  .form-wishlist .button:hover .icon svg {
    fill: #fff; }

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

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

.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 {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

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

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

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

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.16667rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.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-navigation-actions {
  position: absolute;
  right: 1.91667rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #111111;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #111111; }

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

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

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

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

.lazyload, .lazyloading {
  height: 100%; }

.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: 1.16667rem;
  left: -0.16667rem;
  margin-right: 0.08333rem;
  position: relative;
  top: 0.25rem;
  width: 1.16667rem; }

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

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

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

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

.form-actions {
  margin: 0 auto;
  max-width: 100rem;
  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.75rem; }
      @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.75rem; } }

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

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

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.5rem;
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.58333rem 0.75rem;
  padding-right: 2rem; }

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

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

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

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.25rem 0.41667rem; }

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

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

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

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

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

.form-input--small {
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  padding: 0.58333rem 0.75rem; }

.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-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

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

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

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

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: auto;
  max-height: 100%; }

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

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.41667rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.41667rem 0 0; }

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

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: white; }
    .card--alternate:hover .card-body {
      background-color: white; }
      .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.41667rem;
  padding-left: 1.91667rem;
  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 #222222;
    border-width: 1px;
    height: 1.33333rem;
    left: 0;
    top: 0;
    width: 1.33333rem; }
  .navList-action--checkbox::after {
    height: 1.16667rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.16667rem; }
  .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(34, 34, 34, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(34, 34, 34, 0.999);
    content: "";
    font-size: 1.16667rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.66667rem; }
  .navList-action--checkbox:after {
    margin-top: -0.58333rem; }
  .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: #dddddd;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 1.08333rem;
    width: 1.08333rem;
    fill: #111111; }
  .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.75rem; }
    @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 #111111; } }
    .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 #111111;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #111111;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #111111; }

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

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

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

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #555555;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #222222; }

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

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

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

.actionBar-section .form-select {
  color: #111111;
  height: 2.16667rem; }

.has-ribbon {
  position: relative; }

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

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

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

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

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

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

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 25rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 11.66667rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 11.83333rem !important; }

.navUser-action-divider {
  border-right: 1px solid #555555;
  color: #111111;
  display: inline-block;
  padding: 0 1.66667rem 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.41667rem;
        padding-right: 0.41667rem; }
      .navUser-item.navUser-item--divider {
        font-size: 2.08333rem;
        margin-top: 0.66667rem;
        padding-left: 0.16667rem; } }

.navUser-item--cart {
  display: block; }
  .navUser-item--cart .navUser-action {
    color: black; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: black; }
  .navUser-item--cart .dropdown-menu {
    max-width: 26.66667rem; }
    .navUser-item--cart .dropdown-menu.is-open {
      top: auto !important;
      left: auto !important;
      right: 0.41667rem; }
      @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.33333rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:before {
            right: 0.75rem; } }
      .navUser-item--cart .dropdown-menu.is-open:after {
        right: 0.5rem; }
        @media (min-width: 801px) {
          .navUser-item--cart .dropdown-menu.is-open:after {
            right: 0.91667rem; } }

.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 -1rem;
  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: white;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem;
    z-index: 2;
    background-color: white; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 20px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #555555;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.16667rem;
  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 white;
  margin: 0.41667rem 0.75rem;
  padding-left: 0.75rem; }

.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: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 100rem;
      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: 100rem;
        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 white;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.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 white;
  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.66667rem;
        width: 0.66667rem;
        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: 15px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.16667rem 1.16667rem; }
      .navPages-action.is-open {
        background-color: white; }
        .navPages-action.is-open svg {
          fill: black;
          stroke: black; } }
  .navPages-action:hover, .navPages-action.activePage {
    color: black; }
    .navPages-action:hover svg, .navPages-action.activePage svg {
      fill: black;
      stroke: black; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }

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

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

.navPages-action-moreIcon {
  height: 0.66667rem;
  width: 0.66667rem;
  margin-left: 0.41667rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.25rem !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; }

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

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid white;
    display: inherit;
    height: auto;
    margin-left: 17.91667rem;
    padding: 0 !important;
    top: 0;
    width: 18.91667rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

@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 white;
      margin-bottom: 1.16667rem; } }

.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-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.16667rem; } }

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

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

.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.66667rem;
    width: 1.66667rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.google_plusone_iframe_widget {
  width: inherit !important; }

.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.41667rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

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

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

.heroCarousel {
  width: 1px;
  min-width: 100%;
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 83.33333rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 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-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image {
      object-fit: cover;
      max-height: 50rem;
      width: 100%; } }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 50rem; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.heroCarousel-content {
  background-color: white;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 801px) {
    .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;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 58.33333rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

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

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

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

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

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

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

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

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

.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.75rem;
        padding-top: 0.75rem; } }
    .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.16667rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

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

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

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

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

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

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

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

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

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

.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: #111111;
  margin-bottom: 1rem; }

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

.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.75rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

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

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.41667rem;
  margin-right: -0.41667rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 3.33333rem;
    margin-right: 3.33333rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 50px;
    max-width: 50px;
    width: auto; }

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

.productView-thumbnail-link {
  border: 1px solid #555555;
  display: inline-block;
  height: 67px;
  max-width: 75px;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

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

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

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

.productView-title {
  font-size: 20px;
  margin: -0.75rem 0 0.41667rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

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

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

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.75rem; } }
  .productView-reviewLink > a {
    color: #111111; }
    .productView-reviewLink > a:hover {
      color: #111111; }

.productView-info {
  margin-top: 0.75rem; }
  .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.16667rem;
  margin-right: 0.41667rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

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

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .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.83333rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView-options .form-action .button {
        margin-right: 0.75rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #555555;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #555555; }
  .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.25rem; }

.shareProduct {
  text-align: center; }

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

.productView-options-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px; }

.productView-link {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  margin-bottom: 6px;
  margin-top: 2px; }
  .productView-link:hover {
    text-decoration: none; }

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

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

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

.compareTable-heading {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

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

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

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

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

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    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: 83.33333rem; }

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

.toggle {
  border-top: 1px solid #555555;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

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

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

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

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

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

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

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  border: #555555 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; } }
  .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: white;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #dddddd;
  border-radius: 4px;
  padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    fill: #111111;
    position: relative;
    top: -1px; }

.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 #555555;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #555555;
  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.41667rem; }

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

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

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 8.33333rem;
  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-item-info + .cart-item-info {
    margin-top: 0.75rem; }

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

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

.cart-item-label {
  color: #999999;
  float: left;
  margin-bottom: 0.41667rem;
  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: #999999;
  margin-bottom: 0.16667rem; }

.cart-item-name {
  font-size: 15px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.41667rem; }

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

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

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #555555; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2.66667rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.41667rem top 0.58333rem;
    background-size: 1.66667rem 1.66667rem;
    height: 2.66667rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

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

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

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

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

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

.coupon-code-cancel,
.shipping-estimate-hide {
  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.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    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.66667rem;
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

.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: 100rem;
  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 #555555; }

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

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  border-top: 1px solid #555555;
  display: block;
  padding: 1.5rem 0.75rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    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.41667rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.41667rem; }

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

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

.minicartExpressCheckoutWithText {
  margin-top: -17px;
  padding: 0rem 1rem 9px 1rem;
  background-color: white; }

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

.address {
  display: inline-block;
  padding: 0 0.75rem;
  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: 20.83333rem;
    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.75rem;
    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.75rem; }
      .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.41667rem; } }

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

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

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

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

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

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #555555; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #555555;
    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.33333rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 2.08333rem;
  position: relative;
  margin-bottom: 1.91667rem; }
  .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.91667rem;
  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.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    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.91667rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

.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: 100rem;
  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: auto; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

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

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

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

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

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

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

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

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

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

.adminBar {
  background-color: white;
  box-shadow: 0 0.16667rem 0.58333rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

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

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

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

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

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

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

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

.login-row {
  margin: 0 auto;
  max-width: 100rem;
  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.75rem; }

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

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

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

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

.advancedSearch-separator {
  display: none; }

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

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

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

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

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

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

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

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

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

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

.account-listShipping {
  border-bottom: 1px solid #555555;
  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.75rem; }
  .account-product-figure > img {
    display: block; }

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

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

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

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

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

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

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

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

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

.account-product-description + .definitionList {
  margin: -1.41667rem 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: #111111;
  font-family: "Karla", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.41667rem; }

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

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

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

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

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

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

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

.account-orderStatus-action {
  color: #111111;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  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: #111111; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 45.83333rem; }
  .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: 54.16667rem;
  text-align: center; }

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

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

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

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

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

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.75rem; }

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

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.75rem;
  text-transform: none; }

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

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #555555;
    border-radius: 0.25rem;
    min-height: 19rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.75rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.75rem;
  width: 2.33333rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 3.5rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.75rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.5rem;
    width: 1.5rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.66667rem;
        width: 1.66667rem; } }

.paymentMethod-expiry {
  font-size: 15px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.paymentMethod-label {
  flex: 8.33333rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.75rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.75rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.75rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #555555; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

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

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

.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.16667rem;
  width: 2.83333rem; }

.paymentMethodForm-inputs {
  position: relative; }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.75rem;
  top: 3.25rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.75rem;
    width: 1.75rem; }

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

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

.header {
  border-bottom: 1px solid #555555;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 13; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #555555;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  margin: 0 4.58333rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 6.875rem;
      margin-right: 6.875rem; } }
  @media (min-width: 801px) {
    .header-logo {
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.41667rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #333333;
    display: inline-block;
    padding: 0.75rem 0;
    position: relative;
    text-decoration: none;
    width: 60%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline;
        padding: 0;
        width: 100%; } }
    .header-logo > a:hover {
      color: #111111; }
    .header-logo > a:active {
      color: #757575; }

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

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

.header-logo-text {
  display: block;
  font-family: "Oswald", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.41667rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.25rem 0;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      letter-spacing: 0.75rem;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.75rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 25px; } }

.header-logo-image-container {
  position: relative; }

.header-logo-image-container:after {
  content: "";
  display: block;
  padding-bottom: 3.08333rem; }
  @media (min-width: 801px) {
    .header-logo-image-container:after {
      padding-bottom: "px"; } }

.header-logo-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 3.08333rem; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none; } }

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

.mobileMenu-toggle {
  height: 4.58333rem;
  width: 4.58333rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.5rem;
  z-index: 50;
  position: relative; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: black;
    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.66667rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 2.25rem;
    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: black;
      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 #555555;
  padding: 3rem 0; }

.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: #111111;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @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; } }

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

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

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

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

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

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

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

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 106rem;
  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 #555555;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: 0 1.5rem 0.41667rem; }
  .blog-title a {
    text-decoration: none; }

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

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

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

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 190px; }
  .blog-thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .blog-thumbnail:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 131.57895%; }

.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 #555555;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  margin-top: 0;
  text-transform: inherit; }

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

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

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

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

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

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

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

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

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

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

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .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; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

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

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

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

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  @media (min-width: 1261px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.75rem;
      opacity: 0;
      position: absolute;
      right: 0.75rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    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.41667rem; }

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

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

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

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

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

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

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

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  .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-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #555555;
    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 {
  background: #007dc6;
  content: "";
  display: block;
  height: 4.16667rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 4.16667rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 4.16667rem;
  position: absolute;
  top: 10px;
  width: 4.16667rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 1.25rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 4.16667rem;
  z-index: 50; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.66667rem;
  line-height: 1.33333rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.08333rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: black;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.66667rem;
  left: -35px;
  line-height: 1.33333rem;
  padding-top: 0.08333rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 9.91667rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: black;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

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

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

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

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

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

.account {
  margin-bottom: 1.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jstree-ocl {
  cursor: pointer; }

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

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

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

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

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

.jstree-hidden {
  display: none; }

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

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

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

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

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

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

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

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

.vakata-context {
  display: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Akzidenz-Grotesk BQ";
  src: url("../fonts/AkzidenzGroteskBQ-Reg.eot");
  src: url("../fonts/AkzidenzGroteskBQ-Reg.eot") format("embedded-opentype"), url("../fonts/AkzidenzGroteskBQ-Reg.woff2") format("woff2"), url("../fonts/AkzidenzGroteskBQ-Reg.woff") format("woff"), url("../fonts/AkzidenzGroteskBQ-Reg.ttf") format("truetype"), url("../fonts/AkzidenzGroteskBQ-Reg.svg") format("svg");
  font-weight: 400; }

@font-face {
  font-family: "Akzidenz-Grotesk BQ";
  src: url("../fonts/AkzidenzGroteskBQ-Medium.eot");
  src: url("../fonts/AkzidenzGroteskBQ-Medium.eot") format("embedded-opentype"), url("../fonts/AkzidenzGroteskBQ-Medium.woff2") format("woff2"), url("../fonts/AkzidenzGroteskBQ-Medium.woff") format("woff"), url("../fonts/AkzidenzGroteskBQ-Medium.ttf") format("truetype"), url("../fonts/AkzidenzGroteskBQ-Medium.svg") format("svg");
  font-weight: 500; }

@font-face {
  font-family: "Akzidenz-Grotesk BQ";
  src: url("../fonts/AkzidenzGroteskBQ-Bold.eot");
  src: url("../fonts/AkzidenzGroteskBQ-Bold.eot") format("embedded-opentype"), url("../fonts/AkzidenzGroteskBQ-Bold.woff2") format("woff2"), url("../fonts/AkzidenzGroteskBQ-Bold.woff") format("woff"), url("../fonts/AkzidenzGroteskBQ-Bold.ttf") format("truetype"), url("../fonts/AkzidenzGroteskBQ-Bold.svg") format("svg");
  font-weight: 700; }

@font-face {
  font-family: "Akzidenz-Grotesk BQ";
  src: url("../fonts/AkzidenzGroteskBQ-BoldExt.eot");
  src: url("../fonts/AkzidenzGroteskBQ-BoldExt.eot") format("embedded-opentype"), url("../fonts/AkzidenzGroteskBQ-BoldExt.woff2") format("woff2"), url("../fonts/AkzidenzGroteskBQ-BoldExt.woff") format("woff"), url("../fonts/AkzidenzGroteskBQ-BoldExt.ttf") format("truetype"), url("../fonts/AkzidenzGroteskBQ-BoldExt.svg") format("svg");
  font-weight: 900; }

* {
  box-sizing: border-box; }

#google_translate_element {
  position: absolute;
  bottom: 0;
  padding: 0px 14px 14px 14px; }
  #google_translate_element .goog-te-gadget-simple {
    border-top: none;
    border-left: none;
    padding: 7px 22px 7px 7px;
    line-height: 10px;
    background-image: url("../img/gg-arrow.png");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position-x: calc(100% - 6px);
    background-position-y: center; }
    #google_translate_element .goog-te-gadget-simple > img {
      display: none; }
    #google_translate_element .goog-te-gadget-simple .goog-te-menu-value {
      margin: 0;
      font-size: 10px; }
      #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span {
        display: none; }
        #google_translate_element .goog-te-gadget-simple .goog-te-menu-value span:first-child {
          display: inline-block; }
      #google_translate_element .goog-te-gadget-simple .goog-te-menu-value img {
        display: none; }

#maintenance-notice {
  display: none; }

h1,
.h1 {
  color: #222222;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-transform: uppercase; }

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  color: #000000;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 11px;
  font-weight: 500;
  line-height: 14px; }

body {
  color: #111111;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px; }

a {
  font-size: 12px;
  letter-spacing: 0.25px;
  color: #111111;
  font-family: "Akzidenz-Grotesk BQ";
  text-decoration: underline; }
  a:hover {
    color: #555555;
    text-decoration: underline; }

.hinden {
  display: none !important; }

.button,
.button--primary,
.btn {
  border: none;
  background-color: #000000;
  height: 34px !important;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Akzidenz-Grotesk BQ";
  letter-spacing: 0.5px;
  line-height: 32px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  padding: 0 10px;
  border-radius: 0;
  outline: none; }
  .button:hover, .button:focus,
  .button--primary:hover,
  .button--primary:focus,
  .btn:hover,
  .btn:focus {
    background-color: #2d2d2d;
    color: #ffffff;
    text-decoration: none; }
  .button:active,
  .button--primary:active,
  .btn:active {
    border: none;
    background-color: #2d2d2d;
    color: #ffffff;
    text-decoration: none; }

.button-hollow,
.btn-hollow {
  height: 32px;
  border: 1px solid #555555;
  background-color: #ffffff;
  color: #222222;
  font-size: 12px;
  font-family: "Akzidenz-Grotesk BQ";
  letter-spacing: 0.5px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  transition: all 0.3s;
  padding: 0 10px;
  border-radius: 0;
  outline: none; }
  .button-hollow:hover, .button-hollow:focus,
  .btn-hollow:hover,
  .btn-hollow:focus {
    background-color: #dddddd;
    border-color: #dddddd;
    color: #222222;
    text-decoration: none; }
  .button-hollow:active,
  .btn-hollow:active {
    background-color: #dddddd;
    color: #222222;
    text-decoration: none;
    border: 1px solid #dddddd; }

.button--icon {
  border: 1px solid #555555;
  background-color: #fff; }
  .button--icon:hover, .button--icon:focus {
    background-color: #fff; }

.form-field {
  margin: 0; }

.form-label {
  color: #555555;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 10px;
  display: block;
  margin: 0;
  text-transform: uppercase; }
  .form-label small {
    float: none; }

.form-input,
.cart-total .form-input {
  border: 1px solid #222222;
  border-width: 0 0 1px;
  border-radius: 0;
  padding: 0;
  color: #111111;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 34px;
  height: 34px; }
  .form-input:focus,
  .cart-total .form-input:focus {
    border-color: #222222; }

.form-select,
.cart-total .form-select {
  border: 1px solid #222222;
  border-width: 0 0 1px;
  border-radius: 0;
  padding: 0 24px 0 0;
  color: #111111;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 34px;
  height: 34px; }
  .form-select:focus,
  .cart-total .form-select:focus {
    border-color: #222222; }

.form-checkbox + .form-label,
.form-radio + .form-label {
  color: #111111;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  display: block;
  padding: 0 0 0 30px;
  margin: 7px 0 0; }
  .form-checkbox + .form-label:before, .form-checkbox + .form-label:after,
  .form-radio + .form-label:before,
  .form-radio + .form-label:after {
    display: none; }
  .form-checkbox + .form-label:last-child,
  .form-radio + .form-label:last-child {
    margin-bottom: 0; }

.form-checkbox + .form-label {
  background: transparent url("../img/icon-checkbox.png") no-repeat left top/20px; }

.form-checkbox:checked + .form-label {
  background-position: left bottom; }

.form-radio + .form-label {
  background: transparent url("../img/icon-radio.png") no-repeat left top/20px; }

.form-radio:checked + .form-label {
  background-position: left bottom; }

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

.form-field--error .form-inlineMessage {
  color: #ff0000;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: 400;
  margin: 6px 0 0; }
  .form-field--error .form-inlineMessage:before {
    display: none; }

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

.form-field--success .form-input[type="text"] {
  background: none;
  padding: 0; }

.alertBox {
  border-radius: 0;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 14px;
  text-align: center;
  padding: 13px 10px; }
  .alertBox.alertBox-custom {
    background-color: #111111;
    font-weight: normal;
    font-style: italic;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 801px) {
      .alertBox.alertBox-custom {
        padding-left: 40px;
        padding-right: 40px;
        line-height: 20px;
        width: 752px; } }
  .alertBox .alertBox-icon {
    display: none; }
  .alertBox .alertBox-message {
    width: 100%;
    text-align: center;
    display: block; }
  .alertBox.alertBox--success {
    background-color: #111111; }
  .alertBox.alertBox--error {
    background-color: #ff4949; }
  .alertBox.alertBox--info {
    background-color: #111111; }

.body {
  margin-top: 0px;
  margin-bottom: 0px; }

.container {
  max-width: 1248px;
  padding: 0 32px;
  width: 100%;
  margin: 0 auto; }

@media (max-width: 768px) {
  .body {
    margin-top: 27px;
    z-index: -10000; }
  .container {
    padding: 0 15px; } }

.breadcrumbs {
  display: none; }

body:after {
  content: "";
  display: table;
  width: 100%; }

/* HEADER */
@media (min-width: 768px) {
  .header-body-wrapper {
    width: 100%;
    float: left;
    position: relative; }
    .header-body-wrapper:after {
      content: "";
      display: table;
      width: 100%; } }

.header-left {
  position: sticky;
  top: 0;
  left: 0;
  width: 150px;
  z-index: 15;
  padding: 65px 0 0 32px;
  transition: 0.4s; }
  .header-left .search {
    display: inline-block; }
    .header-left .search .navUser-action--quickSearch {
      padding: 0;
      width: 30px;
      height: 30px;
      background: url("../img/search_black_icon.svg") no-repeat center center/13px;
      position: relative;
      left: 1px;
      display: none;
      z-index: 50; }
      @media screen and (min-width: 768px) {
        .header-left .search .navUser-action--quickSearch {
          display: block; } }
      .header-left .search .navUser-action--quickSearch span {
        display: none; }
  .header-left .navUser-item--right-search {
    padding-top: 2px; }
    .header-left .navUser-item--right-search .search {
      margin-right: 20px; }
  .header-left .navPages-container {
    width: 100%;
    display: block;
    margin-top: 46px; }
    .header-left .navPages-container .navPages .weglot-container.weglot_here {
      display: none; }
    .header-left .navPages-container .navPages-list {
      width: 100%; }
    .header-left .navPages-container .navPages-item {
      width: 100%;
      margin: 0 0 16px; }
      .header-left .navPages-container .navPages-item .navPages-action {
        color: #000000;
        font-size: 11px;
        font-weight: 400;
        line-height: 13px;
        display: block;
        padding: 0;
        text-align: left;
        letter-spacing: normal; }
        .header-left .navPages-container .navPages-item .navPages-action.is-open {
          background: none; }
        .header-left .navPages-container .navPages-item .navPages-action .navPages-action-moreIcon {
          display: none; }
        .header-left .navPages-container .navPages-item .navPages-action.activePage {
          color: #111;
          font-weight: bold; }
        .header-left .navPages-container .navPages-item .navPages-action[href*="archive-sale"] {
          color: red !important; }
        .header-left .navPages-container .navPages-item .navPages-action[href*="extra-20-off-sale"] {
          color: red !important; }
      .header-left .navPages-container .navPages-item .navPage-subMenu {
        background: none;
        position: relative;
        width: 100%;
        padding: 0 0 0 9px !important;
        margin: 8px 0 -3px; }
        .header-left .navPages-container .navPages-item .navPage-subMenu ul li {
          width: 100%;
          padding: 0 !important; }
          .header-left .navPages-container .navPages-item .navPage-subMenu ul li a {
            color: #111111;
            font-size: 12px;
            letter-spacing: 0.25px;
            line-height: 24px;
            display: block;
            margin: 0;
            font-weight: 400;
            border: none;
            text-decoration: none;
            text-align: left; }
            .header-left .navPages-container .navPages-item .navPage-subMenu ul li a.activePage {
              color: #111;
              font-weight: bold;
              text-decoration: underline; }
            .header-left .navPages-container .navPages-item .navPage-subMenu ul li a:hover {
              text-decoration: underline; }

.header-right ul .translated-box .weglot-container .wg-drop.country-selector.active .wgcurrent:after {
  transform: rotate(0deg); }

@media (max-width: 768px) {
  .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector.active .wgcurrent:after {
    transform: rotate(0); } }

.back-top-top {
  width: 64px;
  height: 25px;
  cursor: pointer;
  background: url(../img/arrow.png) no-repeat center center;
  z-index: 5;
  opacity: 1;
  margin: 0 auto; }

@media (min-width: 768px) {
  .header-body-inner {
    min-height: 80vh; } }

.header {
  border: none;
  position: inherit; }
  .header .header-logo {
    padding: 46px 0 11px;
    margin: 0;
    text-align: center;
    transition: 0.2s; }
    @media screen and (max-width: 768px) {
      .header .header-logo {
        padding: 12px 0; } }
    .header .header-logo > a {
      cursor: pointer;
      display: inline-block;
      width: auto; }
    .header .header-logo .header-logo-image-container:after {
      display: none; }
    .header .header-logo .header-logo-image,
    .header .header-logo .header-logo-image-unknown-size {
      margin: 0 auto;
      position: relative;
      height: 47px;
      width: auto; }
  .header .dropdown--quickSearch {
    top: 0 !important;
    left: 0;
    width: 100%;
    padding: 39px 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 50;
    opacity: 0;
    pointer-events: none; }
    .header .dropdown--quickSearch .form {
      position: relative;
      z-index: 1;
      background-color: white;
      width: 650px;
      max-width: 100%; }
      .header .dropdown--quickSearch .form .form-input {
        color: #111;
        font-size: 14px;
        letter-spacing: 0.25px;
        line-height: 20px;
        height: 66px;
        border-bottom: 2px solid #555;
        padding: 0 50px 0 43px;
        background: url("../img/search_white_icon.svg") no-repeat left 8px center/24px; }
        .header .dropdown--quickSearch .form .form-input::-webkit-input-placeholder {
          color: #aaaaaa;
          opacity: 1; }
        .header .dropdown--quickSearch .form .form-input::-moz-placeholder {
          color: #aaaaaa;
          opacity: 1; }
        .header .dropdown--quickSearch .form .form-input:-ms-input-placeholder {
          color: #aaaaaa;
          opacity: 1; }
        .header .dropdown--quickSearch .form .form-input:-moz-placeholder {
          color: #aaaaaa;
          opacity: 1; }
      .header .dropdown--quickSearch .form .btn-close-search {
        width: 50px;
        height: 64px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: url("../img/close_btn@1x.svg") no-repeat center center/18px;
        cursor: pointer; }
    .header .dropdown--quickSearch .quickSearchResults .modal-close {
      display: none; }
    .header .dropdown--quickSearch.is-open {
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
      pointer-events: inherit; }

.apple-pay-supported .apple-pay-checkout-button {
  margin-top: 9px;
  float: none;
  width: 100%;
  min-height: 32px;
  padding: 0;
  border-radius: 0; }
  .apple-pay-supported .apple-pay-checkout-button ~ .PayPalExpressCheckout {
    width: 100% !important;
    float: none; }

.header-right {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  float: right;
  padding: 73px 32px 0 0;
  transition: 0.4s;
  z-index: 15; }
  .header-right ul {
    margin: 0;
    text-align: right; }
    .header-right ul .search {
      display: none; }
    .header-right ul .navUser-item {
      float: none;
      display: inline-block; }
    .header-right ul .select-location {
      position: relative;
      margin-right: 18px; }
      .header-right ul .select-location .location-selected {
        font-size: 11px;
        font-weight: 500;
        line-height: 13px;
        font-family: "Akzidenz-Grotesk BQ";
        color: #000000;
        text-transform: uppercase;
        padding-left: 18px;
        white-space: nowrap;
        cursor: pointer; }
        .header-right ul .select-location .location-selected:after {
          content: "";
          top: 0;
          height: 13px;
          background-position: 50%;
          background-size: 8px;
          background-image: url(../img/tran_icon.png);
          background-repeat: no-repeat;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
          transition: ease 0.15s;
          display: inline-block;
          width: 15px;
          position: absolute; }
        .header-right ul .select-location .location-selected.active:after {
          -webkit-transform: rotate(0);
          transform: rotate(0); }
        .header-right ul .select-location .location-selected:hover {
          text-decoration: underline; }
      .header-right ul .select-location .location-list {
        position: absolute;
        display: none;
        right: 0;
        top: 33px;
        list-style: none;
        padding: 6px;
        background-color: #fff;
        width: 140px;
        border: 1px solid #555555;
        text-align: center; }
        .header-right ul .select-location .location-list li {
          line-height: 24px;
          font-weight: 500; }
          .header-right ul .select-location .location-list li a {
            text-decoration: none; }
        .header-right ul .select-location .location-list:before {
          content: "";
          display: block;
          position: absolute;
          top: -6px;
          right: 15px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 5.5px 6px;
          border-color: transparent transparent #555; }
        .header-right ul .select-location .location-list:after {
          content: "";
          display: block;
          position: absolute;
          top: -5px;
          right: 16px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 4.5px 5px;
          border-color: transparent transparent #fff; }
        .header-right ul .select-location .location-list.open {
          display: block;
          margin-top: 4px; }
    .header-right ul .translated-box {
      position: relative; }
      .header-right ul .translated-box .weglot-container {
        display: inline-block;
        z-index: 9999; }
        .header-right ul .translated-box .weglot-container .wg-drop.country-selector {
          background-color: transparent;
          width: 108px !important; }
          .header-right ul .translated-box .weglot-container .wg-drop.country-selector:not(.closed) ul {
            width: 160px;
            border: 1px solid #555555;
            background-color: #ffffff;
            padding: 15px 15px 15px 13px;
            overflow: inherit;
            max-height: inherit;
            right: 12px;
            top: 37px;
            left: inherit; }
          .header-right ul .translated-box .weglot-container .wg-drop.country-selector .wgcurrent {
            border: none;
            outline: none; }
            .header-right ul .translated-box .weglot-container .wg-drop.country-selector .wgcurrent:after {
              top: -6px;
              height: 13px;
              background-position: 50%;
              background-size: 8px;
              background-image: url(../img/tran_icon.png);
              background-repeat: no-repeat;
              transform: rotate(0deg); }
            .header-right ul .translated-box .weglot-container .wg-drop.country-selector .wgcurrent a {
              padding-right: 25px;
              color: #000000;
              font-family: "Akzidenz-Grotesk BQ";
              font-size: 11px;
              font-weight: 500;
              text-transform: uppercase;
              transform: rotate(0deg);
              height: auto;
              line-height: 13px; }
              .header-right ul .translated-box .weglot-container .wg-drop.country-selector .wgcurrent a:hover {
                text-decoration: underline; }
          .header-right ul .translated-box .weglot-container .wg-drop.country-selector ul {
            width: 160px;
            border: 1px solid #555555;
            background-color: #ffffff;
            padding: 15px 15px 15px 13px;
            overflow: inherit;
            max-height: inherit;
            right: 12px;
            top: 37px;
            bottom: inherit; }
            .header-right ul .translated-box .weglot-container .wg-drop.country-selector ul:after {
              content: "";
              display: block;
              position: absolute;
              top: -5px;
              right: 31px;
              width: 10px;
              height: 10px;
              border-style: solid;
              border-width: 1px;
              background: #fff;
              transform: rotate(45deg);
              border-color: #555 transparent transparent #555; }
            .header-right ul .translated-box .weglot-container .wg-drop.country-selector ul li a {
              outline: none;
              color: #111111;
              font-family: "Akzidenz-Grotesk BQ";
              font-size: 12px;
              letter-spacing: 0.25px;
              line-height: 24px;
              text-transform: capitalize;
              text-align: left;
              height: inherit; }
    .header-right ul .navUser-item--account {
      margin: 0 12px 0 0;
      position: relative; }
      .header-right ul .navUser-item--account .navUser-action {
        padding: 0;
        color: #000000;
        font-size: 11px;
        font-weight: 500;
        line-height: 13px;
        letter-spacing: normal; }
    .header-right ul .navUser-item--cart #cart-preview-dropdown.cart-preview-active {
      left: auto !important;
      display: block; }
    .header-right ul .navUser-item--cart .navUser-action {
      padding: 0;
      position: relative; }
      .header-right ul .navUser-item--cart .navUser-action .navUser-item-cartLabel {
        width: 12px;
        height: 15px;
        transform: translateY(2px);
        background: url("../img/icon-cart.png") no-repeat center center/cover;
        display: block; }
        .header-right ul .navUser-item--cart .navUser-action .navUser-item-cartLabel span {
          display: none; }
      .header-right ul .navUser-item--cart .navUser-action .cart-quantity {
        min-width: 16px;
        width: auto;
        padding: 0 3px;
        border-radius: 16px;
        line-height: 15px;
        height: 16px;
        background-color: #555555;
        color: #ffffff;
        font-size: 11px;
        font-weight: 500;
        position: absolute;
        top: 7px;
        right: -8px;
        margin: 0; }
    .header-right ul .navUser-item--cart .dropdown-menu {
      width: 348px;
      max-width: 100vw;
      border: 1px solid #555555;
      background-color: #ffffff;
      top: 105px !important;
      right: 16px;
      padding: 32px 23px 24px; }
      .header-right ul .navUser-item--cart .dropdown-menu:before {
        content: "";
        display: block;
        position: absolute;
        top: -6px;
        right: 15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5.5px 6px 5.5px;
        border-color: transparent transparent #555555 transparent; }
      .header-right ul .navUser-item--cart .dropdown-menu:after {
        content: "";
        display: block;
        position: absolute;
        top: -5px;
        right: 16px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 4.5px 5px 4.5px;
        border-color: transparent transparent #ffffff transparent; }
      .header-right ul .navUser-item--cart .dropdown-menu .previewCart .previewCartList {
        display: block;
        max-height: 339px;
        overflow-y: auto;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCart .previewCartList::-webkit-scrollbar {
          width: 10px; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCart .previewCartList::-webkit-scrollbar-track {
          background: #f1f1f1; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCart .previewCartList::-webkit-scrollbar-thumb {
          background: #000; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCart .previewCartList::-webkit-scrollbar-thumb:hover {
          background: #555; }
      .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem {
        display: block;
        max-width: 100%;
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #555;
        border-top: 0; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem:first-child {
          padding-top: 0; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem:after {
          content: "";
          display: table;
          width: 100%; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-image {
          width: 72px;
          padding: 0;
          display: block;
          float: left; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-image:after {
            display: none; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-image img {
            display: block;
            width: 100%;
            position: relative; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content {
          width: calc(100% - 72px);
          padding: 0 0 0 15px;
          display: block;
          float: left;
          text-align: left; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content .previewCartItem-name {
            padding-top: 13px;
            margin: 0; }
            .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content .previewCartItem-name > a {
              display: inline-block;
              text-decoration: none;
              line-height: 15px; }
            .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content .previewCartItem-name strong {
              color: #000000;
              font-size: 12px;
              font-weight: bold;
              letter-spacing: 0.5px;
              line-height: 15px;
              display: inline-block;
              text-transform: uppercase; }
              .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content .previewCartItem-name strong > span {
                font-style: normal;
                font-weight: 400; }
            .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content .previewCartItem-name span {
              color: #111111;
              font-size: 12px;
              font-style: italic;
              line-height: 15px;
              display: inline-block;
              letter-spacing: normal; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content .definitionList {
            margin: 9px 0 8px; }
            .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content .definitionList dt,
            .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content .definitionList dd {
              color: #000000;
              font-size: 12px;
              font-weight: 500;
              line-height: 14px;
              letter-spacing: normal; }
            .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content .definitionList dt {
              font-weight: 400;
              margin-right: 2px; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-content .previewCartItem-price {
            color: #111111;
            font-size: 12px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: normal; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-release-date {
          float: left;
          margin: 15px 0 0; }
          @media (max-width: 425px) {
            .header-right ul .navUser-item--cart .dropdown-menu .previewCartItem .previewCartItem-release-date {
              text-align: center;
              width: 100%; } }
      .header-right ul .navUser-item--cart .dropdown-menu .previewCartAction {
        padding: 24px 0 0;
        border-top: 0; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-checkout,
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-viewCart {
          width: 100%;
          padding: 0; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-checkout.continue-shopping,
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-viewCart.continue-shopping {
            margin-top: 8px; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-checkout {
          margin: 0 0 8px; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartAction .previewCartAction-checkout .button {
            height: 32px;
            line-height: 32px; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartAction:last-child {
          padding: 0; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartAction .view-cart-btn {
          margin-top: 8px; }
      .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons {
        margin: 16px 0 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 8px;
        border-top: 1px solid #555555; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons:after {
          content: "";
          display: table;
          width: 100%; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
          width: 100%; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons > p {
          text-align: center;
          color: #111111;
          font-family: "Akzidenz-Grotesk BQ";
          font-size: 12px;
          letter-spacing: 0.25px;
          line-height: 10px;
          margin: 0 0 16px; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons > p span {
            display: inline-block;
            position: relative; }
            .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons > p span:before, .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons > p span:after {
              content: "";
              position: absolute;
              height: 1px;
              background: #555555;
              top: 5px;
              width: 92px; }
            .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons > p span:before {
              right: 100%;
              margin-right: 12px; }
            .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons > p span:after {
              left: 100%;
              margin-left: 12px; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .ApplePayCheckout {
          width: 100%; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .ApplePayCheckout .ApplePayContainer > div {
            display: block !important;
            width: 100% !important;
            max-width: 100% !important; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .apple-pay-checkout-button {
          flex-basis: calc(100%);
          order: 3;
          margin-left: 0;
          margin-top: 10px;
          border-radius: 0;
          height: 32px;
          padding: 6px 8px; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .GooglePayCheckout {
          order: 4;
          flex-basis: 100%;
          margin-top: 9px;
          margin-bottom: 0;
          display: none; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .GooglePayCheckout > p {
            display: none !important; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .GooglePayCheckout button {
            border-radius: 0;
            padding: 6px 24px;
            height: 32px;
            min-height: 32px; }
        .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .PayPalExpressCheckout {
          margin-bottom: 0;
          order: 2;
          flex-basis: 100%; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .PayPalExpressCheckout:last-child {
            margin-bottom: 0; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .PayPalExpressCheckout > p {
            display: none; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .PayPalExpressCheckout form {
            background: #e4e4e4 url("../img/icon-paypal.png") no-repeat center center/78px; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .PayPalExpressCheckout input {
            display: block;
            width: 100%;
            opacity: 0;
            height: 32px; }
          .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .PayPalExpressCheckout > div {
            display: block !important;
            background: #ffc439;
            height: 32px !important; }
            .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .PayPalExpressCheckout > div .paypal-button {
              height: 32px !important; }
              .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .PayPalExpressCheckout > div .paypal-button .zoid-outlet {
                display: block !important;
                float: none;
                width: 100% !important;
                margin-top: -7px; }
                .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .PayPalExpressCheckout > div .paypal-button .zoid-outlet .zoid-component-frame {
                  z-index: 1 !important; }
      .header-right ul .navUser-item--cart .dropdown-menu .previewCart-emptyBody {
        padding: 0; }
    .header-right ul .navUser-item--cart .add-tote-wrap {
      display: none; }
    .header-right ul .navUser-item--cart.cart-preview-sidebar #cart-preview-dropdown {
      right: -350px;
      top: 0 !important;
      height: 100%;
      position: fixed !important; }
      .header-right ul .navUser-item--cart.cart-preview-sidebar #cart-preview-dropdown.cart-preview-active {
        right: 0px; }
        .header-right ul .navUser-item--cart.cart-preview-sidebar #cart-preview-dropdown.cart-preview-active::after {
          display: none; }
    .header-right ul .navUser-item--cart.cart-preview-sidebar .dropdown-menu {
      border: none;
      border-left: 1px solid #555555; }
      .header-right ul .navUser-item--cart.cart-preview-sidebar .dropdown-menu .previewCart {
        position: relative;
        height: 100%;
        padding-top: 15px; }
      .header-right ul .navUser-item--cart.cart-preview-sidebar .dropdown-menu .previewCartAction-section {
        position: absolute;
        bottom: 0;
        width: 100%; }
      .header-right ul .navUser-item--cart.cart-preview-sidebar .dropdown-menu .previewCart-emptyBody {
        top: 49%;
        position: absolute;
        width: 100%; }
    .header-right ul .navUser-item--cart.cart-preview-sidebar .add-tote-wrap {
      display: block;
      text-align: center;
      padding-bottom: 30px;
      margin-bottom: 20px;
      border-top: #000 solid 1px;
      border-bottom: #000 solid 1px;
      background-color: #ffffff; }
      .header-right ul .navUser-item--cart.cart-preview-sidebar .add-tote-wrap h3 {
        font-family: "Akzidenz-Grotesk BQ";
        color: #000;
        font-size: 12px;
        line-height: 20px;
        font-weight: 900; }
      .header-right ul .navUser-item--cart.cart-preview-sidebar .add-tote-wrap .add-tote-desc {
        padding: 0 5px; }
      .header-right ul .navUser-item--cart.cart-preview-sidebar .add-tote-wrap p {
        margin-bottom: 0.2rem; }
      .header-right ul .navUser-item--cart.cart-preview-sidebar .add-tote-wrap .add-tote-btns {
        margin-top: 20px;
        width: 80%;
        display: inline-block; }
        .header-right ul .navUser-item--cart.cart-preview-sidebar .add-tote-wrap .add-tote-btns .add-bag-in-preview {
          width: 50%;
          display: inline-block;
          float: left;
          padding-right: 3px; }
        .header-right ul .navUser-item--cart.cart-preview-sidebar .add-tote-wrap .add-tote-btns .ignore-tote-in-preview {
          width: 50%;
          display: inline-block;
          float: right;
          padding-left: 3px; }

.location-mb {
  display: none;
  margin-top: 15px !important; }
  .location-mb .navMenuButtonsOnMobile {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px; }
    .location-mb .navMenuButtonsOnMobile.leftButton-currentLocation {
      border: 1px solid #555555;
      color: #555555;
      font-size: 12px;
      padding: 5px 1px 5px 1px; }
    .location-mb .navMenuButtonsOnMobile.rightButton-shopInternational {
      border: 1px solid #000000;
      color: white;
      background-color: black;
      font-weight: 500;
      margin-top: 15px; }
      .location-mb .navMenuButtonsOnMobile.rightButton-shopInternational a {
        display: block; }
  .location-mb .location-selected {
    padding: 0 11px;
    line-height: 30px;
    position: relative; }
    .location-mb .location-selected .title {
      color: #999999;
      font-size: 11px;
      font-style: italic;
      font-weight: 500;
      line-height: 12px;
      margin-right: 12px; }
    .location-mb .location-selected:after {
      content: "";
      top: 9px;
      right: 7px;
      height: 13px;
      background-position: 50%;
      background-size: 8px;
      background-image: url(../img/tran_icon.png);
      background-repeat: no-repeat;
      transform: rotate(180deg);
      display: inline-block;
      width: 15px;
      position: absolute; }
  .location-mb .location-list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0 11px; }
    .location-mb .location-list li {
      display: block;
      line-height: 24px; }
      .location-mb .location-list li a {
        text-decoration: none; }
    .location-mb .location-list.open {
      display: block;
      margin-top: 4px; }

@media (max-width: 800px) and (min-width: 769px) {
  body {
    padding-top: 0; }
  .body {
    margin-bottom: 0px; }
  .container {
    padding: 0 24px; }
  .quickSearchResults {
    margin: 0; }
  .header-left {
    padding: 65px 0 0 30px;
    width: 128px; }
    .header-left .navPages-container {
      background: transparent;
      height: auto;
      padding: 0;
      position: relative; }
      .header-left .navPages-container .navPages {
        margin: 0 auto;
        max-width: 100rem;
        width: 100%;
        background: none;
        font-size: 0;
        overflow-y: visible;
        padding: 0; }
        .header-left .navPages-container .navPages .weglot-container.weglot_here {
          display: none; }
      .header-left .navPages-container .navPages-quickSearch {
        display: none; }
      .header-left .navPages-container .navPages-list {
        margin: 0;
        padding: 0; }
      .header-left .navPages-container .navPages-item.mobile-only {
        display: none; }
      .header-left .navPages-container .navPages-item .navPage-subMenu ul li a {
        text-transform: none;
        width: 100%; } }

@media (max-width: 900px) and (min-width: 769px) {
  .header-body-inner {
    width: calc(100% - 128px); }
  .header .header-logo .header-logo-image,
  .header .header-logo .header-logo-image-unknown-size {
    max-height: none; }
  .header .header-logo > a {
    padding: 0;
    transform: translateX(-64px); } }

@media (max-width: 768px) {
  .back-top-top {
    right: 10px; }
  body {
    padding: 0;
    top: 0 !important; }
  .body {
    margin-bottom: 0px; } }

/**HEADER */
.header-body-inner {
  z-index: -100000;
  width: 100%; }

.header-left {
  position: fixed;
  left: 0;
  top: 0;
  padding: 65px 0 0 30px;
  width: auto;
  pointer-events: none; }
  .header-left .navPages-container {
    position: fixed;
    pointer-events: auto;
    left: 0;
    bottom: auto;
    right: auto;
    width: 25vw;
    max-width: 425px;
    min-width: 300px;
    top: 0px;
    transition: all 0.3s;
    z-index: -1;
    margin: 0;
    padding: 0;
    display: block;
    max-height: 0;
    transform: translateX(-100%);
    border-right: 1px solid #ddd;
    z-index: 10;
    height: 100vh;
    max-height: 100vh; }
    @media only screen and (max-width: 768px) {
      .header-left .navPages-container {
        max-width: 100%; } }
    .header-left .navPages-container:not(.is-open) {
      pointer-events: none; }
    .header-left .navPages-container.is-open {
      transform: translateX(0%); }
    .header-left .navPages-container .navPages {
      padding: 0 32px 0 32px;
      background-color: white; }
      .header-left .navPages-container .navPages .location-mb {
        display: block; }
    .header-left .navPages-container .navPages-list + .navPages-list {
      margin-top: 0;
      padding-top: 0;
      border: none; }
      .header-left .navPages-container .navPages-list + .navPages-list:last-child .navPages-item {
        border: none; }
    .header-left .navPages-container .navPages-item {
      margin: 0; }
      .header-left .navPages-container .navPages-item .navPages-action {
        padding: 5px 0 5px;
        text-decoration: none;
        position: relative; }
        .header-left .navPages-container .navPages-item .navPages-action.has-subMenu {
          padding-right: 20px; }
          .header-left .navPages-container .navPages-item .navPages-action.has-subMenu:after {
            content: "";
            width: 8px;
            height: 5px;
            background: url("../img/icon-select.png") no-repeat right center/8px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 8px;
            display: block; }
          .header-left .navPages-container .navPages-item .navPages-action.has-subMenu.is-open:after {
            transform: translateY(-50%) rotate(180deg); }
      .header-left .navPages-container .navPages-item .navPage-subMenu {
        padding: 0 0 0 9px !important;
        margin: 0px 0 13px; }
        .header-left .navPages-container .navPages-item .navPage-subMenu .navPage-subMenu-list {
          margin: 0; }
        .header-left .navPages-container .navPages-item .navPage-subMenu ul li a {
          padding: 0;
          text-transform: uppercase;
          color: #111111;
          font-size: 10px;
          letter-spacing: 0.25px;
          line-height: 20px; }
          .header-left .navPages-container .navPages-item .navPage-subMenu ul li a.activePage {
            color: #111;
            text-decoration: none; }
  .header-left .mobileMenu-toggle {
    width: 30px;
    height: 30px;
    padding: 0; }
    .header-left .mobileMenu-toggle .mobileMenu-toggleIcon {
      height: 0px;
      border-top: thin solid black;
      width: 18px;
      top: 15px;
      left: 6px; }
      .header-left .mobileMenu-toggle .mobileMenu-toggleIcon:before {
        height: 0px;
        border-top: thin solid black;
        width: 18px;
        top: -7px; }
      .header-left .mobileMenu-toggle .mobileMenu-toggleIcon:after {
        height: 0px;
        border-top: thin solid black;
        width: 18px;
        bottom: -7px; }
    .header-left .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
      border-top: thin solid white; }
      .header-left .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:before {
        top: 0;
        transform: rotate(45deg); }
      .header-left .mobileMenu-toggle.is-open .mobileMenu-toggleIcon:after {
        bottom: 0;
        transform: rotate(-45deg); }

.header {
  position: fixed;
  pointer-events: none; }
  .header .header-logo a {
    padding: 0;
    pointer-events: auto; }
  .header .header-logo .header-logo-image,
  .header .header-logo .header-logo-image-unknown-size {
    height: 45px;
    width: auto;
    max-height: none; }
    @media (max-width: 768px) {
      .header .header-logo .header-logo-image,
      .header .header-logo .header-logo-image-unknown-size {
        height: 26px; } }
  .header .dropdown--quickSearch .container {
    padding: 0 8px; }
  .header .dropdown--quickSearch .form .form-input {
    height: 44px;
    line-height: 44px;
    padding: 0 35px 0 32px;
    background: url("../img/search_black_icon.svg") no-repeat left 8px top 14px/16px;
    border-width: 0 0 1px; }
  .header .dropdown--quickSearch .form .btn-close-search {
    width: 30px;
    height: 30px;
    top: 9px;
    right: 1px;
    background-size: 12px; }
  .header .dropdown--quickSearch .quickSearchResults {
    margin: 0; }
  .header.open-search {
    z-index: 100; }

@media (max-width: 1132px) {
  .footer .footer-info .footer-info-col ul {
    padding: 0 !important; }
  .pages-category .header-right ul .navUser-item.translated-box {
    position: fixed;
    left: 88px; } }

@media (max-width: 769px) {
  .pages-category .header-right ul .navUser-item.translated-box,
  .pages-category .header-right ul .navUser-item.select-location {
    display: none; } }

@media (max-width: 926px) {
  body:not(.pages-category) .header-right ul .navUser-item.translated-box,
  body:not(.pages-category) .header-right ul .navUser-item.select-location {
    display: none; } }

.header-right {
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  padding: 73px 32px 0 0;
  width: auto; }
  @media (max-width: 768px) {
    .header-right {
      padding: 20px 16px 0 0; } }
  @media (max-width: 768px) {
    .header-right ul .navUser-item.navUser-item--account {
      display: none; } }
  .header-right ul .navUser-item.navUser-item--cart {
    float: right; }
    .header-right ul .navUser-item.navUser-item--cart .dropdown-menu {
      right: 0;
      top: 50px !important;
      border-width: 0 0 0 1px;
      padding: 24px 15px 16px 16px; }
  .header-right ul .search {
    display: inline-block;
    margin: -4px 28px 0 0; }
    .header-right ul .search a {
      width: 20px;
      height: 20px;
      background: url("../img/search_black_icon.svg") no-repeat center center/13px; }
      .header-right ul .search a span {
        display: none; }
  .header-right .wg-drop.country-selector:not(.closed) ul {
    width: 160px;
    border: 1px solid #555555;
    background-color: #ffffff;
    padding: 23px 15px 15px 14px;
    overflow: inherit;
    max-height: inherit;
    right: 10px;
    top: 40px;
    bottom: auto;
    left: inherit; }
    .header-right .wg-drop.country-selector:not(.closed) ul:after {
      content: "";
      display: block;
      position: absolute;
      top: -5px;
      right: 16px;
      width: 10px;
      height: 10px;
      border-style: solid;
      border-width: 1px;
      background: #fff;
      transform: rotate(45deg);
      border-color: #555 transparent transparent #555; }
    .header-right .wg-drop.country-selector:not(.closed) ul li {
      text-align: left; }
      .header-right .wg-drop.country-selector:not(.closed) ul li a {
        text-align: left;
        color: #111111;
        height: inherit;
        font-family: "Akzidenz-Grotesk BQ";
        font-size: 12px;
        letter-spacing: 0.25px;
        line-height: 24px; }

/* FOOTER */
.footer {
  width: 100%;
  float: left;
  clear: both;
  border: none;
  padding: 34px 0 46px; }
  .footer .footer-info {
    margin: 0;
    padding: 0 22px; }
    .footer .footer-info:after {
      content: "";
      display: table;
      width: 100%; }
    .footer .footer-info .footer-info-col {
      width: 20%;
      float: left;
      padding: 0 10px;
      margin: 0; }
      .footer .footer-info .footer-info-col .footer-info-heading {
        color: #000000;
        font-size: 11px;
        font-weight: 500;
        line-height: 13px;
        margin: 5px 0 8px; }
      .footer .footer-info .footer-info-col .footer-info-list li a {
        color: #111111;
        font-size: 11px;
        font-weight: 500;
        letter-spacing: 0.5px;
        line-height: 26px; }
      .footer .footer-info .footer-info-col.footer-newsletter form #nl_email {
        font-size: 12px;
        color: #111111;
        letter-spacing: 0.5px;
        padding-right: 28px;
        height: 24px;
        line-height: 23px; }
        .footer .footer-info .footer-info-col.footer-newsletter form #nl_email.error {
          border-color: #ff0000; }
        .footer .footer-info .footer-info-col.footer-newsletter form #nl_email::-webkit-input-placeholder {
          color: #111111;
          opacity: 1; }
        .footer .footer-info .footer-info-col.footer-newsletter form #nl_email::-moz-placeholder {
          color: #111111;
          opacity: 1; }
        .footer .footer-info .footer-info-col.footer-newsletter form #nl_email:-ms-input-placeholder {
          color: #111111;
          opacity: 1; }
        .footer .footer-info .footer-info-col.footer-newsletter form #nl_email:-moz-placeholder {
          color: #111111;
          opacity: 1; }
        .footer .footer-info .footer-info-col.footer-newsletter form #nl_email + .error {
          color: #ff0000;
          font-size: 12px;
          letter-spacing: 0.25px;
          line-height: 20px;
          font-weight: 400;
          margin: 7px 0 0;
          width: 100%; }
      .footer .footer-info .footer-info-col.footer-newsletter form .form-field {
        margin: 0 0 6px; }
      .footer .footer-info .footer-info-col.footer-newsletter form .form-prefixPostfix {
        position: relative;
        width: 100%;
        max-width: 200px; }
        .footer .footer-info .footer-info-col.footer-newsletter form .form-prefixPostfix .button {
          position: absolute;
          top: 0;
          right: 0;
          margin: 0;
          padding: 0;
          width: 28px;
          height: 24px;
          color: black;
          background-color: white; }
      .footer .footer-info .footer-info-col:nth-child(2) ul {
        padding-left: 28%; }
      .footer .footer-info .footer-info-col.footer-logo {
        text-align: center;
        padding-top: 7px; }
        .footer .footer-info .footer-info-col.footer-logo img {
          width: 38px;
          height: auto; }
      .footer .footer-info .footer-info-col:nth-child(4) ul {
        padding-left: 38.5%; }
      .footer .footer-info .footer-info-col:last-child {
        text-align: right; }
        .footer .footer-info .footer-info-col:last-child ul {
          display: inline-block;
          padding-right: 0%;
          text-align: left; }
      .footer .footer-info .footer-info-col .tablet-only,
      .footer .footer-info .footer-info-col .mobile-only {
        display: none; }
  .footer .footer-socials ul {
    list-style: none;
    margin: 0; }
    .footer .footer-socials ul li {
      float: left;
      margin: 0 16px 0 0; }
      .footer .footer-socials ul li:last-child {
        margin: 0; }
      .footer .footer-socials ul li a {
        width: 14px;
        height: 14px;
        display: block; }
        .footer .footer-socials ul li a.facebook-link {
          background: url("../img/icon-facebook.png") no-repeat center center/contain; }
        .footer .footer-socials ul li a.instagram-link {
          background: url("../img/icon-instagram.png") no-repeat center center/contain; }
        .footer .footer-socials ul li a.twitter-link {
          background: url("../img/icon-twitter.png") no-repeat center center/contain; }
        .footer .footer-socials ul li a.pinterest-link {
          background: url("../img/icon-pinterest.png") no-repeat center center/contain; }
        .footer .footer-socials ul li a.email-link {
          background: url("../img/icon-email.png") no-repeat center center/contain; }

@media (max-width: 1199px) {
  .footer .footer-info .footer-info-col ul {
    padding: 0 !important; } }

@media (max-width: 800px) and (min-width: 769px) {
  .footer {
    padding: 34px 0 42px; }
    .footer .footer-info {
      padding: 0 14px; }
      .footer .footer-info .footer-info-col:nth-child(2), .footer .footer-info .footer-info-col:last-child {
        display: none; }
      .footer .footer-info .footer-info-col .tablet-only {
        display: block; }
      .footer .footer-info .footer-info-col.footer-newsletter {
        width: calc((100% - 100px) / 2); }
        .footer .footer-info .footer-info-col.footer-newsletter .footer-info-list {
          margin-top: 23px; }
        .footer .footer-info .footer-info-col.footer-newsletter .footer-socials:after {
          content: "";
          display: table;
          width: 100%; }
      .footer .footer-info .footer-info-col.footer-logo {
        width: 100px; }
      .footer .footer-info .footer-info-col:nth-child(4) {
        width: calc((100% - 100px) / 2); }
        .footer .footer-info .footer-info-col:nth-child(4) ul {
          padding-left: 34% !important; } }

@media (max-width: 768px) {
  .footer {
    padding: 32px 0 36px; }
    .footer .footer-info {
      padding: 0 15px;
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      .footer .footer-info .footer-info-col {
        padding: 0;
        float: right; }
        .footer .footer-info .footer-info-col.footer-logo {
          order: -2;
          width: 100%;
          padding: 0; }
          .footer .footer-info .footer-info-col.footer-logo img {
            width: 19px; }
        .footer .footer-info .footer-info-col.footer-newsletter {
          order: -1;
          width: 100%;
          text-align: left;
          margin: 26px 0 40px; }
          .footer .footer-info .footer-info-col.footer-newsletter form {
            margin: 0 0 27px; }
            .footer .footer-info .footer-info-col.footer-newsletter form .form-field {
              margin: 0; }
            .footer .footer-info .footer-info-col.footer-newsletter form .form-prefixPostfix {
              width: 100%;
              max-width: 100%; }
          .footer .footer-info .footer-info-col.footer-newsletter .footer-socials {
            width: 100%;
            text-align: center;
            line-height: 0; }
            .footer .footer-info .footer-info-col.footer-newsletter .footer-socials ul {
              display: inline-block; }
        .footer .footer-info .footer-info-col:nth-child(2) {
          width: calc(50% - 10px);
          padding-right: 10px;
          text-align: left; }
        .footer .footer-info .footer-info-col:nth-child(4) {
          width: calc(50% - 12px);
          text-align: left;
          padding-left: 12px; }
        .footer .footer-info .footer-info-col:nth-child(5) {
          width: 100%;
          text-align: center;
          margin-top: 26px;
          display: none; }
        .footer .footer-info .footer-info-col .desktop-only {
          display: none; }
        .footer .footer-info .footer-info-col .mobile-only {
          display: block; } }

.wp-previewCartItem-price .remove_block {
  float: right;
  cursor: pointer;
  /*text-decoration: underline ;*/ }

@media (max-width: 768px) {
  .footer .footer-info .footer-info-col:nth-child(4) ul {
    display: flex;
    flex-direction: column; }
    .footer .footer-info .footer-info-col:nth-child(4) ul li:nth-child(7) {
      order: 1; }
  .header-left .navPages-container {
    width: 100%; }
    .header-left .navPages-container .navPages {
      padding: 0 16px; }
      .header-left .navPages-container .navPages .pc-tab nav > ul {
        margin-bottom: 10px;
        margin-top: 65px; }
      .header-left .navPages-container .navPages .weglot-container.weglot_here {
        display: block;
        border: 1px solid #555555;
        margin-top: 16px; }
        .header-left .navPages-container .navPages .weglot-container.weglot_here .country-selector {
          width: 100%; }
        .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector:not(.closed) {
          width: 100%; }
          .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector:not(.closed) ul {
            border: none;
            max-height: none;
            position: static; }
            .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector:not(.closed) ul li a {
              color: #000000;
              font-family: "Akzidenz-Grotesk BQ";
              height: 30px;
              line-height: 30px;
              margin-left: 0;
              width: 100%; }
        .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector > .wgcurrent > a {
          padding: 0;
          white-space: nowrap;
          color: #555 !important;
          font-family: "Akzidenz-Grotesk BQ";
          font-size: 11px;
          font-weight: 500;
          text-transform: uppercase;
          line-height: 32px;
          height: auto;
          text-decoration: none;
          outline: none;
          margin-left: 0;
          display: inline-block;
          margin-left: 0px !important; }
          .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector > .wgcurrent > a:before {
            content: "Language: " !important;
            white-space: nowrap;
            color: #555;
            font-family: "Akzidenz-Grotesk BQ";
            font-size: 11px;
            font-weight: 500;
            text-transform: uppercase;
            line-height: 32px;
            height: auto;
            text-decoration: none;
            outline: none;
            width: auto;
            display: inline-block;
            padding-right: 3px; }
        .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector .wgcurrent {
          border: none;
          list-style: none;
          display: block;
          text-align: center; }
          .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector .wgcurrent:after {
            top: 9px;
            height: 15px;
            background-position: 50%;
            background-size: 8px;
            background-repeat: no-repeat;
            right: 11px;
            transform: rotate(180deg);
            top: 50%; }
          .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector .wgcurrent > a {
            font-weight: 400; }
        .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector .wgcurrent:after {
          transform: rotate(-180deg); }
        .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector.closed .wgcurrent:after {
          transform: rotate(0); }
      .header-left .navPages-container .navPages .navPages-item {
        border-bottom: 1px solid #555; }
        .header-left .navPages-container .navPages .navPages-item .navPage-subMenu ul li a {
          line-height: 30px; }
        .header-left .navPages-container .navPages .navPages-item > .navPages-action {
          padding: 21px 0 21px;
          text-decoration: none;
          position: relative;
          font-weight: 500; } }

.precommend_default .bkt--prec .bkt--prec--layout_title {
  font-family: "Akzidenz-Grotesk BQ" !important;
  font-weight: bold; }

.precommend_default .bkt--prec .bkt--thumbnail {
  border: none; }

@media (max-width: 768px) {
  .header-right ul .navUser-item--cart .dropdown-menu .previewCartCheckout-additionalCheckoutButtons .PayPalExpressCheckout > div .paypal-button .zoid-outlet {
    margin-top: -2px; } }

.navMenuButtonsOnMobile-rightButton-shopInternational-a-tag-text {
  color: white !important;
  text-decoration: none !important; }

.gift-certificate-form .form-checkbox:checked + .form-label {
  background-position: left -40px; }

.pages-gift-certificate-purchase > #modal .modal-body table.tg {
  max-width: 450px !important; }

.pages-gift-certificate-purchase #modal .modal-body::-webkit-scrollbar {
  width: 2px; }

.pages-gift-certificate-purchase #modal .modal-body::-webkit-scrollbar-track {
  background-color: #f2f2f2; }

.pages-gift-certificate-purchase #modal .modal-body::-webkit-scrollbar-thumb {
  background-color: #000; }

#modal .modal-close:hover {
  text-decoration: none; }

@media (max-width: 768px) {
  #launcher {
    display: none;
    left: unset !important;
    top: 6px !important;
    right: 13px !important; } }

.BraintreeContainer.paypal-buttons-container {
  text-align: center;
  z-index: 1; }

.braintree-paypal-button.paypal-smart-buttons.paypal-buttons {
  height: 34px; }

.braintree-paypal-button.paypal-smart-buttons {
  margin-top: 0px;
  width: inherit !important; }

.cart-additionalCheckoutButtons .CheckoutButton,
.BraintreePaypalCheckout.RemoteCheckout.CheckoutButton,
.BraintreePaypalCreditContainer .BraintreePaypalCreditInnerContainer {
  width: 100% !important; }

.BraintreePaypalCreditContainer .BraintreePaypalCreditInnerContainer {
  width: 100% !important;
  max-width: 100% !important; }

.paypal-buttons.paypal-buttons-context-iframe.paypal-buttons-label-paypal.paypal-buttons-layout-horizontal {
  height: 34px !important;
  border-radius: 0 !important;
  width: 100% !important;
  max-width: 342px !important; }

.FloatRight.PayPalExpressCheckout.PayPalExpressBraintreeCheckout.RemoteCheckout.CheckoutButton {
  display: contents; }

.spb-logo a {
  display: none !important; }

.top-promo-bar {
  position: fixed;
  width: 100%;
  top: -32px;
  left: 0;
  background-color: #fff;
  z-index: 999;
  transition: all 200ms linear; }
  .top-promo-bar .top-promo-bar-link {
    display: block;
    text-align: center;
    padding: 10px 5px;
    text-decoration: none;
    border-bottom: 1px solid #000 !important; }
    .top-promo-bar .top-promo-bar-link p {
      font-family: helvetica, arial, sans-serif !important;
      line-height: 2;
      font-size: 11px;
      font-weight: 400;
      line-height: 12px;
      font-style: normal;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 0px !important; }
  .top-promo-bar-dark {
    background-color: black; }
    .top-promo-bar-dark .top-promo-bar-link {
      border-bottom: 1px solid white !important; }
      .top-promo-bar-dark .top-promo-bar-link p {
        color: white; }

.waitlist-newsletter-wrap {
  text-align: center;
  padding-top: 40px; }

.waitlist-newsletter {
  max-width: 400px;
  width: 100%;
  display: inline-block; }

.waitlist-newsletter .footer-info-heading {
  width: 25%;
  display: inline-block;
  font-size: 16px;
  text-align: left; }

.waitlist-newsletter form {
  width: 74%;
  display: inline-block; }

.waitlist-newsletter form .form-input {
  font-size: 16px; }

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

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

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

.BraintreePaypalInnerContainer,
.BraintreePaypalCreditInnerContainer {
  max-width: 100% !important;
  width: 100% !important; }

.cart-additionalCheckoutButtons .CheckoutButton [data-merchant-checkout-container] > div {
  max-width: 100% !important;
  width: 100% !important; }

.PaypalCommerceCreditCheckout > div {
  width: 100% !important;
  max-width: 100% !important; }
  .PaypalCommerceCreditCheckout > div > div {
    width: 100% !important;
    max-width: 100% !important; }

/**css tabs start */
/* Component Needs */
.pc-tab > input,
.pc-tab section > div {
  display: none; }

#tab1:checked ~ section .tab1,
#tab2:checked ~ section .tab2,
#tab3:checked ~ section .tab3 {
  display: block; }

#tab1:checked ~ nav .tab1,
#tab2:checked ~ nav .tab2,
#tab3:checked ~ nav .tab3 {
  color: red; }

/* Visual Styles */
.pc-tab {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column; }
  .pc-tab nav > ul {
    transition: margin 0.2s;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 60px;
    margin-top: 120px; }
    .pc-tab nav > ul li.cta-link {
      position: relative; }
      .pc-tab nav > ul li.cta-link a {
        text-decoration: none; }
      .pc-tab nav > ul li.cta-link:hover label:after {
        content: "";
        position: absolute;
        height: 1.2px;
        background: black;
        right: 0;
        bottom: -1px;
        width: 100%; }
    .pc-tab nav > ul li {
      margin-right: 10px; }
      .pc-tab nav > ul li h1 {
        margin: 0;
        cursor: pointer;
        font-size: 11px;
        font-weight: 500; }
  .pc-tab > section {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow-y: scroll;
    margin-bottom: 10px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .pc-tab > section .location-mb {
      display: none !important; }
      @media screen and (max-width: 768px) {
        .pc-tab > section .location-mb {
          display: block !important; } }
    @media screen and (max-width: 767px) {
      .pc-tab > section {
        padding-top: 50px; } }
    .pc-tab > section::-webkit-scrollbar {
      display: none; }
    .pc-tab > section div {
      width: 100%;
      background: #fff;
      line-height: 1.5em;
      letter-spacing: 0.3px;
      color: #444; }
      .pc-tab > section div h2 {
        margin: 0;
        letter-spacing: 1px;
        color: #34495e; }
      .pc-tab > section div h1 {
        font-size: 11px;
        font-weight: 500; }

.scroll_fixtop .pc-tab nav > ul {
  margin-top: 70px; }

#tab1:checked ~ nav .tab1 label,
#tab2:checked ~ nav .tab2 label,
#tab3:checked ~ nav .tab3 label {
  background: blue;
  color: #111;
  position: relative; }
  #tab1:checked ~ nav .tab1 label:after,
  #tab2:checked ~ nav .tab2 label:after,
  #tab3:checked ~ nav .tab3 label:after {
    content: "";
    position: absolute;
    height: 1.2px;
    background: black;
    right: 0;
    bottom: -1px;
    width: 100%; }

/**end css tabs */
/**start slider styles */
.carousel {
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.5s; }
  .carousel .slides {
    height: 100%;
    width: 100%;
    position: relative; }
    .carousel .slides .slide {
      position: absolute;
      inset: 0;
      animation-fill-mode: forwards; }
      .carousel .slides .slide .banner {
        border-right: 1px solid #000000;
        border-left: 1px solid #000000;
        overflow: hidden;
        position: relative; }
      .carousel .slides .slide.previous {
        z-index: 1; }
      .carousel .slides .slide.slide-in-from-right {
        animation: slideInFromRight 0.4s ease-in-out;
        z-index: 2; }
      .carousel .slides .slide.slide-in-from-left {
        animation: slideInFromLeft 0.4s ease-in-out;
        z-index: 2; }

@keyframes slideInFromRight {
  0% {
    transform: translateX(calc(100% + 1px)); }
  100% {
    transform: translateX(0); } }

@keyframes slideInFromLeft {
  0% {
    transform: translateX(calc(-100% - 1px)); }
  100% {
    transform: translateX(0); } }
      .carousel .slides .slide .banner {
        width: 100%;
        height: 101%; }
        .carousel .slides .slide .banner img {
          width: 100%;
          height: 101%;
          object-fit: cover; }
  .carousel .controls {
    position: absolute;
    inset: 0;
    display: none;
    pointer-events: none;
    justify-content: space-between;
    align-items: center;
    z-index: 4;
    padding: 30px; }
    @media screen and (max-width: 768px) {
      .carousel .controls {
        padding: 15px; } }
    .carousel .controls .arrow {
      pointer-events: auto;
      padding: 25px 25px 15px;
      cursor: pointer; }
      .carousel .controls .arrow svg path {
        transition: all 200ms linear;
        stroke: #000000; }
      .carousel .controls .arrow:hover svg path {
        stroke: #ffffff; }

/**end slider styles */
video {
  object-fit: cover !important; }

#player {
  height: 100%; }

#dq-vimeo-wrapper {
  height: 100%; }
  #dq-vimeo-wrapper iframe {
    pointer-events: none; }

.navPages {
  text-align: left !important; }

.homepage_newsletter {
  position: fixed;
  z-index: 2;
  bottom: 0;
  left: 30px;
  display: none; }
  .homepage_newsletter#homepage_newsletter {
    opacity: 0; }
  @media screen and (max-width: 768px) {
    .homepage_newsletter {
      left: 15px; } }
  @media screen and (min-width: 768px) {
    .homepage_newsletter {
      display: block; } }
  .homepage_newsletter .form-input {
    width: 250px;
    max-width: 90vw;
    background-color: transparent; }
    .homepage_newsletter .form-input::placeholder {
      color: #000; }
  .homepage_newsletter .footer-socials {
    display: none; }

body:not(.pages-home) {
  transition: margin-top 0.2s;
  margin-top: 140px; }
  body:not(.pages-home).pages-category {
    margin-top: 120px; }
    @media (max-width: 1199px) {
      body:not(.pages-home).pages-category {
        margin-top: 120px; } }
    @media (max-width: 768px) {
      body:not(.pages-home).pages-category {
        margin-top: 100px; }
        body:not(.pages-home).pages-category .body {
          margin-top: 0; } }
  @media screen and (max-width: 1199px) {
    body:not(.pages-home).pages-product {
      margin-top: 180px; } }
  @media screen and (max-width: 768px) {
    body:not(.pages-home).pages-product {
      margin-top: 70px; } }
  @media screen and (max-width: 768px) {
    body:not(.pages-home) {
      margin-top: 70px; }
      body:not(.pages-home) .header .header-logo {
        padding: 13px 0 11px !important; } }
  body:not(.pages-home) .header {
    background-color: white; }

@media screen and (max-width: 767px) {
  .hide-dt.has-subMenu {
    display: block !important; } }

@media screen and (min-width: 768px) {
  .hide-dt {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .hide-mb {
    display: none !important; } }

.header-left .mobileMenu-toggle,
.header-left .search {
  transition: all 200ms linear; }

.header-logo img {
  transition: all 500ms linear; }

.header-right .location-selected,
.header-right .wgcurrent,
.header-right .navUser-item .navUser-action,
.header-right .cart-preview-sidebar .navUser-action {
  transition: all 500ms linear; }

.carousel .controls,
.homepage_newsletter {
  transition: all 500ms linear; }

.carousel .slides .slide .banner {
  transition: all 500ms linear; }

.light-mode .header-left .mobileMenu-toggle,
.light-mode .header-left .search {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%); }

.light-mode .header-left .mobileMenu-toggle.is-open,
.light-mode .header-left .mobileMenu-toggle.is-open ~ .search {
  -webkit-filter: none;
  /* Safari/Chrome */
  filter: none; }

.light-mode .header-logo img {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%); }

.light-mode .header-right .location-selected {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%); }

.light-mode .header-right .wgcurrent {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%); }

.light-mode .header-right .navUser-item--account .navUser-action {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%); }

.light-mode .header-right .navUser-item .navUser-action {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%); }

.light-mode .carousel .controls {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%); }

.light-mode .homepage_newsletter {
  -webkit-filter: invert(100%);
  /* Safari/Chrome */
  filter: invert(100%); }

.light-mode .carousel .slides .slide .banner {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff; }

.light-mode.open-search .header-left .mobileMenu-toggle,
.light-mode.open-search .header-left .search {
  -webkit-filter: none;
  /* Safari/Chrome */
  filter: none; }

/*gift Certificate.php page preview css start*/
td .gift-card-title {
  padding: 30px 30px 0px 30px;
  color: #fff; }
  @media screen and (max-width: 600px) {
    td .gift-card-title {
      padding: 30px 16px 0px 30px; } }
  @media screen and (max-width: 377px) {
    td .gift-card-title {
      font-size: 16px !important; } }
  @media screen and (max-width: 322px) {
    td .gift-card-title {
      font-size: 13px !important; } }

td .gift-card-content {
  padding: 0px 30px 30px 30px;
  color: #fff; }
  @media screen and (max-width: 377px) {
    td .gift-card-content {
      font-size: 12px !important;
      padding: 0px 30px 30px 24px; } }
  @media screen and (max-width: 377px) {
    td .gift-card-content strong {
      font-size: 14px !important; } }

td .space-block {
  padding: 30px; }
  @media screen and (max-width: 600px) {
    td .space-block {
      padding: 20px 30px;
      font-size: 14px !important; } }
  @media screen and (max-width: 377px) {
    td .space-block {
      padding: 20px 10px 20px 20px;
      font-size: 12px !important; } }

@media screen and (max-width: 600px) {
  .tb-cls {
    width: auto !important; } }

@media screen and (max-width: 377px) {
  .brd-cls {
    border-top: none !important; } }

/*gift Certificate.php page preview css End*/
#om-campaign-9 .powered-by {
  display: none !important; }

.pages-category .external_breadcrumb {
  margin-left: 32px; }
  .pages-category .external_breadcrumb .breadcrumb:not(.is-active) span {
    font-weight: 500;
    text-decoration: underline; }
  @media screen and (max-width: 992px) {
    .pages-category .external_breadcrumb {
      margin-left: 16px; } }

.pages-category .breadcrumbs {
  display: flex !important;
  margin-bottom: 2.2rem !important; }
  @media only screen and (max-width: 800px) {
    .pages-category .breadcrumbs {
      display: none !important; } }
  .pages-category .breadcrumbs .breadcrumb::before {
    content: "";
    height: 13px;
    background-position: 75%;
    background-size: 8px;
    background-image: url(../img/tran_icon.png);
    background-repeat: no-repeat;
    transform: rotate(90deg);
    transition: ease 0.15s;
    display: inline-block !important;
    width: 15px;
    opacity: 70%; }
  .pages-category .breadcrumbs .breadcrumb {
    text-transform: uppercase; }
    .pages-category .breadcrumbs .breadcrumb .breadcrumb-label {
      font-size: 11px; }
    .pages-category .breadcrumbs .breadcrumb::before {
      margin-right: -3px;
      margin-left: 2px; }
    .pages-category .breadcrumbs .breadcrumb:first-child {
      display: none; }
      .pages-category .breadcrumbs .breadcrumb:first-child:before {
        content: " ";
        margin: 0;
        width: 0;
        height: 0;
        overflow: hidden; }
    .pages-category .breadcrumbs .breadcrumb:nth-child(2):before {
      content: " ";
      margin: 0;
      width: 0;
      height: 0;
      overflow: hidden; }

aside.country-selector.weglot_switcher.default.wg-drop .wg-li.wgcurrent {
  height: 0 !important;
  display: inline-block !important;
  position: relative; }

@media only screen and (max-width: 768px) {
  .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector .wgcurrent > a {
    transform: translateY(-3px); }
  .header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector .wgcurrent:after {
    top: 5px; } }

.header-right ul .translated-box .weglot-container .wg-drop.country-selector .wgcurrent:after {
  top: 50%; }

.header-right ul .translated-box .weglot-container .wg-drop.country-selector.active .wgcurrent:after {
  transform: rotate(0deg); }

.header-right ul .translated-box .weglot-container .wg-drop.country-selector.closed .wgcurrent:after {
  transform: rotate(180deg); }

.cart-additionalCheckoutButtons div[class^="Braintree"],
.cart-additionalCheckoutButtons div[class*=" Braintree"],
.cart-additionalCheckoutButtons div[class^="braintree"],
.cart-additionalCheckoutButtons div[class*=" braintree"] {
  width: 100% !important;
  max-width: 100% !important; }

.previewCartCheckout-additionalCheckoutButtons div[class^="Braintree"],
.previewCartCheckout-additionalCheckoutButtons div[class*=" Braintree"],
.previewCartCheckout-additionalCheckoutButtons div[class^="braintree"],
.previewCartCheckout-additionalCheckoutButtons div[class*=" braintree"] {
  width: 100% !important;
  max-width: 100% !important; }

.custom-error_message {
  color: #ff0000; }

.custom-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 95%;
  z-index: 10;
  background: #fff;
  border: 1px solid #555555;
  padding: 40px 40px 30px;
  z-index: 100;
  display: none; }
  @media only screen and (max-width: 768px) {
    .custom-popup {
      width: 100%; } }

.custom-popup .btn-close-popup {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  color: #000000;
  /* background: url(../../assets/img/close_btn@1x.svg) center center/12px no-repeat; */ }

.custom-popup .content {
  /* display: none; */
  text-align: center; }

.custom-popup h2 {
  margin: 24px 0 4px;
  color: #000000;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-transform: uppercase; }

.custom-popup .btn {
  padding: 0 20px;
  margin-top: 18px; }

.custom-popup a.btn {
  display: inline-block; }

.open-popup.custom-popup {
  display: block; }

.open-popup.custom-popup:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99; }

.pages-page .page-heading {
  margin-top: 43px;
  margin-bottom: 40px;
  color: #000; }

@media screen and (max-width: 768px) {
  .pages-page .terms-and-conditions .page-heading {
    margin-bottom: 20px; } }

.pages-subscribed .alertBox.alertBox--error {
  background-color: #fff;
  border: 1px solid #000;
  color: #000; }

.about-page .made-by video {
  width: 100%;
  min-height: 400px;
  height: 660px;
  border: none; }

.about-page .style-by .section-1 {
  margin-bottom: 64px; }

@media screen and (max-width: 768px) {
  .about-page .made-by video {
    height: auto;
    min-height: 300px; } }

.terms-and-conditions .page-content div div div:first-of-type {
  cursor: pointer; }
  .terms-and-conditions .page-content div div div:first-of-type h2 {
    color: #222222;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    margin-top: 20px;
    cursor: pointer;
    padding-right: 10px;
    margin-bottom: 20px; }
    .terms-and-conditions .page-content div div div:first-of-type h2.active {
      font-weight: bold; }
      .terms-and-conditions .page-content div div div:first-of-type h2.active span {
        font-weight: normal; }
      .terms-and-conditions .page-content div div div:first-of-type h2.active:after {
        transform: rotate(-180deg); }
    .terms-and-conditions .page-content div div div:first-of-type h2:after {
      content: "";
      display: block;
      position: absolute;
      top: 3px;
      right: 0;
      width: 8px;
      height: 8px;
      background-image: url(../img/icon-select.png);
      background-size: 8px;
      background-position: center right;
      background-repeat: no-repeat;
      background-color: transparent; }

.terms-and-conditions .page-content div div div:last-of-type {
  display: none; }
  .terms-and-conditions .page-content div div div:last-of-type p {
    color: #111111;
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 20px; }

.shopiphone-cases #btn_size_guide {
  display: none; }

.careers .page-content--centered > h2 {
  color: #000000;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 12px;
  font-weight: bold;
  line-height: 17px;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 47px; }

@media (max-width: 768px) {
  .careers .page-content--centered > h2 br {
    display: none; } }

.shipping .page-content--centered > h2 {
  margin-top: 0; }

.preorder-list {
  max-width: 950px;
  margin: 0 auto;
  padding: 22px 48px 20px;
  display: block;
  z-index: 21; }
  .preorder-list table {
    border-bottom: 1px solid #555555;
    border-top: 1px solid transparent;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    table-layout: fixed; }
  .preorder-list table tr {
    background-color: #fff;
    border: 1px solid #555555;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent; }
  .preorder-list table th,
  .preorder-list table td {
    text-align: center;
    color: #111111;
    font-family: "Akzidenz-Grotesk BQ";
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 1;
    padding-left: 13px;
    padding-top: 18px;
    padding-bottom: 18px; }
  .preorder-list table td:first-child {
    text-align: left;
    padding-left: 6px; }
  .preorder-list table th {
    color: #000000;
    font-family: "Akzidenz-Grotesk BQ";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: 1;
    padding-left: 11px;
    padding-top: 18px;
    padding-bottom: 18px; }
  .preorder-list table th:first-child {
    text-align: left;
    padding-left: 5px; }

@media screen and (max-width: 768px) {
  .preorder-list {
    padding: 20px 10px 20px;
    float: none;
    width: 100%; } }

/*CSS to prevent pace from blocking user interaction. */
a,
body,
.pace,
.pace:not(.pace-inactive),
.pace:not(.pace-inactive) ~ .header-body-wrapper {
  -webkit-user-select: auto !important;
  /* Chrome all / Safari all */
  -moz-user-select: auto !important;
  /* Firefox all */
  -ms-user-select: auto !important;
  /* IE 10+ */
  user-select: auto !important;
  -webkit-pointer-events: auto !important;
  /* Chrome all / Safari all */
  -moz-pointer-events: auto !important;
  /* Firefox all */
  -ms-pointer-events: auto !important;
  /* IE 10+ */
  pointer-events: auto !important; }

.om-outer-canvas {
  border: 1px solid #555; }

#form_product .size-options .form-option.unavailable span {
  color: #aaa; }

/*
#form_product .size-options .form-option.unavailable span:before {
	position: absolute;
	top: 47%;
	right: 0;
	width: 100%;
	border-bottom: 1px solid #000;
	content: '';
 }
*/
#form_product .size-options .form-radio:checked + .form-option.unavailable:before {
  display: none; }

#form_product .size-options .form-radio:checked + .form-option.unavailable span {
  color: #ec1b24; }

#form_product .size-options .form-option {
  padding: 0;
  margin: 1px 0.8vw 1px 0;
  line-height: 28px; }

#form_product .size-options .form-option:first-of-type {
  margin-left: 0; }

div.size-guide.open_size div.table-size_guide {
  overflow: auto; }

.product_page .product_images .zoomImg {
  width: 200% !important;
  height: 200% !important; }

.productGrid .product .card .card-img-container .cover-image {
  display: block;
  visibility: initial;
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  -ms-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s; }

.optimizedCheckout-contentPrimary .loadingNotification-label {
  background: #000 !important;
  border-radius: 0;
  display: initial; }

.optimizedCheckout-contentPrimary .loadingNotification {
  transform: translate(-50%, 130%); }

#product-listing-container .form-fieldset.actionBar-section {
  display: none; }

.form_contact_id iframe {
  height: 690px; }

.form_contact_id {
  width: 302px; }

.contact-us .forms .images {
  max-width: calc(100% - 302px); }

.body.dreamgirls {
  margin-top: 104px; }

.dreamgirls .page-heading {
  margin-bottom: 0px;
  margin-top: 24px; }

.dreamgirls .shop-insta {
  margin: 20px 0 35px 0; }

#subscribe-form #nl_email {
  text-transform: uppercase; }

#subscribe-form .button {
  background: linear-gradient(#000, #000), linear-gradient(#000, #000);
  background-position: center;
  background-size: 50% 1px, 1px 50%;
  background-repeat: no-repeat;
  color: #111;
  font-weight: 200;
  height: 23px !important;
  width: 23px !important; }

.footer .footer-info .footer-info-col .footer-info-heading {
  font-weight: 100;
  font-size: 12px; }

.header .header-logo {
  transition: background-color 0.2s ease-in-out 0s; }

@media (max-width: 768px) {
  .homepage-main ~ .banners {
    margin-left: 0px;
    margin-right: 0px; }
  .body.dreamgirls {
    margin-top: 38px; }
  .dreamgirls .shop-insta {
    margin: 10px 0 24px 0; }
  .header .header-logo.scrolled {
    transition: background-color 0.2s ease-in-out 0s;
    background-color: #fff; }
  .cart-totals li .cart-total-value {
    float: right;
    text-align: right; }
  #form_product .size-options .form-option {
    margin: 1px 3vw 1px 0; } }

/*
@media (max-width: 367px) {
.rightButton-shopInternational {
    height: 52px;
    padding-top: 15px!important;
}
}
*/
.header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector .wgcurrent:before {
  font-style: normal;
  text-transform: uppercase;
  color: #000;
  font-size: 11px;
  font-weight: 500;
  left: calc(50% - 67px); }

.header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector .wgcurrent > a {
  color: #000;
  font-size: 11px;
  text-align: center;
  margin-left: 70px; }

.header-left .navPages-container .navPages .weglot-container.weglot_here .wg-drop.country-selector:not(.closed) ul li a {
  text-transform: uppercase;
  text-align: center;
  display: block; }

.pages-product #btn_size_guide {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 12px;
  line-height: 28px;
  bottom: -1px;
  position: relative; }

.madeby-embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }

.madeby-embed-container iframe,
.madeby-embed-container object,
.madeby-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.location-mb .navMenuButtonsOnMobile {
  padding: 6px; }

.location-mb .navMenuButtonsOnMobile.leftButton-currentLocation {
  font-size: 11px;
  font-weight: 500; }

.location-mb {
  margin-top: 20px; }

.navMenuButtonsOnMobile-rightButton-shopInternational-a-tag-text {
  font-size: 11px; }

.header-left .navPages-container .navPages .weglot-container.weglot_here {
  margin-top: 20px; }

@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */
  .header-left .navPages-container.is-open {
    height: calc(100vh - 200px); } }

.pagination {
  display: block !important; }

#checkout-app > div > div > div > .layout-cart > article > section.cart-section:nth-of-type(3) > div > [data-splitit="true"] {
  display: none !important; }

#checkout-app > div > div > div > .layout-cart > article > section.cart-section:nth-of-type(3) > div > .undefined {
  display: none !important; }

.pages-product .instafeed .insta-title a {
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

.pages-product .instafeed .insta-title {
  color: #111;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  margin: 30px 0 30px 0; }

.fs-has-links::after {
  padding: 9px 13.5px;
  background-color: #fff;
  color: black;
  content: "SHOP IT"; }

.fs-desktop .fs-entry-container {
  width: 15%;
  padding-top: 15%;
  border: 1px solid black;
  margin-right: 2%;
  margin-bottom: 2%; }

.fs-desktop .fs-entry-container:nth-child(6n) {
  margin-right: 0; }

.fs-mobile .fs-entry-container {
  width: 100%;
  padding-top: 100%; }

.fs-wrapper div.fs-text-container .fs-entry-title,
div.fs-detail-title {
  font-family: "Akzidenz-Grotesk BQ";
  font-style: normal;
  font-weight: normal; }

div.fs-text-container .fs-entry-date,
div.fs-detail-container .fs-post-info,
div.fs-wrapper div.fs-has-links::after,
.fs-text-product,
.fs-overlink-text {
  font-family: "Akzidenz-Grotesk BQ";
  font-style: normal;
  font-weight: bold; }

.fs-wrapper div.fs-text-container * {
  color: #fff; }

.fs-wrapper div.fs-text-container {
  background-color: black;
  margin: 0px; }

div.fs-entry-date {
  display: none; }

div.fs-entry-title {
  display: none; }

#fs-detail-branding img,
.fs-detail-shares .fs-share:nth-child(5n) {
  display: none !important; }

#fs-post-info a,
.fs-detail-shares a i {
  color: #000 !important;
  font-weight: 500;
  font-size: 11px; }

.fs-detail-title {
  font-color: #111111 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  font-style: italic !important; }

#fs-detail-close,
#fs-next-post,
#fs-prev-post,
.fs-detail-nav-button.fs-button-inactive {
  width: 12px;
  height: 12px;
  overflow: hidden;
  padding: 0 10px 0 10px; }

#fs-next-post {
  margin-left: 20px; }

#fs-detail-close svg {
  transform: translate(-37%, -30%); }

#fs-next-post svg {
  transform: translate(-45%, -30%); }

#fs-prev-post svg,
.fs-detail-nav-button.fs-button-inactive svg {
  transform: translate(-45%, -30%); }

.fs-detail-nav-bar-arrows {
  margin-left: 20px; }

.fs-detail-nav-bar-close {
  margin-right: 40px; }

.fs-detail-nav-bar-arrows {
  margin-top: 20px; }

#fs-detail-title {
  margin-top: 40px; }

.dreamgirls .fs-normal-timeline .fs-entry-container {
  width: 25%;
  padding-top: 25%;
  margin: 0; }

.dreamgirls .fs-small-timeline .fs-entry-container {
  width: 25%;
  padding-top: 25%; }

@media (max-width: 1110px) {
  .dreamgirls .fs-desktop .fs-entry-container {
    margin-right: 0; } }

@media (max-width: 768px) {
  .fs-mobile .fs-entry-container {
    width: 48.5%;
    padding-top: 48.5%;
    border: 1px solid black;
    margin-right: 3%;
    margin-bottom: 3%; }
  .fs-mobile .fs-entry-container:nth-child(2n) {
    margin-right: 0; }
  .dreamgirls .fs-mobile .fs-entry-container {
    margin: 0; } }

.splitit-installment-example-container p.splitit-installment-example {
  font-size: 12px !important;
  font-weight: 400 !important; }

[data-splitit="true"] {
  font-size: 12px !important;
  font-weight: 400 !important; }

[data-splitit="true"] span:after {
  content: "" !important; }

[data-splitit="true"] a.-splitit--learn-more {
  display: block !important; }

.pages-product .instafeed .insta-title a {
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase; }

.pages-product .instafeed .insta-title {
  color: #111;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  text-transform: none;
  margin: 30px 0 30px 0; }

.fs-has-links::after {
  padding: 9px 13.5px;
  background-color: #fff;
  color: black;
  content: "SHOP IT"; }

.fs-desktop .fs-entry-container {
  width: 15%;
  padding-top: 15%;
  border: 1px solid black;
  margin-right: 2%;
  margin-bottom: 2%; }

.fs-desktop .fs-entry-container:nth-child(6n) {
  margin-right: 0; }

.fs-mobile .fs-entry-container {
  width: 100%;
  padding-top: 100%; }

.fs-wrapper div.fs-text-container .fs-entry-title,
div.fs-detail-title {
  font-family: "Akzidenz-Grotesk BQ";
  font-style: normal;
  font-weight: normal; }

div.fs-text-container .fs-entry-date,
div.fs-detail-container .fs-post-info,
div.fs-wrapper div.fs-has-links::after,
.fs-text-product,
.fs-overlink-text {
  font-family: "Akzidenz-Grotesk BQ";
  font-style: normal;
  font-weight: bold; }

.fs-wrapper div.fs-text-container * {
  color: #fff; }

.fs-wrapper div.fs-text-container {
  background-color: black;
  margin: 0px; }

div.fs-entry-date {
  display: none; }

div.fs-entry-title {
  display: none; }

#fs-detail-branding img,
.fs-detail-shares .fs-share:nth-child(5n) {
  display: none !important; }

#fs-post-info a,
.fs-detail-shares a i {
  color: #000 !important;
  font-weight: 500;
  font-size: 11px; }

.fs-detail-title {
  font-color: #111111 !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  font-style: italic !important; }

#fs-detail-close,
#fs-next-post,
#fs-prev-post,
.fs-detail-nav-button.fs-button-inactive {
  width: 12px;
  height: 12px;
  overflow: hidden;
  padding: 0 10px 0 10px; }

#fs-next-post {
  margin-left: 20px; }

#fs-detail-close svg {
  transform: translate(-37%, -30%); }

#fs-next-post svg {
  transform: translate(-45%, -30%); }

#fs-prev-post svg,
.fs-detail-nav-button.fs-button-inactive svg {
  transform: translate(-45%, -30%); }

.fs-detail-nav-bar-arrows {
  margin-left: 20px; }

.fs-detail-nav-bar-close {
  margin-right: 40px; }

.fs-detail-nav-bar-arrows {
  margin-top: 20px; }

#fs-detail-title {
  margin-top: 40px; }

.dreamgirls .fs-normal-timeline .fs-entry-container {
  width: 25%;
  padding-top: 25%;
  margin: 0; }

.dreamgirls .fs-small-timeline .fs-entry-container {
  width: 25%;
  padding-top: 25%; }

@media (max-width: 1110px) {
  .dreamgirls .fs-desktop .fs-entry-container {
    margin-right: 0; } }

@media (max-width: 768px) {
  .fs-mobile .fs-entry-container {
    width: 48.5%;
    padding-top: 48.5%;
    border: 1px solid black;
    margin-right: 3%;
    margin-bottom: 3%; }
  .fs-mobile .fs-entry-container:nth-child(2n) {
    margin-right: 0; }
  .dreamgirls .fs-mobile .fs-entry-container {
    margin: 0; } }

.splitit-installment-example-container p.splitit-installment-example {
  font-size: 12px !important;
  font-weight: 400 !important; }

[data-splitit="true"] {
  font-size: 12px !important;
  font-weight: 400 !important; }

[data-splitit="true"] span:after {
  content: "" !important; }

[data-splitit="true"] a.-splitit--learn-more {
  display: block !important; }

.form-input {
  height: 35px; }

body[class*="pages-account-"] .page-heading {
  color: #000;
  margin-bottom: 33px;
  text-transform: uppercase; }

.pages-auth-create-account .body {
  margin-bottom: 72px; }
  .pages-auth-create-account .body .form-actions {
    margin-top: 8px; }

.pages-auth-login .panel-body {
  padding-bottom: 0;
  margin-bottom: 0; }

form#create-account div.subscribe .form-label,
form[data-edit-account-form] div.subscribe .form-label,
form[data-address-form] div.subscribe .form-label {
  color: #111;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  display: block;
  padding: 0 0 0 30px;
  margin: 7px 0 0; }

form#create-account .form-field,
form[data-edit-account-form] .form-field,
form[data-address-form] .form-field {
  margin-bottom: 2rem; }

.pages-account-orders-all .alertBox,
.pages-account-edit .alertBox,
.pages-account-add-address .alertBox,
.pages-account-addresses .alertBox,
.pages-auth-create-account .alertBox,
.pages-auth-login .alertBox {
  margin-bottom: 18px; }

.pages-account-orders-all .alertBox-column,
.pages-account-edit .alertBox-column,
.pages-account-add-address .alertBox-column,
.pages-account-addresses .alertBox-column,
.pages-auth-create-account .alertBox-column,
.pages-auth-login .alertBox-column {
  line-height: 14px; }

.pages-account-orders-all .body,
.pages-account-edit .body,
.pages-account-add-address .body,
.pages-account-addresses .body,
.pages-auth-create-account .body,
.pages-auth-login .body {
  margin-top: 83px; }
  .pages-account-orders-all .body button,
  .pages-account-edit .body button,
  .pages-account-add-address .body button,
  .pages-account-addresses .body button,
  .pages-auth-create-account .body button,
  .pages-auth-login .body button {
    margin-bottom: 0; }
  .pages-account-orders-all .body ul,
  .pages-account-edit .body ul,
  .pages-account-add-address .body ul,
  .pages-account-addresses .body ul,
  .pages-auth-create-account .body ul,
  .pages-auth-login .body ul {
    font-size: 0; }
    .pages-account-orders-all .body ul li,
    .pages-account-edit .body ul li,
    .pages-account-add-address .body ul li,
    .pages-account-addresses .body ul li,
    .pages-auth-create-account .body ul li,
    .pages-auth-login .body ul li {
      font-size: 12px;
      line-height: 18px; }

.pages-account-addresses .body {
  margin-bottom: 204px; }

.pages-account-addresses .navBar--account {
  margin-bottom: 24px; }
  .pages-account-addresses .navBar--account .navBar-section {
    line-height: 1; }

body {
  font-family: "Akzidenz-Grotesk BQ" !important; }

.login {
  margin-top: 40px;
  margin-bottom: 96px; }
  .login .page-heading {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 32px; }
  .login .login-row {
    margin-top: 0; }
    .login .login-row .login-form.form {
      margin-top: 0; }
  .login .login-form,
  .login .new-customer {
    clear: both;
    margin-left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* IE 9 */
    -webkit-transform: translateX(-50%); }
  .login .new-customer .panel-header,
  .login .new-customer .panel-body {
    background: none;
    text-align: center; }
  .login .new-customer .panel-title {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-align: center; }
  .login .new-customer .panel-body {
    padding-top: 8px; }
    .login .new-customer .panel-body p {
      color: #111111;
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 20px;
      text-align: center; }
  .login .new-customer .button {
    width: 100px; }
  .login .login-form {
    padding: 0;
    margin-bottom: 35px; }
    .login .login-form .button {
      width: 100%; }
    .login .login-form .forgot-password {
      margin: 0;
      margin-top: 14px; }
    .login .login-form .form-label {
      color: #555555;
      font-size: 10px;
      letter-spacing: 1px;
      line-height: 8px; }
    .login .login-form .form-field {
      margin-bottom: 24px; }
  .login .alertBox.alertBox--success {
    background: #111; }

.pages-account-edit .page-heading,
.registration .page-heading {
  color: #000000;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-align: center;
  margin-bottom: 32px; }

.pages-account-edit .form-label,
.registration .form-label {
  color: #555555;
  font-size: 10px;
  letter-spacing: 1px;
  line-height: 8px; }

.pages-account-edit .button,
.registration .button {
  width: 96px; }

.pages-account-edit form,
.registration form {
  margin-bottom: 24px; }

.pages-auth-account-created .alertBox.alertBox--success {
  background: #111; }

.navBar.navBar--sub.navBar--account ul {
  border-bottom: 1px solid #555;
  padding-bottom: 21px;
  line-height: 1; }
  .navBar.navBar--sub.navBar--account ul li {
    margin: 0 12px;
    line-height: 13px; }
    .navBar.navBar--sub.navBar--account ul li a {
      color: #111111;
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 14px; }

.page-address {
  max-width: 752px;
  margin: auto;
  padding: 0; }
  .page-address .page-heading {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-align: center;
    margin-bottom: 33px; }
  .page-address .account.account--fixedLarge {
    margin: 0;
    width: 100%; }
    .page-address .account.account--fixedLarge .addressList {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0; }
      .page-address .account.account--fixedLarge .addressList > li {
        width: 364px !important;
        padding: 0;
        margin-bottom: 18px; }
        .page-address .account.account--fixedLarge .addressList > li .panel--address {
          height: 100%; }
        .page-address .account.account--fixedLarge .addressList > li .panel-body {
          padding: 24px;
          background: none;
          border: 1px solid #555555;
          min-height: 212px;
          height: 100%; }
          .page-address .account.account--fixedLarge .addressList > li .panel-body form {
            padding: 0;
            margin-bottom: 0;
            margin-top: 9px; }
            .page-address .account.account--fixedLarge .addressList > li .panel-body form .form-actions {
              position: static;
              margin: 0;
              font-size: 0;
              margin-top: 8px; }
              .page-address .account.account--fixedLarge .addressList > li .panel-body form .form-actions button,
              .page-address .account.account--fixedLarge .addressList > li .panel-body form .form-actions a {
                margin-bottom: 0; }
              .page-address .account.account--fixedLarge .addressList > li .panel-body form .form-actions a {
                width: 64px; }
              .page-address .account.account--fixedLarge .addressList > li .panel-body form .form-actions button {
                width: 74px;
                margin-left: 8px; }
          .page-address .account.account--fixedLarge .addressList > li .panel-body .address-title {
            color: #222222;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 0.5px;
            line-height: 14px;
            margin-bottom: 8px; }
          .page-address .account.account--fixedLarge .addressList > li .panel-body .address-details {
            width: 281px;
            font-size: 12px;
            letter-spacing: 0.25px;
            line-height: 20px;
            margin-bottom: 8px; }
          .page-address .account.account--fixedLarge .addressList > li .panel-body dl.address-details {
            margin-bottom: 18px; }
          .page-address .account.account--fixedLarge .addressList > li .panel-body .address-label {
            color: #111111 !important; }
          .page-address .account.account--fixedLarge .addressList > li .panel-body .address-addNew {
            margin-top: 22.5px; }
            .page-address .account.account--fixedLarge .addressList > li .panel-body .address-addNew .address-title {
              color: #111111;
              font-size: 12px;
              letter-spacing: 0.25px;
              line-height: 20px;
              margin: 0;
              font-weight: normal; }
          .page-address .account.account--fixedLarge .addressList > li .panel-body .address-symbol {
            width: 45px;
            height: 45px;
            background: url(../icons/plus_icon.svg) center center/21px no-repeat;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            /* IE 9 */
            -webkit-transform: translateX(-50%);
            top: -45px; }
  .page-address .account.account--fixed {
    width: 100%; }
    .page-address .account.account--fixed .account-body {
      margin: 0; }
  .page-address .account-body {
    margin: 0; }
    .page-address .account-body form {
      margin-bottom: 24px; }
      .page-address .account-body form .form-fieldset .form-row.form-row--half {
        display: flex;
        flex-wrap: wrap; }
      .page-address .account-body form .form-fieldset #FormField_11 {
        order: 7; }
      .page-address .account-body form .form-fieldset #FormField_4 {
        order: 1; }
      .page-address .account-body form .form-fieldset #FormField_5 {
        order: 2; }
      .page-address .account-body form .form-fieldset #FormField_9 {
        order: 4; }
      .page-address .account-body form .form-fieldset #FormField_8 {
        width: 100% !important;
        order: 3; }
      .page-address .account-body form .form-fieldset #FormField_6 {
        order: 5; }
      .page-address .account-body form .form-fieldset #FormField_10 {
        order: 6; }
      .page-address .account-body form .form-fieldset #FormField_12 {
        order: 7; }
      .page-address .account-body form .form-fieldset #FormField_13 {
        order: 9; }
      .page-address .account-body form .form-fieldset #FormField_7 {
        order: 10; }
      .page-address .account-body form .form-actions {
        text-align: left;
        margin-top: 0; }
        .page-address .account-body form .form-actions input {
          width: 124px; }
        .page-address .account-body form .form-actions a {
          width: 72px; }

.pages-account-add-address .form-actions {
  font-size: 0; }
  .pages-account-add-address .form-actions button,
  .pages-account-add-address .form-actions a {
    margin-bottom: 0; }
  .pages-account-add-address .form-actions a {
    width: 64px;
    margin-left: 16px !important; }
  .pages-account-add-address .form-actions button {
    width: 74px;
    margin-left: 8px; }

.pages-account-orders-all .page-heading {
  margin-bottom: 33px; }

.pages-account-orders-all .account-orderStatus-label,
.pages-account-orders-all .account-product-detail-heading {
  font-family: "Akzidenz-Grotesk BQ" !important; }

.pages-account-orders-all .account-orderStatus-action {
  margin-top: 5px;
  text-decoration: none !important;
  max-width: 160px;
  padding-right: 3px; }
  @media (max-width: 800px) {
    .pages-account-orders-all .account-orderStatus-action {
      width: 100%;
      max-width: 95%; } }
  .pages-account-orders-all .account-orderStatus-action a {
    text-decoration: underline; }
  .pages-account-orders-all .account-orderStatus-action.email-link {
    display: none; }
    .pages-account-orders-all .account-orderStatus-action.email-link.Partially.Shipped {
      display: block; }

.pages-account-orders-all .body {
  margin-bottom: 90px; }

.pages-account-orders-all .account-orderStatus {
  left: auto;
  bottom: auto; }

.pages-account-orders-all .account-product-details {
  margin: 0; }

.pages-account-orders-all .page-heading {
  color: #000; }

.pages-account-orders-all .pagination {
  display: block;
  margin-top: 20px; }
  .pages-account-orders-all .pagination ul {
    line-height: 1;
    margin-bottom: 0; }
  .pages-account-orders-all .pagination li {
    color: #111111;
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center; }

.pages-account-orders-all .navBar--account {
  width: 752px;
  margin: auto; }
  .pages-account-orders-all .navBar--account ul.navBar-section {
    border-bottom: 1px solid #555;
    padding-bottom: 21px;
    line-height: 1; }
    @media (max-width: 800px) {
      .pages-account-orders-all .navBar--account ul.navBar-section {
        max-width: 344px;
        width: calc(100% - 28px); } }

.pages-account-orders-all .account.account--fixed {
  width: 100%; }
  .pages-account-orders-all .account.account--fixed .account-head {
    margin: 0; }
  .pages-account-orders-all .account.account--fixed .account-body {
    margin: auto; }
    .pages-account-orders-all .account.account--fixed .account-body .account-content {
      padding: 0; }
      .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem {
        margin-top: 24px;
        padding-top: 0;
        padding-bottom: 24px; }
        .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem .account-product-figure {
          width: 80px;
          height: 106px; }
        .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem .account-product-body {
          text-align: left !important;
          position: relative;
          color: #222222;
          font-family: "Akzidenz-Grotesk BQ";
          font-size: 12px;
          letter-spacing: 0.5px;
          line-height: 9px;
          text-align: center; }
          .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem .account-product-body .account-orderStatus {
            position: absolute;
            right: 0;
            top: 0; }
            .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem .account-product-body .account-orderStatus .account-orderStatus-label {
              color: #222222;
              font-size: 12px;
              letter-spacing: 0.5px;
              line-height: 22px;
              text-align: center;
              background: none;
              width: 160px;
              border: 1px solid #555555;
              padding: 0;
              margin: 0; }
              @media (max-width: 800px) {
                .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem .account-product-body .account-orderStatus .account-orderStatus-label {
                  width: 100%; } }
          .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem .account-product-body .account-product-title {
            margin-bottom: 0;
            margin-top: 7px; }
            .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem .account-product-body .account-product-title a {
              color: #222222;
              font-size: 12px;
              font-weight: bold;
              letter-spacing: 0.5px;
              line-height: 14px;
              text-transform: uppercase; }
          .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem .account-product-body p {
            color: #111111;
            font-size: 12px;
            letter-spacing: 0.25px;
            line-height: 20px;
            font-weight: normal;
            margin-bottom: 10px; }
          .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem .account-product-body .account-product-detail {
            padding: 0; }
            .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem .account-product-body .account-product-detail .account-product-detail-heading {
              color: #000000;
              font-size: 12px;
              font-weight: 500;
              letter-spacing: 0.25px;
              line-height: 16px;
              margin-bottom: 0;
              text-transform: inherit; }
            .pages-account-orders-all .account.account--fixed .account-body .account-content .account-listItem .account-product-body .account-product-detail span {
              color: #111111;
              font-size: 12px;
              letter-spacing: 0.25px;
              line-height: 20px; }

.pages-account-edit a.navBar-action {
  line-height: 18px; }

.pages-account-edit .page-heading {
  margin-bottom: 33px; }

.pages-account-edit .page-heading {
  text-transform: uppercase; }

.pages-account-edit .account.account--fixed {
  width: 752px; }
  .pages-account-edit .account.account--fixed .form-row.form-row--half {
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap; }
  .pages-account-edit .account.account--fixed .form-field {
    width: 360px;
    padding: 0;
    margin-left: 16px;
    margin-right: 16px; }
  .pages-account-edit .account.account--fixed #FormField_1 {
    order: 2; }
  .pages-account-edit .account.account--fixed #FormField_24 {
    order: 3; }
  .pages-account-edit .account.account--fixed #FormField_2 {
    order: 4; }
  .pages-account-edit .account.account--fixed #FormField_3 {
    order: 5; }
  .pages-account-edit .account.account--fixed #FormField_28 {
    order: 1; }

.pages-account-edit .form-actions {
  margin-top: 0;
  text-align: left; }
  .pages-account-edit .form-actions .button {
    width: 128px; }

.pages-account-edit .body {
  margin-bottom: 96px; }

.pages-account-edit .navBar.navBar--sub.navBar--account {
  line-height: 1; }

.pages-account-orders-details .account-heading {
  color: #222222;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-transform: uppercase;
  padding-bottom: 21px; }

.pages-account-orders-details .account-order-address,
.pages-account-orders-details .definitionList {
  color: #111111;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px; }

.pages-account-orders-details .form-label {
  width: 20px !important;
  height: 20px !important; }

.pages-account-orders-details .account-orderTotal dt,
.pages-account-orders-details .account-orderTotal dd {
  padding: 10px 0 !important;
  font-size: 12px; }

.pages-account-orders-details .account-body {
  margin: 0 auto; }

.pages-account-orders-details .account-product-title,
.pages-account-orders-details .account-product-price {
  font-size: 12px; }

@media (min-width: 801px) {
  .login .login-form.form,
  .login .new-customer {
    width: 424px; }
  .account-body {
    width: 752px; }
    .account-body .form-row {
      margin-left: -16px;
      margin-right: -16px;
      display: flex;
      flex-wrap: wrap; }
      .account-body .form-row .form-field {
        width: 360px;
        margin-left: 16px;
        margin-right: 16px;
        padding: 0; }
      .account-body .form-row #FormField_9 {
        display: none; }
  .navBar--account {
    margin-bottom: 48px; }
    .navBar--account .accout-menu-title {
      display: none; }
    .navBar--account ul {
      display: block; } }

@media (max-width: 800px) {
  .account-body #FormField_9 {
    display: none; }
  .pages-account-edit .form-fieldset {
    margin-top: 24px; }
  .pages-account-edit .account.account--fixed {
    width: 344px;
    margin: auto; }
    .pages-account-edit .account.account--fixed .form-row.form-row--half {
      margin: 0 -12px; }
    .pages-account-edit .account.account--fixed .form-field {
      width: 160px;
      padding: 0;
      margin-left: 12px;
      margin-right: 12px; }
  .pages-account-edit .form-actions .button {
    width: 100%; }
  .pages-account-orders-all .body {
    margin-bottom: 4px !important;
    margin-top: 16px !important; }
  .pages-account-orders-all .page-heading {
    margin-bottom: 13px; }
  .pages-account-orders-all .account-list {
    margin-top: -7px; }
  .pages-account-orders-all .account-listItem {
    margin-top: 23px !important; }
  .pages-account-orders-all .account-listItem {
    padding-bottom: 20px !important; }
  .pages-account-orders-all .navBar--account {
    margin-bottom: 0 !important; }
    .pages-account-orders-all .navBar--account .accout-menu-title {
      margin-top: 0; }
  .pages-account-orders-all .navBar--account {
    max-width: 344px;
    width: 100%; }
  .pages-account-orders-all .account-product-details {
    margin: 0; }
    .pages-account-orders-all .account-product-details .account-product-detail {
      width: 50%;
      margin: 0; }
  .pages-account-orders-all .account-product-body {
    overflow: -webkit-paged-x;
    padding-bottom: 40px; }
    .pages-account-orders-all .account-product-body.Partially.Shipped {
      padding-bottom: 90px; }
    .pages-account-orders-all .account-product-body.Shipped, .pages-account-orders-all .account-product-body.Completed {
      padding-bottom: 75px; }
  .pages-account-orders-all .account-orderStatus {
    bottom: 5px !important;
    left: 0 !important;
    right: inherit !important;
    top: inherit !important;
    width: 100%; }
  .pages-account-edit .body,
  .pages-account-add-address .body,
  .pages-account-addresses .body,
  .pages-auth-create-account .body,
  .pages-auth-login .body {
    margin-bottom: 0 !important;
    margin-top: 0 !important; }
  .pages-account-edit .page-address,
  .pages-account-edit .registration,
  .pages-account-add-address .page-address,
  .pages-account-add-address .registration,
  .pages-account-addresses .page-address,
  .pages-account-addresses .registration,
  .pages-auth-create-account .page-address,
  .pages-auth-create-account .registration,
  .pages-auth-login .page-address,
  .pages-auth-login .registration {
    margin-top: 16px !important; }
    .pages-account-edit .page-address .page-heading,
    .pages-account-edit .registration .page-heading,
    .pages-account-add-address .page-address .page-heading,
    .pages-account-add-address .registration .page-heading,
    .pages-account-addresses .page-address .page-heading,
    .pages-account-addresses .registration .page-heading,
    .pages-auth-create-account .page-address .page-heading,
    .pages-auth-create-account .registration .page-heading,
    .pages-auth-login .page-address .page-heading,
    .pages-auth-login .registration .page-heading {
      margin-bottom: 13px !important; }
  .pages-account-edit .navBar--account,
  .pages-account-add-address .navBar--account,
  .pages-account-addresses .navBar--account,
  .pages-auth-create-account .navBar--account,
  .pages-auth-login .navBar--account {
    margin-bottom: 0 !important; }
    .pages-account-edit .navBar--account .accout-menu-title,
    .pages-account-add-address .navBar--account .accout-menu-title,
    .pages-account-addresses .navBar--account .accout-menu-title,
    .pages-auth-create-account .navBar--account .accout-menu-title,
    .pages-auth-login .navBar--account .accout-menu-title {
      margin-top: 0; }
  .pages-account-edit .address,
  .pages-account-add-address .address,
  .pages-account-addresses .address,
  .pages-auth-create-account .address,
  .pages-auth-login .address {
    margin-top: 16px !important; }
    .pages-account-edit .address .panel-body,
    .pages-account-add-address .address .panel-body,
    .pages-account-addresses .address .panel-body,
    .pages-auth-create-account .address .panel-body,
    .pages-auth-login .address .panel-body {
      margin-bottom: 0 !important; }
  .pages-account-edit .account-body,
  .pages-account-add-address .account-body,
  .pages-account-addresses .account-body,
  .pages-auth-create-account .account-body,
  .pages-auth-login .account-body {
    margin-bottom: 16px !important; }
  .pages-account-add-address .account-body {
    margin-top: 24px !important; }
    .pages-account-add-address .account-body form {
      margin-bottom: 0 !important; }
    .pages-account-add-address .account-body .button {
      width: inherit !important;
      margin: 0 !important; }
    .pages-account-add-address .account-body a.button {
      margin-top: 8px !important; }
  .pages-auth-create-account form {
    margin-bottom: 0; }
    .pages-auth-create-account form .button {
      margin-bottom: 0; }
  .pages-auth-create-account .account {
    margin-bottom: 16px !important; }
  .login {
    margin-bottom: -8px !important;
    margin-top: 16px !important; }
    .login .login-form.form,
    .login .new-customer {
      width: 344px; }
  .account-body {
    width: 100%;
    margin: auto !important; }
    .account-body .form-row {
      margin-left: -12px;
      margin-right: -12px; }
      .account-body .form-row .form-field {
        width: 160px;
        margin-left: 12px;
        margin-right: 12px;
        padding: 0; }
  .navBar.navBar--sub.navBar--account {
    margin-bottom: 18px !important; }
  .navBar--account {
    display: block;
    margin-bottom: 24px; }
    .navBar--account .accout-menu-title {
      display: block;
      max-width: 344px;
      width: 100%;
      text-align: left;
      margin: auto;
      margin-top: 13px;
      line-height: 32px;
      border: 1px solid #555555;
      padding-left: 10px;
      background: url(../icons/plus_icon.svg) 327.5px center/9px no-repeat;
      font-weight: normal;
      height: 32px;
      background-position: calc(100% - 12px);
      color: #111111;
      font-size: 12px; }
    .navBar--account ul {
      display: none;
      width: 344px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      text-align: left;
      border: 1px solid;
      background: #fff;
      z-index: 9;
      margin-top: -1px;
      height: 220px;
      padding: 14px 24px; }
      .navBar--account ul li {
        margin: 0 !important; }
        .navBar--account ul li a {
          line-height: 32px !important;
          color: #111111;
          font-size: 12px;
          letter-spacing: normal; }
      .navBar--account ul .navBar-item.is-active {
        line-height: 32px !important;
        color: #111111;
        font-size: 12px; } }

.accout-menu-title.open {
  background: url(../../assets/icons/minus_icon.svg) 327.5px center/9px no-repeat !important; }

#navPages-style {
  height: calc(100vh - 250px);
  overflow-y: auto; }

#navPages-style::-webkit-scrollbar {
  width: 6px; }

#navPages-style::-webkit-scrollbar-track {
  background-color: #d8d8d8; }

#navPages-style::-webkit-scrollbar-thumb {
  background: #000; }

#navPages-style::-webkit-scrollbar-thumb:hover {
  background: #000; }

.header-left .navPages-container .navPages-list:not(.navPages-list--user) {
  display: flex;
  flex-direction: column; }
  .header-left .navPages-container .navPages-list:not(.navPages-list--user) li:nth-child(1) {
    order: -5; }

.auction-sec {
  padding: 5% 0; }
  .auction-sec .logo-title {
    text-align: center; }
  .auction-sec .steps {
    padding-bottom: 50px; }
    .auction-sec .steps ul {
      display: flex;
      width: 70%;
      margin: 0 auto;
      justify-content: space-between;
      padding: 30px 0;
      list-style: none; }
      @media only screen and (max-width: 768px) {
        .auction-sec .steps ul {
          width: 100%;
          flex-wrap: wrap;
          justify-content: space-around;
          padding-bottom: 0; } }
      .auction-sec .steps ul li {
        font-size: 18px;
        width: auto; }
        @media only screen and (max-width: 575px) {
          .auction-sec .steps ul li {
            font-size: 17px;
            width: 100%;
            text-align: center; } }
  .auction-sec .categories {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .auction-sec .categories .category {
      width: 25%;
      text-align: center;
      padding: 15px;
      margin-bottom: 15px; }
      @media only screen and (max-width: 768px) {
        .auction-sec .categories .category {
          width: 50%; } }
      .auction-sec .categories .category .img-wrp {
        cursor: pointer;
        position: relative; }
        .auction-sec .categories .category .img-wrp .img-hover {
          opacity: 0;
          position: absolute;
          left: 0;
          top: 0;
          transition: opacity 0.3s ease-out; }
      .auction-sec .categories .category .img-wrp:hover .img-hover {
        opacity: 1; }
      .auction-sec .categories .category .details {
        padding: 20px 0; }
        .auction-sec .categories .category .details .title {
          font-size: 12px;
          font-weight: 700;
          letter-spacing: 0.5px;
          line-height: 16px;
          color: #000;
          text-transform: uppercase;
          font-style: normal;
          padding-bottom: 10px; }
        .auction-sec .categories .category .details .price {
          font-size: 12px;
          font-weight: 500;
          line-height: 15px;
          color: #111;
          letter-spacing: normal; }
      .auction-sec .categories .category .action select {
        font-size: 12px;
        width: 100%;
        padding: 5px 2px;
        margin-bottom: 10px; }
      .auction-sec .categories .category .action .btn {
        width: 100%;
        margin: 0;
        color: #fff;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.5px;
        line-height: 13px;
        text-align: center;
        padding: 10px 5px 9px;
        border: none;
        background-color: #000;
        border-radius: 0;
        outline: 0;
        text-transform: uppercase;
        display: block; }
        .auction-sec .categories .category .action .btn:hover {
          background-color: #2d2d2d; }
        .auction-sec .categories .category .action .btn:focus {
          outline: none;
          box-shadow: none; }
      .auction-sec .categories .category .action input {
        width: 100%;
        height: 32px;
        line-height: 32px;
        border: 1px solid #555;
        font-weight: 400;
        padding: 0 6px;
        border-radius: 0;
        font-size: 12px;
        margin-bottom: 10px;
        color: #000; }
        .auction-sec .categories .category .action input:focus {
          outline: none; }
        .auction-sec .categories .category .action input::placeholder {
          color: #000; }

.qp-container {
  display: none; }

.swal2-container .swal2-modal.remove-cart-confirm-popup {
  border-radius: 0;
  width: 424px !important;
  max-width: 100vw;
  padding: 52px 20px !important; }
  .swal2-container .swal2-modal.remove-cart-confirm-popup .swal2-icon {
    display: none !important; }
  .swal2-container .swal2-modal.remove-cart-confirm-popup .swal2-content {
    background: none !important;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 14px;
    font-family: "Akzidenz-Grotesk BQ";
    text-transform: uppercase;
    height: auto; }
  .swal2-container .swal2-modal.remove-cart-confirm-popup .swal2-buttonswrapper {
    margin: 24px 0 0; }
    .swal2-container .swal2-modal.remove-cart-confirm-popup .swal2-buttonswrapper .swal2-confirm {
      min-width: 128px; }
    .swal2-container .swal2-modal.remove-cart-confirm-popup .swal2-buttonswrapper .swal2-cancel {
      min-width: 88px;
      margin-left: 16px; }
  .swal2-container .swal2-modal.remove-cart-confirm-popup .swal2-close {
    width: 30px;
    height: 30px;
    top: 7px;
    right: 7px;
    color: transparent;
    background: url("../img/close_icon@2xx.png") no-repeat center center/26px; }

.shopping-bag-page {
  margin-bottom: 40px; }
  .shopping-bag-page h1 {
    margin-top: 40px;
    margin-bottom: 8px;
    color: #000000; }
  .shopping-bag-page h3 {
    text-align: center; }

.pages-cart .body {
  margin-bottom: 104px; }

.cart-page {
  display: block;
  margin-bottom: 18px; }
  .cart-page .cart-list {
    display: inline-block;
    width: 100%;
    border-top: none; }
    .cart-page .cart-list .cart-item {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      clear: both;
      width: 100%;
      padding: 24px 0;
      border-bottom: 1px solid #555555; }
      .cart-page .cart-list .cart-item.unavailable td > * {
        opacity: 0.5; }
        .cart-page .cart-list .cart-item.unavailable td > *.cart-remove {
          opacity: 1; }
      .cart-page .cart-list .cart-item.unavailable .cart-item-image {
        opacity: 0.5;
        filter: grayscale(1); }
      .cart-page .cart-list .cart-item.unavailable td.cart-item-quantity {
        pointer-events: none; }
      .cart-page .cart-list .cart-item td {
        display: inline-block;
        float: left;
        margin: 0;
        height: auto;
        padding: 0;
        position: inherit; }
        .cart-page .cart-list .cart-item td.cart-item-figure {
          width: 132px; }
          .cart-page .cart-list .cart-item td.cart-item-figure:after {
            display: none; }
          .cart-page .cart-list .cart-item td.cart-item-figure img {
            width: 100%;
            position: inherit; }
        .cart-page .cart-list .cart-item td.cart-item-title {
          width: calc(100% - 132px - 125px - 118px - 130px);
          padding: 0 10px 0 32px; }
          .cart-page .cart-list .cart-item td.cart-item-title .cart-item-brand {
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 0.5px;
            color: #000000;
            font-weight: 700;
            float: left;
            margin-bottom: 0; }
          .cart-page .cart-list .cart-item td.cart-item-title .cart-item-name > a {
            font-size: 12px;
            line-height: 20px;
            color: #111111;
            text-decoration: none;
            letter-spacing: normal;
            font-weight: normal; }
            .cart-page .cart-list .cart-item td.cart-item-title .cart-item-name > a strong {
              line-height: 20px;
              display: inline-block;
              letter-spacing: 0.5px;
              color: #000000;
              padding-right: 2px;
              text-transform: uppercase; }
            .cart-page .cart-list .cart-item td.cart-item-title .cart-item-name > a span {
              font-style: italic;
              line-height: 20px;
              display: inline-block; }
          .cart-page .cart-list .cart-item td.cart-item-title .cart-remove {
            letter-spacing: 0.5px;
            float: left;
            background: none;
            margin: 0;
            padding: 0;
            width: auto; }
        .cart-page .cart-list .cart-item td.cart-variant {
          width: 125px;
          padding: 0 10px; }
          .cart-page .cart-list .cart-item td.cart-variant .definitionList {
            margin-bottom: 0;
            letter-spacing: normal; }
            .cart-page .cart-list .cart-item td.cart-variant .definitionList .definitionList-key {
              color: #000000;
              margin-right: 2px; }
            .cart-page .cart-list .cart-item td.cart-variant .definitionList .definitionList-value {
              color: #000000;
              font-weight: 500; }
        .cart-page .cart-list .cart-item td.cart-item-quantity {
          width: 118px;
          padding: 0 10px;
          text-align: left; }
          .cart-page .cart-list .cart-item td.cart-item-quantity .form-increment {
            position: relative; }
            .cart-page .cart-list .cart-item td.cart-item-quantity .form-increment .form-input {
              min-width: 30px;
              height: 32px;
              line-height: 32px;
              border: 1px solid #555555;
              border-right: none;
              font-weight: 400;
              text-align: center;
              padding: 0 3px;
              position: absolute;
              top: 0;
              left: 0; }
            .cart-page .cart-list .cart-item td.cart-item-quantity .form-increment select {
              background: url("../img/plus_icon@1x.svg") no-repeat right 10px top 10px;
              width: 56px;
              height: 32px;
              background-size: 10px;
              color: transparent;
              border: 1px solid #555555;
              -webkit-appearance: none;
              border-radius: 0;
              -moz-appearance: none;
              -o-appearance: none; }
              .cart-page .cart-list .cart-item td.cart-item-quantity .form-increment select option {
                color: #000000;
                font-weight: 500;
                font-family: "Akzidenz-Grotesk BQ";
                min-height: 20px; }
            .cart-page .cart-list .cart-item td.cart-item-quantity .form-increment select::-ms-expand {
              display: none; }
        .cart-page .cart-list .cart-item td.total-price {
          width: 130px;
          text-align: right; }
          .cart-page .cart-list .cart-item td.total-price strong {
            font-weight: 500;
            display: block;
            letter-spacing: normal;
            line-height: 20px; }
            .cart-page .cart-list .cart-item td.total-price strong:after {
              content: " USD"; }
            .cart-page .cart-list .cart-item td.total-price strong.free-cart-item-value:after {
              content: ""; }

.cart-additionalCheckoutButtons {
  display: none; }

.cart-totals {
  width: 100%;
  margin-bottom: 18px; }
  .cart-totals li {
    width: 100%;
    margin-left: auto;
    max-width: 294px; }
    .cart-totals li .cart-total-label,
    .cart-totals li .cart-total-value {
      padding: 0; }
      .cart-totals li .cart-total-label strong,
      .cart-totals li .cart-total-value strong {
        color: #111111;
        font-weight: 500;
        letter-spacing: normal; }
      .cart-totals li .cart-total-label span,
      .cart-totals li .cart-total-value span {
        color: #111111;
        font-weight: 500;
        letter-spacing: normal; }
        .cart-totals li .cart-total-label span:after,
        .cart-totals li .cart-total-value span:after {
          content: " USD"; }
    .cart-totals li.subtotal {
      padding-top: 8px; }

.cart-actions .checkout-btn {
  width: 100%;
  max-width: 294px;
  letter-spacing: 0.5px;
  line-height: 32px; }

.cart-actions .continue-shopping-btn {
  float: left;
  width: 100%;
  max-width: 172px;
  color: #222222;
  line-height: 32px;
  margin-left: 0; }

@media (min-width: 768px) {
  .cart-page .cart-list td.remove-cart {
    display: none; } }

@media (max-width: 1023px) and (min-width: 768px) {
  .cart-page .cart-list .cart-item td.cart-item-figure {
    width: 120px; }
  .cart-page .cart-list .cart-item td.cart-item-title {
    width: calc(100% - 120px - 125px - 118px - 80px);
    padding-left: 15px; }
  .cart-page .cart-list .cart-item td.total-price {
    width: 80px; }
  .cart-totals li .cart-total-label {
    text-align: left; }
  .cart-totals li .cart-total-value {
    float: right; } }

@media (max-width: 768px) {
  .shopping-bag-page {
    margin-top: 67px; }
    .shopping-bag-page h1 {
      margin-top: 0;
      margin-bottom: 4px; }
  .pages-cart .body {
    margin-bottom: 104px;
    margin-top: 16px;
    margin-bottom: 30px; }
  .pages-cart .footer {
    padding-top: 16px; }
  .cart-page {
    margin-bottom: 19px; }
    .cart-page .cart-list .cart-item {
      padding: 16px 0 14px 0;
      position: relative;
      min-height: 126px; }
      .cart-page .cart-list .cart-item td.cart-item-figure {
        width: 72px;
        position: absolute;
        top: 16px;
        left: 0; }
        .cart-page .cart-list .cart-item td.cart-item-figure img {
          position: relative;
          top: 0;
          left: 0; }
      .cart-page .cart-list .cart-item td.cart-item-title {
        width: 100%;
        padding: 5px 0 0 98px; }
        .cart-page .cart-list .cart-item td.cart-item-title .cart-item-name {
          line-height: 16px; }
          .cart-page .cart-list .cart-item td.cart-item-title .cart-item-name a {
            display: inline-flex; }
            .cart-page .cart-list .cart-item td.cart-item-title .cart-item-name a strong,
            .cart-page .cart-list .cart-item td.cart-item-title .cart-item-name a span {
              line-height: 16px; }
            .cart-page .cart-list .cart-item td.cart-item-title .cart-item-name a span {
              margin-left: 2px; }
        .cart-page .cart-list .cart-item td.cart-item-title .cart-remove {
          display: none; }
      .cart-page .cart-list .cart-item td.cart-variant {
        display: block;
        width: 100%;
        padding-left: 98px; }
      .cart-page .cart-list .cart-item td.cart-item-quantity {
        display: block;
        width: 100%;
        padding: 0 100px 0 98px;
        margin: 10px 0 0; }
        .cart-page .cart-list .cart-item td.cart-item-quantity .form-increment {
          margin: 0; }
      .cart-page .cart-list .cart-item td.total-price {
        width: 100px;
        position: absolute;
        bottom: 49px;
        right: 0; }
      .cart-page .cart-list .cart-item td.remove-cart {
        width: 100%;
        margin: 15px 0 0;
        padding: 0 0 0 98px; }
        .cart-page .cart-list .cart-item td.remove-cart a {
          letter-spacing: 0.5px;
          float: left;
          background: none;
          margin: 0;
          padding: 0;
          width: auto; }
  .cart-totals li {
    float: none;
    max-width: 100%; }
    .cart-totals li .cart-total-label {
      text-align: left; }
    .cart-totals li .cart-total-value {
      float: right; }
  .cart-actions a {
    max-width: 100% !important; }
    .cart-actions a:first-child {
      margin-bottom: 8px; } }

.swal2-container .swal2-content {
  color: #ffffff;
  background: #ff4949;
  height: 36px;
  font-size: 12px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Akzidenz-Grotesk BQ";
  letter-spacing: 0.25px; }

.swal2-container .swal2-buttonswrapper button.swal2-confirm:hover {
  background: #2d2d2d;
  border-color: #2d2d2d; }

.swal2-container .swal2-buttonswrapper button.swal2-cancel {
  border: 1px solid #555555;
  font-weight: normal; }
  .swal2-container .swal2-buttonswrapper button.swal2-cancel:hover {
    background: #dddddd;
    border: 1px solid #dddddd; }

.cart-additionalCheckoutButtons {
  margin: 0;
  display: block;
  width: 100%;
  max-width: 294px;
  float: right;
  display: flex;
  flex-wrap: wrap; }
  .cart-additionalCheckoutButtons p {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    text-align: center;
    margin: 10px 0; }
    .cart-additionalCheckoutButtons p:before {
      content: "";
      position: absolute;
      border-bottom: 1px solid #555555;
      top: 10px;
      width: calc(50% - 55px);
      left: 0; }
    .cart-additionalCheckoutButtons p:after {
      content: "";
      position: absolute;
      border-bottom: 1px solid #555555;
      top: 10px;
      width: calc(50% - 55px);
      right: 0; }
  .cart-additionalCheckoutButtons .CheckoutButton p {
    display: none; }
  .cart-additionalCheckoutButtons .CheckoutButton div {
    width: 100%; }
  .cart-additionalCheckoutButtons:after {
    content: "";
    display: table;
    width: 100%; }
  .cart-additionalCheckoutButtons > .apple-pay-checkout-button {
    order: 2;
    margin-top: 0px;
    border-radius: 0;
    height: 32px;
    padding: 6px 8px; }
  .cart-additionalCheckoutButtons .GooglePayCheckout {
    order: 3;
    flex-basis: 100%;
    margin-top: 8px; }
    .cart-additionalCheckoutButtons .GooglePayCheckout > p {
      display: none !important; }
    .cart-additionalCheckoutButtons .GooglePayCheckout .GooglePayContainer > div > div:not(:first-child) {
      display: none; }
    .cart-additionalCheckoutButtons .GooglePayCheckout .GooglePayContainer > div .gpay-button.black {
      border-radius: unset;
      padding: 6px 24px;
      height: 32px;
      min-height: 32px; }
  .cart-additionalCheckoutButtons .PayPalExpressCheckout {
    margin-bottom: 0;
    order: 1;
    flex-basis: calc(50% - 4px); }
    .cart-additionalCheckoutButtons .PayPalExpressCheckout:last-child {
      margin-bottom: 0; }
    .cart-additionalCheckoutButtons .PayPalExpressCheckout form {
      background: #e4e4e4 url("../img/icon-paypal.png") no-repeat center center/78px; }
      .cart-additionalCheckoutButtons .PayPalExpressCheckout form input {
        display: block;
        width: 100%;
        opacity: 0;
        height: 32px; }

.cart-additionalCheckoutButtons .FloatRight div {
  float: none !important; }

.paypalCommerce-smart-buttons {
  display: block !important;
  max-width: 100% !important; }

.paypalCommerce-buttons-container .paypalCommerce-smart-buttons > div {
  width: 100% !important; }

.GooglePayCheckout button.gpay-button {
  width: 100% !important; }

.combo-custom-item .cart-remove.hide {
  display: none !important; }

.cart-page .combo-custom-item .combo-item-col {
  width: 100%; }
  .cart-page .combo-custom-item .combo-item-col:first-child {
    margin-bottom: 15px; }
  .cart-page .combo-custom-item .combo-item-col table {
    width: 100%; }
  .cart-page .combo-custom-item .combo-item-col .cart-item-figure {
    text-align: center; }
  .cart-page .combo-custom-item .combo-item-col img.cart-item-image {
    max-width: 80px; }

@media (min-width: 768px) {
  .cart-page .cart-list td.cart-item-title .definitionList,
  .cart-page .cart-list td.cart-item-title .form-increment {
    display: none; }
  .cart-page .cart-list td.remove-cart {
    display: none; }
  .cart-page .cart-list td.remove-cart.combo-remove {
    display: inline-block;
    margin-left: 135px; } }

@media (min-width: 1022px) {
  .cart-page .cart-list td.remove-cart.combo-remove {
    display: inline-block;
    margin-left: 165px; } }

@media (max-width: 768px) {
  .cart-additionalCheckoutButtons {
    max-width: 100%; } }

.banners {
  padding: 0;
  background: transparent;
  width: 100%; }
  .banners .banner {
    width: 100%;
    max-width: 100%; }
    .banners .banner p {
      height: 100%; }
      .banners .banner p img {
        object-fit: cover; }
    .banners .banner #dq-vimeo-wrapper {
      height: 100%; }
      .banners .banner #dq-vimeo-wrapper > a {
        position: absolute;
        left: 0;
        width: 100%;
        top: 0;
        height: 100%;
        pointer-events: auto !important; }
      .banners .banner #dq-vimeo-wrapper iframe {
        pointer-events: none; }
    .banners .banner.banner-DT iframe {
      position: absolute;
      top: 50%;
      height: 100vh;
      width: 178vh;
      min-width: 100vw;
      min-height: 56vw;
      transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05); }
    .banners .banner.banner-MB iframe {
      position: absolute;
      top: 50%;
      height: 100vh;
      width: 56vh;
      min-width: 100vw;
      min-height: 178vw;
      transform: translate(-50%, -50%) scale3d(1.05, 1.05, 1.05); }

.homepage-main + .banners + .banners {
  margin-top: 81px;
  margin-bottom: 140px; }

.homepage-main ~ .banners .banner {
  height: 100%; }
  .homepage-main ~ .banners .banner h2 {
    color: #000000;
    font-size: 24px;
    line-height: 20px;
    font-weight: 900;
    margin: 0 0 76px;
    letter-spacing: normal; }
  .homepage-main ~ .banners .banner.banner-v3-2.banner-bottom {
    text-align: center; }
    .homepage-main ~ .banners .banner.banner-v3-2.banner-bottom .banner-inner {
      width: 320px;
      display: inline-block; }
    .homepage-main ~ .banners .banner.banner-v3-2.banner-bottom h2 {
      margin-bottom: 20px; }
    .homepage-main ~ .banners .banner.banner-v3-2.banner-bottom p {
      color: #000000;
      font-style: italic; }
    .homepage-main ~ .banners .banner.banner-v3-2.banner-bottom a {
      font-style: normal;
      color: #000000;
      font-weight: bold; }
  .homepage-main ~ .banners .banner > div:after {
    content: "";
    display: table;
    width: 100%; }
  .homepage-main ~ .banners .banner > div .banner-left {
    padding: 24px 0 0;
    float: left;
    width: 48.676%; }
    .homepage-main ~ .banners .banner > div .banner-left p {
      color: #111111;
      font-size: 12px;
      font-style: italic;
      letter-spacing: 0.5px;
      line-height: 18px;
      text-align: center;
      margin: 0 0 32px; }
      .homepage-main ~ .banners .banner > div .banner-left p strong {
        font-weight: 700;
        font-style: normal; }
      .homepage-main ~ .banners .banner > div .banner-left p + p {
        width: 100%;
        max-width: 330px;
        margin: 0 auto; }
  .homepage-main ~ .banners .banner > div .banner-right {
    float: left;
    width: 51.324%;
    padding-left: 98px; }
  .homepage-main ~ .banners .banner img + img {
    display: none; }

/* NEWSLETTER POPUP */
.newsletter-popup {
  position: fixed;
  right: 0;
  top: 0;
  width: 464px;
  max-width: 100%;
  z-index: 10;
  background: #fff;
  border: 1px solid #555555;
  padding: 47px 20px;
  z-index: 100; }
  .newsletter-popup .btn-close-popup {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    background: url("../img/close_btn@1x.svg") no-repeat center center/12px; }
  .newsletter-popup h2 {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-align: center;
    margin: 0 0 10px; }
  .newsletter-popup p {
    color: #111111;
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 18px; }
  .newsletter-popup .form {
    max-width: 324px;
    width: 100%;
    margin: 0 auto; }
    .newsletter-popup .form .form-field {
      margin: 0; }
      .newsletter-popup .form .form-field .form-prefixPostfix {
        position: relative; }
        .newsletter-popup .form .form-field .form-prefixPostfix .form-input {
          font-size: 10px;
          letter-spacing: 1px;
          line-height: 8px;
          color: #111;
          height: 24px;
          line-height: 24px;
          width: 100%;
          padding-right: 30px; }
          .newsletter-popup .form .form-field .form-prefixPostfix .form-input::-webkit-input-placeholder {
            color: #555;
            opacity: 1; }
          .newsletter-popup .form .form-field .form-prefixPostfix .form-input::-moz-placeholder {
            color: #555;
            opacity: 1; }
          .newsletter-popup .form .form-field .form-prefixPostfix .form-input:-ms-input-placeholder {
            color: #555;
            opacity: 1; }
          .newsletter-popup .form .form-field .form-prefixPostfix .form-input:-moz-placeholder {
            color: #555;
            opacity: 1; }
        .newsletter-popup .form .form-field .form-prefixPostfix .button--primary {
          position: absolute;
          right: 0;
          top: 0;
          width: 22px;
          height: 23px;
          padding: 0;
          background: #fff url("../img/plus_icon@1x.svg") no-repeat center center/11px;
          margin: 0; }

@media (max-width: 1199px) {
  .homepage-main ~ .banners .banner > div .banner-right {
    padding-left: 50px; } }

@media (max-width: 800px) and (min-width: 769px) {
  .homepage-main + .banners + .banners {
    margin-top: 40px;
    margin-bottom: 32px; }
  .homepage-main ~ .banners .banner > div .banner-left {
    width: 100%;
    padding: 0; }
  .homepage-main ~ .banners .banner > div .banner-right {
    width: 100%;
    padding: 0;
    /*margin-top: 37px;*/ }
    .homepage-main ~ .banners .banner > div .banner-right img {
      width: 100%;
      max-width: 522px; }
  .homepage-main ~ .banners .banner h2 {
    margin: 0 0 40px; } }

@media (max-width: 768px) {
  .newsletter-popup {
    width: 95%; }
  .homepage-main + .banners .banner img:first-child:not(:last-child) {
    display: none; }
  .homepage-main + .banners .banner img + img {
    display: block; }
  .homepage-main + .banners + .banners {
    margin-top: 32px;
    margin-bottom: 31px; }
  .homepage-main ~ .banners {
    margin-left: 0px;
    margin-right: 0px; }
    .homepage-main ~ .banners .banner h2 {
      margin-bottom: 32px; }
    .homepage-main ~ .banners .banner > div .banner-left {
      padding: 0;
      width: 100% !important; }
      .homepage-main ~ .banners .banner > div .banner-left p {
        margin: 0 0 21px; }
    .homepage-main ~ .banners .banner > div .banner-right {
      padding: 0;
      width: 100% !important;
      margin: 12px 0 0; } }

.pages-home .homepage-main .instafeed .insta-title {
  color: #111111;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-align: center;
  font-weight: 400;
  text-transform: none; }
  .pages-home .homepage-main .instafeed .insta-title a {
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase; }

@media (max-width: 768px) {
  .pages-home .body {
    margin-top: 0px; } }

body .cc-window.cc-type-info {
  width: 100%;
  position: fixed;
  bottom: 0;
  padding: 11.11px calc((100% - 1208px) / 2);
  border-top: 1px solid #555555;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100; }
  body .cc-window.cc-type-info .cc-message {
    color: #111111;
    font-family: "Akzidenz-Grotesk BQ";
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 20px; }
  body .cc-window.cc-type-info .cc-compliance {
    display: block;
    float: right; }
    body .cc-window.cc-type-info .cc-compliance .cc-btn {
      background: url("../img/x.png") no-repeat center center/12px;
      width: 12px;
      height: 12px;
      text-indent: -9999px;
      display: block; }

.cc-window.cc-floating {
  max-width: 100%;
  flex-direction: row;
  padding: 14px 100px; }

.cc-bottom {
  bottom: 0; }

.location-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 498px;
  max-width: 100%;
  z-index: 10;
  background: #fff;
  border: 1px solid #555555;
  padding: 52px 20px;
  z-index: 100;
  display: none; }
  .location-popup .btn-close-popup {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    background: url(../img/close_btn@1x.svg) center center/12px no-repeat; }
  .location-popup .content {
    display: none;
    text-align: center; }
    .location-popup .content .logo img {
      max-width: 19px;
      display: inline-block; }
    .location-popup .content h2 {
      margin: 24px 0 4px;
      color: #000000;
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 14px;
      text-transform: uppercase; }
    .location-popup .content .subtitle {
      color: #111111;
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 20px;
      margin: 0; }
    .location-popup .content .btn {
      padding: 0 20px;
      margin-top: 18px; }
      .location-popup .content .btn + p {
        margin: 0; }
    .location-popup .content a.btn {
      display: inline-block; }
    .location-popup .content .select-location {
      font-size: 0; }
      .location-popup .content .select-location .field {
        width: 260px;
        display: inline-block;
        vertical-align: middle;
        position: relative; }
        .location-popup .content .select-location .field .form-select {
          height: 40px;
          line-height: 38px;
          border: 1px solid #555;
          padding-left: 14px;
          text-align: left; }
        .location-popup .content .select-location .field .select-options {
          display: none;
          position: absolute;
          width: 100%;
          top: 100%;
          margin: 0;
          background-color: #fff;
          color: #111;
          z-index: 1;
          font-size: 12px;
          text-align: left;
          list-style: none;
          border: 1px solid #555;
          border-top: 0; }
          .location-popup .content .select-location .field .select-options li {
            height: 40px;
            line-height: 39px;
            border-bottom: 1px solid #555;
            text-transform: uppercase;
            padding: 0 16px;
            cursor: pointer; }
            .location-popup .content .select-location .field .select-options li.selected {
              background-color: #555;
              color: #fff; }
        .location-popup .content .select-location .field.open .select-options {
          display: block; }
      .location-popup .content .select-location .action {
        width: 60px;
        display: inline-block;
        vertical-align: middle;
        margin-left: -1px; }
        .location-popup .content .select-location .action .btn {
          margin: 0;
          line-height: 40px;
          height: 40px;
          padding: 0;
          width: 100%; }
    .location-popup .content.active {
      display: block; }
    .location-popup .content.choose-site .subtitle {
      margin-top: 20px; }
    .location-popup .content.choose-site h2 {
      margin: 0 0 16px; }

.open-popup .location-popup {
  display: block; }

.open-popup:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99; }

@media (max-width: 1024px) and (min-width: 769px) {
  body .cc-window.cc-type-info {
    padding: 14px 150px; } }

@media (max-width: 768px) {
  body .cc-window.cc-type-info {
    z-index: 10;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-top: 1px solid;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9.5px 13px;
    flex-direction: row;
    z-index: 100; }
    body .cc-window.cc-type-info .cc-message {
      color: #111111;
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 10px;
      line-height: 14px;
      letter-spacing: 0;
      margin-right: 21px; }
      body .cc-window.cc-type-info .cc-message a {
        font-size: 10px;
        line-height: 14px; }
    body .cc-window.cc-type-info .cc-compliance {
      display: block;
      float: right; }
      body .cc-window.cc-type-info .cc-compliance .cc-btn {
        background: url("../img/x.png") no-repeat center center/12px;
        width: 12px;
        height: 12px;
        text-indent: -9999px;
        display: block; }
  .cc-window .cc-message {
    margin: 0; }
  .fs-mobile .fs-entry-container {
    width: 48.5% !important;
    padding-top: 48.5% !important;
    border: 1px solid black !important;
    margin-right: 3% !important;
    margin-bottom: 3% !important; }
  .header .header-logo.scrolled {
    transition: background-color 0.2s ease-in-out 0s;
    background-color: #fff; }
  .fs-mobile .fs-entry-container:nth-child(2n) {
    margin-right: 0 !important; }
  .pages-product .header .header-logo.scrolled {
    padding: 13px 0 11px !important; } }

.opacity_custom:after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99; }

@media (max-width: 768px) {
  .pages-search .body {
    margin-top: 65px; }
  .location-popup .content .select-location .action {
    margin: 10px 0 0; } }

.site-return {
  display: inline-block;
  padding: 0;
  margin-top: 11px;
  color: #111111;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  border-bottom: 1px solid #555;
  cursor: pointer; }

.content-button {
  margin: 20px 0 0; }

.stay-here {
  margin: 0;
  padding-left: 20px;
  padding-right: 20px; }

.actionBar {
  display: none; }

.pagination {
  display: none; }

.pages-category .body {
  margin-bottom: 64px; }

.pages-brand .body {
  margin-bottom: 48px; }

.pages-brand .page {
  display: none; }

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

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

@keyframes spins {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }
  .loader-wrapper #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1001; }
    .loader-wrapper #loader img {
      -webkit-animation: spins 2s linear infinite;
      -moz-animation: spins 2s linear infinite;
      animation: spins 2s linear infinite; }
  .loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000; }
    .loader-wrapper .loader-section.section-left {
      left: 0; }
    .loader-wrapper .loader-section.section-right {
      right: 0; }

.loaded .loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out; }
  .loaded .loader-wrapper #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .loaded .loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .loaded .loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

.pace {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none; }
  .pace:not(.pace-inactive) ~ .header-body-wrapper {
    pointer-events: none; }
  .pace .pace-progress {
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    width: 60px;
    height: 60px;
    background: url("../img/ying_yang_icon_v01@1x.svg") no-repeat center center/60px;
    -webkit-animation: spins 4s linear infinite;
    -moz-animation: spins 4s linear infinite;
    animation: spins 4s linear infinite; }

.loadingOverlay::before {
  background: url("../img/ying_yang_icon_v01@1x.svg") no-repeat center center/60px;
  background-size: 100%;
  -webkit-animation: spins 2s linear infinite;
  -moz-animation: spins 2s linear infinite;
  animation: spins 2s linear infinite;
  border: none;
  width: 30px;
  height: 30px;
  margin-top: -15px; }

.filter-mb {
  position: relative;
  margin: 16px 0; }
  .filter-mb .page-title {
    display: none; }
  .filter-mb .page-heading {
    text-align: left;
    color: #222222;
    font-family: "Akzidenz-Grotesk BQ";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 14px;
    margin: 0 0 13px; }
  .filter-mb .modes {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1;
    font-size: 0; }
    .filter-mb .modes .modes-label {
      color: #111111;
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.5px;
      line-height: 15px;
      display: inline-block;
      margin-right: 16px; }
    .filter-mb .modes .modes-mode {
      color: #111111;
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 12px;
      letter-spacing: 0.5px;
      line-height: 14px;
      text-decoration: none;
      display: inline-block;
      width: auto;
      border: none;
      outline: none;
      box-shadow: none; }
      .filter-mb .modes .modes-mode + .modes-mode {
        margin-left: 16px; }
      .filter-mb .modes .modes-mode.active {
        font-weight: bold; }
    .filter-mb .modes select.modes-mode {
      background-image: url(../img/icon-select.png);
      background-size: 8px;
      background-position: center right;
      background-repeat: no-repeat;
      -webkit-appearance: none;
      -moz-appearance: none;
      padding-right: 16px;
      background-color: transparent; }
  .filter-mb .filter-box {
    position: relative; }
    .filter-mb .filter-box .filter-btn {
      border: 1px solid #555555;
      background-color: #ffffff;
      color: #222222;
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 12px;
      letter-spacing: 0.5px;
      line-height: 9px;
      text-align: center;
      display: block;
      text-transform: uppercase;
      height: 32px;
      line-height: 32px;
      text-decoration: none; }
    .filter-mb .filter-box .filter-btn.active {
      background-color: #555555;
      color: #fff; }
    .filter-mb .filter-box .sidebarBlock {
      display: none;
      position: absolute;
      z-index: 1;
      top: 100%;
      width: 100%;
      border: 1px solid #555555;
      background-color: #ffffff;
      border-top: none;
      padding: 9px 16px 11px; }
      .filter-mb .filter-box .sidebarBlock .navList {
        margin: 0; }
        .filter-mb .filter-box .sidebarBlock .navList .navList-item {
          width: 50%;
          float: left; }
          .filter-mb .filter-box .sidebarBlock .navList .navList-item a {
            color: #111111;
            font-family: "Akzidenz-Grotesk BQ";
            font-size: 12px;
            letter-spacing: 0.25px;
            line-height: 26px;
            padding: 0;
            margin: 0;
            text-decoration: none; }
            .filter-mb .filter-box .sidebarBlock .navList .navList-item a.activePage {
              color: #111; }
  .filter-mb .categories-listbox {
    padding-top: 16px;
    border-top: 1px solid #555; }
    .filter-mb .categories-listbox .navList {
      margin: 0;
      display: none; }
      .filter-mb .categories-listbox .navList .navList-item {
        flex-grow: 1;
        text-align: center; }
        .filter-mb .categories-listbox .navList .navList-item a {
          color: #111;
          font-size: 12px;
          line-height: 10px;
          padding: 0;
          outline: none;
          text-decoration: none; }
          .filter-mb .categories-listbox .navList .navList-item a.activePage {
            color: #111; }

.productGrid {
  margin: -26px -12px; }
  .productGrid .product {
    float: left;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 26px;
    margin-bottom: 26px;
    width: 25%; }
    .productGrid .product .card-img-container .cursor {
      display: none;
      behavior: url(/PIE.php);
      /* CSS3Pie hack for IE6/7/8 */
      width: 40px;
      height: 64px;
      color: #333;
      font-family: "FrutigerRegular";
      position: absolute;
      top: 180px;
      left: 250px;
      z-index: 10002; }
      .productGrid .product .card-img-container .cursor img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: 20px; }

.card {
  margin-bottom: 0; }
  .card .card-img-container {
    min-height: 19.5vw;
    text-align: center;
    position: relative; }
    .card .card-img-container:after {
      padding-bottom: 0; }
    .card .card-img-container .card-image {
      position: static; }
      .card .card-img-container .card-image.lazyloaded {
        width: 100%; }
    .card .card-img-container .cover-image {
      display: none; }
    .card .card-img-container .card-image-hover {
      position: absolute;
      display: none;
      top: 0;
      left: 0;
      z-index: 0;
      opacity: 0;
      visibility: hidden;
      left: 0;
      width: 100%;
      -webkit-perspective: 500px;
      perspective: 500px;
      -webkit-transform-style: preserve-3d;
      transform-style: preserve-3d;
      transition: all 0.6s ease-in-out; }
  .card .product-image-mb {
    display: none; }
    .card .product-image-mb .gallery-images {
      margin: 0; }
      .card .product-image-mb .gallery-images .owl-dots {
        text-align: center;
        font-size: 0;
        line-height: 1;
        position: absolute;
        bottom: 23px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
        .card .product-image-mb .gallery-images .owl-dots .owl-dot {
          width: 8px;
          height: 8px;
          background-color: #e3e3e3;
          border-radius: 50%;
          margin: 0 6px; }
        .card .product-image-mb .gallery-images .owl-dots .owl-dot.active {
          background-color: #000000; }
    .card .product-image-mb img {
      margin: 0 auto; }
  .card .form-wishlist .custom-add-to-wishlist-quick-btn {
    width: auto !important;
    padding: 0 10px 0 5px;
    position: absolute;
    top: -45px;
    right: 5px;
    display: none;
    transition: all 200ms linear; }
    .card .form-wishlist .custom-add-to-wishlist-quick-btn .icon {
      margin-left: 5px; }
      .card .form-wishlist .custom-add-to-wishlist-quick-btn .icon svg {
        fill: #fff;
        stroke: #000;
        stroke-width: 2px; }
    .card .form-wishlist .custom-add-to-wishlist-quick-btn:active {
      border: 1px solid #000; }
    .card .form-wishlist .custom-add-to-wishlist-quick-btn:hover {
      background-color: #fff; }
      .card .form-wishlist .custom-add-to-wishlist-quick-btn:hover .icon svg {
        fill: #000; }
  .card .card-figcaption {
    display: none; }
  .card .card-body .brand-name {
    display: none; }
  .card .card-body .recent-p a {
    height: 40px; }
  .card .card-body .product-name {
    margin: 0; }
    .card .card-body .product-name a {
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 11px;
      color: #111111;
      font-style: italic;
      line-height: 20px;
      text-align: center;
      font-weight: normal;
      display: block;
      text-decoration: none;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      letter-spacing: normal; }
      .card .card-body .product-name a strong {
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 16px;
        color: #000000;
        text-transform: uppercase;
        font-style: normal; }
  .card .card-body .price-box {
    font-size: 0;
    text-align: center;
    line-height: 1;
    margin-bottom: 10px; }
    .card .card-body .price-box .price-section {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      font-weight: 500;
      line-height: 15px;
      color: #111111;
      letter-spacing: normal; }
      .card .card-body .price-box .price-section .price-now-label {
        display: none; }
      .card .card-body .price-box .price-section .price:after {
        content: " USD"; }
      .card .card-body .price-box .price-section .price.no-after:after {
        display: none; }
    .card .card-body .price-box .price-section.non-sale-price--withTax {
      margin-right: 10px; }
  .card .card-body .action {
    text-align: center;
    display: none; }
    .card .card-body .action a {
      margin: 0;
      display: inline-block;
      border: 1px solid #555555;
      background-color: #ffffff;
      color: #222222;
      font-weight: normal; }
      .card .card-body .action a:hover {
        background-color: #ddd !important;
        border-color: #ddd;
        color: #222 !important; }
  .card:hover .form-wishlist .custom-add-to-wishlist-quick-btn {
    display: block; }
  @media only screen and (min-device-width: 768px) {
    .card:hover .card-img-container .card-image-hover {
      visibility: visible;
      display: none;
      opacity: 1; }
      .card:hover .card-img-container .card-image-hover.cover-image {
        display: block; } }
  .card:hover .action a {
    background-color: #dddddd;
    border-color: #dddddd; }

.brand .productGrid {
  margin: 0 -20px; }
  .brand .productGrid .product {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 48px;
    width: 50%; }
    .brand .productGrid .product .price-box .price-section {
      line-height: 20px; }

.brand .card-img-container {
  min-height: 19.5vw;
  max-width: inherit; }
  .brand .card-img-container .cover-image {
    display: block; }
    .brand .card-img-container .cover-image + .card-image {
      display: none;
      width: 100%; }
    .brand .card-img-container .cover-image.card-image {
      position: static;
      display: block;
      visibility: visible;
      opacity: 1; }
  .brand .card-img-container .card-image-hover {
    display: none; }
  .brand .card-img-container .cover-image.card-image-hover {
    display: block;
    opacity: 1;
    position: static;
    visibility: visible; }

.brand .card .card-body .product-name a {
  font-size: 12px; }

.brand .card:hover .card-img-container .card-image:not(.cover-image-hover) {
  display: block; }

.brand .card:hover .card-img-container .cover-image.card-image-hover {
  display: none; }

.pages-page .body {
  margin-top: 83px;
  margin-bottom: 124px;
  min-height: calc(100vh - 479px); }
  .pages-page .body.questions-answers {
    margin-bottom: 110px;
    min-height: calc(100vh - 507px); }
  .pages-page .body.contact-us {
    margin-bottom: 64px; }

.page-content {
  color: #111111;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px; }
  .page-content > p {
    margin: 0; }

.about {
  text-align: center;
  margin: 0 auto 0; }
  .about p {
    margin: 0; }

.pages-errors-404 .body {
  margin-top: 191px;
  margin-bottom: 308px; }
  .pages-errors-404 .body .page-content {
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    float: none; }
    .pages-errors-404 .body .page-content .page-heading {
      margin: 0 0 10px;
      color: #000; }
    .pages-errors-404 .body .page-content .go-homepage {
      margin: 20px 0 0;
      width: 142px; }

.accordion-box {
  max-width: 751px;
  margin: 0 auto 0; }
  .accordion-box h2 {
    color: #222222;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    margin-top: 32px;
    cursor: pointer;
    padding-right: 10px; }
    .accordion-box h2 span {
      text-transform: none;
      font-style: italic;
      font-weight: normal; }
    .accordion-box h2.active {
      font-weight: bold; }
      .accordion-box h2.active span {
        font-weight: normal; }
      .accordion-box h2.active:after {
        transform: rotate(-180deg); }
    .accordion-box h2:first-child {
      margin-top: 0; }
    .accordion-box h2:after {
      content: "";
      display: block;
      position: absolute;
      top: 3px;
      right: 0;
      width: 8px;
      height: 8px;
      background-image: url(../img/icon-select.png);
      background-size: 8px;
      background-position: center right;
      background-repeat: no-repeat;
      background-color: transparent; }
  .accordion-box div {
    color: #111111;
    font-family: "Akzidenz-Grotesk BQ";
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 20px;
    max-width: 720px;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.2s ease-out; }
    .accordion-box div.open {
      padding-top: 8px; }
    .accordion-box div p {
      color: #111111;
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 20px;
      margin: 0; }
      .accordion-box div p + p {
        margin-top: 8px; }
    .accordion-box div a {
      color: #111111;
      text-decoration: underline;
      display: inline-block; }
      .accordion-box div a:hover {
        color: #555555; }
    .accordion-box div ul {
      margin: 0;
      counter-reset: Item; }
      .accordion-box div ul + p {
        margin-top: 8px; }
      .accordion-box div ul li {
        line-height: inherit;
        padding-left: 15px;
        position: relative; }
        .accordion-box div ul li:before {
          content: counter(Item) ")";
          counter-increment: Item;
          position: absolute;
          top: 0;
          left: 0; }

.contact-us .contact-us-page {
  max-width: 755px;
  margin: 0 auto; }
  .contact-us .contact-us-page .content {
    max-width: 556px;
    margin: 0 auto 32px;
    text-align: center; }
    .contact-us .contact-us-page .content h3 {
      color: #000000;
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 14px;
      text-align: center;
      text-transform: uppercase;
      margin: 0 0 14px; }
  .contact-us .contact-us-page .forms:after {
    content: "";
    display: table;
    clear: both; }
  .contact-us .contact-us-page .forms .form-contact {
    float: left;
    width: 100%;
    max-width: 294px; }
  .contact-us .contact-us-page .forms .form_contact_id {
    float: left; }
  .contact-us .contact-us-page .forms .images {
    max-width: 432px;
    width: 100%;
    float: right; }
  @media (max-width: 900px) {
    .contact-us .contact-us-page .forms .form_contact_id {
      width: 100% !important;
      max-width: 755px;
      float: none; }
    .contact-us .contact-us-page .forms .images {
      width: 100% !important;
      max-width: 755px !important;
      float: none;
      height: 45vw;
      max-height: 250px;
      overflow: hidden;
      margin-bottom: 20px;
      padding-left: 0; }
      .contact-us .contact-us-page .forms .images img {
        transform: translateY(-30%); } }

.pages-auth-forgot-password .account--fixedSmall {
  max-width: 424px;
  padding-top: 40px; }

.pages-auth-forgot-password .page-heading {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 16px; }
  .pages-auth-forgot-password .page-heading + p {
    text-align: center;
    margin: 0;
    color: #111111;
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 20px; }

.pages-auth-forgot-password .forgot-password-form {
  margin: 32px 0 0; }
  .pages-auth-forgot-password .forgot-password-form .form-label {
    font-size: 10px;
    letter-spacing: 1px;
    line-height: 8px;
    color: #555555;
    margin: 0 0 3px; }
  .pages-auth-forgot-password .forgot-password-form .form-prefixPostfix .form-input {
    height: 32px; }
  .pages-auth-forgot-password .forgot-password-form .form-prefixPostfix-button--postfix {
    width: 100%;
    height: 32px;
    margin: 24px 0 0; }

.pages-auth-forgot-password .back-to-login {
  margin: 14px 0 0;
  color: #111111;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 18px;
  text-align: center;
  text-decoration: underline;
  display: block; }

.pages-home .body .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap; }
  .pages-home .body .container .homepage-main {
    width: 100%;
    order: 3; }

@media (max-width: 768px) {
  .pages-home .body {
    margin-top: 0px; } }

.instafeed {
  width: 100%;
  margin-bottom: 8px; }
  .instafeed .insta-title {
    margin: 0 0 30px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 14px;
    text-align: center;
    color: #000;
    text-transform: uppercase; }
    .instafeed .insta-title a {
      text-decoration: none; }
  .instafeed .rp_instafeed {
    margin: 0 -4px;
    list-style: none; }
    .instafeed .rp_instafeed li {
      width: calc((100% - 48px) / 6);
      margin: 0 3px;
      float: left;
      min-height: 1px;
      background-size: cover;
      background-repeat: no-repeat;
      position: relative; }
      .instafeed .rp_instafeed li a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .instafeed .rp_instafeed:after {
      content: "";
      display: table;
      clear: both; }

.what-we-re-about.body {
  margin-bottom: 64px; }

.what-we-re-about .page-heading {
  display: none; }

.what-we-re-about .page-content {
  max-width: 1208px;
  padding: 0;
  width: 100%; }

.about-page .banner-top {
  overflow: hidden;
  width: 100%; }
  .about-page .banner-top > img {
    width: 45.5%;
    float: left; }
  .about-page .banner-top .content {
    float: left;
    width: 54.5%;
    padding-left: 70px;
    margin-top: 74px;
    max-width: 626px;
    font-size: 13px;
    line-height: 22px; }
    .about-page .banner-top .content > p {
      margin: 0; }
    .about-page .banner-top .content > img {
      float: right;
      margin-top: 16px;
      margin-right: 66px;
      max-width: 260px; }

.about-page .made-by {
  margin-top: 86px; }
  .about-page .made-by h2 {
    color: #000000;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 57px;
    font-weight: 900; }

.about-page .style-by {
  margin-top: 60px; }
  .about-page .style-by h2 {
    color: #000000;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 76px;
    font-weight: 900;
    clear: both; }
  .about-page .style-by .section-1 {
    float: left;
    width: 48.7%;
    margin-bottom: 64px; }
    .about-page .style-by .section-1 span {
      display: block;
      margin: 24px 0 0;
      color: #000000;
      font-size: 12px;
      font-style: italic;
      letter-spacing: 0.5px;
      line-height: 18px;
      text-align: center; }
      .about-page .style-by .section-1 span strong {
        font-style: normal; }
  .about-page .style-by .section-2 {
    float: right;
    width: 43.2%;
    margin-top: 32px; }
    .about-page .style-by .section-2 span {
      display: block;
      margin: 24px 0 0;
      color: #000000;
      font-size: 12px;
      font-style: italic;
      letter-spacing: 0.5px;
      line-height: 18px;
      text-align: center; }
      .about-page .style-by .section-2 span strong {
        font-style: normal; }
  .about-page .style-by .section-3 {
    float: left;
    width: 48.7%; }
    .about-page .style-by .section-3 span {
      display: block;
      margin: 24px 0 0;
      color: #000000;
      font-size: 12px;
      font-style: italic;
      letter-spacing: 0.5px;
      line-height: 18px;
      text-align: center; }
      .about-page .style-by .section-3 span strong {
        font-style: normal; }

.about-page .banner-middle {
  margin-top: 64px;
  text-align: center; }
  .about-page .banner-middle span {
    display: block;
    margin: 40px 0 0;
    color: #000000;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 0.5px;
    line-height: 18px;
    text-align: center; }
    .about-page .banner-middle span strong {
      font-style: normal; }

.about-page .banner-bottom {
  margin-top: 60px;
  text-align: center; }

.about-page > div:after {
  content: "";
  display: table;
  clear: both; }

.pages-search .nav .navBar {
  display: none; }

.pages-search .nav #search-results-heading {
  margin-top: 40px; }
  .pages-search .nav #search-results-heading .page-heading {
    margin-bottom: 33px; }

.pages-search .panel {
  display: none; }

@media (min-width: 769px) {
  .productGrid .product:nth-child(4n + 1) {
    clear: left; }
  .brand .productGrid .product:nth-child(4n + 1) {
    clear: none; }
  .brand .productGrid .product:nth-child(2n + 1) {
    clear: left; } }

@media (min-width: 768px) {
  .filter-mb {
    display: none; }
  .brand .card-body {
    padding-top: 27px; }
  .card-body {
    padding-top: 13px; }
  .header-left .navPages-container .navPages-item.customer-service {
    display: none; } }

@media (max-width: 768px) {
  .pages-category .body {
    margin: 0;
    margin-top: 66px; }
  .pages-brand .body {
    margin: 0;
    margin-top: 66px; }
  .productGrid {
    margin: 54px -16px 0; }
    .productGrid .product {
      width: 50%;
      padding-left: 16px;
      padding-right: 16px;
      margin-bottom: 32px; }
      .productGrid .product:nth-child(2n + 1) {
        clear: left; }
  .brand .productGrid {
    margin: 54px -16px 0; }
    .brand .productGrid .product {
      width: 50%;
      padding-left: 16px;
      padding-right: 16px;
      margin-bottom: 32px; }
      .brand .productGrid .product:nth-child(2n + 1) {
        clear: left; }
  .card-body {
    padding-top: 15px; }
  .brand .card-body {
    padding-top: 15px; }
  .pages-errors-404 .body {
    margin-top: 32px;
    margin-bottom: 32px;
    display: table;
    min-height: calc(100vh - 415px);
    width: 100%; }
    .pages-errors-404 .body .container {
      display: table-cell;
      vertical-align: middle; }
  .pages-page .body {
    min-height: inherit;
    margin-top: 32px;
    margin-bottom: 32px; }
    .pages-page .body.what-we-re-about {
      margin-bottom: 32px; }
    .pages-page .body.questions-answers {
      margin-bottom: 32px; }
  .instafeed .rp_instafeed li {
    width: calc((100% - 24px) / 3);
    margin-bottom: 6px; }
    .instafeed .rp_instafeed li:nth-child(3n + 1) {
      clear: left; }
  .about-page .banner-top .content > img {
    margin-right: 0; } }

@media (max-width: 768px) {
  .productGrid {
    margin: 0 -6px; }
    .productGrid .product {
      width: 50%;
      padding-left: 6px;
      padding-right: 6px;
      margin-bottom: 24px; }
    .productGrid.modeView-1 {
      margin: 0 -7.5px; }
      .productGrid.modeView-1 .product {
        width: 100%;
        margin-bottom: 24px;
        padding-left: 0;
        padding-right: 0; }
        .productGrid.modeView-1 .product .card-img-container .card-image {
          display: none; }
        .productGrid.modeView-1 .product .card-img-container .card-image-hover {
          display: none; }
        .productGrid.modeView-1 .product .product-image-mb {
          display: block; }
  .brand .productGrid {
    margin: 0 -6px; }
    .brand .productGrid .product {
      padding-left: 6px;
      padding-right: 6px;
      width: 50%;
      margin-bottom: 24px; }
      .brand .productGrid .product .card-img-container {
        cursor: pointer; }
        .brand .productGrid .product .card-img-container .card-image {
          display: block; }
        .brand .productGrid .product .card-img-container .cover-image {
          display: block; }
          .brand .productGrid .product .card-img-container .cover-image + .card-image {
            display: none; }
      .brand .productGrid .product .product-image-mb {
        display: none; }
      .brand .productGrid .product .price-box .price-section {
        line-height: 15px; }
      .brand .productGrid .product .card:hover .card-img-container .card-image {
        visibility: visible;
        display: block;
        opacity: 1;
        position: static; }
    .brand .productGrid.modeView-1 {
      margin: 0 -7.5px; }
      .brand .productGrid.modeView-1 .product {
        width: 100%;
        padding-left: 0;
        padding-right: 0; }
  .card-body {
    padding-top: 11px; }
  .brand .card-body {
    padding-top: 11px; }
  .pages-errors-404 .body {
    margin-top: 27px;
    display: table;
    margin-bottom: 24px;
    min-height: calc(100vh - 499px);
    width: 100%; }
    .pages-errors-404 .body .container {
      display: table-cell;
      vertical-align: middle; }
  .pages-page .body {
    min-height: inherit;
    margin-top: 27px;
    margin-bottom: 24px; }
    .pages-page .body.what-we-re-about {
      margin-bottom: 24px; }
    .pages-page .body.questions-answers {
      margin-bottom: 32px; }
  .what-we-re-about .page {
    margin: 0 -7.5px; }
  .about-page .banner-top > img {
    width: 100%;
    float: none; }
  .about-page .banner-top .content {
    float: none;
    width: 100%;
    padding-left: 0;
    margin-top: 10px; }
    .about-page .banner-top .content > img {
      display: none; }
  .about-page .made-by {
    margin-top: 38px; }
    .about-page .made-by h2 {
      margin: 0 0 32px; }
  .about-page .style-by {
    margin-top: 32px; }
    .about-page .style-by h2 {
      margin: 0 0 32px; }
    .about-page .style-by .section-1 {
      float: none;
      width: 100%;
      margin-bottom: 27px; }
      .about-page .style-by .section-1 span {
        margin: 16px 0 0; }
    .about-page .style-by .section-2 {
      float: none;
      width: 100%;
      margin-bottom: 27px; }
      .about-page .style-by .section-2 span {
        margin: 16px 0 0; }
    .about-page .style-by .section-3 {
      float: none;
      width: 100%; }
      .about-page .style-by .section-3 span {
        margin: 16px 0 0; }
  .about-page .banner-middle {
    margin-top: 27px; }
    .about-page .banner-middle span {
      margin: 20px 0 0; }
  .about-page .banner-bottom {
    margin-top: 27px; }
    .about-page .banner-bottom img {
      max-width: 300px; } }

@media (min-width: 801px) {
  .page-content--centered {
    width: 100%;
    float: none; } }

.lazyload, .lazyloading {
  height: auto; }

.card .card-img-container .card-image.lazyload {
  position: absolute; }

.card-discount-note {
  color: #ec1b24;
  text-align: right;
  font-weight: 500;
  padding-top: 5px; }

.card .card-discount-note {
  text-align: center;
  padding-top: 0; }

/* SWATCH COLOR RELATED */
.related-swatch {
  margin: 21px 0 0; }
  .related-swatch.lock {
    pointer-events: none; }
  .related-swatch ul {
    margin: 0;
    list-style: none; }
    .related-swatch ul:after {
      content: "";
      display: table;
      width: 100%; }
    .related-swatch ul li {
      float: left;
      margin: 0 4px 10px 0;
      width: 30px;
      height: 30px;
      border: 1px solid transparent; }
      .related-swatch ul li:first-child, .related-swatch ul li:hover {
        border-color: #555; }
      .related-swatch ul li a {
        display: block;
        width: 100%;
        height: auto;
        padding: 2px; }
        .related-swatch ul li a span {
          display: block;
          width: 100%;
          height: 100%;
          background-size: cover; }
  .related-swatch.brand-product-swatch a {
    height: 100%; }

.combo-desc {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px; }
  .combo-desc * {
    display: inline; }

.combo-product {
  border: 1px solid #ccc;
  padding: 10px 20px 0;
  margin-bottom: 10px; }
  .combo-product.producr_1 {
    margin-bottom: 10px; }
  .combo-product h1.productView-title {
    text-align: left;
    margin-bottom: 3px; }
  .combo-product.not-selected {
    border: 1px solid #ec1b24; }
  .combo-product .combo-product-swatch {
    margin: 0; }

.combo-product-swatch.related-swatch ul li:first-child {
  border-color: transparent; }

.combo-product-swatch.related-swatch ul li.selected, .combo-product-swatch.related-swatch ul li:hover {
  border-color: #555; }

.no-products-message {
  margin: 0 auto;
  text-align: center; }
  .no-products-message .btn-wrp {
    margin-top: 10px;
    text-align: center;
    border-bottom: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  clear: both;
  display: block; }

#facetedSearch .accordion--navList {
  justify-content: start !important; }

#facetedSearch .facetedSearch-clearLink {
  display: none; }

.btn-wrp {
  text-align: right;
  border-bottom: 1px solid #000; }
  .btn-wrp .filters-clear {
    background: #ffffff;
    color: #cccccc;
    border: 1px solid #ccc;
    pointer-events: none; }
    .btn-wrp .filters-clear.active {
      border: 1px solid #000000;
      color: #000000;
      pointer-events: all; }

.productView .productView-thumbnails.show_mobile {
  display: none;
  margin: 0; }

#faceted-search-container .facetedSearch-toggle-indicator .toggleLink-text {
  display: none; }

.filter-toggle-header {
  display: none; }

@media (min-width: 768px) {
  .pages-category .page-content {
    min-height: 65vh; } }

.pages-category .filter-toggle-header {
  position: relative;
  font-family: "Akzidenz-Grotesk BQ";
  padding: 0;
  color: #000000;
  font-size: 11px;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: normal;
  cursor: pointer;
  border: none;
  display: block;
  margin-right: 13px; }
  .pages-category .filter-toggle-header:after {
    content: "";
    top: 0;
    height: 13px;
    background-position: 50%;
    background-size: 8px;
    background-image: url(../img/tran_icon.png);
    background-repeat: no-repeat;
    transform: rotate(180deg);
    transition: ease 0.15s;
    display: inline-block;
    width: 15px;
    position: absolute; }
  .pages-category .filter-toggle-header.open::after {
    transform: rotate(0); }
  @media (max-width: 768px) {
    .pages-category .filter-toggle-header {
      display: none; } }

.pages-category .filter-mb .page-heading {
  display: none; }

.pages-category .filter-mb .page-title {
  display: block;
  width: 100%; }

.pages-category .filter-mb .modes {
  position: unset;
  display: flex;
  padding-top: 20px; }
  .pages-category .filter-mb .modes .modes-label {
    display: none; }
  .pages-category .filter-mb .modes .modes-mode {
    display: flex;
    width: 20px;
    margin-left: 0; }

@media (max-width: 768px) {
  .pages-category .productGrid.modeView-1 .product {
    width: 100% !important; } }

.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: all 200ms ease;
  overflow: hidden;
  display: none; }
  @media (max-width: 768px) {
    .mobile-overlay {
      display: block; } }
  .mobile-overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
    background: #fff;
    z-index: 10;
    overflow: auto;
    padding: 20px 10px;
    z-index: 30; }
  .mobile-overlay .filter-header {
    display: flex;
    justify-content: space-between;
    padding: 0 1rem;
    line-height: 24px;
    padding-right: 10px; }
    @media (max-width: 768px) {
      .mobile-overlay .filter-header {
        padding-bottom: 15px; } }
  .mobile-overlay .facetedSearch-clearLink {
    display: none; }
  .mobile-overlay .btn-wrp {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-top: 1px solid #000; }
    .mobile-overlay .btn-wrp .button {
      width: 48%;
      margin: 0; }
      @media (max-width: 375px) {
        .mobile-overlay .btn-wrp .button {
          font-size: 11px; } }
      .mobile-overlay .btn-wrp .button.filters-clear {
        background: #ffffff;
        color: #cccccc;
        border: 1px solid #ccc;
        pointer-events: none; }
        .mobile-overlay .btn-wrp .button.filters-clear.active {
          border: 1px solid #000000;
          color: #000000;
          pointer-events: all; }
  .mobile-overlay .accordion-content {
    transition: all 0.5s;
    max-height: 0;
    overflow: hidden;
    display: block;
    padding: 0 5px 0px 10px; }

.top-promo-bar-active .mobile-overlay.open {
  padding: 50px 10px; }

.modal-open {
  overflow: hidden; }
  .modal-open .header-right,
  .modal-open .header-left {
    display: none; }

@media (max-width: 768px) {
  .filter-mb {
    display: block; }
  .productGrid {
    margin: 0 -6px; }
  #faceted-search-container .facetedSearch-toggle-indicator {
    display: block !important; }
  #faceted-search-container .filter-title {
    text-align: right; }
  #faceted-search-container .facetedSearch-toggle {
    border: none !important; }
  .filter-desktop {
    display: none !important; }
  .left-icons .filter-icon {
    display: flex;
    flex-wrap: wrap;
    width: 20px;
    margin-right: 12px;
    height: 20px; }
    .left-icons .filter-icon span {
      padding: 2px;
      border: 1px solid #ccc;
      width: 8px;
      margin: 1px; }
    .left-icons .filter-icon.active span {
      border-color: #000000; }
  .left-icons .square-icon {
    border: 1px solid #ccc !important;
    padding: 3px;
    width: 19px;
    height: 19px; }
    .left-icons .square-icon.active {
      border-color: #000000 !important; } }

.product_images {
  margin: -4px 0; }
  @media only screen and (min-width: 768px) {
    .product_images {
      display: flex;
      flex-direction: column; } }
  .product_images img {
    width: 100%; }
  .product_images .zoom {
    margin: 8px 0;
    cursor: zoom-in; }
    .product_images .zoom img {
      display: block;
      margin-top: 0px; }
    .product_images .zoom:first-child {
      margin-top: 0; }
      .product_images .zoom:first-child img {
        margin-top: 0; }

.product-video {
  width: 100%;
  position: relative;
  padding-bottom: 53%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .product-video iframe {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    pointer-events: none; }

.portrait .product-video,
.Portrait .product-video {
  padding-bottom: 177%; }

.portrait12x16 .product-video,
.Portrait12x16 .product-video {
  padding-bottom: 133%; }

.square .product-video,
.Square .product-video {
  padding-bottom: 100%; }

.owl-carousel .owl-stage-outer {
  min-height: 100px; }

.product_page {
  max-width: 1174px;
  margin: 0 auto; }
  .product_page .productView-img-container {
    max-width: 750px; }
    .product_page .productView-img-container img {
      width: 100%; }
  .product_page .productView {
    margin: 0;
    padding: 0; }
  .product_page .product_images img {
    width: 100%; }
  .product_page .product_images .zoomImg {
    width: 300% !important;
    height: 300% !important; }

.product-right {
  width: 424px;
  padding-left: 64px;
  float: left;
  position: static;
  padding-top: 184px; }
  .product-right .productView-details,
  .product-right .productView-description {
    width: 100%;
    padding: 0;
    margin: 0; }
  .product-right .productView-product {
    display: flex;
    border: none;
    padding-bottom: 0px; }
    .product-right .productView-product .product-view-left {
      min-width: 100px; }
    .product-right .productView-product .product-view-right {
      padding-left: 35px;
      width: 100%; }
      .product-right .productView-product .product-view-right .productView-price {
        color: #111111;
        font-size: 12px;
        font-weight: 500;
        line-height: 15px;
        text-align: right; }
        .product-right .productView-product .product-view-right .productView-price .price-section {
          display: inline-block;
          vertical-align: middle; }
          .product-right .productView-product .product-view-right .productView-price .price-section .price:after {
            content: " USD"; }
          .product-right .productView-product .product-view-right .productView-price .price-section .price.no-after:after {
            display: none; }
          .product-right .productView-product .product-view-right .productView-price .price-section .price-now-label {
            display: none !important; }
          .product-right .productView-product .product-view-right .productView-price .price-section.non-sale-price--withTax {
            margin-right: 5px; }
  .product-right .productView-title {
    margin: 0;
    font-size: inherit;
    text-transform: inherit; }
    .product-right .productView-title strong {
      display: block;
      color: #000000;
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 16px;
      text-transform: uppercase; }
    .product-right .productView-title span {
      color: #111111;
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 12px;
      font-style: italic;
      line-height: 20px;
      margin: 0;
      letter-spacing: 0;
      font-weight: normal; }
      .product-right .productView-title span:nth-child(2) {
        letter-spacing: 0.03em; }
  .product-right .product-options {
    display: flex;
    flex-basis: 100%;
    flex-wrap: wrap-reverse;
    position: relative; }
  .product-right .form-option-variant--color,
  .product-right .form-option-variant--pattern {
    height: 24px;
    width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2px; }
  .product-right .swatch_color {
    flex-basis: 100%; }
    .product-right .swatch_color .unavailable {
      background: transparent;
      pointer-events: none; }
      .product-right .swatch_color .unavailable:before {
        display: none; }
    .product-right .swatch_color .form-option {
      border: 1px solid transparent;
      cursor: pointer;
      display: inline-block;
      padding: 1px;
      transition: all 0.15s ease;
      width: 30px;
      height: 30px;
      color: #000000;
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 12px;
      font-weight: 500;
      line-height: 16px;
      margin-right: 4px;
      margin-bottom: 0; }
  .product-right .form-radio:checked + .form-option {
    border: 1px solid #555555;
    box-shadow: none; }
    .product-right .form-radio:checked + .form-option.unavailable {
      position: relative; }
      .product-right .form-radio:checked + .form-option.unavailable:before {
        content: "";
        display: inline-block;
        bottom: 6px;
        left: 0;
        width: 16px;
        height: 2px;
        background: #ddd;
        transform: none;
        top: inherit; }
  .product-right .size-options {
    flex-basis: 100%;
    margin-bottom: 0;
    height: auto;
    line-height: 1;
    padding: 0; }
    .product-right .size-options .form-option {
      border: 1px solid transparent;
      color: #000;
      cursor: pointer;
      display: inline-block;
      font-size: 0;
      margin-bottom: 0;
      margin-right: 0px;
      padding: 1px 0;
      transition: all 0.15s ease;
      height: 30px;
      /*min-width: 30px;*/
      font-weight: 500;
      padding-right: 15px; }
      .product-right .size-options .form-option:first-of-type {
        /*margin-right: 9px;*/ }
      .product-right .size-options .form-option.unavailable {
        background-color: transparent;
        opacity: 0.3;
        opacity: 1;
        color: #eee !important; }
        .product-right .size-options .form-option.unavailable:before {
          display: none; }
      .product-right .size-options .form-option .form-option-variant {
        padding: 0;
        text-align: left;
        min-width: inherit; }
    .product-right .size-options .form-radio:checked + .form-option {
      border: 1px solid transparent;
      box-shadow: none;
      color: #ec1b24; }
  .product-right .form-field.form-field--increments {
    display: none; }
  .product-right .swatch_color {
    margin-bottom: 12px;
    margin-top: 31px; }
  .product-right .form-action {
    margin: 0;
    width: 100%; }
    .product-right .form-action input.button {
      width: 100% !important;
      margin: 0;
      color: #ffffff;
      font-family: "Akzidenz-Grotesk BQ";
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 0.5px;
      line-height: 13px;
      text-align: center;
      padding: 10px 5px 9px; }
      .product-right .form-action input.button:disabled {
        display: none; }
  .product-right ul.socialLinks {
    display: none; }
  .product-right .banner_description {
    color: #111111 !important;
    font-family: "Akzidenz-Grotesk BQ" !important;
    font-size: 13px !important;
    line-height: 22px !important;
    padding: 12px 0 18px 0;
    border-bottom: 1px solid #555555;
    margin-bottom: 16px;
    letter-spacing: 0.03em !important; }
    .product-right .banner_description span {
      font-family: "Akzidenz-Grotesk BQ" !important;
      font-size: 13px !important;
      line-height: 22px !important; }
  .product-right .productView-description .tabs {
    float: none; }
    .product-right .productView-description .tabs li {
      float: none;
      border: none; }
      .product-right .productView-description .tabs li a {
        color: #111111;
        font-family: "Akzidenz-Grotesk BQ";
        font-size: 12px;
        font-weight: 500;
        line-height: 28px; }
    .product-right .productView-description .tabs li.is-active {
      border: none;
      margin: 0; }
      .product-right .productView-description .tabs li.is-active a {
        color: #111;
        text-decoration: underline;
        font-weight: 700; }
        .product-right .productView-description .tabs li.is-active a:focus, .product-right .productView-description .tabs li.is-active a:active {
          border: none;
          outline: none; }
  .product-right .tab-title {
    padding: 0; }
  .product-right .tabs {
    flex-basis: 140px;
    border: none; }
  .product-right .productView-options {
    margin: 10px 0 0; }
  .product-right .slide-content br {
    display: none; }
  .product-right .slide-content span {
    display: block;
    font-style: italic; }
  .product-right article.productView-description {
    display: flex; }
    .product-right article.productView-description .tabs-contents {
      margin-bottom: 1.5rem;
      padding: 0;
      padding-top: 4px;
      flex-basis: calc(100% - 120px);
      font-style: italic; }
      .product-right article.productView-description .tabs-contents .slide-content br {
        display: none; }
      .product-right article.productView-description .tabs-contents .slide-content span {
        display: block;
        font-style: italic; }
      .product-right article.productView-description .tabs-contents .tab-content {
        padding: 0; }
        .product-right article.productView-description .tabs-contents .tab-content ul {
          font-style: italic;
          margin-left: 0; }
          .product-right article.productView-description .tabs-contents .tab-content ul li {
            list-style-type: none;
            font-style: italic;
            position: relative;
            padding-left: 10px; }
            .product-right article.productView-description .tabs-contents .tab-content ul li:before {
              content: "";
              width: 2px;
              height: 2px;
              background: #111111;
              display: inline-block;
              position: absolute;
              left: 0;
              top: 10px; }
        .product-right article.productView-description .tabs-contents .tab-content ul,
        .product-right article.productView-description .tabs-contents .tab-content li,
        .product-right article.productView-description .tabs-contents .tab-content p,
        .product-right article.productView-description .tabs-contents .tab-content a,
        .product-right article.productView-description .tabs-contents .tab-content span {
          font-family: "Akzidenz-Grotesk BQ" !important;
          color: #111111;
          font-size: 12px !important;
          letter-spacing: 0.03em; }
        .product-right article.productView-description .tabs-contents .tab-content p {
          margin: 0; }
          .product-right article.productView-description .tabs-contents .tab-content p span {
            font-family: "Akzidenz-Grotesk BQ" !important;
            color: #111111;
            font-size: 12px !important;
            letter-spacing: 0.25px; }
    .product-right article.productView-description .tabs .tab .slide-content ul {
      margin-left: 0; }
      .product-right article.productView-description .tabs .tab .slide-content ul li {
        list-style-type: none;
        font-style: italic;
        position: relative;
        padding-left: 10px; }
        .product-right article.productView-description .tabs .tab .slide-content ul li:before {
          content: "";
          width: 2px;
          height: 2px;
          background: #111111;
          display: inline-block;
          position: absolute;
          left: 0;
          top: 10px; }
    .product-right article.productView-description .tabs .tab .slide-content ul,
    .product-right article.productView-description .tabs .tab .slide-content li,
    .product-right article.productView-description .tabs .tab .slide-content p,
    .product-right article.productView-description .tabs .tab .slide-content a,
    .product-right article.productView-description .tabs .tab .slide-content span {
      font-family: "Akzidenz-Grotesk BQ" !important;
      color: #111111;
      font-size: 12px !important;
      letter-spacing: 0.25px;
      font-style: italic; }
    .product-right article.productView-description .tabs .tab .slide-content p {
      margin: 0; }
      .product-right article.productView-description .tabs .tab .slide-content p span {
        font-family: "Akzidenz-Grotesk BQ" !important;
        color: #111111;
        font-size: 12px !important;
        letter-spacing: 0.25px;
        font-style: italic; }

.product-left {
  width: calc(100% - 424px);
  float: left; }
  .product-left .productView-image_right {
    transition: all 500ms linear; }

.sheerness-indicator {
  padding-top: 10px; }
  .sheerness-indicator .tbl {
    display: table;
    width: 100%; }
  .sheerness-indicator .col {
    display: table-column; }
  .sheerness-indicator .row {
    display: table-row; }
  .sheerness-indicator .cell {
    display: table-cell;
    font-style: normal;
    font-weight: 700; }
    .sheerness-indicator .cell.align-right {
      text-align: right; }
  .sheerness-indicator .sheerness-cell {
    border: black 1px solid;
    border-left-color: transparent;
    height: 20px; }
    .sheerness-indicator .sheerness-cell:first-child {
      border-left-color: #000; }

div.size-guide {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center; }
  div.size-guide .btn_close_size {
    background: url("../img/close_icon@2xx.png") no-repeat;
    background-position: center;
    background-size: 25px;
    display: block;
    width: 20px;
    height: 20px;
    display: block;
    right: 13px;
    position: absolute;
    top: 13px;
    cursor: pointer; }
  div.size-guide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-color: #000000; }

.table-size_guide {
  background: #fff;
  position: relative; }
  .table-size_guide .table_end {
    width: 100%;
    clear: both;
    color: #111111;
    font-family: "Akzidenz-Grotesk BQ";
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 14px;
    padding-top: 22px;
    text-align: center;
    margin: 0;
    padding-bottom: 26px; }
  .table-size_guide .title {
    margin-bottom: 12px; }
    .table-size_guide .title h3 {
      color: #000000;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: 0.5px;
      line-height: 14px;
      text-align: center;
      margin-bottom: 16px; }
    .table-size_guide .title p {
      color: #111111;
      font-size: 12px;
      letter-spacing: 0.25px;
      line-height: 20px;
      text-align: center;
      width: 92%;
      margin: 0 auto; }
  .table-size_guide .content_sizeguide {
    float: left;
    width: 50%; }
  .table-size_guide .img_size_guide {
    float: right;
    width: 50%;
    text-align: center;
    padding-top: 50px; }
    .table-size_guide .img_size_guide.full-width {
      float: none;
      width: 100%; }

div.size-guide {
  opacity: 0;
  top: -100%; }
  div.size-guide .table-size_guide {
    top: -100%;
    opacity: 0;
    transition: 0.4s ease; }

div.size-guide.open_size {
  opacity: 1;
  top: 0;
  z-index: 100;
  padding: 0 20px; }
  div.size-guide.open_size div.table-size_guide {
    top: 0;
    opacity: 1;
    transition: 0.4s ease;
    z-index: 21;
    max-height: 75%;
    overflow-y: scroll; }

.table-size_guide {
  max-width: 1200px;
  padding: 22px 48px 20px;
  display: inline-block;
  z-index: 21; }
  .table-size_guide table {
    border-bottom: 1px solid #555555;
    border-top: 1px solid transparent;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #ffffff;
    table-layout: fixed; }
  .table-size_guide table tr {
    background-color: #fff;
    border: 1px solid #555555;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-top: 1px solid transparent; }
  .table-size_guide table th,
  .table-size_guide table td {
    text-align: center;
    color: #111111;
    font-family: "Akzidenz-Grotesk BQ";
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 42px;
    padding-left: 13px; }
  .table-size_guide table td:first-child {
    text-align: left;
    padding-left: 6px; }
  .table-size_guide table th {
    color: #000000;
    font-family: "Akzidenz-Grotesk BQ";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.25px;
    line-height: 40px;
    padding-left: 11px; }
  .table-size_guide table th:first-child {
    text-align: left;
    padding-left: 5px; }

.pages-product .header-body-wrapper {
  float: none; }

.pages-product .footer {
  width: 100%;
  float: none; }

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

@media (max-width: 768px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 50%; }
  .page-content {
    padding: 15px; } }

input#InStockNotifyClick {
  margin: 0;
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  color: #fff;
  font-family: "Akzidenz-Grotesk BQ";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 13px;
  text-align: center;
  margin: 0;
  background-color: #000;
  margin-top: 8px !important; }

input#InStockNotifyEmailAddress {
  border: 1px solid #555;
  padding: 0 10px;
  margin-bottom: 8px;
  margin: 0 !important;
  width: 100% !important; }

#InStockNotifyForm {
  margin-bottom: 0 !important; }

#faceted-search-container {
  width: 100%;
  margin-bottom: 50px; }
  #faceted-search-container .navList-item {
    padding-bottom: 3px; }
  #faceted-search-container .navList-action--checkbox {
    display: inline; }
    #faceted-search-container .navList-action--checkbox.is-selected {
      border-bottom: 1px solid #979797; }
    #faceted-search-container .navList-action--checkbox::after {
      display: none; }
  #faceted-search-container .filter-desktop {
    display: none;
    margin-top: -2.5px !important;
    max-width: 1100px;
    margin: 0 auto; }
  #faceted-search-container .filter-title {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
    @media (max-width: 768px) {
      #faceted-search-container .filter-title {
        font-size: 11px; } }
  #faceted-search-container a:hover {
    text-decoration: none; }
  #faceted-search-container .navList-action {
    padding: 0px;
    font-size: 12px;
    letter-spacing: 0.25px;
    margin: 0px;
    font-weight: 400;
    color: #111111; }
    @media (max-width: 768px) {
      #faceted-search-container .navList-action {
        padding: 5px 0; } }
  #faceted-search-container .facetedSearch-toggle {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0;
    margin: 0; }
  #faceted-search-container .facetedSearch-refineFilters,
  #faceted-search-container .facetedSearch-toggle-text {
    display: none; }
  #faceted-search-container .facetedSearch-toggle-indicator {
    position: absolute;
    right: 10px;
    top: -51px;
    font-weight: normal; }
    #faceted-search-container .facetedSearch-toggle-indicator .toggleLink-text {
      font-size: 13px;
      font-weight: 400;
      border: 1px solid #000;
      padding: 1px;
      margin: 10px 0 20px 0; }
      #faceted-search-container .facetedSearch-toggle-indicator .toggleLink-text .icon {
        height: 35px;
        width: 35px; }
        #faceted-search-container .facetedSearch-toggle-indicator .toggleLink-text .icon svg {
          fill: #000000; }
  #faceted-search-container .navList-action--checkbox {
    padding-left: 0;
    min-width: 45%;
    display: inline-block;
    width: auto;
    border-bottom: 1px solid transparent; }
    #faceted-search-container .navList-action--checkbox span {
      display: none; }
  #faceted-search-container .navList-action--checkbox::before {
    display: none; }
  #faceted-search-container .navList-action--checkbox:after {
    background-image: none;
    border-bottom: 1px solid #979797;
    width: 50%;
    top: 85%;
    left: 0; }
  #faceted-search-container .accordion--navList {
    display: flex;
    margin-top: 0;
    margin-bottom: 10px;
    justify-content: space-between; }
    #faceted-search-container .accordion--navList .accordion-title {
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 500;
      color: #000000;
      line-height: 13px;
      padding: 0;
      letter-spacing: normal; }
      @media (max-width: 768px) {
        #faceted-search-container .accordion--navList .accordion-title {
          line-height: 40px;
          padding: 0 10px; } }
    #faceted-search-container .accordion--navList .accordion-block {
      width: 10%;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto; }
      @media all and (max-width: 1024px) {
        #faceted-search-container .accordion--navList .accordion-block {
          width: 20%; } }
    @media (max-width: 900px) and (min-width: 769px) {
      #faceted-search-container .accordion--navList .accordion-content {
        padding-left: 5px; } }

.pages-category .page-sidebar + .page-content {
  width: 100%; }

.facetedSearch-toggle {
  display: none; }
  @media (max-width: 768px) {
    .facetedSearch-toggle {
      display: block; } }

@media (min-width: 769px) {
  #faceted-search-container .accordion-navigation-actions .icon {
    display: none; }
  .accordion-content {
    display: block !important; } }

@media (max-width: 800px) {
  #faceted-search-container .accordion-navigation,
  .accordion {
    border: none; } }

@media (max-width: 690px) {
  #faceted-search-container .accordion--navList {
    flex-wrap: wrap;
    flex-direction: column; }
  #faceted-search-container .accordion--navList .accordion-block {
    width: 100%; } }

@media only screen and (max-width: 1199px) {
  .body.pages-product {
    margin-bottom: 0; }
  .productView .product-right .productView-product {
    display: -ms-flexbox;
    display: flex;
    border: none;
    padding-bottom: 0px;
    justify-content: space-between; }
  .productView .product-right .form-action {
    margin: 0;
    padding: 0;
    width: 100%;
    float: none; } }

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .product_page {
    margin-top: -40px; } }

@media only screen and (min-width: 768px) {
  .show_mobile {
    display: none !important; } }

@media only screen and (max-width: 768px) {
  .hide_mobile {
    display: none; }
  .show_mobile {
    display: block; }
  .pages-product .body {
    margin-top: 0px; }
  .pages-product .header {
    background-color: transparent; }
  .product_page {
    margin-top: 0;
    padding-bottom: 18px; }
    .product_page .productView {
      margin-top: -10px; }
  .productView-details {
    float: none; }
  .productView-product {
    /*margin-bottom: 10px;*/ }
    .productView-product .product-view-left .productView-title strong {
      line-height: 14px;
      color: #222; }
  .related-swatch {
    margin: 12px 0 0; }
    .related-swatch ul li {
      margin: 0 5px 9px 0; }
  .productView-options {
    text-align: left; }
    .productView-options .swatch_color {
      margin-bottom: 0px;
      margin-top: 22px; }
  .productView .product-left {
    width: 100%;
    float: none; }
    .productView .product-left .productView-image {
      display: none; }
    .productView .product-left .product_images {
      display: none; }
  .productView .product-right {
    padding-top: 0;
    width: 100%;
    padding-left: 0; }
    .productView .product-right .banner_description {
      margin-bottom: 13px; }
    .productView .product-right .productView-description .tabs li a {
      text-align: left; }
    .productView .product-right .show_mobile {
      display: block;
      line-height: 1; }
      .productView .product-right .show_mobile .owl-dots {
        position: absolute;
        width: 100%;
        bottom: 10px;
        line-height: 1;
        text-align: center; }
        .productView .product-right .show_mobile .owl-dots .owl-dot {
          height: 8px;
          width: 8px;
          border-radius: 50%;
          border: 1px solid rgba(255, 255, 255, 0.3);
          margin: 0 6px;
          background-color: rgba(255, 255, 255, 0.3); }
          .productView .product-right .show_mobile .owl-dots .owl-dot.active {
            border-color: #fff;
            background-color: #fff; }
  .slideProduct_mobile {
    margin: 0 -15px;
    transition: all 500ms linear; }
    .slideProduct_mobile .slick-dotted.slick-slider {
      margin-bottom: 0px; }
    .slideProduct_mobile ul.show_mobile {
      margin: 0 -15px;
      margin-bottom: 0; }
      .slideProduct_mobile ul.show_mobile .slick-list {
        margin-left: 0;
        margin-right: 0; }
        .slideProduct_mobile ul.show_mobile .slick-list li:nth-child(2) {
          background: #000; }
          .slideProduct_mobile ul.show_mobile .slick-list li:nth-child(2) iframe {
            height: 211px; }
      .slideProduct_mobile ul.show_mobile .slick-dots {
        position: absolute;
        bottom: 10px; }
        .slideProduct_mobile ul.show_mobile .slick-dots li {
          height: auto;
          width: auto;
          margin: 0;
          padding: 0;
          margin-right: 12px; }
          .slideProduct_mobile ul.show_mobile .slick-dots li:last-child {
            margin-right: 0; }
          .slideProduct_mobile ul.show_mobile .slick-dots li.slick-active button {
            border: 1px solid #fff; }
            .slideProduct_mobile ul.show_mobile .slick-dots li.slick-active button:before {
              background: #fff; }
          .slideProduct_mobile ul.show_mobile .slick-dots li button {
            height: 8px;
            width: 8px;
            border-radius: 50%;
            border: 1px solid rgba(255, 255, 255, 0.3); }
            .slideProduct_mobile ul.show_mobile .slick-dots li button:before {
              height: 8px;
              width: 8px;
              border-radius: 50%;
              background: rgba(255, 255, 255, 0.3); }
      .slideProduct_mobile ul.show_mobile .productView-thumbnail {
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        display: flex;
        align-items: center;
        width: 100%; }
        .slideProduct_mobile ul.show_mobile .productView-thumbnail .productView-thumbnail-link {
          height: auto;
          max-width: 100%;
          border: none;
          padding: 0; }
          .slideProduct_mobile ul.show_mobile .productView-thumbnail .productView-thumbnail-link .zoomImg {
            width: 200% !important;
            height: 200% !important; }
          .slideProduct_mobile ul.show_mobile .productView-thumbnail .productView-thumbnail-link img {
            position: static;
            top: inherit;
            bottom: inherit;
            top: inherit;
            bottom: inherit;
            left: inherit;
            right: inherit;
            margin: auto;
            max-height: 100%;
            max-width: 100%;
            width: auto;
            height: auto; }
  .pages-product .footer {
    padding: 16px 0 23px; }
  .pages-product .header-body-inner .body {
    margin-bottom: 0; }
  .table-size_guide {
    margin: 0 15px;
    height: 96%;
    overflow: auto;
    padding: 22px 20px 20px; }
  .productView .product-right .productView-description .tabs .tab .slide-content {
    display: none !important; } }

@media (min-width: 768px) {
  .scroll_fixtop .header-right {
    padding: 23px 32px 0 0; }
  .pages-product .header-left {
    z-index: 21; }
  .pages-product .scroll_fixtop .header-body-inner .header .header-logo {
    background: #fff; }
  .pages-product .header-right {
    z-index: 21; }
  .pages-product .header .header-logo {
    background-color: white;
    padding: 46px 0 11px;
    margin: 0;
    text-align: center;
    position: fixed;
    z-index: 21;
    left: 50%;
    top: 0;
    transform: translate(-50%);
    width: 100%; } }

@media (min-width: 800px) {
  .scroll_fixtop .header-left {
    padding: 23px 0 0 23px;
    transition: 0.4s; }
  .scroll_fixtop .header-body-inner .header .header-logo {
    transition: 0.2s;
    padding: 20px 0 18px; }
    .scroll_fixtop .header-body-inner .header .header-logo a img {
      height: 22px; }
  .scroll_fixtop .header-right {
    transform: 0.4s ease; }
    .scroll_fixtop .header-right ul .navUser-item--cart .dropdown-menu {
      top: 60px !important; }
  .header-body-wrapper .header {
    position: fixed;
    top: 0;
    z-index: 10; }
  .fix_logotop {
    text-align: center;
    position: fixed;
    z-index: 21;
    top: 0;
    background: transparent; }
  .header_fix {
    border: none;
    position: fixed;
    left: 0;
    background: transparent; } }

@media (min-width: 768px) {
  .productView .product-right .productView-description .tabs .tab .slide-content {
    display: none !important; } }

.dropdown--quickSearch .productGrid {
  overflow: auto;
  height: 96vh; }

.contact-us #contact-us-page {
  padding: 0;
  max-width: 755px;
  width: 100%;
  margin-top: 50px; }

.contact-us .forms .form {
  float: left;
  width: 294px; }
  .contact-us .forms .form .form-row .form-field {
    float: none;
    width: 100%; }

.contact-us .forms .images {
  max-width: calc(100% - 294px);
  padding-left: 32px;
  margin-top: 5px; }

.productView-options .form-field--stock {
  display: none; }

.productView-options .form_send_mail {
  display: none;
  margin: 0; }
  .productView-options .form_send_mail .form-fieldset .form-field {
    margin: 0; }
  .productView-options .form_send_mail .form-fieldset label#nl_email_Send-error {
    display: inline-block;
    width: 100%;
    color: #f00;
    font-size: 12px;
    margin-bottom: 5px; }
  .productView-options .form_send_mail .form-fieldset .form-label {
    color: #111111;
    font-family: "Akzidenz-Grotesk BQ";
    font-size: 12px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-transform: unset; }
  .productView-options .form_send_mail .form-fieldset .form-prefixPostfix .form-input {
    border: 1px solid #555555;
    padding: 0 10px;
    margin-bottom: 8px; }
  .productView-options .form_send_mail .form-fieldset .form-prefixPostfix .form-input.error {
    border: 1px solid #f00; }
  .productView-options .form_send_mail .form-fieldset .form-prefixPostfix input[type="submit"] {
    display: block;
    width: 100%;
    color: #ffffff;
    font-family: "Akzidenz-Grotesk BQ";
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 13px;
    text-align: center;
    margin: 0;
    background-color: #ec1b24; }

.sizing .page-heading {
  display: none; }

.sizing .page-content--centered {
  width: 80%; }

.wp_size-guide .table-size_guide {
  max-width: 100%;
  padding: 0;
  display: inline-block;
  z-index: 10; }
  .wp_size-guide .table-size_guide .title h3 {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1; }

@media screen and (max-width: 768px) {
  .table-size_guide .content_sizeguide {
    float: none;
    width: 100%; }
  .table-size_guide .img_size_guide {
    float: none;
    width: 100%;
    text-align: center;
    padding-top: 50px; }
  .sizing .page-content--centered {
    padding: 15px 0;
    width: 100%; }
  .wp_size-guide .table-size_guide {
    margin: 0; }
    .wp_size-guide .table-size_guide .title h3 {
      color: #000000;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 0.5px;
      text-align: center;
      margin-bottom: 50px;
      line-height: 1; } }

@media (max-width: 768px) {
  .header-right,
  .header-left {
    position: fixed;
    z-index: 99; }
  .scroll_fixtop .header-right {
    padding: 17px 16px 0 0; }
  .header-right {
    padding-top: 17px 16px 0 0; }
  .header-left {
    padding: 17px 0 0 9px; }
  .header.fix_logotop {
    position: fixed;
    padding-bottom: 6px; } }

.form_contact_id {
  width: 294px; }

@media (max-width: 768px) {
  .form_contact_id {
    width: 100%; }
  .contact-us .forms .images {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 20px; }
  .contact-us #contact-us-page {
    max-width: 755px;
    padding: 15px; } }

p.form_error_address {
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  font-weight: 400;
  margin: 3px 0 0;
  color: red !important; }

@media (min-width: 768px) and (max-width: 1366px) {
  .product_images .product-video video {
    height: auto !important; } }

#size-guide {
  display: none; }

#message_product {
  order: 1;
  border-radius: 5px;
  padding: 3px 0;
  font-family: "Akzidenz-Grotesk BQ";
  line-height: 22px;
  top: -40px;
  left: -130px; }

#message_product_icon {
  position: absolute;
  top: -12px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #e8e8e8; }

@media (max-width: 768px) {
  .productView-details.clearfix {
    padding-top: 20px; }
  #message_product {
    left: 0px; }
  #message_product_icon {
    left: 40px; }
  .facetedSearch-navList {
    display: block; }
  .pages-category .filter-mb .categories-listbox {
    border: none; }
  #faceted-search-container .accordion--navList {
    flex-direction: column; }
    #faceted-search-container .accordion--navList .accordion-block {
      width: 100%; }
  #faceted-search-container .navList-item {
    margin-bottom: 2px;
    padding-left: 7px; }
  #faceted-search-container .accordion-content.is-open {
    border-top: 1px solid #000;
    transition: all 2s;
    max-height: 1500px; }
    #faceted-search-container .accordion-content.is-open .toggleLink {
      display: none; }
  #faceted-search-container .accordion-block:first-child .accordion-navigation {
    border-top: 1px solid #000;
    border-radius: 0; }
  #faceted-search-container .accordion-block .accordion-navigation.active {
    border: none; }
    #faceted-search-container .accordion-block .accordion-navigation.active .accordion-navigation-actions::after {
      transform: rotate(180deg); }
  #faceted-search-container .accordion-navigation-actions .icon {
    display: none; }
  #faceted-search-container .accordion-navigation-actions:after {
    content: "";
    top: 0;
    height: 13px;
    background-position: 50%;
    background-size: 8px;
    background-image: url(../img/tran_icon.png);
    background-repeat: no-repeat;
    transform: rotate(0);
    display: inline-block;
    width: 15px;
    position: absolute;
    right: 0; } }

.related-swatch > h1 {
  text-align: center;
  margin: 30px 0 30px 0; }

.related-swatch .productGrid {
  margin: 0px -12px; }
  .related-swatch .productGrid li.product {
    height: auto;
    padding-top: 0;
    margin-right: 0;
    border: 0; }
    .related-swatch .productGrid li.product a {
      position: static; }
    .related-swatch .productGrid li.product article figure a {
      position: static; }

@media screen and (max-width: 992px) {
  .related-swatch .productGrid {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    overflow-x: auto; }
    .related-swatch .productGrid li {
      float: none !important;
      flex: 0 0 240px; } }

/*
.pages-category .filter-toggle-header{
  display: none;
}
.filter-mb {
  display: none;
}

.facetedSearch{
  display: none;
}
*/
/**header menu css */
/* Icon 3 */
:root {
  --line-height: 4px; }

#nav-icon3 {
  width: calc(var(--line-height) * 6.66);
  height: calc(var(--line-height) * 5);
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer; }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: calc(var(--line-height) / 2);
  width: 100%;
  background: black;
  border-radius: 90px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out; }

#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
  top: calc(var(--line-height) * 2); }

#nav-icon3 span:nth-child(4) {
  top: calc(var(--line-height) * 4); }

#nav-icon3.open span:nth-child(1) {
  top: calc(var(--line-height) * 2);
  width: 0%;
  left: 50%; }

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.open span:nth-child(4) {
  top: calc(var(--line-height) * 2);
  width: 0%;
  left: 50%; }

/**end nav styles */
/**start slider styles */
.glide__arrow {
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  outline: none;
  max-width: 10px; }

.glide__slides {
  height: 100vh; }

.glide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top; }

.glide__slide.one {
  background-color: red; }

.glide__slide.two {
  background-color: aqua; }

.glide__slide.three {
  background-color: aquamarine; }

/**end slider styles */
header {
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0; }

.header_container,
.header_right {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.logo {
  max-width: 250px; }

.location-popup .logo {
  max-width: 100%; }
