@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:1025px)/";
  width: 551px; }

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

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

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

.cms-row {
  margin-left: -10px !important;
  margin-right: -10px !important;
  align-items: center; }
  .cms-row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  @media (min-width: 551px) {
    .cms-row .c-card--overlay {
      padding-left: 1px;
      padding-right: 1px; }
    .cms-row .c-hero {
      margin-top: 0; }
      .cms-row .c-hero:first-child {
        margin-top: 0; }
      .cms-row .c-hero.c-hero--hover:first-child {
        margin-top: 10px; } }
  @media (min-width: 1025px) {
    .cms-row .c-hero {
      margin-top: 0; }
      .cms-row .c-hero.c-hero--hover:first-child {
        margin-top: 0; }
    .cms-row .c-card--overlay {
      padding-left: 1px;
      padding-right: 1px; } }

.col--no-gutter {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.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, .link {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, .link:active,
a:hover,
.link: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, .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: #2d3142;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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


a:hover,
.link: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, .h1,
h2,
.h2,
h3,
.h3,
.blog-share .blog-share__title,
h4,
.h4,
.blog-index .blog-title,
h5,
.h5,
.cart-fullness p,
h6,
.h6,
.actionBar-section .form-label,
.productView-details__promotion,
.productView-details__size-message,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

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

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

a, .link {
  color: #009639;
  line-height: inherit; }
  
  a:hover,
  .link:hover, a:focus, .link:focus {
    color: #009639;
    text-decoration: underline; }

p {
  line-height: 30px;
  margin-bottom: 1.5rem; }

h1, .h1,
h2,
.h2,
h3,
.h3,
.blog-share .blog-share__title,
h4,
.h4,
.blog-index .blog-title,
h5,
.h5,
.cart-fullness p,
h6,
.h6,
.actionBar-section .form-label,
.productView-details__promotion,
.productView-details__size-message {
  color: #2d3142;
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small, .h1 small,
  h2 small,
  .h2 small,
  h3 small,
  .h3 small,
  .blog-share .blog-share__title small,
  h4 small,
  .h4 small,
  .blog-index .blog-title small,
  h5 small,
  .h5 small,
  .cart-fullness p small,
  h6 small,
  .h6 small,
  .actionBar-section .form-label small,
  .productView-details__promotion small,
  .productView-details__size-message small {
    color: #989898;
    font-size: 12px;
    line-height: 0; }

h1, .h1 {
  font-size: 64px; }


h2,
.h2 {
  font-size: 64px; }


h3,
.h3,
.blog-share .blog-share__title {
  font-size: 32px; }


h4,
.h4,
.blog-index .blog-title {
  font-size: 20px; }


h5,
.h5,
.cart-fullness p {
  font-size: 16px; }


h6,
.h6,
.actionBar-section .form-label,
.productView-details__promotion,
.productView-details__size-message {
  font-size: 16px; }

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

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

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

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

small {
  font-size: 12px;
  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.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #4f4f4f;
    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.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .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 #e8e8e8;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #f2f2f2; }
    .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 #e8e8e8; }

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

.table-tbody tr {
  border-bottom: 1px solid #e8e8e8; }
  .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, .productView__Stock-notify-box#instock-notify-box .btn.newsletter {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: transparent;
  border-color: #009639;
  color: #009639;
  font-size: 1rem;
  padding: 20px 10px;
  border-radius: 10px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .productView__Stock-notify-box#instock-notify-box .btn.newsletter:hover, .button:focus, .productView__Stock-notify-box#instock-notify-box .btn.newsletter:focus, .button.is-active, .productView__Stock-notify-box#instock-notify-box .is-active.btn.newsletter, .button.active, .productView__Stock-notify-box#instock-notify-box .active.btn.newsletter {
    background-color: transparent;
    border-color: #009639;
    color: white; }
  .button:active, .productView__Stock-notify-box#instock-notify-box .btn.newsletter:active {
    background-color: transparent;
    border: 2px solid #009639;
    color: white; }
  .button:focus, .productView__Stock-notify-box#instock-notify-box .btn.newsletter:focus, .button.is-active, .productView__Stock-notify-box#instock-notify-box .is-active.btn.newsletter, .button.active, .productView__Stock-notify-box#instock-notify-box .active.btn.newsletter {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button, .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .button, .productView__Stock-notify-box#instock-notify-box .button + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .btn.newsletter {
      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: white;
  border-color: #009639;
  color: #009639; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #009639;
    border-color: #009639;
    color: white; }
  .button--primary:active {
    background-color: #009639;
    border: 2px solid #009639;
    color: white; }

.button--tertiary:hover, .button--tertiary:focus, .button--tertiary.is-active, .button--tertiary.active {
  border-color: #2d3142;
  color: #2d3142; }

.button--tertiary:active {
  border: 2px solid #2d3142;
  color: #2d3142; }

.button[disabled], .productView__Stock-notify-box#instock-notify-box .btn.newsletter[disabled] {
  background-color: #dadada;
  border-color: #dadada;
  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.5625rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab, .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .button--slab {
    margin-left: 0; }

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

/*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, .productView__Stock-notify-box#instock-notify-box .buttonGroup > .btn.newsletter {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child, .productView__Stock-notify-box#instock-notify-box .buttonGroup > .btn.newsletter:first-child {
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px; }
    .buttonGroup > .button:last-child, .productView__Stock-notify-box#instock-notify-box .buttonGroup > .btn.newsletter:last-child {
      border-bottom-right-radius: 10px;
      border-right-width: 2px;
      border-top-right-radius: 10px; }

/*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: #e8e8e8;
  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: #e8e8e8;
  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.375rem 0.75rem; }
  .dropdown-menu-item a, .dropdown-menu-item .link {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a, .dropdown-menu-item .link {
    margin: -0.375rem; }

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

.form-input, .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], #storemapper input[type=text] {
  appearance: none;
  background-color: white;
  border-color: #2d3142;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  color: #2d3142;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 60px;
  margin: 0;
  padding: 15px 10px;
  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, .productView__Stock-notify-box#instock-notify-box ul li input:disabled[type="email"], #storemapper input:disabled[type=text] {
    background-color: white;
    color: #a5a5a5;
    cursor: not-allowed; }
  .form-input[readonly], .productView__Stock-notify-box#instock-notify-box ul li input[readonly][type="email"], #storemapper input[readonly][type=text] {
    background-color: #f8f8f8;
    border-color: #454545;
    color: #989898;
    cursor: text; }
  .form-input:focus, .productView__Stock-notify-box#instock-notify-box ul li input:focus[type="email"], #storemapper input:focus[type=text] {
    border-color: #989898;
    outline: none; }
  .form-input[rows], .productView__Stock-notify-box#instock-notify-box ul li input[rows][type="email"], #storemapper input[rows][type=text] {
    height: auto; }
  .form-input[type="search"], .productView__Stock-notify-box#instock-notify-box ul li input[type="search"][type="email"], #storemapper input[type="search"][type=text] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder, .productView__Stock-notify-box#instock-notify-box ul li input[type="email"]::-webkit-input-placeholder, #storemapper input[type=text]::-webkit-input-placeholder {
    color: #a5a5a5; }
  .form-input::-ms-clear, .productView__Stock-notify-box#instock-notify-box ul li input[type="email"]::-ms-clear, #storemapper input[type=text]::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder, .productView__Stock-notify-box#instock-notify-box ul li input[type="email"]::-moz-placeholder, #storemapper input[type=text]::-moz-placeholder {
    color: #a5a5a5; }
  .form-input:-ms-input-placeholder, .productView__Stock-notify-box#instock-notify-box ul li input:-ms-input-placeholder[type="email"], #storemapper input:-ms-input-placeholder[type=text] {
    color: #a5a5a5; }

/*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: 2px;
  border-color: #2d3142;
  color: #2d3142;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 15px;
  border-radius: 0;
  cursor: pointer;
  height: 60px;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 10px; }
  .form-select:focus {
    border-color: #989898; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #989898; }

/*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 #454545;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

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

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

.form-checkbox + .form-label::after {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #009639;
  content: "";
  font-size: 14px;
  line-height: 1;
  text-align: center; }

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

.form-radio + .form-label::after {
  background: #009639;
  border: 3px solid white;
  border-radius: 14px; }

/*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, .productView__Stock-notify-box#instock-notify-box ul li input.has-action[type="email"], #storemapper input.has-action[type=text] {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction, .productView__Stock-notify-box#instock-notify-box ul li input.has-action[type="email"] + .button--inputAction, #storemapper input.has-action[type=text] + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*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, .productView__Stock-notify-box#instock-notify-box ul li input.has-icon[type="email"], #storemapper input.has-icon[type=text] {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon, .productView__Stock-notify-box#instock-notify-box ul li input.has-icon[type="email"] + .icon, #storemapper input.has-icon[type=text] + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*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, .form-prefixPostfix .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .form-prefixPostfix input[type="email"], .form-prefixPostfix #storemapper input[type=text], #storemapper .form-prefixPostfix input[type=text] {
    flex: 1; }
  .form-prefixPostfix .button, .form-prefixPostfix .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-prefixPostfix .btn.newsletter {
    height: 3rem; }

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #454545;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  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, .productView__Stock-notify-box#instock-notify-box ul li .form-prefixPostfix-label--prefix + input[type="email"], #storemapper .form-prefixPostfix-label--prefix + input[type=text] {
    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 15px 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 15px; }

/*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: #009639;
    box-shadow: 0 0 4px rgba(0, 150, 57, 0.4); }

.switch-toggle {
  background-color: #989898;
  border: 1px solid #989898;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #d4cb49;
    border-color: #d4cb49; }
  .switch--checked .switch-toggle {
    background-color: #69d66f;
    border-color: #69d66f; }
  .switch--disabled .switch-toggle {
    background-color: #e8e8e8;
    border-color: #a5a5a5;
    cursor: default; }

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

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

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

.switch-description--off {
  color: #2d2d2d;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #989898; }

.switch-description--on {
  color: #989898;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: #2d2d2d; }

.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 #454545;
    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.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #69d66f; }

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

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

.form-field--success .form-input, .form-field--success .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .form-field--success input[type="email"], .form-field--success #storemapper input[type=text], #storemapper .form-field--success input[type=text],
.form-field--error .form-input,
.form-field--error .productView__Stock-notify-box#instock-notify-box ul li input[type="email"],
.productView__Stock-notify-box#instock-notify-box ul li .form-field--error input[type="email"],
.form-field--error #storemapper input[type=text],
#storemapper .form-field--error input[type=text],
.form-field--warning .form-input,
.form-field--warning .productView__Stock-notify-box#instock-notify-box ul li input[type="email"],
.productView__Stock-notify-box#instock-notify-box ul li .form-field--warning input[type="email"],
.form-field--warning #storemapper input[type=text],
#storemapper .form-field--warning input[type=text] {
  float: left; }

.form-field--success .form-input, .form-field--success .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .form-field--success input[type="email"], .form-field--success #storemapper input[type=text], #storemapper .form-field--success input[type=text],
.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: #69d66f; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #69d66f; }

.form-field--success .form-input-indicator > svg {
  fill: #69d66f; }


.form-field--error .form-input,
.form-field--error .productView__Stock-notify-box#instock-notify-box ul li input[type="email"],
.productView__Stock-notify-box#instock-notify-box ul li .form-field--error input[type="email"],
.form-field--error #storemapper input[type=text],
#storemapper .form-field--error input[type=text],
.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: #f37d30; }

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

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


.form-field--warning .form-input,
.form-field--warning .productView__Stock-notify-box#instock-notify-box ul li input[type="email"],
.productView__Stock-notify-box#instock-notify-box ul li .form-field--warning input[type="email"],
.form-field--warning #storemapper input[type=text],
#storemapper .form-field--warning input[type=text],
.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: #d4cb49; }

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

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

/*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: #f2f2f2;
  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: #f2f2f2; }
  .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: #2d3142;
  float: left;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb:hover a, .breadcrumb:hover .link, .breadcrumb:focus a, .breadcrumb:focus .link {
    text-decoration: none; }
  .breadcrumb a, .breadcrumb .link {
    color: #2d3142; }
  .breadcrumb.current {
    color: #2d3142;
    cursor: default; }
    .breadcrumb.current a, .breadcrumb.current .link {
      color: #2d3142;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:hover .link, .breadcrumb.current:focus, .breadcrumb.current:focus a, .breadcrumb.current:focus .link {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #a5a5a5; }
    .breadcrumb.unavailable a, .breadcrumb.unavailable .link {
      color: #a5a5a5; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a,
    .breadcrumb.unavailable:hover .link, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus,
    .breadcrumb.unavailable .link:focus {
      color: #a5a5a5;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #2d3142;
    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;
  text-decoration: none; }
  .breadcrumb-label:hover {
    color: #4f4f4f;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #2d3142;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #a5a5a5;
    cursor: default; }

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

.tab.is-active .tab-title {
  color: #2d3142;
  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: #2d2d2d;
  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: #2d3142;
  font-size: 15px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #989898;
    font-size: 1rem; }
    .pagination-list li a, .pagination-list li .link, .pagination-list li button {
      border-radius: 10px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #2d3142;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 12px 17px; }
  .pagination-list li {
    display: block; }

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

li.pagination-item--current a, li.pagination-item--current .link, li.pagination-item--current button {
  color: #2d3142;
  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.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button, .alertBox .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .alertBox .btn.newsletter {
    margin: 0 0 0 0.75rem; }

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #4f4f4f; }

/*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: #e8e8e8 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

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

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

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

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a,
.accordion-navigation--success.is-open > .link {
  color: #69d66f; }

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 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 #e8e8e8;
  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 #e8e8e8;
  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 #e8e8e8;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button, .modal-footer .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .modal-footer .btn.newsletter {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button, .modal-footer .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .modal-footer .btn.newsletter {
        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: 64px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.25rem;
    width: 1.25rem; }

@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: 10px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.375rem 0.75rem; }

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

.loadingOverlay {
  background: rgba(45, 45, 45, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #989898 #989898;
    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, .actionBar .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .actionBar .btn.newsletter {
    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: right; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input,
    .actionBar-section .productView__Stock-notify-box#instock-notify-box ul li input[type="email"],
    .productView__Stock-notify-box#instock-notify-box ul li .actionBar-section input[type="email"],
    .actionBar-section #storemapper input[type=text],
    #storemapper .actionBar-section input[type=text] {
      display: inline-block;
      width: 12.5rem; } }

@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: 30px;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #454545;
  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: #989898; }

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

.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: #2d3142; }

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

/* 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%;
  margin-top: -10px;
  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: #989898;
  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-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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: rgba(255, 255, 255, 0.5);
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 1; }

.slick-next,
.slick-prev {
  height: 3.8125rem;
  margin-top: -1.875rem;
  padding: 0.625rem;
  width: 2.5rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjMkQyRDJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }
  .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.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 1rem;
    width: 1rem;
    margin: 0; }
    @media (min-width: 1025px) {
      .slick-dots li {
        height: 2rem;
        width: 2rem;
        padding: 0.3125rem; } }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.5rem;
      width: 0.5rem;
      border-radius: 50%; }
      @media (min-width: 1025px) {
        .slick-dots li button,
        .slick-dots li button::before {
          height: 0.875rem;
          width: 0.875rem; } }
    .slick-dots li button {
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle;
      background: rgba(255, 255, 255, 0.5); }
      .slick-dots li button:hover::before {
        background: rgba(255, 255, 255, 0.5); }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: white; }

.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: #989898;
  height: 0.3125rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000; }

html,
body {
  height: auto; }

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

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

figcaption {
  color: #a5a5a5;
  margin-top: 0.75rem; }

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

h1, .h1 {
  font-weight: 700; }

p:empty {
  margin: 0;
  padding: 0;
  line-height: 0; }

.text-shadow, .landing-header .landing-title h1, .landing-header .landing-title .h1, .c-section--wide .c-section__title, .c-section--banner .c-section__title, .c-section--butcher-block .c-section__title {
  color: white;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); }


h2,
.h2,
h3,
.h3,
.blog-share .blog-share__title,
h4,
.h4,
.blog-index .blog-title {
  font-weight: 500; }

h1, .h1,
h2,
.h2,
h3,
.h3,
.blog-share .blog-share__title,
h4,
.h4,
.blog-index .blog-title,
h5,
.h5,
.cart-fullness p,
h6,
.h6,
.actionBar-section .form-label,
.productView-details__promotion,
.productView-details__size-message {
  margin-top: 2.25rem; }


h2,
.h2,
h3,
.h3,
.blog-share .blog-share__title,
h4,
.h4,
.blog-index .blog-title,
h5,
.h5,
.cart-fullness p,
h6,
.h6,
.actionBar-section .form-label,
.productView-details__promotion,
.productView-details__size-message {
  text-shadow: none; }


h4,
.h4,
.blog-index .blog-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  text-transform: uppercase; }


h5,
.h5,
.cart-fullness p {
  font-weight: 700;
  text-transform: uppercase; }


h6,
.h6,
.actionBar-section .form-label,
.productView-details__promotion,
.productView-details__size-message {
  font-weight: 400; }

a, .link {
  transition: color 0.15s ease;
  text-decoration: none; }

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

.page-heading {
  margin: 20px 0;
  font-size: 24px;
  text-align: center; }
  @media (min-width: 1025px) {
    .page-heading {
      font-size: 32px; } }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  font-size: 12px;
  line-height: 15px;
  color: #2D3142;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }
  .definitionList-key.truncate {
    display: block;
    width: 112px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.definitionList-value {
  margin: 0;
  line-height: 15px;
  font-size: 12px; }
  .definitionList-value.truncate {
    display: block;
    width: 95px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.form-select {
  appearance: none;
  background-image: url("../img/vendor/gorilla/dropdown.png");
  background-position: 94% center;
  border-radius: 10px;
  padding: 15px 3rem 15px 10px; }

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

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

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e8e8e8; }
  .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, .table-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .table-actions .btn.newsletter {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button, .table-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .table-actions .btn.newsletter {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button, .table-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .button, .productView__Stock-notify-box#instock-notify-box .table-actions .btn.newsletter + .button, .table-actions .productView__Stock-notify-box#instock-notify-box .button + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .table-actions .button + .btn.newsletter, .table-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .table-actions .btn.newsletter + .btn.newsletter {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #e8e8e8;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e8e8e8;
    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 #e8e8e8; }
    .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, .dropdown-menu-item:first-child > .link {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a, .dropdown-menu-item:last-child > .link {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a, .dropdown-menu-item > .link {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

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

.modal-header-title {
  font-size: 22px;
  text-align: center; }

.modal__box-fullness-message {
  text-align: center; }
  .modal__box-fullness-message h6, .modal__box-fullness-message .h6, .modal__box-fullness-message .actionBar-section .form-label, .actionBar-section .modal__box-fullness-message .form-label, .modal__box-fullness-message .productView-details__promotion, .modal__box-fullness-message .productView-details__size-message {
    margin-top: 0; }

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

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

.swal2-container .link {
  margin-top: 10px; }
  .swal2-container .link a, .swal2-container .link .link {
    text-decoration: none;
    color: #009639;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    font-family: "Zilla Slab", serif; }
    .swal2-container .link a:link, .swal2-container .link .link:link, .swal2-container .link a:visited, .swal2-container .link .link:visited, .swal2-container .link a:hover, .swal2-container .link .link:hover {
      text-decoration: none;
      color: #009639; }

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center; }
  @media (min-width: 1025px) {
    .breadcrumbs {
      display: block;
      margin: 11px 0 0px 160px;
      text-align: left; } }

.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; }
    font-weight .pagination-item .pagination-link:hover {
      color: #4f4f4f; }
  .pagination-item.pagination-item--current {
    border-width: 2px;
    border-color: #dedede;
    border-radius: 10px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--previous > .link, .pagination-item.pagination-item--next > a, .pagination-item.pagination-item--next > .link {
    color: #009639;
    font-weight: 500; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--previous > .link:hover, .pagination-item.pagination-item--next > a:hover, .pagination-item.pagination-item--next > .link:hover {
      color: #a5a5a5; }
    .pagination-item.pagination-item--previous > a .icon, .pagination-item.pagination-item--previous > .link .icon, .pagination-item.pagination-item--next > a .icon, .pagination-item.pagination-item--next > .link .icon {
      margin: 0 5px; }

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

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #989898;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .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, .productView__Stock-notify-box#instock-notify-box .btn.newsletter {
  line-height: 1rem;
  transition: all 0.15s ease;
  min-width: 250px; }
  .button + .button, .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .button, .productView__Stock-notify-box#instock-notify-box .button + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .btn.newsletter {
    margin-left: 0; }
    @media (min-width: 1025px) {
      .button + .button, .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .button, .productView__Stock-notify-box#instock-notify-box .button + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .btn.newsletter {
        margin-left: 0.75rem; } }
  .button:hover, .productView__Stock-notify-box#instock-notify-box .btn.newsletter:hover {
    text-decoration: none; }

.button[disabled], .productView__Stock-notify-box#instock-notify-box .btn.newsletter[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #4f4f4f; }

.tab {
  border-top: 1px solid #e8e8e8;
  float: none; }
  @media (min-width: 1025px) {
    .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: 1025px) {
      .tab.is-active {
        border: 1px solid #e8e8e8;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 1025px) {
    .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; }

.accordion {
  border-radius: 10px;
  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: 1025px) {
  .accordion--navList {
    border: 0; } }

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

@media (min-width: 1025px) {
  .accordion--navList .accordion-block {
    padding: 20px 0 30px;
    background: url("../img/dot.svg");
    background-size: 8px 3px;
    background-position-y: bottom;
    background-repeat: repeat-x; }
    .accordion--navList .accordion-block:first-child {
      padding: 20px 0; }
      .accordion--navList .accordion-block:first-child:before {
        content: ' ';
        display: block;
        width: 100%;
        height: 3px;
        margin-bottom: 30px;
        background: url("../img/dot.svg");
        background-size: 8px 3px;
        background-position-y: top;
        background-repeat: repeat-x; } }

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

@media (min-width: 1025px) {
  .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: 1025px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.75rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }
  @media (min-width: 1025px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

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

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

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

.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.875rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a, .accordion-navigation-actions > .link {
    color: #989898;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover, .accordion-navigation-actions > .link:hover {
      color: #4f4f4f; }

.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: #4f4f4f; }

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

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

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

.form-inlineMessage {
  display: block; }


.form-field--error .form-input,
.form-field--error .productView__Stock-notify-box#instock-notify-box ul li input[type="email"],
.productView__Stock-notify-box#instock-notify-box ul li .form-field--error input[type="email"],
.form-field--error #storemapper input[type=text],
#storemapper .form-field--error input[type=text] {
  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(243, 125, 48, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.form-field--success .form-input[type="text"], .form-field--success .productView__Stock-notify-box#instock-notify-box ul li input[type="text"][type="email"], .productView__Stock-notify-box#instock-notify-box ul li .form-field--success input[type="text"][type="email"], .form-field--success #storemapper input[type="text"][type=text], #storemapper .form-field--success input[type="text"][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(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem 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.3125rem; }

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

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

.form-checkbox + .form-label::before {
  height: 22px;
  width: 22px;
  top: 0; }

.form-checkbox + .form-label::after {
  background-color: #009639;
  height: 12px;
  width: 12px;
  top: 5px;
  left: 5px;
  border-radius: 2px; }

.form-radio + .form-label::before {
  top: -1px; }

.form-radio + .form-label::after {
  top: 6px;
  left: 7px;
  border: 0; }

.form-actions {
  margin: 0 auto;
  max-width: 77rem;
  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 .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter,
  .form-actions input,
  .form-actions a,
  .form-actions .link {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button, .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter,
      .form-actions input,
      .form-actions a,
      .form-actions .link {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button, .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .button, .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter + .button, .form-actions .productView__Stock-notify-box#instock-notify-box .button + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-actions .button + .btn.newsletter, .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter + .btn.newsletter,
    .form-actions .button + input,
    .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + input,
    .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter + input,
    .form-actions .button + a,
    .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + a,
    .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter + a,
    .form-actions .button + .link,
    .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .link,
    .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter + .link,
    .form-actions input + .button,
    .form-actions .productView__Stock-notify-box#instock-notify-box input + .btn.newsletter,
    .productView__Stock-notify-box#instock-notify-box .form-actions input + .btn.newsletter,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions input + .link,
    .form-actions a + .button,
    .form-actions .link + .button,
    .form-actions .productView__Stock-notify-box#instock-notify-box a + .btn.newsletter,
    .productView__Stock-notify-box#instock-notify-box .form-actions a + .btn.newsletter,
    .form-actions .productView__Stock-notify-box#instock-notify-box .link + .btn.newsletter,
    .productView__Stock-notify-box#instock-notify-box .form-actions .link + .btn.newsletter,
    .form-actions a + input,
    .form-actions .link + input,
    .form-actions a + a,
    .form-actions .link + a,
    .form-actions a + .link,
    .form-actions .link + .link {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button, .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .button, .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter + .button, .form-actions .productView__Stock-notify-box#instock-notify-box .button + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-actions .button + .btn.newsletter, .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter + .btn.newsletter,
        .form-actions .button + input,
        .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + input,
        .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter + input,
        .form-actions .button + a,
        .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + a,
        .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter + a,
        .form-actions .button + .link,
        .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .link,
        .productView__Stock-notify-box#instock-notify-box .form-actions .btn.newsletter + .link,
        .form-actions input + .button,
        .form-actions .productView__Stock-notify-box#instock-notify-box input + .btn.newsletter,
        .productView__Stock-notify-box#instock-notify-box .form-actions input + .btn.newsletter,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions input + .link,
        .form-actions a + .button,
        .form-actions .link + .button,
        .form-actions .productView__Stock-notify-box#instock-notify-box a + .btn.newsletter,
        .productView__Stock-notify-box#instock-notify-box .form-actions a + .btn.newsletter,
        .form-actions .productView__Stock-notify-box#instock-notify-box .link + .btn.newsletter,
        .productView__Stock-notify-box#instock-notify-box .form-actions .link + .btn.newsletter,
        .form-actions a + input,
        .form-actions .link + input,
        .form-actions a + a,
        .form-actions .link + a,
        .form-actions a + .link,
        .form-actions .link + .link {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 0.875rem; }

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

.form-select--small,
.form-select--date {
  background-position: 94% center;
  background-size: 1.125rem;
  font-size: 14px;
  height: auto;
  line-height: 1rem;
  max-width: 20rem;
  padding: 10px 0.75rem;
  padding-right: 2rem; }

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

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

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

.form-field-group {
  border: 2px solid #2d3142;
  border-radius: 10px;
  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 .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .form-prefixPostfix input[type="email"], .form-prefixPostfix #storemapper input[type=text], #storemapper .form-prefixPostfix input[type=text], .form-prefixPostfix .button, .form-prefixPostfix .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-prefixPostfix .btn.newsletter {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input, .form-prefixPostfix .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .form-prefixPostfix input[type="email"], .form-prefixPostfix #storemapper input[type=text], #storemapper .form-prefixPostfix input[type=text] {
    width: auto; } }

.form-prefixPostfix .button, .form-prefixPostfix .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-prefixPostfix .btn.newsletter {
  height: auto; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .button, .form-prefixPostfix .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-prefixPostfix .btn.newsletter {
      width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @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 {
  position: relative; }
  .form-increment .form-increment-btns {
    display: flex;
    flex-direction: column;
    padding-right: 10px; }
  .form-increment .button, .form-increment .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-increment .btn.newsletter {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
    border: 0;
    color: #2d3142;
    font-size: 26px;
    border-radius: 0; }
    .form-increment .button .icon, .form-increment .productView__Stock-notify-box#instock-notify-box .btn.newsletter .icon, .productView__Stock-notify-box#instock-notify-box .form-increment .btn.newsletter .icon {
      width: 26px;
      height: 26px; }

.form-input--incrementTotal {
  border: 2px solid #dfdfdf;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: 60px;
  width: 60px;
  text-align: center;
  vertical-align: middle; }

.form-option {
  border: 2px solid #2d3142;
  border-radius: 10px;
  color: #2d3142;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 8px 0;
  transition: all 0.15s ease; }
  .form-radio:checked + .form-option, .form-option:hover {
    background-color: #009639;
    color: white;
    border-color: #009639; }

.form-option-variant {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  min-width: 4.375rem;
  padding: 0 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }

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

.form-input--small {
  font-size: 14px;
  height: auto;
  line-height: 1rem;
  padding: 10px 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 {
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .form-field--number {
    position: relative;
    float: left; }
    .form-minMaxRow .form-field--number + .form-field--number {
      margin-left: 75px; }
  .form-minMaxRow .form-input, .form-minMaxRow .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .form-minMaxRow input[type="email"], .form-minMaxRow #storemapper input[type=text], #storemapper .form-minMaxRow input[type=text] {
    position: relative;
    left: 36px;
    width: 80px;
    height: 60px;
    border-color: #dedede; }
    .form-minMaxRow .form-input:focus, .form-minMaxRow .productView__Stock-notify-box#instock-notify-box ul li input:focus[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .form-minMaxRow input:focus[type="email"], .form-minMaxRow #storemapper input:focus[type=text], #storemapper .form-minMaxRow input:focus[type=text] {
      border-color: #2d3142; }
  .form-minMaxRow .button, .form-minMaxRow .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .form-minMaxRow .btn.newsletter {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
  .form-minMaxRow .button--qty {
    position: absolute;
    left: 7px;
    padding: 0; }
    .form-minMaxRow .button--qty + .button--qty {
      top: 33px; }
  .form-minMaxRow .icon {
    font-size: 26px;
    width: 26px;
    height: 26px; }
  .form-minMaxRow .button--update {
    margin-top: 17px;
    font-weight: 700; }

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

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative;
  visibility: hidden;
  height: 0px;
  width: 0px; }
  [data-product-attribute] .form-option.unavailable {
    border: 1px solid #a5a5a5;
    opacity: 0.8;
    pointer-events: none;
    display: none; }
  [data-product-attribute] .form-option.available {
    pointer-events: inherit;
    visibility: visible;
    height: auto;
    width: auto; }

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

.card-figure {
  margin-top: 0; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.125s ease-in; }
  @media (min-width: 1025px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  padding: 13px 16px;
  pointer-events: all;
  transform: translate3d(0, -50%, 0);
  border: 2px solid white;
  border-radius: 10px; }

.card-image {
  border: 0;
  display: flex;
  margin: auto;
  width: auto; }

.card-title {
  margin: 0 0 0.25rem; }
  .card-title > a, .card-title > .link {
    color: #2d2d2d;
    text-decoration: none; }
    .card-title > a:hover, .card-title > .link:hover {
      color: #a5a5a5; }

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

.card-text__from + div {
  display: inline; }

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

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

.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: #009639; }
    .card--alternate:hover .card-body {
      background-color: #009639; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a, .card--alternate:hover .card-title > .link {
      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.375rem;
  padding-left: 40px;
  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 #2d3142;
    border-width: 2px;
    height: 1.5rem;
    left: 0;
    top: 0;
    width: 1.5rem; }
  .navList-action--checkbox::after {
    height: 14px;
    left: 2px;
    opacity: 0;
    top: 2px;
    transform: scale(0);
    width: 14px; }
  .navList-action--checkbox::before {
    border-radius: 6px; }
  .navList-action--checkbox::after {
    background-image: none;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: #009639;
    content: "";
    font-size: 14px;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.75rem; }
  .navList-action--checkbox:after {
    margin-top: -0.6875rem; }
  .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 {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    top: 20px;
    left: 6px;
    background-color: #009639;
    opacity: 1;
    transform: scale(1); }
  .navList-action--checkbox:hover {
    text-decoration: none; }

.navList-action-close {
  background: #f2f2f2;
  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: 0.8125rem;
    width: 0.8125rem;
    fill: #009639; }
  .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: 1025px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #2d3142; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 1025px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #989898;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #2d3142;
    font-size: 18px;
    padding: 0;
    display: inline-block; }
    .navBar--sub .navBar-action:hover, .navBar--sub .navBar-action:focus {
      text-decoration: none;
      background: url("../img/dot.svg");
      background-size: 8px 3px;
      background-position-y: bottom;
      background-repeat: repeat-x; }

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

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

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

.actionBar-section .form-field {
  position: relative;
  background-color: white;
  border-radius: 10px;
  overflow: hidden; }

.actionBar-section .form-label {
  margin: 0 13px; }


.actionBar-section .form-input,
.actionBar-section .productView__Stock-notify-box#instock-notify-box ul li input[type="email"],
.productView__Stock-notify-box#instock-notify-box ul li .actionBar-section input[type="email"],
.actionBar-section #storemapper input[type=text],
#storemapper .actionBar-section input[type=text],
.actionBar-section .form-select {
  padding-left: 15px;
  min-width: 290px; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .productView__Stock-notify-box#instock-notify-box ul li input[type="email"],
.productView__Stock-notify-box#instock-notify-box ul li .actionBar-section input[type="email"],
.actionBar-section #storemapper input[type=text],
#storemapper .actionBar-section input[type=text],
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  border-color: #dedede; }

.actionBar-section .form-select__wrapper {
  display: inline-block;
  position: relative; }
  .actionBar-section .form-select__wrapper::after {
    position: absolute;
    top: 0;
    right: 17%;
    content: '';
    height: 40px;
    border-left: 2px solid #dedede; }

.has-ribbon {
  position: relative; }

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

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 30px;
  width: 100%;
  z-index: 5;
  letter-spacing: 0.6px; }
  .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: 1025px) {
    .navUser {
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50;
      background-color: #009639;
      background-image: url("../img/texture.png"); } }
  .navUser .dropdown-menu {
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    border-radius: 0 0 20px 20px;
    position: absolute; }

.navUser__our-story {
  float: left;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0 0 0 40px;
  font-weight: 500; }
  .navUser__our-story + .navUser__our-story {
    padding-left: 5px; }

.navUser-action {
  position: relative;
  color: white;
  font-weight: 500;
  font-size: 12px;
  padding: 17px 15px;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:focus, .navUser-action:hover, .navUser-action.is-open {
    color: white; }
  .navUser-action.is-open::before {
    position: absolute;
    left: 50%;
    top: 46px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    content: ' ';
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: transparent; }
  .navUser-action .icon {
    position: relative;
    top: -2px;
    font-size: 20px;
    color: #009639; }
    .navUser-action .icon + span {
      padding-left: 7px; }
    .navUser-action .icon + .navUser__our-story {
      display: none; }
      @media (min-width: 1025px) {
        .navUser-action .icon + .navUser__our-story {
          display: block;
          padding-left: 40px; } }
    @media (min-width: 1025px) {
      .navUser-action .icon {
        font-size: 18px;
        color: white; } }
  .navUser-action .navUser__icon-glatt {
    position: absolute;
    font-size: 40px;
    top: 5px; }
  .navUser-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }

.navUser-subMenu-action {
  color: #2d3142;
  font-size: 1rem;
  font-weight: 400;
  text-transform: capitalize; }
  .navUser-subMenu-action:hover {
    color: #009639; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 8.875rem !important; }

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

@media (min-width: 1025px) {
  .navUser-item.navUser-item--social {
    margin-top: 0.3125rem;
    padding-right: 0.3125rem; }
  .navUser-item.navUser-item--divider {
    font-size: 1.5625rem;
    margin-top: 0.5rem;
    padding-left: 0.125rem; } }

.navUser-section:first-child {
  padding-left: 20px; }
  @media (min-width: 1025px) {
    .navUser-section:first-child {
      padding-left: 0; } }

.navUser-section--alt .navUser-item {
  display: none; }
  @media (min-width: 1025px) {
    .navUser-section--alt .navUser-item {
      display: block; } }

.navUser-section--alt .navUser-item--cart {
  display: block; }

.navUser-item--cart {
  display: block;
  position: relative; }
  .navUser-item--cart .navUser-action {
    color: white; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: white; }
  .navUser-item--cart .dropdown-menu {
    min-width: 380px; }
    .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: 35px; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 37px; }

.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: white;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  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 #e8e8e8 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.quickSearch-wrapper {
  position: relative; }

.dropdown--quickSearch {
  background-color: white;
  padding: 11px 0; }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 20; }
  .dropdown--quickSearch .form {
    position: relative;
    margin: auto;
    padding: 0 0 0 135px;
    max-width: 81rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input, .dropdown--quickSearch .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .dropdown--quickSearch input[type="email"], .dropdown--quickSearch #storemapper input[type=text], #storemapper .dropdown--quickSearch input[type=text] {
    font-size: 20px;
    height: unset;
    border: 0; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    .dropdown--quickSearch .productGrid .card-title {
      font-size: 16px;
      line-height: 17px;
      font-weight: 700;
      color: #2D3142;
      text-transform: uppercase; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  color: #009639;
  display: none;
  font-size: 12px;
  font-weight: 700;
  height: 18px;
  line-height: 18px;
  margin-left: 7px;
  text-align: center; }
  @media (min-width: 1025px) {
    .countPill {
      color: white; } }

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

.countPill--alt {
  background-color: #dfdfdf;
  color: #454545; }

#cart-preview-dropdown {
  top: 51px !important;
  left: -325px !important; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #dfdfdf;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

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

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

.navPages {
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem 1.5rem 0 1.5rem; }
  @media (min-width: 1025px) {
    .navPages {
      margin: 0 auto;
      max-width: 77rem;
      width: 100%;
      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: 1025px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 1025px) {
      .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: 1025px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 77rem;
        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: 1025px) {
    .navPages-list {
      display: inline-block;
      margin-left: 115px !important;
      float: left; } }
  @media screen and (min-width: 1025px) and (max-width: 1300px) {
    .navPages-list {
      margin-left: 160px !important;
      float: left; } }
  .navPages-list + .navPages-list {
    background: url("../img/dot.svg");
    background-size: 8px 3px;
    background-position-y: top;
    background-repeat: repeat-x;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

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

.navPages-item--quickSearch {
  display: none; }
  @media (min-width: 1025px) {
    .navPages-item--quickSearch {
      display: block; }
      .navPages-item--quickSearch .navPages-action {
        padding-right: 20px;
        padding-bottom: 0; } }
  @media (min-width: 1261px) {
    .navPages-item--quickSearch .navPages-action {
      padding-right: 0; } }

@media (min-width: 1025px) {
  .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 #2d3142;
  text-align: center; }
  @media (min-width: 1025px) {
    .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: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        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: 1025px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #009639;
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 1025px) {
    .navPages-action {
      display: inline-block;
      padding: 46px 29px; }
      .navPages-action:first-child {
        padding-left: 0; }
      .navPages-action.is-open svg {
        fill: #009639;
        stroke: #009639; } }
  @media screen and (min-width: 1025px) and (max-width: 1260px) {
    .navPages-action {
      font-size: 12px;
      padding-right: 20px; } }
  .navPages-action:hover {
    color: #009639; }
    .navPages-action:hover svg {
      fill: #009639;
      stroke: #009639; }
  .navPages-action svg {
    fill: #009639;
    stroke: #009639;
    transition: all 0.15s ease; }
  .navPages-action.has-subMenu::after {
    display: inline-block;
    margin-left: 7px;
    font-family: "boilerplate";
    font-size: 12px;
    content: '\e907';
    transition: all 0.125s ease-in; }
    @media (min-width: 1025px) {
      .navPages-action.has-subMenu::after {
        display: none; } }
  .navPages-action.has-subMenu.is-open::after {
    transform: rotate(90deg); }

.navPages-action__divider {
  color: #009639; }

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

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

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

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

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      margin-left: -50px;
      min-width: 260px;
      background-color: white;
      padding: 20px 52px 27px 38px !important;
      position: absolute;
      border-top: 1px solid;
      text-align: left;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
      .navUser .navPage-subMenu {
        border-top: 0; }
      .navPage-subMenu.is-open {
        display: block; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

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

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #dfdfdf;
    display: inherit;
    height: 15.125rem;
    margin-left: 13.4375rem;
    padding: 0 !important;
    top: 0;
    width: 14.4375rem; } }

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

.navPage-subMenu-item .navPages-action {
  text-transform: none;
  width: 100%; }

.navPage-subMenu-item > .navPage-subMenu-action {
  color: #2d3142;
  font-weight: 400; }
  .navPage-subMenu-item > .navPage-subMenu-action:hover {
    color: #009639; }

@media (min-width: 1025px) {
  .navPage-subMenu-item {
    padding: 0 0.75rem !important; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }

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

.navPages-quickSearch {
  margin-bottom: 0.75rem; }
  @media (min-width: 1025px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }
  .navPages-quickSearch .form-input, .navPages-quickSearch .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .navPages-quickSearch input[type="email"], .navPages-quickSearch #storemapper input[type=text], #storemapper .navPages-quickSearch input[type=text] {
    border-width: 1pt; }

.navPages-quickSearch__submit {
  position: absolute;
  top: 30px;
  right: 10px;
  padding-right: 0;
  transform: translateY(-40%);
  color: #009639; }
  @media (min-width: 1025px) {
    .navPages-quickSearch__submit {
      right: 0; } }

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

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

.navPages-list--support {
  margin: 0 -1.5rem;
  background-color: #009639; }
  @media (min-width: 1025px) {
    .navPages-list--support {
      display: none; } }
  .navPages-list--support li {
    display: flex;
    padding: 18px 1.5rem; }
  .navPages-list--support a, .navPages-list--support .link {
    flex: 1;
    color: white;
    font-weight: 600; }
    .navPages-list--support a + a, .navPages-list--support .link + a, .navPages-list--support a + .link, .navPages-list--support .link + .link {
      text-align: right; }
  .navPages-list--support .icon {
    display: inline-block;
    position: relative;
    top: -2px; }
    .navPages-list--support .icon + span {
      margin-left: 5px; }

.navPages__icon-search {
  font-size: 23px;
  font-weight: 600 !important; }
  .navPages__icon-search.is-open::before {
    content: '\e908'; }

.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, .tag .link {
    color: #009639;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none;
    font-weight: 700; }
    .tag a:hover, .tag .link:hover {
      color: #4f4f4f; }

.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.625rem;
    width: 1.625rem;
    font-size: 26px;
    margin: 0;
    text-decoration: none;
    color: #2d3142; }
    .socialLinks .icon:hover {
      color: #a5a5a5; }
      .socialLinks .icon:hover svg {
        fill: #a5a5a5; }
    .socialLinks .icon svg {
      fill: #2d3142;
      transition: all 0.15s ease; }

.addthis_toolbox a.at300b, .addthis_toolbox .at300b.link {
  width: 20px !important; }

.addthis_toolbox .pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

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

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

.heroCarousel {
  margin-bottom: 40px;
  margin-top: 0; }
  @media (min-width: 1025px) {
    .heroCarousel {
      margin-bottom: 60px; } }
  .js .heroCarousel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 600ms ease-out; }
  .heroCarousel.slick-initialized {
    max-height: 62.5rem;
    opacity: 1; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    display: none !important; }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 1025px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }

.heroCarousel-slide {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; }
  .heroCarousel-slide a, .heroCarousel-slide .link {
    overflow: hidden;
    height: 250px;
    text-decoration: none; }
    @media (min-width: 1025px) {
      .heroCarousel-slide a, .heroCarousel-slide .link {
        display: block;
        height: auto; } }

@media (min-width: 1261px) {
  .heroCarousel-slide--stretch {
    background-size: 100% 100%; } }

.heroCarousel-image {
  height: 250px;
  max-width: none; }
  @media (min-width: 551px) {
    .heroCarousel-image {
      height: auto;
      width: 100%;
      max-width: 100%; } }

.heroCarousel-content {
  text-align: center;
  left: 0;
  margin: 0 auto;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }
  .heroCarousel-content.heroCarousel-content--empty {
    background-color: transparent; }
  @media (min-width: 1025px) {
    .heroCarousel-content {
      padding: 2.25rem;
      width: 50rem; } }

.heroCarousel-title {
  color: white;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  text-transform: uppercase;
  margin-top: 0; }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 64px;
      line-height: 80px; } }

.heroCarousel-description {
  color: #2d2d2d;
  font-size: 12px; }
  .heroCarousel-description.gift-description {
    white-space: pre; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      font-size: 15px; } }
  .heroCarousel-description:empty {
    margin: 0; }

.heroCarousel-action {
  margin: 0;
  min-width: 150px;
  font-weight: 500; }
  @media (min-width: 1025px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }
  .heroCarousel-action.button--primary {
    border-color: white;
    padding: 20px 30px; }
    .heroCarousel-action.button--primary:hover, .heroCarousel-action.button--primary:focus {
      border-color: transparent; }

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

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

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

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

.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.1875rem; }
  @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: #a5a5a5;
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

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

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

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

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .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: 1025px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card {
    margin-bottom: 0;
    padding-top: 8px; }

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

.productReviews {
  margin-top: 30px; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  padding-top: 10px;
  font-size: 1rem;
  vertical-align: top; }

.productReview-title {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0;
  text-transform: none;
  font-size: 20px; }

.productReview-author {
  font-size: 11px;
  margin-bottom: 12px;
  line-height: 1rem; }

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

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

.productReviews-btn-wrapper .button, .productReviews-btn-wrapper .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .productReviews-btn-wrapper .btn.newsletter {
  min-width: 195px; }

@media (min-width: 1025px) {
  .productView {
    padding-top: 1rem; } }

.productView-description {
  background-image: url("../img/butcherblock.jpg");
  background-size: cover;
  margin-top: 2rem; }
  .productView-description .tabs-contents {
    margin-bottom: 0;
    background-color: white; }
  .productView-description .tab-content {
    margin: 0 auto;
    max-width: 1200px;
    width: 83.33333%;
    padding: 1.5rem 25px; }
    .productView-description .tab-content a, .productView-description .tab-content .link,
    .productView-description .tab-content .link {
      font-weight: 500; }

.productView-description__inner {
  position: relative;
  top: -37px; }

.productView-description__tabs {
  background-color: white;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px; }
  @media (min-width: 551px) {
    .productView-description__tabs {
      display: flex;
      justify-content: center; } }
  .productView-description__tabs .tab {
    border-top: 1px solid #DFDFE3; }
    .productView-description__tabs .tab:last-of-type {
      border-bottom: 1px solid #DFDFE3; }
    .productView-description__tabs .tab:first-of-type {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    @media (min-width: 551px) {
      .productView-description__tabs .tab {
        border: 1px solid #DFDFE3;
        width: 33.33333%; }
        .productView-description__tabs .tab:first-of-type {
          border-top-left-radius: 10px;
          border-top-right-radius: 0; }
        .productView-description__tabs .tab:last-of-type {
          border-top-right-radius: 10px; } }
    .productView-description__tabs .tab.is-active {
      border-color: #009639;
      background-color: #009639; }
      .productView-description__tabs .tab.is-active .tab-title {
        color: white; }
  .productView-description__tabs .tab-title {
    max-width: 150px;
    margin: 0 auto;
    position: relative;
    padding: 18px 10px;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #009639;
    text-align: center; }
    @media (min-width: 551px) {
      .productView-description__tabs .tab-title {
        max-width: 100%;
        margin: 0 20px; } }

.productView-image {
  margin: 0 -1.5rem 20px;
  align-items: center;
  display: flex;
  justify-content: center; }
  @media (min-width: 1025px) {
    .productView-image {
      margin: 0; } }
  .productView-image a, .productView-image .link,
  .productView-image img {
    width: 100%; }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }

.productView-thumbnails {
  position: absolute;
  bottom: .25rem;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 1025px) {
    .productView-thumbnails {
      bottom: 1rem; } }
  .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-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.productView-thumbnail-link {
  background-color: white;
  border-radius: 50%;
  border: 2px solid transparent;
  display: inline-block;
  text-align: center;
  width: 25px;
  height: 25px;
  font-weight: 500;
  transition: .3s all ease-in-out; }
  @media (min-width: 1025px) {
    .productView-thumbnail-link {
      border: 3px solid transparent;
      width: 30px;
      height: 30px; } }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: white;
    text-decoration: none;
    background-color: #009639; }
  .productView-thumbnail-link img {
    width: 100%;
    height: auto; }

.productView__related-products {
  text-align: center; }
  .productView__related-products .container {
    display: flex;
    flex-wrap: wrap; }
  .productView__related-products .card {
    width: 50%; }
  @media (min-width: 551px) {
    .productView__related-products .card {
      flex: 1;
      padding: 20px; } }

.productView-details {
  margin-bottom: 2rem;
  background: url(../img/dot.svg);
  background-size: 8px 3px;
  background-position-y: bottom;
  background-repeat: repeat-x; }
  .productView-details .addthis_toolbox {
    text-align: center; }
    @media (min-width: 551px) {
      .productView-details .addthis_toolbox {
        text-align: left; } }
    .productView-details .addthis_toolbox .socialLinks-item {
      margin-right: 17px; }

.productView-product {
  background: url("../img/dot.svg");
  background-size: 8px 3px;
  background-position-y: bottom;
  background-repeat: repeat-x;
  padding-bottom: 2rem; }
  .productView-product > :last-child {
    margin-bottom: 0; }

.order-title {
  color: #009639;
  font-weight: 700;
  font-family: "Zilla Slab", serif;
  font-size: 1.75rem;
  margin: .5rem 0 0; }

.unit-size-message {
  padding-bottom: 2rem; }

.productView-title {
  margin: 0;
  font-size: 24px;
  font-weight: 700; }
  @media (min-width: 1025px) {
    .productView-title {
      font-size: 32px; } }

.productView-brand {
  color: #989898;
  font-size: 15px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a, .productView-brand .link {
    color: #989898; }
    .productView-brand a:hover, .productView-brand .link:hover {
      color: #4f4f4f; }

.productView-price {
  display: none; }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-rating .icon {
  width: 20px;
  height: 20px; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: middle;
  padding: 0 15px 0 0; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto;
    margin-top: 20px; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        padding: 0 0 0 15px;
        border-left: 1px solid #2d3142;
        margin-top: 0; } }
  .productView-reviewLink > a, .productView-reviewLink > .link {
    font-weight: 500; }
    .productView-reviewLink > a:hover, .productView-reviewLink > .link:hover {
      color: #4f4f4f; }

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

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

.productView-options:before, .productView-options:after {
  content: " ";
  display: table; }

.productView-options:after {
  clear: both; }

@media (min-width: 551px) {
  .productView-options .form-input[type="number"], .productView-options .productView__Stock-notify-box#instock-notify-box ul li input[type="number"][type="email"], .productView__Stock-notify-box#instock-notify-box ul li .productView-options input[type="number"][type="email"], .productView-options #storemapper input[type="number"][type=text], #storemapper .productView-options input[type="number"][type=text] {
    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: 20px; }
  .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; }

.productView-options .form-field--increments {
  display: flex;
  align-items: center;
  padding-bottom: 1.5rem; }

.productView-options .form-action__wishlist {
  text-align: center; }
  @media (min-width: 551px) {
    .productView-options .form-action__wishlist {
      text-align: left; } }

.productView-options .form-action {
  float: left;
  padding: 0;
  width: 100%;
  clear: both; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      width: 100%; } }
  .productView-options .form-action .button, .productView-options .form-action .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .productView-options .form-action .btn.newsletter {
    width: 100%; }
    .productView-options .form-action .button.disabled, .productView-options .form-action .productView__Stock-notify-box#instock-notify-box .disabled.btn.newsletter, .productView__Stock-notify-box#instock-notify-box .productView-options .form-action .disabled.btn.newsletter {
      border-color: inherit; }
    @media (min-width: 1025px) {
      .productView-options .form-action .button, .productView-options .form-action .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .productView-options .form-action .btn.newsletter {
        margin-right: 0.75rem;
        width: 100%; } }

.productView-attributes {
  display: flex;
  justify-content: space-between;
  padding: 20px 0; }
  .productView-attributes li {
    float: left; }
  @media (min-width: 1025px) {
    .productView-attributes {
      padding-top: 20px; }
      .productView-attributes li {
        width: 70px; } }

.atribute {
  padding-bottom: 40px;
  text-align: center; }
  .atribute-desc {
    padding-bottom: 20px;
    font-family: "Zilla Slab", serif;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
    position: relative; }
    .atribute-desc:not(:last-of-type)::after {
      content: " ";
      width: 12px;
      height: 12px;
      margin-left: 2px;
      background: url(../img/dot-green.svg);
      background-size: 12px;
      background-position-y: 5px;
      background-repeat: no-repeat;
      display: inline-block; }

.productView__reset-button {
  display: none; }
  .productView__reset-button.has-options {
    display: block; }

.product-description {
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  width: 83.33333%;
  margin: 0 auto;
  padding: 1rem 0 3rem; }
  @media (min-width: 1025px) {
    .product-description {
      width: 83.33333%;
      padding: 3rem 0 5rem;
      font-size: 18px; } }
  .product-description .shipping {
    padding-top: 1rem; }

.productView__product-totals {
  display: none;
  font-size: 1rem;
  padding-top: 2.25rem;
  padding-left: 2rem; }
  .productView__product-totals.w-60 {
    width: 60%; }
  .productView__product-totals .total-wrapper {
    display: flex;
    align-items: center; }
    .productView__product-totals .total-wrapper .w-70 {
      width: 70%; }
    .productView__product-totals .total-wrapper .w-30 {
      width: 30%; }
  .productView__product-totals.has-options {
    display: block; }
  .productView__product-totals dl {
    float: left;
    margin: 46px 0 0 54px; }
  .productView__product-totals dd {
    float: left;
    width: 135px;
    margin-bottom: 4px;
    clear: both; }
  .productView__product-totals dt {
    float: left; }
  .productView__product-totals .productView__total-weight-lbs {
    display: none; }
  .productView__product-totals.active .productView__total-weight-lbs {
    display: inline;
    padding-left: 3px; }

.productView__product-price {
  clear: both; }
  .productView__product-price dd,
  .productView__product-price dt {
    float: left; }
  .productView__product-price dd {
    font-weight: 600; }
  .productView__product-price dt {
    margin-left: 10px; }

.productView__wishlist {
  border: 0;
  background: 0;
  padding: 0;
  color: #009639;
  font-weight: 500; }

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

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

.bottom-dotted-line {
  background: url(../img/dot.svg);
  background-size: 8px 3px;
  background-position-y: bottom;
  background-repeat: repeat-x; }

.product-option {
  padding-bottom: .5rem;
  margin-bottom: 1.5rem; }

.shareProduct {
  text-align: center; }

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

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

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

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

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

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

.compareTable-removeProduct {
  background-color: #f2f2f2;
  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: #4f4f4f;
    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, .compareTable-action .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .compareTable-action .btn.newsletter {
    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: 62.5rem; }

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

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

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

.toggleLink {
  color: #989898; }
  .toggleLink:hover {
    color: #4f4f4f; }
  .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: 77rem;
  width: 100%;
  border: #e8e8e8 solid;
  border-radius: 10px;
  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: 1025px) {
    .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: 1025px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 1025px) {
      .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: 1025px) {
    .facetedSearch-refineFilters {
      display: block; } }

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

.banners[data-banner-location='top'] .banner h4, .banners[data-banner-location='top'] .banner .h4, .banners[data-banner-location='top'] .banner .blog-index .blog-title, .blog-index .banners[data-banner-location='top'] .banner .blog-title {
  margin: 0;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  color: #009639; }

.banners[data-banner-location='top'] + .header-cart-fullness {
  border-top: 1px solid #dedede; }

.facetLabel {
  position: relative;
  min-width: 205px;
  background: #dedede;
  border-radius: 10px;
  padding: 8px 17px;
  text-decoration: none;
  color: #2d3142; }
  .facetLabel:hover {
    color: #2d3142;
    text-decoration: none; }
  .facetLabel .icon-close {
    position: absolute;
    top: 14px;
    right: 13px;
    font-size: 13px; }

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

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

.cart-item {
  border-bottom: 1px solid #e8e8e8;
  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: 1025px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }
  .cart-item a[data-item-edit], .cart-item .link[data-item-edit] {
    display: none; }

.cart-item-block {
  display: flex;
  align-items: center; }
  @media (min-width: 1025px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

.cart-item-figure {
  float: left;
  height: 6.25rem;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 1025px) {
    .cart-item-figure {
      float: none;
      text-align: left;
      width: 8.33333%; } }

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

.cart-item-image {
  width: auto; }

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .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: 1025px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

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

.cart-item-label {
  color: #a5a5a5;
  float: left;
  margin-bottom: 0.375rem;
  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: 1025px) {
    .cart-item-label {
      display: none; } }

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

.cart-item-brand {
  color: #a5a5a5;
  margin-bottom: 0.1875rem; }

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

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #2d3142; }

.cart-remove {
  background-color: #f2f2f2;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-left: 5px;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #4f4f4f; }

.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: 1025px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%;
      float: right; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 1025px) {
    .cart-total + .cart-total {
      border-top: 1px solid #e8e8e8; } }
  .cart-total .form-input, .cart-total .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .cart-total input[type="email"], .cart-total #storemapper input[type=text], #storemapper .cart-total input[type=text] {
    display: inline-block;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    padding: 0.5rem 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #989898;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .cart-total-value {
      width: 50%; } }

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

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

.cart-fullness {
  width: 100%; }
  .cart-fullness p {
    border-radius: 10px;
    color: white;
    background-color: #009639;
    padding: 10px 20px;
    text-align: center; }
  @media (min-width: 1025px) {
    .cart-fullness {
      width: 25%;
      float: left; }
      .cart-fullness p {
        display: inline-block;
        text-align: left; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #989898;
  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: #4f4f4f; }

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem;
  text-align: center; }
  .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 .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .coupon-form input[type="email"], .coupon-form #storemapper input[type=text], #storemapper .coupon-form input[type=text],
  .coupon-form .button,
  .coupon-form .productView__Stock-notify-box#instock-notify-box .btn.newsletter,
  .productView__Stock-notify-box#instock-notify-box .coupon-form .btn.newsletter,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .productView__Stock-notify-box#instock-notify-box ul li input[type="email"],
  .productView__Stock-notify-box#instock-notify-box ul li .cart-gift-certificate-form input[type="email"],
  .cart-gift-certificate-form #storemapper input[type=text],
  #storemapper .cart-gift-certificate-form input[type=text],
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .productView__Stock-notify-box#instock-notify-box .btn.newsletter,
  .productView__Stock-notify-box#instock-notify-box .cart-gift-certificate-form .btn.newsletter {
    margin: 0 auto; }
  .coupon-form .form-input, .coupon-form .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .coupon-form input[type="email"], .coupon-form #storemapper input[type=text], #storemapper .coupon-form input[type=text],
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .productView__Stock-notify-box#instock-notify-box ul li input[type="email"],
  .productView__Stock-notify-box#instock-notify-box ul li .cart-gift-certificate-form input[type="email"],
  .cart-gift-certificate-form #storemapper input[type=text],
  #storemapper .cart-gift-certificate-form input[type=text] {
    width: 78%; }
  
  .coupon-form .button,
  .coupon-form .productView__Stock-notify-box#instock-notify-box .btn.newsletter,
  .productView__Stock-notify-box#instock-notify-box .coupon-form .btn.newsletter,
  .cart-gift-certificate-form .button,
  .cart-gift-certificate-form .productView__Stock-notify-box#instock-notify-box .btn.newsletter,
  .productView__Stock-notify-box#instock-notify-box .cart-gift-certificate-form .btn.newsletter {
    margin-top: 20px;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input, .estimator-form .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .estimator-form input[type="email"], .estimator-form #storemapper input[type=text], #storemapper .estimator-form input[type=text] {
    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: 2rem;
    margin-bottom: 0; }

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

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input, .estimator-form-input .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .estimator-form-input input[type="email"], .estimator-form-input #storemapper input[type=text], #storemapper .estimator-form-input input[type=text],
  .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;
  margin-bottom: 30px; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button, .cart-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .cart-actions .btn.newsletter {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 1025px) {
      .cart-actions .button, .cart-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .cart-actions .btn.newsletter {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.cart-additionalCheckoutButtons {
  margin: 10px 0; }
  .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 {
    text-align: center; }
    @media (min-width: 1025px) {
      .cart-additionalCheckoutButtons .FloatRight div {
        float: right; } }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  width: 100%;
  display: flex;
  flex-direction: column-reverse; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.wrapper-preview-cart-list {
  overflow-y: auto;
  max-height: 365px;
  scrollbar-width: thin; }
  .wrapper-preview-cart-list::-webkit-scrollbar {
    height: 12px;
    width: 5px;
    background: transparent; }
  .wrapper-preview-cart-list::-webkit-scrollbar-thumb {
    background: #dfdfdf;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0px 1px 2px rgba(165, 165, 165, 0.75); }
  .wrapper-preview-cart-list::-webkit-scrollbar-corner {
    background: #dfdfdf; }

.previewCartItem {
  margin: 0 auto;
  max-width: 77rem;
  width: 100%;
  display: table-row;
  line-height: normal;
  border-top: 1px solid #e8e8e8; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem:last-child {
    border-top: 0; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }
  .previewCartItem-image .definitionList,
  .previewCartItem-content .definitionList {
    margin-bottom: 0 !important; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding-left: 30px;
  text-align: center; }
  .previewCartItem-image img {
    width: 80px;
    height: auto; }

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

.previewCartItem-name {
  margin: 0;
  text-transform: none;
  line-height: 18px;
  font-weight: 700; }
  .previewCartItem-name > a, .previewCartItem-name > .link {
    text-decoration: none; }

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

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

.previewCartAction {
  margin: 0 auto;
  max-width: 77rem;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  display: block;
  padding: 30px; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button, .previewCartAction .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .previewCartAction .btn.newsletter {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.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 {
  margin-bottom: 10px; }

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

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

.persistent-cart .mat-list-base {
  display: flex;
  flex-direction: column-reverse; }

.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: 15.625rem;
    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, .panel--address .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .panel--address .form-actions .btn.newsletter {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button, .panel--address .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .button, .productView__Stock-notify-box#instock-notify-box .panel--address .form-actions .btn.newsletter + .button, .panel--address .form-actions .productView__Stock-notify-box#instock-notify-box .button + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .panel--address .form-actions .button + .btn.newsletter, .panel--address .form-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .panel--address .form-actions .btn.newsletter + .btn.newsletter {
        margin-left: 0;
        margin-top: 0; }

.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: #989898;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #a5a5a5; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    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: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .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: 1025px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  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: 1025px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

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

.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: 77rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 1025px) {
    .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: #f2f2f2;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 1025px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button, .previewCartCheckout .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .previewCartCheckout .btn.newsletter {
    display: block;
    margin: 0;
    width: 100%;
    min-width: 0; }
    .previewCartCheckout .button + .button, .previewCartCheckout .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .button, .productView__Stock-notify-box#instock-notify-box .previewCartCheckout .btn.newsletter + .button, .previewCartCheckout .productView__Stock-notify-box#instock-notify-box .button + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .previewCartCheckout .button + .btn.newsletter, .previewCartCheckout .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .previewCartCheckout .btn.newsletter + .btn.newsletter,
    .previewCartCheckout .button + p,
    .previewCartCheckout .productView__Stock-notify-box#instock-notify-box .btn.newsletter + p,
    .productView__Stock-notify-box#instock-notify-box .previewCartCheckout .btn.newsletter + p {
      margin-top: 0.75rem; }

.previewCartCheckout-additionalCheckoutButtons {
  margin-top: 10px; }

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

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

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a, .maintenanceNotice .link {
    color: #454545; }

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

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 1025px) {
    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.125rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: 'Montserrat',Arial,Helvetica,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, .adminBar-content .link {
    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: #e8e8e8;
  color: #454545;
  display: none; }
  .cookieMessage .button, .cookieMessage .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .cookieMessage .btn.newsletter {
    width: 100%; }
    @media (min-width: 1025px) {
      .cookieMessage .button, .cookieMessage .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .cookieMessage .btn.newsletter {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button, .cookieMessage .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .cookieMessage .btn.newsletter {
        vertical-align: top; } }

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

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

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

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

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 26px; } }
  .login-form .form-actions input + a, .login-form .form-actions input + .link {
    margin-top: 18px; }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 1025px) {
    .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: 1025px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 1025px) {
      .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: 32px;
  margin: 0;
  text-align: center; }

#search-results-heading .page-heading {
  color: #2d3142;
  text-shadow: none;
  font-size: 32px; }
  @media (min-width: 1025px) {
    #search-results-heading .page-heading {
      font-size: 64px; } }

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

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

.account-listItem {
  border-bottom: 1px solid #e8e8e8;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    width: auto; }

.account-listShipping {
  border-bottom: 1px solid #e8e8e8;
  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-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    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.1875rem;
  text-transform: inherit; }
  .account-product-title > a, .account-product-title > .link {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

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

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

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

.account-product-refundQty {
  color: #a5a5a5;
  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: #989898;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.375rem; }

.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: #989898;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e8e8e8;
  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: #009639;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #989898;
  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: #4f4f4f; }

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

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

.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: #009639;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e8e8e8;
  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: #989898;
  font-size: 15px;
  margin-bottom: 0.1875rem;
  text-transform: inherit; }

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

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

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

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

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

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

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

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

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

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 8.375rem;
  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 {
  display: block;
  float: none;
  margin-top: 0.75rem; }

.custom-card {
  margin: 15px 0; }

@media (max-width: 1024px) {
  .container.container-sidebar {
    padding: 50px 0 0; } }

.page.category {
  margin: 0; }
  @media (min-width: 1025px) {
    .page.category {
      padding-top: 4rem;
      margin: 0 -0.75rem; } }

@media (min-width: 1025px) {
  .page-sidebar.page-sidebar-custom {
    padding-right: 2.5rem; } }

@media (max-width: 1024px) {
  .page-sidebar.page-sidebar-custom .navPages-quickSearch {
    margin-bottom: 0;
    width: 50%; }
  .page-sidebar.page-sidebar-custom .quickSearchResults {
    margin-top: 0; } }

.page-sidebar.page-sidebar-custom .page-heading {
  font-size: 40px;
  padding: 0 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 10px 0; }
  @media (min-width: 1025px) {
    .page-sidebar.page-sidebar-custom .page-heading {
      font-size: 70px;
      text-align: left;
      padding: 0; } }

.page-sidebar.page-sidebar-custom .category__description {
  text-align: center;
  padding: 0 1.5rem 2rem; }
  @media (min-width: 1025px) {
    .page-sidebar.page-sidebar-custom .category__description {
      padding: 0 0 2.5rem;
      text-align: left;
      background: url(../img/dot.svg);
      background-size: 8px 3px;
      background-position-y: bottom;
      background-repeat: repeat-x; } }

@media (max-width: 1024px) {
  .page-sidebar.page-sidebar-custom .actionBar, .page-sidebar.page-sidebar-custom .actionBar .form-field {
    background-color: #009639;
    background-image: url(../img/texture.png);
    margin: 0; } }

.page-sidebar.page-sidebar-custom .sort-by {
  float: none; }
  @media (max-width: 1024px) {
    .page-sidebar.page-sidebar-custom .sort-by {
      padding: 0 1.5rem; } }
  .page-sidebar.page-sidebar-custom .sort-by .form-field {
    margin: 0; }
  .page-sidebar.page-sidebar-custom .sort-by .form-label {
    font-weight: 700;
    font-size: 15px;
    font-family: "Montserrat";
    padding-bottom: 10px; }
  .page-sidebar.page-sidebar-custom .sort-by .form-select__wrapper {
    display: block; }
    .page-sidebar.page-sidebar-custom .sort-by .form-select__wrapper .form-select {
      border-color: #D1D1D1;
      border-width: 1px;
      border-radius: 10px;
      color: #009639;
      font-weight: 700;
      font-size: 15px;
      padding: 22px 0.75rem;
      background-image: url(../img/vendor/gorilla/dropdown-green.svg);
      width: 100%;
      min-width: auto;
      max-width: inherit;
      display: block; }
    .page-sidebar.page-sidebar-custom .sort-by .form-select__wrapper:after {
      border-left: none; }

.page-sidebar.page-sidebar-custom .sidebarBlock .sidebarBlock-heading {
  font-weight: 700;
  font-size: 15px;
  margin: 0 13px;
  font-family: "Montserrat";
  padding-bottom: 10px; }

.page-sidebar.page-sidebar-custom .sidebarBlock .navList {
  margin: 0 13px; }

.page-sidebar.page-sidebar-custom .sidebarBlock.facetedSearch {
  border-top: none;
  margin-top: 0;
  padding-top: 0; }
  @media (max-width: 1024px) {
    .page-sidebar.page-sidebar-custom .sidebarBlock.facetedSearch {
      padding: 1.5rem;
      background-color: #009639;
      background-image: url(../img/texture.png); } }
  .page-sidebar.page-sidebar-custom .sidebarBlock.facetedSearch .facetedSearch-refineFilters {
    display: block; }
  .page-sidebar.page-sidebar-custom .sidebarBlock.facetedSearch .accordion-navigation {
    background-image: url(../img/vendor/gorilla/dropdown-green.svg);
    background-position: 94% 5px;
    background-size: 1.125rem;
    background-repeat: no-repeat; }
    .page-sidebar.page-sidebar-custom .sidebarBlock.facetedSearch .accordion-navigation.is-open {
      background-image: url(../img/vendor/gorilla/dropdown-up-green.svg); }
    @media (max-width: 1024px) {
      .page-sidebar.page-sidebar-custom .sidebarBlock.facetedSearch .accordion-navigation {
        background-color: white;
        background-position: 94% 20px; } }
  .page-sidebar.page-sidebar-custom .sidebarBlock.facetedSearch .facetedSearch-toggle {
    background-color: white; }
    @media (max-width: 1024px) {
      .page-sidebar.page-sidebar-custom .sidebarBlock.facetedSearch .facetedSearch-toggle {
        margin-bottom: 0;
        background-image: url(../img/vendor/gorilla/dropdown-green.svg);
        background-position: 94% 50%;
        background-size: 1.125rem;
        background-repeat: no-repeat; }
        .page-sidebar.page-sidebar-custom .sidebarBlock.facetedSearch .facetedSearch-toggle.is-open {
          background-image: url(../img/vendor/gorilla/dropdown-up-green.svg); } }

@media (max-width: 1024px) {
  .page-sidebar.page-sidebar-custom {
    padding: 0; } }

@media (min-width: 1025px) {
  .page-sidebar.page-sidebar-custom {
    width: calc(100% / 3); } }

.page-sidebar.page-sidebar-custom .accordion.accordion--navList {
  border: 1px solid #D1D1D1;
  border-radius: 10px; }
  @media (max-width: 1025px) {
    .page-sidebar.page-sidebar-custom .accordion.accordion--navList {
      border-radius: 0;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px; } }
  .page-sidebar.page-sidebar-custom .accordion.accordion--navList .accordion-block {
    background: none;
    padding: 22px 0 22px; }
    .page-sidebar.page-sidebar-custom .accordion.accordion--navList .accordion-block:not(:last-of-type) {
      border-bottom: 1px solid #D1D1D1; }
    @media (max-width: 1025px) {
      .page-sidebar.page-sidebar-custom .accordion.accordion--navList .accordion-block:last-of-type {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px; } }
    .page-sidebar.page-sidebar-custom .accordion.accordion--navList .accordion-block::before {
      display: none; }
    .page-sidebar.page-sidebar-custom .accordion.accordion--navList .accordion-block .accordion-title {
      font-weight: 700;
      color: #009639;
      font-size: 15px;
      padding-left: 13px;
      font-family: "Montserrat";
      margin-bottom: 0; }
    .page-sidebar.page-sidebar-custom .accordion.accordion--navList .accordion-block .accordion-navigation.is-open .accordion-title {
      padding-bottom: 1rem; }
    .page-sidebar.page-sidebar-custom .accordion.accordion--navList .accordion-block .accordion-navigation .accordion-navigation-actions {
      display: none; }
    @media (max-width: 1025px) {
      .page-sidebar.page-sidebar-custom .accordion.accordion--navList .accordion-block .accordion-navigation {
        border-radius: 0;
        border: none; } }
    .page-sidebar.page-sidebar-custom .accordion.accordion--navList .accordion-block .toggleLink-text {
      padding-left: 13px;
      padding-top: 1rem; }
    @media (max-width: 1025px) {
      .page-sidebar.page-sidebar-custom .accordion.accordion--navList .accordion-block {
        background-color: white;
        padding: 6px 0;
        border-radius: 0; } }

.page-sidebar.page-sidebar-custom .sidebarBlock--subcategories {
  display: none; }

@media (max-width: 1024px) {
  .page-sidebar.page-sidebar-custom + .page-content {
    padding: 0 1.5rem; } }

@media (min-width: 1025px) {
  .page-sidebar.page-sidebar-custom + .page-content {
    width: calc(calc(100% / 3) * 2); } }
  @media (min-width: 1025px) and (min-width: 551px) {
    .page-sidebar.page-sidebar-custom + .page-content .productGrid .product {
      width: 50%; } }

.show-filters {
  background-color: #009639;
  background-image: url(../img/texture.png);
  padding: 1.5rem 1.5rem 1.5rem 5px;
  width: 50%; }
  .show-filters .button--primary {
    width: 100%;
    min-width: auto;
    font-size: 0.875rem;
    text-transform: initial;
    text-align: left;
    margin: 0; }
  @media (min-width: 1025px) {
    .show-filters {
      display: none; } }

.sidebar-top {
  display: flex;
  flex-direction: column; }
  @media (max-width: 1025px) {
    .sidebar-top {
      flex-direction: column-reverse; } }

.show-filters .button--primary:hover, .show-filters .button--primary:focus, .show-filters .button--primary:active {
  background-color: white;
  color: #009639; }

#filtersCustom {
  display: none; }
  @media (min-width: 1025px) {
    #filtersCustom {
      display: block !important; } }

.smart-card-overlay-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  cursor: pointer; }
  .smart-card-overlay-container .default-content {
    display: inline-block;
    padding: 13px 16px;
    border: 2px solid white;
    border-radius: 10px; }
  .smart-card-overlay-container .smart-content {
    display: none;
    padding: 20px;
    min-width: 100%; }
    .smart-card-overlay-container .smart-content .sku-options .option-value {
      font-weight: 400;
      text-align: left;
      text-transform: none;
      margin-bottom: 0.5rem; }
    .smart-card-overlay-container .smart-content .sku-actions .action-button {
      border: 2px solid white;
      border-radius: 10px; }
      .smart-card-overlay-container .smart-content .sku-actions .action-button.disabled {
        cursor: not-allowed;
        background-color: #a5a5a5; }
      .smart-card-overlay-container .smart-content .sku-actions .action-button:not(.disabled):hover {
        background-color: #009639;
        color: white; }
      .smart-card-overlay-container .smart-content .sku-actions .action-button:not(:first-child) {
        margin-top: 1rem; }
      .smart-card-overlay-container .smart-content .sku-actions .action-button > * {
        padding: 13px 0; }
      .smart-card-overlay-container .smart-content .sku-actions .action-button p {
        margin: 0; }
    .smart-card-overlay-container .smart-content .sku-actions .action-button.cart-button {
      display: flex;
      align-items: center; }
      .smart-card-overlay-container .smart-content .sku-actions .action-button.cart-button p {
        flex-grow: 2; }
      .smart-card-overlay-container .smart-content .sku-actions .action-button.cart-button .quantity-control {
        flex-grow: 1;
        transition: transform .1s; }
        .smart-card-overlay-container .smart-content .sku-actions .action-button.cart-button .quantity-control:hover {
          transform: scale(1.8); }
      .smart-card-overlay-container .smart-content .sku-actions .action-button.cart-button .quantity-input {
        color: black;
        padding: 5px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -moz-appearance: textfield; }
      .smart-card-overlay-container .smart-content .sku-actions .action-button.cart-button .quantity-input::-webkit-outer-spin-button,
      .smart-card-overlay-container .smart-content .sku-actions .action-button.cart-button .quantity-input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  .smart-card-overlay-container .resize-spacer {
    display: none;
    white-space: pre; }

.smart-content-mobile .sku-actions .action-button {
  background-color: white;
  color: #009639;
  border: 2px solid #009639;
  border-radius: 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }
  @media (min-width: 551px) {
    .smart-content-mobile .sku-actions .action-button {
      border-radius: 10px; } }
  .smart-content-mobile .sku-actions .action-button.disabled {
    cursor: not-allowed;
    background-color: #a5a5a5; }
  .smart-content-mobile .sku-actions .action-button:not(:first-child) {
    margin-top: 0.2rem; }
  .smart-content-mobile .sku-actions .action-button > * {
    padding: 5px 0; }
  .smart-content-mobile .sku-actions .action-button p {
    margin: 0;
    line-height: normal; }
  .smart-content-mobile .sku-actions .action-button.view-details {
    display: none; }
    @media (min-width: 551px) {
      .smart-content-mobile .sku-actions .action-button.view-details {
        display: block; } }

.smart-content-mobile .sku-actions .action-button.cart-button {
  display: flex;
  align-items: center; }
  .smart-content-mobile .sku-actions .action-button.cart-button p {
    flex-grow: 2; }

.previewCartMessages {
  margin: 0 auto;
  max-width: 77rem;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  display: none;
  padding: 0.75rem; }
  .previewCartMessages .cart-messages p {
    line-height: normal; }
  .previewCartMessages .cart-messages .cart-message {
    border-radius: 10px;
    padding: 10px;
    margin: 0;
    font-family: "Zilla Slab", serif;
    font-weight: 700;
    font-size: 24px;
    color: #2D3142;
    line-height: 24px;
    text-align: center; }
    .previewCartMessages .cart-messages .cart-message.danger {
      color: #721c24; }
    .previewCartMessages .cart-messages .cart-message.warning {
      color: #856404; }
    .previewCartMessages .cart-messages .cart-message .more-sizes {
      font-size: 16px;
      line-height: 18px; }

.simple-footer__bottom {
  border-top: none;
  display: flex; }
  .simple-footer__bottom__container {
    padding: 0 1.5rem !important; }

@media (max-width: 1078px) {
  .checkout-container .simple-footer {
    display: none; } }

.simple-header {
  display: flex;
  padding: 16px;
  margin-top: 32px;
  justify-content: space-between; }
  .simple-header--item {
    flex: 1; }
    .simple-header--item-logo {
      width: 60px; }
  .simple-header h1, .simple-header .h1 {
    text-align: center;
    font-size: 42px;
    font-weight: 500;
    font-family: "Zilla Slab",serif;
    align-self: center;
    margin: 0px;
    display: block !important; }
  .simple-header-divider {
    margin-top: 12px;
    margin-bottom: 32px; }

.checkout-header {
  padding: 16 !important;
  z-index: 99;
  color: white;
  background-color: #09933F;
  font-family: 'Zilla Slab';
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 600;
  background-image: url(../img/texture.png); }
  .checkout-header a, .checkout-header .link {
    text-decoration: none !important; }
  @media (max-width: 1024px) {
    .checkout-header {
      margin-top: -60px;
      margin-bottom: 84px; } }
  .checkout-header__container {
    display: flex;
    justify-content: space-between;
    padding: 0; }
    @media only screen and (min-width: 1600px) {
      .checkout-header__container {
        width: calc(100% - 192px);
        margin-left: auto;
        padding: 0 1.5rem !important; } }
    .checkout-header__container__item__cart {
      color: white !important;
      display: flex;
      align-items: center;
      flex: 1;
      font-weight: 600;
      text-decoration: none; }
      @media (max-width: 962px) {
        .checkout-header__container__item__cart {
          flex: 0; } }
      .checkout-header__container__item__cart .arrow-icon {
        color: white;
        width: 24px;
        margin-right: 16px; }
    .checkout-header__container__item__contact {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex: 1; }
      @media (min-width: 1600px) {
        .checkout-header__container__item__contact {
          margin-right: 60px; } }
      .checkout-header__container__item__contact .phone-container {
        color: white;
        display: flex;
        border-right: 1px solid rgba(255, 255, 255, 0.25);
        padding-right: 20px; }
        .checkout-header__container__item__contact .phone-container .phone-icon {
          width: 20px;
          margin-right: 16px; }
      .checkout-header__container__item__contact .chat-container {
        color: white;
        display: flex;
        padding-left: 20px; }
        .checkout-header__container__item__contact .chat-container .phone-icon {
          width: 20px;
          margin-right: 16px; }
      @media (max-width: 962px) {
        .checkout-header__container__item__contact {
          justify-content: flex-end;
          flex: 0; }
          .checkout-header__container__item__contact .phone-container,
          .checkout-header__container__item__contact .chat-container {
            padding-right: 0; }
          .checkout-header__container__item__contact-text {
            display: none; }
          .checkout-header__container__item__contact .phone-icon, .checkout-header__container__item__contact .phone-icon {
            margin-right: 0; } }
    .checkout-header__container__item__logo {
      flex: 1; }
      .checkout-header__container__item__logo a, .checkout-header__container__item__logo .link {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .checkout-header__container__item__logo a h1, .checkout-header__container__item__logo .link h1, .checkout-header__container__item__logo a .h1, .checkout-header__container__item__logo .link .h1 {
          margin: 0px; }
        .checkout-header__container__item__logo a .logo--text, .checkout-header__container__item__logo .link .logo--text {
          display: block;
          font-family: "Zilla Slab", Arial, Helvetica, sans-serif;
          font-size: 22px;
          font-weight: 700;
          line-height: 15px;
          padding: 0;
          color: white; }
        .checkout-header__container__item__logo a .logo--subtext, .checkout-header__container__item__logo .link .logo--subtext {
          margin-top: 4px;
          font-size: 14px;
          font-weight: 500;
          color: white;
          line-height: 15px; }

.ng-checkout-container {
  min-height: calc(100% -  66px - 125px);
  width: 100%; }

.header {
  background-color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 20; }
  @media (min-width: 1025px) {
    .header {
      border-bottom: 1px solid black;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 1025px) {
      .header.is-open {
        height: auto; } }
  .header a:hover, .header .link:hover, .header a:focus, .header .link:focus {
    text-decoration: none; }
  .header > .container {
    border-bottom: 1px solid black; }
    @media (min-width: 1025px) {
      .header > .container {
        border: 0; } }
  @media (min-width: 1025px) {
    .header .container {
      padding: 0 1.5rem; } }

.header-logo {
  font-size: 0;
  margin: 0 3.75rem;
  text-align: center;
  text-shadow: none; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.625rem;
      margin-right: 5.625rem; } }
  @media (min-width: 1025px) {
    .header-logo {
      position: absolute;
      margin: 10px 0;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e8e8e8;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a, .header-logo > .link {
    color: #4f4f4f;
    display: inline-block;
    padding: 9px 0;
    position: relative;
    text-decoration: none;
    width: 100%;
    z-index: 20; }
    .header-logo > a:before, .header-logo > .link:before, .header-logo > a:after, .header-logo > .link:after {
      content: " ";
      display: table; }
    .header-logo > a:after, .header-logo > .link:after {
      clear: both; }
    @media (min-width: 1025px) {
      .header-logo > a, .header-logo > .link {
        background: none;
        border-bottom: 0;
        padding: 0; } }
    .header-logo > a:hover, .header-logo > .link:hover {
      color: #a5a5a5; }
    .header-logo > a:active, .header-logo > .link:active {
      color: #a5a5a5; }

.header-logo--left {
  text-align: center; }
  @media (min-width: 1025px) {
    .header-logo--left {
      text-align: left; } }

.header-logo--right {
  text-align: right; }
  @media (min-width: 1025px) {
    .header-logo--right {
      margin-right: 2.5rem; } }

.header-logo-text {
  display: block;
  font-family: "Zilla Slab", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.05;
  padding: 0; }
  @media (min-width: 1025px) {
    .header-logo-text {
      display: none; } }

.header-logo-text__tm {
  font-size: 10px;
  vertical-align: super; }

.header-logo-subtext {
  font-size: 13px;
  color: #009639; }
  @media (min-width: 1025px) {
    .header-logo-subtext {
      display: none; } }

.header-logo-image {
  display: none; }
  @media (min-width: 1025px) {
    .header-logo-image {
      display: block;
      max-height: none; } }

.header-cart-fullness {
  margin: 0;
  padding: 8px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #2d3142;
  padding-top: 85px; }
  @media (min-width: 551px) {
    .header-cart-fullness {
      display: block;
      max-height: none;
      position: relative;
      padding-top: initial; } }

.mobileMenu-toggle {
  height: 3.75rem;
  width: 3.75rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #009639;
    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.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    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: #009639;
      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); }

.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: 1025px) {
  .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--contact-us p {
  text-align: center; }

.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: 1025px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left;
      margin-bottom: 70px; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.sidebarBlock--subcategories {
  display: none; }
  @media (min-width: 1025px) {
    .sidebarBlock--subcategories {
      display: block; } }

.bold {
  font-weight: 700; }

.footer {
  background-color: #31364B;
  text-align: center;
  padding-bottom: 40px; }
  .footer .container {
    padding: 0; }

.footer-cta .container {
  padding: 1rem 0 3rem; }

.footer-cta h3, .footer-cta .h3, .footer-cta .blog-share .blog-share__title, .blog-share .footer-cta .blog-share__title {
  color: white; }

.footer-contacts {
  background-color: white; }
  .footer-contacts .container > div {
    padding: 21px 15px 10px;
    border-top: 1px solid #2d3142; }
  .footer-contacts h5, .footer-contacts .h5, .footer-contacts .cart-fullness p, .cart-fullness .footer-contacts p {
    font-size: 24px;
    margin: 0 auto;
    text-transform: inherit;
    font-weight: 500; }
  .footer-contacts a, .footer-contacts .link {
    color: #2d3142; }
  .footer-contacts form {
    margin: 18px 0 0; }
  .footer-contacts .form-field {
    margin-bottom: 20px; }

.subscribe {
  margin: 0 auto;
  max-width: 420px; }

.subscribe__input {
  float: left;
  width: 68%;
  width: calc(100% - 140px);
  padding: 15px;
  font-weight: 400; }
  .subscribe__input::placeholder {
    color: #2d3142; }

.subscribe__submit {
  float: right;
  min-width: 125px;
  font-weight: 500; }

.footer__logo {
  display: none; }

.footer-social h5, .footer-social .h5, .footer-social .cart-fullness p, .cart-fullness .footer-social p {
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-size: 18px;
  margin-top: 45px; }

.footer-social a.icon, .footer-social .icon.link {
  max-width: 30px;
  width: auto;
  height: 30px; }

.footer-social .icon svg {
  fill: white; }

.footer-social ul {
  line-height: 1.5; }

.footer-social li.socialLinks-item {
  margin: 0 25px 10px 0; }

.footer-links {
  padding-bottom: 45px; }
  .footer-links h5, .footer-links .h5, .footer-links .cart-fullness p, .cart-fullness .footer-links p {
    color: white;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 18px; }
  .footer-links ul {
    margin: 0; }
  .footer-links a, .footer-links .link {
    color: white;
    font-size: 14px;
    font-weight: 400; }

.footer-icons {
  padding-top: 25px;
  border-top: 1px dashed white; }
  .footer-icons ul {
    display: flex;
    margin: 0 auto 40px;
    max-width: 250px;
    height: 60px; }
  .footer-icons li {
    flex: 1; }
  .footer-icons .icon {
    width: 100%;
    font-size: 55px;
    color: white; }

.footer-copyright {
  margin-top: 22px;
  color: white; }
  .footer-copyright p {
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    line-height: 29px; }

@media (min-width: 1025px) {
  .footer {
    padding: 0; }
  .footer-contacts {
    border-top: 1px solid #2d3142; }
    .footer-contacts.no-border {
      border-top: none; }
    .footer-contacts .container {
      padding: 26px 0 40px; }
      .footer-contacts .container > div {
        border: 0; }
  .footer__phone-hours,
  .footer-contacts .container {
    display: flex; }
    .footer__phone-hours > p,
    .footer__phone-hours > div,
    .footer-contacts .container > p,
    .footer-contacts .container > div {
      flex: 1; }
    .footer__phone-hours h5, .footer__phone-hours .h5, .footer__phone-hours .cart-fullness p, .cart-fullness .footer__phone-hours p,
    .footer-contacts .container h5,
    .footer-contacts .container .h5,
    .footer-contacts .container .cart-fullness p,
    .cart-fullness .footer-contacts .container p {
      font-size: 32px; }
    .footer__phone-hours .form,
    .footer-contacts .container .form {
      margin: 0; }
  .footer__phone-hours,
  .form--subscribe {
    padding-top: 25px; }
  .footer__phone {
    margin: 0;
    padding-right: 22px;
    font-size: 24px;
    text-align: right; }
  .footer__hours {
    margin: 0;
    padding-left: 22px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    border-left: 1px solid #2d3142; }
  .footer__email {
    margin-top: 25px;
    font-size: 24px; }
  .form--subscribe {
    border-left: 1px solid #2d3142; }
  .subscribe {
    margin: 0 auto; }
  .footer-social {
    float: right;
    width: 20%;
    text-align: left; }
    .footer-social h5, .footer-social .h5, .footer-social .cart-fullness p, .cart-fullness .footer-social p {
      margin: 2.25rem 0 2rem; }
  .footer-links a, .footer-links .link {
    font-size: 1rem; }
  .footer-links--top {
    display: flex;
    float: left;
    width: 80%;
    text-align: left; }
    .footer-links--top section {
      flex: 1; }
    .footer-links--top .footer__logo {
      flex: 0.7;
      margin-top: 2.25rem; }
  .footer-icons {
    float: left;
    border: 0; }
    .footer-icons ul {
      max-width: 100%;
      width: 300px; }
    .footer-icons li {
      text-align: left; }
    .footer-icons .icons {
      font-size: 60px; }
  .footer__logo {
    display: block; }
  .footer__bottom {
    display: flex;
    width: 100%;
    border-top: 2px dashed white; }
  .footer-links--bottom,
  .footer-copyright {
    float: right; }
  .footer-links--bottom {
    margin-top: 28px;
    padding: 0; }
    .footer-links--bottom li {
      float: left;
      margin-left: 44px; }
  .footer-copyright {
    margin-top: 15px;
    clear: right; }
    .footer-copyright p {
      font-size: 1rem;
      float: left;
      margin-left: 5px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 87rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 1025px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #e8e8e8;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    text-align: left; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    float: right; }

.blog-header {
  float: left;
  width: 100%;
  background: url("../img/dot.svg");
  background-size: 8px 3px;
  background-position-y: bottom;
  background-repeat: repeat-x; }

.blog-title {
  font-size: 20px;
  max-width: 700px;
  margin: 0; }
  .blog-title a, .blog-title .link {
    color: #2d3142;
    text-decoration: none; }
  @media (min-width: 1025px) {
    .blog-title {
      font-size: 64px;
      line-height: 76px; } }

.blog-share {
  position: relative;
  float: left;
  bottom: 1rem;
  clear: left; }
  .blog-share .blog-share__title {
    position: relative;
    top: 5px;
    margin-right: 30px;
    font-size: 24px; }
  @media (min-width: 551px) {
    .blog-share {
      float: right;
      clear: none; } }

.blog__tags-heading {
  font-size: 24px; }

.blog-date,
.blog-author {
  float: left;
  text-align: left;
  font-size: 14px;
  color: #2d3142; }

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

.blog-post {
  margin-top: 30px;
  text-align: left;
  font-size: 15px;
  max-width: 850px; }
  .blog-post li {
    padding: 10px 20px; }
  .blog-post a, .blog-post .link {
    font-weight: 500; }

.blog-post--single .card-figcaption {
  display: none; }

.blog-thumbnail {
  margin: 0 0 2rem; }
  .blog-thumbnail a, .blog-thumbnail .link {
    display: flex;
    justify-content: center;
    overflow: hidden; }
  .blog-thumbnail img {
    max-width: none;
    width: auto;
    height: 385px; }
  @media (min-width: 1025px) {
    .blog-thumbnail a, .blog-thumbnail .link {
      display: block; }
    .blog-thumbnail img {
      width: 100%;
      max-width: 100%;
      height: auto; } }

.blog-post-figure {
  display: block;
  position: relative;
  margin: auto; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  padding: 0 1.5rem; }

.blog-index {
  padding: 15px 10px;
  display: flex;
  flex-wrap: wrap; }
  .blog-index .blog {
    margin-top: 0;
    padding: 0 10px;
    width: 100%; }
    @media (min-width: 551px) {
      .blog-index .blog {
        width: 50%; } }
    @media (min-width: 1025px) {
      .blog-index .blog {
        width: 33.33333%; } }
    .blog-index .blog + .blog {
      margin: 0;
      padding: 0 10px;
      border-top: 0; }
  .blog-index .blog-share {
    display: none; }
  .blog-index .blog-header {
    background: none; }
  .blog-index .blog-post-body,
  .blog-index .blog-post-figure {
    width: 100%; }
  .blog-index .blog-title {
    margin: 0;
    float: left;
    line-height: initial; }
  .blog-index .blog-date {
    margin-bottom: 40px; }
  .blog-index .addthis_toolbox {
    display: none; }
  .blog-index .blog-thumbnail {
    margin: 0 0 1rem; }
    .blog-index .blog-thumbnail a, .blog-index .blog-thumbnail .link {
      display: flex;
      justify-content: center;
      overflow: hidden; }
    .blog-index .blog-thumbnail img {
      max-width: none;
      width: auto;
      height: 300px; }
    .blog-index .blog-thumbnail:hover .card-figcaption {
      opacity: 1; }

@media (min-width: 1025px) {
  .sidebarBlock + .sidebarBlock {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e8e8e8; } }

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

.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: 1025px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .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: flex;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 24.9%; } }
    @media (min-width: 1025px) {
      .productGrid .product {
        width: 25%; } }
    .productGrid .product .custom-card {
      display: flex;
      flex-direction: column;
      width: 100%; }
    .productGrid .product .card-body {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .productGrid .product .card-body .card-title {
        flex: 1 0 auto; }
    .productGrid .product .card-image {
      height: auto !important; }

#product-listing-container .productGrid .product .card {
  display: flex;
  flex-direction: column;
  width: 100%; }

.productGrid__cta {
  text-align: center; }

.productGrid__button {
  margin-bottom: 60px; }

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

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 1025px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    list-style: none;
    margin-left: 0;
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    font-size: 0; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: none;
      display: inline-block;
      font-size: 1rem;
      vertical-align: top; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

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

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

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

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

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

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

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

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

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 1025px) {
    .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.5625rem 1.5rem; } }

.listItem-actions .button, .listItem-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .listItem-actions .btn.newsletter {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button, .listItem-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .listItem-actions .btn.newsletter {
      width: 100%; }
      .listItem-actions .button + .button, .listItem-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .button, .productView__Stock-notify-box#instock-notify-box .listItem-actions .btn.newsletter + .button, .listItem-actions .productView__Stock-notify-box#instock-notify-box .button + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .listItem-actions .button + .btn.newsletter, .listItem-actions .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .listItem-actions .btn.newsletter + .btn.newsletter {
        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: 0;
  margin-right: 0; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }
  @media (min-width: 1025px) {
    .productView {
      margin-top: 70px; } }
  .modal .productView {
    padding-bottom: 0;
    padding-top: 0; }

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

.productView-images {
  position: relative; }
  @media (min-width: 1025px) {
    .productView-images {
      float: left;
      padding-left: 1rem;
      padding-right: 1rem;
      width: 58.33333%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0; }
  @media (min-width: 1025px) {
    .productView-details {
      margin-top: -12px;
      padding-left: 1rem;
      padding-right: 1rem;
      clear: right;
      float: right;
      width: 33.33333%; } }

.productView-details--messaging:empty {
  margin: 0;
  padding: 0; }

.productView-details__promotion {
  margin: 0; }

.specials__promotion {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  color: #009639;
  font-size: 1.125rem; }

.productView-details__size-message {
  margin: 0; }

.productView-description .productView-title {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem; }

@media (min-width: 1025px) {
  .productView-description .productView-description {
    clear: both;
    float: none;
    width: 100%; } }

@media (min-width: 1025px) {
  .productView__alert-info {
    margin-top: 30px; } }

.productView__message {
  display: flex;
  align-items: center;
  width: 100%; }

.productView__Stock-notify-box#instock-notify-box {
  clear: both; }
  .productView__Stock-notify-box#instock-notify-box .instock-form {
    padding: 0;
    margin: 20px 0; }
    .productView__Stock-notify-box#instock-notify-box .instock-form.active {
      display: block !important; }
  .productView__Stock-notify-box#instock-notify-box ul li input[type="email"] {
    font-weight: 400;
    text-align: left;
    margin-top: 5px; }
  .productView__Stock-notify-box#instock-notify-box .btn.newsletter {
    height: auto;
    margin-top: 20px; }

.swym-title h2, .swym-title .h2 {
  margin-top: unset !important;
  font-size: 36px !important; }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background-color: #009639;
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.125rem;
  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: 3.125rem;
  position: absolute;
  top: 10px;
  width: 3.125rem; }

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

.sale-flag-side {
  position: absolute;
  transition: 800ms ease;
  z-index: 10; }
  .sale-flag-side .sale-text {
    margin-left: -10px;
    padding: 13px 6px;
    font-size: 11px;
    font-weight: 700;
    color: white;
    border-radius: 50%;
    background-color: #009639;
    background-image: url("../img/texture.png");
    text-transform: uppercase; }

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

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

.product:hover .sale-flag-sash {
  background: #009639;
  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 #989898;
  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; }

.category__image {
  width: 100%;
  height: auto; }

.category__description {
  text-align: center; }
  .category__description p {
    margin-bottom: 0; }

.account {
  margin-bottom: 1.5rem; }

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

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

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

.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: 1025px) {
  .account-content--fixed {
    width: 66.66667%; } }

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

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

.intro-home {
  font-size: 20px;
  font-weight: 300;
  padding: 2rem; }
  .intro-home .grow {
    font-weight: 700;
    color: #009639;
    font-family: "Zilla Slab", Arial, Helvetica, sans-serif;
    font-size: 22px; }
  .intro-home .text-bold {
    font-weight: 600; }

.intro-separator {
  background: url(../img/dot-green.svg) repeat-x;
  background-size: 8px 3px;
  background-position-y: bottom;
  width: 95%;
  margin: 0 auto;
  height: 3px; }

.intro-separator-dot {
  background: url(../img/dot.svg) repeat-x;
  background-size: 8px 3px;
  background-position-y: bottom;
  width: 95%;
  margin: 0 auto;
  height: 3px; }

.page-heading-home {
  font-size: 28px;
  padding-bottom: 1rem; }
  @media (min-width: 1025px) {
    .page-heading-home {
      font-size: 32px; } }

.featured-categories {
  display: flex; }
  .featured-categories .row-1 {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 800px) {
      .featured-categories .row-1.col-xs-12 {
        padding: 0; } }
    .featured-categories .row-1 .featured-item {
      width: 50%;
      padding-right: 1rem;
      padding-bottom: 1rem;
      position: relative; }
      @media (max-width: 1024px) {
        .featured-categories .row-1 .featured-item {
          padding-right: .5rem; } }
      @media (max-width: 1024px) {
        .featured-categories .row-1 .featured-item.right {
          padding-right: 0;
          padding-left: .5rem; } }
    .featured-categories .row-1 img {
      object-fit: cover;
      height: 100%; }
      @media (min-width: 950px) and (max-width: 1024px) {
        .featured-categories .row-1 img {
          width: 100%; } }
  .featured-categories .row-2 .featured-item-big {
    height: 100%;
    padding-bottom: 1rem;
    position: relative; }
    .featured-categories .row-2 .featured-item-big a:hover .featured-item-label div, .featured-categories .row-2 .featured-item-big .link:hover .featured-item-label div {
      background-color: #009639;
      color: white; }
      .featured-categories .row-2 .featured-item-big a:hover .featured-item-label div h3, .featured-categories .row-2 .featured-item-big .link:hover .featured-item-label div h3, .featured-categories .row-2 .featured-item-big a:hover .featured-item-label div .h3, .featured-categories .row-2 .featured-item-big .link:hover .featured-item-label div .h3, .featured-categories .row-2 .featured-item-big a:hover .featured-item-label div .blog-share .blog-share__title, .blog-share .featured-categories .row-2 .featured-item-big a:hover .featured-item-label div .blog-share__title, .featured-categories .row-2 .featured-item-big .link:hover .featured-item-label div .blog-share .blog-share__title, .blog-share .featured-categories .row-2 .featured-item-big .link:hover .featured-item-label div .blog-share__title {
        color: white; }
    @media (max-width: 1024px) {
      .featured-categories .row-2 .featured-item-big img {
        height: 450px; } }
  .featured-categories .row-2 img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  @media (max-width: 1024px) {
    .featured-categories .row-2 {
      padding-right: 0 !important;
      padding-left: 0 !important; } }
  @media (max-width: 700px) {
    .featured-categories .row-2 {
      height: auto; }
      .featured-categories .row-2 div {
        height: auto; } }

.featured-item-label {
  position: absolute;
  top: 80%;
  transform: translateY(-80%);
  color: #31374A;
  text-align: center;
  font-weight: 300;
  width: calc(100% - 1rem);
  transition: all .3s ease; }
  .featured-item-label div {
    background-color: white;
    margin: 0 auto;
    border-radius: 10px;
    width: 70%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .featured-item-label div h3, .featured-item-label div .h3, .featured-item-label div .blog-share .blog-share__title, .blog-share .featured-item-label div .blog-share__title {
      padding: 0;
      margin: 0;
      color: #009639; }
  @media (max-width: 1070px) {
    .featured-item-label div {
      font-size: 14px; }
      .featured-item-label div h3, .featured-item-label div .h3, .featured-item-label div .blog-share .blog-share__title, .blog-share .featured-item-label div .blog-share__title {
        font-size: 24px; } }
  @media (max-width: 700px) {
    .featured-item-label {
      height: 60%; }
      .featured-item-label div {
        height: 100%; } }
  @media (max-width: 400px) {
    .featured-item-label {
      height: 70%; }
      .featured-item-label div {
        width: 80%;
        font-size: 13px; }
        .featured-item-label div h3, .featured-item-label div .h3, .featured-item-label div .blog-share .blog-share__title, .blog-share .featured-item-label div .blog-share__title {
          font-size: 20px; } }

.product-category {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center; }
  .product-category img {
    border-radius: 50%;
    margin-bottom: 1rem; }
    .product-category img:not(:last-child) {
      margin-right: 1rem; }
  .product-category h5, .product-category .h5, .product-category .cart-fullness p, .cart-fullness .product-category p {
    margin: 0;
    padding: 0; }
  .product-category .category-item {
    width: 12%;
    margin-bottom: 1rem; }
  @media (max-width: 1025px) {
    .product-category {
      justify-content: initial; }
      .product-category .category-item {
        width: 25%;
        margin-bottom: 2rem; } }
  @media (max-width: 992px) {
    .product-category .category-item {
      width: 33%; } }
  @media (max-width: 700px) {
    .product-category .category-item {
      width: 50%; } }
  @media (max-width: 500px) {
    .product-category {
      justify-content: space-between; }
      .product-category .category-item {
        width: 40%; } }

.testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0; }
  .testimonials img {
    border-radius: 50%;
    width: 180px; }
    @media (max-width: 992px) {
      .testimonials img {
        width: 160px; } }
    @media (max-width: 600px) {
      .testimonials img {
        width: 140px; } }
    @media (max-width: 400px) {
      .testimonials img {
        width: 120px; } }
  .testimonials .testimonial-description {
    font-size: 36px;
    font-family: "Zilla Slab", Arial, Helvetica, sans-serif;
    font-weight: 300;
    width: 60%;
    padding-left: 3rem;
    text-align: center; }
    .testimonials .testimonial-description span {
      color: #a5a5a5;
      font-style: italic;
      font-size: 50px;
      padding-left: 1rem; }
      .testimonials .testimonial-description span:first-child {
        padding-right: 1rem;
        padding-left: 0; }
      @media (max-width: 992px) {
        .testimonials .testimonial-description span {
          font-size: 28px;
          padding-left: .5rem; }
          .testimonials .testimonial-description span:first-child {
            padding-right: .5rem;
            padding-left: 0; } }
    @media (max-width: 992px) {
      .testimonials .testimonial-description {
        font-size: 28px; } }
    @media (max-width: 600px) {
      .testimonials .testimonial-description {
        font-size: 24px;
        padding-left: 1rem; } }
    @media (max-width: 400px) {
      .testimonials .testimonial-description {
        font-size: 20px;
        padding-left: 1rem; } }

@media (min-width: 1025px) {
  .new-home-footer .c-section--wide .c-section__subtitle, .pre-footer .c-section--wide .c-section__subtitle {
    margin-top: 1rem;
    font-size: 26px; } }

.new-home-footer .c-section--wide .c-section__title, .pre-footer .c-section--wide .c-section__title {
  font-size: 32px; }

.new-home-footer .c-section--badges .c-hero__inner, .pre-footer .c-section--badges .c-hero__inner {
  box-shadow: none;
  border-radius: 15px;
  padding: 40px 10px;
  top: 0; }

@media (min-width: 1025px) {
  .new-home-footer .c-section--wide .c-section__title, .pre-footer .c-section--wide .c-section__title {
    max-width: 100%;
    font-size: 54px; } }

.new-home-footer .badge h3, .new-home-footer .badge .h3, .new-home-footer .badge .blog-share .blog-share__title, .blog-share .new-home-footer .badge .blog-share__title, .pre-footer .badge h3, .pre-footer .badge .h3, .pre-footer .badge .blog-share .blog-share__title, .blog-share .pre-footer .badge .blog-share__title {
  color: #2d3142; }

.new-home-footer .badge p, .pre-footer .badge p {
  font-weight: 300; }

@media (max-width: 1024px) {
  .new-home-footer .col-md-4, .pre-footer .col-md-4 {
    width: 100%; } }

.bg-white {
  background-color: white; }

@media (max-width: 1025px) {
  .new-home-footer {
    padding-top: 5px; }
    .new-home-footer.gifts {
      padding-top: 0; } }

.customer-favorites {
  background-color: white;
  padding-bottom: 7rem; }
  @media (max-width: 1024px) {
    .customer-favorites {
      padding-bottom: 4rem; } }

.comment {
  background-color: white;
  font-family: "Zilla Slab", serif;
  position: relative;
  width: 80%;
  padding: 3rem 3rem 0;
  z-index: 2; }
  .comment-title {
    font-size: 22px;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .comment-title {
        font-size: 18px; } }
  .comment-rating {
    padding-bottom: 1.5rem; }
  .comment-text {
    font-size: 32px;
    font-weight: 300; }
    @media (max-width: 1024px) {
      .comment-text {
        font-size: 20px; } }
  .comment-info {
    color: #009639;
    font-size: 18px; }
  .comment-img.right {
    position: relative;
    top: -150px;
    z-index: 1; }
    @media (max-width: 1024px) {
      .comment-img.right {
        top: 0; } }
  .comment.left {
    top: -150px;
    left: 0; }
    @media (max-width: 1024px) {
      .comment.left {
        top: -70px;
        padding: 2rem 2rem 0; } }
    .comment.left::after {
      position: absolute;
      top: -29px;
      right: -36px;
      content: "";
      width: 79px;
      height: 65px;
      background: url("https://cdn11.bigcommerce.com/s-kloz71qit7/product_images/uploaded_images/top-comment.png?t=1566549599&_ga=2.87501592.1826538427.1566542070-312749312.1564037711") no-repeat; }
  .comment.right {
    top: 0;
    right: 0;
    padding: 3rem; }
    @media (max-width: 1024px) {
      .comment.right {
        top: -70px;
        padding: 2rem 2rem 0; } }
    .comment.right::after {
      position: absolute;
      bottom: -27px;
      left: -28px;
      content: "";
      width: 79px;
      height: 65px;
      background: url("https://cdn11.bigcommerce.com/s-kloz71qit7/product_images/uploaded_images/bottom-comment.png?t=1566549598&_ga=2.188116904.1826538427.1566542070-312749312.1564037711") no-repeat; }
  @media (max-width: 1024px) {
    .comment-wrapper-left {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .comment-wrapper-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end; }
    @media (max-width: 1024px) {
      .comment-wrapper-right {
        flex-direction: column-reverse;
        align-items: center; } }
  @media (max-width: 1024px) {
    .comment {
      border-radius: 8px; }
      .comment::after {
        display: none; } }
  @media (min-width: 850px) and (max-width: 1024px) {
    .comment {
      width: 65%; } }

.contact-newsletter {
  padding-bottom: 0; }
  .contact-newsletter h5, .contact-newsletter .h5, .contact-newsletter .cart-fullness p, .cart-fullness .contact-newsletter p {
    font-size: 28px !important; }
  @media (min-width: 1024px) {
    .contact-newsletter .footer__store-info {
      border-top: none !important; } }
  .contact-newsletter .newsletterSubscription .form--subscribe {
    border-left: none; }
  @media (max-width: 1024px) {
    .contact-newsletter .newsletterSubscription h5, .contact-newsletter .newsletterSubscription .h5, .contact-newsletter .newsletterSubscription .cart-fullness p, .cart-fullness .contact-newsletter .newsletterSubscription p {
      padding-top: 1rem; } }
  .contact-newsletter .refer h5, .contact-newsletter .refer .h5, .contact-newsletter .refer .cart-fullness p, .cart-fullness .contact-newsletter .refer p {
    padding-bottom: 25px; }
  .contact-newsletter .refer .button--primary {
    color: #009639;
    font-weight: 500; }
    .contact-newsletter .refer .button--primary:focus, .contact-newsletter .refer .button--primary:hover, .contact-newsletter .refer .button--primary:active {
      color: white; }

.home-banner {
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
  font-family: "Zilla Slab", serif;
  line-height: 1.1;
  color: white; }
  .home-banner-title {
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2rem 2rem 1rem;
    max-width: 80%;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }
    @media (max-width: 1024px) {
      .home-banner-title {
        font-size: 32px;
        max-width: 100%;
        padding: 2rem 1.5rem 1rem; } }
  .home-banner-subtitle {
    font-size: 28px;
    color: white;
    padding: 0 2rem 2rem;
    text-align: center; }
    @media (max-width: 1024px) {
      .home-banner-subtitle {
        font-size: 16px; } }
  .home-banner.large {
    padding: 8rem 0 6rem; }
    @media (max-width: 1024px) {
      .home-banner.large {
        padding: 4rem 0 3rem; } }
  .home-banner .heroCarousel-action {
    font-weight: 700;
    margin: 0 2rem; }

.sticky-menu {
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  height: 160px; }

.sticky-padding {
  padding-top: 110px !important; }

.sticky-gallery {
  position: fixed;
  top: 5px; }

.quick-search-new-home {
  padding: 1.5rem;
  background-color: #009639;
  background-image: url(../img/texture.png); }
  .quick-search-new-home .form-input, .quick-search-new-home .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .quick-search-new-home input[type="email"], .quick-search-new-home #storemapper input[type=text], #storemapper .quick-search-new-home input[type=text] {
    border: none; }
  .quick-search-new-home .navPages-quickSearch__submit {
    top: 55px;
    right: 40px; }
    .quick-search-new-home .navPages-quickSearch__submit .icon-search {
      font-size: 24px;
      font-weight: 700; }

.page-sidebar-custom .quick-search-new-home {
  padding-right: 5px; }
  .page-sidebar-custom .quick-search-new-home input::placeholder {
    color: #009639;
    font-weight: 700;
    font-size: 0.875rem; }

.mobile-top {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #009639;
  background-image: url(../img/texture.png);
  color: white;
  z-index: 1; }
  .mobile-top .icon-glatt {
    color: white;
    font-size: 30px;
    top: -8px;
    left: -4px; }
  .mobile-top .navUser-action {
    text-decoration: none;
    padding: 10px 15px; }
  @media (min-width: 1025px) {
    .mobile-top {
      display: none; } }

.header.new-home {
  transition: .3s ease; }
  @media (max-width: 1024px) {
    .header.new-home .navUser__icon-glatt {
      display: none; } }
  .header.new-home .cart-quantity {
    position: absolute;
    top: -5px;
    right: -5px;
    z-index: 2;
    width: 18px;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgba(49, 55, 74, 0.6);
    color: #31374A;
    background-color: white; }
    @media (min-width: 1024px) {
      .header.new-home .cart-quantity {
        top: 6px;
        right: 10px; } }
  .header.new-home .navUser-action {
    padding: 10px 15px; }
    @media (max-width: 1024px) {
      .header.new-home .navUser-action {
        padding: 0; } }
    .header.new-home .navUser-action .navUser__icon-glatt {
      top: -4px; }

@media (max-width: 1024px) {
  .header-top-offset {
    top: 49px; } }

.d-flex {
  display: flex; }

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

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

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

.landing-header {
  position: relative; }
  .landing-header.home-header {
    min-height: 500px;
    max-height: 550px;
    overflow-y: hidden; }
    .landing-header.home-header .heroCarousel-description {
      font-weight: 500 !important; }
    @media (max-width: 767px) {
      .landing-header.home-header .heroCarousel-title {
        line-height: 1.2 !important;
        margin-bottom: 2rem; }
      .landing-header.home-header .heroCarousel-description {
        line-height: 1.3 !important;
        margin-bottom: 0; } }
  .landing-header .landing-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white; }
    .landing-header .landing-title h1, .landing-header .landing-title .h1 {
      color: white;
      font-weight: 700;
      font-size: 40px;
      line-height: 1.2;
      margin: .5rem 0; }
    @media (max-width: 1330px) {
      .landing-header .landing-title {
        width: 100%; }
        .landing-header .landing-title h1, .landing-header .landing-title .h1 {
          font-size: 30px; } }
    .landing-header .landing-title .heroCarousel-title {
      font-size: 72px;
      font-weight: 600;
      line-height: 70px; }
      @media (max-width: 1330px) {
        .landing-header .landing-title .heroCarousel-title {
          padding: 0 2rem; } }
      @media (max-width: 1052px) {
        .landing-header .landing-title .heroCarousel-title {
          font-size: 60px; } }
      @media (max-width: 768px) {
        .landing-header .landing-title .heroCarousel-title {
          font-size: 42px; } }
    .landing-header .landing-title .heroCarousel-description {
      color: white;
      font-size: 22px;
      font-weight: 500;
      margin-bottom: 2rem; }
      @media (max-width: 1330px) {
        .landing-header .landing-title .heroCarousel-description {
          padding: 0 2rem; } }
      @media (max-width: 600px) {
        .landing-header .landing-title .heroCarousel-description {
          font-size: 16px; } }
    .landing-header .landing-title .heroCarousel-action {
      font-weight: 700; }
  @media (max-width: 992px) {
    .landing-header .category__image {
      object-fit: cover;
      height: 100%;
      width: auto; } }

.productView-details--landing .productView-details__promotion, .productView-details--landing .productView-details__size-message {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 300; }

.productView-details--landing .productView-details__promotion {
  font-weight: 500; }

.productReviews-landing .productReview-author {
  font-weight: 300; }

.productReviews-landing .productReview-body {
  font-weight: 300; }

.newletter-section--blue {
  margin: 5rem 0;
  background-color: #2e3141;
  padding: 4rem;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .newletter-section--blue {
      padding: 1rem;
      flex-direction: column;
      margin: 3rem 0; } }
  .newletter-section--blue .section__title {
    width: 50%;
    color: white;
    font-size: 1.4rem !important;
    font-weight: 600; }
    @media (max-width: 768px) {
      .newletter-section--blue .section__title {
        width: 100%;
        margin-bottom: 1rem;
        text-align: center; } }
    .newletter-section--blue .section__title .subtitle {
      display: block;
      font-weight: 300; }
  .newletter-section--blue .newletter-signup {
    width: 50%; }
    @media (max-width: 768px) {
      .newletter-section--blue .newletter-signup {
        width: 100%; } }
    .newletter-section--blue .newletter-signup ::-webkit-input-placeholder {
      font-weight: 300; }
    .newletter-section--blue .newletter-signup .button--primary-inverse, .newletter-section--blue .newletter-signup .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .newletter-section--blue .newletter-signup .btn.newsletter {
      font-weight: 500; }

.footer .contact-title {
  font-size: 42px;
  margin-bottom: 2rem; }

.footer .contact-email {
  color: white;
  font-size: 1.6rem;
  font-weight: 300; }
  @media (max-width: 400px) {
    .footer .contact-email {
      font-size: 1.4rem; } }

.footer .contact-info {
  display: flex;
  justify-content: center;
  color: white;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  margin-bottom: 2rem; }
  .footer .contact-info .phone {
    border-right: 3px solid white;
    padding-right: 2rem; }
    .footer .contact-info .phone h3, .footer .contact-info .phone .h3, .footer .contact-info .phone .blog-share .blog-share__title, .blog-share .footer .contact-info .phone .blog-share__title {
      font-family: "Montserrat", Arial, Helvetica, sans-serif;
      margin: 0;
      font-weight: 300; }
  .footer .contact-info .hours {
    padding-left: 2rem; }

.footer .footer-newhome {
  color: white; }
  @media (max-width: 992px) {
    .footer .footer-newhome .row, .footer .footer-newhome .cms-row, .footer .footer-newhome .horizontal-form .form-list li, .horizontal-form .form-list .footer .footer-newhome li, .footer .footer-newhome .grid-form .form-list li, .grid-form .form-list .footer .footer-newhome li {
      margin: 0 !important; } }
  .footer .footer-newhome a, .footer .footer-newhome .link {
    color: white; }
  .footer .footer-newhome .col-md-4 {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .footer .footer-newhome .col-md-4 h3, .footer .footer-newhome .col-md-4 .h3, .footer .footer-newhome .col-md-4 .blog-share .blog-share__title, .blog-share .footer .footer-newhome .col-md-4 .blog-share__title {
      margin-top: 0; }
      .footer .footer-newhome .col-md-4 h3.phone, .footer .footer-newhome .col-md-4 .phone.h3, .footer .footer-newhome .col-md-4 .blog-share .phone.blog-share__title, .blog-share .footer .footer-newhome .col-md-4 .phone.blog-share__title {
        font-family: "Montserrat", Arial, Helvetica, sans-serif;
        font-weight: 300;
        margin-bottom: .5rem; }
    .footer .footer-newhome .col-md-4 .contact-title {
      margin-bottom: 0;
      letter-spacing: 1px; }
      @media (max-width: 400px) {
        .footer .footer-newhome .col-md-4 .contact-title {
          line-height: 1.1;
          margin-bottom: 1rem; } }

@media (max-width: 767px) {
  .footer .footer-landing .footer-social {
    padding: 0 1rem; } }

@media (min-width: 1025px) {
  .footer .footer-landing .footer-social {
    width: 30%; }
  .footer .footer-landing .footer-links--top {
    width: 70%; } }

@media (max-width: 767px) {
  .footer .footer-cta {
    padding: 0 1rem; } }

.footer .footer-cta.gifts-cta {
  /* background-image: url(https://cdn7.bigcommerce.com/s-kloz71qit7/product_images/uploaded_images/cows.jpg);
      background-repeat: no-repeat;
      background-size: cover; */
  background-color: white; }
  @media (max-width: 767px) {
    .footer .footer-cta.gifts-cta {
      padding: 0; } }
  .footer .footer-cta.gifts-cta .c-section__inner {
    padding: 90px 0 90px;
    max-width: 100%;
    background-color: #009639;
    background-image: url(../img/texture.png); }

.page-heading-landing {
  margin: 0; }

.category__description-landing {
  color: #989898;
  font-weight: 400;
  text-align: center; }

.badge-item {
  display: flex; }
  @media (max-width: 1025px) {
    .badge-item {
      margin-bottom: 1rem; } }
  .badge-item .badge-img {
    flex-grow: 1;
    flex-basis: 0;
    text-align: right;
    padding-right: 1rem; }
    @media (max-width: 1025px) {
      .badge-item .badge-img {
        flex-grow: 0;
        flex-basis: auto; } }
  .badge-item .badge-text {
    flex-grow: 2;
    flex-basis: 0;
    text-align: left;
    font-weight: 300; }
    .badge-item .badge-text p {
      font-size: .9rem; }
    .badge-item .badge-text h4, .badge-item .badge-text .h4, .badge-item .badge-text .blog-index .blog-title, .blog-index .badge-item .badge-text .blog-title {
      margin: 0;
      text-transform: none;
      font-weight: 600; }

@media (min-width: 1025px) {
  .mb-md-5 {
    margin-bottom: 3rem; } }

.mb-5 {
  margin-bottom: 3rem; }

.pt-5 {
  padding-top: 3rem; }

.pt-4 {
  padding-top: 2rem; }

.pb-5 {
  padding-bottom: 3rem; }

@media (min-width: 1024px) {
  .pb-md-5 {
    padding-bottom: 3rem; } }

.py-5 {
  padding: 3rem 0; }

.text-uppercase {
  text-transform: uppercase; }

.text-lowercase {
  text-transform: lowercase; }

.video-section {
  justify-content: center;
  padding: 0 0 1rem 0; }
  @media (max-width: 992px) {
    .video-section {
      flex-direction: column !important; } }

.landing-header.gifts-header {
  max-height: 630px; }
  @media (max-width: 1024px) {
    .landing-header.gifts-header {
      max-height: 400px; } }
  @media (max-width: 767px) {
    .landing-header.gifts-header {
      max-height: 300px; } }
  .landing-header.gifts-header .category__image {
    object-fit: cover;
    height: auto;
    width: 100%;
    min-height: 500px; }
  .landing-header.gifts-header .landing-title .heroCarousel-title {
    font-size: 90px;
    font-weight: 700;
    line-height: 1;
    text-transform: initial;
    margin-bottom: 2rem; }
    @media (max-width: 1300px) {
      .landing-header.gifts-header .landing-title .heroCarousel-title {
        font-size: 60px; } }
    @media (max-width: 600px) {
      .landing-header.gifts-header .landing-title .heroCarousel-title {
        font-size: 36px; } }
  .landing-header.gifts-header .landing-title .heroCarousel-description {
    font-size: 36px;
    font-weight: 300 !important;
    line-height: 1.1; }
    @media (max-width: 1300px) {
      .landing-header.gifts-header .landing-title .heroCarousel-description {
        font-size: 28px; } }
    @media (max-width: 600px) {
      .landing-header.gifts-header .landing-title .heroCarousel-description {
        font-size: 18px; } }

.testimonial-wrapper {
  background-color: white;
  padding: 3rem 0; }
  @media (max-width: 1024px) {
    .testimonial-wrapper {
      padding: 2rem 0; } }
  @media (max-width: 767px) {
    .testimonial-wrapper {
      padding: 1rem 0; } }
  .testimonial-wrapper .testimonial-description {
    text-align: left;
    line-height: 1; }
    .testimonial-wrapper .testimonial-description .testimonial-source {
      font-size: 18px;
      padding-top: 2rem;
      font-style: italic; }

.footer-lower-gifts {
  background-color: #009639;
  background-image: url(../img/texture.png);
  padding-top: 2rem; }

.separator {
  background-image: linear-gradient(to right, #31374A 20%, #fff0 0%);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x;
  padding-top: 1rem; }

.gifts-products {
  padding-top: 1rem; }
  .gifts-products .page-heading {
    text-transform: initial;
    font-size: 36px; }
    @media (max-width: 1024px) {
      .gifts-products .page-heading {
        font-size: 32px;
        padding-bottom: 0; } }
    @media (max-width: 767px) {
      .gifts-products .page-heading {
        font-size: 28px; } }
  .gifts-products .header-box {
    margin-bottom: 2rem; }
    .gifts-products .header-box--desc {
      padding: 0 10%;
      color: #31374A;
      font-weight: 300; }
      @media (max-width: 767px) {
        .gifts-products .header-box--desc {
          padding: 0 1rem; } }
    .gifts-products .header-box--title {
      font-size: 48px;
      font-weight: 700;
      margin-top: 1.5rem;
      margin-bottom: 0; }
      @media (max-width: 1024px) {
        .gifts-products .header-box--title {
          font-size: 40px; } }
      @media (max-width: 767px) {
        .gifts-products .header-box--title {
          font-size: 30px; } }
  @media (max-width: 1024px) {
    .gifts-products .row, .gifts-products .cms-row, .gifts-products .horizontal-form .form-list li, .horizontal-form .form-list .gifts-products li, .gifts-products .grid-form .form-list li, .grid-form .form-list .gifts-products li {
      flex-direction: column;
      flex-wrap: nowrap; }
      .gifts-products .row .header-box, .gifts-products .cms-row .header-box, .gifts-products .horizontal-form .form-list li .header-box, .horizontal-form .form-list .gifts-products li .header-box, .gifts-products .grid-form .form-list li .header-box, .grid-form .form-list .gifts-products li .header-box {
        margin-bottom: 2rem; }
        .gifts-products .row .header-box img, .gifts-products .cms-row .header-box img, .gifts-products .horizontal-form .form-list li .header-box img, .horizontal-form .form-list .gifts-products li .header-box img, .gifts-products .grid-form .form-list li .header-box img, .grid-form .form-list .gifts-products li .header-box img {
          width: 100%; } }

.custom-gifts {
  margin-bottom: 6rem;
  padding-top: 1rem; }
  @media (max-width: 1024px) {
    .custom-gifts {
      margin-bottom: 0; } }
  .custom-gifts--item {
    font-weight: 300;
    background-image: linear-gradient(to bottom, #B9B9B9 20%, rgba(255, 255, 255, 0) 0%);
    background-position: left;
    background-size: 2px 10px;
    background-repeat: repeat-y;
    flex-direction: column;
    justify-content: space-between;
    display: flex;
    padding: 0 2rem 0 !important; }
    @media (max-width: 1024px) {
      .custom-gifts--item {
        background-image: linear-gradient(to right, #B9B9B9 20%, rgba(255, 255, 255, 0) 0%);
        background-position: top;
        background-size: 10px 2px;
        background-repeat: repeat-x;
        padding-bottom: 2rem !important; } }
    .custom-gifts--item:last-of-type {
      background-image: linear-gradient(to bottom, #B9B9B9 20%, rgba(255, 255, 255, 0) 0%), linear-gradient(to bottom, #B9B9B9 20%, rgba(255, 255, 255, 0) 0%);
      background-position: left, right;
      background-size: 2px 10px;
      background-repeat: repeat-y; }
      @media (max-width: 1024px) {
        .custom-gifts--item:last-of-type {
          background-image: linear-gradient(to right, #B9B9B9 20%, rgba(255, 255, 255, 0) 0%), linear-gradient(to right, #B9B9B9 20%, rgba(255, 255, 255, 0) 0%);
          background-position: top, bottom;
          background-size: 10px 2px;
          background-repeat: repeat-x; } }
    .custom-gifts--item .button--primary {
      margin-bottom: 0;
      min-width: auto;
      width: 100%; }
      @media (max-width: 1024px) {
        .custom-gifts--item .button--primary {
          width: auto;
          min-width: 200px; } }
  .custom-gifts--title {
    font-size: 32px;
    font-weight: 700;
    text-transform: initial;
    font-family: "Zilla Slab", serif;
    margin-top: 1rem; }
    @media (max-width: 1024px) {
      .custom-gifts--title {
        font-size: 28px; } }
    @media (max-width: 767px) {
      .custom-gifts--title {
        font-size: 26px; } }
  .custom-gifts--desc {
    padding-bottom: 2rem; }
    @media (max-width: 1024px) {
      .custom-gifts--desc {
        padding-bottom: 0; } }
  .custom-gifts--price {
    font-size: 32px;
    font-weight: 700;
    display: block;
    font-style: normal; }
  .custom-gifts--wallet {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    display: block;
    font-family: "Zilla Slab", serif;
    padding-bottom: .5rem; }

.gifts-collections {
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  background-image: linear-gradient(to right, #31374A 20%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 10px 2px;
  background-repeat: repeat-x; }
  @media (max-width: 1024px) {
    .gifts-collections {
      padding-bottom: 1rem;
      margin-bottom: 1rem; } }
  .gifts-collections--header {
    background-image: linear-gradient(to right, #31374A 20%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 10px 2px;
    background-repeat: repeat-x; }
  .gifts-collections--title {
    font-size: 48px;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-bottom: .5rem; }
    @media (max-width: 1024px) {
      .gifts-collections--title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .gifts-collections--title {
        font-size: 30px; } }
  .gifts-collections--item {
    padding: 0 10% 0 3rem !important;
    order: 2; }
    .gifts-collections--item .button--primary-inverse, .gifts-collections--item .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .gifts-collections--item .btn.newsletter {
      background-image: none;
      min-width: 200px; }
    @media (max-width: 1024px) {
      .gifts-collections--item {
        padding: 0 3rem !important; } }
    @media (max-width: 767px) {
      .gifts-collections--item {
        padding: 0 1rem !important; } }
  .gifts-collections--image {
    order: 1;
    width: 100%; }
    .gifts-collections--image img {
      width: 100%; }
  .gifts-collections--price {
    font-family: "Zilla Slab", serif;
    color: #1E9945;
    font-size: 18px;
    padding: 10px 5px;
    margin-bottom: 10px; }
  .gifts-collections--desc {
    font-size: 16px;
    font-weight: 300;
    white-space: pre-line; }
  .gifts-collections--row {
    margin-bottom: 3rem; }
    .gifts-collections--row:nth-of-type(even) .gifts-collections--item {
      order: 1;
      padding: 0 3rem 0 10% !important; }
    .gifts-collections--row:nth-of-type(even) .gifts-collections--image {
      order: 2; }
    @media (max-width: 1024px) {
      .gifts-collections--row:nth-of-type(even) .gifts-collections--item {
        order: 2;
        padding: 0 3rem !important; }
      .gifts-collections--row:nth-of-type(even) .gifts-collections--image {
        order: 1; } }
    @media (max-width: 767px) {
      .gifts-collections--row:nth-of-type(even) .gifts-collections--item {
        padding: 0 1rem !important; } }
  .gifts-collections--arrive {
    margin-bottom: 5rem; }
    @media (max-width: 1024px) {
      .gifts-collections--arrive {
        margin-bottom: 4rem; } }
    .gifts-collections--arrive h4, .gifts-collections--arrive .h4, .gifts-collections--arrive .blog-index .blog-title, .blog-index .gifts-collections--arrive .blog-title {
      margin-top: .5rem;
      margin-bottom: 1.5rem;
      font-size: 32px;
      font-family: "Zilla Slab", serif;
      font-weight: 700;
      text-transform: initial;
      line-height: 1.2; }
      @media (max-width: 1024px) {
        .gifts-collections--arrive h4, .gifts-collections--arrive .h4, .gifts-collections--arrive .blog-index .blog-title, .blog-index .gifts-collections--arrive .blog-title {
          margin-bottom: .5rem; } }
      @media (max-width: 1024px) {
        .gifts-collections--arrive h4, .gifts-collections--arrive .h4, .gifts-collections--arrive .blog-index .blog-title, .blog-index .gifts-collections--arrive .blog-title {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .gifts-collections--arrive h4, .gifts-collections--arrive .h4, .gifts-collections--arrive .blog-index .blog-title, .blog-index .gifts-collections--arrive .blog-title {
          font-size: 26px; } }
    .gifts-collections--arrive p {
      font-weight: 300; }
    .gifts-collections--arrive .arrive-items {
      padding: 0 2rem; }

/* 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, .vakata-context li > .link {
  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, .vakata-context li > .link:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

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

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

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

.vakata-context .vakata-context-separator > a, .vakata-context .vakata-context-separator > .link,
.vakata-context .vakata-context-separator > a:hover,
.vakata-context .vakata-context-separator > .link: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 .link,
.vakata-context .vakata-contextmenu-disabled a:hover,
.vakata-context .vakata-contextmenu-disabled .link:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i, .vakata-context li > .link > 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, .vakata-context li > .link > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep, .vakata-context li > .link .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, .vakata-context-rtl li > .vakata-context-parent.link {
  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, .vakata-context-rtl .vakata-context-separator > .link {
  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, .vakata-context-rtl li > .link > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep, .vakata-context-rtl li > .link .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; } }

.container-fluid {
  width: 100%;
  overflow: hidden; }

.row, .cms-row, .horizontal-form .form-list li, .grid-form .form-list li {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse, .reverse.cms-row, .horizontal-form .form-list li.reverse, .grid-form .form-list li.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  margin-left: 0; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

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

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

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

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 64em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

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

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

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

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

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

code,
kbd,
pre,
samp {
  font-family: monospace, sans-serif; }

code {
  background-color: #f7f7f9;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(99, 99, 99, 0.2);
  color: #000;
  font-size: 90%;
  padding: 3px 5px; }

.prettyprint code {
  box-shadow: none; }

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #999;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none; }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 2px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

pre ol,
pre ul {
  list-style-position: inside;
  padding-left: 1.2em;
  text-indent: -1.2em; }

.pre-scrollable {
  max-height: 200px;
  overflow-y: scroll; }

.code-highlight {
  margin: 20px 0; }

.code-highlight pre {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.code-highlight h4, .code-highlight .h4, .code-highlight .blog-index .blog-title, .blog-index .code-highlight .blog-title {
  background-color: #f9f9f9;
  border-radius: 3px 3px 0 0;
  border: 1px solid #e1e1e8;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 12px 8px; }

.pln {
  color: #48484c; }

.str {
  color: #d14; }

.kwd {
  color: #1e347b; }

.com {
  color: #93a1a1; }

.typ {
  color: teal; }

.lit {
  color: #195f91; }

.clo,
.opn,
.pun {
  color: #93a1a1; }

.code-tag {
  color: #008; }

.atn {
  color: teal; }

.atv {
  color: #d14; }

.dec,
.var {
  color: teal; }

.fun {
  color: #dc322f; }

pre.prettyprint {
  background-color: #f9f9f9;
  padding: 0;
  border: 1px solid #e1e1e8; }

pre.prettyprint.linenums {
  box-shadow: inset 40px 0 0 #fff; }

ol.linenums {
  color: #1e347b;
  padding: 0;
  list-style-position: inside;
  text-indent: -2.6em; }

ol.linenums li {
  color: #bebec5;
  line-height: 18px;
  padding: 2px 2px 2px 50px;
  text-shadow: 0 1px 0 #fff; }

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: normal; }

li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eee; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important; } }

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important; } }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

@font-face {
  font-family: 'boilerplate';
  src: url("../fonts/boilerplate.eot?8xefra");
  src: url("../fonts/boilerplate.eot?8xefra#iefix") format("embedded-opentype"), url("../fonts/boilerplate.ttf?8xefra") format("truetype"), url("../fonts/boilerplate.woff?8xefra") format("woff"), url("../fonts/boilerplate.svg?8xefra#boilerplate") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon,
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'boilerplate';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-beit-yosef:before {
  content: "\e900"; }

.icon-glatt-kosher:before {
  content: "\e901"; }

.icon-ou-meat:before {
  content: "\e902"; }

.icon-glatt:before {
  content: "\e903"; }

.icon-arrow-left:before {
  content: "\e904"; }

.icon-arrow-right:before {
  content: "\e905"; }

.icon-angle-right:before {
  content: "\e906"; }

.icon-angle-right2:before {
  content: "\e907"; }

.icon-close:before {
  content: "\e908"; }

.icon-decrease:before {
  content: "\e909"; }

.icon-increase:before {
  content: "\e90a"; }

.icon-search:before {
  content: "\e90b"; }

.icon-cart:before {
  content: "\e90c"; }

.icon-account:before {
  content: "\e90d"; }

.icon-support:before {
  content: "\e90e"; }

.icon-question:before {
  content: "\e90f"; }

.icon-plus:before {
  content: "\e910"; }

.icon-facebook:before {
  content: "\e911"; }

.icon-twitter:before {
  content: "\e912"; }

.icon-Instagram:before {
  content: "\e913"; }

.icon-star:before {
  content: "\e914"; }

.icon-minus:before {
  content: "\e915"; }

.icon-envelope:before {
  content: "\e916"; }

.icon-print:before {
  content: "\e917"; }

.reset-list, .form-list {
  margin: 0;
  padding-left: 0;
  text-indent: 0;
  list-style: none; }
  .reset-list ul, .form-list ul {
    margin: 0;
    list-style: none; }

.form-list li {
  margin-bottom: 16px; }

.form-list .fields {
  *zoom: 1;
  margin-left: -16px;
  margin-right: -16px; }
  .form-list .fields:before, .form-list .fields:after {
    content: " ";
    display: table;
    line-height: 0; }
  .form-list .fields:after {
    clear: both; }
  .form-list .fields .field {
    float: left;
    width: 50%;
    padding-left: 16px;
    padding-right: 16px; }

.form-list .field-group .field {
  margin-top: 8px; }
  .form-list .field-group .field:first-child {
    margin-top: 0; }

.form-list .half {
  width: 50%; }

.inline-form {
  *zoom: 1; }
  .inline-form:before, .inline-form:after {
    content: " ";
    display: table;
    line-height: 0; }
  .inline-form:after {
    clear: both; }
  .inline-form .form-input, .inline-form .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .inline-form input[type="email"], .inline-form #storemapper input[type=text], #storemapper .inline-form input[type=text],
  .inline-form .button,
  .inline-form .productView__Stock-notify-box#instock-notify-box .btn.newsletter,
  .productView__Stock-notify-box#instock-notify-box .inline-form .btn.newsletter {
    float: left; }
  .inline-form .form-input, .inline-form .productView__Stock-notify-box#instock-notify-box ul li input[type="email"], .productView__Stock-notify-box#instock-notify-box ul li .inline-form input[type="email"], .inline-form #storemapper input[type=text], #storemapper .inline-form input[type=text] {
    width: 100%;
    width: calc(100% - 120px);
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }
  
  .inline-form .button,
  .inline-form .productView__Stock-notify-box#instock-notify-box .btn.newsletter,
  .productView__Stock-notify-box#instock-notify-box .inline-form .btn.newsletter {
    width: 120px;
    height: 60px;
    padding: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.horizontal-form label {
  margin-bottom: 0;
  line-height: 60px; }

@media (max-width: 1025px) {
  .grid-form .form-list li {
    margin-bottom: 0; }
  .grid-form .form-list [class^="col-"] {
    margin-bottom: 16px; } }

.responsive-embed {
  position: relative;
  height: 0;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed embed,
  .responsive-embed object {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.responsive-embed-16by9 {
  padding-bottom: 56.25%; }

.responsive-embed-4by3 {
  padding-bottom: 75%; }

.c-hero {
  display: block;
  position: relative; }

.c-hero__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  position: relative; }

.c-hero__background {
  display: block;
  width: auto;
  max-width: none; }
  @media (min-width: 1025px) {
    .c-hero__background {
      width: 100%; } }

.c-hero__background + .c-hero__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.c-hero__copy {
  position: absolute;
  width: 100%;
  max-width: 560px; }
  .c-hero__copy.text-align-center {
    text-align: center; }
  .c-hero__copy.text-align-right {
    text-align: right; }
  .c-hero__copy.text-align-left {
    text-align: left; }
  .c-hero__copy.align-left {
    left: 30px; }
  .c-hero__copy.align-center {
    left: 50%; }
  .c-hero__copy.align-right {
    right: 30px; }
  .c-hero__copy.valign-top {
    top: 30px; }
  .c-hero__copy.valign-bottom {
    bottom: 30px; }
  .c-hero__copy.valign-center {
    top: 50%;
    transform: translateY(-50%); }
    .c-hero__copy.valign-center.align-center {
      transform: translate(-50%, -50%); }

.c-hero__title {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 25px; }

.c-hero__title--highlight {
  color: #454545;
  font-weight: 500; }

.c-hero__sub-title {
  color: #fff;
  font-size: 20px; }

.c-hero__description {
  margin: 20px auto;
  max-width: 300px;
  color: #fff;
  font-weight: 400; }

.c-hero__button {
  text-transform: none; }

.c-hero--jumbo {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 510px; }
  .c-hero--jumbo .c-hero__background {
    width: auto;
    height: 510px;
    flex: none; }
  .c-hero--jumbo .c-hero__title {
    font-size: 30px;
    font-weight: 700; }
  .c-hero--jumbo .c-hero__inner {
    padding: 50px 10px 10px 30px; }
  .c-hero--jumbo .c-hero__description {
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: uppercase; }

.c-hero--page .c-hero__inner {
  padding-top: 30px;
  padding-bottom: 20px; }

.c-hero--page .c-hero__title {
  font-size: 20px;
  line-height: 25px; }

.c-hero--page .c-hero__copy {
  margin: 0 auto;
  height: 100%;
  width: 100%;
  text-align: center;
  position: relative; }

.c-hero--page .c-hero__description {
  font-size: 18px;
  color: white; }

@media (max-width: 1024px) {
  .c-hero--page .c-hero__button {
    margin-bottom: 10px;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    left: 50%; } }

.c-hero--hover {
  margin: 10px 0; }
  .c-hero--hover .c-hero__title {
    font-size: 64px; }
  .c-hero--hover .c-hero__copy {
    padding: 0 20px; }

@media (min-width: 551px) {
  .c-hero__background--full-height {
    height: 100%;
    width: auto; } }

@media (min-width: 1025px) {
  .c-hero__background {
    height: auto;
    width: 100%;
    max-width: 100%; }
  .c-hero__background--full-height {
    height: auto;
    width: 100%; }
  .c-hero__title {
    font-size: 64px;
    margin-bottom: 10px;
    line-height: 50px; }
  .c-hero__inner {
    padding: 10px; }
  .c-hero__description {
    margin-top: 0;
    margin-bottom: 30px;
    max-width: 100%;
    font-size: 18px;
    padding: 0 10px; }
  .c-hero--jumbo {
    display: block;
    height: auto; }
    .c-hero--jumbo .c-hero__background {
      width: 100%;
      height: auto; }
    .c-hero--jumbo .c-hero__title {
      width: 100%;
      font-size: 70px; }
    .c-hero--jumbo .c-hero__description {
      margin-bottom: 0;
      font-size: 70px; }
  .c-hero--page .c-hero__title {
    font-size: 64px;
    line-height: 50px; }
  .c-hero--page .c-hero__copy {
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute; } }

.c-card {
  display: flex;
  flex-direction: column;
  position: relative; }
  .c-card img {
    width: 100%;
    max-width: none; }

.c-card__section--overlay {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: background-color 0.125s ease-in; }
  .c-card__section--overlay:hover {
    background-color: rgba(69, 69, 69, 0.6); }

.c-card__button {
  margin-bottom: 40px;
  text-transform: none; }

.c-card--default .c-card__title {
  padding: 20px;
  margin: 0;
  color: #009639;
  text-align: center;
  background-color: #4f4f4f; }

.c-card--overlay .c-card__title {
  display: block;
  margin: 0;
  padding: 0 10px 20px 30px;
  color: white; }
  .c-card--overlay .c-card__title > span {
    display: block; }

.c-card--event {
  margin-top: 15px;
  margin-bottom: 47px; }
  .c-card--event img {
    width: 100%;
    height: auto;
    margin-bottom: 20px; }
  .c-card--event p {
    max-width: 420px;
    font-size: 20px;
    font-weight: 400; }
    .c-card--event p span {
      font-weight: 700; }
  .c-card--event .button, .c-card--event .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .c-card--event .btn.newsletter {
    margin-top: 16px; }

.c-card--event__details p {
  margin-bottom: 0; }

.c-section {
  margin: 0; }

.c-section__inner {
  margin: 0 auto;
  padding: 90px 0;
  width: 100%;
  max-width: 1261px; }

.c-section__title {
  text-align: center;
  font-weight: 600; }

.c-section__subtitle {
  text-align: center;
  text-transform: none; }

.c-section--default {
  padding-top: 5px;
  padding-bottom: 5px; }

.c-section--badges .c-hero__inner {
  top: -60px;
  max-width: 90%;
  z-index: 1;
  padding: 20px 0;
  height: auto;
  text-align: center;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }

.c-section--badges br {
  display: inline; }

.c-section--badges h3, .c-section--badges .h3, .c-section--badges .blog-share .blog-share__title, .blog-share .c-section--badges .blog-share__title {
  margin: 0; }

.c-section--badges .button, .c-section--badges .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .c-section--badges .btn.newsletter {
  min-width: 150px;
  font-weight: 500; }

.c-section--badges .c-hero__background {
  height: 1110px; }

.c-section--badges .badge-row {
  padding: 0 20px; }

@media (min-width: 1025px) {
  .c-section--badges .badge-row {
    display: flex;
    padding: 0; }
  .c-section--badges .badge {
    flex: 1;
    padding: 36px 48px 10px; } }

.c-section--wide .c-section__inner {
  padding: 30px 0 90px; }

.c-section--wide .c-section__title {
  max-width: 250px;
  margin: 0 auto;
  line-height: 42px;
  font-size: 32px;
  text-transform: uppercase; }

.c-section--wide .c-section__subtitle {
  margin: 0;
  font-size: 1rem; }

.c-section--green {
  background-color: #009639;
  background-image: url("../img/texture.png"); }
  .c-section--green .c-section__title,
  .c-section--green .c-section__subtitle {
    color: white; }
  .c-section--green .c-section__subtitle {
    font-weight: 500; }
  .c-section--green .c-section__link {
    color: white; }

.c-section--narrow .c-section__inner {
  padding: 50px 30px; }

.c-section--narrow .c-section__title,
.c-section--narrow .c-section__subtitle {
  margin: 0; }

.c-section--narrow .c-section__title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px; }

.c-section--narrow .c-section__subtitle {
  font-size: 14px;
  font-weight: 400; }

.c-section--narrow .c-hero__background {
  width: 100%; }

.c-section--narrow br {
  display: none; }

.c-section__link {
  display: block;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #2d3142; }
  .c-section__link .icon-arrow-right {
    position: relative;
    top: 1px;
    left: 10px; }

.c-section--cms-green {
  margin-top: 70px; }
  .c-section--cms-green .c-section__inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .c-section--cms-green .c-section__subtitle {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px; }

.c-section--image {
  background-color: white;
  background-image: url("https://cdn11.bigcommerce.com/s-kloz71qit7/product_images/uploaded_images/g-b-ourpromise-bg.jpg?t=1566207092&_ga=2.263106508.1106609861.1566204698-312749312.1564037711");
  background-repeat: no-repeat;
  background-size: cover; }
  @media (max-width: 992px) {
    .c-section--image {
      background-size: initial; } }
  .c-section--image.c-section--wide .c-section__inner {
    padding: 115px 0 60px; }
    @media (max-width: 992px) {
      .c-section--image.c-section--wide .c-section__inner {
        padding: 60px 0 30px; } }
    .c-section--image.c-section--wide .c-section__inner .c-section__title {
      text-shadow: none;
      font-size: 58px;
      max-width: fit-content;
      line-height: 1; }
      @media (max-width: 992px) {
        .c-section--image.c-section--wide .c-section__inner .c-section__title {
          font-size: 42px; } }
    .c-section--image.c-section--wide .c-section__inner .c-section__subtitle {
      font-size: 32px; }
      @media (max-width: 992px) {
        .c-section--image.c-section--wide .c-section__inner .c-section__subtitle {
          font-size: 20px; } }
  .c-section--image.c-section--wide .c-hero__inner {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 40px 10px 0; }
  .c-section--image.c-section--wide .c-hero__inner-btn {
    position: relative;
    top: 20px;
    margin-bottom: 3rem;
    background-color: white;
    display: flex;
    justify-content: center; }

.c-section--profiles {
  margin-bottom: 70px; }
  .c-section--profiles .row, .c-section--profiles .cms-row, .c-section--profiles .horizontal-form .form-list li, .horizontal-form .form-list .c-section--profiles li, .c-section--profiles .grid-form .form-list li, .grid-form .form-list .c-section--profiles li {
    margin-left: 0;
    margin-right: 0; }
  .c-section--profiles img {
    width: 100%;
    height: auto; }

.c-section--banner {
  background-size: cover;
  text-align: center; }
  .c-section--banner .c-section__title,
  .c-section--banner .c-section__subtitle {
    margin: 0;
    color: white; }
  .c-section--banner .c-section__title {
    font-size: 32px;
    text-transform: uppercase; }
  .c-section--banner .c-section__subtitle {
    font-size: 1rem; }
  .c-section--banner .button, .c-section--banner .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .c-section--banner .btn.newsletter {
    margin-top: 30px;
    font-weight: 500;
    min-width: 150px; }

.c-section--faq__footer {
  margin-top: 100px; }

.c-section--faq__accordion-item {
  margin-left: 97px; }
  .c-section--faq__accordion-item p {
    padding-bottom: 20px; }
  .c-section--faq__accordion-item h3, .c-section--faq__accordion-item .h3, .c-section--faq__accordion-item .blog-share .blog-share__title, .blog-share .c-section--faq__accordion-item .blog-share__title {
    margin-bottom: 26px; }
  .c-section--faq__accordion-item .accordion-header {
    margin-bottom: 18px;
    color: #009639;
    font-weight: 500; }
    .c-section--faq__accordion-item .accordion-header:hover {
      cursor: pointer; }
    .c-section--faq__accordion-item .accordion-header::before {
      margin-right: 19px;
      font-family: "boilerplate";
      content: "\e910"; }
    .c-section--faq__accordion-item .accordion-header.is-open::before {
      content: "\e915"; }
  .c-section--faq__accordion-item .accordion-content {
    padding: 0;
    margin: 0 0 30px 34px;
    background: url("../img/dot.svg");
    background-size: 8px 3px;
    background-position-y: bottom;
    background-repeat: repeat-x; }

.c-section--faq__header img {
  float: left;
  margin-right: 44px; }

.c-section__section-title {
  padding-bottom: 18px;
  margin-bottom: 30px;
  background: url("../img/dot.svg");
  background-size: 8px 3px;
  background-position-y: bottom;
  background-repeat: repeat-x; }

.c-section__cms-link {
  font-weight: 500; }

.c-section--butcher-block {
  background-image: url("../img/butcherblock.jpg");
  background-size: cover;
  text-align: center; }
  .c-section--butcher-block .c-section__inner {
    padding: 60px 30px; }
  .c-section--butcher-block .c-section__title,
  .c-section--butcher-block .c-section__subtitle {
    margin: 0;
    color: white; }
  .c-section--butcher-block .c-section__title {
    font-size: 32px;
    text-transform: uppercase; }
  .c-section--butcher-block .c-section__subtitle {
    font-size: 1rem; }
  .c-section--butcher-block .button, .c-section--butcher-block .productView__Stock-notify-box#instock-notify-box .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .c-section--butcher-block .btn.newsletter {
    margin-top: 30px;
    font-weight: 500;
    min-width: 150px; }
  .c-section--butcher-block.c-section--blog .c-section__title {
    text-transform: capitalize; }

.c-section--cms-banner {
  background-color: #2d3142; }
  .c-section--cms-banner .c-section__inner {
    padding: 116px 30px; }

.c-section--profile {
  padding: 0 1.5rem; }

.c-section__cms-right p {
  width: 100%;
  font-family: "Zilla Slab", serif;
  font-weight: 500;
  line-height: 26px; }

.c-section__cms-right img {
  width: 100%;
  height: auto; }

@media (min-width: 1025px) {
  .c-section--wide .c-section__inner {
    padding: 90px 0 130px; }
  .c-section--wide .c-section__title {
    max-width: 100%;
    font-size: 64px; }
  .c-section--wide .c-section__subtitle {
    margin-top: 2rem;
    font-size: 32px; }
  .c-section--badges .c-hero__background {
    height: auto; }
  .c-section--badges .c-hero__inner {
    top: -100px; }
  .c-section--badges br {
    display: inline; }
  .c-section--badges h3, .c-section--badges .h3, .c-section--badges .blog-share .blog-share__title, .blog-share .c-section--badges .blog-share__title {
    margin-top: 20px; }
  .c-section--profile {
    max-width: 648px;
    width: 100%;
    padding: 0; }
    .c-section--profile .c-section__section-title {
      margin-top: 0; }
  .c-section--profile-left {
    float: right;
    padding-right: 98px; }
  .c-section--profile-right {
    float: left;
    padding-left: 98px; }
  .c-section--narrow .c-section__inner {
    padding: 50px 0; }
  .c-section--narrow .c-section__title {
    margin-bottom: 20px;
    font-size: 32px; }
  .c-section--narrow .c-section__subtitle {
    font-size: 1rem; }
  .c-section--narrow br {
    display: inline; }
  .c-section--banner .c-section__title {
    font-size: 64px; }
  .c-section--banner .c-section__subtitle {
    font-size: 32px; }
  .c-section--cms-banner {
    background-position-y: bottom; }
    .c-section--cms-banner .c-section__inner {
      padding: 116px 0; }
  .c-section--butcher-block .c-section__inner {
    padding: 60px 0; }
  .c-section--butcher-block .c-section__title {
    font-size: 64px; }
  .c-section--butcher-block .c-section__subtitle {
    font-size: 32px; }
  .c-section__cms-right img,
  .c-section__cms-right p {
    max-width: 285px;
    float: right; }
  .c-section__cms-right img {
    margin-bottom: 15px; }
  .c-section--cms-green .c-section__subtitle {
    font-size: 24px; }
  .c-section--cms-green .c-section__inner {
    padding-bottom: 70px; } }

@media (min-width: 1261px) {
  .c-section--badges .c-hero__inner {
    max-width: 84.5rem; } }

.product__title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400; }

.product__description {
  font-size: 16px;
  font-weight: 400;
  color: #989898; }

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

.product--hover {
  padding: 20px;
  transition: bottom 0.125s ease-in;
  position: relative;
  bottom: 0; }
  .product--hover:hover {
    bottom: 20px; }

.button-block {
  display: block;
  width: 100%; }

.button, .productView__Stock-notify-box#instock-notify-box .btn.newsletter {
  text-transform: uppercase; }

.button--transparent {
  color: white;
  border-color: white; }
  .button--transparent:hover {
    border-color: #009639;
    background-color: #009639; }

.buttons-set + .buttons-set {
  margin-top: 10px; }

.buttons-set .button + .button, .buttons-set .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .button, .productView__Stock-notify-box#instock-notify-box .buttons-set .btn.newsletter + .button, .buttons-set .productView__Stock-notify-box#instock-notify-box .button + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .buttons-set .button + .btn.newsletter, .buttons-set .productView__Stock-notify-box#instock-notify-box .btn.newsletter + .btn.newsletter, .productView__Stock-notify-box#instock-notify-box .buttons-set .btn.newsletter + .btn.newsletter {
  margin-left: 10px; }

.buttons-set .button-block + .button-block {
  margin-top: 10px;
  margin-left: 0; }

#storemapper {
  overflow-y: scroll !important; }

#storemapper-left,
#storemapper-right {
  width: 100% !important; }

#storemapper-left {
  padding-right: 10px;
  height: auto !important; }

#storemapper-zip {
  margin-bottom: 10px !important; }

#storemapper-go {
  width: 100%; }

#storemapper-list li {
  padding: 10px 0;
  border-top: 1px solid #2d3142; }
  #storemapper-list li:first-child {
    border-top: 0; }

@media (min-width: 1025px) {
  #storemapper-left {
    width: 33% !important;
    height: 500px !important; }
  #storemapper-right {
    width: 67% !important; } }

.textured-overlay, .cart-fullness p, .button--transparent:hover,
.button--primary:hover {
  background-image: url("../img/texture.png"); }

.button--primary-inverse, .productView__Stock-notify-box#instock-notify-box .btn.newsletter {
  font-weight: 700;
  background-image: url("../img/texture.png");
  background-color: #009639;
  color: white; }
  .button--primary-inverse:hover, .productView__Stock-notify-box#instock-notify-box .btn.newsletter:hover, .button--primary-inverse:focus, .productView__Stock-notify-box#instock-notify-box .btn.newsletter:focus {
    color: #009639;
    background: none; }

.button--link {
  font-weight: 700;
  background-color: transparent;
  color: #009639;
  border-color: transparent; }
  .button--link:hover, .button--link:focus {
    color: #006326;
    border-color: transparent;
    background-color: transparent; }

#maintenance-notice {
  display: none !important; }

.swal2-styled.swal2-confirm {
  text-transform: uppercase;
  font-weight: 700; }

.swal2-html-container .content {
  font-family: "Zilla Slab", serif;
  font-weight: 700;
  font-size: 24px;
  color: #2D3142;
  line-height: 24px; }

.msg {
  text-transform: none !important;
  font-size: 16px !important; }

.msg-content {
  border: none !important; }
